/** Shopify CDN: Minification failed

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

**/
.header__menu-item span,
.list-menu__item {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
.shopify-policy__container {
  max-width: 100% !important;
}
.facets__item,
.mobile-facets__item {
  text-transform: none;
  letter-spacing: inherit;
  padding: 0rem;
}
.mobile-facets__summary {
  padding: 1rem 2rem;
}
.mobile-facets__label {
  padding: 0rem 2rem;
}
.header-wrapper {
  background: none;
}
.section-header {
  position: absolute !important;
  width: 100%;
  top: 100px
}
@media screen and (max-width: 749px) {
  .header {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin: 0;
  }
  .grid--peek.slider .grid__item {
    padding: 0;
    width: 100%;
  }
  .product__media-icon {
    top: inherit;
    bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .list-menu li {
    border-bottom: 1px solid #ccc;
    margin: 0 25px;
  }
  .list-menu__item {
    padding: 1.1rem 0;
    font-size: 1.4rem;
  }
  .menu-drawer__menu-item>.icon-arrow {
    right: 1rem;
  }
