/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:brico-product-details (INDEX:5) */
.brico-details {
  padding: 0 0 40px;
}

.brico-details__card {
  background: var(--bd-bg);
  border: 1px solid var(--bd-border);
  border-radius: 8px;
  overflow: hidden;
}

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

.brico-details__header::-webkit-details-marker {
  display: none;
}

.brico-details__header:focus-visible {
  outline: 2px solid var(--bd-text);
  outline-offset: -2px;
  border-radius: 2px;
}

.brico-details__chevron {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid var(--bd-text-muted);
  border-bottom: 1.5px solid var(--bd-text-muted);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

details[open] > .brico-details__header .brico-details__chevron {
  transform: rotate(225deg);
}

.brico-details__body {
  padding: 0 24px 24px;
  font-size: var(--bd-body-size);
  line-height: 1.6;
  color: var(--bd-text-muted);
}

.brico-details__grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
}

.brico-details__item {
  display: contents;
}

.brico-details__item > .brico-details__label,
.brico-details__item > .brico-details__value {
  padding: 12px 0;
  border-bottom: 1px solid var(--bd-border);
}

.brico-details__item:last-child > .brico-details__label,
.brico-details__item:last-child > .brico-details__value {
  border-bottom: none;
}

.brico-details__label {
  color: var(--bd-text);
  font-weight: 500;
}

.brico-details__subtitle {
  margin: 20px 0 8px;
  font-size: var(--bd-body-size);
  font-weight: 600;
  color: var(--bd-text);
}

.brico-details__text {
  margin: 0 0 10px;
}

.brico-details__text::first-letter {
  text-transform: uppercase;
}

@media (max-width: 749px) {
  .brico-details__grid {
    grid-template-columns: 130px 1fr;
  }
}
/* END_SECTION:brico-product-details */

