:root {
  --text-light-highlight: #eee;
  --accent-dark: #e2b5aa;
  --tab--menu-bg: #afcadf;
  --tab--menu-text: white;
  --tab--menu-bg-current: #3d698f;
  --text-dark: #616566;
  --tab--content-bg: #f3f3f3;
  --cols-heading: #4e4e4c;
  --tab-cc--content-title: #3d698f;
  --tab-cc--content-text: #3d698f;
  --click-change--cc-active: #3d698f;
  --pdp-bg: white;
  --accent-light: #e4e4e4;
  --text-light: #acacac;
  --list-marker-color: #707070;
  --text-dark-highlight: #2a2a2a;
  --text-color-old: #574948;
  --overline-dark: #b1716d;
  --link-color: #3dc2c3;
  --modal-video-link: white;
  --modal-link-color: #ffe400;
  --hotspot-ring-color: #00aeef;
  --expand-v-bg: black;
  --expand-v-toggle-icon: #999;
  --white: white;
  --black: black;
  --click-change--cc-btn-bg: #cacaca;
  --ixd-angles--ixd-angles-slice-active: yellow;
  --click-change--cc-btn-text: #4e4e4c;
  --hotspot--slider-title: #707070;
  --hotspot--slider-text: #707070;
  --hotspot--slider-text-bg: #cacaca;
  --icon--icon-size: 48px;
  --icon--icon-border-thickness: 2px;
  --icon--icon-svg-thickness: 2px;
  --tab--menu-bg-fade: #69636f00;
  --tab--menu-text-current: #eee;
  --tab--content-title: #707070;
  --tab--content-text: #707070;
  --tab-cc--menu-active: red;
  --tile--tile-text-color: #88a2b6;
  --tab-cc--menu-bg: #cacaca;
  --tile--tile-bg-color: #fff;
  --tab-cc--menu-text: #707070;
  --tile--tile-title-color: #20aae0;
  --tab-cc--content-bg: white;
  --ixd-split--ixd-split-bar-bg: #2a2a2a;
  --slider-sides--ss-gradient: #fcd545;
  --slider-sides--ss-title: white;
  --slider-sides--ss-desc: white;
  --slider-sides--ss-arrow-bg-hover: #fcd545;
  --ixd-split--ixd-split-bar-text: white;
  --slider-sides--ss-arrow-icon-hover: white;
  --slider-sides--ss-arrow-icon: #2a2a2a;
  --slider-sides--ss-nav-bullet: #707070;
  --ixd-split--ixd-split-header: #2a2a2a;
  --ixd-split--ixd-split-text: #2a2a2a;
  --ixd-angles--ixd-angles-slice: #999;
  --ixd-angles--ixd-angles-slice-border: white;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

/*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 {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-color: #3d698f;
  -webkit-background-clip: text;
  background-clip: text;
/*  margin-top: 0;
  padding-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;*/
}

/*h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}*/

.pdp 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;
}*/

.pdp a {
  color: var(--accent-dark);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section-content-1 {
  width: 94%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-1.usp {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translate(-50%);
}

.section-content-2 {
  width: 94%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.section-content-4 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.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);
}

.pdp {
  color: var(--text-dark);
  overflow: clip;
  margin-bottom: 60px;
}

.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;
}

.picture {
  position: sticky;
}

