/** Shopify CDN: Minification failed

Line 120:8 Unexpected "/"

**/
.w-100 {
  width: 100%;
}

.w-200 {
  width: 200%;
}

.btn-wishlist-custom {
  display: flex;
  justify-content: center;
  border: 1.5px solid #7e7e7e;
    background: white;
    color: #000000;
}

slideshow-component {
  overflow: hidden;
}

.iwishDrawer.header__icon svg {
  fill: var(--color-foreground);
}

.facets-block-wrapper--horizontal,
.sorting-filter accordion-custom {
      display: none !important; 
}

.facets-toggle,
.facets-toggle__button,
.sorting-filter__container {
  display: flex !important;
}

.facets--drawer .sorting-filter {
  display: block !important;
}

/* .facets-toggle,
.facets-toggle__button,
.facets--drawer .sorting-filter,
.sorting-filter__container {
  display: flex !important;
} */

.facets-toggle__wrapper {
  border: 2px solid #000;
  padding: 10px;
  padding-right: 15px;
}

.facets-toggle {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.facets-toggle__button {
  width: max-content;
}

.sizing-chart-modal-button {
  background: white;
  color: black;
  border: 1.5px solid black;
  border-radius: 14px;
  padding-inline: 24px;
  padding-block: 16px;
}

.price-container {
  font-weight: bold;
}
.price-container--discounted .price {
  color: #ff5e5e;
}
.product-single__discount-percent-badge {
    display: inline-block;
    margin-left: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    background: #ff5e5e;
    padding: 3px 8px;
    border-radius: 14px;
}
/* HEADER  */
.shopify-section.shopify-section-group-header-group:not(.header-section) {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}
#header-component[data-sticky-state="active"] .header__row {
  /*padding-top: 42px;*/
}
@media all and (min-width: 768px) {
  #header-component[data-sticky-state="active"] .header__row {
    /*padding-top: 25px;*/
  }
  .facets-toggle {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}

@media all and (max-width: 767px) {
  :is(.header[transparent]:not([data-sticky-state=active]),.header[transparent=always][data-sticky-state=active],.account-popover[open],.localization-wrapper:not([hidden])) .header__row:not(:hover):not(:has(.header-menu[aria-expanded=true],.menu-list__link[data-animating],.account-popover[open],.localization-wrapper:not([hidden]))) {
      --color-foreground: rgba(0 0 0 / 0.81);
      --color-border: rgba(0 0 0 / 0.81);
      --color-primary-button-background: rgba(0 0 0 / 0.81);
      --color-primary-button-text: inherit;
  }
  /* .header[transparent] {
     /* color: rgba(0 0 0 / 0.81); 
  } */ */
  .header[transparent] button {
    --button-color: rgba(0 0 0 / 0.81);
    background-color: rgba(0 0 0 / 0.81);
  }
}
/* END HEADER  */