/** Shopify CDN: Minification failed

Line 682:2 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:12) */
footer a {
    text-decoration: none;
  }
  footer .footer__links,
  footer .footer__payment {
    display: flex;
    gap: 1rem;
  }
  .shopify-section-group-footer {
    border-top: 1px solid var(--color-section-border);
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:14) */
.shopify-section-header-sticky {
    position: sticky;
    top: 0;
  }


  .shopify-section-header-hidden {
    top: calc(-1 * var(--header-height));
  }


  .section-header.animate {
    transition: top 0.15s ease-out;
  }


  /* =========================
     SALESFIRE SEARCH
     ========================= */

  .salesfire-search-panel {
    background: #ffffff !important;
    height: 76px !important;
    min-height: 76px !important;
    padding: 10px 28px !important;
    z-index: 9999 !important;
  }

  .salesfire-search-panel > div {
    width: 100% !important;
    gap: 16px !important;
    align-items: center !important;
  }


  /* =========================
     SEARCH PILL
     ========================= */

  .salesfire-search-form {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;

    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 10px 20px !important;

    background: #eef8f8 !important;
    border: 1px solid #d5dddd !important;
    border-radius: 30px !important;

    display: flex !important;
    align-items: center !important;
  }


  /* =========================
     SEARCH INPUT
     ========================= */

  .salesfire-search-input {
    order: 0 !important;
    flex: 1 1 auto !important;

    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;

    color: #000000 !important;

    font-family: "Poppins", sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
  }

  .salesfire-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  .salesfire-search-input::placeholder {
    color: #777777 !important;
    opacity: 1 !important;
  }

  .salesfire-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
  }


  /* =========================
     SEARCH ICON
     ========================= */

  .salesfire-search-submit {
    order: -1 !important;
    flex: 0 0 auto !important;

    margin: 0 10px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    color: #000000 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    cursor: pointer;
  }

  .salesfire-search-submit svg {
    width: 25px !important;
    height: 25px !important;
  }


  /* =========================
     CLEAR BUTTON
     ========================= */

  .salesfire-search-clear {
    order: 1 !important;
    display: none;

    flex: 0 0 auto;

    padding: 4px 6px;

    background: transparent;
    border: 0;
    color: #000000;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;

    text-decoration: underline;
    cursor: pointer;
  }

  .salesfire-search-clear.is-visible {
    display: block;
  }


  /* =========================
     CLOSE BUTTON
     ========================= */

  [data-salesfire-search-close] {
    flex: 0 0 auto !important;
    gap: 8px !important;
    color: #000000 !important;
  }

  [data-salesfire-search-close] .bg-accent {
    background: transparent !important;
    color: #000000 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  [data-salesfire-search-close] svg {
    width: 28px !important;
    height: 28px !important;
  }

  [data-salesfire-search-close] > span:first-child {
    color: #000000 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
  }


  /* Hide navigation while search is open */

  body.active-search #header > header + * {
    visibility: hidden !important;
  }


  /* =========================
     MOBILE
     ========================= */

  @media screen and (max-width: 749px) {

    .salesfire-search-panel {
      grid-template-columns: 1fr !important;

      height: 84px !important;
      min-height: 84px !important;

      padding: 14px 20px !important;
    }

    .salesfire-search-panel > div {
      grid-column: 1 / -1 !important;

      width: 100% !important;
      max-width: none !important;

      gap: 14px !important;
    }

    .salesfire-search-form {
      flex: 1 1 auto !important;

      width: auto !important;
      min-width: 0 !important;

      height: 56px !important;
      min-height: 56px !important;

      margin: 0 !important;
      padding: 10px 20px !important;

      border-radius: 30px !important;
    }

    .salesfire-search-input {
      height: auto !important;
      padding: 0 !important;

      font-family: "Poppins", sans-serif !important;
      font-size: 17px !important;
      font-weight: 400 !important;
    }

    .salesfire-search-submit {
      margin-right: 10px !important;
    }

    .salesfire-search-submit svg {
      width: 25px !important;
      height: 25px !important;
    }

    .salesfire-search-clear {
      padding: 4px !important;
      font-size: 15px !important;
    }

    [data-salesfire-search-close] {
      gap: 0 !important;
      margin-left: 4px !important;
    }

    [data-salesfire-search-close] > span:first-child {
      display: none !important;
    }

    [data-salesfire-search-close] svg {
      width: 32px !important;
      height: 32px !important;
    }
  }
