/** Shopify CDN: Minification failed

Line 879:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:section-variants (INDEX:83) */
.variants-slider{
  max-height: 90px;
  min-height: 75px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.variants-slider.loaded {
  opacity: 1;
  visibility: visible;
}

.variants-slider .swiper-slide {
  width: 75px !important;  /* of auto als je slidesPerView gebruikt */
  height: 75px !important;
  flex-shrink: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  .variants-slider .swiper-slide {
    width: 75px !important;  /* of auto als je slidesPerView gebruikt */
  }
}

.swiper-button-next::after,
.swiper-button-prev::after{
    color: #000 !important;
    font-size: 18px !important;
    background: #ccc !important;
    padding: 12px 14px !important;
    border-radius: 100% !important;

}

@media(max-width: 767px){
 .swiper-button-next::after,
  .swiper-button-prev::after{    
    font-size: 14px  !important;
    padding: 6px 8px  !important;
} 
}
/* END_SECTION:section-variants */

/* START_SECTION:sm-custom-text (INDEX:86) */
.sm-custom-text {
    text-align: center;

    .section {
      position: relative;
      overflow: hidden;

      display: flex;
      flex-direction: column;
      gap: 24px;

      h1 { 
        font-size: var(--text-h1);
      }

      h2 { 
        font-size: var(--text-h2);
      }

      h3 { 
        font-size: var(--text-h3);
      }

      h4 { 
        font-size: var(--text-h4);
      }
      
      h5 { 
        font-size: var(--text-h5);
      }

      h6 { 
        font-size: var(--text-h6);
      }
      
      h1, h2, h3, h4, h5, h6 {
        line-height: 1.2;

        margin-block-end: 16px;

        @media (min-width: 768px) {
          margin-block-end: 24px;
        }
      }

      @media (min-width: 768px) {
        gap: 40px;
      }
    }

    .sm-custom-text__purple-bar {
      position: absolute;
      top: 100%;
      z-index: 9;
      height: 24px;
      width: 60%;
      left: 50%;
      translate: -50%;

      background-color: #7a47d9;
    }

    .sm-custom-text__content {
      max-width: 650px;
      margin: auto;

      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .sm-custom-text__vector {
      position: absolute;
      opacity: 0.4;
      bottom: -400px;
      height: 800px;
      right: clamp(-2.5rem, -20.9615rem + 34.6154vw, 40rem)
    }

    .sm-custom-text__custom-image {
      max-height: 100px;
      object-fit: contain;
      max-height: 100px;
      max-width: 250px;
      margin: auto;
    }
  }
/* END_SECTION:sm-custom-text */

/* START_SECTION:sm-text-with-icons (INDEX:87) */
.section:has(.usp-block) {
    position: relative;
    overflow: hidden;
    padding-block: 4rem;

    @media (min-width: 992px) {
      padding-block: 7rem;
    }
  }

  .usp-block {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 3rem;

    .usp-block__title-wrapper {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;

      &.center {
        text-align: center;
      }

      .usp-block__description {
        font-size: 1rem;

        @media (min-width: 992px) {
          font-size: 1.125rem;
        }
      }
    }

    .usp-block__buttons {
      display: flex;
      gap: 0.5rem;

      .btn {
        transition: opacity 0.2s ease;
        font-size: 0.875rem;

        &:hover {
          opacity: 0.7;
          transition: opacity 0.2s ease;
        }

        @media (min-width: 992px) {
          font-size: 1rem;
        }
      }

      @media (min-width: 992px) {
        gap: 1.5rem;
      }
    }

    .usp-block__list {
      &.desktop {
        display: none;

        @media (min-width: 992px) {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 3rem;
        }
      }

      &.mobile {
        display: block;

        .usp-block-swiper {
          display: flex;
          flex-direction: column;
          gap: 1rem;

          .swiper-pagination {
            /* --swiper-pagination-color: #FF4F01; */
            --swiper-pagination-bullet-inactive-color: #FFFFFF;
            position: unset;
          }

          .usp.swiper-slide {
            align-items: center;
            text-align: center;
          }
        }
        
        @media (min-width: 992px) {
          display: none;
        }
      }

      .usp {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;

        .usp__icon {
          width: fit-content;

          .icon-block {
            padding: 0;
          }
        }

        .usp-text-wrapper {
          display: flex;
          flex-direction: column;
          gap: 0.25rem;

          .usp__content {
            opacity: 0.8;
          }
        }

        @media (min-width: 992px) {
          gap: 1rem;
        }
      }
    }
  }

  .usp-block-vector {
    position: absolute;
    bottom: -1rem;
    right: 0;
    opacity: 7%;

    max-height: 350px;

    @media (min-width: 768px) {
      right: -2rem;
    }
  }
/* END_SECTION:sm-text-with-icons */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:case-type-modal (INDEX:118) */
.modal {
    --modal_padding: 24px;

    max-width: 700px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
  }
  .modal-header {
    padding: 12px var(--modal_padding);
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .modal-header--title {
    font-size: var(--text-h3);
  }
  .modal-content-container {
    padding: var(--modal_padding);
  }

  .modal-case-selectors {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: var(--modal_padding);
  }

  .modal-content {
    max-width: 560px;
    margin: 0 auto;
    font-size: 0.9em;
    max-height: 500px;
    overflow-y: scroll;
  }
  .modal-content h5 {
    text-align: center;
    font-size: xx-large;
    padding: 5px 0;
    margin: 10px 0 15px 0;
  }

  .modal .block-swatch.tall-block {
    background-color: unset;
    flex: 1;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
  }
  .modal .block-swatch.tall-block:hover {
    background-color: rgba(0,0,0,0.03);
  }
  .modal .block-swatch:before {
    transform: scale(0.98);
  }
  .block-swatch.active:before {
    opacity: 1;
    transform: scale(1);
  }

  ul.with-ul,
  ul.with-ul ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
  }

  .modal-link {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .modal-link svg {
    height: 12px;
  }
/* END_SNIPPET:case-type-modal */

/* START_SNIPPET:collection-description-toggle (INDEX:120) */
.collection-header:has(.collection-description-toggle.active) {
    padding-block-end: 64px;
  }

  .collection-description-toggle {
    position: relative;
    max-height: 500px;
    transition: max-height 0.5s ease;
    overflow: hidden;

    &.active {
      overflow: visible;
      max-height: 3000px;
      transition: max-height 0.5s ease;

      .collection-description-toggle__gradient, 
      .toggle-read-more {
        display: none;
      }

      .toggle-read-less {
        display: block;
      }

      .collection-description-toggle__toggle {
        bottom: -64px;
        transition: bottom 0.2s ease;
      }
    }

    .collection-description-toggle__gradient {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 150px;
      background: linear-gradient(0deg, var(--linear-gradient-color) 0%, rgba(240, 240, 240, 0) 100%);
    }

    .collection-description-toggle__toggle {
      position: absolute;
      bottom: 0;
      transition: bottom 0.2s ease;
      left: 50%;
      translate: -50%;
      background-color: black;
      cursor: pointer;
    }

    .toggle-read-less {
      display: none;
    }
  }
/* END_SNIPPET:collection-description-toggle */

/* START_SNIPPET:collection-top-bar (INDEX:121) */
.facets-summary.custom-search{
  display: flex;
  flex-direction: column-reverse;
}

.search__popup_banner{
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  padding: 16px;
  border-radius: var(--rounded-sm);
  width: 100%;
}

@media(max-width: 767px){
  .search__popup_banner{
    flex-direction: column;
  }
}

.search__popup_banner_text{
  flex: 2;
}

.search__popup_banner_text .title{
  font-size: 18px;
  font-weight: 600;
}

.open__search_popup{
  background: #fcb595;
  border-radius: 4px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  width: 100%;
  flex: 1;
}

.sort-by-facet.with-search{
  margin-left: unset;
}
/* END_SNIPPET:collection-top-bar */

/* START_SNIPPET:facets-vertical (INDEX:126) */
.switch:checked{
    background: green !important;
  }
/* END_SNIPPET:facets-vertical */

/* START_SNIPPET:facets-wristsize (INDEX:127) */
.wristsize-field {
    padding: 4px 0 8px;
  }

  .wristsize-field__label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 8px;
  }

  .wristsize-field__input-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .wristsize-field__input {
    width: 90px;
    padding: 8px 12px;
    border: 1px solid var(--color-border, #ccc);
    border-radius: var(--inputs-radius, 4px);
    font-size: 1rem;
    /* Hide browser spin buttons for a cleaner look */
    -moz-appearance: textfield;
  }

  .wristsize-field__input::-webkit-inner-spin-button,
  .wristsize-field__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .wristsize-field__input:focus {
    outline: 2px solid var(--color-primary, #000);
    outline-offset: 1px;
  }

  .wristsize-field__unit {
    font-size: 0.9rem;
    color: var(--color-foreground-secondary, #666);
  }

  .wristsize-field__apply {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: var(--color-primary, #000);
    color: var(--color-primary-foreground, #fff);
    border: none;
    border-radius: var(--buttons-radius, 4px);
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    transition: opacity 0.15s ease;
  }

  .wristsize-field__apply:hover {
    opacity: 0.85;
  }

  .wristsize-field__apply:focus-visible {
    outline: 2px solid var(--color-primary, #000);
    outline-offset: 2px;
  }

  .wristsize-field__feedback {
    margin-top: 6px;
    font-size: 0.8rem;
    color: var(--color-foreground-secondary, #666);
    min-height: 1.2em;
  }
/* END_SNIPPET:facets-wristsize */

/* START_SNIPPET:gallery-carousel-slider-arrows (INDEX:130) */
.product-gallery__arrow {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    position: absolute;
    width: 100%;

    background: #F0F0F0;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #DAD8D8;

    &.product-gallery__arrow--prev {
      left: -8px;

      &:disabled {
        display: none;
      }
    }

    &.product-gallery__arrow--next {
      right: -8px;

      &:disabled {
        display: none;
      }
    }

    @media (min-width: 1000px) {
      display: none;
    }
  }
/* END_SNIPPET:gallery-carousel-slider-arrows */

/* START_SNIPPET:horizontal-product-modal (INDEX:134) */
.drawer:has(.product-info__slider) {
    @media screen and (max-width: 699px) {
      --drawer-content-max-height: 80vh;

      .product-info__modal-inner {
        gap: 16px;
      }

      &::part(body) {
        max-height: 75vh;
        grid-auto-rows: max-content;
        grid-template-rows: -webkit-max-content;
        grid-auto-rows: -webkit-max-content;
      }
    }

    &::part(body) {
      gap: 8px;
    }

    @media screen and (min-width: 700px) {
      .product-info__modal-content-wrapper {
        margin-top: 8px !important;
      }

      &::part(body) {
        grid-template-rows: max-content;
      }
    }
  }
    
  /* Ensure upsell drawers appear above everything when moved to body */
  body > x-drawer.x-drawer--upsell {
    z-index: 1999999 !important;
  }

  .product-info__slider {
    width: 100%;

    .slider-prev-button,
    .slider-next-button {
      position: absolute;
      height: 24px;
      width: 24px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #1a1a1a;
      color: white;
      border-radius: 2px;
      transition: opacity 0.2s ease-in;

      &:hover {
        opacity: 0.8;
        transition: opacity 0.2s ease-in;
      }

      &.swiper-button-disabled {
        display: none;
      }
    }

    .slider-prev-button {
      left: 4px;
    }

    .slider-next-button {
      right: 4px;
    }

    & .swiper-slide {
      padding: 16px;
      background-color: #E7E7E7;
      border-radius: 4px;
      aspect-ratio: 1;

      & img {
        margin-inline: auto;
        border-radius: inherit;
        height: -webkit-fill-available;
      }
    }
  }

  .product-info__modal-inner {
    display: flex;
    flex-direction: column;
    height: 100%;

    .product-info__modal-button {
      margin: auto 0 0 auto;
      max-width: 250px;

      button {
        margin-top: 0!important;
      }
    }
  }

  .product-info__modal-button {
    &.mobile {
      display: block;
      margin-inline-start: auto;
      padding-block-end: 16px;
      width: 100%;

      .horizontal-product__cta {
        display: flex;
        justify-content: space-between;
        align-items: start;
      }

      @media (min-width: 700px) {
        display: none;
      }
    }

    &.desktop {
      display: none;

      @media (min-width: 700px) {
        display: block;
      }
    }
  }

  .product-info__modal-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(255 255 255);
    border: 1px solid rgb(221 221 221);
    transition: all 0.3s ease;
  }

  .product-info__modal-content-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: rgb(231 231 231);
    padding: var(--spacing-4);
    border-radius: var(--rounded-xs);
  }
  .product-info__modal-content-wrapper .product-info__image,
  .product-info__modal-content-wrapper .product-info__modal-content {
    flex: 1;
  }

  .product-info__modal-content-wrapper .product-info__image img{
    width: 100%;
    height: auto;
    border-radius: var(--rounded-xs);
    object-fit: contain;
    margin: 0 !important;
  }

  @media (max-width: 768px) {
    .product-info__modal {
      top: -20px;
      right: -8px;
    }
    .product-info__modal-content-wrapper{
      gap: 20px;
      flex-direction: column;
      align-items: start;
    }
    .product-info__modal-content-wrapper .product-info__image{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .product-info__modal-content-wrapper .product-info__image img{
      max-height: 250px;      
    }
  }
/* END_SNIPPET:horizontal-product-modal */

/* START_SNIPPET:horizontal-product (INDEX:135) */
.horizontal-product{
    position: relative;
  }
  .product-info__modal {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #ff4f01;

    svg {
      width: 16px;
      height: 16px;
    }
  }
  .horizontal-product__info .text-sm{
    max-width: 210px;
  }
/* END_SNIPPET:horizontal-product */

/* START_SNIPPET:option-value (INDEX:162) */
.block-swatch.tall-block {
  height: unset;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 28px;
  background-color: #fff;
}
  .block-swatch__inner {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .block-swatch__inner .title {
    font-weight: 600;
    line-height: 1;
  }
  .block-swatch__inner .subtitle {
    color: #888;
    font-size: 0.8em;
  }
  .block-swatch__inner {
    font-size: 0.9em;
  }
  .block-swatch__inner .price-original {
    text-decoration: line-through;
    margin-right: 2px;
  }
/* END_SNIPPET:option-value */

/* START_SNIPPET:product-info (INDEX:175) */
.product__info__image_text{
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .product__info__image_text .text{
    font-size: 16px;
  }

  .product__info__image_text .image_wrap img{
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 6px;
  }

  @media(max-width: 767px){
    .product__info__image_text .image_wrap img{
      max-width: 60px;
      max-height: 60px;
    }
    .product__info__image_text .text{
      font-size: 14px;
    }
  }

  @media(min-width: 767px){
    .upsell__recommendations .horizontal-product .button,
    .cart-drawer__recommendations .horizontal-product .button{
      padding: 12px;
    }
    .upsell__recommendations .horizontal-product__cta,
    .cart-drawer__recommendations .horizontal-product__cta{
      justify-content: space-between;
    }
    .upsell__recommendations .horizontal-product__cta .price-list,
    .product-info__modal-inner .price-list,
    .cart-drawer__recommendations .horizontal-product__cta .price-list{
      flex: 1;
      flex-direction: column;
    }
    .upsell__recommendations .horizontal-product__cta form,
    .cart-drawer__recommendations .horizontal-product__cta form{
      flex: 2;
      display: flex;
      justify-content: end;
      align-items: center;
    }
     .upsell__recommendations .horizontal-product__cta form .price-list {
      flex-direction: row;
     }
  }
  }


  .variant__wrap_with_loader{
    position: relative;
    min-height: 75px;
  }

  .image__loader_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .variant__image_loader{
    height: 100%;
    width: fit-content !important;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #00000054;
    transition: opacity 0.4s ease;

    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
  }

  .variant__image_loader img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
    filter: grayscale(1);
  }

  .variant__image_loader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    border: 3px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    pointer-events: none;
  }


  .image__loader_wrap.hidden-loader {
    opacity: 0;
    pointer-events: none;
  }

  @keyframes spin {
    100% { transform: rotate(360deg); }
  }

  .custom-select {
    position: relative;
    margin: 0;
  }
  .custom-select .custom-select__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid #dedede;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .custom-select.active .custom-select__button .icon {
    transform: rotate(180deg);
  }
  .custom-select .custom-select__button:hover {
    background-color: #f4f4f4;
  }
  .custom-select .custom-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dedede;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    max-height: 300px;
    overflow-y: scroll;
  }
  .custom-select.active .custom-select__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 4;
  }
  .custom-select .custom-select__list li a {
    display: block;
    width: 100%;
    padding: 4px 12px;
    border-bottom: 1px solid #dedede;
  }
  .custom-select .custom-select__list li.active a,
  .custom-select .custom-select__list li a:hover {
    background-color: #eee;
  }
/* END_SNIPPET:product-info */

/* START_SNIPPET:scroll-to-bundles (INDEX:179) */
.product-gallery__media-list{
  position: relative;
}

  .scroll-to-bundles {
    display: none;
    position: absolute;
    background: white;
    padding: 4px 16px;
    border-radius: 16px;
    width: fit-content;
    height: 2.1875rem;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 0px 10px #5959592a;
    transition: transform 0.2s ease;
    top: unset;
    bottom: 3.25rem;
    right: var(--spacing-4);
    z-index: 3;

    &:hover {
      transform: scale(1.0075);
      transition: transform 0.2s ease;
    }

    @media(min-width: 992px) {
      right: var(--spacing-4);
      top: var(--spacing-4);
    }
  }

  #main:has(.product-bundles) .scroll-to-bundles,
  #main:has(.section-bundles-container) .scroll-to-bundles{
    display: flex;
    justify-content: center;
    align-items: center;

    gap: var(--spacing-2);
  }
/* END_SNIPPET:scroll-to-bundles */

/* START_SNIPPET:search-product-popup (INDEX:181) */
.popup__overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.search__product__popup {
  position: fixed; /* gebruik fixed, niet absolute */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* centreer */
  z-index: 1000000;
  max-height: 90vh; /* optioneel: beperk hoogte */
  overflow-y: auto; /* optioneel: scrollbaar als te lang */
  background: white; /* optioneel: zorg dat het niet transparant is */
  padding: 2rem;     /* optioneel: wat ademruimte */
  border-radius: 8px; /* optioneel: wat styling */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* optioneel */
  display: none;
  max-width: 950px;
  min-width: 950px;
  height: 100%;
  max-height: 500px;
}

@media(max-width: 992px){
  .search__product__popup {
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: 100%;
    max-width: 95%;
    /* max-height: 70%; */
    padding: 20px;
  }
}

.search__product__popup_text{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup__close{
  cursor: pointer;
}

.search__product__popup_title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #eee
}


.search__product__popup_title-wrap .title{
  font-size: 24px;
  font-weight: 600;
}

.search__product__popup_title-wrap .subtitle{
  font-size: 16px;
  font-weight: 500;
}


@media(max-width: 992px){
  .search__product__popup_title-wrap{
    padding-bottom: 16px;
  }
  .search__product__popup_title-wrap .title{
    font-size: 18px;
  }
}

.search__filters{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  border-radius: 0.375rem;
  height: 100%;
  padding: 20px;
}

.search__filters_active {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search__filters_active .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.search__filters_active .text span {
  font-weight: bold;
}

.search__filters_active .btn_wrap {
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: var(--accent);
  color: #fff;
}

.search__filters_active .btn_wrap span{
  color: #fff;
}

.search__filters_wrap{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.search__filters_wrap.hidden{
  display: none;
}

.search__filters_swiper{
  width: 100%;
  height: 50px;
}

.search__filters_swiper .swiper-button-next:after,
.search__filters_swiper .swiper-button-prev:after{
  font-size: 22px;
  color: var(--accent);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  display: none;
}

.search__filters_brand-btn{
  padding: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* border-radius: 4px; */
  border: 1px solid rgb(var(--text-color) / .15);
  background: #fff;
  transition: 0.3s ease all;
  border-radius: var(--rounded-button);
  font-size: 14px;
}

.search__filters_brand-btn:hover{
  background: #eee;
}

/* loading spinner */
 .search__filters{
  position: relative;
}
.big-search__filters-loading-spinner{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  left: 45%;
  top: 45%;
  z-index: 99;
}
.big-search__filters-loading-spinner.hidden{
  display: none;
}
.big-search__filters-loading-spinner svg {
  animation: spin 1s linear infinite;
}
.search__filters_wrap.loading{
  opacity: 0.4;
}


@media(max-width: 992px){
  .collection__top-bar .topbar__second_wrap{
    display: block;
  }
}
/* END_SNIPPET:search-product-popup */

/* START_SNIPPET:switch-module (INDEX:197) */
.switch-module{
  background: #fff;
  border-radius: 20px;
  width: fit-content;
  /* max-width: 90vw; */
  max-width: 850px;
  /* max-height: 90vh; */
  max-height: 950px;
  overflow:hidden;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1001;
  
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.switch-module__wrap{
  position: relative;
  overflow-y: auto;
  padding: 40px 48px;
  height:100%;
  max-height:100%;
}


.switch-module.open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media(max-width: 768px){
  .switch-module{
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .switch-module__wrap{
    padding: 20px;
    padding-top: 30px;
  }
}

.switch-module__inner{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.switch-module__text{
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #260D01;
}

.switch-module__text .title{
  font-size: 40px;
  font-weight: 700;
  color: #260D01;
}

.switch-module__text .title span{
  color: #FE5003;
}


.switch-module__text .subtitle{
  font-size: 18px;
  font-weight: 400;
}

@media(max-width: 768px){
  .switch-module__text .title{
    line-height: 130%;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .switch-module__text{
    gap: 0;
  }
}

.switch-module__text .hidden{
  display: none;
}

.switch-module__brands{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.switch-module__menu-level{
  width: 100%;
}

.switch-module__menu-level[data-menu-level="fallback"]{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.switch-module__menu-level[data-menu-level="fallback"] .switch-module__fallback-card{
  width: 600px;
  max-width: 100%;
}

.switch-module__menu-level[data-menu-level="fallback"] .switch-module__fallback-card {
  background: #f5f5f5;
}

.switch-module__menu-level[data-menu-level="fallback"] .checkmark.checkmark--fallback{
  background: #FF0000 !important;
}

.switch-module__menu-level[data-menu-level="fallback"] .suitable-collections span{
  color: #260D01;
  font-size: 14px;
}

.switch-module__menu-level[data-menu-level="fallback"] .fallback-button button {
  width: 100%;
}

.switch-module__menu-level .switch-module__menu-level-inner{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.switch-module__menu-level .switch-module__menu-level-inner-content{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

@media(max-width: 768px){
  .switch-module__menu-level .switch-module__menu-level-inner-content{
    grid-template-columns: repeat(3, 1fr);
  }
}

.switch-module__menu-level[data-menu-level="0"]{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.switch-module__brands .brand-button{
  width: 100px;
  padding: 5px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  min-height: 77px;
  cursor: pointer;
  background: #fff;
}

.switch-module__brands .brand-button img{
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.switch-module__item-button{
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  text-align: center !important;
  background: #fff;
}

.switch-module__item-button:hover{
  border-color: #FE5003;
  color: #FE5003;
}

@media(max-width: 768px){
  .switch-module__brands .brand-button{
    width: 75px;
    font-size: 12px;
    text-align: center;
  }
  .switch-module__item-button{
    font-size: 12px;
    text-align: center;
  }
  .switch-module__brands .brand-button img{
    width: 35px;
    height: 35px;
  }
}

.switch-module__back-button{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #260D01;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  opacity: 0.8;
  text-decoration: underline;
}

.switch-module__back-button:hover{
  opacity: 1;
}

.switch-module__close-button{
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.switch-module__vector{
  position: absolute;
  bottom: -180px;
  right: 50px;
  width: 200px;
  z-index: -1;
  opacity: 0.1;
}

@media(max-width: 768px){
  .switch-module__vector{
    bottom: 0;
    width: 150px;
  }
}

.switch-module-overlay{
  background: #260D01;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.switch-module-overlay.open {
  opacity: 0.7;
}

/* Hide elements by default */
.switch-module-overlay.hidden,
.switch-module.hidden {
  display: none;
}

/* Prevent scrolling when modal is open */
body:has(.switch-module-overlay.open) {
  overflow: hidden;
}

/* Fallback for browsers that don't support :has() */
body.switch-modal-open {
  overflow: hidden;
}
/* END_SNIPPET:switch-module */