/** Shopify CDN: Minification failed

Line 167:20 Expected identifier but found bad string token
Line 167:22 Unterminated string token

**/
@media screen and (max-width: 749px) {
  .collection .grid__item:only-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 989px) {
  .collection .slider.slider--tablet {
    margin-bottom: 1.5rem;
  }
}

.collection .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .collection .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    left: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 1.5rem;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 1.5rem;
  }
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 1rem;
}

.collection-hero__title {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.55px;
  line-height: 17.6px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 75px;
}

form#FacetSortForm {
  width: 81%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
}

.product-count__text span {
  font-size: 12px;
  font-weight: 400;
}

label.facets__label.mobile-facets__label.active svg,
label.facets__label.facet-checkbox.active svg{
  background: #000;
}

@media only screen and (min-width: 767px){
  .facets-wrapper {
    position: sticky;
    top: 1rem; 
    align-self: start; 
    z-index: 10; 
  }

  .mobile-filter-drawer facet-filters-form.facets {
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .facets-vertical.page-width {
    padding: 0;
  }

  .collection-hero__title{
    padding-top: 50px;;
  }

  .mobile-facets__details:has(select) {display: none;}
  
  .facets-container {
    padding: 0 1.5rem;
  }

  menu-drawer.mobile-facets__wrapper {
    text-align: left;
    width: 50%;
    padding: 0 20px;';
    border: 1px solid;
    border: 1px solid #ccc;
    height: 46px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  span.mobile-facets__open svg {
    fill: currentColor;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
  }

  .product-count {
    display: none;
  }

  span.mobile-filter-drawer {
    display: flex;
    width: 100%;
    gap: 14px;
  }

  .facet-filters {
    padding: 0;
  }

  .facet-filters__field {
    height: 46px;
  }

  .facets-container {
    column-gap: 0;
    width: 100% !important;
  }

  facet-filters-form.facets {
    width: 50%;
  }

  form#FacetSortDrawerForm {
    gap: 0;
  }

  .facet-filters {
    padding: 0 !important;
  }

  .facets-container {
    column-gap: 0 !important;
  }

  p.mobile-facets__info {
    display: none;
  }

  summary.mobile-facets__summary {
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.64px;
    color: #000;
    opacity: 1;
    border-bottom: 1px solid #ccc;
    padding-inline: 0;
    margin-inline: 1rem;
  }

  .mobile-facets__header-inner {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }

  aside#main-collection-filters {
    position: sticky;
    top: 10px;
    z-index: 2;
  }

  body:has(details.mobile-facets__disclosure[open]) aside#main-collection-filters{
    z-index: 4 !important;
  }
  
  span.mobile-filter-drawer {
    background: #fff;
  }

  form#FacetSortDrawerForm {
    margin-bottom: 0;
  }
  
}
