:root {
  --text-light-highlight: #eee;
  --text-dark: #112057;
  --accent-dark: #00adff;
  --white: #ffffff;
  --pdp-1-col-bg: #badbea;
  --pdp-blue-bg: #1585c7;
  --accent-light: #21e2f6;
  --black: #000000;
  --overline-dark: #8ea5a9;
  --link-color: #3dc2c3;
  --text-light: #acacac;
  --text-dark-highlight: #2a2a2a;
  --cols-heading: #a01e79;
  --pdp-bg: #ffffff;
  --icon--icon-border-thickness: 1px;
  --icon--icon-size: 48px;
  --icon--icon-svg-thickness: 1px;
  --tile--tile-text-color: #88a2b6;
  --tile--tile-bg-color: #fff;
  --tile--tile-title-color: #20aae0;
}

.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-image: linear-gradient(#1e3c72, #2a5298);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;
}
/*h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  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;
}*/

.pdp p {
  color: var(--text-dark);
  margin-bottom: 15px;
}

.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-4 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-video {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.hero-video {
  z-index: 0;
  aspect-ratio: 1920 / 830;
  /* flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center; */
  width: 100%;
  height: 100%;
  /* margin-left: auto;
  margin-right: auto;
  display: flex; */
}

.hero-video-text {
  align-self: center;
  display: none;
}

.video-title {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: -2px 2px 12px #00aeefd1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  outline: 3px #fff;
  flex-wrap: nowrap;
  place-content: flex-start center;
  align-items: center;
  margin-bottom: auto;
  font-size: 40px;
}

.video-text {
  text-align: center;
  letter-spacing: 5px;
  text-shadow: -2px 2px 12px #00aeef;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.modal-src-link-icon {
  margin-right: 15px;
}

.pdp {
  color: var(--text-dark);
  overflow: clip;
}

.section-house-set {
  background-color: var(--white);
  margin-top: 120px;
}

.house-set-slider {
  aspect-ratio: 1920 / 830;
  height: 100%;
}

.left-arrow {
  display: none;
}

.section {
  background-color: var(--pdp-1-col-bg);
  padding-top: 120px;
}

.section.west-side {
  background-image: url('../images/OSIM-uCozyHeart-Stash-Upper-Body-Massager-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}

.right-arrow-2 {
  display: none;
  overflow: hidden;
}

.icon-2 {
  display: block;
  overflow: visible;
}

.imgm {
  display: none;
}

/* .modal-video-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-video-link.js-modal-src {
  margin-top: 12px;
} */

.hero-video-cta {
  z-index: 2;
  display: none;
  position: absolute;
  bottom: 4%;
}

.cols2-equal-media {
  width: 50%;
  height: 100%;
}

.pdp-vid-rounded {
  z-index: 0;
  border-radius: 50px;
  height: 100%;
}

.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-equal-text-right-bot {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-left: 6%;
  display: flex;
}

.cols2-equal-text-left-bot {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-right: 6%;
  display: flex;
}

.pdp-intro {
  text-align: center;
  max-width: 750px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-kv {
  padding-top: 0px;
}

.pdp-vid {
  z-index: 0;
  height: 100%;
}

.pdp-flex {
  align-items: stretch;
  display: flex;
}

.section-2cols {
  background-color: var(--pdp-blue-bg);
  padding-top: 120px;
}

.col2-vid {
  aspect-ratio: 490 / 550;
}

.col1-vid, 
.col1-vid-sq {
  aspect-ratio: 980 / 490;
}

.west-side-front {
  z-index: 1;
  width: 45.1%;
  position: relative;
  left: 6%;
}

.west-side-back {
  width: 45.9%;
  position: relative;
  right: 6%;
}

.ucozy-heart {
  margin-bottom: 40px;
  position: relative;
}

.west-side-splash {
  position: relative;
  text-align: center;
}

.pdp .p-west-side {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  inset: auto 5% 0% auto;
}

.pdp .h2-ucozy-heart-title {
  color: var(--white);
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: content-box;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.west-side-hearts {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 23%;
}

.pdp-text {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.section-kneading-massage {
  background-color: var(--pdp-1-col-bg);
  padding-top: 120px;
}

.section-warm-function {
  background-color: var(--pdp-1-col-bg);
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-west-side {
  background-color: var(--pdp-blue-bg);
  padding-top: 120px;
}

.paragraph {
  margin-bottom: 0;
}

.section-extra-comfort {
  padding-top: 0;
}

.section-enhance-function {
  padding-top: 120px;
  padding-bottom: 120px;
}

.cc-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pdp .p-cc-text-3 {
  z-index: 1;
  color: var(--text-dark);
  margin-bottom: 0;
  display: none;
  position: relative;
}

.cc-media-1 {
  position: static;
  inset: 0% 0% auto;
}

.cc-media-3 {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-button-text-step {
  margin-bottom: 0;
  font-size: 16px;
}

.click-change-grid {
  grid-column-gap: 6%;
  grid-row-gap: 25px;
  grid-template: "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 "." minmax(0, 1fr)
                 "." minmax(0, 1fr)
                 "." minmax(0, auto)
                 / 44% 52%;
  align-items: center;
}

.cc-buttons.enhanced {
  grid-column-gap: 10%;
}

.pdp .p-cc-text-1 {
  z-index: 3;
  color: var(--text-dark);
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
}

.pdp .p-cc-text-2 {
  z-index: 2;
  color: var(--text-dark);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.pdp .p-cc-text-0 {
  margin-bottom: 0;
}

/*.cc-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}*/

.cc-desc {
  position: relative;
}

.pdp .h2-accent-2 {
  color: var(--text-dark);
}

.cc-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;
}

.cc-button-image.one {
  background-color: var(--accent-dark);
}

.cc-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.cc-media-2 {
  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-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;
}

.cc-media {
  background-color: #d4d4d4;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.cc-button-border {
  border: 3px solid var(--accent-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.section-2cols-copy {
  background-color: var(--pdp-blue-bg);
  padding-top: 120px;
}

.section-urban-art {
  background-color: #c2c3c4;
  padding-top: 120px;
  padding-bottom: 5px;
}

.section-urban-heart-tile {
  text-align: center;
  width: 94%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.pdp-cols-heading {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 400;
}

.short-cols-content {
  grid-column-gap: 5%;
  grid-row-gap: 45px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  display: none;
}

.short-cols5-single {
  width: 16%;
}

.pdp-cols-img, .pdp-cols-icon {
  margin-bottom: 25px;
}

.section-short_5cols {
  padding-top: 120px;
}

.section-content-2 {
  width: 94%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.pdp-overline {
  color: #8ea5a9;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.section-gobal-collab {
  background-color: var(--pdp-blue-bg);
  padding-top: 30px;
}

.global-collab-text {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.massage-vid {
  max-width: 980px;
  margin: 0px auto;
}

.kneading-massage {
  max-width: 980px;
  margin: 0px auto;
}

.section-ucozy-heart-design {
  background-color: #1585c7;
  background-image: url('../images/OSIM-uCozyHeart-Stash-Upper-Body-Massager-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 60px;
}

/* .section-ucozy-heart-design.west-side {
  background-image: url('../images/OSIM-uCozyHeart-Stash-Upper-Body-Massager-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
} */

.ucozy-heart-design {
    width: 94%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.pdp-outro {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.pdp .h2-urban-heart-text {
  color: var(--pdp-blue-bg);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: content-box;
}

.pdp .p-text-white {
  color: var(--white);
}

.pdp .h2-west-side-title {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: content-box;
}

.pdp .p-ucozy-heart-text {
  color: var(--white);
}

.pdp .p-text-align-bottom {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .pdp-cols-heading {
    font-size: 19px;
  }
}

@media screen and (max-width: 991px) {
 /* h2 {
    font-size: 37px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  p {
    font-size: 17px;
  }*/

  .hero-video-text {
    display: block;
  }

  .cols2-equal-text-left-bot {
    align-self: center;
  }

  .short-cols-content {
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 767px) {
 /* h2 {
    margin-bottom: 0;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  p {
    text-align: center;
  }*/
	
  .ucozy-heart-design {
    width: 100%;
    max-width: 430px;
  }

  .west-side-hearts { top: 20% }

  .west-side-front {
    width: 100%;
}

.west-side-back {
    width: 100%;
}


.col2-vid, .col1-vid {
  aspect-ratio: 375 / 510;
  }
	
.col1-vid-sq{
  aspect-ratio: 377 / 350;
  }
	
  .section-content-1 {
    width: 90%;
    max-width: 375px;
  }

  .hero-video {
    /* aspect-ratio: 480 / 738; */
    aspect-ratio: 1421 / 830;
  }

  .hero-video-text {
    display: none;
  }

  .house-set-slider {
    aspect-ratio: auto;
  }

  .imgm {
    display: inline-block;
  }

  .imgd {
    display: none;
  }

  .pdp-fullwidth-img {
    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;
  }

  .cols2-equal-media {
    text-align: center;
    width: 100%;
  }

  .pdp-vid-rounded {
    border-radius: 40px;
  }

  .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-equal-text-right-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-left: 0%;
  }

  .cols2-equal-text-left-bot {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    padding-right: 0%;
  }

  .pdp-intro {
    margin-bottom: 30px;
  }

  .pdp-flex.m-stack-reverse {
    flex-flow: wrap-reverse;
  }

  .pdp-flex.m-stack {
    flex-flow: column;
  }


  .pdp .p-west-side {
    text-align: center;
    margin-top: 20px;
    position: relative;
    right: 2%;
  }

  .pdp-text {
    margin-bottom: 30px;
  }

  .click-change-grid {
    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-buttons.enhanced {
    justify-content: center;
    align-items: flex-start;
  }

  .cc-desc, .cc-intro {
    text-align: center;
  }

  .section-urban-heart-tile {
    width: 90%;
    max-width: 375px;
  }

  .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;
  }

  .short-cols5-single {
    width: 46%;
  }

  .pdp-cols-img, .pdp-cols-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

  .global-collab-text {
    margin-bottom: 30px;
  }

  .section-ucozy-heart-design {
    background-image: url('../images/OSIM-uCozyHeart-Stash-Upper-Body-Massager-Background-Mobile.webp');
    background-size: 760px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 479px) {
  .hero-video {
    box-shadow: none;
  }

  .video-title, .video-text {
    line-height: 1.25;
  }

  .cc-media {
    height: 100%;
  }
}

#w-node-d7823a9f-20c9-0262-395b-3a4c8b442d07-f8dc8ca7 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-d7823a9f-20c9-0262-395b-3a4c8b442d08-f8dc8ca7 {
  grid-area: Title;
}

#w-node-d7823a9f-20c9-0262-395b-3a4c8b442d0e-f8dc8ca7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d7823a9f-20c9-0262-395b-3a4c8b442d24-f8dc8ca7 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: start;
}

#w-node-d7823a9f-20c9-0262-395b-3a4c8b442d2b-f8dc8ca7 {
  grid-area: 1 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d08-f8dc8ca7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d07-f8dc8ca7 {
    grid-row: 1 / 2;
  }

  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d08-f8dc8ca7 {
    grid-area: Title;
  }

  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d0e-f8dc8ca7 {
    grid-row: 2 / 3;
  }

  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d24-f8dc8ca7 {
    grid-row: 4 / 5;
  }

  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d2b-f8dc8ca7 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d7823a9f-20c9-0262-395b-3a4c8b442d08-f8dc8ca7 {
    grid-area: Title;
  }
}