/** Shopify CDN: Minification failed

Line 50:0 Expected "}" to go with "{"

**/
.header__button a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 48px;
  text-transform: capitalize;
  padding: 0 18.5px;
  margin: 0 20px;
  text-wrap: nowrap;
  letter-spacing: normal;
}

@media (max-width: 1220px) {
  .header__button a {
    font-size: 12px;
    padding: 0 6px;
    min-height: 40px;
  }
}

@media screen and (min-width: 1189px) {
  .header__logo__img {
    width: 207px;
    height: 42px;
  }
}

.predictive-search-input-wrapper {
  max-width: 1085px;

/* Kill bottom spacing for any header section (theme-agnostic) */
.js-section-header.header-wrapper,
.js-section-header.header-wrapper > sht-sticky-header,
.js-section-header.header-wrapper > sht-sticky-header > sht-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Just in case inner header has its own bottom spacing */
.js-section-header.header-wrapper .header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
