/** Shopify CDN: Minification failed

Line 356:13 Unexpected "{"
Line 356:22 Expected ":"
Line 356:28 Unexpected ","

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection-landing-features (INDEX:13) */
.cl-features {
  padding: 48px 0;
}

.cl-features__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 32px;
  line-height: 1.2;
}

@media screen and (min-width: 750px) {
  .cl-features__heading {
    font-size: 3rem;
  }
}

.cl-features__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 750px) {
  .cl-features__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cl-features__card {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.cl-features__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.cl-features__image--placeholder {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-features__placeholder {
  width: 60%;
  height: 60%;
  opacity: 0.4;
}

.cl-features__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-features__content {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cl-features__card-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.3;
}

.cl-features__card-text {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.6;
  color: rgba(var(--color-foreground), 0.7);
  flex: 1;
}

.cl-features__arrow {
  display: inline-flex;
  margin-top: 20px;
  transition: transform 0.2s;
}

.cl-features__arrow:hover {
  transform: translateX(4px);
}

@media screen and (max-width: 749px) {
  .cl-features {
    padding: 36px 0;
  }

  .cl-features__content {
    padding: 20px 0;
  }
}
/* END_SECTION:collection-landing-features */

/* START_SECTION:collection-landing-promo (INDEX:14) */
.cl-promo {
  background: var(--promo-bg, #FFDB00);
  color: var(--promo-text, #000);
  padding: 48px 0;
}

.cl-promo__inner {
  text-align: left;
  max-width: var(--page-width);
}

.cl-promo__heading {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.15;
}

@media screen and (min-width: 750px) {
  .cl-promo__heading {
    font-size: 3.6rem;
  }
}

.cl-promo__body {
  font-size: 1.6rem;
  margin: 0 0 24px;
  line-height: 1.6;
  max-width: 680px;
}

.cl-promo__body p {
  margin: 0 0 8px;
}

.cl-promo__body p:last-child {
  margin-bottom: 0;
}

.cl-promo__cta {
  display: inline-block;
  background: var(--promo-text, #000);
  color: var(--promo-bg, #FFDB00);
  padding: 14px 36px;
  border-radius: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
  margin-top: 8px;
}

.cl-promo__cta:hover {
  opacity: 0.85;
}

@media screen and (max-width: 749px) {
  .cl-promo {
    padding: 36px 0;
  }

  .cl-promo__heading {
    font-size: 2.2rem;
  }
}
/* END_SECTION:collection-landing-promo */

/* START_SECTION:collection-landing-trust (INDEX:15) */
.cl-services {
  background: #f5f5f5;
  padding: 56px 0;
}

.cl-services__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 40px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .cl-services__heading {
    font-size: 3rem;
  }
}

.cl-services__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 750px) {
  .cl-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cl-services__card {
  text-align: center;
  padding: 24px 16px;
}

.cl-services__icon {
  margin-bottom: 16px;
  color: #111;
}

.cl-services__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.cl-services__desc {
  font-size: 1.4rem;
  margin: 0 0 16px;
  line-height: 1.6;
  color: #484848;
}

.cl-services__link {
  font-size: 1.4rem;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.cl-services__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 749px) {
  .cl-services {
    padding: 40px 0;
  }

  .cl-services__grid {
    gap: 24px;
  }
}
/* END_SECTION:collection-landing-trust */

/* START_SECTION:colour-family-crosssell (INDEX:17) */
[class*="cfx__inner-"] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  @media (min-width: 750px) {
    [class*="cfx__inner-"] { padding: 0 5rem; }
  }
  [class*="cfx__heading-"] {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #1a1a2e;
  }
  @media (min-width: 750px) {
    [class*="cfx__heading-"] { font-size: 22px; }
  }
  [class*="cfx__row-"] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  [class*="cfx__card-"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
    width: 80px;
    transition: transform 0.15s ease;
  }
  [class*="cfx__card-"]:hover { transform: translateY(-2px); }
  [class*="cfx__img-wrap-"] {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f7;
    border: 1px solid rgba(0,0,0,0.06);
  }
  [class*="cfx__img-"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  [class*="cfx__dot-"] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  }
  [class*="cfx__name-"] {
    font-size: 11px;
    color: #4a4a55;
    text-align: center;
    line-height: 1.2;
  }
/* END_SECTION:colour-family-crosssell */

/* START_SECTION:paired-crosssell-hub (INDEX:68) */
/* Reuses .paired-cross__* classes from test-paired-crosssell.liquid for
     visual consistency. The hub adds spacing tweaks for stacked blocks. */
  .paired-cross--hub + .paired-cross--hub {
    margin-top: 16px;
  }
/* END_SECTION:paired-crosssell-hub */

/* START_SECTION:product-gallery-with-video (INDEX:75) */
.mrk-gallery-media-wrapper {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .mrk-gallery-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* END_SECTION:product-gallery-with-video */

/* START_SECTION:shop-by-colour (INDEX:80) */
.sbc__inner-{{ section.id }},
  [class*="sbc__inner-"] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  @media (min-width: 750px) {
    [class*="sbc__inner-"] { padding: 0 5rem; }
  }
  [class*="sbc__head-"] { margin-bottom: 24px; }
  [class*="sbc__heading-"] {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111;
  }
  @media (min-width: 750px) {
    [class*="sbc__heading-"] { font-size: 28px; }
  }
  [class*="sbc__sub-"] {
    font-size: 14px;
    color: #6b6b76;
    margin: 0;
  }
  [class*="sbc__grid-"] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  @media (min-width: 750px) {
    [class*="sbc__grid-"] {
      grid-template-columns: repeat(6, 1fr);
    }
  }
  @media (min-width: 990px) {
    [class*="sbc__grid-"] {
      grid-template-columns: repeat(12, 1fr);
    }
  }
  [class*="sbc__item-"] { margin: 0; }
  [class*="sbc__link-"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease;
  }
  [class*="sbc__link-"]:hover { transform: translateY(-2px); }
  [class*="sbc__swatch-"] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  [class*="sbc__link-"]:hover [class*="sbc__swatch-"] {
    border-color: rgba(0,0,0,0.25);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  }
  @media (max-width: 749px) {
    [class*="sbc__swatch-"] { width: 48px; height: 48px; }
  }
  [class*="sbc__name-"] {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a2e;
    text-align: center;
  }
  @media (max-width: 749px) {
    [class*="sbc__name-"] { font-size: 12px; }
  }
/* END_SECTION:shop-by-colour */

/* START_SECTION:ss-top-rated (INDEX:104) */
[class*="tr__inner-"] {
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  @media (min-width: 750px) {
    [class*="tr__inner-"] { padding: 0 5rem; }
  }
  [class*="tr__header-"] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  [class*="tr__eyebrow-"] {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #FFB400;
    margin-bottom: 6px;
  }
  [class*="tr__heading-"] {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #111;
    line-height: 1.2;
  }
  @media (min-width: 750px) {
    [class*="tr__heading-"] { font-size: 28px; }
  }
  [class*="tr__sub-"] {
    margin: 4px 0 0;
    color: #6b6b76;
    font-size: 14px;
  }
  [class*="tr__cta-"] {
    border: 1.5px solid #111;
    border-radius: 999px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    white-space: nowrap;
  }
  [class*="tr__cta-"]:hover { background: #111; color: #fff; }
  [class*="tr__track-"] {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  [class*="tr__track-"]::-webkit-scrollbar { display: none; }
  [class*="tr__card-"] {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  [class*="tr__card-"]:hover {
    box-shadow: 0 4px 16px rgba(26,26,46,0.08);
    transform: translateY(-2px);
  }
  [class*="tr__img-wrap-"] {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f5f5f7;
  }
  [class*="tr__img-"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  [class*="tr__rating-"] {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(255,255,255,0.95);
    color: #111;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  }
  [class*="tr__info-"] {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  [class*="tr__brand-"] {
    font-size: 11px;
    font-weight: 600;
    color: #6b6b76;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  [class*="tr__title-"] {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  [class*="tr__pricing-"] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 4px;
  }
  [class*="tr__price-"] {
    font-size: 14px;
    font-weight: 700;
  }
  [class*="tr__compare-"] {
    font-size: 12px;
    color: #6b6b76;
    text-decoration: line-through;
  }
  @media (max-width: 749px) {
    [class*="tr__card-"] { flex: 0 0 160px; }
    [class*="tr__title-"] { font-size: 12px; }
  }
/* END_SECTION:ss-top-rated */

/* START_SECTION:test-bulb-crosssell (INDEX:106) */
.bulb-cross {
    padding: 40px 0;
    background: var(--bc-bg);
  }
  .bulb-cross__head { margin-bottom: 20px; }
  .bulb-cross__heading {
    font-size: var(--bc-heading-size);
    font-weight: 600;
    color: var(--bc-text);
    margin: 0 0 4px;
    line-height: 1.25;
  }
  .bulb-cross__sub {
    font-size: 14px;
    color: var(--bc-text-muted);
    margin: 0;
  }
  .bulb-cross__wrapper { position: relative; }
  .bulb-cross__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .bulb-cross__track::-webkit-scrollbar { display: none; }
  .bulb-cross__card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: var(--bc-bg);
    border: 1px solid var(--bc-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  .bulb-cross__card:hover {
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.08);
    transform: translateY(-2px);
  }
  .bulb-cross__image-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f8f6f3;
    overflow: hidden;
  }
  .bulb-cross__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }
  .bulb-cross__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 1.3;
    background: var(--bc-accent);
    color: #fff;
  }
  .bulb-cross__badge--soldout { background: #6b7280; }
  .bulb-cross__info {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .bulb-cross__brand {
    font-size: 11px;
    font-weight: 600;
    color: var(--bc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .bulb-cross__title {
    font-size: 13px;
    font-weight: 500;
    color: var(--bc-text);
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .bulb-cross__specs {
    font-size: 11px;
    color: var(--bc-text-muted);
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .bulb-cross__chip {
    background: #f5f0eb;
    border-radius: 3px;
    padding: 1px 6px;
  }
  .bulb-cross__pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .bulb-cross__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--bc-text);
  }
  .bulb-cross__compare {
    font-size: 12px;
    color: var(--bc-text-muted);
    text-decoration: line-through;
  }
  .bulb-cross__arrow {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bc-bg);
    border: 1px solid var(--bc-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bc-text);
    transition: background 0.15s, box-shadow 0.15s;
  }
  .bulb-cross__arrow:hover {
    background: #f5f0eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
  .bulb-cross__arrow--prev { left: -14px; }
  .bulb-cross__arrow--next { right: -14px; }
  .bulb-cross__arrow[hidden] { display: none; }
  @media screen and (max-width: 749px) {
    .bulb-cross { padding: 28px 0; }
    .bulb-cross__card { flex: 0 0 170px; }
    .bulb-cross__arrow { display: none; }
  }
/* END_SECTION:test-bulb-crosssell */

/* START_SECTION:test-main-product (INDEX:107) */
/* =====================================================
     GALLERY — ARROWS
     ===================================================== */
  .test-product__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    color: var(--tp-color-text);
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.2s ease, background 0.15s ease;
    padding: 0;
  }

  .test-product__arrow:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .test-product__arrow:focus-visible {
    outline: 2px solid var(--tp-color-btn);
    outline-offset: 2px;
  }

  .test-product__arrow--prev {
    left: 12px;
  }

  .test-product__arrow--next {
    right: 12px;
  }

  @media (min-width: 990px) {
    .test-product__arrow {
      opacity: 0;
    }

    .test-product__viewer:hover .test-product__arrow {
      opacity: 1;
    }
  }

  @media (max-width: 989px) {
    .test-product__arrow {
      opacity: 1;
      width: 32px;
      height: 32px;
    }

    .test-product__arrow--prev {
      left: 8px;
    }

    .test-product__arrow--next {
      right: 8px;
    }
  }

  /* =====================================================
     GALLERY — DOT INDICATORS (mobile)
     ===================================================== */
  .test-product__dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 3;
  }

  @media (min-width: 990px) {
    .test-product__dots {
      display: none;
    }
  }

  .test-product__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .test-product__dot--active {
    background: var(--tp-color-text);
    transform: scale(1.2);
  }

  /* =====================================================
     TITLE
     ===================================================== */
  .test-product__title {
    font-size: var(--tp-title-size);
    font-weight: var(--tp-title-weight);
    line-height: 1.25;
    margin: 0;
    color: var(--tp-color-text);
  }

  @media (min-width: 990px) {
    .test-product__title {
      font-size: calc(var(--tp-title-size) + 2px);
    }
  }

  /* =====================================================
     BRAND LINK / LOGO
     ===================================================== */
  .test-product__brand {
    display: inline-block;
    font-size: 0.8125rem;
    color: var(--tp-color-text-muted);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.15s ease;
  }

  .test-product__brand:hover {
    color: var(--tp-color-text);
  }

  .test-product__brand-logo {
    display: block;
    height: 28px;
    width: auto;
  }

  .test-product__brand:has(.test-product__brand-logo) {
    text-decoration: none;
  }

  .test-product__sku {
    font-size: 13px;
    color: var(--tp-color-muted);
    margin: 4px 0 0;
  }

  /* =====================================================
     DESIGNER
     ===================================================== */
  .test-product__designer {
    font-size: 0.8125rem;
    color: var(--tp-color-text-muted);
    margin: 0;
    font-style: italic;
  }

  /* =====================================================
     JUDGEME RATING WRAP
     ===================================================== */
  .test-product__rating-wrap {
    min-height: 22px;
  }

  .test-product__rating-wrap:empty {
    display: none;
  }

  /* =====================================================
     STAR RATING (fallback — kept for non-JudgeMe products)
     ===================================================== */
  .test-product__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
  }

  .test-product__rating:hover .test-product__rating-text {
    text-decoration: underline;
  }

  .test-product__stars {
    display: inline-flex;
    gap: 1px;
  }

  .test-product__star--filled {
    color: var(--tp-color-star);
  }

  .test-product__star--half {
    color: var(--tp-color-star);
  }

  .test-product__star--empty {
    color: var(--tp-color-star-empty);
  }

  .test-product__rating-text {
    font-size: 0.8125rem;
    color: var(--tp-color-text-muted);
  }

  /* =====================================================
     BADGES
     ===================================================== */
  .test-product__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
  }

  .test-product__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.625rem;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 100px;
    line-height: 1.5;
  }

  .test-product__badge--new {
    background: var(--tp-color-badge-new);
    color: #fff;
  }

  .test-product__badge--breathtaking {
    background: var(--tp-color-badge-breathtaking);
    color: #1a1a2e;
  }

  .test-product__badge--last {
    background: var(--tp-color-badge-last);
    color: #fff;
  }

  .test-product__badge--bestseller {
    background: var(--tp-color-badge-bestseller);
    color: #fff;
  }

  .test-product__badge--sustain {
    background: var(--tp-color-badge-sustain);
    color: #fff;
  }

  /* =====================================================
     VARIANT OPTIONS
     ===================================================== */
  .test-product__option {
    border: none;
    margin: 0;
    padding: 0;
  }

  .test-product__option-label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--tp-color-text);
  }

  .test-product__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .test-product__option-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    padding: 0.5rem 1rem;
    border: 1.5px solid var(--tp-color-border);
    border-radius: var(--tp-radius);
    font-size: 0.875rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
    user-select: none;
    background: var(--tp-bg-card);
    color: var(--tp-color-text);
  }

  .test-product__option-value:hover {
    border-color: var(--tp-color-text);
  }

  .test-product__option-value--selected {
    border-color: var(--tp-color-text);
    background: var(--tp-color-text);
    color: var(--tp-color-btn-text);
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* =====================================================
     CART ROW (Quantity + ATC inline)
     ===================================================== */
  .test-product__cart-row {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
  }

  .test-product__quantity {
    flex-shrink: 0;
  }

  .test-product__quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid var(--tp-color-border);
    border-radius: var(--tp-radius);
    height: 100%;
    min-height: 52px;
  }

  .test-product__quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--tp-color-text);
    padding: 0;
    transition: background 0.1s ease;
  }

  .test-product__quantity-btn:hover {
    background: var(--tp-bg-page);
  }

  .test-product__quantity-input {
    width: 2.5rem;
    height: 100%;
    text-align: center;
    border: none;
    border-left: 1px solid var(--tp-color-border);
    border-right: 1px solid var(--tp-color-border);
    font-size: 0.9375rem;
    color: var(--tp-color-text);
    background: transparent;
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .test-product__quantity-input::-webkit-inner-spin-button,
  .test-product__quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .test-product__cart-row .test-product__add-btn {
    flex: 1;
    min-height: 52px;
  }

  /* =====================================================
     RESTOCK
     ===================================================== */
  .test-product__restock {
    font-size: 0.8125rem;
    color: var(--tp-color-text-muted);
    margin: 0;
  }

  /* =====================================================
     DELIVERY INFO (Brosa-style)
     ===================================================== */
  .test-product__delivery {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 1rem;
    margin-top: 0.25rem;
    border-top: 1px solid var(--tp-color-border);
  }

  .test-product__delivery-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--tp-info-size);
    color: var(--tp-color-text-muted);
  }

  .test-product__delivery-location svg {
    flex-shrink: 0;
    color: var(--tp-color-text-muted);
  }

  .test-product__delivery-dispatch {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: var(--tp-info-size);
    color: var(--tp-color-text-muted);
  }

  .test-product__delivery-icon {
    flex-shrink: 0;
    margin-top: 1px;
  }

  .test-product__delivery-fast {
    color: var(--tp-color-text);
    font-size: var(--tp-info-size);
    display: block;
    margin-bottom: 0.125rem;
  }

  .test-product__delivery-standard {
    color: var(--tp-color-text);
    font-size: var(--tp-info-size);
    display: block;
    margin-bottom: 0.125rem;
  }

  .test-product__delivery-text {
    display: block;
    line-height: 1.4;
  }

  .test-product__delivery-urgency {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--tp-info-size);
    font-weight: 600;
    color: var(--tp-color-urgency);
  }

  .test-product__delivery-urgency svg {
    flex-shrink: 0;
    color: var(--tp-color-urgency);
  }

  /* =====================================================
     STOCK STATUS (Malta + IKEA real-time)
     ===================================================== */
  .test-product__stock {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--tp-color-border);
  }

  .test-product__stock-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--tp-info-size);
    color: var(--tp-color-text-muted);
    line-height: 1.4;
  }

  .test-product__stock-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .test-product__stock-dot--green {
    background: #4caf50;
  }

  .test-product__stock-dot--orange {
    background: #ff9800;
  }

  .test-product__stock-dot--red {
    background: #ef4444;
  }

  .test-product__stock-dot--blue {
    background: #3b82f6;
  }

  .test-product__stock-dot--grey {
    background: #6b7280;
  }

  .test-product__stock-dot--loading {
    background: #9ca3af;
    animation: tp-pulse 1.2s ease-in-out infinite;
  }

  @keyframes tp-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }

  .test-product__stock-restock {
    font-size: 0.75rem;
    color: var(--tp-color-text-muted);
    margin-left: 1.25rem;
  }

  /* =====================================================
     BENEFIT SUMMARY
     ===================================================== */
  .test-product__benefit {
    font-size: var(--tp-body-size);
    line-height: 1.5;
    color: var(--tp-color-text-muted);
    margin: 0;
    padding-top: 0.75rem;
    border-top: 1px solid var(--tp-color-border);
  }

  /* =====================================================
     PRODUCT WEIGHT
     ===================================================== */
  .test-product__weight {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: var(--tp-body-size);
    color: var(--tp-color-text-muted);
    margin: 0.25rem 0;
  }

  /* =====================================================
     MATTRESS ATTRIBUTES
     ===================================================== */
  .test-product__mattress-attrs {
    display: flex;
    gap: 1.25rem;
    margin: 0.75rem 0;
    padding: 0.75rem 0;
    border-top: 1px solid var(--tp-color-border);
    border-bottom: 1px solid var(--tp-color-border);
  }
  .test-product__mattress-attr {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--tp-body-size);
    color: var(--tp-color-text);
  }
  .test-product__mattress-attr svg {
    color: var(--tp-color-text);
    flex-shrink: 0;
  }

  /* =====================================================
     MUST BE COMPLETED WITH
     ===================================================== */
  .test-product__complete-with {
    padding-top: 0.75rem;
    border-top: 1px solid var(--tp-color-border);
  }

  .test-product__complete-with-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 0.625rem;
    color: var(--tp-color-text);
  }

  .test-product__complete-with-items {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
  }

  .test-product__complete-with-items::-webkit-scrollbar {
    display: none;
  }

  .test-product__complete-with-card {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem;
    border: 1px solid var(--tp-color-border);
    border-radius: var(--tp-radius);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.15s ease;
    min-width: 180px;
    max-width: 220px;
  }

  .test-product__complete-with-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .test-product__complete-with-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 4px;
    background: #f8f6f3;
    flex-shrink: 0;
  }

  .test-product__complete-with-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .test-product__complete-with-name {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--tp-color-text);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .test-product__complete-with-price {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--tp-color-text);
  }

  /* =====================================================
     BUNDLE COMPONENTS
     ===================================================== */
  .test-product__bundle {
    margin: 1.25rem 0;
    padding-top: 0.75rem;
    border-top: 1px solid var(--tp-color-border);
  }

  .test-product__bundle-title {
    font-size: var(--tp-body-size);
    font-weight: 600;
    color: var(--tp-color-text);
    margin: 0 0 0.5rem;
  }

  .test-product__bundle-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .test-product__bundle-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: var(--tp-color-text);
  }

  .test-product__bundle-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .test-product__bundle-dot--loading {
    background: #d4d4d4;
    animation: tp-pulse 1.2s ease-in-out infinite;
  }

  .test-product__bundle-dot--green {
    background: #4caf50;
  }

  .test-product__bundle-dot--orange {
    background: #ff9800;
  }

  .test-product__bundle-dot--blue {
    background: #747d84;
  }

  .test-product__bundle-dot--black {
    background: #424242;
  }

  .test-product__bundle-qty {
    font-weight: 600;
  }

  .test-product__bundle-sku {
    font-size: 0.75rem;
    color: var(--tp-color-text-muted);
  }

  .test-product__bundle-note {
    font-size: 0.75rem;
    color: var(--tp-color-text-muted);
    margin-left: auto;
  }

  /* =====================================================
     TRUST LINE
     ===================================================== */
  .test-product__trust-line {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: var(--tp-body-size);
    color: var(--tp-color-text-muted);
    margin: 0;
    padding-top: 0.75rem;
    border-top: 1px solid var(--tp-color-border);
    line-height: 1.4;
  }

  .test-product__trust-line svg {
    flex-shrink: 0;
    color: var(--tp-color-text-muted);
  }

  /* =====================================================
     APP BLOCKS
     ===================================================== */
  .test-product__app-block {
    margin-top: 0.5rem;
  }

  .test-product__app-block--price {
    margin-top: 0;
  }

  /* =====================================================
     MOBILE STICKY CTA
     ===================================================== */
  .test-sticky-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background: var(--tp-color-btn);
    border-top: none;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
    padding: 0.75rem 1rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  .test-sticky-cta.is-visible {
    transform: translateY(0);
  }

  @media (min-width: 990px) {
    .test-sticky-cta {
      display: none;
    }
  }

  .test-sticky-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: var(--tp-max-width);
    margin: 0 auto;
  }

  .test-sticky-cta__info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
  }

  .test-sticky-cta__title {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .test-sticky-cta__price {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
  }

  .test-sticky-cta__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tp-color-btn);
    background: #fff;
    border: none;
    border-radius: var(--tp-radius);
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
  }

  .test-sticky-cta__btn:hover {
    background: rgba(255, 255, 255, 0.9);
  }

  .test-sticky-cta__btn:active {
    transform: scale(0.97);
  }

  .test-sticky-cta__btn:disabled {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
  }

  .test-sticky-cta__btn svg {
    flex-shrink: 0;
    color: var(--tp-color-btn);
  }

  .test-sticky-cta__btn:disabled svg {
    color: rgba(255, 255, 255, 0.6);
  }

  /* =====================================================
     MOBILE OVERRIDES
     ===================================================== */
  .test-main-product {
    overflow-x: hidden;
    width: 100%;
  }

  @media (max-width: 989px) {
    /* Text containment — prevent ANY overflow on mobile */
    .test-product__info > * {
      min-width: 0;
      max-width: 100%;
    }

    .test-product__title,
    .test-product__benefit,
    .test-product__designer,
    .test-product__weight,
    .test-product__trust-line,
    .test-product__delivery-row,
    .test-product__stock-line {
      overflow-wrap: break-word;
      word-break: break-word;
    }

    .test-product__price-current {
      font-size: calc(var(--tp-price-size) - 2px);
    }

    .test-product__price-row {
      gap: 0.5rem;
    }

    .test-product__info {
      gap: 0.75rem;
    }

    .test-product__option-value {
      padding: 0.375rem 0.75rem;
      font-size: 0.8125rem;
      min-width: 2.5rem;
    }

    .test-product__option-values {
      gap: 0.375rem;
      flex-wrap: wrap;
    }

    .test-product__quantity-btn {
      width: 2rem;
    }

    .test-product__quantity-input {
      width: 2rem;
    }

    .test-product__quantity-selector {
      min-height: 48px;
    }

    .test-product__cart-row {
      flex-wrap: wrap;
    }

    .test-product__cart-row .test-product__add-btn {
      min-height: 48px;
      padding: 0.75rem 1rem;
      font-size: 0.9375rem;
    }

    .test-product__delivery {
      gap: 0.5rem;
      padding-top: 0.75rem;
    }

    .test-product__delivery-row {
      flex-wrap: wrap;
    }

    .test-product__complete-with-scroll {
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .test-product__complete-with-card {
      min-width: 140px;
      max-width: 180px;
    }

    .test-product__complete-with-img {
      width: 50px;
      height: 50px;
    }

    .test-product__bundle-item {
      flex-wrap: wrap;
      font-size: 0.75rem;
    }

    .test-product__bundle-name {
      flex: 1;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .test-product__bundle-note {
      width: 100%;
      margin-left: 1.375rem;
    }

    /* Hide our sticky CTA if another app provides one */
    .test-sticky-cta + .test-sticky-cta {
      display: none;
    }
  }

  /* ---- Discount banners (inline with price) ---- */

  .test-product__discounts {
    display: flex;
    align-items: center;
  }

  .test-product__discount-banner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px dashed var(--tp-color-sale, #e8826a);
    background: #fef7f5;
    font-size: 12px;
    line-height: 1.3;
    color: var(--tp-color-text, #1a1a2e);
  }

  .test-product__discount-min {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    background: #fff;
    border: 1px solid var(--tp-color-sale, #e8826a);
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    color: var(--tp-color-sale, #e8826a);
    letter-spacing: 0.01em;
  }

  .test-product__discount-icon {
    flex-shrink: 0;
    color: var(--tp-color-sale, #e8826a);
  }

  .test-product__discount-title {
    font-weight: 700;
    color: var(--tp-color-sale, #e8826a);
  }

  .test-product__discount-code {
    font-family: monospace;
    font-weight: 700;
    background: #fff;
    border: 1px solid var(--tp-color-sale, #e8826a);
    border-radius: 3px;
    padding: 0 4px;
    font-size: 11px;
    letter-spacing: 0.05em;
    cursor: pointer;
  }

  .test-product__discount-sep {
    color: var(--tp-color-text-muted, #6b7280);
  }
/* END_SECTION:test-main-product */

/* START_SECTION:test-paired-crosssell (INDEX:108) */
.paired-cross {
    padding: 40px 0;
    background: var(--pc-bg);
  }
  .paired-cross__head { margin-bottom: 20px; }
  .paired-cross__heading {
    font-size: var(--pc-heading-size);
    font-weight: 600;
    color: var(--pc-text);
    margin: 0 0 4px;
    line-height: 1.25;
  }
  .paired-cross__sub {
    font-size: 14px;
    color: var(--pc-text-muted);
    margin: 0;
  }
  .paired-cross__wrapper { position: relative; }
  .paired-cross__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }
  .paired-cross__track::-webkit-scrollbar { display: none; }
  .paired-cross__card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: var(--pc-bg);
    border: 1px solid var(--pc-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  .paired-cross__card:hover {
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.08);
    transform: translateY(-2px);
  }
  .paired-cross__image-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f8f6f3;
    overflow: hidden;
  }
  .paired-cross__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }
  .paired-cross__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 1.3;
    background: var(--pc-accent);
    color: #fff;
  }
  .paired-cross__badge--soldout { background: #6b7280; }
  .paired-cross__info {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .paired-cross__brand {
    font-size: 11px;
    font-weight: 600;
    color: var(--pc-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .paired-cross__title {
    font-size: 13px;
    font-weight: 500;
    color: var(--pc-text);
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .paired-cross__pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
  }
  .paired-cross__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--pc-text);
  }
  .paired-cross__compare {
    font-size: 12px;
    color: var(--pc-text-muted);
    text-decoration: line-through;
  }
  .paired-cross__arrow {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--pc-bg);
    border: 1px solid var(--pc-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--pc-text);
    transition: background 0.15s, box-shadow 0.15s;
  }
  .paired-cross__arrow:hover {
    background: #f5f0eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
  .paired-cross__arrow--prev { left: -14px; }
  .paired-cross__arrow--next { right: -14px; }
  .paired-cross__arrow[hidden] { display: none; }
  @media screen and (max-width: 749px) {
    .paired-cross { padding: 28px 0; }
    .paired-cross__card { flex: 0 0 180px; }
    .paired-cross__arrow { display: none; }
  }
/* END_SECTION:test-paired-crosssell */

/* START_SECTION:test-product-cross-sell (INDEX:109) */
.cross-sell {
    padding: 40px 0;
  }

  .cross-sell__heading {
    font-size: 1.25rem;
    font-weight: var(--cs-heading-weight);
    color: var(--cs-text);
    margin: 0 0 20px;
  }

  .cross-sell__wrapper {
    position: relative;
  }

  .cross-sell__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .cross-sell__track::-webkit-scrollbar {
    display: none;
  }

  .cross-sell__card {
    flex: 0 0 220px;
    scroll-snap-align: start;
    display: block;
    text-decoration: none;
    color: inherit;
    background: var(--cs-bg);
    border: 1px solid var(--cs-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
  }

  .cross-sell__card:hover {
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.08);
  }

  .cross-sell__image-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f8f6f3;
    overflow: hidden;
  }

  .cross-sell__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }

  .cross-sell__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 1.3;
  }

  .cross-sell__badge--low {
    background: #e8826a;
    color: #fff;
  }

  .cross-sell__badge--sold-out {
    background: #6b7280;
    color: #fff;
  }

  .cross-sell__info {
    padding: 12px 14px 14px;
  }

  .cross-sell__title {
    font-size: 13px;
    font-weight: 500;
    color: var(--cs-text);
    margin: 0 0 6px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cross-sell__pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
  }

  .cross-sell__price {
    font-size: var(--cs-heading-size);
    font-weight: 700;
    color: var(--cs-text);
  }

  .cross-sell__compare {
    font-size: 12px;
    color: var(--cs-text-muted);
    text-decoration: line-through;
  }

  /* Arrows */
  .cross-sell__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 20px));
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cs-bg);
    border: 1px solid var(--cs-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--cs-text);
    transition: background 0.15s, box-shadow 0.15s;
  }

  .cross-sell__arrow:hover {
    background: #f5f0eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }

  .cross-sell__arrow--prev {
    left: -12px;
  }

  .cross-sell__arrow--next {
    right: -12px;
  }

  .cross-sell__arrow[hidden] {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .cross-sell__card {
      flex: 0 0 170px;
    }

    .cross-sell__arrow {
      display: none;
    }
  }
/* END_SECTION:test-product-cross-sell */

/* START_SECTION:test-product-specs (INDEX:110) */
.test-specs {
  padding: 0 0 40px;
}

.test-specs__card {
  background: var(--ts-bg);
  border: 1px solid var(--ts-border);
  border-radius: 8px;
  overflow: hidden;
}

/* ===== Accordion ===== */
.test-specs__accordion {
  /* Single accordion, no border-bottom needed */
}

.test-specs__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: var(--ts-heading-size);
  font-weight: var(--ts-heading-weight);
  color: var(--ts-text);
  cursor: pointer;
  list-style: none;
  user-select: none;
  -webkit-user-select: none;
}

