@charset "UTF-8";
.invisible.visible {
  visibility: visible !important;
}

.spotlight-item-view .container {
  overflow-x: visible;
}

.flex-media {
  display: flex;
  align-items: flex-start;
}

.flex-media .body {
  flex: 1;
}

.border-main-color {
  border: 2px solid var(--main-color);
}

.border-main-bottom {
  border-bottom: 10px solid var(--main-color);
}

.w-20 {
  width: 20% !important;
}

.mw-100vw {
  max-width: 100vw;
}

.mw-1440px {
  max-width: 1440px;
}

.mw-1280px {
  max-width: 1280px;
}

.mw-1140px {
  max-width: 1140px;
}

.mw-1000px {
  max-width: 1000px;
}

.text-fat {
  transform: scale(1, 0.85);
}

ul.disc-ul,
ul.outline-ul {
  padding-left: 9%;
}
ul.disc-ul li,
ul.outline-ul li {
  position: relative;
}
ul.disc-ul li:before,
ul.outline-ul li:before {
  content: "●";
  position: absolute;
  margin-left: -9%;
}

ul.outline-ul li {
  position: relative;
}
ul.outline-ul li:before {
  content: "◦";
}

ul.dash-ul {
  padding-left: 4%;
}
ul.dash-ul li {
  position: relative;
}
ul.dash-ul li:before {
  content: "-";
  position: absolute;
  margin-left: -4%;
}

.over-width {
  margin-left: calc(-1 * (50vw - 360px));
  margin-right: calc(-1 * (50vw - 360px));
}

@media (max-width: 991px) {
  .over-width {
    margin-left: calc(-1 * (50vw - 285px));
    margin-right: calc(-1 * (50vw - 285px));
  }
}
@media (max-width: 600px) {
  .over-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 581px) {
  .over-width .container .wrapper {
    max-width: 100vw;
  }

  .over-width > .container > .wrapper:not(.px-0) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
br[d] {
  display: inline;
}
@media (max-width: 767px) {
  br[d] {
    display: none;
  }
}
br[m] {
  display: none;
}
@media (max-width: 767px) {
  br[m] {
    display: inline;
  }
}

hr[v] {
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  min-height: 2rem;
  width: 1px;
}

.between-line {
  display: inline-block;
  position: relative;
}
.between-line:before, .between-line:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid black;
  top: 50%;
  width: 50vw;
}
.between-line:before {
  right: 100%;
  margin-right: 15px;
}
.between-line:after {
  left: 100%;
  margin-left: 15px;
}