/* END_SECTION:header */

/* START_SECTION:product-test (INDEX:24) */
.test-product-page {
  position: relative;
}


.test-product-page .test-product-image-content {
  width: 100%;
  margin-top: 4px;
}


.test-product-page .image-zoom-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.test-product-page .image-zoom-wrapper[data-image-zoom] {
  cursor: zoom-in;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}


.test-product-page .image-zoom-wrapper[data-image-zoom].zoomed {
  cursor: grab;
  z-index: 2;
}


.test-product-page .image-zoom-wrapper img {
  transition:
    transform 0.25s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: transform;
  transform-origin: center center;
}


.test-product-page .image-zoom-wrapper.zoomed img {
  transition: none;
}


.test-product-page .image-zoom-reset {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  z-index: 101;
  transition: all 0.2s ease;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  animation: fadeInZoomButton 0.2s ease forwards;
  touch-action: manipulation;
  pointer-events: auto;
}


@keyframes fadeInZoomButton {

  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }

}


.test-product-page .image-zoom-reset:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}


.test-product-page .image-zoom-reset:active {
  transform: scale(0.95);
  background: rgba(0, 0, 0, 0.9);
}


.test-product-page .image-zoom-reset svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}


@media (max-width: 767px) {

  .test-product-page .product-images {
    gap: 8px;
  }


  .test-product-page .test-product-image-content {
    margin-top: 0;
  }


  .test-product-page .image-zoom-reset {
    width: 44px;
    height: 44px;
  }


  .test-product-page .image-zoom-reset svg {
    width: 22px;
    height: 22px;
  }

}


@media (min-width: 768px) {

  .test-product-page .image-zoom-reset {
    opacity: 0.7;
  }


  .test-product-page .image-zoom-reset:hover {
    opacity: 1;
  }

}


/* ==========================================
   TEST PDP MAIN ADD TO BAG BUTTON

   The theme's real button uses py-8.
   We keep the exact same button/component and
   only reduce its vertical padding on this
   test PDP.
========================================== */

.test-product-page
.product-form
add-to-cart-component
button[ref="addToCartButton"] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}


