@charset "UTF-8";
/* ==========================================================================
   #SASS-MQ-FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   #ANIMATIONS-TRANSITIONS-VARIABLES
   ========================================================================== */
/* ==========================================================================
   CSS-CUSTOM-PROPERTIES-VARIABLES
   ========================================================================== */
:root {
  /* Box Model */
  --border-radius: 4px;
  --box-shadow: 1px solid rgba(48, 59, 63, 0.21);
}

/* ==========================================================================
   #BREAKPOINTS-VARIABLES
   ========================================================================== */
/* ==========================================================================
   CSS-CUSTOM-PROPERTIES-VARIABLES
   ========================================================================== */
:root {
  /* Buttons */
  --btn-font-size: 1em;
  --btn-sm: calc(var(--btn-font-size) - 0.2em);
  --btn-md: calc(var(--btn-font-size) + 0.2em);
  --btn-lg: calc(var(--btn-font-size) + 0.4em);
  --btn-radius: var(--radius);
  --btn-radius--xs: calc(var(--radius) - 0.4em);
  --btn-radius--sm: calc(var(--radius) - 0.2em);
  --btn-radius--lg: calc(var(--radius) + 0.2em);
  --btn-radius--xl: calc(var(--radius) + 0.4em);
}

/* ==========================================================================
#COLOR-VARIABLES
========================================================================== */
/* Color Options
--------------------------------------------- */
.has-color-white-color {
  color: #fff !important;
}

.has-color-white-background-color {
  background-color: #fff;
}

@media (max-width: 992px) {
  .has-color-white-m-color {
    color: #fff !important;
  }
}
.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background-color: #fff;
}

@media (max-width: 992px) {
  .has-white-m-color {
    color: #fff !important;
  }
}
.has-black-color {
  color: #4C3C34 !important;
}

.has-black-background-color {
  background-color: #4C3C34;
}

@media (max-width: 992px) {
  .has-black-m-color {
    color: #4C3C34 !important;
  }
}
.has-links-color {
  color: #397C8E !important;
}

.has-links-background-color {
  background-color: #397C8E;
}

@media (max-width: 992px) {
  .has-links-m-color {
    color: #397C8E !important;
  }
}
.has-grey-color {
  color: #696563 !important;
}

.has-grey-background-color {
  background-color: #696563;
}

@media (max-width: 992px) {
  .has-grey-m-color {
    color: #696563 !important;
  }
}
.has-alt-grey-color {
  color: #605D5C !important;
}

.has-alt-grey-background-color {
  background-color: #605D5C;
}

@media (max-width: 992px) {
  .has-alt-grey-m-color {
    color: #605D5C !important;
  }
}
.has-brand-color {
  color: #CC6F4C !important;
}

.has-brand-background-color {
  background-color: #CC6F4C;
}

@media (max-width: 992px) {
  .has-brand-m-color {
    color: #CC6F4C !important;
  }
}
.has-light-color {
  color: #F0EFED !important;
}

.has-light-background-color {
  background-color: #F0EFED;
}

@media (max-width: 992px) {
  .has-light-m-color {
    color: #F0EFED !important;
  }
}
.has-brand-dark-color {
  color: #501D09 !important;
}

.has-brand-dark-background-color {
  background-color: #501D09;
}

@media (max-width: 992px) {
  .has-brand-dark-m-color {
    color: #501D09 !important;
  }
}
.has-alt-color {
  color: #342721 !important;
}

.has-alt-background-color {
  background-color: #342721;
}

@media (max-width: 992px) {
  .has-alt-m-color {
    color: #342721 !important;
  }
}
.has-red-color {
  color: #CD113D !important;
}

.has-red-background-color {
  background-color: #CD113D;
}

@media (max-width: 992px) {
  .has-red-m-color {
    color: #CD113D !important;
  }
}
.has-red-text-color {
  color: #AD1F1F !important;
}

.has-red-text-background-color {
  background-color: #AD1F1F;
}

@media (max-width: 992px) {
  .has-red-text-m-color {
    color: #AD1F1F !important;
  }
}
.has-offers-color {
  color: #9E3F3A !important;
}

.has-offers-background-color {
  background-color: #9E3F3A;
}

@media (max-width: 992px) {
  .has-offers-m-color {
    color: #9E3F3A !important;
  }
}
.has-best-value-color {
  color: #AD8F4C !important;
}

.has-best-value-background-color {
  background-color: #AD8F4C;
}

@media (max-width: 992px) {
  .has-best-value-m-color {
    color: #AD8F4C !important;
  }
}
.has-dawn-pink-color {
  color: #F2EDE4 !important;
}

.has-dawn-pink-background-color {
  background-color: #F2EDE4;
}

@media (max-width: 992px) {
  .has-dawn-pink-m-color {
    color: #F2EDE4 !important;
  }
}
.has-paari-color {
  color: #B14F22 !important;
}

.has-paari-background-color {
  background-color: #B14F22;
}

@media (max-width: 992px) {
  .has-paari-m-color {
    color: #B14F22 !important;
  }
}
.has-neutral-300-color {
  color: #EBEBEB !important;
}

.has-neutral-300-background-color {
  background-color: #EBEBEB;
}

@media (max-width: 992px) {
  .has-neutral-300-m-color {
    color: #EBEBEB !important;
  }
}
.has-neutral-500-color {
  color: #bbbbbb !important;
}

.has-neutral-500-background-color {
  background-color: #bbbbbb;
}

@media (max-width: 992px) {
  .has-neutral-500-m-color {
    color: #bbbbbb !important;
  }
}
.has-neutral-700-color {
  color: #979797 !important;
}

.has-neutral-700-background-color {
  background-color: #979797;
}

@media (max-width: 992px) {
  .has-neutral-700-m-color {
    color: #979797 !important;
  }
}
.has-neutral-800-color {
  color: #4B4844 !important;
}

.has-neutral-800-background-color {
  background-color: #4B4844;
}

@media (max-width: 992px) {
  .has-neutral-800-m-color {
    color: #4B4844 !important;
  }
}
.has-neutral-900-color {
  color: #31231D !important;
}

.has-neutral-900-background-color {
  background-color: #31231D;
}

@media (max-width: 992px) {
  .has-neutral-900-m-color {
    color: #31231D !important;
  }
}
.has-green-color {
  color: #43771C !important;
}

.has-green-background-color {
  background-color: #43771C;
}

@media (max-width: 992px) {
  .has-green-m-color {
    color: #43771C !important;
  }
}
.has-cream-color {
  color: #F7EEE3 !important;
}

.has-cream-background-color {
  background-color: #F7EEE3;
}

@media (max-width: 992px) {
  .has-cream-m-color {
    color: #F7EEE3 !important;
  }
}
.has-sand-color {
  color: #F8F7F6 !important;
}

.has-sand-background-color {
  background-color: #F8F7F6;
}

@media (max-width: 992px) {
  .has-sand-m-color {
    color: #F8F7F6 !important;
  }
}
.has-saddle-color {
  color: #533223 !important;
}

.has-saddle-background-color {
  background-color: #533223;
}

