@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"),
    url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.CNY23 {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  --GOTHAM-XLIGHT: "Gotham_Light", Helvetica, Arial, sans-serif;
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #fff;
  --WIDTH: 1600px;
  max-width: var(--WIDTH);
  text-align: center;
}

#wrapper {
  max-width: 100%;
}

.CNY23 * {
  box-sizing: border-box;
}

.CNY23-quickshop-button {
  color: #fff;
  font-size: 14px;
  background-color: #b40024;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--GOTHAM-MEDIUM);
  height: 44px;
  border-radius: 5px;
  padding: 0 16px;
  border: solid 1px #b40024;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 0.02em;
  width: fit-content;
  text-decoration: none;
  min-width: 160px;
}

.CNY23-quickshop-button:hover {
  background-color: #8c0b26;
  border: solid 1px #8c0b26;
  color: #fff;
}

.CNY23-quickshop {
  display: none;
}

.CNY23-paragraph {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.CNY23-title--secondary {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.CNY23-title--tertiary {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.CNY23-title--quaternary {
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.CNY23-gradient {
  background: linear-gradient(315deg, #edc97c, #edc97c, #a27342 90%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.CNY23 img {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .CNY23-paragraph {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
  }

  .CNY23-title--secondary {
    font-size: 30px;
    line-height: 34px;
  }

  .CNY23-title--quaternary {
    font-size: 20px;
    line-height: 24px;
  }
}

/************/
/** HEADER **/
/************/

.CNY23-header {
  background-color: #450011;
  position: relative;
  height: 586px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.CNY23-header__title {
  color: #e2c673;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  max-width: 430px;
  width: 100%;
}

.primary-content h1.CNY23-header__title {
  margin-left: 0;
  margin-right: 0;
}

.CNY23-header__visual,
.CNY23-header__visual img {
  display: block;
  height: 100%;
}

.CNY23-header__content {
  position: absolute;
  top: calc(50% - 35px);
  transform: translateY(-50%);
  left: 50%;
  width: 50%;
  text-align: left;
  padding-left: 100px;
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
  .CNY23-header__content {
    padding-left: 20px;
    padding-right: 20px;
    left: 40%;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .CNY23-header {
    height: auto;
    background-color: #0f0103;
  }

  .CNY23-header__visual,
  .CNY23-header__visual img {
    height: auto;
    width: 100%;
  }

  .CNY23-header__content {
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    padding: 20px;
  }

  .CNY23-header__title {
    font-size: 40px;
    line-height: 44px;
    margin: 0 auto;
  }

  .primary-content h1.CNY23-header__title {
    margin: 0 auto;
  }

  .CNY23-header__description {
    max-width: 285px;
    width: 100%;
    margin: 20px auto;
  }

  .CNY23-header__description br {
    display: none;
  }
}

/*************/
/** PRODUCT **/
/*************/

.CNY23-product {
  position: relative;
  background-color: #790417;
  height: 576px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.CNY23-product__visual,
.CNY23-product__visual img {
  height: 100%;
  display: block;
}

.CNY23-product__content {
  width: 50%;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  transform: translateY(-50%);
  text-align: right;
  padding-right: 20px;
}

.CNY23-product__title {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
}

.CNY23-product__description {
  max-width: 469px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
  .CNY23-product__content {
    padding-left: 20px;
    padding-right: 20px;
    right: 40%;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .CNY23-product {
    flex-direction: column-reverse;
    height: auto;
  }

  .CNY23-product__content {
    width: 100%;
    top: 0;
    transform: none;
    text-align: center;
    padding: 30px 20px;
    background-color: #430011;
    position: relative;
  }

  .CNY23-product__content::after {
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    background: radial-gradient(rgba(157, 6, 27, 1), rgba(157, 6, 27, 0) 71%);
    position: absolute;
    top: -167px;
    left: -231px;
    pointer-events: none;
  }

  .CNY23-product__content > * {
    position: relative;
    z-index: 1;
  }

  .CNY23-product__title {
    margin: 0 auto;
  }

  .CNY23-product__visual,
  .CNY23-product__visual img {
    width: 100%;
  }
}

/***********/
/** VIDEO **/
/***********/

.CNY23-video {
  padding: 0 15px;
  background-color: #b40f27;
  padding-bottom: 60px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.CNY23-video__title {
  color: #d7bd7f;
  margin-top: 60px;
}

.CNY23-video__title > span {
  font-family: var(--GOTHAM-MEDIUM);
  color: #fff;
  display: block;
}

.CNY23-video__description {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.CNY23-video__description--1 {
  max-width: 420px;
}

.CNY23-video__description--2 {
  max-width: 550px;
}

.CNY23-video__description--3 {
  max-width: 617px;
}

.CNY23-video__title-wish {
  color: #d7bd7f;
  position: relative;
  z-index: 1;
}

.CNY23-video__video-container {
  position: relative;
  max-width: 1050px;
  width: 100%;
  margin: 50px auto;
  z-index: 1;
}

.CNY23-video__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.CNY23-video__video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.CNY23-video__visual-parallax {
  position: absolute;
  display: block;
}

.CNY23-video__visual-parallax img {
  width: 100%;
  display: block;
}

.CNY23-video__visual-rabbit-1 {
  width: 93px;
  top: -121px;
  left: calc(50% - 440px);
  transform: translateX(-50%);
}

.CNY23-video__visual-sequins-1 {
  width: 354px;
  bottom: -33px;
  left: calc(50% - 568px);
  transform: translateX(-50%);
  z-index: 1;
}

.CNY23-video__visual-sequins-2 {
  width: 1024px;
  top: 0;
  right: calc(50% - 228px);
  transform: translateX(50%);
  z-index: 1;
}

.CNY23-video__visual-rabbit-2 {
  width: 82px;
  bottom: -37px;
  left: calc(50% - 475px);
  transform: translateX(-50%);
}

.CNY23-video__visual-flower-1 {
  width: 259px;
  bottom: -295px;
  right: calc(50% - 510px);
  transform: translateX(50%);
}

.CNY23-video__halo {
  position: absolute;
  pointer-events: none;
}

.CNY23-video__shaded-halo-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  right: calc(50% - 457px);
  transform: translateX(50%);
  top: -130px;
}

.CNY23-video__shaded-halo-2 {
  width: 1000px;
  height: 1000px;
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  left: calc(50% - 401px);
  top: 200px;
  transform: translateX(-50%);
}

.CNY23-video__luminous-halo-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(rgba(189, 19, 43, 0.5), rgba(189, 19, 43, 0) 70%, rgba(189, 19, 43, 0) 100%);
  left: calc(50% - 550px);
  top: -260px;
  transform: translateX(-50%);
}

.CNY23-video__luminous-halo-2 {
  width: 800px;
  height: 800px;
  background: radial-gradient(rgba(189, 19, 43, 0.5), rgba(189, 19, 43, 0) 70%, rgba(189, 19, 43, 0) 100%);
  left: 50%;
  bottom: -231px;
  transform: translateX(-50%);
}

.CNY23-video__visual-rabbit-1-mobile {
  display: none;
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
  .CNY23-video__halo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .CNY23-video {
    padding: 0 15px;
    padding-top: 30px;
  }

  .CNY23-video__video-container {
    padding: 0 5px;
  }

  .CNY23-video__visual-rabbit-1-mobile {
    display: block;
    width: 57px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .CNY23-video__title {
    position: relative;
    z-index: 1;
  }

  .CNY23-video__visual-sequins-1,
  .CNY23-video__visual-sequins-2,
  .CNY23-video__visual-rabbit-2,
  .CNY23-video__visual-rabbit-1 {
    display: none;
  }

  .CNY23-video__title,
  .CNY23-video__title-wish {
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
  }

  .CNY23-video__title-wish {
    display: flex;
    flex-direction: column;
  }

  .CNY23-video__title > span {
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .CNY23-video__visual-flower-1 {
    width: 107px;
    right: auto;
    bottom: -115px;
    margin: 0 auto;
    position: relative;
    transform: none;
    margin-top: -114px;
  }

  .CNY23-video__luminous-halo-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(rgba(188, 19, 43, 0.8), rgba(188, 19, 43, 0) 70%, rgba(188, 19, 43, 0) 100%);
    left: calc(50% + 65px);
    top: 0;
  }

  .CNY23-video__luminous-halo-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(rgba(188, 19, 43, 0.8), rgba(188, 19, 43, 0) 70%, rgba(188, 19, 43, 0) 100%);
    bottom: 0;
  }

  .CNY23-video__shaded-halo-1 {
    width: 400px;
    height: 400px;
    right: calc(50% - 105px);
    top: 163px;
  }

  .CNY23-video__shaded-halo-2 {
    width: 400px;
    height: 400px;
    left: calc(50% - 135px);
    top: 200px;
  }

  .CNY23-video__description br[desktop] {
    display: none;
  }
}

/***********/
/** POWER **/
/***********/

.CNY23-power {
  color: #333;
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.CNY23-power__product {
  position: relative;
}

.CNY23-power__product-popin-details-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 172px;
  width: 100%;
}

.CNY23-power__product[data-product="revitalize"] .CNY23-power__product-popin-details-container--1 {
  top: 305px;
  left: calc(50% - 40px);
}

.CNY23-power__product[data-product="revitalize"] .CNY23-power__product-popin-details-container--2 {
  left: calc(50% + 120px);
  top: 218px;
}

.CNY23-power__product[data-product="moisturize"] .CNY23-power__product-popin-details-container--1 {
  top: 323px;
  left: calc(50% - 107px);
}

.CNY23-power__product[data-product="moisturize"] .CNY23-power__product-popin-details-container--2 {
  left: calc(50% + 133px);
  top: 16px;
}

.CNY23-power__product-title {
  font-family: var(--GOTHAM-MEDIUM);
  color: #b40024;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
}

.CNY23-power__title > span.CNY23-title--quaternary {
  display: block;
}

.CNY23-power__title {
  color: #d7bd7f;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}

.CNY23-power__product-visual {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.CNY23-power__product-visual img {
  width: 100%;
  display: block;
}

.CNY23-power__product[data-product="revitalize"] .CNY23-power__product-visual {
  width: 168px;
}

.CNY23-power__product[data-product="moisturize"] .CNY23-power__product-visual {
  width: 293px;
}

.CNY23-power__product-visual-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CNY23-power__product-nb {
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 150px;
  line-height: 35px;
  color: #bfa566;
  position: absolute;
}

.CNY23-power__product[data-product="revitalize"] .CNY23-power__product-nb--1 {
  left: calc(50% - 115px);
  transform: translateX(-50%);
  top: 133px;
}

.CNY23-power__product[data-product="revitalize"] .CNY23-power__product-nb--2 {
  left: calc(50% + 76px);
  transform: translateX(-50%);
  top: 71px;
}

.CNY23-power__product[data-product="moisturize"] .CNY23-power__product-nb--1 {
  left: calc(50% - 180px);
  transform: translateX(-50%);
  top: 70px;
}

.CNY23-power__product[data-product="moisturize"] .CNY23-power__product-nb--2 {
  left: calc(50% + 163px);
  transform: translateX(-50%);
  top: 213px;
}

.CNY23-power__product-popin-details-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  min-width: auto;
  background-color: #bfa566;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s;
  padding: 0;
  letter-spacing: 0;
  font-family: var(--GOTHAM-BOOK);
}

.CNY23-power__product-popin-details-button[is-open="true"] {
  transform: rotate(45deg);
}

.CNY23-power__product-popin-details-content {
  display: none;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 1;
}

.CNY23-power__product-popin-details-button[data-open="slide-down"] + .CNY23-power__product-popin-details-content {
  bottom: auto;
  top: calc(100% + 12px);
}

.CNY23-power__product-popin-details-title {
  font-size: 14px;
  line-height: 20px;
  color: #c7a356;
  text-transform: uppercase;
  margin: 0;
}

.CNY23-power__product-popin-details-description {
  font-size: 11px;
  line-height: 16px;
  margin: 0;
}

.CNY23-power__product-popin-details-name-price {
  font-size: 14px;
  line-height: 20px;
}

.CNY23-power__product-popin-details-link.CNY23-quickshop-button {
  font-size: 11px;
  line-height: 14px;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #333;
  text-underline-offset: 2px;
  min-width: auto;
  width: auto;
  height: auto;
  letter-spacing: 0;
  transition: 0;
}

.CNY23-power__product-popin-details-link.CNY23-quickshop-button:hover {
  text-decoration: none;
}

.CNY23-power__container-products {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.CNY23-power__visual-flower-2 {
  position: absolute;
  width: 265px;
  left: calc(50% - 549px);
  transform: translateX(-50%);
  bottom: -80px;
  display: block;
  margin-bottom: -260px;
}

.CNY23-power__visual-flower-2 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .CNY23-power__title > span.CNY23-title--quaternary {
    font-size: 26px;
    line-height: 30px;
    margin-top: 25px;
    letter-spacing: 0;
    font-family: var(--GOTHAM-MEDIUM);
  }

  .CNY23-power__title {
    max-width: 350px;
  }

  .CNY23-power__container-products {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .CNY23-power__product-title {
    line-height: 30px;
  }

  .CNY23-power__product-popin-details-content {
    max-width: 154px;
  }

  .CNY23-power__product[data-product="revitalize"] .CNY23-power__product-visual {
    width: 145px;
  }

  .CNY23-power__product[data-product="moisturize"] .CNY23-power__product-visual {
    width: 246px;
  }

  .CNY23-power__product[data-product="revitalize"] .CNY23-power__product-nb--1 {
    left: calc(50% - 109px);
    top: 113px;
  }

  .CNY23-power__product[data-product="revitalize"] .CNY23-power__product-nb--2 {
    left: calc(50% + 75px);
    top: 56px;
  }

  .CNY23-power__product[data-product="revitalize"] .CNY23-power__product-popin-details-container--1 {
    top: 254px;
  }

  .CNY23-power__product[data-product="revitalize"] .CNY23-power__product-popin-details-container--2 {
    left: calc(50% + 99px);
    top: 212px;
  }

  .CNY23-power__product[data-product="moisturize"] .CNY23-power__product-nb--1 {
    left: calc(50% - 150px);
    top: 40px;
  }

  .CNY23-power__product[data-product="moisturize"] .CNY23-power__product-nb--2 {
    left: calc(50% + 131px);
    top: 184px;
  }

  .CNY23-power__product[data-product="moisturize"] .CNY23-power__product-popin-details-container--1 {
    top: 261px;
    left: calc(50% - 90px);
  }

  .CNY23-power__product[data-product="moisturize"] .CNY23-power__product-popin-details-container--2 {
    left: calc(50% + 104px);
    top: -10px;
  }

  .CNY23-power__product[data-product="moisturize"] {
    margin-top: 40px;
  }

  .CNY23-power__visual-flower-2 {
    position: relative;
    width: 147px;
    left: auto;
    transform: none;
    bottom: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: -260px;
  }
}

/**********/
/** GIFT **/
/**********/

.CNY23-gift {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #9c061b;
  position: relative;
  overflow: hidden;
}

.CNY23-gift__products-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  max-width: 900px;
}

.CNY23-gift__products-container > div {
  max-width: 100%;
  width: 100%;
}

.CNY23-gift__title > span.CNY23-title--quaternary {
  display: block;
}

.CNY23-gift__title {
  color: #d7bd7f;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.CNY23-gift__visual img {
  width: 100%;
}

.CNY23-gift__product[data-product="double-serum"] .CNY23-gift__visual {
  width: 81px;
}

.CNY23-gift__product[data-product="everlasting-foundation"] .CNY23-gift__visual {
  width: 70px;
}

.CNY23-gift__product[data-product="lip-comfort-oil"] .CNY23-gift__visual {
  width: 64px;
}

.CNY23-gift__visual-container {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.CNY23-gift__product-name {
  margin-top: 30px;
  margin-bottom: 20px;
}

.CNY23-gift__product-link {
  border: solid 1px #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  min-width: 125px;
}

.CNY23-gift__product-link:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #b40024;
  border-color: #b40024;
}

.CNY23-gift__product {
  max-width: 300px;
  width: 100%;
}

.CNY23-gift__visual-rabbit-3 {
  width: 79px;
  bottom: -24px;
  left: calc(50% + 427px);
}

.CNY23-gift__visual-flower-3 {
  width: 360px;
  bottom: -195px;
  left: calc(50% + 348px);
}

.CNY23-gift__visual-parallax {
  position: absolute;
}

.CNY23-gift .slick-dots {
  bottom: -65px;
}

@media screen and (max-width: 767px) {
  .CNY23-gift {
    padding-bottom: 90px;
    position: relative;
  }

  .CNY23-gift:before {
    content: "";
    display: block;
    background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    width: 600px;
    height: 600px;
    left: calc(50% - 454px);
    top: -252px;
    position: absolute;
  }

  .CNY23-gift__title {
    position: relative;
    z-index: 1;
  }

  .CNY23-gift__description {
    position: relative;
    z-index: 1;
  }

  .CNY23-gift__title .CNY23-title--quaternary {
    font-size: 26px;
    line-height: 50px;
  }

  .CNY23-gift__product {
    width: 180px;
  }

  .CNY23-gift__description {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .CNY23-gift__visual-rabbit-3 {
    bottom: -22px;
    width: 49px;
    left: calc(50% + 75px);
    transform: translateX(-50%);
  }

  .CNY23-gift__visual-flower-3 {
    display: none;
  }
}


/* Master Analysis Edit */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .CNY23-product {
    height: 415px;
}
}





/* --------------------------------------------------- */
a.CNY23-power__product-popin-details-link.CNY23-quickshop-button,
button.CNY23-gift__product-link.CNY23-quickshop-button{
  text-transform: uppercase;
}

.CNY23-gift__product[data-product="everlasting-foundation"] .CNY23-gift__visual {
  width: 112px;
}

.CNY23-gift__product:nth-child(2) .CNY23-gift__product-name {
  margin-bottom: 10px;
}

p.CNY23-gift__product-name:not(.bright-plus-serum-name) {
  margin-bottom: 36px;
}

.CNY23-power__product-popin-details-description {
  margin: 0 auto;
  width: 90%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .CNY23-power__product-popin-details-content {
    left: 27%;
  }
}

/*iPhone 6/7/8, and 13; Huawei P9*/
@media (max-width: 480px) {
  p.CNY23-product__description.CNY23-paragraph {
    width: 90%;
    margin: 20px auto;
  }

  .CNY23-video__description--1 {
    max-width: 301px;
  }

  .CNY23-video__description--2 {
    max-width: 306px;
  }

  .CNY23-video__description--3 {
    max-width: 277px;
  }

  .CNY23-power__title > span.CNY23-title--quaternary {
    font-size: 25px;
  }

  h2.CNY23-gift__title.CNY23-title--secondary {
    width: 79%;
  }

  p.CNY23-gift__product-name:not(.bright-plus-serum-name) {
    margin-bottom: 52px;
  }

  .CNY23-power__title > span.CNY23-title--quaternary {
    margin: 25px auto 0;
    width: 87%;
  }

  .CNY23-title--secondary {
    font-size: 27px;
  }

  .CNY23-gift__title .CNY23-title--quaternary {
    font-size: 24px;
    line-height: 50px;
  }

  .CNY23-power__product-popin-details-content {
    left: 27%;
  }

  .CNY23-power__product-popin-details-content.boost-moisturize-double-serum-details {
    left: 43%;
  }
}