/* START_SECTION:collection-landing-features (INDEX:15) */
.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:16) */
.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:17) */
.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:19) */
[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:ms-room-card-rail (INDEX:99) */
.ms-room-rail {
    width: 100%;
    padding: var(--ms-rail-pad-top) 0 var(--ms-rail-pad-bottom);
    color: var(--ms-rail-text);
    background: var(--ms-rail-background);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
  }

  .ms-room-rail *,
  .ms-room-rail *::before,
  .ms-room-rail *::after {
    box-sizing: border-box;
  }

  .ms-room-rail__inner {
    width: min(calc(100% - 96px), var(--ms-rail-width));
    margin: 0 auto;
  }

  .ms-room-rail__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
  }

  .ms-room-rail__head h2 {
    margin: 0;
    font-size: var(--ms-rail-heading-size);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .ms-room-rail__head p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--ms-rail-muted);
    font-size: 16px;
    line-height: 1.45;
  }

  .ms-room-rail__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  .ms-room-rail__link {
    margin-right: 8px;
    color: var(--ms-rail-text);
    font-size: 14px;
    font-weight: 700;
    text-underline-offset: 4px;
  }

  .ms-room-rail__arrow {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: #f5f5f5;
    cursor: pointer;
    font: inherit;
    font-size: 20px;
  }

  .ms-room-rail__arrow:hover {
    background: #dfdfdf;
  }

  .ms-room-rail__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: var(--ms-rail-card-width);
    gap: var(--ms-rail-gap);
    padding: 2px 0 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
  }

  .ms-room-rail__card {
    display: block;
    min-width: 0;
    color: var(--ms-rail-text);
    background: var(--ms-rail-card-background);
    text-decoration: none;
    scroll-snap-align: start;
  }

  .ms-room-rail__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: var(--ms-rail-image-ratio);
    overflow: hidden;
    background: #f5f5f5;
  }

  .ms-room-rail__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
  }

  .ms-room-rail__card:hover .ms-room-rail__media img {
    transform: scale(1.025);
  }

  .ms-room-rail__copy {
    display: grid;
    gap: 8px;
    padding: 18px 2px 4px;
  }

  .ms-room-rail--panel .ms-room-rail__copy {
    padding: 20px;
  }

  .ms-room-rail__copy strong,
  .ms-room-rail__overlay-copy strong {
    font-size: 17px;
    line-height: 1.25;
  }

  .ms-room-rail__copy > span {
    color: var(--ms-rail-muted);
    font-size: 14px;
    line-height: 1.42;
  }

  .ms-room-rail__overlay {
    position: absolute;
    inset: 36% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  }

  .ms-room-rail__overlay-copy {
    position: absolute;
    inset: auto 18px 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
  }

  .ms-room-rail__overlay-copy > span {
    flex: 0 0 auto;
    font-size: 20px;
  }

  @media screen and (max-width: 749px) {
    .ms-room-rail__inner {
      width: min(calc(100% - 48px), var(--ms-rail-width));
    }

    .ms-room-rail__head {
      display: block;
    }

    .ms-room-rail__head h2 {
      font-size: min(var(--ms-rail-heading-size), 32px);
    }

    .ms-room-rail__actions {
      margin-top: 16px;
    }

    .ms-room-rail__arrow {
      display: none;
    }

    .ms-room-rail__track {
      grid-auto-columns: min(82vw, var(--ms-rail-card-width));
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ms-room-rail__track {
      scroll-behavior: auto;
    }

    .ms-room-rail__media img {
      transition: none;
    }
  }
/* END_SECTION:ms-room-card-rail */

/* START_SECTION:ms-room-copy (INDEX:100) */
.ms-room-copy {
    width: 100%;
    padding: var(--ms-copy-pad-top) 0 var(--ms-copy-pad-bottom);
    color: var(--ms-copy-text);
    background: var(--ms-copy-background);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }

  .ms-room-copy__inner {
    width: min(calc(100% - 96px), var(--ms-copy-width));
    margin: 0 auto;
  }

  .ms-room-copy__content {
    max-width: var(--ms-copy-content-width);
  }

  .ms-room-copy h2 {
    margin: 0 0 22px;
    font-size: var(--ms-copy-heading-size);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .ms-room-copy__body {
    font-size: 16px;
    line-height: 1.58;
  }

  .ms-room-copy__body p {
    margin: 0 0 16px;
  }

  @media screen and (max-width: 749px) {
    .ms-room-copy__inner {
      width: min(calc(100% - 48px), var(--ms-copy-width));
    }

    .ms-room-copy h2 {
      font-size: min(var(--ms-copy-heading-size), 32px);
    }
  }
/* END_SECTION:ms-room-copy */

/* START_SECTION:ms-room-feature (INDEX:101) */
.ms-room-feature {
    width: 100%;
    padding: var(--ms-feature-pad-top) 0 var(--ms-feature-pad-bottom);
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #fff;
  }

  .ms-room-feature *,
  .ms-room-feature *::before,
  .ms-room-feature *::after {
    box-sizing: border-box;
  }

  .ms-room-feature__inner {
    width: min(calc(100% - 96px), var(--ms-feature-width));
    margin: 0 auto;
  }

  .ms-room-feature__layout {
    display: grid;
    overflow: hidden;
    background: var(--ms-feature-copy-background);
  }

  .ms-room-feature--split .ms-room-feature__layout {
    grid-template-columns: 1.6fr 1fr;
    min-height: 430px;
  }

  .ms-room-feature--image-top .ms-room-feature__layout {
    grid-template-columns: 1fr;
  }

  .ms-room-feature--overlay .ms-room-feature__layout {
    position: relative;
    min-height: 520px;
  }

  .ms-room-feature__media {
    min-width: 0;
    background: #e8e8e8;
  }

  .ms-room-feature__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ms-room-feature--split .ms-room-feature__media {
    min-height: 430px;
  }

  .ms-room-feature--image-top .ms-room-feature__media {
    aspect-ratio: 16 / 7;
  }

  .ms-room-feature--overlay .ms-room-feature__media {
    position: absolute;
    inset: 0;
  }

  .ms-room-feature--overlay .ms-room-feature__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08) 72%);
  }

  .ms-room-feature__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: clamp(28px, 4vw, 58px);
    color: var(--ms-feature-copy-color);
    background: var(--ms-feature-copy-background);
  }

  .ms-room-feature--overlay .ms-room-feature__copy {
    width: min(560px, 55%);
    background: transparent;
  }

  .ms-room-feature__eyebrow {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ms-room-feature__copy h2 {
    margin: 0;
    font-size: var(--ms-feature-heading-size);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: 0;
  }

  .ms-room-feature__body {
    max-width: 620px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .ms-room-feature__body p {
    margin: 0 0 10px;
  }

  .ms-room-feature__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 22px;
    padding: 12px 24px;
    border-radius: 999px;
    color: var(--ms-feature-copy-background);
    background: var(--ms-feature-copy-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  @media screen and (max-width: 749px) {
    .ms-room-feature__inner {
      width: min(calc(100% - 48px), var(--ms-feature-width));
    }

    .ms-room-feature--split .ms-room-feature__layout,
    .ms-room-feature--overlay .ms-room-feature__layout {
      grid-template-columns: 1fr;
      min-height: 0;
    }

    .ms-room-feature--split .ms-room-feature__media,
    .ms-room-feature--image-top .ms-room-feature__media,
    .ms-room-feature--overlay .ms-room-feature__media {
      position: relative;
      inset: auto;
      min-height: 0;
      aspect-ratio: 4 / 3;
    }

    .ms-room-feature--overlay .ms-room-feature__media::after {
      display: none;
    }

    .ms-room-feature--overlay .ms-room-feature__copy {
      width: auto;
      background: var(--ms-feature-copy-background);
    }

    .ms-room-feature__copy h2 {
      font-size: min(var(--ms-feature-heading-size), 34px);
    }
  }
/* END_SECTION:ms-room-feature */

/* START_SECTION:ms-room-hero (INDEX:102) */
.ms-room-hero {
    width: 100%;
    padding: var(--ms-room-pad-top) 0 var(--ms-room-pad-bottom);
    color: var(--ms-room-text);
    background: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
  }

  .ms-room-hero *,
  .ms-room-hero *::before,
  .ms-room-hero *::after {
    box-sizing: border-box;
  }

  .ms-room__inner {
    width: min(calc(100% - 96px), var(--ms-room-width));
    margin: 0 auto;
  }

  .ms-room-hero__breadcrumbs {
    display: flex;
    gap: 9px;
    margin-bottom: 92px;
    color: var(--ms-room-muted);
    font-size: 13px;
    line-height: 1.4;
  }

  .ms-room-hero__breadcrumbs a {
    color: inherit;
    text-decoration: none;
  }

  .ms-room-hero__title {
    margin: 0 0 58px;
    font-size: var(--ms-room-heading-size);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .ms-room-hero__categories {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 150px;
    gap: 20px;
    padding-bottom: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scroll-snap-type: inline proximity;
  }

  .ms-room-category {
    display: grid;
    grid-template-rows: 96px auto;
    min-height: 152px;
    padding: 16px 12px 12px;
    color: var(--ms-room-text);
    background: var(--ms-room-tile);
    text-align: center;
    text-decoration: none;
    scroll-snap-align: start;
  }

  .ms-room-category__media {
    display: grid;
    place-items: center;
    min-width: 0;
  }

  .ms-room-category__media img {
    display: block;
    width: 100%;
    height: 92px;
    object-fit: contain;
  }

  .ms-room-category__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
  }

  .ms-room-category__title {
    align-self: end;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28;
  }

  .ms-room-hero__mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 360px 360px;
    gap: 14px;
    margin-top: 58px;
  }

  .ms-room-story {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #fff;
    background: #e8e8e8;
    text-decoration: none;
  }

  .ms-room-story--1 {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .ms-room-story--2 {
    grid-column: 2;
    grid-row: 1;
  }

  .ms-room-story--3 {
    grid-column: 3;
    grid-row: 1;
  }

  .ms-room-story--4 {
    grid-column: 2 / span 2;
    grid-row: 2;
  }

  .ms-room-story__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
  }

  .ms-room-story:hover .ms-room-story__image {
    transform: scale(1.02);
  }

  .ms-room-story__shade {
    position: absolute;
    inset: 42% 0 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  }

  .ms-room-story__content {
    position: absolute;
    inset: auto 22px 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
  }

  .ms-room-story__content strong {
    max-width: 88%;
    font-size: 24px;
    line-height: 1.12;
  }

  .ms-room-story__arrow {
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
  }

  @media screen and (max-width: 989px) {
    .ms-room__inner {
      width: min(calc(100% - 48px), var(--ms-room-width));
    }

    .ms-room-hero__breadcrumbs {
      margin-bottom: 54px;
    }

    .ms-room-hero__title {
      margin-bottom: 36px;
      font-size: min(var(--ms-room-heading-size), 44px);
    }

    .ms-room-hero__categories {
      grid-auto-columns: 136px;
      gap: 12px;
    }

    .ms-room-hero__mosaic {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 520px 300px 300px;
    }

    .ms-room-story--1 {
      grid-column: 1 / -1;
      grid-row: 1;
    }

    .ms-room-story--2 {
      grid-column: 1;
      grid-row: 2;
    }

    .ms-room-story--3 {
      grid-column: 2;
      grid-row: 2;
    }

    .ms-room-story--4 {
      grid-column: 1 / -1;
      grid-row: 3;
    }
  }

  @media screen and (max-width: 599px) {
    .ms-room-hero__mosaic {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: none;
      gap: 12px;
      margin-top: 38px;
    }

    .ms-room-story,
    .ms-room-story--1,
    .ms-room-story--2,
    .ms-room-story--3,
    .ms-room-story--4 {
      grid-column: auto;
      grid-row: auto;
      aspect-ratio: 4 / 3;
    }

    .ms-room-story--1 {
      aspect-ratio: 1 / 1.08;
    }

    .ms-room-story__content {
      inset: auto 18px 18px;
    }

    .ms-room-story__content strong {
      font-size: 21px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ms-room-story__image {
      transition: none;
    }
  }
/* END_SECTION:ms-room-hero */

/* START_SECTION:paired-crosssell-hub (INDEX:107) */
/* 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:114) */
.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:producttest-main-product (INDEX:115) */
.producttest-main *,
  .producttest-main *::before,
  .producttest-main *::after {
    box-sizing: border-box;
  }

  .producttest-main__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, var(--pt-panel-width));
    gap: clamp(28px, 4vw, 64px);
    max-width: var(--pt-max-width);
    margin: 0 auto;
    padding: 16px 24px 64px;
  }

  .producttest-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--pt-gallery-gap);
  }

  .producttest-main__layout--single .producttest-gallery__grid {
    grid-template-columns: 1fr;
  }

  .producttest-gallery__item {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 1 / 1;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--pt-radius);
    background: var(--pt-image-bg);
    cursor: zoom-in;
  }

  .producttest-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: var(--producttest-image-fit, contain);
  }

  .producttest-gallery__more {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 10px 14px;
    border-radius: var(--pt-radius);
    color: var(--pt-text);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-size: 13px;
    font-weight: 700;
  }

  .producttest-gallery__dots {
    display: none;
  }

  .producttest-panel {
    min-width: 0;
    padding: var(--pt-panel-padding) 0;
  }

  .producttest-panel--sticky {
    position: sticky;
    top: 20px;
    align-self: start;
  }

  .producttest-form {
    display: grid;
    gap: var(--pt-block-gap);
  }

  .producttest-block {
    min-width: 0;
  }

  .producttest-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .producttest-badges:empty {
    display: none;
  }

  .producttest-badges span {
    padding: 5px 8px;
    border-radius: 3px;
    color: var(--pt-sale);
    background: color-mix(in srgb, var(--pt-sale) 8%, white);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .producttest-vendor {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 16px;
    color: var(--pt-muted);
    font-size: 12px;
    text-transform: uppercase;
  }

  .producttest-vendor__brand {
    display: inline-flex;
    align-items: center;
    color: var(--pt-text);
    font-weight: 750;
    text-decoration: none;
  }

  .producttest-vendor__logo {
    display: block;
    width: min(var(--pt-vendor-logo-width, 96px), 100%);
    height: auto;
    max-height: 48px;
    object-fit: contain;
  }

  .producttest-title {
    margin: 0;
    font-size: var(--pt-title-size);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .producttest-designer {
    margin: 8px 0 0;
    color: var(--pt-muted);
    font-size: 12px;
    font-style: italic;
  }

  .producttest-reviews {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
  }

  .producttest-reviews a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--pt-text);
    text-underline-offset: 3px;
  }

  .producttest-reviews__divider {
    width: 1px;
    height: 16px;
    background: var(--pt-border);
  }

  .producttest-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px 10px;
    padding: 18px 0;
    border-top: 1px solid var(--pt-border);
  }

  .producttest-price__current {
    font-size: var(--pt-price-size);
    font-weight: 750;
    line-height: 1;
  }

  .producttest-price__current.is-discounted {
    color: var(--pt-sale);
  }

  .producttest-price__compare {
    color: var(--pt-muted);
    font-size: 18px;
    text-decoration: line-through;
  }

  .producttest-price__sale {
    color: var(--pt-sale);
    font-size: 18px;
  }

  .producttest-price p {
    flex-basis: 100%;
    margin: 4px 0 0;
    color: var(--pt-muted);
    font-size: 13px;
  }

  .producttest-brico-offer {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    gap: 7px;
    margin-top: 6px;
    padding: 9px 11px;
    border: 1px solid color-mix(in srgb, var(--pt-sale) 45%, var(--pt-border));
    border-radius: min(var(--pt-radius), 4px);
    color: var(--pt-sale);
    background: color-mix(in srgb, var(--pt-sale) 7%, var(--pt-page-bg));
    font-size: 12px;
    line-height: 1.35;
  }

  .producttest-brico-offer[hidden] {
    display: none;
  }

  .producttest-brico-offer .svg-wrapper {
    width: 16px;
    height: 16px;
  }

  .producttest-discount {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid color-mix(in srgb, var(--pt-sale) 45%, var(--pt-border));
    border-radius: min(var(--pt-radius), 4px);
    background: color-mix(in srgb, var(--pt-sale) 7%, var(--pt-page-bg));
    font-size: 12px;
    line-height: 1.35;
  }

  .producttest-discount[hidden] {
    display: none;
  }

  .producttest-discount .svg-wrapper {
    width: 16px;
    height: 16px;
    color: var(--pt-sale);
  }

  .producttest-discount strong {
    color: var(--pt-sale);
  }

  .producttest-discount button {
    min-height: 28px;
    padding: 3px 8px;
    border: 1px solid var(--pt-sale);
    border-radius: 3px;
    color: var(--pt-sale);
    background: var(--pt-page-bg);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
  }

  .producttest-discount__minimum {
    padding: 2px 6px;
    border: 1px solid var(--pt-border);
    border-radius: 3px;
    background: var(--pt-page-bg);
    font-size: 11px;
    font-weight: 700;
  }

  .producttest-summary {
    margin: 0;
    color: var(--pt-muted);
    font-size: 14px;
    line-height: 1.55;
  }

  .producttest-model {
    padding: 16px 0;
    border-top: 1px solid var(--pt-border);
    border-bottom: 1px solid var(--pt-border);
  }

  .producttest-model label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
  }

  .producttest-model__select-wrap {
    position: relative;
  }

  .producttest-model select {
    width: 100%;
    min-height: 46px;
    padding: 0 42px 0 0;
    border: 0;
    color: var(--pt-text);
    background: transparent;
    font: inherit;
    appearance: none;
  }

  .producttest-model__select-wrap > span {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    font-size: 28px;
    pointer-events: none;
  }

  .producttest-buy {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .producttest-quantity {
    display: grid;
    grid-template-columns: 38px 34px 38px;
    flex: 0 0 110px;
    min-height: 52px;
    overflow: hidden;
    border: 1px solid var(--pt-border);
    border-radius: var(--pt-radius);
  }

  .producttest-quantity button,
  .producttest-quantity span {
    display: grid;
    place-items: center;
    min-width: 0;
    border: 0;
    color: var(--pt-text);
    background: transparent;
    font: inherit;
  }

  .producttest-quantity button {
    cursor: pointer;
  }

  .producttest-buy__button {
    position: relative;
    min-height: 52px;
    flex: 1;
    padding: 0 24px;
    border: 0;
    border-radius: var(--pt-radius);
    color: var(--pt-button-text);
    background: var(--pt-button);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
  }

  .producttest-buy__button .loading__spinner {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .producttest-buy__button.loading [data-producttest-add-label] {
    opacity: 0;
  }

  .producttest-buy__error {
    flex: 1 0 100%;
    margin: 0;
    color: var(--pt-sale);
    font-size: 13px;
  }

  .producttest-buy__button:disabled,
  .producttest-mobile-buy button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .producttest-source {
    padding: 13px 0;
    border-bottom: 1px solid var(--pt-border);
    color: var(--pt-muted);
    font-size: 13px;
  }

  .producttest-source strong {
    margin-left: 5px;
    color: var(--pt-text);
  }

  .producttest-disclaimer {
    padding: 12px 14px;
    border: 1px solid var(--pt-border);
    border-left: 4px solid var(--pt-text);
    border-radius: var(--pt-radius);
    background: var(--pt-image-bg);
  }

  .producttest-disclaimer strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .producttest-disclaimer p {
    margin: 0;
    color: var(--pt-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  .producttest-fulfilment {
    display: grid;
    border-bottom: 1px solid var(--pt-border);
  }

  .producttest-fulfilment__row {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--pt-border);
  }

  .producttest-fulfilment__row[hidden] {
    display: none;
  }

  .producttest-fulfilment__row div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 12px;
  }

  .producttest-fulfilment__row strong {
    font-size: 14px;
  }

  .producttest-fulfilment__row span {
    color: var(--pt-muted);
    font-size: 13px;
  }

  .producttest-fulfilment__row span.is-available {
    color: var(--pt-success);
    font-weight: 750;
  }

  .producttest-fulfilment__row small {
    grid-column: 1 / -1;
    color: var(--pt-muted);
    font-size: 12px;
  }

  .producttest-bundle {
    padding-top: 14px;
    border-top: 1px solid var(--pt-border);
  }

  .producttest-bundle h2 {
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .producttest-bundle ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .producttest-bundle li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 12px;
    align-items: center;
    min-width: 0;
    padding: 10px 0;
    border-top: 1px solid var(--pt-border);
  }

  .producttest-bundle__component {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .producttest-bundle__component > div {
    min-width: 0;
  }

  .producttest-bundle__image {
    display: block;
    width: var(--pt-bundle-image-size);
    height: var(--pt-bundle-image-size);
    flex: 0 0 var(--pt-bundle-image-size);
    object-fit: contain;
    background: var(--pt-image-bg);
  }

  .producttest-bundle__name {
    display: block;
    min-width: 0;
    color: var(--pt-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
  }

  .producttest-bundle__component small {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 8px;
    margin-top: 3px;
    color: var(--pt-muted);
    font-size: 11px;
  }

  .producttest-bundle__status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: var(--pt-muted);
    font-size: 11px;
    line-height: 1.3;
    text-align: right;
  }

  .producttest-bundle__status > span:first-child {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: currentColor;
  }

  .producttest-bundle__status.is-available {
    color: var(--pt-success);
    font-weight: 700;
  }

  .producttest-bundle__status.is-low {
    color: var(--pt-sale);
    font-weight: 700;
  }

  .producttest-bundle__status.is-unavailable {
    color: var(--pt-muted);
  }

  .producttest-bundle__status.is-checking > span:first-child {
    animation: producttest-pulse 1.2s ease-in-out infinite;
  }

  .producttest-bundle__restock {
    grid-column: 1 / -1;
    color: var(--pt-muted);
    font-size: 11px;
  }

  @keyframes producttest-pulse {
    50% { opacity: 0.35; }
  }

  .producttest-disclosure {
    border-top: 1px solid var(--pt-border);
    border-bottom: 1px solid var(--pt-border);
  }

  .producttest-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
    list-style: none;
  }

  .producttest-disclosure summary::-webkit-details-marker {
    display: none;
  }

  .producttest-disclosure[open] summary span {
    transform: rotate(90deg);
  }

  .producttest-disclosure dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0 0 16px;
    border-top: 1px solid var(--pt-border);
    border-left: 1px solid var(--pt-border);
  }

  .producttest-disclosure dl div {
    min-width: 0;
    padding: 10px;
    border-right: 1px solid var(--pt-border);
    border-bottom: 1px solid var(--pt-border);
  }

  .producttest-disclosure dt {
    color: var(--pt-muted);
    font-size: 11px;
    text-transform: uppercase;
  }

  .producttest-disclosure dd {
    margin: 3px 0 0;
    overflow-wrap: anywhere;
    font-size: 13px;
    font-weight: 700;
  }

  .producttest-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .producttest-trust div {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--pt-muted);
    font-size: 12px;
  }

  .producttest-complete {
    padding-top: 14px;
    border-top: 1px solid var(--pt-border);
  }

  .producttest-complete h2 {
    margin: 0 0 12px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .producttest-complete > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .producttest-complete a {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
    color: var(--pt-text);
    font-size: 11px;
    text-decoration: none;
  }

  .producttest-complete__image {
    grid-row: 1 / 3;
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: var(--pt-radius);
    background: var(--pt-image-bg);
  }

  .producttest-complete strong {
    font-size: 12px;
  }

  .producttest-mobile-buy {
    display: none;
  }

  .producttest-dialog {
    width: calc(100vw - 24px);
    max-width: none;
    height: calc(100vh - 24px);
    max-height: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: var(--pt-radius);
    color: var(--pt-text);
    background: var(--pt-page-bg);
  }

  .producttest-dialog[open] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }

  .producttest-dialog::backdrop {
    background: rgba(0, 0, 0, 0.72);
  }

  .producttest-dialog__header {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--pt-border);
    background: var(--pt-page-bg);
  }

  .producttest-dialog__header > strong {
    min-width: 0;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .producttest-dialog__controls {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
  }

  .producttest-dialog__header button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid var(--pt-border);
    border-radius: 50%;
    color: var(--pt-text);
    background: transparent;
    font-size: 26px;
    cursor: pointer;
  }

  .producttest-dialog__controls [data-dialog-zoom-reset] {
    font-size: 11px;
    font-weight: 750;
  }

  .producttest-dialog__header button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  .producttest-dialog__viewport {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: var(--pt-image-bg);
  }

  .producttest-dialog__stage {
    width: 100%;
    height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
  }

  .producttest-dialog__slide {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 100%;
    padding: 20px 72px;
  }

  .producttest-dialog__slide[hidden] {
    display: none;
  }

  .producttest-dialog__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    background: var(--pt-image-bg);
    cursor: zoom-in;
  }

  .producttest-dialog__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--pt-border);
    border-radius: 50%;
    color: var(--pt-text);
    background: var(--pt-page-bg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .producttest-dialog__nav--previous {
    left: 14px;
  }

  .producttest-dialog__nav--next {
    right: 14px;
  }

  .producttest-dialog__footer {
    display: flex;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px;
    border-top: 1px solid var(--pt-border);
    color: var(--pt-muted);
    background: var(--pt-page-bg);
    font-size: 12px;
  }

  .producttest-main button:focus-visible,
  .producttest-main a:focus-visible,
  .producttest-main select:focus-visible,
  .producttest-main summary:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--pt-button) 35%, transparent);
    outline-offset: 3px;
  }

  @media (max-width: 989px) {
    .producttest-main__layout {
      grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
      gap: 24px;
      padding-inline: 16px;
    }

    .producttest-panel {
      padding-top: 8px;
    }
  }

  @media (max-width: 749px) {
    .producttest-main__layout,
    .producttest-main__layout--single {
      display: block;
      padding: 0 0 112px;
    }

    .producttest-gallery {
      overflow: hidden;
    }

    .producttest-gallery__grid,
    .producttest-main__layout--single .producttest-gallery__grid {
      display: flex;
      gap: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .producttest-gallery__grid::-webkit-scrollbar {
      display: none;
    }

    .producttest-gallery__item {
      flex: 0 0 100%;
      aspect-ratio: 1 / 1;
      border-radius: 0;
      scroll-snap-align: start;
    }

    .producttest-gallery__more {
      display: none;
    }

    .producttest-gallery__dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      min-height: 34px;
      padding: 12px;
    }

    .producttest-gallery__dots span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--pt-border);
    }

    .producttest-gallery__dots span.is-active {
      background: var(--pt-text);
    }

    .producttest-panel,
    .producttest-panel--sticky {
      position: static;
      padding: 22px 16px 0;
    }

    .producttest-title {
      font-size: min(var(--pt-title-size), 30px);
    }

    .producttest-bundle li {
      grid-template-columns: minmax(0, 1fr);
    }

    .producttest-bundle__status {
      justify-content: flex-start;
      text-align: left;
    }

    .producttest-buy {
      display: none;
    }

    .producttest-mobile-buy {
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 40;
      display: grid;
      grid-template-columns: auto minmax(190px, 1fr);
      gap: 14px;
      align-items: center;
      padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
      border-top: 1px solid var(--pt-border);
      background: var(--pt-page-bg);
      box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
    }

    .producttest-mobile-buy div {
      display: flex;
      gap: 6px;
      align-items: baseline;
      white-space: nowrap;
    }

    .producttest-mobile-buy strong {
      font-size: 16px;
    }

    .producttest-mobile-buy span {
      color: var(--pt-muted);
      font-size: 12px;
      text-decoration: line-through;
    }

    .producttest-mobile-buy button {
      min-height: 50px;
      border: 0;
      border-radius: var(--pt-radius);
      color: var(--pt-button-text);
      background: var(--pt-button);
      font: inherit;
      font-weight: 750;
    }

    .producttest-dialog {
      width: 100vw;
      height: 100dvh;
      border-radius: 0;
    }

    .producttest-dialog__header {
      padding-inline: 10px;
    }

    .producttest-dialog__header > strong {
      display: none;
    }

    .producttest-dialog__controls {
      width: 100%;
      justify-content: flex-end;
    }

    .producttest-dialog__slide {
      padding: 12px 48px;
    }

    .producttest-dialog__nav {
      width: 40px;
      height: 40px;
    }

    .producttest-dialog__nav--previous {
      left: 4px;
    }

    .producttest-dialog__nav--next {
      right: 4px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .producttest-gallery__grid {
      scroll-behavior: auto;
    }
  }
/* END_SECTION:producttest-main-product */

/* START_SECTION:shop-by-colour (INDEX:120) */
.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:144) */
[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:146) */
.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:147) */
/* =====================================================
     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: #3b82f6;
  }

  .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:148) */
.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:149) */
.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:150) */
.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:151) */
.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:152) */
.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:153) */
.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 */