:root {
  --black: black;
  --accent-dark: #3dc2c3;
  --tab--menu-bg: #ffe797;
  --tab--menu-text: #707070;
  --tab--menu-bg-current: #ee7c33;
  --white: white;
  --pdp-bg: white;
  --text-dark: #707070;
  --tab--content-bg: #fffce5;
  /* --overline-dark: #616566; */
  --overline-dark: #e1708b;
  /* --cols-heading: #a06d08; */
  --cols-heading: #fff;
  --tab--content-title: #707070;
  --tab--content-text: #707070;
  --section-bg-yw: #fcecbd;
  --cc-active: #ee7c33;
  --cc-btn-bg: #f5d078bf;
  --tile--table-text-color: #606163;
  --section-bg-yw-grad: #fcb8c4;
  --text-light: #c2c2c2;
  --tile--table-text-title: #010100;
  --text-light-highlight: #eee;
  --accent-light: #21e2f6;
  --hotspot-ring-color: #00aeef;
  --link-color: #3dc2c3;
  --text-color-old: #574948;
  --text-dark-highlight: #2a2a2a;
  --expand-v-bg: black;
  --modal-video-link: white;
  --cc-btn-text: #707070;
  --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-text-current: #eee;
  --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 {
    color: var(--text-dark);
    text-transform: none;
    /*
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.05;*/
}

.pdp h3 {
    text-transform: none;
    /*
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;*/
}

/* h4 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3;
}

p {
  margin-bottom: 10px;
  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;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.section-hero-video {
  /* max-width: 1920px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.hero-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 830;
    z-index: 0;
  /* 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; */
}

.tab-menu {
  background-color: var(--tab--menu-bg);
  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;
}

.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;
}

.a-tab-menu-w25:hover {
  background-color: var(--tab--menu-bg-current);
  text-decoration: none;
  color: #ffffff
}

.a-tab-menu-w25.w--current {
  background-color: var(--tab--menu-bg-current);
  color: var(--white);
}

.pdp .table-text {
	text-align: left
}

.pdp {
  background-color: var(--pdp-bg);
  color: var(--text-dark);
  overflow: clip;
}

.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: 12%;
  display: flex;
  position: relative;
}

.imgm {
  display: none;
}

.pdp-fullwidth-img.imgd {
  padding-top: 0;
}

/* .modal-src-link {
  margin-top: 12px;
} */

.pdp-overline {
  color: var(--overline-dark);
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.3;
}

.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;
}

.pdp-intro {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-kv .pdp-intro { margin-bottom: 0vw; }

.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;
}

.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;
}

.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;
}

.col2-vid {
  aspect-ratio: 490 / 550;
}

.usp-unek-content {
  margin-bottom: 90px;
}

.section-unek-usp {
    background-color: #f3afbd;
    background-image: url('../../images/uZap-Warm-Vibrating-Abdominal-Massager-Background-2.webp?ver=1b');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.pdp-intro-title {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 91%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.pdp .h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.pdp .section-kv .pdp-overline { 
    color: #fff;
    font-size: 4rem;
    margin-bottom: 0;
}

.pdp .section-kv h2 { 
    font-size: 6.5rem;
    position: relative; 
	padding-bottom: 0px;
}

.pdp .section-kv h2:after {
    content: '網上獨家優惠';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 103%;
    background: #f3c73e;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.8rem;
    white-space: pre;
}

.section-enhanced-functionalities {
  background-color: var(--section-bg-yw);
  padding-top: 120px;
  padding-bottom: 120px;
}

.enhanced-functionalities-miffy { position: relative; }

.enhanced-functionalities-miffy:after {
    content: '';
    background: url('../../images/uZap-Warm-Vibrating-Abdominal-Massager-Enhanced-Functionalities-Miffy.webp') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3.3%;
    right: 0;
    width: 12%;
    height: auto;
    aspect-ratio: 1;
}

.pdp .h2-orange {
  color: #ee7c33;
}

.section-versatile-massage {
  background-color: var(--section-bg-yw);
  padding-top: 120px;
}

.cc-button-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-cc-text-3 {
  opacity: 0;
  color: var(--cc-active);
  margin-bottom: 0;
}

.cc-media-1 {
  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, 1fr)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, auto)
                 "." minmax(0, 1fr)
                 / 44% 52%;
  align-items: center;
}