@media (max-width: 992px) {
  .has-saddle-m-color {
    color: #533223 !important;
  }
}
.has-light-brown-color {
  color: #CC6F4C !important;
}

.has-light-brown-background-color {
  background-color: #CC6F4C;
}

@media (max-width: 992px) {
  .has-light-brown-m-color {
    color: #CC6F4C !important;
  }
}
.has-light-brown-opacity-color {
  color: rgba(204, 111, 76, 0.2) !important;
}

.has-light-brown-opacity-background-color {
  background-color: rgba(204, 111, 76, 0.2);
}

@media (max-width: 992px) {
  .has-light-brown-opacity-m-color {
    color: rgba(204, 111, 76, 0.2) !important;
  }
}
.has-brown-main-color {
  color: #501D09 !important;
}

.has-brown-main-background-color {
  background-color: #501D09;
}

@media (max-width: 992px) {
  .has-brown-main-m-color {
    color: #501D09 !important;
  }
}
.has-brown-background-color {
  color: #65311D !important;
}

.has-brown-background-background-color {
  background-color: #65311D;
}

@media (max-width: 992px) {
  .has-brown-background-m-color {
    color: #65311D !important;
  }
}
.has-brown-100-color {
  color: #65311D !important;
}

.has-brown-100-background-color {
  background-color: #65311D;
}

@media (max-width: 992px) {
  .has-brown-100-m-color {
    color: #65311D !important;
  }
}
.has-bg-color-color {
  color: #F0EFED !important;
}

.has-bg-color-background-color {
  background-color: #F0EFED;
}

@media (max-width: 992px) {
  .has-bg-color-m-color {
    color: #F0EFED !important;
  }
}
.has-body-text-color {
  color: #31231D !important;
}

.has-body-text-background-color {
  background-color: #31231D;
}

@media (max-width: 992px) {
  .has-body-text-m-color {
    color: #31231D !important;
  }
}
.has-sandy-50-color {
  color: #F0EFED !important;
}

.has-sandy-50-background-color {
  background-color: #F0EFED;
}

@media (max-width: 992px) {
  .has-sandy-50-m-color {
    color: #F0EFED !important;
  }
}
.has-sandy-100-color {
  color: #E5E4E2 !important;
}

.has-sandy-100-background-color {
  background-color: #E5E4E2;
}

@media (max-width: 992px) {
  .has-sandy-100-m-color {
    color: #E5E4E2 !important;
  }
}
.has-sandy-10-color {
  color: #F3F2F2 !important;
}

.has-sandy-10-background-color {
  background-color: #F3F2F2;
}

@media (max-width: 992px) {
  .has-sandy-10-m-color {
    color: #F3F2F2 !important;
  }
}
.has-light-body-color {
  color: #696563 !important;
}

.has-light-body-background-color {
  background-color: #696563;
}

@media (max-width: 992px) {
  .has-light-body-m-color {
    color: #696563 !important;
  }
}
.has-price-color {
  color: #AD1F1F !important;
}

.has-price-background-color {
  background-color: #AD1F1F;
}

@media (max-width: 992px) {
  .has-price-m-color {
    color: #AD1F1F !important;
  }
}
/* ==========================================================================
   #TYPOGRAPHY-VARIABLES
   ========================================================================== */
/* Fonts self-hosted same-origin (see @font-face below). Google Fonts @import
   removed 2026-07-22 for CWV: it was a render-blocking, chained request. */
