@charset "UTF-8";
/*
Theme Name: Website Style
Theme URI: http://websitestyle.pl/
Author: websitestyle
Author URI: https://www.websitestyle.pl
Description: Zapraszamy do kontaktu ☎ info@websitestyle.pl
Version: 2.0
Text Domain: ths
*/
.info-bar {
  background-color: #C1FF72;
  color: #121212;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.info-bar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-bar__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.info-bar__actions i {
  width: 2px;
  height: 20px;
  background-color: #20A5A1;
}

.shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
.shop-btn span {
  padding-top: 4px;
}

.header {
  padding-top: 0 !important;
}
.header__wrapper {
  padding-top: 1rem;
}

@media (max-width: 576px) {
  .shop-btn span {
    display: none;
  }
}
@media (min-width: 576px) {
  .info-bar {
    min-height: 50px;
  }
  .info-bar__actions {
    gap: 30px;
  }
}/*# sourceMappingURL=style.css.map */