.section-house-set {
  background-color: #ece1d4;
  background-image: radial-gradient(circle, #fff, #0000);
  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;
}

.imgm {
  display: none;
}

.pdp-fullwidth-img {
  width: 100%;
}

.pdp-intro {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.short-cols3-single {
  width: 30%;
}

.pdp-cols-icon {
  margin-bottom: 25px;
}

.pdp-cols-heading {
  color: var(--cols-heading);
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

.section-kv {
  padding-top: 0;
}

.pdp-vid {
  z-index: 0;
  height: 100%;
}

.pdp-vid.cc-vid {
  aspect-ratio: 510 / 550;
}

.tabs-title {
  color: var(--tab-cc--content-title);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.tabs-text {
  color: var(--tab-cc--content-text);
  font-size: 18px;
}

.short-cols-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.pdp-flex {
  align-items: stretch;
  display: flex;
}

.col1-vid {
  aspect-ratio: 980 / 490;
}

.section-uvizionlite-usp {
  aspect-ratio: 1920 / 970;
  background-image: url('../../images/TC/uVizion-Lite-Eye-Massager.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-height: 970px;
  position: relative;
}

.houseset-intro {
  z-index: 2;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 120px;
}

.cc3-button-text-1 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc3-media-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.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% 52%;
  align-items: center;
}

.cc3-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc3-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;
}

.cc3-button-border.one {
  border-color: var(--click-change--cc-active);
}

.cc-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.cc3-button-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.p-cc3-desc-1 {
  color: #616566;
  margin-bottom: 0;
  position: relative;
}

.cc3-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.cc-button-text {
  font-size: 16px;
}

.cc3-media-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc-desc {
  position: relative;
}

.p-cc3-desc-3, .p-cc3-desc-2 {
  opacity: 0;
  color: #616566;
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc3-button-image {
  background-color: #cacaca;
  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);
}

.cc3-button-text-2 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.pdp-overline {
  color: #4e4e4c;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-2cols_custom {
  margin-top: 20px;
}

.cols2-custom1-title {
  background-color: #afcadf;
  width: 40%;
  margin-bottom: 10px;
}

.cols2-custom1-text {
  background-color: #e6eef4;
  flex-flow: column;
  justify-content: center;
  width: 60%;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 15px;
  padding-left: 6%;
  display: flex;
}

.pdp-no-wrap {
  white-space: nowrap;
}

.section-short_5cols {
padding-top: 20px;
}

.short-cols-content {
grid-column-gap: 5%;
grid-row-gap: 45px;
text-align: center;
flex-flow: wrap;
justify-content: center;
display: flex;
}


.short-cols5-single {
width: 16%;
}	

.pdp-cols-heading-mulitple {
  color: #3d698f;
  background-color: #e7eff5;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

.section-hero-video {
  position: relative;
}

.hero-video {
z-index: 0;
aspect-ratio: 1920 / 830;
width: 100%;
height: 100%;
}


@media screen and (max-width: 991px) {
 /* h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  }*/

.hero-video {
    aspect-ratio: 1419 / 830;
  }

  .tabs-title {
    font-size: 24px;
  }

  .tabs-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .short-cols-content {
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
 /* h2 {
    margin-bottom: 0;
  }

  p {
    text-align: center;
  }*/

  .section-content-1, .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

.short-cols-content {
 grid-column-gap: 8%;
 grid-row-gap: 4.8vh;
}
	
.short-cols5-single {
 width: 46%;
}
	
.section-content-1.usp {
 bottom: 69px;
}

  .pdp .a-tab-menu-w25 {
    width: 40%;
  }

  .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;
  }

  .imgm {
    display: inline-block;
  }

  .imgd {
    display: none;
  }

  .pdp-fullwidth-img {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .pdp-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .short-cols3-single {
    width: 46%;
  }

  .pdp-cols-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .pdp-vid.cc-vid {
    aspect-ratio: 375 / 390;
  }

  .tabs-title, .tabs-text {
    text-align: center;
  }

  .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;
  }

  .pdp-flex.m-stack {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .col1-vid {
    aspect-ratio: 375 / 510;
  }

  .houseset-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cc-intro {
    text-align: center;
  }

  .cc-buttons {
    justify-content: center;
  }

  .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;
  }

  .cc-desc {
    text-align: center;
  }

  .cols2-custom1-title {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .cols2-custom1-text {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0%;
  }
	
.section-uvizionlite-usp {
   background-image: url('../../images/TC/uVizion-Lite-Eye-Massager-Mobile.webp?ver=1b');
   background-position: 50%;
   background-size: cover;
   min-height: 1100px;
  }

}

@media screen and (max-width: 479px) {
  .tabs-media {
    width: 100%;
  }

  .section-house-set {
    padding-top: 60px !important;
  }


  .houseset-intro {
    top: 60px;
  }

  .cc-media {
    height: 100%;
  }
}

#w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f0-efcd2787 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f1-efcd2787 {
  grid-area: Title;
}

#w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f5-efcd2787 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a7192378-d0f4-4b6e-2d1f-8ed04e12130b-efcd2787 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a7192378-d0f4-4b6e-2d1f-8ed04e121312-efcd2787 {
  grid-area: 1 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f1-efcd2787 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f0-efcd2787 {
    grid-row: 1 / 2;
  }

  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f1-efcd2787 {
    grid-area: Title;
  }

  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f5-efcd2787 {
    grid-row: 2 / 3;
  }

  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e12130b-efcd2787 {
    grid-row: 4 / 5;
  }

  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e121312-efcd2787 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7192378-d0f4-4b6e-2d1f-8ed04e1212f1-efcd2787 {
    grid-area: Title;
  }
}