@media (max-width: 767px) {

  .test-product-page
  .product-form
  add-to-cart-component
  button[ref="addToCartButton"] {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

}
/* END_SECTION:product-test */

/* START_SECTION:product (INDEX:25) */
/* Image zoom functionality */
  .image-zoom-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .image-zoom-wrapper[data-image-zoom] {
    cursor: zoom-in;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  
  .image-zoom-wrapper[data-image-zoom].zoomed {
    cursor: grab;
    z-index: 2;
  }
  
  .image-zoom-wrapper img {
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    transform-origin: center center;
  }
  
  .image-zoom-wrapper.zoomed img {
    transition: none;
  }
  
  /* Reset zoom button */
  .image-zoom-reset {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    z-index: 101;
    transition: all 0.2s ease;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    animation: fadeInZoomButton 0.2s ease forwards;
    touch-action: manipulation;
    pointer-events: auto;
  }
  
  @keyframes fadeInZoomButton {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  .image-zoom-reset:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
  }
  
  .image-zoom-reset:active {
    transform: scale(0.95);
    background: rgba(0, 0, 0, 0.9);
  }
  
  .image-zoom-reset svg {
    width: 20px;
    height: 20px;
    pointer-events: none;
  }
  
  /* Make tap target slightly larger on mobile */
  @media (max-width: 767px) {
    .image-zoom-reset {
      width: 44px;
      height: 44px;
    }
    
    .image-zoom-reset svg {
      width: 22px;
      height: 22px;
    }
  }
  
  /* Hide reset button on desktop (optional - can double-click to exit) */
  @media (min-width: 768px) {
    .image-zoom-reset {
      opacity: 0.7;
    }
    
    .image-zoom-reset:hover {
      opacity: 1;
    }
  }
/* END_SECTION:product */

/* CSS from block stylesheet tags */
/* START_BLOCK:_collection-promo (INDEX:50) */
.collection-promo__card {
    isolation: isolate;
  }

  /* Ensure video fills container */
  .collection-promo__card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
/* END_BLOCK:_collection-promo */

/* START_BLOCK:_fast-filters (INDEX:59) */
/* When swiper is initialized, remove grid display */
  .fast-filters-swiper.swiper-initialized .swiper-wrapper {
    display: flex;
  }

  /* Ensure swiper-slide works in both modes */
  .fast-filters-swiper:not(.swiper-initialized) .swiper-slide {
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
  .fast-filters-swiper.swiper-initialized .swiper-slide {
    height: auto;
  }
/* END_BLOCK:_fast-filters */

/* START_BLOCK:_filters (INDEX:61) */
/* Accordion animations */
  details[open] summary svg {
    transform: rotate(180deg);
  }
  
  /* Smooth transitions for accordion content */
  details summary {
    transition: color 0.2s ease;
  }
  
  details[open] summary {
    color: var(--color-accent);
  }
  
  /* Ensure proper spacing for vertical layout */
  .filters-vertical details:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }
/* END_BLOCK:_filters */

/* START_BLOCK:group (INDEX:166) */
.group-container {
    padding-top: var(--group-padding-top, 0px);
    padding-bottom: var(--group-padding-bottom, 0px);
    padding-left: var(--group-padding-left, 0px);
    padding-right: var(--group-padding-right, 0px);
    @media (max-width: 768px) {
      padding-top: var(--group-padding-top-mobile, 0px);
      padding-bottom: var(--group-padding-bottom-mobile, 0px);
      padding-left: var(--group-padding-left-mobile, 0px);
      padding-right: var(--group-padding-right-mobile, 0px);
    }
  }
/* END_BLOCK:group */

/* START_BLOCK:image (INDEX:169) */
.content-image img[loading='lazy'] {
    opacity: 0;
  }

.content-image img[loading='lazy'].loaded,
.content-image img[loading='eager'] {
  opacity: 1;
}

@media screen and (max-width: 749px) {
  .mobile-badge-fix * {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }

  .mobile-badge-fix * {
    font-size: 13px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }
}
  }
/* END_BLOCK:image */

/* START_BLOCK:newsletter-signup (INDEX:175) */
.newsletter-border-wrapper {
    border: var(--border-width, 1px) solid transparent;
  }

  .newsletter-border-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: var(--border-width, 1px);
    background: var(--border-background);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  /* Solid border styles */
  .newsletter-border-wrapper[style*='--border-style: solid'] {
    --border-background: var(--border-color-1, #e5e7eb);
  }

  /* Gradient border styles */
  .newsletter-border-wrapper[style*='--border-style: gradient'] {
    --border-background: linear-gradient(90deg, var(--border-color-1, #ffcc65) 0%, var(--border-color-2, #ffffff) 100%);
  }

  /* No border style */
  .newsletter-border-wrapper[style*='--border-style: none'] {
    border: none;
  }

  .newsletter-border-wrapper[style*='--border-style: none']::before {
    display: none;
  }
/* END_BLOCK:newsletter-signup */

/* START_BLOCK:product-video-test (INDEX:182) */
.test-product-secondary-media {
  position: relative;
}

.test-product-secondary-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;

  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(-50%, -50%);

  padding: 0 0 0 5px;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);
  color: #101b46;

  font-size: 28px;
  line-height: 1;

  cursor: pointer;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.test-product-secondary-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.test-product-secondary-media.is-playing
.test-product-secondary-play {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {

  .test-product-secondary-play {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

}
/* END_BLOCK:product-video-test */

/* START_BLOCK:rotating-text-image (INDEX:191) */
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .rotating-text-group {
    animation: rotate 10s linear infinite;
    transform-origin: 50% 50%;
    will-change: transform;
  }
/* END_BLOCK:rotating-text-image */

/* START_BLOCK:row (INDEX:192) */
.row-container {
    padding-top: var(--row-padding-top, 0px);
    padding-bottom: var(--row-padding-bottom, 0px);
    @media (max-width: 768px) {
      padding-top: var(--row-padding-top-mobile, 0px);
      padding-bottom: var(--row-padding-bottom-mobile, 0px);
    }
  }
/* END_BLOCK:row */

/* START_BLOCK:stack (INDEX:197) */
.stack-container {
    padding-top: var(--stack-padding-top, 0px);
    padding-bottom: var(--stack-padding-bottom, 0px);
    @media (max-width: 768px) {
      padding-top: var(--stack-padding-top-mobile, 0px);
      padding-bottom: var(--stack-padding-bottom-mobile, 0px);
    }
  }
/* END_BLOCK:stack */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:accordion (INDEX:203) */
.shopify-block-accordion {
    width: 100%;
  }
/* END_SNIPPET:accordion */

/* START_SNIPPET:background-image (INDEX:209) */
.responsive-image img[loading="lazy"] {
    opacity: 0;
  }
  
  .responsive-image img[loading="lazy"].loaded,
  .responsive-image img[loading="eager"] {
    opacity: 1;
  }
  
  /* Desktop breakpoint */
  @media (min-width: 768px) {
    .responsive-image {
      aspect-ratio: var(--desktop-aspect-ratio) !important;
    }
  }
/* END_SNIPPET:background-image */

/* START_SNIPPET:cart-notes (INDEX:228) */
.cart-notes__toggle[aria-expanded="true"] .cart-notes__icon {
    transform: rotate(180deg);
  }
  
  .cart-notes__content[hidden] {
    display: none;
  }
  
  /* Smooth height transitions */
  .cart-notes__content:not([hidden]) {
    max-height: 300px;
  }
/* END_SNIPPET:cart-notes */

/* START_SNIPPET:cart-upsell (INDEX:229) */
/* Cart Upsell Swiper Customizations */

  .cart-upsell-swiper .swiper-slide {
    height: auto; /* Maintain product card height */
  }

  /* Hide pagination when there's only one slide */
  .cart-upsell-swiper[data-product-count='1'] .cart-upsell-pagination {
    display: none;
  }

  /* Custom pagination styles - pill-shaped active indicator */
  .cart-upsell-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d7d7d7;
    opacity: 1;
    margin: 0 7px;
    border-radius: 100px;
    transition: width 0.3s ease, background-color 0.3s ease;
  }

  .cart-upsell-pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: var(--color-primary);
    border-radius: 100px;
  }
/* END_SNIPPET:cart-upsell */

/* START_SNIPPET:product-media-gallery-test (INDEX:271) */
/* ==========================================
   GALLERY
========================================== */

.test-gallery {
  position: relative;

  width: 100%;

  display: grid;

  grid-template-columns: 1fr;

  gap: 4px;
}



/* ==========================================
   MAIN
========================================== */

.test-gallery__main {
  position: relative;

  width: 100%;

  min-width: 0;

  isolation: isolate;

  z-index: 0;
}


.test-gallery__comfort .product__comfort-rating--test {
  margin: 0;
}

/* ==========================================
   COMFORT RATING — IMAGE FOOTER
========================================== */
.test-gallery__comfort--mobile {
  display: block;
}

.test-gallery__comfort-desktop {
  display: none;
}

.test-gallery__comfort {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  pointer-events: none;
}

.test-gallery__comfort .product__comfort-rating--test {
  width: 100%;
  margin: 0;
}

.test-gallery__comfort .test-comfort-banner {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;

  padding: 6px 10px;

  background: #cceff0;
  border: 0;
  border-radius: 0;
  box-shadow: none;

  color: #101b46;
  line-height: 1;
}

.test-gallery__comfort .test-comfort-banner__score {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.test-gallery__comfort .test-comfort-banner__label {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
}


/* MOBILE */

@media (max-width: 767px) {

  .test-gallery__comfort .test-comfort-banner {
    padding: 7px 10px;
    border-radius: 0 0 14px 14px;
    gap: 4px;
  }

  .test-gallery__comfort .test-comfort-banner__score {
    font-size: 13px;
  }

  .test-gallery__comfort .test-comfort-banner__label {
    font-size: 11px;
  }

}

.test-gallery__viewport {
  position: relative;

  z-index: 1;

  width: 100%;

  overflow-x: auto;

  overflow-y: hidden;

  scroll-snap-type: x mandatory;

  scrollbar-width: none;

  -ms-overflow-style: none;

  border-radius: 16px;

  background: transparent;

  transition:
    height 0.2s ease;
}


.test-gallery__viewport::-webkit-scrollbar {
  display: none;
}


.test-gallery__track {
  width: 100%;

  display: flex;

  align-items: flex-start;
}


.test-gallery__slide {
  position: relative;

  width: 100%;

  min-width: 100%;

  flex: 0 0 100%;

  scroll-snap-align: start;

  overflow: hidden;

  border-radius: 16px;

  background: transparent;
}


.test-gallery__media-frame {
  position: relative;

  width: 100%;

  overflow: hidden;

  border-radius: 16px;

  background: transparent;
}


.test-gallery__slide .image-zoom-wrapper {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100% !important;

  overflow: hidden;

  border-radius: 16px;
}


.test-gallery__image {
  display: block;

  width: 100% !important;

  height: 100% !important;

  object-fit: contain !important;

  object-position: center center !important;

  border-radius: 16px;

  background: transparent;
}


.test-gallery__image[data-test-gallery-zoom] {
  cursor: zoom-in !important;
}



/* ==========================================
   VIDEO
========================================== */
.test-gallery__video-player {
  position: relative;
  width: 100%;
  height: 100%;
}

.test-gallery__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;

  width: 72px;
  height: 72px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(-50%, -50%);

  padding: 0 0 0 5px;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);
  color: #101b46;

  font-size: 28px;
  line-height: 1;

  cursor: pointer;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .test-gallery__video-play {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }
}

.test-gallery__video {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  overflow: hidden;

  border-radius: 16px;

  background: transparent;
}


.test-gallery__video-element,
.test-gallery__video video,
.test-gallery__video iframe {
  display: block;

  width: 100% !important;

  height: 100% !important;

  object-fit: contain !important;

  border: 0;

  border-radius: 16px;

  background: transparent;
}



/* ==========================================
   BADGES
========================================== */

.test-gallery__badges {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 3;

  pointer-events: none;

  overflow: hidden;

  border-radius: 16px;
}


.test-gallery__badges > .absolute {
  position: absolute !important;

  top: 14px !important;

  left: 14px !important;

  right: auto !important;

  bottom: auto !important;

  z-index: 3 !important;
}



/* ==========================================
   THUMBNAILS
========================================== */

.test-gallery__desktop-thumbs {
  display: none;
}


.test-gallery__thumb {
  position: relative;

  display: block;

  flex: 0 0 auto;

  width: 58px;

  height: 74px;

  padding: 0;

  overflow: hidden;

  border:
    1px solid #dddddd;

  border-radius: 9px;

  background: #ffffff;

  opacity: 0.7;

  cursor: pointer;

  transition:
    opacity 0.2s ease,
    border-color 0.2s ease;
}


.test-gallery__thumb img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 8px;
}


.test-gallery__thumb:hover,
.test-gallery__thumb.is-active {
  opacity: 1;
}


.test-gallery__thumb.is-active {
  border-color: #101b46;
}



/* ==========================================
   PLAY ICON
========================================== */

.test-gallery__play {
  position: absolute;

  top: 50%;

  left: 50%;

  width: 28px;

  height: 28px;

  transform:
    translate(-50%, -50%);

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background:
    rgba(255,255,255,0.95);

  color: #101b46;

  font-size: 10px;

  padding-left: 2px;

  pointer-events: none;

  box-shadow:
    0 2px 7px
    rgba(0,0,0,0.14);
}



/* ==========================================
   ARROWS
========================================== */

.test-gallery__arrow {
  display: none;

  position: absolute;

  top: 50%;

  width: 42px;

  height: 42px;

  transform:
    translateY(-50%);

  z-index: 4;

  align-items: center;

  justify-content: center;

  border:
    1px solid #dddddd;

  border-radius: 50%;

  background:
    rgba(255,255,255,0.95);

  color: #e5007e;

  font-size: 28px;

  cursor: pointer;

  box-shadow:
    0 2px 8px
    rgba(0,0,0,0.12);
}


.test-gallery__arrow--prev {
  left: 14px;
}


.test-gallery__arrow--next {
  right: 14px;
}



/* ==========================================
   MOBILE DOTS
========================================== */

.test-gallery__dots {
  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  padding:
    4px 12px 2px;
}


.test-gallery__dot {
  width: 7px;

  min-width: 7px;

  height: 7px;

  padding: 0;

  border: 0;

  border-radius: 999px;

  background:
    rgba(16,27,70,0.25);

  cursor: pointer;

  transition:
    width 0.2s ease,
    background 0.2s ease;
}


.test-gallery__dot.is-active {
  width: 18px;

  background: #101b46;
}



/* ==========================================
   BODY ZOOM
========================================== */

html.test-gallery-zoom-open,
html.test-gallery-zoom-open body {
  overflow: hidden !important;
}


.test-gallery-body-zoom {
  position: fixed !important;

  inset: 0 !important;

  z-index: 2147483646 !important;

  width: 100vw !important;

  height: 100vh !important;

  box-sizing: border-box !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  padding: 24px !important;

  background:
    rgba(255,255,255,0.98) !important;

  opacity: 0 !important;

  visibility: hidden !important;

  pointer-events: none !important;

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease !important;
}


.test-gallery-body-zoom.is-open {
  opacity: 1 !important;

  visibility: visible !important;

  pointer-events: auto !important;
}


.test-gallery-body-zoom__stage {
  position: relative !important;

  width:
    min(94vw, 1500px) !important;

  height:
    calc(100vh - 90px) !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  overflow: hidden !important;

  cursor: zoom-in !important;

  touch-action: none !important;
}


.test-gallery-body-zoom__stage.is-zoomed {
  cursor: grab !important;
}


.test-gallery-body-zoom__image {
  display: block !important;

  width: auto !important;

  height: auto !important;

  max-width: 100% !important;

  max-height: 100% !important;

  object-fit: contain !important;

  pointer-events: auto !important;

  user-select: none !important;

  -webkit-user-select: none !important;

  touch-action: none !important;

  transform:
    translate3d(0,0,0)
    scale(1);

  transform-origin:
    center center !important;

  transition:
    transform 0.25s ease;

  cursor: zoom-in !important;
}


.test-gallery-body-zoom__image.is-zoomed {
  cursor: grab !important;
}


.test-gallery-body-zoom__image.is-dragging {
  cursor: grabbing !important;

  transition: none !important;
}


.test-gallery-body-zoom__close {
  position: fixed !important;

  top: 20px !important;

  right: 24px !important;

  z-index: 2147483647 !important;

  width: 46px !important;

  height: 46px !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  padding: 0 !important;

  border: 0 !important;

  border-radius: 50% !important;

  background:
    #101b46 !important;

  color:
    #ffffff !important;

  font-size:
    30px !important;

  font-weight:
    400 !important;

  line-height:
    1 !important;

  cursor:
    pointer !important;

  box-shadow:
    0 3px 12px
    rgba(0,0,0,0.2) !important;
}


.test-gallery-body-zoom__hint {
  position: fixed !important;

  left: 50% !important;

  bottom: 18px !important;

  transform:
    translateX(-50%) !important;

  z-index:
    2147483647 !important;

  padding:
    8px 14px !important;

  border-radius:
    999px !important;

  background:
    rgba(16,27,70,0.92) !important;

  color:
    #ffffff !important;

  font-size:
    12px !important;

  line-height:
    1 !important;

  white-space:
    nowrap !important;

  pointer-events:
    none !important;
}



/* ==========================================
   DESKTOP
========================================== */

@media (min-width: 768px) {

.test-gallery__comfort--mobile {
  display: none !important;
}

.test-gallery__comfort-desktop {
  display: block;
}
.test-gallery__comfort-desktop {
  width: fit-content;
  max-width: 220px;
  margin: 10px 0 12px;
}

.test-gallery__comfort-desktop .product__comfort-rating--test {
  margin: 0;
}

.test-gallery__comfort-desktop .test-comfort-banner {
  width: auto;
  padding: 7px 14px;
  border-radius: 6px;
  background: #cceff0;
  box-shadow: none;
  border: 0;
}

.test-gallery__comfort-desktop .test-comfort-banner__score {
  font-size: 14px;
  font-weight: 700;
}

.test-gallery__comfort-desktop .test-comfort-banner__label {
  font-size: 13px;
  font-weight: 500;
}
  .test-gallery {
    grid-template-columns:
      58px minmax(0, 1fr);

    column-gap: 10px;

    align-items: start;
  }


  .test-gallery__desktop-thumbs {
    grid-column: 1;

    grid-row: 1;

    display: flex;

    flex-direction: column;

    gap: 6px;

    height:
      var(
        --test-gallery-active-height,
        600px
      );

    max-height:
      var(
        --test-gallery-active-height,
        600px
      );

    overflow-y: auto;

    overflow-x: hidden;

    scrollbar-width: none;

    overscroll-behavior: contain;

    align-self: start;
  }


  .test-gallery__desktop-thumbs::-webkit-scrollbar {
    display: none;
  }


  .test-gallery__main {
    grid-column: 2;

    grid-row: 1;

    width: 100%;

    max-width: none;
  }


  .test-gallery__viewport {
    overflow: hidden;

    height:
      auto !important;
  }


  .test-gallery__track {
    display: block;
  }


  .test-gallery__slide {
    display: none;

    width: 100%;

    min-width: 0;
  }


  .test-gallery__slide.is-active {
    display: block;
  }


  .test-gallery__arrow {
    display: flex;
  }


  .test-gallery__dots {
    display: none;
  }

}



/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

  .test-gallery {
    gap: 3px;
  }


  .test-gallery__viewport,
  .test-gallery__slide,
  .test-gallery__media-frame,
  .test-gallery__image,
  .test-gallery__video,
  .test-gallery__video-element,
  .test-gallery__video video,
  .test-gallery__video iframe {
    border-radius: 14px;
  }


  .test-gallery__desktop-thumbs {
    display: none !important;
  }


  .test-gallery__badges {
    border-radius: 14px;
  }


  .test-gallery__badges > .absolute {
    top: 12px !important;

    left: 12px !important;
  }


  .test-gallery-body-zoom {
    padding:
      12px !important;
  }


  .test-gallery-body-zoom__stage {
    width:
      100% !important;

    height:
      calc(100vh - 76px) !important;
  }


  .test-gallery-body-zoom__close {
    top:
      12px !important;

    right:
      12px !important;

    width:
      44px !important;

    height:
      44px !important;
  }


  .test-gallery-body-zoom__hint {
    bottom:
      12px !important;
  }

}
/* END_SNIPPET:product-media-gallery-test */

