/** Shopify CDN: Minification failed

Line 156:0 Unexpected "}"

**/
@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;
}
@media screen and (max-width: 749px) {
  .mobile-facets__checkbox,
  .mobile-facets__checkbox + svg,
  .mobile-facets__checkbox + .icon-checkmark,
  .mobile-facets__highlight,
  .mobile-facets__label > svg,
  .mobile-facets__label > svg rect {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    visibility: hidden !important;
  }
.facet-checkbox__text {
  font-size: 0 !important;
  color: transparent !important;
}


.facet-checkbox__text .facet-checkbox__text-label {
  font-size: 1.4rem !important; 
  color: #ffffff !important;  
  display: inline-block !important;
}
  }

  .mobile-facets__label {
    background-color: #000000;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 12px 15px !important;
    margin-bottom: 8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding-left: 15px !important; 
  }

  .mobile-facets__label:has(input:checked) {
    background-color: #333333;
    border-color: #ffffff;
  }

  .mobile-facets__label input:checked ~ span {
    font-weight: bold;
    color: #ffffff !important;
  }
}

.facet-checkbox > svg,
.facet-checkbox .icon-checkmark {
  display: none !important;
}

.facet-checkbox {
  border: 1px solid #ffffff;
  padding: 8px 15px !important;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #000000;
  color: #ffffff;
}

.facet-checkbox > input:checked ~ span {
  font-weight: bold;
}

.facet-checkbox:has(input:checked) {
  background-color: #333333;
  color: #ffffff !important;
}

.facets__summary-label,
.facets__summary {
  font-size: 2.3rem !important;
  font-weight: bold;
  font-weight: 700 !important;
  margin-bottom: 15px;
  display: block;
}
.facet-checkbox__text-label {
  font-size: 1.07rem !important;
  text-transform: uppercase !important;
}