.square-box {
  position: relative;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #1B202F;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}
@supports (-webkit-overflow-scrolling: touch) {
  .text-bold {
    -webkit-font-smoothing: antialiased;
  }
}

.flex-center-center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:-webkit-scrollbar {
  display: none;
}

#olay-essence-content .mw-1440px {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  color: #231F20;
}
#olay-essence-content .mw-1440px > div {
  display: block;
  line-height: 1.3;
}
#olay-essence-content .mw-1440px > div .-item-info {
  position: relative;
}
#olay-essence-content .mw-1440px > div .-item-info:before {
  content: "1";
  text-align: right;
  line-height: 1;
  opacity: 0.1;
  color: #EB212E;
  position: absolute;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 700/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info:before {
    font-size: 700px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info:before {
    font-size: calc(100vw * 350/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-info blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: 1;
  color: #EB212E;
  margin: 0;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info blockquote {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info blockquote {
    font-size: calc(100vw * 30/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-info blockquote strong {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 100/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info blockquote strong {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info blockquote strong {
    font-size: calc(100vw * 40/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-info h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info h3 {
    font-size: calc(100vw * 26/375);
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info h3 {
    line-height: 1;
    margin: calc(100vw * 5/375) 0;
  }
}
#olay-essence-content .mw-1440px > div .-item-info p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info p {
    font-size: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-info p strong {
  padding: calc(100vw * 20/1440) calc(100vw * 0/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  display: block;
  line-height: 1;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info p strong {
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info p strong {
    padding: calc(100vw * 15/375) calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-info .btn-user-review {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  background: #EB212E;
  color: white;
  display: grid;
  align-items: center;
  text-align: center;
  width: calc(100vw * 160/1440);
  height: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info .btn-user-review {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info .btn-user-review {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-info .btn-user-review {
    width: 160px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info .btn-user-review {
    width: calc(100vw * 80/375);
    height: calc(100vw * 32/375);
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-info .btn-user-review {
    margin-left: calc(100vw * 55/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-ingredients {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  width: calc(100vw * 575/1440);
  grid-gap: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients {
    width: 575px;
    grid-gap: 15px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients {
    width: calc(100vw * 315/375);
    grid-gap: calc(100vw * 15/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-ingredients li {
  text-align: center;
}
#olay-essence-content .mw-1440px > div .-item-ingredients li img {
  width: calc(100vw * 225/1440);
  margin-bottom: calc(100vw * 10/1440);
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients li img {
    width: 225px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients li img {
    width: calc(100vw * 116/375);
    margin-bottom: calc(100vw * 10/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-ingredients li h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients li h4 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients li h4 {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-ingredients li p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients li p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients li p {
    font-size: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-ingredients + small {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 20/1440);
  width: calc(100vw * 575/1440);
  line-height: 1.1;
  display: block;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients + small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients + small {
    font-size: calc(100vw * 13/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients + small {
    width: 575px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients + small {
    width: calc(100vw * 315/375);
  }
}
#olay-essence-content .mw-1440px > div .-item-ingredients + small strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px > div .-item-ingredients {
    margin: 0 auto;
  }
}
#olay-essence-content .mw-1440px hr {
  width: calc(100vw * 475/1440);
  height: calc(100vw * 4/1440);
  border: none;
  background: linear-gradient(to right, rgba(35, 31, 32, 0) 0%, #231f20 49%, rgba(35, 31, 32, 0) 98%);
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px hr {
    width: 475px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px hr {
    width: calc(100vw * 200/375);
    height: calc(100vw * 2/375);
  }
}
#olay-essence-content .mw-1440px #cover {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-cover.jpg");
  height: calc(100vw * 2408/1440);
  padding-top: calc(100vw * 90/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover {
    height: 2408px;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover {
    height: calc(100vw * 1148/375);
    padding-top: calc(100vw * 28/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline {
  width: calc(100vw * 900/1440);
  height: calc(100vw * 850/1440);
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline {
    width: 900px;
    height: 850px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline {
    width: calc(100vw * 240/375);
    height: calc(100vw * 280/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline > * {
  display: block;
}
#olay-essence-content .mw-1440px #cover .-headline h1 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/olay-essence-water.png");
  width: calc(100vw * 386/1440);
  height: calc(100vw * 205/1440);
  margin-bottom: calc(100vw * 25/1440);
  margin: 0 auto;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-headline h1 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/olay-essence-water.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline h1 {
    width: 386px;
    height: 205px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h1 {
    width: calc(100vw * 108/375);
    height: calc(100vw * 57/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline h1:before {
  content: "";
  position: absolute;
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/badge-new.png");
  width: calc(100vw * 126/1440);
  height: calc(100vw * 126/1440);
  right: calc(100vw * -110/1440);
  bottom: calc(100vw * -15/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-headline h1:before {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/badge-new.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline h1:before {
    width: 126px;
    height: 126px;
    right: -110px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h1:before {
    width: calc(100vw * 36/375);
    height: calc(100vw * 36/375);
    right: calc(100vw * -30/375);
    bottom: calc(100vw * -5/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 122/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline h2 {
    font-size: 122px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h2 {
    font-size: calc(100vw * 36/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline h3 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 73/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline h3 {
    font-size: 73px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h3 {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline h4 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/badge-99percent-niacinamine@2x.png");
  margin: 0 auto;
  width: calc(100vw * 430/1440);
  height: calc(100vw * 457/1440);
  margin-top: calc(100vw * -120/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-headline h4 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/badge-99percent-niacinamine@2x.webp");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h4 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/badge-99percent-niacinamine.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-headline h4 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/badge-99percent-niacinamine.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline h4 {
    width: 430px;
    height: 457px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h4 {
    width: calc(100vw * 134/375);
    height: calc(100vw * 129/375);
    margin-top: calc(100vw * -100/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline blockquote {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 80/1440);
  color: #EB212E;
  margin: 0 auto;
  padding: 0;
  font-style: italic;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline blockquote {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline blockquote {
    font-size: calc(100vw * 25/375);
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline blockquote {
    margin-bottom: calc(100vw * 10/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline small {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 23/1440);
  margin-top: calc(100vw * 15/1440);
  margin-right: calc(100vw * 0/1440);
  padding-right: calc(100vw * 55/1440);
  font-style: italic;
  text-align: right;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline small {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline small {
    font-size: calc(100vw * 13/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline small {
    margin-top: 15px;
    margin-right: 0px;
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline small {
    margin-top: calc(100vw * 70/375);
    margin-right: calc(100vw * -120/375);
    padding-right: calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px #cover .-headline h2, #olay-essence-content .mw-1440px #cover .-headline h3, #olay-essence-content .mw-1440px #cover .-headline blockquote {
  line-height: 1;
}
#olay-essence-content .mw-1440px #cover .-headline h2, #olay-essence-content .mw-1440px #cover .-headline h3 {
  text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.12);
  margin-top: calc(100vw * 10/1440);
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h2, #olay-essence-content .mw-1440px #cover .-headline h3 {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-headline h2, #olay-essence-content .mw-1440px #cover .-headline h3 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-headline h2, #olay-essence-content .mw-1440px #cover .-headline h3 {
    margin-top: calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-1 {
  height: calc(100vw * 560/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-1 {
    height: 560px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-1 {
    height: calc(100vw * 260/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-1 h2, #olay-essence-content .mw-1440px #cover .-block-1 h3 {
  font-family: "DB-Heavent-reg" !important;
  margin: 0 auto;
  line-height: 1.1;
}
#olay-essence-content .mw-1440px #cover .-block-1 h2 {
  font-size: calc(100vw * 65/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-1 h2 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-1 h2 {
    font-size: calc(100vw * 28/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-1 h3 {
  font-size: calc(100vw * 45/1440);
  padding: calc(100vw * 12/1440) calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-1 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-1 h3 {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-1 h3 {
    padding: 12px 0px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-1 h3 {
    padding: calc(100vw * 6/375) calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-1 p {
  font-size: calc(100vw * 40/1440);
  line-height: 1.2;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-1 p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-1 p {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 h1 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/olay.png");
  margin: 0 auto;
  width: calc(100vw * 264/1440);
  height: calc(100vw * 80/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-block-2 h1 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/olay.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h1 {
    width: 264px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h1 {
    width: calc(100vw * 128.02/375);
    height: calc(100vw * 39/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  padding: calc(100vw * 15/1440) calc(100vw * 0/1440);
  color: #EB212E;
  line-height: 1;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h2 {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h2 {
    padding: 15px 0px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h2 {
    padding: calc(100vw * 8/375) calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 h2 strong {
  font-size: calc(100vw * 60/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h2 strong {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 h2 strong {
    font-size: calc(100vw * 28/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 p {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 blockquote {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 100/1440);
  line-height: 1;
  color: #EB212E;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 blockquote {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 blockquote {
    font-size: calc(100vw * 40/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 blockquote strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 blockquote strong {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 blockquote strong {
    font-size: calc(100vw * 30/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-2 hr {
  margin-top: calc(100vw * 30/1440);
  margin-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-2 hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-2 hr {
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-3 {
  margin: 0 auto;
  width: calc(100vw * 768/1440);
  height: calc(100vw * 300/1440);
  margin-top: calc(100vw * 50/1440);
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-3 {
    width: 768px;
    height: 300px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-3 {
    width: calc(100vw * 315/375);
    height: calc(100vw * 180/375);
    margin-top: calc(100vw * 15/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-3:before, #olay-essence-content .mw-1440px #cover .-block-3:after {
  content: "";
  position: absolute;
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/b3@2x.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-block-3:before, #olay-essence-content .mw-1440px #cover .-block-3:after {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/b3@2x.webp");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-3:before, #olay-essence-content .mw-1440px #cover .-block-3:after {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/b3.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #cover .-block-3:before, #olay-essence-content .mw-1440px #cover .-block-3:after {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/b3.webp");
  }
}
#olay-essence-content .mw-1440px #cover .-block-3:before {
  width: calc(100vw * 130/1440);
  height: calc(100vw * 69/1440);
  top: calc(100vw * 182/1440);
  left: calc(100vw * 802/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-3:before {
    width: 130px;
    height: 69px;
    top: 182px;
    left: 802px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-3:before {
    width: calc(100vw * 52/375);
    height: calc(100vw * 29/375);
    top: calc(100vw * -14/375);
    left: calc(100vw * -18/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-3:after {
  width: calc(100vw * 180/1440);
  height: calc(100vw * 96/1440);
  top: calc(100vw * 38/1440);
  right: calc(100vw * -104/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-3:after {
    width: 180px;
    height: 96px;
    top: 38px;
    right: -104px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-3:after {
    width: calc(100vw * 68/375);
    height: calc(100vw * 36/375);
    top: calc(100vw * -122/375);
    right: calc(100vw * -26/375);
  }
}
#olay-essence-content .mw-1440px #cover .-block-3 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #cover .-block-3 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #cover .-block-3 p {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-1.jpg");
  height: calc(100vw * 1802/1440);
  padding-top: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-1.webp");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-1.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-1.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 {
    height: 1802px;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 {
    height: calc(100vw * 1330/375);
    padding-top: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  margin-bottom: calc(100vw * 25/1440);
  color: #EB212E;
  text-align: center;
  line-height: 1;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 h2 {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 h2 {
    margin-bottom: calc(100vw * 15/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 h2 strong {
  font-size: calc(100vw * 150/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 h2 strong {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 h2 strong {
    font-size: calc(100vw * 45/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 .-item-info {
  padding-left: calc(100vw * 630/1440);
  height: calc(100vw * 600/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-info {
    padding-left: 630px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-info {
    padding-left: calc(100vw * 115/375);
    height: calc(100vw * 510/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 .-item-info:before {
  content: "1";
  right: calc(100vw * 155/1440);
  top: calc(100vw * -145/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-info:before {
    right: 155px;
    top: -145px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-info:before {
    right: calc(100vw * -15/375);
    top: calc(100vw * -15/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 .-item-ingredients {
  padding-bottom: calc(100vw * 15/1440);
  color: white;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients {
    padding-bottom: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-1 .-item-ingredients li img {
  filter: grayscale(1) brightness(0) invert(1);
}
#olay-essence-content .mw-1440px #sec-1 .-item-ingredients + small {
  color: white;
}
@media (min-width: 768px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients {
    margin-left: calc(100vw * 730/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients {
    margin-left: 730px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients {
    margin-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients + small {
    margin-left: calc(100vw * 730/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients + small {
    margin-left: 730px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients + small {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-1 .-item-ingredients + small {
    width: unset;
    padding: 0 calc(100vw * 20/375) 0 calc(100vw * 192/375);
  }
}
#olay-essence-content .mw-1440px #sec-2 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-2.jpg?ts=20200901");
  height: calc(100vw * 1867/1440);
  padding-top: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-2.webp?ts=20200901");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-2.jpg?ts=20200901");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-2.webp?ts=20200901");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 {
    height: 1867px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 {
    height: calc(100vw * 1259/375);
    padding-top: calc(100vw * 50/375);
  }
}
#olay-essence-content .mw-1440px #sec-2 .-item-info {
  padding-left: calc(100vw * 230/1440);
  height: calc(100vw * 800/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info {
    padding-left: 230px;
    height: 800px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info {
    padding-left: calc(100vw * 35/375);
    height: calc(100vw * 435/375);
  }
}
#olay-essence-content .mw-1440px #sec-2 .-item-info:before {
  content: "2";
  font-size: calc(100vw * 756/1440);
  left: calc(100vw * 395/1440);
  top: calc(100vw * -260/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info:before {
    font-size: 756px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info:before {
    font-size: calc(100vw * 350/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info:before {
    left: 395px;
    top: -260px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info:before {
    left: calc(100vw * -5/375);
    top: calc(100vw * -100/375);
  }
}
#olay-essence-content .mw-1440px #sec-2 .-item-info p span {
  font-family: "DB-Heavent-reg" !important;
}
#olay-essence-content .mw-1440px #sec-2 .-item-info p:first-of-type {
  padding-bottom: calc(100vw * 35/1440);
  padding-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info p:first-of-type {
    padding-bottom: 35px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-info p:first-of-type {
    padding-bottom: calc(100vw * 15/375);
    padding-top: calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px #sec-2 .-item-ingredients {
  padding-bottom: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients {
    padding-bottom: calc(100vw * 20/375);
  }
}
@media (min-width: 768px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients {
    margin-left: calc(100vw * 160/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients {
    margin-left: 160px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients {
    margin-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients + small {
    margin-left: calc(100vw * 160/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients + small {
    margin-left: 160px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients + small {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-2 .-item-ingredients + small {
    width: unset;
    padding: 0 calc(100vw * 175/375) 0 calc(100vw * 35/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-3.jpg");
  height: calc(100vw * 1368/1440);
  padding-top: calc(100vw * 65/1440);
  color: white;
  text-align: center;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-3.webp");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-3.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-3.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 {
    height: 1368px;
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 {
    height: calc(100vw * 975/375);
    padding-top: calc(100vw * 60/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 .-block-1 {
  height: calc(100vw * 670/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 .-block-1 {
    height: 670px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 .-block-1 {
    height: calc(100vw * 183/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  margin-bottom: calc(100vw * 20/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 h2 {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 h2 {
    margin-bottom: calc(100vw * 10/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 p {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 ul {
  list-style-type: none;
  padding: 0;
  position: relative;
}
#olay-essence-content .mw-1440px #sec-3 ul li {
  width: calc(100vw * 400/1440);
  height: calc(100vw * 400/1440);
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 ul li {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 ul li {
    width: calc(100vw * 215/375);
    height: calc(100vw * 215/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 ul li h3, #olay-essence-content .mw-1440px #sec-3 ul li h4 {
  font-family: "DB-Heavent-reg" !important;
}
#olay-essence-content .mw-1440px #sec-3 ul li h3 {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 ul li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 ul li h3 {
    font-size: calc(100vw * 25/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 ul li h4 {
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 ul li h4 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 ul li h4 {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 ul li p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 ul li p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 ul li p {
    font-size: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 ul li:nth-child(1) {
  background: white;
  color: #231F20;
  margin-left: calc(100vw * 145/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 ul li:nth-child(1) {
    margin-left: 145px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 ul li:nth-child(1) {
    margin-left: calc(100vw * 59/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 ul li:nth-child(1) h3, #olay-essence-content .mw-1440px #sec-3 ul li:nth-child(1) h4 {
  color: #EB212E;
}
#olay-essence-content .mw-1440px #sec-3 ul li:nth-child(2) {
  background: #EB212E;
  color: white;
  margin-left: calc(100vw * 924/1440);
  margin-top: calc(100vw * -268/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 ul li:nth-child(2) {
    margin-left: 924px;
    margin-top: -268px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 ul li:nth-child(2) {
    margin-left: calc(100vw * 140/375);
    margin-top: calc(100vw * 190/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 small {
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 240/1440);
  margin-top: calc(100vw * -65/1440);
  color: #231F20;
  line-height: 1.15;
  text-align: left;
  display: block;
  position: relative;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 small {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 small {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 small {
    padding-left: 240px;
    margin-top: -65px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 small {
    padding-left: calc(100vw * 115/375);
    margin-top: calc(100vw * 15/375);
  }
}
#olay-essence-content .mw-1440px #sec-3 small:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/baby-bottle.png");
  width: calc(100vw * 87/1440);
  height: calc(100vw * 87/1440);
  left: calc(100vw * 135/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-3 small:before {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/baby-bottle.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-3 small:before {
    width: 87px;
    height: 87px;
    left: 135px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-3 small:before {
    width: calc(100vw * 63/375);
    height: calc(100vw * 63/375);
    left: calc(100vw * 35/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-4.jpg");
  height: calc(100vw * 1409/1440);
  padding-top: calc(100vw * 75/1440);
  padding-left: calc(100vw * 460/1440);
  text-align: center;
  background-position-y: bottom;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/1440/bg-sec-4.webp");
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-4.jpg");
    background-position-y: calc(100vw * -130/375);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/375/bg-sec-4.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 {
    height: 1409px;
    padding-top: 75px;
    padding-left: 460px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 {
    height: calc(100vw * 1400/375);
    padding-top: calc(100vw * 0/375);
    padding-left: calc(100vw * 0/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 h2, #olay-essence-content .mw-1440px #sec-4 h3 {
  font-family: "DB-Heavent-reg" !important;
  color: #EB212E;
  line-height: 1;
}
#olay-essence-content .mw-1440px #sec-4 h2 {
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 h2 {
    font-size: calc(100vw * 35/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 h2:nth-of-type(2) {
  font-size: calc(100vw * 100/1440);
  margin-bottom: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 h2:nth-of-type(2) {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 h2:nth-of-type(2) {
    font-size: calc(100vw * 45/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 h2:nth-of-type(2) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 h2:nth-of-type(2) {
    margin-bottom: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 h3 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 h3 {
    font-size: calc(100vw * 30/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 p {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 hr {
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 hr {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 hr {
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-left: calc(100vw * 260/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 ul {
    margin-left: 260px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 ul {
    margin-left: calc(100vw * 35/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 ul li {
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 40/1440);
  line-height: 1.3;
  position: relative;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 ul li {
    font-size: calc(100vw * 22/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 ul li {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 ul li {
    padding-left: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 ul li:before {
  content: "";
  position: absolute;
  display: block;
  background: #EB212E;
  border-radius: 50%;
  left: 0;
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  top: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 ul li:before {
    width: 10px;
    height: 10px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 ul li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 12/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 ul li:nth-child(1) {
  padding-bottom: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 ul li:nth-child(1) {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 ul li:nth-child(1) {
    padding-bottom: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-4 ul li strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#olay-essence-content .mw-1440px #sec-4 ul li img {
  width: calc(100vw * 218/1440);
  margin-top: calc(100vw * 25/1440);
  margin-bottom: calc(100vw * 25/1440);
  margin-left: calc(100vw * 92/1440);
  display: block;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-4 ul li img {
    width: 218px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 92px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-4 ul li img {
    width: calc(100vw * 148/375);
    margin-top: calc(100vw * 12.5/375);
    margin-bottom: calc(100vw * 12.5/375);
    margin-left: calc(100vw * 50/375);
  }
}
#olay-essence-content .mw-1440px #sec-5 {
  min-height: calc(100vw * 650/1440);
  padding-top: calc(100vw * 40/1440);
  background: #EB212E;
  color: white;
  text-align: center;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 {
    min-height: 650px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 {
    min-height: calc(100vw * 370/375);
    padding-top: calc(100vw * 35/375);
  }
}
#olay-essence-content .mw-1440px #sec-5 h2 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/olay-essence-water.png");
  width: calc(100vw * 467/1440);
  height: calc(100vw * 248/1440);
  margin-bottom: calc(100vw * 40/1440);
  margin: 0 auto;
  filter: grayscale(1) brightness(0) invert(1);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #olay-essence-content .mw-1440px #sec-5 h2 {
    background-image: url("https://www.jeban.com/spotlight-item/olay-essence-water/olay-essence-water.webp");
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 h2 {
    width: 467px;
    height: 248px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 h2 {
    width: calc(100vw * 226/375);
    height: calc(100vw * 120/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
#olay-essence-content .mw-1440px #sec-5 p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 p {
    font-size: calc(100vw * 23/375);
  }
}
#olay-essence-content .mw-1440px #sec-5 p strong {
  font-size: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 25/1440);
  display: block;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 p strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 p strong {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 p strong {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 p strong {
    padding-bottom: calc(100vw * 10/375);
  }
}
#olay-essence-content .mw-1440px #sec-5 ul {
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 40/1440);
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: center;
  grid-gap: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 ul {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 ul {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 ul {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 ul {
    margin-top: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 ul {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 ul {
    grid-gap: calc(100vw * 10/375);
  }
}
#olay-essence-content .mw-1440px #sec-5 ul a {
  border: 1px solid white;
  color: white;
  display: grid;
  align-items: center;
  width: calc(100vw * 180/1440);
  height: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  #olay-essence-content .mw-1440px #sec-5 ul a {
    width: 180px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  #olay-essence-content .mw-1440px #sec-5 ul a {
    width: calc(100vw * 90/375);
    height: calc(100vw * 36/375);
  }
}