@font-face {
  font-family: "Tiempos Headline";
  src: url("/wp-content/themes/royal-tubs/public/fonts/TiemposHeadline-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("/wp-content/themes/royal-tubs/public/fonts/HelveticaNowDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("/wp-content/themes/royal-tubs/public/fonts/HelveticaNowDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("/wp-content/themes/royal-tubs/public/fonts/HelveticaNowDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Poppins — self-hosted, latin subset, same-origin */
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/royal-tubs/public/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/royal-tubs/public/fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/royal-tubs/public/fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/royal-tubs/public/fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-size: 16px;
}

/* ==========================================================================
   #SPACING-VARIABLES
   ========================================================================== */
/* This is to cover Voice-over devices for accessibility purposes */
/**
 * Fluid Props
 */
.hiddenVisually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.hiddenVisually:active, .hiddenVisually:focus {
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  width: auto;
  z-index: 100000;
  text-decoration: none;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.pdp-ex-price {
  align-items: center;
  color: #4B4844;
}
.pdp-ex-price .p3 {
  align-self: flex-end;
  padding-bottom: 0.1875em;
}
.pdp-ex-price__price {
  font-size: 1.125em;
  text-decoration: line-through;
}
.pdp-ex-price__save {
  color: #fff;
  position: relative;
  z-index: 1;
}
.pdp-ex-price__save::before {
  content: "";
  position: absolute;
  left: -0.5em;
  top: -0.125em;
  right: -1em;
  bottom: -0.125em;
  background: #CD113D;
  z-index: -1;
}
.pdp-ex-price__save::after {
  content: "";
  position: absolute;
  width: 0.5625em;
  top: -0.125em;
  right: -1em;
  bottom: -0.125em;
  border-bottom: 0.8125em solid transparent;
  border-top: 0.8125em solid transparent;
  border-right: 0.4375em solid #fff;
}

.underline {
  text-decoration: underline;
}

.divider {
  height: 1px;
}

.pdp-value-props svg {
  width: 1.25em;
  height: 1.25em;
  align-self: center;
  margin-right: 0.625em;
  flex-shrink: 0;
}

.pdp-features {
  flex-wrap: wrap;
}
.pdp-features li {
  width: 33.33%;
}
.pdp-features li svg {
  width: 2.5em;
  height: 2.5em;
}

.of-hidden {
  overflow: hidden;
}

.pdp-faq {
  position: relative;
}
.pdp-faq .dropdown__opener {
  padding: 1em 2.5em 1em 1.25em;
}
.pdp-faq .dropdown__content-container__content {
  padding: 1.25em;
}
@media (max-width: 768px) {
  .c-tabs__tab:not(:last-of-type) {
    margin-right: 0.25em;
  }
}
@media (min-width: 768px) {
  .c-tabs__tab:not(:last-of-type) {
    margin-right: 1em;
  }
}
.c-tabs__tab a {
  padding: 0.25em 0.625em 0.625em 0.625em;
  color: #4B4844;
  position: relative;
  white-space: nowrap;
  display: block;
}
.c-tabs__tab--selected a {
  font-weight: 500;
  color: #31231D;
}
.c-tabs__tab-panel {
  display: none;
}
.c-tabs__tab-panel .b2 p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.2%;
  color: #696563;
}
.c-tabs__tab-panel__content {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}
.c-tabs__tab-panel--open {
  display: block;
}
.c-tabs__tab-panel--animate-in .c-tabs__tab-panel__content {
  opacity: 1;
  transform: translateY(0);
}
.c-tabs__panels-container {
  position: relative;
}
.c-tabs__panels-container--animating .c-tabs__tab-panel {
  width: 100%;
}

.pdp-features {
  overflow: hidden;
}
.pdp-features .swiper-pagination {
  position: static;
  justify-content: center;
}
.pdp-features .swiper-pagination-bullet {
  width: 0.625em;
  height: 0.625em;
  opacity: 0.3;
  background: #B14F22;
}
.pdp-features .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.pdp-features .swiper-pagination .swiper-slide {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pdp-features .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375em;
}
@media (max-width: 992px) {
  .pdp-features .swiper {
    margin-left: -0.5em;
    margin-right: -0.5em;
    height: 310px;
  }
}
@media (min-width: 992px) {
  .pdp-features .swiper {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}
@media (min-width: 576px) {
  .pdp-features .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .pdp-features .swiper-slide {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 1365.98px) {
  .pdp-features .swiper-slide {
    width: 50%;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media (min-width: 992px) {
  .pdp-features .swiper-slide {
    width: 33.33%;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

.input-container {
  position: relative;
  display: block;
}
.input-container__label {
  color: #979797;
  position: absolute;
  padding-left: 1em;
  line-height: 1;
  top: 0;
  transform: translateY(0.875em);
  transition: transform 0.3s;
  transform-origin: left center;
  pointer-events: none;
}
.input-container input,
.input-container select {
  width: 100%;
  display: block;
  height: 2em;
  margin-top: 0.875em;
  border: none;
  padding: 0.25em 16px;
  font: inherit;
  color: #31231D;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input-container input:focus,
.input-container select:focus {
  outline: none;
}
.input-container input:focus ~ .input-container__label,
.input-container select:focus ~ .input-container__label,
.input-container input.-not-empty ~ .input-container__label,
.input-container select.-not-empty ~ .input-container__label {
  transform: scale(0.75) translateY(0.25em) translateX(0.25em);
}

.product-rect .list-inline-item svg {
  vertical-align: sub;
  margin-right: 3px;
}

@media screen and (min-width: 768px) {
  .col-lg-fifth {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.pdp-rating {
  align-items: center;
}
.pdp-rating__dot {
  width: 5px;
  height: 5px;
  border-radius: 999em;
  background: #bbbbbb;
}
.pdp-rating svg {
  height: auto;
  width: 6.8125em;
}
.pdp-rating__link {
  font-size: 0.75em;
  text-decoration: underline;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.pdp-price__price {
  font-size: 1.5em;
  line-height: 1.16666667;
}

.pdp-cladding__surface-icon {
  width: 2em;
  height: 2em;
  color: #533223;
}
.pdp-cladding__option-wrapper {
  gap: 10px;
  flex-wrap: wrap;
}
.pdp-cladding__tag {
  border-radius: 60px;
  background: #501D09;
  padding: 4px 7px;
  font-size: 0.75em;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  position: absolute;
  right: 7px;
  top: 14px;
  color: #fff;
  z-index: 1;
}
.pdp-cladding__option {
  padding: 0.75em 0.75em 0.75em 0.75em;
  position: relative;
  cursor: pointer;
  flex: 1;
  min-width: calc(25% - 20px);
}
.pdp-cladding__option input {
  position: absolute;
  left: -9999px;
  top: 0;
}
.pdp-cladding__option__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #F0EFED;
  border-top: 1px solid #F0EFED;
  border-bottom: 1px solid #F0EFED;
  border-left: 1px solid #F0EFED;
  transition: box-shadow 0.1s;
  overflow: hidden;
}
.pdp-cladding__option__overlay:last-child {
  border-right: 0;
}
.pdp-cladding__option__overlay:first-child {
  border-left: 1px solid #F0EFED;
}
.pdp-cladding__option__overlay svg {
  position: absolute;
  right: 0.3125em;
  bottom: 0.3125em;
  width: 0.875em;
  height: auto;
  z-index: 1;
  opacity: 0;
  color: #fff;
}
.pdp-cladding__option__note {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -0.75em;
  font-size: 0.625em;
  background: #979797;
  padding: 0.25em;
  border-radius: 4px 4px 4px 0;
  font-weight: 700;
  color: #fff;
}
.pdp-cladding__option input:checked ~ .pdp-cladding__option__overlay:after {
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
  display: block;
  position: relative;
  background-color: #F0EFED;
}
.pdp-cladding__option input:checked ~ .pdp-cladding__option__note {
  background: #CC8F72;
}
.pdp-cladding__color, .pdp-cladding__variant {
  position: relative;
  width: 3.25em;
  height: 3.25em;
  display: inline-block;
  margin-top: 0.75em;
  cursor: pointer;
  max-width: calc(50% - 6px);
}
.pdp-cladding__color:not(:last-of-type), .pdp-cladding__variant:not(:last-of-type) {
  margin-right: 1.375em;
}
.pdp-cladding__color input, .pdp-cladding__variant input {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2;
}
.pdp-cladding__color__image, .pdp-cladding__variant__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999em;
  overflow: hidden;
}
.pdp-cladding__color__image img, .pdp-cladding__variant__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  border-radius: 999em;
}

.pdp-variants {
  gap: 0.75em;
}
.pdp-variants__variant {
  position: relative;
  display: flex;
  padding: 0.75em;
  margin-top: 0.75em;
  cursor: pointer;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75em;
  flex: 1 1 calc(25% - 12px); /* max 4 columns */
  max-width: calc(50% - 6px);
  border: 1px solid #F0EFED;
  background: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  /* hide the native radio but keep it accessible */
  /* ✅ when this label contains a checked input */
}
.pdp-variants__variant__image--contain img {
  -o-object-fit: contain !important;
     font-family: "object-fit:contain" !important;
     object-fit: contain !important;
}
.pdp-variants__variant:nth-child(n+5) {
  margin-top: 0;
}
.pdp-variants__variant input {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2;
}
.pdp-variants__variant:has(> input:checked) {
  background: #F0EFED;
}
.pdp-variants__variant__image {
  position: static;
  flex: 0 0 auto;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
  width: 32px;
  height: 32px;
  overflow: hidden;
  /* 👈 crops to a rectangle */
  background: #fff;
  /* optional safety fill */
  display: flex;
  align-content: flex-start;
  justify-content: center;
  /* flex-wrap: nowrap; */
  flex-direction: column;
}
.pdp-variants__variant__image img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center", "object-fit:cover;object-position:center";
     object-fit: cover;
  display: block;
  /* Render bigger than the window so the 32×32 sits well inside the circle */
  width: 46px;
  /* tweak as needed */
  height: 46px;
  /* keep aspect so circle stays circle */
  object-fit: cover;
  /* don't scale to fit the 32×32 */
  -o-object-position: center;
     object-position: center;
  /* pick which part to show (e.g. "center", "20% 60%") */
}

.pdp-variants-selector.-variantfor-marble .pdp-variants__variant {
  flex: 1 1 calc(25% - 12px);
  max-width: calc(25% - 12px);
}

.pdp-assembly {
  /* YES selected */
  /* NO selected */
  /* NO selected on load (checkbox not checked) */
  /* YES inactive on load (when unchecked) */
  /* ===== Checkbox list (when >1 upsell) ===== */
  /* Visually hide the native checkbox but keep it accessible */
  /* checked state -> fill + tick becomes brown */
  /* focus ring for a11y */
}
.pdp-assembly__items {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.pdp-assembly__toggle {
  display: flex;
  gap: 0.625em;
  margin-top: 0;
}
.pdp-assembly input[type=checkbox] {
  display: none;
}
.pdp-assembly__pill {
  outline: 1px solid rgba(25, 25, 25, 0.1490196078);
  background: white;
  border-radius: 9999px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.15s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #501D09;
  border: 0;
}
.pdp-assembly__pill:hover {
  background: rgba(25, 25, 25, 0.1490196078);
  outline: 1px solid transparent;
}
.pdp-assembly input[type=checkbox]:checked + .yes {
  background: #E4E4E4;
  outline: 1px solid rgba(25, 25, 25, 0.15);
}
.pdp-assembly input[type=checkbox]:checked + .yes + .no {
  background: white;
  outline: 1px solid rgba(25, 25, 25, 0.15);
}
.pdp-assembly input[type=checkbox]:not(:checked) ~ .no {
  background: rgba(25, 25, 25, 0.15);
  outline: 1px solid rgba(25, 25, 25, 0.15);
}
.pdp-assembly input[type=checkbox]:not(:checked) + .yes {
  background: white;
  outline: 1px solid rgba(25, 25, 25, 0.15);
}
.pdp-assembly__check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.6rem 0.8rem;
  margin-top: 0;
}
.pdp-assembly__check-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pdp-assembly__check-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.4;
  color: #501D09;
  display: inline-block;
  /* custom box */
  /* tick */
}
.pdp-assembly__check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: block;
  border: 1px solid rgba(25, 25, 25, 0.15);
  border-radius: 6px;
  background: #fff;
}
.pdp-assembly__check-label::after {
  content: "";
  position: absolute;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  left: 7px;
  top: 2px;
  width: 10px;
  height: 17px;
  transition: border-color 0.15s;
}
.pdp-assembly__check-input:checked + .pdp-assembly__check-label::before {
  background: #fff;
}
.pdp-assembly__check-input:checked + .pdp-assembly__check-label::after {
  border-right-color: #501D09;
  border-bottom-color: #501D09;
}
.pdp-assembly__check-input:focus-visible + .pdp-assembly__check-label::before {
  outline: 2px solid #501D09;
  outline-offset: 2px;
}

.specifications .text {
  padding: 1.25em;
}

.pdp-additional-info svg {
  height: 1.5em;
  align-self: center;
  color: #B14F22;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.pdp-answers {
  padding: 1.25em;
}
.pdp-answers h5 {
  font-size: 1.25em;
}
.pdp-answers__icon {
  width: 3.5em;
  height: 3.5em;
  margin-right: 0.875em;
}

.pdp-add-to-cart {
  width: 100%;
  padding: 11px 57px !important;
  border-radius: 40px;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  align-items: center;
  cursor: pointer;
  background: #501D09;
  transition: 0.3s;
}
@media (hover: hover) {
  .pdp-add-to-cart:hover {
    background: #65311D;
  }
  .pdp-add-to-cart:active {
    background: #65311D;
    border: 1px solid #501D09;
  }
}
.pdp-add-to-cart svg {
  width: 1.5em;
  height: 1.5em;
}
.pdp-add-to-cart__white {
  background: #fff;
  color: #501D09;
  border: 1px solid #501D09;
}
@media (hover: hover) {
  .pdp-add-to-cart__white:hover {
    background: #E5E4E2;
  }
  .pdp-add-to-cart__white:active {
    border: 1px solid #501D09;
  }
}
.pdp-add-to-cart span {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pdp-add-to-cart {
    padding: 10px 30px !important;
    text-align: center;
  }
}

.pdp-dropdowns .dropdown {
  border: 1px solid #bbbbbb;
}
.pdp-dropdowns .dropdown iframe {
  width: 100%;
}
.pdp-dropdowns .dropdown h6 {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .pdp-dropdowns .dropdown h6 {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .pdp-dropdowns .dropdown h6 {
    font-size: 1.25em;
  }
}
.pdp-dropdowns .dropdown__opener {
  padding: 1em 1.25em;
}
.pdp-dropdowns .dropdown__content-container__content {
  padding: 0 1.25em 1.25em 1.25em;
}
.pdp-dropdowns a.dropdown__opener {
  border: 1px solid #bbbbbb;
}
.pdp-dropdowns a.dropdown__opener h6 {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .pdp-dropdowns a.dropdown__opener h6 {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .pdp-dropdowns a.dropdown__opener h6 {
    font-size: 1.25em;
  }
}
.pdp-dropdowns a.dropdown__opener svg {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1.125em;
  top: 50%;
  margin-top: -0.75em;
}
.pdp-dropdowns a.dropdown__opener::before, .pdp-dropdowns a.dropdown__opener::after {
  display: none;
}

@media (max-width: 768px) {
  .pdp__specs-list__item {
    padding: 0.5em 0.75em;
  }
}
@media (min-width: 768px) {
  .pdp__specs-list__item {
    padding: 0.75em 1em;
  }
}
.pdp__specs-list__item:nth-of-type(2n-1) {
  background: #F8F7F6;
}
.pdp__specs-list__item .col-lg-6:first-of-type {
  align-self: center;
}

.pdp-iframe {
  max-width: 100%;
}

.-inputs-group {
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .-pinnacle-of-luxury-video {
    margin-left: -1.25em;
    max-width: calc(100% + 2.5em);
  }
}
.pdp__sticky-wrapper {
  position: sticky;
  top: 24px;
}

.has-related.pdp-cladding__option-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* optional spacing */
}

.has-related.pdp-cladding__option-wrapper > * {
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
}

/* Let them stretch when fewer than 3 items */
.has-related.pdp-cladding__option-wrapper > *:only-child {
  flex: 1 1 100%;
  max-width: 100%;
}

.has-related.pdp-cladding__option-wrapper > *:nth-last-child(2):first-child,
.has-related.pdp-cladding__option-wrapper > *:nth-last-child(2):first-child ~ * {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.has-related.pdp-cladding__option-wrapper {
  display: flex;
  /* you already have d-flex */
  flex-wrap: wrap;
  --gap: 12px;
  /* customize */
  gap: 12px;
}

/* 3 per row by default; 2 → each ~50%; 1 → 100% */
.has-related.pdp-cladding__option-wrapper > .pdp-cladding__option {
  flex: 1 0 calc((100% - 2 * var(--gap)) / 3);
  /* no max-width needed */
}

.short-description {
  margin-bottom: 0.75em;
}

.pdp-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
  color: #111111;
  margin-top: 16px;
}
.pdp-info__item {
  white-space: nowrap;
}
.pdp-info__divider {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #dddddd;
  margin: 0 16px;
}
.pdp-info__item--secure {
  display: flex;
  align-items: center;
}
.pdp-info__cards {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}
.pdp-info__cards img {
  display: block;
  height: 18px;
  width: auto;
}

/* Optional: let it wrap nicely on very small screens */
@media (max-width: 576px) {
  .pdp-info {
    flex-wrap: wrap;
    row-gap: 4px;
  }
}
.switcher {
  margin-bottom: 40px;
}
.switcher .left-column {
  padding-right: 10px;
}
.switcher .right-column {
  padding-left: 10px;
}
.switcher__option {
  width: 100%;
  border: 1px solid #F0EFED;
  background-color: #fff;
  padding: 1.25em 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  outline: none;
}
@media screen and (max-width: 768px) {
  .switcher__option {
    padding: 12px 8px !important;
  }
}
.switcher__option:hover {
  background-color: #F3F2F2;
}
.switcher__option--active {
  background-color: #F0EFED;
  border-color: #501D09;
}
.switcher__content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.switcher__image {
  flex: 0 0 64px;
  max-width: 64px;
  margin-right: 1rem;
}
.switcher__image img {
  display: block;
  width: 100%;
  height: auto;
}
.switcher__text {
  flex: 1 1 auto;
  min-width: 0;
}
.switcher__title {
  margin: 0 0 5px 0;
  color: #501D09;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.switcher__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8125rem;
  color: #696563;
  margin: 0;
  padding: 0;
}
.switcher__meta-item {
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
  margin-bottom: 0.15rem;
}
.switcher__meta-item:last-child {
  margin-right: 0;
}
.switcher__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
  font-size: 1rem;
}
.switcher__check {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #501D09;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  color: transparent;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.switcher__option--active .switcher__check {
  background-color: #501D09;
  color: #fff;
  border-color: #501D09;
}
@media (max-width: 767.98px) {
  .switcher__check {
    position: absolute;
    position: absolute;
    right: -2px;
  }
  .switcher__meta-item {
    margin-right: 0.75rem;
  }
  .switcher__title {
    white-space: normal;
  }
  .switcher__image {
    margin-right: 10px;
    max-width: 52px;
  }
}

.comparison-heading {
  background-color: #E5E4E2;
  border: 1px solid rgba(25, 25, 25, 0.15);
  padding: 1.25em;
}
@media screen and (max-width: 768px) {
  .comparison-heading {
    padding: 12px;
  }
}

.comparison-table td {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .comparison-table td, .comparison-table th {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 768px) {
  .comparison-table td.text-center {
    vertical-align: middle;
  }
}
.comparison-table td:first-of-type {
  text-align: left;
  font-weight: 500;
}
.comparison-table .comparison-title {
  text-align: left;
}
.comparison-table tbody {
  /* first cell in row */
}
.comparison-table tbody th {
  border: 1px solid rgba(25, 25, 25, 0.15);
  padding: 1em 1.25em;
}
.comparison-table tbody td {
  border: 1px solid rgba(25, 25, 25, 0.15);
  padding: 1em 1.25em;
}
@media screen and (max-width: 768px) {
  .comparison-table tbody td {
    padding: 12px 16px;
  }
}
.comparison-table tbody .feature-label,
.comparison-table tbody .comparison-title {
  text-align: left;
}
.comparison-table .plan-images-row td {
  border-left: 1px solid rgba(25, 25, 25, 0.15);
  border-right: 1px solid rgba(25, 25, 25, 0.15);
}
.comparison-table .plan-images-row img {
  display: inline-block;
  text-align: center !important;
}
.comparison-table .faq-pills .dropdown__opener:before {
  content: none;
}
.comparison-table .faq-pills .dropdown__opener:after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'><path d='M11.6862 7.66596C11.2681 8.111 10.5904 8.11139 10.1719 7.66684L6 3.23541L1.82807 7.66684C1.40955 8.1114 0.731853 8.111 0.31379 7.66596C-0.104597 7.22058 -0.104597 6.49848 0.31379 6.0531L6 0L11.6862 6.0531C12.1046 6.49848 12.1046 7.22058 11.6862 7.66596Z' fill='%23CC6F4C'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.comparison-table .faq-pills .dropdown.open .dropdown__opener::after {
  transform: rotate(0deg);
}

/* Mobile: set the plan headings vertical (90deg, reading bottom-to-top) so the
   3-4 columns fit and the feature-label column keeps its width (190px, was 147).
   writing-mode + rotate(180deg) rather than an absolutely positioned rotate(-90deg):
   the heading stays in flow, so the th grows to the text length on its own and
   nothing can spill out of .table-responsive (overflow-x:auto) and mint a scrollbar. */
@media screen and (max-width: 767px) {
  .comparison-table thead th.comparison-heading {
    width: 48px;
    min-width: 48px;
    padding: 10px 4px;
    vertical-align: bottom;
    text-align: center;
  }
  .comparison-table thead th.comparison-heading h4 {
    display: inline-block;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    text-align: left;
    font-size: 11px;
    line-height: 1.1;
  }
  .comparison-table thead th.border-0 {
    vertical-align: bottom;
  }
  .comparison-table tbody td {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 768px) {
  .container .swiper-container-horizontal > .swiper-pagination-bullets,
  .wp-block-image.alignwide .swiper-container-horizontal > .swiper-pagination-bullets,
  .container .swiper-pagination-custom,
  .wp-block-image.alignwide .swiper-pagination-custom,
  .container .swiper-pagination-fraction,
  .wp-block-image.alignwide .swiper-pagination-fraction {
    bottom: 19px !important;
    z-index: 10;
  }
  .pdp-gallery .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
  .pdp-gallery .swiper-pagination-bullet:after {
    content: none !important;
  }
  .feature-label,
  .comparison-title {
    text-align: left;
    padding: 12px 16px;
  }
  #premium-features {
    padding: 0 !important;
  }
  #premium-features .container {
    padding: 0 !important;
  }
}
.pdp-cladding__option {
  position: relative;
}
.pdp-cladding__option:hover .pdp-variation-tooltip {
  opacity: 1;
  visibility: visible;
}

.pdp-heater__row:hover .pdp-variation-tooltip {
  opacity: 1;
  visibility: visible;
}

.pdp-heater-subpanel {
  position: relative;
}

.pdp-heater__row:hover .pdp-variation-tooltip {
  opacity: 1;
  visibility: visible;
}

#premium-features li {
  letter-spacing: 0.2px;
  font-size: 14px;
  font-weight: 400;
}

.pdp-variation-tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(20%);
  padding: 22px 16px;
  background: #fff;
  box-shadow: 1px 5px 40.6px 0px rgba(20, 20, 20, 0.3);
  border-radius: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
  opacity: 1;
  top: 0;
  width: 249px;
}
.pdp-variation-tooltip img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 177px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .pdp-variation-tooltip {
    display: none;
  }
}

.pdp-heater__row .pdp-variation-tooltip {
  height: 200px;
}

.pdp-expert-section {
  margin-top: 24px;
}

.pdp-expert-toggle {
  width: 100%;
  padding: 16px 32px;
  border: 2px solid #501D09;
  border-radius: 999px;
  background: transparent;
  color: #501D09;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.pdp-expert-toggle:hover {
  background: #501D09;
  color: #fff;
}

.pdp-expert-form {
  margin-top: 16px;
}
.pdp-expert-form__field {
  margin-bottom: 8px;
}
.pdp-expert-form__input {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #E0E0E0;
  font-size: 16px;
  color: #31231D;
}
.pdp-expert-form__input::-moz-placeholder {
  color: #31231D;
}
.pdp-expert-form__input::placeholder {
  color: #31231D;
}
.pdp-expert-form__input:focus {
  outline: none;
  border-color: #501D09;
}
.pdp-expert-form .expert-submit {
  display: block;
  margin: 16px auto 0;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  padding: 8px 16px;
}
.pdp-expert-form .expert-submit:hover {
  text-decoration: none;
}

.read-more-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.read-more-content.is-open {
  max-height: 600px;
  opacity: 1;
}

.feature-icon-wrapper {
  background-color: #E5E4E2;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.top-cat-info .col-6 {
  padding-right: 6px;
  padding-left: 6px;
}

.pdp-heater__row:last-child {
  border-bottom: none;
}

/* Checkbox */
.pdp-heater__label {
  gap: 10px;
  cursor: pointer;
  flex: 1;
}

.pdp-assembly__check-input:checked + .pdp-assembly__check-label::before {
  background: #fff;
}

.pdp-heater__label input[type=radio] {
  display: none;
}

/* Pills */
.pdp-heater__pills {
  gap: 10px;
  margin-left: 27px;
  margin-top: 6px;
  margin-bottom: 0;
}

.pdp-heater__pill {
  cursor: pointer;
}

.pdp-heater__pill input[type=radio] {
  display: none;
}

.pdp-heater__pill span {
  display: block;
  padding: 3.5px 10px;
  border-radius: 60px;
  border: 1px solid #ddd;
  color: #501D09;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .sticky-gallery {
    position: sticky;
    top: 140px;
    height: 100%;
  }
}

.top-cat-info {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .top-cat-info {
    padding: 8px;
  }
  .top-cat-info .mobile-top {
    padding: 6px !important;
  }
}

.left-deluxe {
  height: 136px !important;
}
@media screen and (max-width: 768px) {
  .left-deluxe {
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .left-column {
    padding-right: 16px !important;
  }
  .right-column {
    padding-left: 17px !important;
  }
  .switcher {
    margin-top: 10px;
  }
  .features-swipe {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* pull to full bleed so peek bleeds past container edge */
    margin-right: -15px;
    padding-right: 15px;
  }
  .features-swipe::-webkit-scrollbar {
    display: none;
  }
  .feature-swipe-item {
    flex: 0 0 75%;
    scroll-snap-align: start;
    padding-right: 20px;
  }
  /* Mobile marquee */
  .trust-bar-marquee {
    overflow: hidden;
    position: relative;
  }
  /* Fade edges */
  .trust-bar-marquee::before,
  .trust-bar-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 2;
    pointer-events: none;
  }
  .trust-bar-marquee::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
  }
  .trust-bar-marquee::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
  }
  .trust-bar-track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: trust-marquee 20s linear infinite;
  }
  .trust-bar-item {
    white-space: nowrap;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
  }
  @keyframes trust-marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    } /* -50% because items are duplicated */
  }
}
/* ═══════════════════════════════════════════════════════════════════════════
   Heater Cards – Royal Tubs PDP
   ═══════════════════════════════════════════════════════════════════════════ */