.cc-buttons {
  justify-content: left;
  gap: 10%;
}

.p-cc-text-1 {
  color: var(--cc-active);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.p-cc-text-2 {
  opacity: 0;
  color: var(--cc-active);
  margin-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.cc-button-text-3 {
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cc-desc {
  position: relative;
}

.cc-button-image {
  background-color: var(--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;
}

.cc-button-image.one {
  background-color: var(--cc-active);
}

.cc-button-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.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(--cc-active);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.cc-button-border:hover {
    cursor: pointer;
    /* transform: scale(1.1); */
    /* border-color: var(--cc-btn-bg) !important; */
    /* background: aliceblue; */
}

.section-kv,
.section-other {
  position: relative;
  padding-top: 0;
}



.section-kv .pdp-fullwidth-img,
  .section-other .pdp-fullwidth-img {
    max-width: none;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-kv .pdp-fullwidth-img-div,
  .section-other .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .kv-content {
    margin-left: 3%;
    position: absolute;
    top: 54%;
    bottom: 0;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    height: fit-content;
    text-align: center;
    width: 62%;
  }

.other-series-content {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0%;
    right: 0%;
    transform: translateY(-50%);
    height: fit-content;
    text-align: center;
    max-width: 1920px;
}

.kv-products,
.other-series-products {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.kv-products a img,
.other-series-products a img {
    transition: 0.5s all ease;
}

.kv-products a:hover img,
.other-series-products a:hover img {
    transform: scale(1.1);
}

.kv-products h3,
.other-series-products h3 { 
    color: #fff;
    margin: 10px 0 0 0;
	padding-bottom: 4px;
}

.kv-products p,
.other-series-products p { 
    font-size: 2.1rem;
    color: #fff;
}

.cols2-left {
    position: relative;
    width: 20%;
    transform: translateY(-20%);
}

.cols2-right {
    position: relative;
    width: 21.9%;
}



.cols3-left {
    position: relative;
    width: 33%;
    transform: translate(15%, 1%);
}

.cols3-mid {
    position: relative;
    width: 33%;
    transform: translateY(7%);
    z-index: 1;
}

.cols3-right {
    position: relative;
    width: 33%;
    transform: translate(-12%, -6%);
}

.pdp .h2-green {
    color: #9cb76c;
}

.pdp .h2-brown {
  color: #a06d08;
}

.pdp .h2-pink {
    color: #e1708b;
  }

.pricing_title-gradient {
  z-index: -1;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing_title-gradient.is-orange {
  background-image: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-large {
  font-size: 2rem;
}

.text-size-large.text-weight-bold.is-pink {
  color: #ffb9ff;
}

.text-size-large.text-weight-bold.is-green {
  color: #1ce3c2;
  padding-bottom: 20px;
}

.text-size-large.text-weight-bold.is-blue {
  color: #02f6f9;
}

.text-size-large.text-weight-bold.is-orange {
  color: #fcbeb0;
}

.product_plantitle-wrap {
  border: 1px solid #9393a6;
}

.product_plantitle-wrap.is-sradius {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product_plantitle-wrap.is-radius {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product_plantitle-wrap.is-column {
  border-style: none;
}

.product_plantitle-wrap.is-column.is-lradius {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product_plantitle-wrap.is-column.is-radius {
  z-index: 2;
  background-color: #ffd7d9; /* #fec2cc #fee3e8; */
  position: sticky;
  left: 0;
}

.pricing_plan-button {
  color: #fff;
  text-align: center;
  background-color: #1e1e26b3;
  border: 1px solid #ffffff1a;
  border-bottom: 2px solid #1ce3c2;
  border-radius: 5px;
}

.pricing_plan-button:hover {
  background-image: linear-gradient(#0000, #1ce3c233);
}

.pricing_plan-button.is-pink {
  border-bottom-color: #ffb9ff;
}

.pricing_plan-button.is-pink:hover {
  background-image: linear-gradient(#0000, #ffb9ff33);
}

.pricing_plan-button.is-orange {
  border-bottom-color: #fcbeb0;
}

.pricing_plan-button.is-orange:hover {
  background-image: linear-gradient(#0000, #fcbeb033);
}

.pricing_plan-button.is-blue {
  border-bottom-color: #02f6f9;
}

.pricing_plan-button.is-blue:hover {
  background-image: linear-gradient(#0000, #02f6f933);
}

.text-size-small {
  color: var(--tile--table-text-color);
  font-size: 30px;
}

.pricing_tick-image {
  width: 45px;
}

.comfort_safety_plan-wrap {
  width: 100%;
  height: 100%;
}

.comfort_safety_plan-wrap.is-hide {
  display: none;
}

.padding-global {
  /* padding-left: 2.5rem;
  padding-right: 2.5rem; */
}

.pricing_tick-wrap {
  border: 1px solid #02f6f9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_tick-wrap.is-pink {
  border-color: #ffb9ff;
}

.pricing_tick-wrap.is-blue {
  border-color: #02f6f9;
}

.pricing_tick-wrap.is-orange {
  border-color: #fcbeb0;
}

.table_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow: auto;
}

.table_plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.table_plan-grid.is-column {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  /* width: 210px; */
}

/* add grey line for all rows */
.table_plan-grid.is-column > div::after {
    content: '';
    position: absolute;
    height: 40%;
    width: 100%;
    background: #f0f0f0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

/* remove grey line for first row */
.table_plan-grid.is-column > div:first-child::after {
    content: '';
    background: transparent;
}

/* remove grey line for first column */
.product_plantitle-wrap.is-column.is-radius .table_plan-grid.is-column > div::after {
    content: '';
    background: transparent;
}

.container-large {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.pricing_plan-time {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.criteria_plan {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 81px;
  padding: 20px;
  display: flex;
}

.criteria_plan.is-center {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  position: relative;
}

.criteria_plan.is-size {
  height: 194px;
  padding-bottom: 30px;
}

.section_elevated-comfort-safety {
  /* background-color: #fec2cc; */
  /* background-image: radial-gradient(circle farthest-corner at 50% 50%, #fee2e7, var(--section-bg-yw-grad)); */
  background: linear-gradient(90deg, #ffd4d7, #ffe3e4);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  /* min-height: 100svh; */
  /* padding-top: 120px; */
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product_wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
  /* background: radial-gradient(circle at 50%, #fee2e7, #fec2cc 40%); */
}

.section-vibration-massage {
  /* background-image: radial-gradient(circle at 50%, #fff, var(--section-bg-yw-grad) 55%); */
  background: linear-gradient(90deg, #ffd4d7, #ffe3e4);
  padding-top: 120px;
  padding-bottom: 60px;
}

.section-soothing-warmth-function {
  /* background-image: radial-gradient(circle at 50%, #fff, var(--section-bg-yw-grad) 55%); */
  background: linear-gradient(90deg, #ffd4d7, #ffe3e4);
  padding-top: 60px;
  /* padding-bottom: 120px; */
}

.section-soothing-warmth-function .cols2-equal-text-left-top { position: relative; }

/* .section-soothing-warmth-function .cols2-equal-text-left-top:after {
    content: '';
    background: url('../../images/uZap-Warm-Vibrating-Abdominal-Massager-Soothing-Warmth-Period-Pain-Miffy.webp') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -58px;
    width: 93px;
    height: 160px;
    z-index: 1;
} */

.section-soothing-warmth-function .cols2-equal-media { position: relative; }

.section-soothing-warmth-function .cols2-equal-media:after {
    content: '';
    background: url('../../images/uZap-Warm-Vibrating-Abdominal-Massager-Soothing-Warmth-Period-Pain-Miffy-2.webp') no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -105px;
    width: 140px;
    height: 140px;
    z-index: 1;
}
	
.pdp .table-text {
  color: var(--tile--table-text-color);
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

.table-title {
  color: #616566;
}

.bold-text, .bold-text-2 {
  color: var(--text-light);
}

.table-product-title-yellow, .table-product-title {
  color: var(--tile--table-text-title);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 !important;
}

.title {
  background-color: #fdda41;
  width: 100%;
  margin-top: 5px;
  padding: 10px 0;
  position: relative;
}

.criteria_plan .title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fdda41;
}

.title-grey {
  background-color: #d0d0d0;
  width: 100%;
  margin-top: 5px;
  padding: 10px 0;
  position: relative;
}

.title-grey:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d0d0d0;
}

@media screen and (min-width: 1440px) {
  .pdp-cols-heading {
    font-size: 19px;
  }
}

@media screen and (max-width: 1440px) {

    .pdp .section-kv .pdp-overline { font-size: 3rem; }

    .pdp .section-kv h2 { font-size: 4.5rem; }

    .kv-content h3 { font-size: 2.4rem; margin-top: 0; }
    
    .kv-content p { font-size: 1.8rem; }
  }

@media screen and (max-width: 991px) {
  /* .pdp h2 {
    font-size: 37px;
  }

  .pdp h3 {
    font-size: 24px;
  }

  .pdp h4 {
    font-size: 19px;
  }

 .pdp p {
    font-size: 17px;
  } */

  .tabs-copy {
    padding-right: 10%;
  }

  .tabs-title {
    font-size: 24px;
  }

  .tabs-text {
    font-size: 17px;
    line-height: 1.4;
  }

  .short-cols-content {
    grid-row-gap: 15px;
  }

  .other-series-content p{
    font-size: 1.7rem;
    line-height: 1.2;
    }

    .pdp .section-kv .pdp-overline { 
        font-size: 2.2rem;
    }

    .pdp .section-kv h2 { font-size: 3rem; }

    .pdp .section-kv h2:after { font-size: 1.4rem; }

    .kv-content h3 {
        font-size: 2rem;
    }

    .kv-content p {
        font-size: 1.4rem;
        line-height: 1.2;
    }

  .pricing_title-gradient {
    bottom: -59%;
  }

  .table_plan-grid.is-column {
    width: 230px;
  }

  /* .criteria_plan {
    border-bottom: 1px solid #9393a6;
  } */

  .product_wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    /* background: radial-gradient(circle at 70%, #fee2e7, #fec2cc 40%); */
  }
}

@media screen and (max-width: 767px) {
  /* .pdp h2 {
    margin-bottom: 0;
  }

  .pdp h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }

 .pdp p {
    text-align: center;
  } */

  .section-unek-usp {
    background-image: url('../../images/uZap-Warm-Vibrating-Abdominal-Massager-Background-2-Mobile.webp?ver=1a');
  }

  .section-content-1, .section-content-2 {
    width: 90%;
    max-width: 375px;
  }

.pdp .table-text	{
text-align: left;
	}
	
  .hero-video {
    aspect-ratio: 480 / 738;
  }

  .a-tab-menu-w25 {
    width: 50%;
  }

  .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 11% 75px;
    /* padding: 30px 18px; */
  }

/* .section_elevated-comfort-safety {
	padding-top: 120px;
} */
	
  .imgm {
    display: inline-block;
  }

  .imgd {
    display: none;
  }

  .pdp-fullwidth-img {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section-kv .pdp-fullwidth-img,
  .section-other .pdp-fullwidth-img {
    width: unset;
  }

  .pdp-fullwidth-img-div {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .cc-buttons {
    justify-content: space-evenly;
    gap: unset;
  }

  .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: 35px;
    padding-right: 0%;
  }

  .pdp-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .short-cols3-single {
    width: 46%;
  }

  .pdp-cols-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .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-reverse {
    flex-flow: wrap-reverse;
  }

  .pdp-flex.m-stack {
    flex-flow: column;
  }

  .col2-vid {
    aspect-ratio: 376 / 420;
  }

  .usp-unek-content {
    margin-bottom: 30px;
  }

  .pdp-intro-title {
    max-width: 100%;
    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-desc, .cc-intro {
    text-align: center;
  }

  /* .section-vibration-massage {
    background-image: radial-gradient(circle at 0% 45%, #fff, var(--section-bg-yw-grad) 75%);
}

  .section-soothing-warmth-function {
    background-image: radial-gradient(circle at 90% 45%, #fff, var(--section-bg-yw-grad) 72%);
}

  .section-soothing-warmth-function .cols2-equal-text-left-top:after {
    bottom: -70px;
        right: 15px;
        width: 47px;
        height: 80px;
        z-index: 1;
} */

.section-soothing-warmth-function .cols2-equal-media:after {
    top: -35px;
    right: 20px;
    width: 80px;
    height: 80px;
}

.enhanced-functionalities-miffy:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 18%;
}

  .other-series-content {
    max-width: 430px;
  }

  .other-series-content .pdp-intro-title {
    margin-bottom: 0px;
  }

  .cols2-left {
    width: 49%;
    transform: translateY(-12%);
  }

  .cols2-right {
    width: 49%;
    /* padding-left: 20px; */
    /* transform: translateY(20%); */
  }

  .section-kv .pdp-intro {
    margin-bottom: 13em;
}

.pdp .section-kv h2:after {
    content: '網上獨家優惠';
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    padding: 0.35em 0.65em;
    font-size: 1.6rem;
    line-height: unset;
}

  .kv-content {
    margin: 0 auto;
    top: 10%;
    width: 100%;
    max-width: 430px;
    transform: translateY(0%);
  }

  .kv-content h3,  
  .other-series-content h3 { 
    font-size: 2rem; 
  }

  .kv-products {
    width: 110%;
    transform: translateX(-6%);
}
  
  .other-series-content p { 
    font-size: 1.6rem; 
  }

  .cols3-left {
    width: 35%;
    transform: translate(20%, -5%);
  }

  .cols3-left img { transform: translateX(12%); }

  .cols3-mid {
    width: 40%;
    transform: translateY(10%);
  }

  .cols3-right {
    width: 35%;
    transform: translate(-12%, -6%);
  }

  .cols3-right img { transform: translateX(-15%); }

  .text-size-large {
    font-size: 1.25rem;
  }

  .comfort_safety_plan-wrap {
    overflow: auto;
  }

  .padding-global {
    /* padding-left: 1.25rem;
    padding-right: 1.25rem; */
  }

  .criteria_plan {
    border: 1px #000;
  }

  /* .product_wrap {
    background: radial-gradient(circle at 90%, #fee2e7, #fec2cc 40%);
  } */

  .product_wrap::after {
    content: '';
    position: absolute;
    /* width: 10%; */
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent , #f7bbc6);
    z-index: 2;
    max-width: 45px;
}

  .pdp .table-text {
    text-align: left;
  }

  .table-product-title-yellow, .table-product-title {
    text-align: center;
  }

  .product-wrap {
    background: radial-gradient(circle at 90%, #fee2e7, #fec2cc 40%);
  }
  .product_plantitle-wrap.is-column.is-radius {
    box-shadow: 0 4px 30px rgb(239 180 189 / 70%);
  }
  
}

@media screen and (max-width: 479px) {
  .hero-video {
    box-shadow: none;
  }

  .tabs-media {
    width: 100%;
  }

  .cc-media {
    height: 100%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .table_plan-grid.is-column {
    width: 150px;
  }

  .criteria_plan, .criteria_plan.is-size {
    padding: 20px;
  }
}

#w-node-_0f1b7070-678f-2299-9c34-978ac3615032-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac361505f-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac3615070-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac3615081-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac3615092-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac36150a3-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac36150b4-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac36150c5-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac36150d6-d1aba106 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0f1b7070-678f-2299-9c34-978ac36150e9-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac361510e-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac3615138-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac3615166-d1aba106, #w-node-_0f1b7070-678f-2299-9c34-978ac3615191-d1aba106 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f1b7070-678f-2299-9c34-978ac36151a8-d1aba106 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_62b8d889-ab73-6717-c8e0-1b51a7f1bf48-d1aba106 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedb4-d1aba106 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedb5-d1aba106 {
  grid-area: Title;
}

#w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedbb-d1aba106 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedd1-d1aba106 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedd8-d1aba106 {
  grid-area: 1 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedb5-d1aba106 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedb4-d1aba106 {
    grid-row: 1 / 2;
  }

  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedb5-d1aba106 {
    grid-area: Title;
  }

  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedbb-d1aba106 {
    grid-row: 2 / 3;
  }

  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedd1-d1aba106 {
    grid-row: 4 / 5;
  }

  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedd8-d1aba106 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b72964c-f0db-dbce-ac14-11fd3d2bedb5-d1aba106 {
    grid-area: Title;
  }
	
	 /* Make text look crisper and more legible in all browsers */
            body {
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
            }
            /* Focus state style for keyboard navigation for the focusable elements */
            *[tabindex]:focus-visible,
            input[type="file"]:focus-visible {
              outline: 0.125rem solid #4d65ff;
              outline-offset: 0.125rem;
            }
            /* Set color style to inherit */
            .inherit-color * {
              color: inherit;
            }
            /* Get rid of top margin on first element in any rich text element */
            .w-richtext> :not(div):first-child,
            .w-richtext>div:first-child> :first-child {
              margin-top: 0 !important;
            }
            /* Get rid of bottom margin on last element in any rich text element */
            .w-richtext>:last-child,
            .w-richtext ol li:last-child,
            .w-richtext ul li:last-child {
              margin-bottom: 0 !important;
            }
            /* Make sure containers never lose their center alignment */
            .container-medium,
            .container-small,
            .container-large {
              margin-right: auto !important;
              margin-left: auto !important;
            }
            /* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
            /*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
            /* Apply "..." after 3 lines of text */
            .text-style-3lines {
              display: -webkit-box;
              overflow: hidden;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
            }
            /* Apply "..." after 2 lines of text */
            .text-style-2lines {
              display: -webkit-box;
              overflow: hidden;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
            }
            /* These classes are never overwritten */
            .hide {
              display: none !important;
            }
            @media screen and (max-width: 991px) {
              .hide,
              .hide-tablet {
                display: none !important;
              }
            }
            @media screen and (max-width: 767px) {
              .hide-mobile-landscape {
                display: none !important;
              }
            }
            @media screen and (max-width: 479px) {
              .hide-mobile {
                display: none !important;
              }
            }
            .margin-0 {
              margin: 0rem !important;
            }
            .padding-0 {
              padding: 0rem !important;
            }
            .spacing-clean {
              padding: 0rem !important;
              margin: 0rem !important;
            }
            .margin-top {
              margin-right: 0rem !important;
              margin-bottom: 0rem !important;
              margin-left: 0rem !important;
            }
            .padding-top {
              padding-right: 0rem !important;
              padding-bottom: 0rem !important;
              padding-left: 0rem !important;
            }
            .margin-right {
              margin-top: 0rem !important;
              margin-bottom: 0rem !important;
              margin-left: 0rem !important;
            }
            .padding-right {
              padding-top: 0rem !important;
              padding-bottom: 0rem !important;
              padding-left: 0rem !important;
            }
            .margin-bottom {
              margin-top: 0rem !important;
              margin-right: 0rem !important;
              margin-left: 0rem !important;
            }
            .padding-bottom {
              padding-top: 0rem !important;
              padding-right: 0rem !important;
              padding-left: 0rem !important;
            }
            .margin-left {
              margin-top: 0rem !important;
              margin-right: 0rem !important;
              margin-bottom: 0rem !important;
            }
            .padding-left {
              padding-top: 0rem !important;
              padding-right: 0rem !important;
              padding-bottom: 0rem !important;
            }
            .margin-horizontal {
              margin-top: 0rem !important;
              margin-bottom: 0rem !important;
            }
            .padding-horizontal {
              padding-top: 0rem !important;
              padding-bottom: 0rem !important;
            }
            .margin-vertical {
              margin-right: 0rem !important;
              margin-left: 0rem !important;
            }
            .padding-vertical {
              padding-right: 0rem !important;
              padding-left: 0rem !important;
            }
}