:root {
    /* Base sizes */
    --pdp-size-0: 0px;
    --pdp-size-xxs: 2px;
    --pdp-size-xs: 4px;
    --pdp-size-sm: 8px;
    --pdp-size-md: 16px;
    --pdp-size-lg: 24px;
    --pdp-size-xl: 32px;
    --pdp-size-xxl: 48px;

    /* Border Radius: Special shapes */
    --pdp-radius-round: 50%;       /* perfect circle */
    --pdp-radius-full: 9999px;     /* fully rounded ends for pills */

    /* Border Radius: Component-specific */
    --pdp-radius-button: var(--radius-pill);
    --pdp-radius-modal: var(--pdp-size-xl);
    --pdp-radius-card: var(--pdp-size-xxl);
    --pdp-radius-carousel: var(--pdp-size-xxl);
    --pdp-radius-carousel-pk: var(--pdp-size-xxl);
    --pdp-radius-tab-v2: var(--pdp-size-xxl);

    /* Component: Carousel Peeking */
    --pdp-carousel-pk-ttl-dark: #1a3144;
    --pdp-carousel-pk-ttl-light: #fff;

    /* Component: Tabs v2 */
    --tab-v2--nav: #859095;
    --tab-v2--nav-active: #4c6b46;
    /* --tab-v2--title: #; */
    /* --tab-v2--text: #; */

    /* Component: Multi Filter */
    --multi-filter--mf-active: #c6f57a;
    
    --accent-dark: #3dc2c3;
    --accent-light: #c6f57a;
    --black: black;
    --btn-bg: #ffffff4d;
    --btn-bg-hover: #ffffff26;
    --btn-border-color: #ffffff80;
    --btn-border-color-hover: white;
    --btn-border-width: 1px;
    --ccs-desc: white;
    --click-change--cc-active: #532e57;
    --click-change--cc-btn-bg: #cacaca;
    --click-change--cc-btn-text: #514244;
    --click-change-sliding--ccs-active: #cbfe7d;
    --click-change-sliding--ccs-normal: white;
    --cols-heading: white;
    --expand-v-bg: black;
    --expand-v-toggle-icon: #999;
    --hotspot-ring-color: #00aeef;
    --hotspot--slider-text: #707070;
    --hotspot--slider-text-bg: #cacaca;
    --hotspot--slider-title: #707070;
    --icon--icon-border-thickness: 2px;
    --icon--icon-size: 48px;
    --icon--icon-svg-thickness: 2px;
    --ixd-angles--ixd-angles-slice: #999;
    --ixd-angles--ixd-angles-slice-active: yellow;
    --ixd-angles--ixd-angles-slice-border: white;
    --ixd-split--ixd-split-bar-bg: #2a2a2a;
    --ixd-split--ixd-split-bar-text: white;
    --ixd-split--ixd-split-header: #2a2a2a;
    --ixd-split--ixd-split-text: #2a2a2a;
    --link-color: #3dc2c3;
    --list-marker-color: #707070;
    --modal-link-color: #ffe400;
    --modal--md-content-height: 85vh;
    --modal--md-overlay: rgba(0, 0, 0, 0.75);
    --modal--md-pad-block: clamp(3.2rem, 3.125vw, 6rem);
    --modal--md-pad-inline: clamp(2.8rem, 6.25vw, 12rem);
    --modal--md-slideup-bg: black;
    --modal-video-link: white;
    --navbar-active: #c6f57a;
    --overline-dark: #8ea5a9;
    --overline-light: white;
    --pdp-bg: white;
    --pdp-radius-lg: 48px;
    --pdp-radius-md: 32px;
    --slider-sides--ss-arrow-bg-hover: #fcd545;
    --slider-sides--ss-arrow-icon: #2a2a2a;
    --slider-sides--ss-arrow-icon-hover: white;
    --slider-sides--ss-desc: white;
    --slider-sides--ss-gradient: #fcd545;
    --slider-sides--ss-nav-bullet: #707070;
    --slider-sides--ss-title: white;
    --tab-cc--content-bg: white;
    --tab-cc--content-text: #707070;
    --tab-cc--content-title: #707070;
    --tab-cc--menu-active: red;
    --tab-cc--menu-bg: #cacaca;
    --tab-cc--menu-text: #707070;
    --tab--content-bg: #fffbf3;
    --tab--content-text: #707070;
    --tab--content-title: #707070;
    --tab--menu-bg: #69636f;
    --tab--menu-bg-current: red;
    --tab--menu-bg-fade: #69636f00;
    --tab--menu-text: #acacac;
    --tab--menu-text-current: #eee;
    --tab-vert--content-text: #333;
    --tab-vert--nav-active: #dd6b00;
    --tab-vert--nav-line: #dd6b0033;
    --text-color-old: #574948;
    --text-dark: #253a4b;
    --text-dark-highlight: #2a2a2a;
    --text-light: white;
    --text-light-highlight: #eee;
    --tile--tile-bg-color: #040f1c;
    --tile--tile-text-color: #ddd;
    --tile--tile-title-color: white;
    --white: white;
  
}

@supports (height: 1dvh) {
    :root {
      --modal--md-content-height: 85dvh;
    }
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


/* Lock body scroll when modal is open */
body.no-scroll { overflow: hidden; }

/* body {
  letter-spacing: 1px;
  font-family: Fs Albert, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
} */

.pdp h2 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  padding-bottom: 15px;
  text-transform: none;
  /* font-size: 50px;
  font-weight: 400;
  line-height: 1.05; */
}

.pdp h3 {
    color: #fff;
  /* margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2; */
}

/*
h4 {
  color: var(--text-light-highlight);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
}

a {
  color: var(--accent-dark);
  text-decoration: underline;
} */

img {
  max-width: 100%;
  display: inline-block;
}