/* ── Card list wrapper ── */
.pdp-heater-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── Card shell ── */
.pdp-heater-card {
  border: 1px solid #F0EFED;
  background: #ffffff;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}

/* ── Card header (decorative only — no radio, no tick) ── */
.pdp-heater-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 0;
  margin: 0;
}

/* ── Icon box ── */
.pdp-heater-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #F5F0EE;
  border-radius: 50%;
}
.pdp-heater-card__icon svg {
  max-width: 24px;
  max-height: 24px;
}

/* ── Name + price inline ── */
.pdp-heater-card__info {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

/* ── Tooltip pushed to right ── */
.pdp-heater-card__header .pdp-variation-tooltip {
  margin-left: auto;
  flex-shrink: 0;
}

/* ── Subpanel — always visible ── */
.pdp-heater-subpanel {
  border: 0;
  margin-top: 0;
  border-top: 0;
  padding: 3px 12px 6px 10px;
}

/* ── Rows ── */
.pdp-heater__row {
  padding-top: 3px;
  padding-bottom: 6px;
  padding-left: 49px;
}

.pdp-heater__row:last-child {
  border-bottom: none;
}

/* ── Level-2 label ── */
.pdp-heater__label {
  gap: 10px;
  cursor: pointer;
  flex: 1;
}

.pdp-heater__label input[type=radio] {
  display: none;
}

/* Inactive row text */
.pdp-heater__row .pdp-heater__label span {
  color: #696563;
}

/* Active (checked) row text */
.pdp-heater__row.is-selected .pdp-heater__label span {
  color: #31231D;
}

/* ── Checkbox square ── */
.pdp-heater__checkbox {
  width: 17px;
  height: 16px;
  border: 2px solid rgba(25, 25, 25, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}

.pdp-heater__checkbox::after {
  content: "";
  width: 9px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s;
}

.pdp-heater__label input[type=radio]:checked ~ .pdp-heater__checkbox {
  border-color: #65311D;
}

.pdp-heater__label input[type=radio]:checked ~ .pdp-heater__checkbox::after {
  background: #65311D;
}

/* ── Pills ── */
.pdp-heater__pills {
  gap: 8px;
  margin-left: 25px;
  margin-top: 6px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.pdp-heater__pill {
  cursor: pointer;
}

.pdp-heater__pill input[type=radio] {
  display: none;
}

.pdp-heater__pill span {
  display: block;
  padding: 3.5px 10px;
  border-radius: 60px;
  border: 1px solid #ddd;
  color: #501D09;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  white-space: nowrap;
}

/* Active pill only on selected row */
.pdp-heater__row.is-selected .pdp-heater__pill input[type=radio]:checked + span {
  border-color: #ddd;
  background: #ddd;
  color: #501D09;
}

/* Dim pills on non-selected rows */
.pdp-heater__row:not(.is-selected) .pdp-heater__pill span {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 575px) {
  .pdp-heater-card__header {
    gap: 10px;
    padding: 12px 14px;
  }
  .pdp-heater-card__icon {
    width: 38px;
    height: 38px;
  }
}
.pdp-variation-tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(20%);
  padding: 22px 16px;
  background: #fff;
  box-shadow: 1px 5px 40.6px 0px rgba(20, 20, 20, 0.3);
  border-radius: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
  opacity: 1;
  top: 0;
  width: 249px;
}
.pdp-variation-tooltip img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 177px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .pdp-variation-tooltip {
    display: none;
  }
}

/* Hide all inline tooltips — they'll be shown via the shared popup */
.pdp-heater__row .pdp-variation-tooltip {
  display: none !important;
}

/* A hidden tooltip still occupies layout (visibility:hidden, not display:none), and    on the right-most cladding option the 249px box lands ~47px past the viewport ->    48px of horizontal page scroll at desktop widths (found on square-hot-tub @1280).    Collapse the box while hidden; the hover rule restores it. Must stay AFTER the two    duplicate .pdp-variation-tooltip blocks above, which both set transform. */
.pdp-variation-tooltip {
  transform: translateX(20%) scale(0);
}

.pdp-cladding__option:hover .pdp-variation-tooltip {
  transform: translateX(20%) scale(1);
}

/* Shared tooltip popup */
.pdp-heater-tooltip-popup {
  display: none;
  position: absolute;
  transition: display 0.2s ease, visibility 0.2s ease;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px 36px 12px 14px;
  box-shadow: 1px 5px 40.6px 0px rgba(20, 20, 20, 0.3);
  z-index: 20;
  font-size: 13px;
  color: #501D09;
  line-height: 1.5;
}
.pdp-heater-tooltip-popup img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}