.test-specs__header::-webkit-details-marker {
  display: none;
}

.test-specs__header:focus-visible {
  outline: 2px solid var(--ts-text);
  outline-offset: -2px;
  border-radius: 2px;
}

.test-specs__chevron {
  width: 20px;
  height: 20px;
  color: var(--ts-text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

details[open] > .test-specs__header .test-specs__chevron {
  transform: rotate(180deg);
}

/* ===== Body ===== */
.test-specs__body {
  padding: 0 24px 24px;
  font-size: var(--ts-body-size);
  line-height: 1.6;
  color: var(--ts-text-muted);
}

/* ===== Spec grid (two-column label/value pairs) ===== */
.test-specs__grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
}

.test-specs__item {
  display: contents;
}

.test-specs__item > .test-specs__label,
.test-specs__item > .test-specs__value {
  padding: 12px 0;
  border-bottom: 1px solid #f0ebe6;
}

.test-specs__item:last-child > .test-specs__label,
.test-specs__item:last-child > .test-specs__value {
  border-bottom: none;
}

.test-specs__label {
  font-weight: var(--ts-heading-weight);
  color: var(--ts-text);
  font-size: var(--ts-body-size);
}

.test-specs__value {
  color: var(--ts-text-muted);
  font-size: var(--ts-body-size);
}

/* ===== Materials section ===== */
.test-specs__subtitle {
  font-size: var(--ts-body-size);
  font-weight: var(--ts-heading-weight);
  margin: 24px 0 12px;
  padding-top: 16px;
  border-top: 1px solid var(--ts-border);
  color: var(--ts-text);
}

.test-specs__materials {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.test-specs__material-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #f0ebe6;
}

.test-specs__material-row:last-child {
  border-bottom: none;
}

.test-specs__material-label {
  font-weight: var(--ts-heading-weight);
  color: var(--ts-text);
  padding: 10px 0;
  font-size: var(--ts-body-size);
}

.test-specs__material-value {
  color: var(--ts-text-muted);
  padding: 10px 0;
  margin: 0;
  font-size: var(--ts-body-size);
}

/* ===== Mobile: single column layout ===== */
@media screen and (max-width: 749px) {
  .test-specs__header {
    padding: 16px 16px;
    font-size: 14px;
  }

  .test-specs__body {
    padding: 0 16px 20px;
    font-size: 13px;
  }

  .test-specs__grid {
    grid-template-columns: 1fr;
  }

  .test-specs__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 0;
    border-bottom: 1px solid #f0ebe6;
  }

  .test-specs__item:last-child {
    border-bottom: none;
  }

  .test-specs__item > .test-specs__label,
  .test-specs__item > .test-specs__value {
    padding: 0;
    border-bottom: none;
  }

  .test-specs__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ts-text-muted);
  }

  .test-specs__value {
    font-size: 14px;
    color: var(--ts-text);
  }

  .test-specs__material-row {
    grid-template-columns: 1fr;
  }

  .test-specs__material-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ts-text-muted);
    padding-bottom: 2px;
  }

  .test-specs__material-value {
    font-size: 14px;
    color: var(--ts-text);
    padding-top: 0;
  }
}
/* END_SECTION:test-product-specs */