/* START_SNIPPET:product-media-gallery (INDEX:272) */
.product-media-navigation__wrapper-desktop .swiper-wrapper .swiper-slide {
    width: calc((100% - 42px) / 4);
    margin-right: 14px;
    height: auto;
  }


  .product-media__wrapper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-right: 16px;
    height: auto;
  }


  @media (min-width: 768px) {

    .product-media__wrapper .swiper-wrapper .swiper-slide {
      width: calc((100% - 16px) / 2);
    }

  }


  .product-media-navigation__wrapper-mobile .swiper-wrapper .swiper-slide {
    width: calc((100% - 26px) / 4.25);
    margin-right: 8px;
    height: auto;
  }


  /* VIDEO THUMBNAIL PLAY ICON */

  .product-video-play-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;

    background: rgba(255, 255, 255, 0.94);

    color: #101b46;

    font-size: 16px;
    line-height: 1;

    padding-left: 2px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }


  .product-video-play-icon--mobile {
    width: 32px;
    height: 32px;

    font-size: 12px;
  }


  /* TEST PDP ONLY — contain badges/media below site header */

  .test-product-page product-media-component {
    isolation: isolate;
    z-index: 0;
  }
/* END_SNIPPET:product-media-gallery */

/* START_SNIPPET:slideshow-controls-styles (INDEX:284) */
.swiper-pagination {
      position: relative;
    }

    .swiper-pagination-bullet-active {
      width:4rem;
      border-radius: 10rem;
      transition: width .2s ease-in-out;
    }
/* END_SNIPPET:slideshow-controls-styles */

/* START_SNIPPET:text (INDEX:294) */
.text {
    text-align: var(--text-align);
  }
/* END_SNIPPET:text */