.pdp-heater-tooltip-popup.is-open {
  display: block;
}

.pdp-heater-tooltip-popup__close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  color: #501D09;
  line-height: 1;
  font-size: 16px;
  opacity: 0.6;
}

.pdp-heater-tooltip-popup__close:hover {
  opacity: 1;
}

/* The cards container needs relative positioning as anchor */
.pdp-heater-cards {
  position: relative;
}

.pdp-heater__steel-selector .pdp-heater__pill input[type=radio]:checked + span {
  border-color: #ddd;
  background: #ddd;
  color: #501D09;
}

.pdp-package-table {
  display: flex;
  gap: 0;
}

.pdp-package-labels {
  flex-shrink: 0;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
}

.pdp-package-labels__header {
  height: 64px;
}

.pdp-package-labels__item {
  height: 40px;
  display: flex;
  align-items: center;
  color: #696563;
}

.pdp-package-columns {
  display: flex;
  flex: 1;
  gap: 8px;
}

.pdp-package-col {
  flex: 1;
  cursor: pointer;
  border: 1.5px solid #E8E4E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  transition: border-color 0.2s, background-color 0.2s;
}

.pdp-package-col input[type=radio] {
  display: none;
}

.pdp-package-col.is-selected {
  border-color: #501D09;
  background-color: #FAF7F5;
}