/* START_SECTION:test-product-tabs (INDEX:111) */
.test-content {
  padding: 0 0 40px;
}

.test-content__card {
  background: var(--tc-bg);
  border: 1px solid var(--tc-border);
  border-radius: 8px;
  overflow: hidden;
}

/* ===== Accordion panel ===== */
.test-content__accordion {
  border-bottom: 1px solid var(--tc-border);
}

.test-content__accordion:last-child {
  border-bottom: none;
}

/* ===== Accordion header (summary) ===== */
.test-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: var(--tc-heading-size);
  font-weight: var(--tc-heading-weight);
  color: var(--tc-text);
  cursor: pointer;
  list-style: none;
  user-select: none;
  -webkit-user-select: none;
}

.test-content__header::-webkit-details-marker {
  display: none;
}

.test-content__header:focus-visible {
  outline: 2px solid var(--tc-text);
  outline-offset: -2px;
  border-radius: 2px;
}

/* ===== Chevron rotation ===== */
.test-content__chevron {
  width: 20px;
  height: 20px;
  color: var(--tc-text-muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

details[open] > .test-content__header .test-content__chevron {
  transform: rotate(180deg);
}

/* ===== Accordion body ===== */
.test-content__body {
  padding: 0 24px 24px;
  font-size: var(--tc-body-size);
  line-height: 1.7;
  color: var(--tc-text-muted);
}

/* ===== Content elements ===== */
.test-content__summary {
  margin: 0 0 16px;
  font-size: var(--tc-heading-size);
  line-height: 1.6;
  color: var(--tc-text-muted);
}

.test-content__subheading {
  font-size: var(--tc-body-size);
  font-weight: var(--tc-heading-weight);
  margin: 20px 0 8px;
  color: var(--tc-text);
}

.test-content__subheading:first-child {
  margin-top: 0;
}

.test-content__list {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: disc;
}

.test-content__list li {
  margin-bottom: 6px;
  color: var(--tc-text-muted);
}

.test-content__list li:last-child {
  margin-bottom: 0;
}

.test-content__text {
  margin: 0;
  color: var(--tc-text-muted);
}

.test-content__description {
  color: var(--tc-text-muted);
  line-height: 1.7;
}

.test-content__description p {
  margin: 0 0 12px;
}

.test-content__description p:last-child {
  margin-bottom: 0;
}

/* ===== Link list (assembly/disassembly docs) ===== */
.test-content__link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.test-content__link-list li {
  margin-bottom: 8px;
}

.test-content__link-list li:last-child {
  margin-bottom: 0;
}

.test-content__link-list a {
  color: var(--tc-text);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #c5bfb8;
  transition: text-decoration-color 0.15s ease;
}

.test-content__link-list a:hover {
  text-decoration-color: var(--tc-text);
}

.test-content__external-icon {
  vertical-align: middle;
  margin-left: 4px;
}

/* ===== Mobile adjustments ===== */
@media screen and (max-width: 749px) {
  .test-content__header {
    padding: 16px 16px;
    font-size: 14px;
  }

  .test-content__body {
    padding: 0 16px 20px;
    font-size: 13px;
  }
}
/* END_SECTION:test-product-tabs */

/* START_SECTION:test-product-trust (INDEX:112) */
.test-trust {
  background: var(--tt-bg);
  border: 1px solid var(--tt-border);
  border-radius: 8px;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
}

.test-trust__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.test-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 200px;
  max-width: 260px;
  padding: 10px 16px;
}

.test-trust__icon {
  flex-shrink: 0;
  color: var(--tt-text);
}

.test-trust__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.test-trust__title {
  font-weight: var(--tt-heading-weight);
  font-size: var(--tt-heading-size);
  line-height: 1.3;
  color: var(--tt-text);
}

.test-trust__subtitle {
  font-size: var(--tt-body-size);
  line-height: 1.3;
  color: var(--tt-text-muted);
}

@media screen and (max-width: 749px) {
  .test-trust__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .test-trust__item {
    max-width: none;
    padding: 8px 12px;
  }
}
/* END_SECTION:test-product-trust */

/* START_SECTION:test-whitestone-crosssell (INDEX:113) */
.ws-cross {
    padding: 40px 0;
    background: var(--ws-bg);
  }

  .ws-cross__head {
    margin-bottom: 20px;
  }

  .ws-cross__heading {
    font-size: var(--ws-heading-size);
    font-weight: 600;
    color: var(--ws-text);
    margin: 0 0 4px;
    line-height: 1.25;
  }

  .ws-cross__sub {
    font-size: 14px;
    color: var(--ws-text-muted);
    margin: 0;
  }

  .ws-cross__wrapper {
    position: relative;
  }

  .ws-cross__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .ws-cross__track::-webkit-scrollbar {
    display: none;
  }

  .ws-cross__card {
    flex: 0 0 240px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: var(--ws-bg);
    border: 1px solid var(--ws-border);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }

  .ws-cross__card:hover {
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.08);
    transform: translateY(-2px);
  }

  .ws-cross__image-wrapper {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f8f6f3;
    overflow: hidden;
  }

  .ws-cross__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }

  .ws-cross__badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 1.3;
  }

  .ws-cross__badge--sale {
    background: var(--ws-accent);
    color: #fff;
  }

  .ws-cross__badge--sold-out {
    background: #6b7280;
    color: #fff;
  }

  .ws-cross__info {
    padding: 12px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .ws-cross__brand {
    font-size: 11px;
    font-weight: 600;
    color: var(--ws-text-muted);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .ws-cross__title {
    font-size: 14px;
    font-weight: 500;
    color: var(--ws-text);
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ws-cross__size {
    font-size: 12px;
    color: var(--ws-text-muted);
  }

  .ws-cross__pricing {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
  }

  .ws-cross__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--ws-text);
  }

  .ws-cross__compare {
    font-size: 12px;
    color: var(--ws-text-muted);
    text-decoration: line-through;
  }

  /* Arrows */
  .ws-cross__arrow {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--ws-bg);
    border: 1px solid var(--ws-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--ws-text);
    transition: background 0.15s, box-shadow 0.15s;
  }

  .ws-cross__arrow:hover {
    background: #f5f0eb;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }

  .ws-cross__arrow--prev {
    left: -14px;
  }

  .ws-cross__arrow--next {
    right: -14px;
  }

  .ws-cross__arrow[hidden] {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .ws-cross {
      padding: 28px 0;
    }
    .ws-cross__card {
      flex: 0 0 180px;
    }
    .ws-cross__arrow {
      display: none;
    }
  }
/* END_SECTION:test-whitestone-crosssell */