.section-content-1 {
  width: 94%;
  max-width: 980px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-content-2 {
  width: 94%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-content-2.fwm {
  width: 100%;
  max-width: 1920px;
  position: relative;
}

.section-content-4 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-video {
  z-index: 0;
  aspect-ratio: 1920 / 830;
  width: 100%;
  height: 100%;
}

.tab-menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: auto;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tab-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: static;
}

.pdp .a-tab-menu-w25 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w25:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-w25.w--current {
  background-color: var(--tab--menu-bg-current);
}

.interactive-slide-text {
  color: var(--hotspot--slider-text);
  font-size: 18px;
  line-height: 1.375;
}

.interactive-s1 {
  background-color: #0000;
  height: 100%;
}

.interactive-slider-arrow {
  display: block;
}

.interactive-slide-copy {
  aspect-ratio: 387 / 220;
  background-color: var(--hotspot--slider-text-bg);
  padding: 30px;
}

.interactive-slider-nav {
  font-size: 10px;
  display: none;
}

.interactive-slider {
  background-color: #fffbf3;
  width: 33.33%;
}

.hotspot-arrow-left {
  backface-visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  transform: rotate(90deg);
}

.hotspot-arrow-right {
  color: var(--text-dark);
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.interactive-slide-title {
  color: var(--hotspot--slider-title);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.interactive-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pdp {
  background-color: var(--pdp-bg);
  color: var(--text-light);
  margin-bottom: 60px;
  overflow: clip;
}

.pdp.programs-h3 {
  color: var(--text-light-highlight);
  margin-top: auto;
  margin-bottom: auto;
}

.pdp.programs-caption {
  color: var(--text-light-highlight);
  font-size: 16px;
  font-style: italic;
}

.pdp.programs-p {
  color: var(--text-light-highlight);
  font-size: 16px;
}

.tabs {
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-media {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tabs-copy {
  background-color: var(--tab--content-bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.section-house-set {
  padding-top: 0 !important;
}

.house-set-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
}

.icon-2 {
  display: block;
  overflow: visible;
}

.short-cols4-single {
  width: 21%;
}

.interactive-slide-img {
  width: 100%;
  min-height: 290px;
}

.imgm {
  display: none;
}

.pdp-fullwidth-img {
  width: 100%;
}

.pdp-fullwidth-img-div-all {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .pdp-fullwidth-img-all {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.section-usp {
  padding-bottom: 120px;
}

.usp-intro {
  color: var(--text-light);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tile-title {
  color: var(--tile--tile-title-color);
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.usp-tiles-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.usp-overline {
  color: var(--overline-dark);
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
}

.tile-text-bot-wrapper {
  width: 77%;
}

.tile-text-bot {
  background-image: linear-gradient(0deg, #040f1c 30%, #040f1cb3 59%, #040f1c00);
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tile {
  background-color: var(--tile--tile-bg-color);
  border-radius: 15px 15px 65px;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 0 10px 3px #27709cb3; */
  box-shadow: 0 0 24px 1px rgb(96 212 255 / 75%);
}

.tile.tile-w25 {
  width: 25%;
}

.tile.tile-w50 {
  width: 50%;
}

.tile.tile-w75 {
  width: 75%;
}

.tile.tile-mmm {
  width: 33.33%;
  height: 370px;
}

.tile.tile-w33 {
  width: 33.33%;
}

.tile.tile-w67 {
  width: 66.67%;
}

.tile-arrow {
  position: absolute;
  inset: auto 30px 25px auto;
}

.programs-single {
  position: relative;
}

.programs-single-text {
  text-align: center;
  background-image: linear-gradient(to top, gray, #4d4d4d99 56%, #0000);
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.pdp-overline {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-content-3 {
  width: 94%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-hotspot {
  background-color: #f3efe6;
  padding-bottom: 150px;
}

.hotspot-content {
  display: flex;
}

.interactive-hotspot {
  aspect-ratio: 1.5;
  text-align: center;
  width: 66.67%;
  position: relative;
  overflow: hidden;
}

.interactive-hotspot-contain {
  position: relative;
}

.interactive-point-ring {
  background-color: var(--hotspot-ring-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.interactive-point-centre {
  background-color: #fff;
  border-radius: 50%;
  width: 40%;
  height: 40%;
  position: absolute;
}

.interactive-hotspot-points {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.interactive-hotspot-point {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
}

.interactive-hotspot-point.s1p3 {
  top: 25%;
  left: 43%;
}

.interactive-hotspot-point.s1p2 {
  top: 10%;
  left: 55%;
}

.interactive-hotspot-point.s1p1 {
  top: 10%;
  left: 30%;
}

.interactive-hotspot-point.s1p5 {
  top: 40%;
  left: 30%;
}

.interactive-hotspot-point.s1p4 {
  top: 40%;
  right: 33%;
}

.interactive-hotspot-point.s1p6 {
  top: 47%;
  left: 45%;
}

.cp-card-modal {
    /* display: flex; */
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-around;
  /* align-items: stretch; */
}

.measure-expand-text {
  color: var(--text-light-highlight);
}

.mmm-expand-close {
  z-index: 21;
  position: absolute;
  inset: 5% 5% auto auto;
}

.mmm-expand-open {
  align-items: center;
  height: 100%;
  padding-left: 40px;
  display: flex;
  overflow: auto;
}

.mmm-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-single.monitor-expand-1 {
  width: 35%;
}

.mmm-expand-single.manage-expand-1 {
  width: 50%;
}

.mmm-expand-content {
  align-items: center;
  height: 100%;
  position: relative;
}

.measure-expand-3 {
  flex-direction: column;
  flex: none;
  width: 50%;
  max-width: 600px;
  margin-left: 3%;
  margin-right: 3%;
}

.mmm-expand-h3 {
  color: #8ea5a9;
  margin-top: 0;
  margin-bottom: 40px;
}

.measure-expand-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-left: 3%;
  margin-right: 3%;
  display: block;
  overflow: hidden;
}

.mmm-expand-arrow {
  display: none;
}

.mmm-expand-h2 {
  padding-bottom: 0;
}

.mmm-measure-section {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.expand-title {
  color: #46e2c3;
  align-items: flex-end;
  font-size: 22px;
}

.measure-expand {
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.expand-paragraph-text {
  margin-top: 10px;
  display: flex;
}

.monitor-expand {
  background-color: #040e1b;
  background-image: linear-gradient(to right, #040e1b, #082f3f 52%, #040e1b);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.mmm-expand-double-stretch {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 6%;
  display: flex;
}

.monitor-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area"
                 "Area-2 Area-2 Area-2"
                 "Area-3 Area-4 Area-5"
                 / 1fr 1fr 1fr;
  width: 900px;
  height: 550px;
}

.mmm-expand-single-stretch {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.mmm-expand-single-stretch.manage-expand-2 {
  width: 70%;
}

.manage-expand {
  background-color: #040e1b;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.measure-expand-h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #85b6e2 31%, #295994 76%, #0c1831);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.measure-expand-h3 {
  color: #8ea5a9;
  margin-bottom: 40px;
}

.measure-expand-single {
  flex: none;
  margin-left: 3%;
  margin-right: 3%;
}

.measure-expand-single.measure-expand-1 {
  text-align: center;
  width: 85%;
  max-width: 1200px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.measure-expand-2col-single {
  color: #8ea5a9;
  width: 50%;
  margin-right: 3%;
}

.measure-expand-2col {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.measure-expand-h4 {
  color: var(--accent-light);
  font-size: 21px;
}

.measure-expand-4-centralise {
  text-align: center;
  flex-direction: column;
  flex: none;
  width: 40%;
  max-width: 500px;
  height: 394px;
  margin-left: 3%;
  margin-right: 3%;
}

.section-2cols_old {
  display: block;
}

.cols2-contain-right-top {
  align-items: center;
  display: flex;
}

.cols2-equal-media {
  width: 50%;
  height: 100%;
}

.pdp-vid-rounded {
  z-index: 0;
  border-radius: var(--pdp-radius-lg);
  height: 100%;
}

.pdp-vid-rounded.name490-vid {
  aspect-ratio: 490 / 550;
}

.pdp-vid-rounded.cols2-slideup-modal-eq-vid {
  aspect-ratio: 810 / 490;
}

.cols2-equal-text-right-top {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.cols2-equal-text-left-top {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 6%;
  display: flex;
}

.cols2-contain-left-top {
  align-items: center;
  display: flex;
}

.tile-vid {
  z-index: 0;
  height: 100%;
}

.tile-vid.tile-25x4 {
  aspect-ratio: 227 / 300;
}

.tile-vid.tile-25x2 {
  aspect-ratio: 233 / 300;
}

.tile-vid.tile-50x1 {
  aspect-ratio: 465 / 300;
}

.tile-vid.tile-25x1 {
  aspect-ratio: 239 / 300;
}

.tile-vid.tile-75x1 {
  aspect-ratio: 717 / 300;
}

.tile-vid.tile-33x3 {
  aspect-ratio: 310 / 300;
}

.tile-vid.tile-33x1 {
  aspect-ratio: 319 / 300;
}

.tile-vid.tile-67x1 {
  aspect-ratio: 637 / 300;
}

.tile-vid.tile-50x2 {
  aspect-ratio: 478 / 300;
}

.tile-vid.mmm-vid {
  aspect-ratio: 310 / 370;
}

.tile-img {
  height: 100%;
}

.tile-text {
  color: var(--tile--tile-text-color);
  font-size: 18px;
  line-height: 1.1;
}

.tile-arrow-svg {
  color: var(--tile--tile-text-color);
  width: 36px;
  height: 36px;
}

.cols2-custom1-media {
  width: 25%;
  height: 100%;
}

.cols2-custom1-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-left: 6%;
  display: flex;
}

.cols2-custom2-text {
  flex-flow: column;
  justify-content: center;
  width: 38.0952%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom2-media {
  width: 51.0417%;
  height: 100%;
}

.cols2-contain-right-bot {
  align-items: center;
  display: flex;
}

.cols2-equal-text-right-bot {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.cols2-contain-left-bot {
  align-items: stretch;
  display: flex;
}

.cols2-equal-text-left-bot {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom3-media {
  width: 25%;
  height: 100%;
}

.cols2-custom3-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-left: 6%;
  display: flex;
}

.cols2-custom4-text {
  flex-flow: column;
  justify-content: center;
  width: 75%;
  padding-right: 6%;
  display: flex;
}

.cols2-custom4-media {
  width: 25%;
  height: 100%;
}

.pdp-intro {
  color: var(--text-light);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pdp-intro.wellness-tech {
  margin-bottom: 0;
}

.short-cols3-single {
  width: 30%;
}

.pdp-cols-icon {
  height: auto;
  margin-bottom: 25px;
}

.pdp .pdp-cols-heading {
  color: var(--cols-heading);
  margin-bottom: 16px;
  font-size: 1.9rem;
  font-weight: 400;
}

.pdp .pdp-cols-heading.with-desc {
  margin-bottom: 0;
  font-size: 21px;
}

.section-kv {
  padding-top: 0;
}

.pdp-vid {
  z-index: 0;
  height: 100%;
}

.pdp-vid.tabs-vid {
  aspect-ratio: 580 / 380;
}

.pdp-vid.cc-vid-with-text, .pdp-vid.cc-vid {
  aspect-ratio: 510 / 550;
}

.pdp-vid.cc4-vid {
  aspect-ratio: 510 / 450;
}

.pdp-vid.full-bg-vid {
  /* aspect-ratio: 1920 / 830; */
    width: 100%;
    /* height: 830px; */
    height: clamp(70rem, 77vh, 100vh);
}

.pdp-vid.tabs_cc-vid {
  aspect-ratio: 580 / 450;
}

.tabs-title {
  color: var(--tab--content-title);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-text {
  color: var(--tab--content-text);
  font-size: 18px;
}

.pdp-cols-img {
  border-radius: var(--pdp-radius-md);
  margin-bottom: 25px;
}

.short-cols-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.long-cols3-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.long-cols3-content.certs {
  color: var(--text-dark);
  text-align: left;
}

.long-cols4-content {
  grid-column-gap: 5.333%;
  grid-row-gap: 45px;
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.long-cols3-single {
  width: 30%;
}

.long-cols4-single {
  width: 21%;
}

.pdp-flex {
  align-items: stretch;
  display: flex;
}

.col2-vid {
  aspect-ratio: 490 / 550;
}

.interactive-slide-title-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.name245-vid {
  aspect-ratio: 245 / 245;
}

.hotspot-vid {
  aspect-ratio: 387 / 290;
}

.click-change-image {
  position: relative;
}

.cc-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-buttons {
  justify-content: space-between;
}

.cc-button-border {
  border: 3px solid #0072bc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.pdp .p-cc-text-2 {
  z-index: 2;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-image-1 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc-image-2 {
  border-radius: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-image-2.video {
  z-index: 0;
  aspect-ratio: 700 / 780;
  background-color: #000;
  height: 100%;
}

.cc-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-text-2 {
  position: relative;
}

.cc-button-text-step {
  margin-bottom: 0;
  font-size: 16px;
}

.pdp .p-cc-text-0 {
  margin-bottom: 0;
}

.cc-button-text-bold {
  font-weight: 700;
}

.pdp .p-cc-text-1 {
  z-index: 3;
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.click-change-grid-imc {
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 42% 52%;
  align-items: center;
}

.pdp .p-cc-text-3 {
  z-index: 1;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
}

.cc-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cc-button-image {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expand-v {
  z-index: 4;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.js-expand-v-toggle {
  width: var(--icon--icon-size);
  height: var(--icon--icon-size);
  border-top-style: solid;
  border-top-width: var(--icon--icon-border-thickness);
  border-top-color: var(--expand-v-toggle-icon);
  border-right-style: solid;
  border-right-width: var(--icon--icon-border-thickness);
  border-right-color: var(--expand-v-toggle-icon);
  border-bottom-style: solid;
  border-bottom-width: var(--icon--icon-border-thickness);
  border-bottom-color: var(--expand-v-toggle-icon);
  border-left-style: solid;
  border-left-width: var(--icon--icon-border-thickness);
  border-left-color: var(--expand-v-toggle-icon);
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  margin: 0 auto 60px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.pdp-svg-accent {
  color: #ffe400;
}

.expand-v-contain {
  background-color: var(--expand-v-bg);
  transition: max-height .2s ease-out;
  overflow: hidden;
}

.expand-v-bg {
  background-color: #000;
}

.expand-v-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.expand-v-single {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.col1-vid {
  aspect-ratio: 980 / 490;
}

.senses-vid {
    aspect-ratio: 980 / 490;
    width: 100%;
    height: auto;
  }

  #modalSenses p, #modalDreamSPA p {
    text-align: left;
}

.expand-arrow {
  position: absolute;
  inset: auto 30px 25px auto;
  transform: rotate(-90deg);
}

.short-cols5-single {
  width: 16%;
}

.col1-vid-sq {
  aspect-ratio: 980 / 490;
}

.col2-vid-sq {
  aspect-ratio: 490 / 550;
}

.area-next {
  z-index: 100;
  width: 35%;
  position: absolute;
  inset: 0% 5% 0% auto;
}

/* .pdp .swiper-wrapper {
  justify-content: flex-start;
  height: 100%;
  position: relative;
} */

.area-prev {
  z-index: 100;
  width: 35%;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.slide-bg {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  z-index: 1;
  border: 1px solid var(--slider-sides--ss-arrow-icon);
  color: #262626;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-arrow:hover {
  border-color: var(--slider-sides--ss-arrow-bg-hover);
  background-color: var(--slider-sides--ss-arrow-bg-hover);
  color: #fff;
}

.slider-arrow.cc-next {
  right: 0;
}

.slider-arrow.cc-prev {
  color: #e1ddda;
  left: 0;
}

/* .pdp .swiper-pagination {
  display: none;
} */

.slide-content_title-wrapper {
  opacity: 0;
  transition: opacity .2s;
}

/* .pdp .swiper-slide {
  z-index: 1;
  background-color: #141414;
  border-radius: 16px;
  flex: none;
  width: 50%;
  height: 100%;
  position: relative;
} */

.slide-content_desc {
  opacity: 0;
  color: var(--slider-sides--ss-desc);
  font-size: 17px;
  line-height: 1.4;
  transition: opacity .2s;
}

.icon {
  display: flex;
}

.slide-content_title {
  color: var(--slider-sides--ss-title);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

/* .pdp .swiper-component {
  justify-content: center;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
} */

.slide-content {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 0%;
  padding: 32px;
  transition: min-height .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-bg-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.slide-gradient {
  z-index: 55;
  background-image: linear-gradient(180deg, transparent 50%, var(--slider-sides--ss-gradient));
  align-items: flex-end;
  width: 100%;
  height: 100%;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.slider-sides {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

/* .swiper {
  width: 100%;
  min-width: 1200px;
  height: 62vh;
  min-height: 450px;
  max-height: 510px;
} */

.modal-src-link-icon {
  margin-right: 15px;
}

.cc-button-text {
  font-size: 16px;
}

.pdp .p-cc3-desc-3 {
  opacity: 0;
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.pdp .p-cc2-desc-1 {
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: relative;
}

.pdp-intro-title {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cc2-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc4-button-border {
  border: 3px solid var(--click-change--cc-active);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.pdp .p-cc3-desc-2 {
  opacity: 0;
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.pdp .p-cc4-desc-3 {
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc-desc {
  position: relative;
}

.cc3-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-buttons {
  grid-row-gap: 25px;
  flex-flow: wrap;
}

.cc2-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.click-change-grid-2 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 44% 50%;
  align-items: center;
}

.cc4-button-text-4 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc4-button-image {
  background-color: var(--click-change--cc-btn-bg);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc4-button-image.one {
  background-color: var(--click-change--cc-active);
}

.cc4-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc3-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc4-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-desc {
  position: relative;
}

.cc3-media-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.cc4-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.pdp .p-cc4-desc-2, .pdp .p-cc4-desc-4 {
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc3-button-image {
  background-color: var(--click-change--cc-btn-bg);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc3-button-image.one {
  background-color: var(--click-change--cc-active);
}

.pdp .p-cc4-desc-1 {
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: relative;
}

.cc4-button-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.pdp .p-cc3-desc-1 {
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: relative;
}

.cc3-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.click-change-grid-3 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 44% 50%;
  align-items: center;
}

.click-change-grid-4 {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 52% 44%;
  align-items: center;
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pdp .p-cc2-desc-2 {
  opacity: 0;
  color: var(--click-change--cc-btn-text);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc2-button-image {
  background-color: var(--click-change--cc-btn-bg);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cc2-button-image.one {
  background-color: var(--click-change--cc-active);
}

.cc-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.pdp .p-cc-intro {
  margin-bottom: 0;
}

.cc2-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc4-media-4 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc4-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.cc2-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc2-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc4-media-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-border, .cc2-button-border {
  border: 3px solid var(--click-change--cc-active);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.cc4-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1.51fr 1.51fr .75fr 1.51fr 1.51fr 2.96fr;
}

.grid-cell-dm {
  background-color: #f6f6f6;
  position: relative;
}

.grid-cell-text-bot {
  background-image: linear-gradient(0deg, var(--accent-dark) 25%, #3dc2c300);
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-cell-text {
  color: #4d4b4a;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.slider-cols-dot-nav {
  padding-top: 0;
  display: none;
  position: relative;
}

.slider-cols-contain {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.slider-cols {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-cols-content {
  text-align: center;
  background-color: #fff9;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 30px 15px;
  display: flex;
}

.slider-cols-single {
  border-radius: 1em;
  margin: 20px 2%;
}

.slider-cols-single.d4m1 {
  width: 21%;
}

.slider-cols-mask {
  overflow: visible;
}

.slider-cols-title {
  color: #d68d8f;
  font-size: 19px;
  font-weight: 400;
}

.slider-cols-round-border {
  color: #d68d8f;
  border: 2px solid #d68d8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
}

.section-full_bg_video {
  position: relative;
}

.full-bg-video-content {
  text-align: center;
  width: 94%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.pdp .h2-light, .pdp .p-light {
  color: #f1f1f1;
}

.pt0 {
  padding-top: 0 !important;
}

.section-silder_cols_d3m1 {
  background-color: var(--accent-dark);
}

.point-slider-dot-nav {
  padding-top: 0;
  position: relative;
}

.point-slider-contain {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.point-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.point-slide-content {
  text-align: center;
  background-color: #fff9;
  border-radius: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 30px 30px 15px;
  display: flex;
}

.point-slide-single {
  border-radius: 1em;
  margin: 20px 10px;
}

.point-slider-mask {
  overflow: visible;
}

.point-title {
  color: #d68d8f;
  font-size: 19px;
  font-weight: 400;
}

.point-round-border {
  color: #d68d8f;
  border: 2px solid #d68d8f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  display: flex;
}

.w31 {
  width: 31%;
}

.hero-video-fullheight {
  z-index: 0;
  aspect-ratio: 1804 / 780;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: calc(100vh - 186px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.js-ixd-split-contain {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 490px;
  display: flex;
  position: relative;
}

.js-ixd-split-left {
  flex: none;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ixd-split-right {
  flex: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.js-ixd-split-bar {
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  flex: none;
  width: 2px;
  height: 100%;
  position: relative;
}

.ixd-split-bar-circle {
  z-index: 1;
  background-color: var(--ixd-split--ixd-split-bar-bg);
  cursor: col-resize;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
}

.ixd-split-bar-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.ixd-split-bar-text {
  color: var(--ixd-split--ixd-split-bar-text);
  text-align: center;
  font-size: 21px;
  font-weight: 300;
}

.split_left-vid {
  aspect-ratio: 980 / 490;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.split_right-vid {
  aspect-ratio: 980 / 490;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ixd-split-left-content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 12px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ixd-split-right-content {
  text-align: right;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ixd-split-text {
  color: var(--ixd-split--ixd-split-text);
  white-space: pre;
  font-size: 17px;
}

.ixd-split-header {
  color: var(--ixd-split--ixd-split-text);
}

.ang6-slices {
  stroke: var(--ixd-angles--ixd-angles-slice-border);
  stroke-width: 2px;
}

.ang6-images {
  width: 50%;
  height: 100%;
  position: relative;
}

.ang6-text {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.ang6-image-2, .ang6-image-3, .ang6-image-4, .ang6-image-5, .ang6-image-6 {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-tabs_3 {
  position: relative;
}

.pdp .a-tab-menu-w33 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w33:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-w33.w--current {
  background-color: var(--tab--menu-bg-current);
}

.pdp .a-tab-menu-w20 {
  background-color: var(--tab--menu-bg);
  color: var(--tab--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-height: 68px;
  padding: 23px 15px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tab-menu-w20:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
}

.pdp .a-tab-menu-w20.w--current {
  background-color: var(--tab--menu-bg-current);
}

.slider-fade-in {
  height: 100%;
}

.tabs-cc-icon {
  background-color: var(--tab-cc--menu-bg);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  transition: all .1s;
  position: relative;
}

.imgd-icon {
  width: 60px;
  height: 60px;
}

.pdp .a-tabs-cc-menu {
  color: var(--tab-cc--menu-text);
  text-align: center;
  letter-spacing: 1.2px;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 15px 15px 25px;
  font-size: 16px;
  display: flex;
}

.pdp .a-tabs-cc-menu.w--current {
  background-color: #0000;
}

.tabs-click-change {
  margin-left: auto;
  margin-right: auto;
}

.tabs-cc-copy {
  background-color: var(--tab-cc--content-bg);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 4% 6%;
  display: flex;
  position: relative;
}

.tabs-cc-media {
  border-radius: 50px;
  flex-direction: column;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.tabs-cc-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
}

.tabs-cc-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 94%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-cc-text {
  color: var(--tab-cc--content-text);
  font-size: 18px;
}

.tabs-cc-title {
  color: var(--tab-cc--content-title);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.section-usp-c1 {
  background-color: #fff7f1;
}

.section-usp-c2 {
  background-color: #ebebeb;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 970px;
  position: relative;
}

.usp-c2 {
  position: absolute;
  inset: auto 0% 120px;
}

.text-span {
  white-space: nowrap;
}

.picture-test {
  position: absolute;
  inset: 0% auto auto 0%;
}

.pdp-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-vertical-desc {
  color: var(--tab-vert--content-text);
  margin-top: 4px;
  font-size: 18px;
  display: none;
}

.tabs-vertical-timer-bar {
  background-color: #dd6b00;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tabs-vertical-img-mobile {
  display: none;
}

.tabs-vertical-pane {
  aspect-ratio: 490 / 550;
  border-radius: var(--pdp-radius-lg);
  width: 50%;
  height: auto;
  position: absolute;
  inset: 50% auto 0 0;
  transform: translate(0, -50%);
}

.tabs-vertical-pause-icon {
  width: 32px;
  line-height: 1;
}

.tabs-vertical-pause-icon.tv-play {
  display: none;
}

.tabs-vertical {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.tabs-vertical-wrapper {
  position: relative;
}

.tabs-vertical-pause-btn {
  color: #dd6b00;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
  inset: auto 20px 20px auto;
}

.tabs-vertical-pause-btn:hover {
  color: #4e443b;
}

.pdp-vid-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-vertical-nav-item {
  border-bottom: 1px solid var(--tab-vert--nav-line);
  color: var(--tab-vert--content-text);
  background-color: #0000;
  padding: 16px 0;
}

.tabs-vertical-nav-item.w--current {
  color: var(--tab-vert--nav-active);
  background-color: #0000;
}

.tabs-vertical-title {
  font-size: 21px;
  font-weight: 400;
}

.tabs-vertical-nav {
  flex-flow: column;
  justify-content: center;
  width: 44%;
  min-height: 550px;
  display: flex;
}

.tabs-vertical-pane-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.expand-v-content-row {
  margin-top: 120px;
  margin-bottom: 120px;
}

.slide-bg-vid {
  z-index: 0;
  aspect-ratio: 350 / 510;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pdp .pt0-desktop {
  padding-top: 0 !important;
}

.pdp-accent {
  color: #3dc2c3;
}

.pdp-no-break {
  white-space: nowrap;
}

.pdp-hidden {
  display: none;
}

.scroll-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.pdp .h2-silver {
  background-image: linear-gradient(72deg, #bebebe 30%, #eee 50%, #d2d2d2 70%);
}

.bg-teal {
  /* background-image: radial-gradient(circle farthest-side, #4d96b0, #1d424b); */
  background-image: radial-gradient(ellipse, #4d96b0, #1d424b);
}

.bg-teal-dark {
  /* background-image: radial-gradient(circle, #a6c2cd, #4d818b 40%, #162b2f 80%); */
  background-image: radial-gradient(ellipse, #a6c2cd, #4d818b 20%, #162b2f 80%);
}

.bg-starry {
    background: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Bespoke-Specialty-BG.webp') no-repeat 50%;
    background-size: cover;
}

.pdp-modal-wrapper {
  display: flex;
  position: relative;
  transform: none;
}

.pdp-modal-wrapper.modal-slideup {
  border-top-left-radius: var(--pdp-radius-md);
  border-top-right-radius: var(--pdp-radius-md);
  background-color: var(--modal--md-slideup-bg);
  width: 100%;
  max-width: 1920px;
  height: var(--modal--md-content-height);
  transform: translateY(100%);
  transition: transform .3s;
  overflow: hidden;
}

/* fade off top */
.pdp-modal-wrapper.bg-teal-dark:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 8vh;
    /* background: linear-gradient(180deg, #112024, transparent); */
}

.slideup-modal-row {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(3rem, 3.125vw, 6rem) 0;
}

.cols2-slideup-modal {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cols2-slideup-modal.equal {
  grid-column-gap: 3.57%;
  grid-row-gap: 24px;
}

.cols2-slideup-modal-text {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 41.6667%;
  padding-right: 3.81%;
  display: flex;
}

.cols2-slideup-modal-media {
  width: 58.3333%;
  height: 100%;
}

.cols2-slideup-modal-vid {
  aspect-ratio: 980 / 490;
}

.wm-collab-logo {
  aspect-ratio: 15 / 17;
  width: clamp(12rem, 23.4375%, 15rem);
  height: auto;
  margin-bottom: 24px;
}

.wm-collab-logo.imgd {
  width: clamp(12rem, 24%, 15rem);
}

.pdp-modal {
  z-index: 9999;
  background-color: var(--modal--md-overlay);
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pdp-modal.modal-slideup {
  justify-content: center;
  align-items: flex-end;
}

.pdp-modal.is-open {
  opacity: 1 !important;
  pointer-events: auto;
}

.pdp-modal.is-open .pdp-modal-wrapper.modal-slideup {
    transform: translateY(0);
}

.pdp-modal-content {
  scroll-behavior: smooth;
  flex: 1;
  padding: var(--modal--md-pad-block) var(--modal--md-pad-inline);
  overflow-y: auto;
}

.wm-modal-techniques {
  margin-top: 36px;
}

.button {
  border-radius: 9999px;
  width: 52px;
  height: 52px;
}

.pdp-modal-close-btn {
  z-index: 1;
  position: absolute;
  top: 24px;
  right: 24px;
}

.section-masters-interview {
    padding-bottom: 120px;
}

.section-5-senses {
  background-color: #162c2f;
}

.pdp-intro-overlay {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.pdp-intro-overlay.top-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  margin-top: 90px;
  inset: 0% auto auto 0%;
}

.pdp-intro-overlay.top-center {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  max-width: 75%;
  margin-top: 90px;
  inset: 0% 0% auto;
}

.section-wellness-tech-intro {
  background-color: #062a3b;
  background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-AI-BG.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.wc-partners-binah {
  margin-top: 8px;
  margin-bottom: 32px;
}

.section-wellness-tech-ai {
  background-color: #062a3b;
  padding-bottom: 120px;
  background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-MMM-BG.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
}

/* .section-wellness-tech-ai.bg-teal {
  padding-bottom: 120px;
} */

.card-modal-content {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-end;
  margin-top: 16px;
  margin-left: 3%;
  display: flex;
  position: relative;
}

.card-modal-content.video-carousel {
    text-align: center;
    margin-left: 0;
    justify-content: center;
}

.card-modal-text {
  width: 82%;
  padding-bottom: 6px;
}

.card-modal-vid {
  z-index: 0;
  height: 100%;
}

.card-modal-vid.name490-vid {
  aspect-ratio: 490 / 550;
}

.card-modal-vid.card-x3 {
  aspect-ratio: 310 / 350;
}

.card-modal-vid.card-x2 {
  aspect-ratio: 478 / 350;
}

.card-modal-item {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.card-modal-item.tile-w25 {
  width: 25%;
}

.card-modal-item.tile-w50 {
  width: 50%;
}

.card-modal-item.tile-w75 {
  width: 75%;
}

.card-modal-item.tile-w33 {
  width: 33.33%;
}

.card-modal-item.tile-w67 {
  width: 66.67%;
}

.card-modal-title {
  padding-bottom: 4px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.card-modal-content.video-carousel .card-modal-title{
    font-size: 21px;
}

.card-modal-desc {
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 1.1;
}

.pdp-w33 {
  width: 33.3333%;
}

.card-modal-cta {
  justify-content: flex-end;
  align-items: flex-end;
  width: 18%;
  min-width: 48px;
  display: flex;
}

.card-modal-video-play {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-massage-tech-customcp {
  padding-bottom: 120px;
}

.bg-blue {
  /* background-image: radial-gradient(circle farthest-side, #fff, #85b1c0 90%); */
  background-image: radial-gradient(ellipse, #fff, #85b1c0 100%);
}

.pdp .h2-blue {
  background-image: linear-gradient(72deg, #253a4b, #507da0);
}

.section-zero-gravity {
  position: relative;
}

.section-massage-programs-customcp {
  padding-bottom: 120px;
}

.section-bespoke-programs {
  background-color: #051c28;
  padding-bottom: 120px;
  background: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Bespoke-Specialty-BG.webp') no-repeat 50%;
  background-size: cover;
}

#modalSleepScore .pdp-modal-content, 
#modalSleepWell .pdp-modal-content {
    background: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Bespoke-Specialty-BG.webp') no-repeat 50%;
  background-size: cover;
}

/* .section-bespoke-programs.bg-teal {
  padding-bottom: 120px;
} */

.pdp-w50 {
  width: 50%;
}

.card-modal-media {
  border-radius: var(--pdp-radius-md);
  overflow: hidden;
  box-shadow: 0 0 14px 3px #a8f6ff80;
}

.card-modal-media.glow-2 {
  box-shadow: 0 0 14px 6px #2e9da780;
}

.card-modal-media.glow-0 {
    box-shadow: none;
}

.pdp .h2-green {
  background-image: linear-gradient(160deg, #216383 20%, #71bfbc 70%);
}

.section-design-customcp, .section-review-customcp {
    padding-bottom: 120px;
}

.pdp-media-wrapper {
  border-radius: var(--pdp-radius-lg);
  overflow: hidden;
  line-height: 0;
}

.pdp-text-dark {
  color: var(--text-dark) !important;
}

.pdp-btn-design {
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--pdp-radius-full);
  background-color: var(--btn-bg);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  display: flex;
}

.pdp-btn-design:hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-bg-hover);
}

.pdp-btn-design.text {
  padding: 12px 28px 12px 32px;
  font-size: 18px;
  font-weight: 400;
}

.pdp-btn-icon-wrapper {
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--pdp-radius-full);
  background-color: var(--btn-bg);
  transition: all .5s;
}

.pdp-btn-icon-wrapper:hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-bg-hover);
}

.pdp-btn-icon-card-modal {
  width: 26px;
  height: 26px;
}

.pdp-btn-wrapper {
  background-color: #0000;
  padding: 0;
  display: block;
}

.pdp-btn-wrapper.card-modal {
  padding: 10px;
}

.cols2-slideup-modal-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.cols2-slideup-modal-item.measure-holistic {
  grid-row-gap: 24px;
}

.pdp .h3-green {
  color: var(--accent-light);
  padding-bottom: 5px;
}

.cols2-slideup-modal-item-ar, .ar-810-490 {
  aspect-ratio: 810 / 490;
}

.pdp-btn-icon-md {
  width: 36px;
  height: 36px;
  padding: 4px;
}

.bg-blue-dark {
  background-image: radial-gradient(circle farthest-side, #2c80a7, #072c3d 90%);
}

.pdp-btn-icon-lg {
  width: 48px;
  height: 48px;
  padding: 4px;
}

.pdp-fineprint {
  opacity: .75;
  font-size: 14px !important;
}

.measure-holistic-intro {
  max-width: 75%;
  margin-bottom: 40px;
}

.cols2-custom3-media-copy {
  width: 25%;
  height: 100%;
}

.cols2-holistic-media {
  width: 20%;
  max-width: 120px;
  height: 100%;
}

.cols2-holistic-text {
  flex-flow: column;
  justify-content: center;
  width: 85%;
  padding-left: 4%;
  display: flex;
}

.pdp-btn-icon-only.card-modal {
  padding: 10px;
}

.pdp-btn {
  grid-column-gap: 2px;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--pdp-radius-full);
  background-color: var(--btn-bg);
  color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px 12px 32px;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s;
  display: flex;
}

.pdp-btn:hover {
  border-color: var(--btn-border-color-hover);
  background-color: var(--btn-bg-hover);
}

.pdp-btn.text {
  padding: 12px 28px 12px 32px;
  font-size: 18px;
  font-weight: 400;
}

.pdp-btn-icon {
  width: 24px;
  height: 24px;
}

/* #region CC SLIDING - MASTERS */
.pdp .h2-cc-sliding-title {
    text-align: right;
}

.cols2-masters-text {
    flex-flow: column;
    justify-content: center;
    width: 65%;
    padding-right: 6%;
    display: flex;
}

.cols2-masters-media {
    width: 35%;
    height: 100%;
}

.cp-pdp-sticky-scroll {
    position: relative;
    /* height: calc(100vh * 3); */
    overflow: visible;
}

.cp-pdp-sticky-scroll-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 114px);
    overflow: hidden;
    z-index: -1;
}

.cp-pdp-cc-sliding-media {
    width: 35%;
    position: relative;
    height: clamp(510px, 86.25%, 750px);
    display: flex;
    align-self: flex-end;
}

.cp-pdp-cc-sliding-text {
    width: 65%;
}

.cp-pdp-sticky-scroll-bg-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.cp-pdp-cc-sliding-media-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.cp-pdp-sticky-scroll-bg-item.active,
.cp-pdp-cc-sliding-media-item.active {
    opacity: 1;
}

.cp-pdp-cc-sliding-content {
    position: relative;
    display: flex;
    gap: 60px;
    width: 94%;
    max-width: 1160px;
    margin: 0px auto 0;
/*    padding-top: 120px;*/
    height: calc(100vh - 234px);
}

.cp-pdp-cc-sliding-title {
    text-align: right;
}

.cols2-masters-logo { 
    width: 100%; 
}

.cp-pdp-cc-sliding-intro { 
    opacity: 1; 
    transition: opacity 0.4s ease; 
    color: #fff;
    text-align: right;
    padding: 8px 0 0 15%;
}

.cp-pdp-cc-sliding-intro.fade-out { opacity: 0; height: 0; }

.cp-pdp-cc-sliding-tabs-nav {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* .cp-pdp-cc-sliding-tabs-nav:has(> :nth-child(4)) {
    mask-image: linear-gradient(90deg, black 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, black 90%, transparent);
} */
.cp-pdp-cc-sliding-tabs-nav:has(> :nth-child(4)) > .cp-pdp-cc-sliding-tab-btn {
    width: 25%;
}

.cp-pdp-cc-sliding-tabs-nav::-webkit-scrollbar {
    display: none;
}

.cp-pdp-cc-sliding-tabs-nav.visible,
.cp-pdp-cc-sliding-tabs-content.visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.cp-pdp-cc-sliding-tabs-content {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #fff;
}

.cp-pdp-cc-sliding-tab-btn {
    width: 33.33%;
    flex-shrink: 0;
    background: transparent;
    border-top: 1px solid #ccc;
    padding: 16px;
    color: #ccc;
    font-size: 1.8rem;

}

.cp-pdp-cc-sliding-tab-btn.active {
    color: #c1ff2d;
    border-top-color: #c1ff2d;
    border-top-width: 2px;
}

.cp-pdp-cc-sliding-tab-btn:focus {
    outline: 0;
}

.cp-pdp-cc-sliding-tab-panel { 
    display: none;
    margin-top: 16px;
    opacity: 0;
    transition: opacity 0.4s ease; 
}

.cp-pdp-cc-sliding-tab-panel.active { display: block; opacity: 1; }

.masters-collab { padding-top: 8px; }
.cols2-masters-collab {
    font-weight: 400;
    font-size: 1.9rem;
}

.js-modal-close .pdp-btn-icon {
    stroke: none;
    fill: #fff;
}
/* #endregion CC SLIDING - MASTERS */


/* #region VERTICAL NAVBAR - SENSES */

.cp-pdp-vertical-navbar-wrapper {
    display: flex;
    position: relative;
    height: 100%;
}

/* Sidebar (left) */
.cp-pdp-vertical-navbar-side {
    width: clamp(0px, 16.6%, 288px);
    /* background: #f5f5f5; */
    margin: 4rem 0rem;
    display: flex;
    flex-direction: column;
  /*  gap: .5rem;*/
    flex-shrink: 0;
    overflow-y: auto;
    justify-content: space-between;
  }
  
  .cp-pdp-vertical-navbar-side::-webkit-scrollbar { display: none; }
  
  .cp-pdp-vertical-navbar-side a {
      text-decoration: none;
      color: #ffffff;
      padding: 0 3.125vw;
      height: 100%;
      display: flex;
      align-items: center;
      border-right: 2px solid rgb(255 255 255 / 25%);
      transition: all .2s ease;
      cursor: pointer;
  }
  
  .cp-pdp-vertical-navbar-side a:hover{
      color: var(--navbar-active); 
  }
  
  .cp-pdp-vertical-navbar-side a.active { 
      color: var(--navbar-active); 
      /* font-weight: 700; */
      border-right: 2px solid var(--navbar-active);
  }
  
  .cp-pdp-vertical-navbar-title {
      font-size: 2.2rem;
      font-weight: 400;
  }
  
  .cp-pdp-vertical-navbar-overline { 
      display: block;
      font-size: 1.8rem;
      font-weight: 300; 
  }
  
  /* Content (right) */
  .cp-pdp-vertical-navbar-content {
    flex: 1;
    overflow-y: auto;
    /* padding: 1rem 1.25rem; */
    padding: 0rem 3.125vw;
    scroll-behavior: smooth;  /* native smooth scroll as a fallback */
  }
  
  .cp-pdp-vertical-navbar-section {
      display: flex;
      align-items: center;
      padding: 6.25vw 0;
      /*min-height: 85vh;        demo height 520px */
      /* padding-bottom: 2rem; */
      /* border-bottom: 1px solid #e6e6e6; */
  }
  
  .cp-pdp-vertical-navbar-section:last-child {
      padding-bottom: 12.5vw;
      /* border-bottom: 0; */
  }
  
  .cols2-senses-media { width: 65%; }
  .cols2-senses-text { width: 35%; padding-left: 3.125vw; }
  
  .pdp .senses-partners-collab {
      color: var(--accent-light);
      margin-top: 8px;
  }
  
  .pdp .senses-text-title { 
      font-weight: 400;
      font-size: 1.9rem;
  }
/* #endregion VERTICAL NAVBAR - SENSES */


/* #region CAROUSEL PEEKING */
.cp-pdp-carousel-pk {
    width: 100%;
    /* Ensure the wrapper displays horizontally */
    display: flex; 
    align-items: center;
    min-height: clamp(40rem, 36vw, 62rem);
}

.cp-pdp-carousel-pk .swiper-slide {
        height: 100%; /* or min-height: 500px; to match tallest slide */
    }

/* Base Slide Styles & Aspect Ratio Setup */
.cp-pdp-carousel-pk .swiper-slide {
    /* flex-shrink: 0; */
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0.15; /* Default peeking opacity */
    transform: scale(0.85) translateZ(0) !important; /* Default peeking scale */
    
    /* Desktop Aspect Ratio (980x490 = 2:1) */
    width: 51.041667vw; /* 51.041667% of viewport width */
    max-width: 980px;
    background-color: transparent;
}

/* Slide Content (for Aspect Ratio) */
.cp-pdp-carousel-pk-slide-content {
    position: relative;
    width: 100%;
    padding-bottom: 50%; /* (490/980) * 100% = 50% */
    height: 0;
    overflow: hidden;
    border-radius: var(--pdp-radius-carousel-pk);
}

.cp-pdp-carousel-pk-slide-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Active Slide Styles (Overrides Peeking) --- */

.cp-pdp-carousel-pk .swiper-slide-active {
    opacity: 1;
    transform: scale(1) translateZ(0) !important;
}

/* Title and Description Visibility */
.cp-pdp-carousel-pk-slide-title, .cp-pdp-carousel-pk-slide-desc {
    /* display: none; Hide by default (peeking sides) */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-slide-active .cp-pdp-carousel-pk-slide-title, 
.swiper-slide-active .cp-pdp-carousel-pk-slide-desc {
    /* display: block; Show only on active slide */
    opacity: 1;
}

/* Title Positioning (Overlay) */
.cp-pdp-carousel-pk-slide-title {
    position: absolute;
    top: clamp(2.4rem, 2vw, 3.2rem);
    width: 33.33%; /* 1/3 of slide width */
    z-index: 10;
}

.cp-pdp-carousel-pk-slide-content .overlay-left { left: var(--pdp-size-xl); }
.cp-pdp-carousel-pk-slide-content .overlay-right { right: var(--pdp-size-xl); text-align: right; }

.pdp .h3-slide-title { font-size: 1.9rem; }
.pdp .slide-text-dark { color: var(--pdp-carousel-pk-ttl-dark); }
.pdp .slide-text-light { color: var(--pdp-carousel-pk-ttl-light); }



/* Description Positioning (Below) */
.cp-pdp-carousel-pk-slide-desc {
    padding: 16px 24px;
    text-align: center;
    min-height: 120px;
}

/* Custom Dot Navigation */
.swiper-pagination-bullet {
    background: rgb(255 255 255 / 50%);
    opacity: 1;
    cursor: pointer;
    margin: 0px 8px !important;
    padding: 4px;
}

.swiper-pagination-bullet-active { background: var(--text-light); }
.pdp-bullet-dark .swiper-pagination-bullet-active { background: var(--text-dark); }
/* #endregion CAROUSEL PEEKING */


/* #region TABS V2 */
.cp-pdp-tabs-v2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "media"
        "tabs"
        "text";
    row-gap: 16px;
}

.cp-pdp-tabs-v2-media {
    grid-area: media;
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto;
}

/* Swiper requirements */
.cp-pdp-tabs-v2-media .swiper-wrapper {
    display: flex;
}

.cp-pdp-tabs-v2-media .swiper-slide {
    /* width: 980px;
    height: 490px; */
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: var(--pdp-radius-tab-v2);
    line-height: 0;
}

.cp-pdp-tabs-v2-media picture,
.cp-pdp-tabs-v2-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.cp-pdp-tabs-v2-nav {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--tab-v2--nav);
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    /* grid-area: tabs; */
    /* gap: 24px;
    align-items: center; */
}

.cp-pdp-tabs-v2-nav::-webkit-scrollbar {
    display: none;
}

/* Individual tab button */
.cp-pdp-tabs-v2-nav-item {
    padding: 16px;
    font-size: 1.8rem;
    font-weight: 400;
    cursor: pointer;
    color: inherit;
    opacity: 0.45;
    flex: 1;
    color: var(--tab-v2--nav);
}

.cp-pdp-tabs-v2-nav-item:hover {
    opacity: 0.75;
}

.cp-pdp-tabs-v2-nav-item.is-active {
    opacity: 1;
    color: var(--tab-v2--nav-active);
}

.cp-pdp-tabs-v2-nav-indicator {
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: var(--tab-v2--nav-active);
    transition: transform 0.3s ease, width 0.3s ease;
}

.cp-pdp-tabs-v2-text {
    grid-area: text;
}

.section-red-dot {
  height: 76.85vh;
  min-height: 880px;
}

.section-red-dot {
background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Red-Dot-Design-Award-Winner.webp');
background-position: 50%;
background-size: cover;	
}


.section-good-design {
background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Good-Design-Award-Winner.webp');
background-position: 50%;
background-size: cover;
height: 76.85vh;
min-height: 880px;
}


.pdp-reddot-overlay {
    z-index: 1;
    text-align: center;
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
}

.pdp-reddot-overlay.top-bottom {
    text-align: center;
    align-items: center;
    max-width: 980px;
    bottom: 50px;	
}

/* #endregion TABS V2 */


/* #region MULTI FILTER OLD */
/* .cp-pdp-multi-filter-options {
    display: flex;
    justify-content: space-between;
}

.cp-pdp-multi-filter-option.icon-options button {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    border: 3px solid transparent;
    padding: 0;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

button[data-color="green"] .pdp-btn-icon { background-color: #768b6c; }
button[data-color="gray"] .pdp-btn-icon { background-color: #a0a0a0; } 

.cp-pdp-multi-filter-option.icon-options button .pdp-btn-icon {
    // outline: 3px solid transparent;
    outline-offset: 4px;
    transition: 0.3s all ease;
    box-shadow: 0 0 0 0 transparent;
    transition: box-shadow 0.2s ease; //

    border-radius: 9999px;
}

.cp-pdp-multi-filter-option.icon-options button.active {
    // outline: 3px solid var(--multi-filter--mf-active);
    outline-offset: 4px;
    outline: 3px solid var(--multi-filter--mf-active);
    outline-color: var(--multi-filter--mf-active); //

    border-color: var(--multi-filter--mf-active);
}

.cp-pdp-multi-filter-option.tab-options,
.cp-pdp-multi-filter-option.icon-options {
    // border-bottom: 1px solid #fff;
    display: flex;
}

.cp-pdp-multi-filter-option.tab-options button {
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 16px;
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
}

.cp-pdp-multi-filter-option.tab-options button.active {
    border-bottom: 3px solid var(--multi-filter--mf-active);
    color: var(--multi-filter--mf-active);
}


.cp-pdp-multi-filter-items {
    margin-bottom: 24px;
    border-radius: 48px;
    overflow: hidden;

}

.cp-pdp-multi-filter-item {
    display: none;
    
    // margin-bottom: 24px;
    padding: 10px;
    border: 1px solid #ccc; //
}

.cp-pdp-multi-filter-item.active {
    display: block;
}
*/
/* #endregion MULTI FILTER OLD */


/* #region MULTI FILTER - js generated html */

.cp-pdp-multi-filter-items {
    margin-bottom: 24px;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 980 / 490;
}

.cp-pdp-multi-filter-item {
    /* display: none; */
    /* height: 0; */
    position: absolute;
    top: 0;
    opacity: 0;
}

.cp-pdp-multi-filter-item.active {
    /* display: block; */
    /* height: 100%; */
    opacity: 1;
}

.cp-pdp-multi-filter-options {
    display: flex;
    justify-content: space-between;
}

.cp-pdp-multi-filter-option {
    display: flex;
    align-items: center;
}

.cp-pdp-multi-filter-option.filter2-filter {
    gap: 32px;
}

/* .cp-pdp-multi-filter-option.filter1-filter {
    display: none;
} */

.cp-pdp-multi-filter-tab-btn {
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    font-weight: 400;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 16px;
    background: transparent;
}

.cp-pdp-multi-filter-tab-btn.active,
.cp-pdp-multi-filter-tab-btn:hover {
    color: var(--multi-filter--mf-active);
    border-bottom: 3px solid var(--multi-filter--mf-active);
}

.cp-pdp-multi-filter-swatch-btn {
    display: flex;
    align-items: center;
    padding: 0;
}

.cp-pdp-multi-filter-swatch-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--multi-filter--mf-swatch) !important;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 16px 0 12px;
}

.cp-pdp-multi-filter-swatch-icon::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: border-color 0.2s ease;
}

.cp-pdp-multi-filter-swatch-icon:hover::after {
    border-color: var(--multi-filter--mf-active);
}

.active .cp-pdp-multi-filter-swatch-icon::after {
    border-color: var(--multi-filter--mf-active);
}

.cp-pdp-multi-filter-swatch-label { font-size: 1.8rem; }
.active .cp-pdp-multi-filter-swatch-label { color: var(--multi-filter--mf-active);  }

/* #endregion MULTI FILTER */

/* #region REVIEW */

.section-review-customcp .cp-pdp-carousel-cards {
    width: 96%;
    max-width: 1280px;
}

.section-review-customcp .cp-pdp-carousel-cards-slide-content {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    aspect-ratio: 1.25 /1;
    overflow: hidden;
    border-radius: var(--pdp-radius-carousel);
}

.section-review-customcp .cp-pdp-carousel-cards-slide-content img {
    width: 100%;
}

.section-review-customcp .cp-pdp-carousel-cards .swiper-slide { 
    opacity: 1;
    transform: scale(1) translateZ(0) !important;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 16px;
}

.section-review-customcp .cp-pdp-carousel-cards-slide-title {
    opacity: 0;
}

.section-review-customcp .cp-pdp-carousel-cards-slide-desc {
    opacity: 1;
    margin: 16px 8px;
    /* flex-grow: 1; */
    /* display: -webkit-box;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

/* .section-review-customcp .cp-pdp-carousel-cards-slide-desc.is-expanded {
    display: block; Removes -webkit-box
    -webkit-line-clamp: unset;
    max-height: none;
} */

.section-review-customcp .cp-pdp-carousel-cards-footer {
    margin: 0 8px;
}   

.section-review-customcp .cp-pdp-carousel-cards-footer p {
    font-weight: 400;
    color: var(--pdp-carousel-pk-ttl-dark);
}

.section-review-customcp .cp-pdp-carousel-cards p { text-align: left; }

.section-review-customcp .cp-pdp-carousel-cards-slide-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-review-customcp .review-flag-icon {
    margin-bottom: 8px;
}

.section-review-customcp .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.1);
    height: 2px !important;
    top: auto !important;
    bottom: 0;
}

/* The actual progress indicator */
.section-review-customcp .swiper-pagination-progressbar-fill {
    background: #fff !important;
}

/* #endregion */



@media screen and (min-width: 1440px) {
    .expand-img-stretch {
    width: 100%;
    }

    /* CC SLIDING - MASTERS */
    .cp-pdp-cc-sliding-media,
    .cp-pdp-cc-sliding-text {
    width: 50%;
    }
    /* VERTICAL NAVBAR */
    .cp-pdp-vertical-navbar-title { font-size: 2.6rem; }
    .cp-pdp-vertical-navbar-overline { font-size: 1.9rem; }

    /* CAROUSEL PEEKING */
    .cp-pdp-carousel-pk-slide-desc { min-height: 100px; }

}

@media (max-width: 1199px) {
    /* CAROUSEL PEEKING */
    .cp-pdp-carousel-pk .swiper-slide {
        width: 73vw; 
    }
}

@media screen and (max-width: 991px) {
  /* h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  } */

  .interactive-slide-title, .tile-title {
    font-size: 24px;
  }

  .usp-overline {
    font-size: 17px;
    line-height: 1.4;
  }

  .tile-arrow {
    right: 20px;
  }

  .programs-single-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .manage-expand {
    display: none;
  }

  .measure-expand-single.measure-expand-1 {
    width: 90%;
  }

  .tile-text {
    font-size: 17px;
  }

  .cols2-contain-left-bot {
    align-items: stretch;
  }

  .cols2-equal-text-left-bot {
    align-self: center;
  }

  .pdp-intro {
    max-width: 85%;
  }

  .tabs-title {
    font-size: 24px;
  }

  .tabs-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .short-cols-content {
    grid-row-gap: 15px;
  }

  .long-cols3-content, .long-cols4-content {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    display: flex;
  }

  .expand-v {
    margin-top: 0;
  }

  .expand-arrow {
    right: 20px;
  }

  .area-next, .area-prev {
    z-index: 0;
  }

  .slider-arrow {
    margin-top: 48px;
    top: 100%;
  }

  .slider-arrow.cc-next {
    display: none;
    right: 50%;
    transform: translate(105%);
  }

  .slider-arrow.cc-prev {
    display: none;
    left: 50%;
    transform: translate(-105%);
  }

  /* .pdp .swiper-pagination {
    display: block;
  } */

  /* .swiper {
    min-height: 400px;
    max-height: 440px;
  } */

  .pdp-intro-title {
    max-width: 85%;
  }

  .slider-cols-dot-nav {
    display: block;
  }

  .slider-cols-single.d4m1 {
    width: 48%;
  }

  .fwt {
    width: 100% !important;
    max-width: none !important;
  }

  .tabs-cc-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .tabs-cc-title {
    font-size: 24px;
  }

  .tabs-vertical-pane {
    width: 50%;
  }

  .pdp .t-stack {
    flex-flow: wrap;
  }

  .pdp .t-stack-reverse {
    flex-flow: wrap-reverse;
  }

  .card-modal-title {
    font-size: 24px;
  }

  .card-modal-content.video-carousel .card-modal-title{
    font-size: 19px;
}

  .card-modal-desc {
    font-size: 17px;
  }

  .pdp-media-wrapper {
    border-radius: var(--pdp-radius-md);
  }

  /* CC SLIDING - MASTERS */

  .cp-pdp-cc-sliding-media,
  .cp-pdp-cc-sliding-text { width: 50%; }

  .masters-collab { flex-flow: wrap; }
  .cols2-masters-media, 
  .cols2-masters-text { width: 100%; }

    /* VERTICAL NAVBAR - SENSES */
    .cp-pdp-vertical-navbar-side { width: 25%; }
    .cols2-senses-media { width: 100%; }
    .cols2-senses-text { width: 100%; padding-left: 0; margin-top: 16px; }

}

@media screen and (max-width: 767px) {

    :root {
        --pdp-radius-card: var(--pdp-size-xl);
        --pdp-radius-carousel: var(--pdp-size-xl);
        --pdp-radius-carousel-pk: var(--pdp-size-xl);
        --pdp-radius-tab-v2: var(--pdp-size-xl);
    }

  .pdp h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp p {
    text-align: center;
  }

  .section-content-1 {
    width: 87%;
    max-width: 374px;
  }

  .section-content-2 {
    width: 87%;
    max-width: 374px;
  }

  .m-full {
    width: 100%;
    max-width: 430px;
    position: relative;
  }

  .hero-video {
    aspect-ratio: 480 / 738;
  }

  .pdp .a-tab-menu-w25 {
    width: 67%;
  }

  .pdp-modal-wrapper { flex-direction: column; }
  .pdp-modal-wrapper.bg-teal-dark:after { height: 4vh; }   /* fade off top */

  .pdp-modal-content { --modal--md-pad-inline: 0; }
	
	.pdp-reddot-overlay.top-bottom {
    text-align: center;
    align-items: center;
    max-width: 86%;
    inset: 0;
    padding-top: 360px;	
}
	
.section-red-dot {
    background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Red-Dot-Design-Award-Winner-Mobile.webp?ver=1c');
}
	
.section-red-dot {
  height: 76.85vh;
  min-height: 750px;
}
	
h3.red-dot {
font-size: 18px;
}

.section-good-design {
    background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Good-Design-Award-Winner-Mobile.webp');
    height: 76.85vh;
    min-height: 750px;
}

  .interactive-slide-copy {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .interactive-slider-nav {
    width: 50%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .interactive-slider {
    width: 100%;
  }

  .interactive-slide {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs {
    max-height: 100%;
  }

  .tabs-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px;
  }

  .house-set-slider {
    aspect-ratio: auto;
  }

  .auto_programs-content {
    flex-direction: column;
  }

  .short-cols4-single {
    width: 46%;
  }

  .interactive-slide-img {
    max-height: 290px;
  }

  .imgm {
    display: inline-block;
  }

  .imgd {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .pdp-fullwidth-img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .usp-tiles-row {
    flex-direction: column;
  }

  .tile-text-bot-wrapper {
    width: 50%;
  }

  .tile-text-bot {
    background-image: linear-gradient(90deg, var(--tile--tile-bg-color) 25%, #fff0 60%);
    justify-content: center;
    height: 100%;
    padding-top: 0;
  }

  .tile.tile-w25, .tile.tile-w50, .tile.tile-w75 {
    width: 100%;
    height: auto;
  }

  .tile.tile-mmm {
    width: 100%;
    height: 130px;
  }

  .tile.tile-w33, .tile.tile-w67 {
    width: 100%;
    height: auto;
  }

  .tile-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .programs-single {
    flex-flow: column-reverse;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .section-content-3 {
    width: 87%;
    max-width: 374px;
  }

  .hotspot-content {
    flex-direction: column;
  }

  .interactive-hotspot {
    width: 100%;
    display: none;
  }

  .cp-card-modal {
    /* grid-column-gap: 32px; */
    grid-row-gap: 32px;
    /* flex-direction: column; */
  }

  .section-masters-interview .cp-card-modal { padding: 0 6.5%; }

  .mmm-expand-open {
    padding-left: 10px;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 50%;
  }

  .mmm-expand-single.manage-expand-1 {
    width: 85%;
  }

  .measure-expand-3 {
    width: 60%;
  }

  .measure-expand-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .mmm-expand-arrow {
    text-align: right;
    display: block;
  }

  .mmm-measure-section {
    width: 100%;
  }

  .expand-title, .expand-paragraph-text {
    text-align: left;
  }

  .mmm-expand-double-stretch {
    width: 90%;
  }

  .monitor-grid-content {
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   / 1fr;
    width: 100%;
  }

  .expand-stretch-img {
    height: 100%;
  }

  .mmm-expand-single-stretch {
    align-self: flex-end;
    height: 80%;
  }

  .mmm-expand-single-stretch.manage-expand-2 {
    width: auto;
  }

  .measure-expand-single.measure-expand-1 {
    width: 100%;
  }

  .measure-expand-2col-single {
    width: 90%;
  }

  .measure-expand-2col {
    flex-direction: column;
  }

  .measure-expand-4-centralise {
    width: 80%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .measure-expand-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cols2-contain-right-top {
    flex-direction: column-reverse;
  }

  .cols2-equal-media {
    text-align: center;
    width: 100%;
  }

  .pdp-vid-rounded {
    border-radius: var(--pdp-radius-md);
  }

  .pdp-vid-rounded.cols2-slideup-modal-vid, .pdp-vid-rounded.cols2-slideup-modal-eq-vid {
    aspect-ratio: 374 / 420;
  }

  .cols2-equal-text-right-top {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-equal-text-left-top {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-contain-left-top {
    flex-flow: row-reverse wrap;
  }

  .tile-vid.tile-25x4, .tile-vid.tile-25x2, .tile-vid.tile-50x1, .tile-vid.tile-25x1, .tile-vid.tile-75x1, .tile-vid.tile-33x3, .tile-vid.tile-33x1, .tile-vid.tile-67x1, .tile-vid.tile-50x2, .tile-vid.mmm-vid {
    aspect-ratio: 375 / 130;
  }

  .cols2-custom1-media {
    text-align: center;
    width: 100%;
  }

  .cols2-custom1-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .cols2-custom2-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-custom2-media {
    text-align: center;
    width: 100%;
  }

  .cols2-contain-right-bot {
    flex-flow: column;
  }

  .cols2-equal-text-right-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0%;
  }

  .cols2-contain-left-bot {
    flex-flow: wrap-reverse;
  }

  .cols2-equal-text-left-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-right: 0%;
  }

  .cols2-custom3-media {
    text-align: center;
    width: 100%;
  }

  .cols2-custom3-text {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-left: 0%;
  }

  .cols2-custom4-text {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-right: 0%;
  }

  .cols2-custom4-media {
    text-align: center;
    width: 100%;
  }

  .pdp-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .short-cols3-single {
    width: 46%;
  }

  .pdp-cols-icon {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-vid.tabs-vid {
    aspect-ratio: 375 / 290;
  }

  .pdp-vid.cc-vid-with-text {
    aspect-ratio: 374 / 390;
  }

  .pdp-vid.cc-vid {
    aspect-ratio: 375 / 390;
  }

  .pdp-vid.cc4-vid {
    aspect-ratio: 374 / 390;
  }

  /* .pdp-vid.full-bg-vid {
    // aspect-ratio: 760 / 902;
    height: 700px;
  } */

  .pdp-vid.tabs_cc-vid {
    aspect-ratio: 375 / 290;
  }

  .tabs-title, .tabs-text {
    text-align: center;
  }

  .pdp-cols-img {
    margin-left: auto;
    margin-right: auto;
  }

  .short-cols-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .long-cols3-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .long-cols3-content.certs {
    grid-row-gap: 0vh;
  }

  .long-cols4-content {
    grid-column-gap: 8%;
    grid-row-gap: 4.8vh;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .long-cols3-single, .long-cols4-single {
    width: 100%;
  }

  .pdp-flex.m-stack-reverse {
    flex-flow: wrap-reverse;
  }

  .pdp-flex.m-stack {
    flex-flow: wrap;
  }

  .pdp-flex.m-scroll-x {
    overflow-x: scroll;
}

.pdp-flex.m-scroll-x::-webkit-scrollbar { display: none; }

.pdp-flex.m-scroll-x > div {
    width: 80%;
}

  .col2-vid {
    aspect-ratio: 375 / 510;
  }

  .hotspot-vid {
    aspect-ratio: 375 / 282;
  }

  .click-change-text {
    text-align: center;
  }

  .cc-image-2.video {
    border-radius: 40px;
  }

  .click-change-text-2 {
    text-align: center;
  }

  .click-change-grid-imc {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .expand-v-content, .expand-v-single {
    max-width: 375px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col1-vid {
    aspect-ratio: 375 / 510;
  }

  .senses-vid {
    aspect-ratio: 374 / 420;
  }

  .expand-arrow {
    justify-content: center;
    align-items: center;
    width: 30px;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .short-cols5-single {
    width: 46%;
  }

  .col1-vid-sq {
    aspect-ratio: 375 / 375;
  }

  .col2-vid-sq {
    aspect-ratio: 1;
  }

  .pdp-intro-title {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cc-desc {
    text-align: center;
  }

  .cc4-buttons {
    flex-flow: row;
    padding-left: 5%;
    overflow: auto;
  }

  .click-change-grid-2 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cc4-desc {
    text-align: center;
    width: 90%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc4-media {
    width: 90%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-intro {
    text-align: center;
  }

  .cc4-button-4 {
    min-width: 140px;
  }

  .click-change-grid-3 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .click-change-grid-4 {
    grid-template-rows: minmax(0, auto) minmax(0, auto) minmax(0, auto) minmax(0, auto);
    grid-template-columns: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-buttons {
    justify-content: center;
  }

  .cc4-button-2, .cc4-button-3 {
    min-width: 140px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.51fr 1.51fr .75fr 1.51fr 1.51fr;
    width: 375px;
  }

  .slider-cols-single {
    margin-left: 2%;
    margin-right: 2%;
  }

  .slider-cols-single.d4m1 {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .full-bg-video-content {
    width: 90%;
    max-width: 375px;
  }

  .point-slide-single {
    margin-left: 2%;
    margin-right: 2%;
  }

  .point-slider-mask {
    left: .45em;
  }

  .w31 {
    width: 92%;
    margin-left: .45em;
    margin-right: .45em;
  }

  .hero-video-fullheight {
    aspect-ratio: 480 / 738;
  }

  .js-ixd-split-contain {
    height: 510px;
  }

  .split_left-vid, .split_right-vid {
    aspect-ratio: 375 / 510;
  }

  .ixd-split-left-content {
    padding-right: 8px;
  }

  .ixd-split-right-content {
    padding-top: 20px;
    padding-left: 8px;
  }

  .ixd-split-text {
    white-space: normal;
  }

  .ang6-images {
    text-align: center;
    width: 100%;
  }

  .ang6-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .fwm {
    width: 100%;
    max-width: 430px;
  }

  .pdp .a-tab-menu-w33, .pdp .a-tab-menu-w20 {
    width: 67%;
  }

  .imgd-icon {
    display: none;
  }

  .pdp .a-tabs-cc-menu {
    width: 40%;
  }

  .tabs-cc-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 18px;
  }

  .tabs-cc-media {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-cc-menu {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tabs-cc-content {
    width: 90%;
    max-width: 375px;
  }

  .tabs-cc-text, .tabs-cc-title {
    text-align: center;
  }

  .section-usp-c2 {
    min-height: 1250px;
  }

  .usp-c2 {
    bottom: 120px;
  }

  .tabs-vertical-desc {
    font-size: 17px;
  }

  .tabs-vertical-img-mobile {
    aspect-ratio: 374 / 420;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .tabs-vertical-pane, .tabs-vertical-img-mobile-wrapper {
    display: none;
  }

  .tabs-vertical-pause-btn {
    margin-top: 20px;
    position: static;
  }

  .tabs-vertical-title {
    font-size: 19px;
  }

  .tabs-vertical-nav {
    width: 100%;
    margin-top: 1rem;
  }

  .pdp .pt0-desktop {
    padding-top: 120px;
  }

  /* .bg-teal {
    background-image: radial-gradient(circle farthest-side at 0%, #4d96b0, #1d424b);
  } */

  .bg-teal-dark {
    background-image: radial-gradient(circle, #a6c2cd, #4d818b 40%, #162b2f 80%);
  }

  .slideup-modal-row {
    text-align: center;
    max-width: 374px;
    width: 78vw;
  }

  .cols2-slideup-modal {
    flex-flow: column;
  }

  /* .cols2-slideup-modal.m-stack-reverse {
    flex-flow: wrap-reverse;
  }

  .cols2-slideup-modal.m-stack {
    flex-flow: column;
  } */

  .cols2-slideup-modal-text {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-slideup-modal-media {
    text-align: center;
    width: 100%;
  }

  .cols2-slideup-modal-vid {
    aspect-ratio: 375 / 420;
  }

  .pdp-list-dot {
    text-align: left;
  }

  .pdp-list-dot.patent {
    margin-bottom: 0;
  }

  .pdp-intro-overlay {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .pdp-intro-overlay.top-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .pdp-intro-overlay.top-center {
    text-align: center;
    max-width: 100%;
  }

  .card-modal-content {
    justify-content: center;
    height: 100%;
  }

  /* .card-modal-vid {
    border-radius: 40px;
  } */

  .card-modal-vid.card-x3, .card-modal-vid.card-x2 {
    aspect-ratio: 374 / 274;
  }

  .card-modal-item.tile-w25, .card-modal-item.tile-w50, .card-modal-item.tile-w75, .card-modal-item.tile-w33, .card-modal-item.tile-w67 {
    width: 100%;
    height: auto;
  }

  .pdp-w33 {
    width: 100%;
  }

  /* .bg-blue {
    background-image: radial-gradient(circle farthest-side at 0%, #fff, #85b1c0 90%);
  } */

  .pdp-w50 {
    width: 100%;
  }

  .pdp-media-wrapper.cols2-slideup-modal-eq-img {
    aspect-ratio: 374 / 420;
  }

  .pdp-btn-design.text {
    font-size: 17px;
  }

  .cols2-slideup-modal-item {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .cols2-slideup-modal-item.measure-holistic {
    grid-row-gap: 36px;
    margin-bottom: 0;
  }

  .cols2-slideup-modal-item-ar {
    aspect-ratio: 375 / 420;
  }

  /* .bg-blue-dark {
    background-image: radial-gradient(circle farthest-side at 0%, #2c80a7, #072c3d 90%);
  } */

  .measure-holistic-intro {
    text-align: center;
    max-width: 100%;
  }

  .cols2-custom3-media-copy {
    text-align: center;
    width: 100%;
  }

  .cols2-holistic-media {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .cols2-holistic-text {
    text-align: center;
    width: 100%;
    padding-left: 0%;
  }

  .pdp-btn.text {
    font-size: 17px;
  }

  .card-modal-item {
    /* border-radius: 3.5vw 3.5vw 17vw; */
    flex-shrink: 0;
  }

  .section-wellness-tech-intro {
    background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-AI-BG-Mobile.webp');
  }

  .section-wellness-tech-ai {
    background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-MMM-BG-Mobile.webp');
    background-position: 50% 100%;
  }


/* #region CC SLIDING - MASTERS */

.cols2-masters-text {
    /* text-align: center;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0%; */
    width: 82%;
}
.cols2-masters-text > p {
    text-align: left;
    margin-bottom: 0;
}

.cols2-masters-media {
    /* text-align: center; */
    width: 18%;
}

.cp-pdp-cc-sliding-content { 
    width: 100%; 
    flex-direction: column-reverse; 
    gap:0; }

.cp-pdp-cc-sliding-media { 
    width: 87%;
    max-width: 374px;
    height: auto;
    margin: 0 auto;
}

.cp-pdp-cc-sliding-text { 
    width: 100%; 
    max-width: 430px;
    margin: auto;
}

.pdp .cp-pdp-cc-sliding-intro {
    text-align: right;
    padding: 0px 3% 0 8%;
}

.cp-pdp-cc-sliding-intro.fade-out { padding: 0px 0 0 0; }

.cp-pdp-cc-sliding-tab-btn { 
    padding: 16px 8px;
    font-size: 1.7rem;
    width: 67% !important;
}
.cp-pdp-cc-sliding-title {
    padding: 0 3%;
}
.cp-pdp-cc-sliding-tab-panel {
    padding: 0 3%;
    margin: 0;
}

.cp-pdp-cc-sliding-tab-panel > img {
    max-width: 374px;
    margin: 0 auto;
    height: clamp(20rem, 22vh, 28rem);
}

.pdp .cp-pdp-cc-sliding-tab-desc {
    width: 90%;
    margin: 16px auto 24px;
}

.masters-collab {
    padding-top: 0px;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 16px;
}

.cols2-masters-collab { font-size: 1.7rem; }

#modalWMThai .pdp-cols-heading,
#modalWMChi .pdp-cols-heading,
#modalWMJap .pdp-cols-heading { color: var(--accent-light); }

.pdp .p-master-name {
    margin-top: 24px;
    font-weight: 400;
}

/* #endregion CC SLIDING - MASTERS */


/* #region VERTICAL NAVBAR - SENSES */
.cp-pdp-vertical-navbar-section {
    width: clamp(20rem, 78vw, 37.4rem);
    margin: 1.6rem auto;
}

.cp-pdp-vertical-navbar-side {
    display: none;
    /* width: 100%;
    flex-direction: row;
    gap: .75rem;
    overflow-x: auto; overflow-y: hidden;
    border-bottom: 1px solid #eee; */
}

.cp-pdp-vertical-navbar-title { font-size: 2.6rem; margin-bottom: 16px; }
.cp-pdp-vertical-navbar-overline { font-size: 2.1rem; }

.pdp .senses-text-title { 
    font-size: 1.7rem;
}
/* #endregion VERTICAL NAVBAR - SENSES */


/* CAROUSEL PEEKING */
.cp-pdp-carousel-pk .swiper-slide {
    /* Mobile Width */
    /* width: 86.976744vw;  */
    width: 87%;
    max-width: 374px;
    /* transform: scale(0.92) translateZ(0) !important; */
}

.cp-pdp-carousel-pk-slide-content {
    /* Mobile Aspect Ratio (374x420 approx 1:1.12) */
    padding-bottom: 112.29%; /* (420/374) * 100% */
}

/* gradient BG behind title in card */
/* .section-massage-tech-customcp .cp-pdp-carousel-pk-slide-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, white, transparent);
    z-index: 1;
} */

.pdp .section-massage-tech-customcp .h3-slide-title.slide-text-dark {
    filter: drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 8px white) drop-shadow(0px 0px 2px white);
}

.pdp .section-massage-tech-customcp .h3-slide-title.slide-text-light {
    filter: drop-shadow(0px 0px 4px #acacac) drop-shadow(0px 0px 8px #707070);
}

.cp-pdp-carousel-pk-slide-title { width: 60%; }
.cp-pdp-carousel-pk-slide-desc { min-height: 140px; }


/* TABS V2 */
.cp-pdp-tabs-v2-nav-item { flex: 0 0 67%; }

/* Bespoke */
.section-bespoke-programs {
    background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Bespoke-Specialty-BG-Mobile.webp?ver=1a');
}

#modalSleepScore .pdp-modal-content, 
#modalSleepWell .pdp-modal-content {
    background-image: url('../images/uDream-AI-Well-Being-Chair-Massage-Chair-Bespoke-Specialty-BG-Mobile.webp?ver=1a')
}

#modalSleepScore .pdp-cols-heading,
#modalSleepWell .pdp-cols-heading,
#modalSleepSolutions .pdp-cols-heading { margin-top: 24px; }

/* MULTIFILTER */

.cp-pdp-multi-filter-items { 
    margin-bottom: 8px;
    aspect-ratio: 374 / 420; 
}

.cp-pdp-multi-filter-options {
    justify-content: center;
    flex-flow: wrap;
    row-gap: 24px;
}

/* .cp-pdp-multi-filter-option.tab-options,
.cp-pdp-multi-filter-option.icon-options {
    justify-content: center;
    width: 100%;
}

.cp-pdp-multi-filter-option.tab-options button { padding: 12px; } */

.cp-pdp-multi-filter-option.filter2-filter {
    margin-top: 8px;
}

.cp-pdp-multi-filter-swatch-btn { 
    flex-flow: column;
    gap: 16px;
}

.cp-pdp-multi-filter-swatch-label { font-size: 1.8rem; }


/* REVIEW */
.section-review-customcp .cp-pdp-carousel-cards {
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
    mask-image: linear-gradient(to right, black 0%, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, 
        black 0%, 
        black 85%, 
        transparent 100%
    );
}
.section-review-customcp .cp-pdp-carousel-cards .swiper-slide {
    width: 100%;
    max-width: unset;
}

}

@media screen and (max-width: 479px) {
  .hero-video {
    box-shadow: none;
  }

  .tabs-media {
    width: 100%;
  }

  .usp-intro {
    margin-bottom: 10px;
  }

  .tile {
    border-radius: 3.5vw 3.5vw 17vw;
  }

  .interactive-hotspot {
    max-height: 240px;
  }

  .mmm-expand-single.monitor-expand-1 {
    width: 90%;
    margin-left: 0%;
  }

  .measure-expand-3 {
    margin-left: 6%;
    margin-right: 6%;
  }

  .mmm-expand-double-stretch {
    width: 90vw;
  }

  .monitor-grid-content {
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "Area-2"
                         "Area"
                         "Area-3"
                         "Area-5"
                         "Area-4";
    padding-left: 3%;
    padding-right: 3%;
  }

  .measure-expand-4-centralise {
    margin-left: 6%;
    margin-right: 6%;
  }

  .click-change-image {
    height: 100%;
  }

  .expand-v {
    margin-top: 10px;
  }

  .expand-v-single {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .cc4-button-1 {
    min-width: 40%;
  }

  .cc4-media, .cc-media {
    height: 100%;
  }

  .hero-video-fullheight {
    box-shadow: none;
  }

  .fwm {
    max-width: none;
  }

  .fwm-spacing {
    width: 90%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-review-customcp .cp-pdp-carousel-cards {
    max-width: unset;
    margin-left: 5%;
  }
}

@media screen and (max-width: 375px) {
    /* CC SLIDING - MASTERS */
    .cp-pdp-cc-sliding-tab-panel > img { max-width: 174px; }
    .cp-pdp-cc-sliding-media { max-width: 222px; }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .pdp-modal, .pdp-modal-wrapper { transition: none !important; }
    .cp-pdp-vertical-navbar-content { scroll-behavior: auto; }
}

#w-node-fcfd4067-ac33-cd15-101b-d5f2e3e852ab-1a8f00eb {
  grid-area: Area-4;
}

#w-node-fcfd4067-ac33-cd15-101b-d5f2e3e852ad-1a8f00eb {
  grid-area: Area-5;
}

#w-node-fcfd4067-ac33-cd15-101b-d5f2e3e852af-1a8f00eb {
  grid-area: Area-3;
}

#w-node-fcfd4067-ac33-cd15-101b-d5f2e3e852b1-1a8f00eb {
  grid-area: Area-2;
}

#w-node-fcfd4067-ac33-cd15-101b-d5f2e3e852b3-1a8f00eb {
  grid-area: Area;
}

@media screen and (max-width: 767px) {
  #w-node-fcfd4067-ac33-cd15-101b-d5f2e3e85272-1a8f00eb {
    grid-area: Area;
    align-self: center;
  }

  #w-node-fcfd4067-ac33-cd15-101b-d5f2e3e8527e-1a8f00eb {
    grid-area: Area-2;
  }

  #w-node-fcfd4067-ac33-cd15-101b-d5f2e3e8527f-1a8f00eb {
    grid-area: Area-4;
  }
}