.pdp-package-col__header {
  height: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pdp-package-col__name {
  font-weight: 700;
  font-size: 16px;
  color: #1A1715;
}

.pdp-package-col__price {
  font-size: 13px;
  color: #696563;
}

.pdp-package-col__icon {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  /* keep all package columns on screen: narrow label column, tighter cols */
  .pdp-package-columns {
    gap: 4px;
  }
  .pdp-package-labels__item {
    max-width: 74px;
    font-size: 12px !important;
  }
  .pdp-package-col {
    padding: 0 6px;
  }
  .pdp-package-col__header span {
    font-size: 11px;
  }
  .pdp-package-col__name {
    font-size: 14px;
  }
}
.pdp-variant-info-btn {
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: 0;
  cursor: pointer;
  vertical-align: middle;
}

.pdp-variant-info-btn svg {
  pointer-events: none; /* clicks land on span, not on SVG children */
}

.pdp-variant-tooltip-popup {
  position: fixed;
  z-index: 9999;
  background: #fff;
  border: 1px solid #E5E2E0;
  border-radius: 6px;
  padding: 10px 14px;
  max-width: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: #696563;
  font-size: 13px;
  line-height: 1.4;
}

.bigger-image img {
  height: 48px !important;
}

.pdp-gallery__stage__content[data-current=image] img {
  cursor: zoom-in;
}

body.pdp-lightbox-open {
  overflow: hidden;
}

.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
}
.pdp-lightbox.is-open {
  display: block;
}
.pdp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: #ffffff;
}
.pdp-lightbox__close {
  position: absolute;
  top: 1.125em;
  right: 1.375em;
  z-index: 7;
  width: 2.875em;
  height: 2.875em;
  border: 1px solid #e5e2e0;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
  transition: background 0.2s;
}
.pdp-lightbox__close:hover {
  background: #f4f1ef;
}
.pdp-lightbox__close svg {
  width: 1.375em;
  height: 1.375em;
}
.pdp-lightbox__scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8.25em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 1.75em 0 3em;
}
.pdp-lightbox__scroll::-webkit-scrollbar {
  width: 8px;
}
.pdp-lightbox__scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.pdp-lightbox__slide {
  display: flex;
  justify-content: center;
  padding: 0.875em 1.5em;
}
.pdp-lightbox__slide img {
  display: block;
  width: 100%;
  max-width: min(1200px, 92vw);
  height: auto;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  max-height: calc(90vh - 60px);
}
.pdp-lightbox__slide--video iframe,
.pdp-lightbox__slide--video video {
  width: min(1200px, 92vw);
  height: min(675px, 51.75vw);
  border: 0;
}
.pdp-lightbox__chevron {
  position: absolute;
  top: calc(50% - 66px);
  transform: translateY(-50%);
  z-index: 7;
  width: 3.125em;
  height: 3.125em;
  border: 1px solid #e5e2e0;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.2s ease;
}
.pdp-lightbox__chevron:hover {
  transform: translateY(-50%) scale(1.06);
}
.pdp-lightbox__chevron svg {
  width: 1.5em;
  height: 1.5em;
}
.pdp-lightbox__chevron--prev {
  left: 1.25em;
}
.pdp-lightbox__chevron--next {
  right: 1.25em;
}
.pdp-lightbox__chevron.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pdp-lightbox__thumbs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8.25em;
  display: flex;
  align-items: center;
  gap: 0.625em;
  padding: 0 1.5em;
  overflow-x: auto;
  background: #fff;
  border-top: 1px solid #e5e2e0;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
  scrollbar-width: thin;
}
.pdp-lightbox__thumbs::-webkit-scrollbar {
  height: 6px;
}
.pdp-lightbox__thumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.pdp-lightbox__thumb {
  flex: 0 0 6em;
  width: 6em;
  height: 6em;
  padding: 0;
  border: 2px solid #ece9e7;
  border-radius: 0.375em;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.pdp-lightbox__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
}
.pdp-lightbox__thumb--video .thumb-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a;
}
.pdp-lightbox__thumb--video .thumb-video svg {
  width: 1.625em;
  height: 1.625em;
  color: #fff;
}
.pdp-lightbox__thumb.is-active {
  border-color: #B14F22;
}
@media (max-width: 768px) {
  .pdp-lightbox__scroll {
    bottom: 6.5em;
    padding: 1em 0 2em;
  }
  .pdp-lightbox__slide {
    padding: 0.5em 0.75em;
  }
  .pdp-lightbox__thumbs {
    height: 6.5em;
    padding: 0 0.75em;
  }
  .pdp-lightbox__thumb {
    flex: 0 0 4.5em;
    width: 4.5em;
    height: 4.5em;
  }
  .pdp-lightbox__chevron {
    top: calc(50% - 52px);
    width: 2.625em;
    height: 2.625em;
  }
  .pdp-lightbox__chevron--prev {
    left: 0.5em;
  }
  .pdp-lightbox__chevron--next {
    right: 0.5em;
  }
}

#premium-features {
  scroll-margin-top: 110px;
}

/* "Talk to an expert" lead form - now rendered inside the shared .popup modal.
   Markup: components/product-details-v2/pdp-popups.twig
   Behaviour: assets/scripts/main.js + assets/scripts/popups.js */
.popup--expert .popup__content {
  width: 480px;
}
.popup--expert .pdp-expert-section {
  margin-top: 0;
}
.popup--expert .pdp-expert-form {
  margin-top: 0;
}
.popup--expert .pdp-expert-form__input {
  border-radius: 4px;
}
.popup--expert .pdp-expert-form .expert-submit {
  display: block;
  width: 100%;
  margin: 24px 0 0;
  padding: 16px 32px;
  border: 2px solid #501D09;
  border-radius: 999px;
  background: #501D09;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.popup--expert .pdp-expert-form .expert-submit:hover {
  background: transparent;
  color: #501D09;
}
.popup--expert .pdp-expert-form .expert-submit:disabled {
  opacity: 0.6;
  cursor: default;
}
.popup--expert .pdp-expert-success h4 {
  margin-bottom: 0;
}
.popup--expert .expert-feedback {
  text-align: center;
}

.pdp-gallery {
  position: relative;
}
.pdp-gallery__desktop {
  display: none;
  gap: 1em;
}
@media (min-width: 768px) {
  .pdp-gallery__desktop {
    display: flex;
  }
}
.pdp-gallery__thumbs-col {
  position: relative;
  flex: 0 0 5.75em;
  width: 5.75em;
}
.pdp-gallery__thumbs {
  --thumb-h: 97px;
  --thumb-gap: 10px;
  --visible: 6;
  display: flex;
  flex-direction: column;
  row-gap: var(--thumb-gap);
  width: 5.75em;
  flex: 0 0 5.75em;
  max-height: calc(var(--thumb-h) * var(--visible) + var(--thumb-gap) * (var(--visible) - 1));
  overflow-y: auto;
  scroll-behavior: smooth;
}
.pdp-gallery__thumbs::-webkit-scrollbar {
  width: 4px;
}
.pdp-gallery__thumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.pdp-gallery__thumbs-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 1.875em;
  height: 1.875em;
  padding: 0;
  border: 1px solid #e5e2e0;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.15s ease;
}
.pdp-gallery__thumbs-nav svg {
  width: 1em;
  height: 1em;
}
.pdp-gallery__thumbs-nav:hover {
  transform: translateX(-50%) scale(1.08);
}
.pdp-gallery__thumbs-nav--up {
  top: 0.125em;
}
.pdp-gallery__thumbs-nav--down {
  bottom: 0.125em;
}
.pdp-gallery__thumbs-nav.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pdp-gallery__thumb {
  flex: 0 0 var(--thumb-h);
  height: var(--thumb-h);
  width: 100%;
  border: 1px solid var(--neutral-200, #e5e7eb);
  background: #fff;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
}
.pdp-gallery__thumb img,
.pdp-gallery__thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
}
.pdp-gallery__thumb .thumb-video {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-gallery__thumb .thumb-video iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pdp-gallery__thumb.is-active {
  border: 2px solid #B14F22;
}
.pdp-gallery__stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 26.25em;
}
.pdp-gallery__stage__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #F8F7F6;
  max-height: 39.375em;
}
.pdp-gallery__stage__content img,
.pdp-gallery__stage__content iframe,
.pdp-gallery__stage__content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
  min-height: 37.5em;
}
.pdp-gallery__mobile {
  display: block;
}
@media (min-width: 768px) {
  .pdp-gallery__mobile {
    display: none !important;
  }
}
.pdp-gallery__mobile-stage {
  position: relative;
  width: 100%;
  background: #F8F7F6;
}
.pdp-gallery__mobile-stage__content {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.pdp-gallery__mobile-stage__content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
  cursor: zoom-in;
}
.pdp-gallery__mobile-stage__content iframe,
.pdp-gallery__mobile-stage__content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.pdp-gallery__mobile-stage__content .mobile-review-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  background: #F7EEE3;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.pdp-gallery__mobile-stage__content .mobile-review-card .review-rating {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75em;
  font-weight: 500;
  color: #4B4844;
}
.pdp-gallery__mobile-stage__content .mobile-review-card .review-heading {
  font-size: 1.125em;
  font-weight: 600;
  color: #31231D;
  margin-bottom: 0.75em;
}
.pdp-gallery__mobile-stage__content .mobile-review-card .review-body {
  color: #4B4844;
  flex: 1;
  margin-bottom: 1em;
}
.pdp-gallery__mobile-stage__content .mobile-review-card .review-author {
  display: flex;
  align-items: center;
  gap: 0.375em;
  font-weight: 500;
}
.pdp-gallery__mobile-stage__content .mobile-review-card .review-author svg {
  color: #4D9FEC;
  width: 1em;
  height: 1em;
}
.pdp-gallery__mobile-stage__content .mobile-review-card .review-date {
  font-size: 0.875em;
  margin-top: 0.25em;
}
.pdp-gallery__mobile-counter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.75em 1em 0.5em;
  font-size: 0.875em;
  font-weight: 500;
}
.pdp-gallery__mobile-counter__current {
  color: #31231D;
}
.pdp-gallery__mobile-progress {
  padding: 0 1em 0.75em;
}
.pdp-gallery__mobile-progress__track {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.pdp-gallery__mobile-progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #B14F22;
  border-radius: 2px;
  transition: left 0.3s ease, width 0.3s ease;
}
.pdp-gallery__mobile-thumbs {
  display: flex;
  gap: 0.5em;
  padding: 0 1em 1em;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pdp-gallery__mobile-thumbs::-webkit-scrollbar {
  display: none;
}
.pdp-gallery__mobile-thumb {
  flex: 0 0 4em;
  width: 4em;
  height: 4em;
  border: 1px solid var(--neutral-200, #e5e7eb);
  background: #fff;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.25em;
}
.pdp-gallery__mobile-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  display: block;
}
.pdp-gallery__mobile-thumb .thumb-video,
.pdp-gallery__mobile-thumb .thumb-review {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-gallery__mobile-thumb .thumb-video svg,
.pdp-gallery__mobile-thumb .thumb-review svg {
  width: 1.5em;
  height: 1.5em;
}
.pdp-gallery__mobile-thumb .thumb-video {
  background: #1a1a1a;
}
.pdp-gallery__mobile-thumb .thumb-video svg {
  color: #fff;
}
.pdp-gallery__mobile-thumb .thumb-review {
  background: #F7EEE3;
}
.pdp-gallery__mobile-thumb .thumb-review svg {
  color: #B14F22;
  opacity: 0.5;
}
.pdp-gallery__mobile-thumb.is-active {
  border: 2px solid #B14F22;
}

.pdp-gallery__quote__decoration {
  position: absolute;
  opacity: 0.2;
  width: 2.5em;
  height: 2.5em;
  right: 1.25em;
  bottom: 1.25em;
}
@media (min-width: 768px) {
  .pdp-gallery__quote__decoration {
    width: 3.8125em;
    height: 3.8125em;
    right: 1.9375em;
    bottom: 1.9375em;
  }
}
.pdp-gallery__quote__rating {
  font-weight: 500;
}
.pdp-gallery__quote__author {
  font-weight: 500;
}
.pdp-gallery__quote__author svg {
  color: #4D9FEC;
  width: 1.1875em;
  height: 1.1875em;
  margin-left: 0.4375em;
  align-self: center;
}

.pdp-gallery__mobile-thumb.is-active {
  border: 2px solid #65311D;
}

@media screen and (max-width: 768px) {
  .pdp-gallery__mobile-thumbs {
    padding-left: 0 !important;
  }
}
