body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#wrapper {
  max-width: 100%;
}

.dp-treatment-essence {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  --CLARINS-FONT: ClarinsRegular, Clarins, 'Microsoft Jhenghei';
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    'Microsoft Jhenghei', sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, 'Microsoft Jhenghei', sans-serif;
  --FONT-SIZE: 14px;
}

@media (min-width: 1250px) {
  .dp-treatment-essence {
  }
}

.PDP-Free-Block__wrapper {
  z-index: 2;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn,
button.dp-treatment-essence__btn {
  position: relative;
  background-color: #fff !important;
  display: inline-block;
  color: #333;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
}
.dp-treatment-essence__btn::after,
button.dp-treatment-essence__btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -3px;
  top: -3px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn:focus::after,
button.dp-treatment-essence__btn:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.dp-treatment-essence__btn:hover,
button.dp-treatment-essence__btn:hover {
  color: #b40024;
  outline: 0 !important;
}
.dp-treatment-essence__btn:active::after,
button.dp-treatment-essence__btn:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn-concern,
button.dp-treatment-essence__btn-concern {
  position: relative;
  background-color: #fff !important;
  display: inline-block;
  color: #333;
  padding: 0px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 0px solid #e7e4e2;
  border-bottom: 1px solid #000;
  min-width: 122px;
  text-align: center;
  border-radius: 0px;
  height: 20px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  margin-bottom: 38px;
  outline: 0 !important;
}
.dp-treatment-essence__btn-concern::after,
button.dp-treatment-essence__btn-concern::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 6px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -10px;
  top: -4px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn-concern:focus::after,
button.dp-treatment-essence__btn-concern:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.dp-treatment-essence__btn-concern:hover,
button.dp-treatment-essence__btn-concern:hover {
  color: #b40024;
  outline: 0 !important;
}
.dp-treatment-essence__btn-concern:active::after,
button.dp-treatment-essence__btn-concern:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__textlink {
  position: relative;
}
.dp-treatment-essence__textlink::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 4px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -8px;
  top: -2px;
  box-sizing: border-box;
  pointer-events: none;
}
/*------------------------------------------------*/

.dp-treatment-essence__textlink:hover {
  color: #b40024;
}
.dp-treatment-essence__textlink:focus {
  color: #b40024;
}
.dp-treatment-essence__textlink:active {
  color: #b40024;
}
.dp-treatment-essence__textlink:focus::after {
  opacity: 1;
}
.dp-treatment-essence__textlink:active::after {
  opacity: 1;
}
/******************************************/
.dp-treatment-essence-header {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  height: 466px;
  position: relative;
  padding-left: 50%;
}

.dp-treatment-essence-header__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
}
.dp-treatment-essence-header__content {
  flex-basis: 390px;
  color: #000;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
}
.dp-treatment-essence-header__background img {
  width: 100%;
  display: block;
}
.dp-treatment-essence-header__title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: var(--CLARINS-FONT);
  font-size: 48px;
  font-weight: normal;
  margin: 20px 0;
  line-height: 1em;
}
.dp-treatment-essence-header__title + .dp-treatment-essence__btn {
  margin: 20px 0;
}
.dp-treatment-essence-header__tag {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #be0f34;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 18px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.dp-treatment-essence-header__text {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  font-size: 24px;
  line-height: 1.4em;
}
.dp-treatment-essence-header__pictos {
  display: flex;
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 25px;
  width: 721px;
  top: 0;
  left: calc(50% - 210px);
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-header {
    height: 349px;
  }
  .dp-treatment-essence-header__background {
    left: calc(50% - 600px);
    width: 1200px;
  }

  .dp-treatment-essence-header__title {
    font-size: 38px;
  }

  .dp-treatment-essence-header__text {
    font-size: 20px;
  }
}
@media (max-width: 761px) {
  .dp-treatment-essence-header {
    height: 172vw;
    display: block;
    padding-top: 0px;
    text-align: center;
    padding: 0;
  }
  .dp-treatment-essence-header__content {
    padding-top: 97vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .dp-treatment-essence-header__background {
    left: 0;
    width: 100vw;
  }
  .dp-treatment-essence-header__title {
    font-size: 38px;
  }

  .dp-treatment-essence-header__text {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
}
/*-------------------------------------------------------------*/
.dp-treatment-essence-quizz {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px;
  padding-top: 113px;
  margin-top: -113px;
  padding-bottom: 80px;
}

.dp-treatment-essence-quizz__background {
  position: absolute;
  top: 113px;
  left: calc(50% - 800px);
  width: 1600px;
  height: calc(100% - 113px);
  overflow: hidden;
  background-color: #fbf3fa;
  z-index: 1;
}

.dp-treatment-essence-quizz__background img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.dp-treatment-essence-quizz__flowers {
  position: absolute;
  top: 50px;
  left: calc(50% - 800px);
  width: 1600px;
  overflow: hidden;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: opacity ease-in-out 0.5s;
  opacity: 0;
}
*[data-open="1"] .dp-treatment-essence-quizz__flowers {
  opacity: 1;
}
.dp-treatment-essence-quizz__flowers img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.dp-treatment-essence-quizz__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  background-color: #fff;
  width: 768px;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 25px;
  margin-top: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  --MARGIN_RANGE: 40px;
}
@media (max-width: 761px) {
  .dp-treatment-essence-quizz__content {
    --MARGIN_RANGE: 98px;
  }
}
.dp-treatment-essence-quizz__content {
  --OPACITY_RANGE: 0;
}
*[data-rangeslected="2"] .dp-treatment-essence-quizz__content {
  --OPACITY_RANGE: 1;
}
*[data-rangeslected="1"] .dp-treatment-essence-quizz__content {
  --OPACITY_RANGE: 1;
}

/*--------------------------------------------*/

.dp-treatment-essence-quizz__title {
  margin: 0;
  font-size: 35px;
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  color: #ca89b2;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.dp-treatment-essence-quizz__mobile-title {
  display: none;
}
.dp-treatment-essence-quizz__mobile-title span,
.dp-treatment-essence-quizz__title span {
  background-color: red;
  background-image: url(../img/gradient.png);
  background-size: cover;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.dp-treatment-essence-quizz__text {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  color: #000;
  position: relative;
  z-index: 2;
  padding: 10px;
}

.dp-treatment-essence-quizz__question {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dp-treatment-essence-screen {
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
*[data-rangeslected="1"] .dp-treatment-essence-screen[data-active="1"] {
  display: block;
  height: unset;
  overflow: unset;
  opacity: 1;
  pointer-events: unset;
}
.dp-treatment-essence-quizz__question-title {
  color: #626f04;
  font-size: 24px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  flex-basis: 100%;
  text-align: center;
  margin: 35px auto;
}

.dp-treatment-essence-quizz__breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dp-treatment-essence-quizz__breadcrumb::before {
  content: " ";
  position: absolute;
  height: 1px;
  width: calc(100% - 26px);
  left: 13px;
  top: 50%;
  z-index: 1;
  background-color: #976b82;
}

.dp-treatment-essence-quizz__concerns {
  padding-bottom: 10px;
  position: relative;
  width: 607px;
  margin: 40px auto;
  margin-top: 80px;
}

.dp-treatment-essence-quizz__concerns button:active,
.dp-treatment-essence-quizz__concerns button:focus,
.dp-treatment-essence-quizz__concerns button:hover,
.dp-treatment-essence-quizz__concerns button {
  position: absolute;
  padding: 0;
  bottom: 10px;
  border: 0px solid;
  transform: translateX(-50%);
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  cursor: pointer;
  font-family: var(--GOTHAM-BOOK);
  height: 70px;
  min-width: 90px !important;
  letter-spacing: unset !important;
  text-transform: none;
  display: flex;
  z-index: 2;
  outline: 0 !important;
  border: 0px solid !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
/*.dp-treatment-essence-quizz__concerns button:hover {
  transform: translateX(-50%) translateY(-10%) scale(1.1);
}*/

.dp-treatment-essence-quizz__concerns button[data-select="1"] {
  padding-bottom: 30px;
}

/* partie commune */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor {
  -webkit-appearance: none; /*nécessaire pour Chrome */
  padding: 0; /* nécessaire pour IE */
  font: inherit; /* même rendu suivant font document */
  outline: none;
  opacity: 1;
  background: transparent; /* sert pour couleur de fond de la zone de déplacement */
  box-sizing: border-box; /* même modèle de boîte pour tous */
  cursor: pointer;
  height: 84px;
  margin-top: -84px;
  width: calc(100% - var(--MARGIN_RANGE));
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.dp-treatment-essence-quizz__concerns-cursor[data-screen="pores"],
.dp-treatment-essence-quizz__concerns-cursor[data-screen="pores-day"] {
  --COLOR-CURSOR: #ef8fab;
}
.dp-treatment-essence-quizz__concerns-cursor[data-screen="radiance"],
.dp-treatment-essence-quizz__concerns-cursor[data-screen="radiance-day"] {
  --COLOR-CURSOR: #eaa98d;
}
.dp-treatment-essence-quizz__concerns-cursor[data-screen="wrinkles"],
.dp-treatment-essence-quizz__concerns-cursor[data-screen="wrinkles-day"] {
  --COLOR-CURSOR: #c64056;
}
/*CHROME*/
/* la zone de déplacement */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-webkit-slider-runnable-track {
  height: 100%;
  border: none;
  background-color: transparent; /* supprimé définie sur l'input */
}
/* le curseur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-webkit-slider-thumb {
  -webkit-appearance: none; /* également nécessaire sur le curseur */
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0; /* pris en compte sur Webkit et Edge */
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  background-image: url(../img/cursor.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  opacity: var(--OPACITY_RANGE);
}
/*FIREFOX*/
/* la zone de déplacement */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-track {
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent; /* supprimé définie sur l'input */
}
/* le curseur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0; /* pris en compte sur Webkit et Edge */
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  background-image: url(../img/cursor.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  opacity: var(--OPACITY_RANGE);
}
/* barre progression avant */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-progress {
  height: 0;
  background: transparent; /* supprime barre progression avant */
}
/*EDGE*/
/* la zone de déplacement */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-track {
  height: 100%;
  border: none;
  border-radius: 0;
  color: transparent; /* supprime les graduations pour IE */
  background-color: transparent; /* supprimé définie sur l'input */
}
/* le curseur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-thumb {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0; /* pris en compte sur Webkit et Edge */
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  background-image: url(../img/cursor.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  opacity: var(--OPACITY_RANGE);
}
/* la tooltip de la valeur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-tooltip {
  display: none; /* supprime l'affichage de la valeur au survol */
}
/* barre progression avant */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-fill-lower {
  background: transparent;
}
/* barre progression après */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-fill-upper {
  background: transparent;
}

/*==============================*/
/* le curseur                   */
/*==============================*/

input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-webkit-slider-thumb,
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-thumb,
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-thumb {
  width: 24px;
  height: 24px;
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  border-radius: 24px;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  left: calc(50% - 12px);
  box-sizing: border-box;
  opacity: var(--OPACITY_RANGE);
}

.dp-treatment-essence-quizz__concerns-cursor > div::after {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  border-radius: 50%;
  border-bottom-right-radius: 0;
  position: absolute;
  bottom: 18px;
  left: calc(50% - 4px);
  box-sizing: border-box;
  outline: 0 !important;
  opacity: var(--OPACITY_RANGE);
}

.dp-treatment-essence-quizz__concerns button:nth-child(1) {
  color: #e792a8;
  left: 0;
}
.dp-treatment-essence-quizz__concerns button:nth-child(2) {
  color: #f8d9cb;
  left: 50%;
}
.dp-treatment-essence-quizz__concerns button:nth-child(3) {
  color: #f2cfd6;
  left: 100%;
}
.dp-treatment-essence-quizz__concerns button:nth-child(1)::before {
  background-color: #edb8c6;
}
.dp-treatment-essence-quizz__concerns button:nth-child(2)::before {
  background-color: #eaa98d;
}
.dp-treatment-essence-quizz__concerns button:nth-child(3)::before {
  background-color: #c64056;
}
.dp-treatment-essence-quizz__concerns button[data-select="1"]:nth-child(1) {
  color: #edb8c6;
  left: 0;
}
.dp-treatment-essence-quizz__concerns button[data-select="1"]:nth-child(2) {
  color: #eaa98d;
  left: 50%;
}
.dp-treatment-essence-quizz__concerns button[data-select="1"]:nth-child(3) {
  color: #c64056;
  left: 100%;
}

.dp-treatment-essence-quizz__concerns::before {
  content: " ";
  background-image: url(../img/trait-couleur.png);
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-size: 100% 100%;
}
.dp-treatment-essence-quizz__concerns::after {
  content: " ";
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.dp-treatment-essence-quizz__concerns[data-screen="pores-day"]::after {
  background: linear-gradient(to right, #ef8fab, transparent);
}
.dp-treatment-essence-quizz__concerns[data-screen="radiance-day"]::after {
  background: linear-gradient(to right, transparent, #eaa98d, transparent);
}
.dp-treatment-essence-quizz__concerns[data-screen="wrinkles-day"]::after {
  background: linear-gradient(to right, transparent, #c64056);
}
.dp-treatment-essence-quizz__concerns[data-screen="pores-night"]::after {
  background: linear-gradient(to right, #ef8fab, transparent);
}
.dp-treatment-essence-quizz__concerns[data-screen="radiance-night"]::after {
  background: linear-gradient(to right, transparent, #eaa98d, transparent);
}
.dp-treatment-essence-quizz__concerns[data-screen="wrinkles-night"]::after {
  background: linear-gradient(to right, transparent, #c64056);
}

.dp-treatment-essence-quizz__day-night {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dp-treatment-essence-quizz__day-night-choice {
  position: relative;
  margin: 0;
  background-color: #fff !important;
  border: 0px solid;
  min-width: 0;
  font-size: 14px;
  font-family: var(--GOTHAM-BOOK);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 30px;
  padding-left: 35px;
  height: 30px;
  cursor: pointer;
  color: #000;
  text-transform: none;
  letter-spacing: unset;
}
button.dp-treatment-essence-quizz__day-night-choice::after {
  border: 0px solid !important;
  outline: 0 !important;
}
button.dp-treatment-essence-quizz__day-night-choice {
  outline: 0 !important;
}
button.dp-treatment-essence-quizz__day-night-choice:focus,
button.dp-treatment-essence-quizz__day-night-choice:active,
button.dp-treatment-essence-quizz__day-night-choice:hover {
  border: 0 !important;
  background-color: #fff !important;
  color: #be0f34;
  outline: 0 !important;
}
button.dp-treatment-essence-quizz__day-night-choice:focus {
  outline: 0 !important;
}
.dp-treatment-essence-quizz__day-night-choice::before {
  content: " ";
  display: block;
  background-color: #f9ecef;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  position: absolute;
}
.dp-treatment-essence-quizz__day-night-choice::after {
  content: " ";
  display: block;
  background-color: #976b82;
  height: 24px;
  width: 24px;
  top: calc(50% - 12px);
  position: absolute;
  border-radius: 24px;
  transition: all ease-in-out 1s both;
}

.dp-treatment-essence-quizz__day-night-choice[data-type="day"] {
  margin-right: 30px;
  background-image: url(../img/sun.png);
  text-align: left;
}
.dp-treatment-essence-quizz__day-night-choice[data-type="night"] {
  margin-left: 30px;
  background-image: url(../img/moon.png);
  text-align: left;
}
.dp-treatment-essence-quizz__day-night-choice[data-type="day"]::before {
  right: -30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.dp-treatment-essence-quizz__day-night-choice[data-type="night"]::before {
  left: -30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.dp-treatment-essence-quizz__day-night-choice[data-type="day"]::after {
  right: -57px;
  opacity: 0;
}
.dp-treatment-essence-quizz__day-night-choice[data-type="day"][data-selected="1"]::after {
  opacity: 1;
  animation: switcherAnimRight 0.5s both;
  z-index: 2;
}
@keyframes switcherAnimRight {
  0% {
    right: -57px;
  }
  100% {
    right: -27px;
  }
}
.dp-treatment-essence-quizz__day-night-choice[data-type="night"]::after {
  left: -57px;
  opacity: 0;
}
.dp-treatment-essence-quizz__day-night-choice[data-type="night"][data-selected="1"]::after {
  opacity: 1;
  animation: switcherAnimLeft 0.5s both;
  z-index: 2;
}
@keyframes switcherAnimLeft {
  0% {
    left: -57px;
  }
  100% {
    left: -27px;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-quizz__flowers {
    left: calc(50% - 600px);
    width: 1200px;
  }
  .dp-treatment-essence-quizz__background {
    left: calc(50% - 600px);
    width: 1200px;
  }
  .dp-treatment-essence-quizz__background img {
    height: 100%;
  }
}
@media (max-width: 761px) {
  .dp-treatment-essence-quizz {
    padding: 0;
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 111px;
  }
  .dp-treatment-essence-screen[data-active="1"] {
    width: 100%;
  }
  .dp-treatment-essence-quizz__flowers {
    display: none;
  }
  .dp-treatment-essence-quizz__background {
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
  }
  .dp-treatment-essence-quizz__background img {
    height: 100%;
  }
  .dp-treatment-essence-quizz__content {
    margin-top: 0px;
    padding: 40px 0;

    width: 100vw;
    border-radius: 0;
  }
  .dp-treatment-essence-quizz__title {
    display: none;
  }
  .dp-treatment-essence-quizz__mobile-title {
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    font-family: var(--GOTHAM-BOOK);
    padding: 0;
  }
  .dp-treatment-essence-quizz__text {
    font-size: 18px;
  }
  .dp-treatment-essence-quizz__concerns {
    width: calc(100% - 120px);
  }
  .dp-treatment-essence-quizz__concerns::after {
  }
  .dp-treatment-essence-quizz__concerns button {
    width: 90px;
    text-align: center;
  }
}

/*--------------------------------------------------*/
.dp-treatment-essence-quizz__step {
  z-index: 2;
  position: relative;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0 !important;
  background-color: #976b82 !important;
  padding: 0 !important;
  color: #fff;
  font-family: var(--GOTHAM-BOOK);
  width: 26px;
  height: 26px;
  border: 1px solid #976b82;
  margin: 10px;
  cursor: pointer;
}
.dp-treatment-essence-quizz__step[disabled] {
  cursor: default;
  color: #fff !important;
}
.dp-treatment-essence-quizz__step[disabled] {
  cursor: default;
  color: #fff !important;
}
.dp-treatment-essence-quizz__step[data-active="1"] {
  cursor: pointer;
}
.dp-treatment-essence-quizz__step[data-selected="1"] {
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9ecef !important;
  color: #976b82 !important;
  font-family: var(--GOTHAM-MEDIUM);
  width: 36px;
  height: 36px;
  border: 0px solid !important;
}
button.dp-treatment-essence-quizz__answer {
  background-color: rgba(0, 0, 0, 0.25);
  flex-basis: 33%;
  max-width: 350px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: var(--GOTHAM-MEDIUM);
  color: #fff;
  border: 0px solid;
  margin: 1px;
  position: relative;
  cursor: pointer;
  padding: 0 !important;
  letter-spacing: unset !important;
}
button.dp-treatment-essence-quizz__answer:hover {
  background-color: rgba(0, 0, 0, 0.45) !important;
  color: #fff !important;
}
button.dp-treatment-essence-quizz__answer::before {
  content: " ";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 42px;
  height: 42px;
  margin-right: 5px;
}

.dp-treatment-essence-quizz__result {
  position: relative;
  z-index: 2;
}
.dp-treatment-essence-quizz__result-title {
  color: #626f04;
  font-size: 48px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  flex-basis: 100%;
  text-align: center;
  margin: 20px 0;
}
.dp-treatment-essence-quizz__result-text {
  color: #626f04;
  font-size: 22px;
  font-family: var(--GOTHAM-BOOK);
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.dp-treatment-essence-quizz__result-text strong {
  font-size: 24px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
}

.dp-treatment-essence-quizz__gamme-selected {
  color: var(--COLOR-GAMME);
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
}
.dp-treatment-essence-product__container {
  display: flex;
  align-self: flex-end;
  justify-content: space-evenly;
  margin: 0;
  position: relative;
  padding-top: 20px;
}
.dp-treatment-essence-product__container::before {
  content: " ";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
  transform: rotate(45deg);
}
.dp-treatment-essence-product__container-mobile {
  display: none;
}
.dp-treatment-essence-product__container-mobile::before {
  content: " ";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: calc(50% - 20px);
  top: -20px;
  transform: rotate(45deg);
}
.dp-treatment-essence-product__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 166px;
  margin-left: 35px;
}

.dp-treatment-essence-product__item::before {
  content: attr(data-or);
  display: block;
  position: absolute;
  right: 100%;
  top: 310px;
  font-size: 20px;
  width: 35px;
  pointer-events: none;
  text-align: center;
  font-family: var(--GOTHAM-MEDIUM);
}
.dp-treatment-essence-product__item:first-child {
  margin-left: 0;
}
.dp-treatment-essence-product__item:first-child::before {
  display: none;
}

.dp-treatment-essence-product__item[data-product="gommage-tonic"] img {
  width: 240px;
}

.dp-treatment-essence-product__packshot {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  padding-top: 20px;
  position: relative;
  height: 335px;
  width: 100%;
}
.dp-treatment-essence-product__packshot a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.dp-treatment-essence-product__packshot img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/*********************************************************/
*[data-product="MA-01"] .dp-treatment-essence-product__packshot img {
  width: calc(309px * 0.5);
  margin-left: -25px;
}
*[data-product="MA-02"] .dp-treatment-essence-product__packshot img {
  width: calc(281px * 0.5);
  margin-left: 20px;
}
*[data-product="MA-03-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(441px * 0.5);
  margin-left: 38px;
}
*[data-product="MA-03-NIGHT"] .dp-treatment-essence-product__packshot img {
  width: calc(443px * 0.5);
  margin-left: 38px;
}
/*********************************************************/
*[data-product="EF-01"] .dp-treatment-essence-product__packshot img {
  width: calc(309px * 0.5);
  margin-left: -25px;
}
*[data-product="EF-02"] .dp-treatment-essence-product__packshot img {
  width: calc(273px * 0.5);
  margin-left: 32px;
}
*[data-product="EF-03"] .dp-treatment-essence-product__packshot img {
  width: calc(319px * 0.5);
  margin-left: 42px;
}
*[data-product="EF-04-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(379px * 0.5);
  margin-left: 18px;
}
*[data-product="EF-04-bis-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(304px * 0.5);
}
*[data-product="EF-04-NIGHT"] .dp-treatment-essence-product__packshot img {
  width: calc(373px * 0.5);
  margin-left: 18px;
}
*[data-product="EF-05-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(332px * 0.5);
  margin-left: -38px;
}
*[data-product="EF-05-NIGHT"] .dp-treatment-essence-product__packshot img {
  width: calc(352px * 0.5);
  margin-left: 38px;
}
/*********************************************************/
*[data-product="MI-01"] .dp-treatment-essence-product__packshot img {
  width: calc(309px * 0.5);
  margin-left: -25px;
}
*[data-product="MI-02"] .dp-treatment-essence-product__packshot img {
  width: calc(293px * 0.5);
  margin-left: 30px;
}
*[data-product="MI-03-bis-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(300px * 0.5);
}
*[data-product="MI-03-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(375px * 0.5);
  margin-left: 18px;
}
*[data-product="MI-03-NIGHT"] .dp-treatment-essence-product__packshot img {
  width: calc(377px * 0.5);
  margin-left: 18px;
}
*[data-product="MI-04-DAY"] .dp-treatment-essence-product__packshot img {
  width: calc(400px * 0.5);
  margin-left: -38px;
}
*[data-product="MI-04-NIGHT"] .dp-treatment-essence-product__packshot img {
  width: calc(357px * 0.5);
  margin-left: 35px;
}
/*********************************************************/
div[data-screen="pores-day"],
div[data-screen="pores-night"] {
  --COLOR-GAMME: #edb8c6;
}
div[data-screen="radiance-day"],
div[data-screen="radiance-night"] {
  --COLOR-GAMME: #eaa98d;
}
div[data-screen="wrinkles-day"],
div[data-screen="wrinkles-night"] {
  --COLOR-GAMME: #c64056;
}
.dp-treatment-essence-product__action {
  font-size: 25px;
  text-transform: uppercase;
  color: var(--COLOR-GAMME);
  font-family: var(--GOTHAM-BOOK);
  display: block;
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 25px;
  position: relative;
}
.dp-treatment-essence-product__action:after {
  content: " ";
  display: block;
  margin: 0 auto;
  width: 136px;
  height: 1px;
  background-color: var(--COLOR-GAMME);
  position: absolute;
  bottom: 0;
  left: calc(50% - 68px);
}
.dp-treatment-essence-product__step {
  display: flex;
  position: relative;
  margin: 0;
}
.dp-treatment-essence-product__text {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: var(--GOTHAM-BOOK);
  margin: 0;
  margin-top: 25px;
  width: 160px;
  min-height: 60px;
}
.dp-treatment-essence-product__name {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
  margin-top: 10px;
  width: 160px;
  flex: 1;
}
.dp-treatment-essence-product__price {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: var(--GOTHAM-BOOK);
  margin: 10px 0;
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .dp-treatment-essence-product__container {
    display: none;
  }
  .dp-treatment-essence-product__container-mobile {
    display: block;
    margin: 0 auto;
    width: 100vw;
    margin-bottom: 50px !important;
  }
  .dp-treatment-essence-product__container-mobile .slick-dots {
    bottom: -40px !important;
  }
  .dp-treatment-essence-product__item {
    margin: 0 auto;
    height: 550px;
    width: 50vw;
    max-width: 166px;
  }
  .dp-treatment-essence-product__wrapper {
    display: block;
    width: 50vw !important;
    max-width: 166px !important;
    margin: 0 auto;
  }
  .dp-treatment-essence-product__action {
    transform: none;
    top: 10px;
    width: 100%;
    left: 0;
    position: relative;
    padding: 20px;
    font-size: 20px;
  }
  .dp-treatment-essence-product__text {
    min-height: unset;
    border-top: 0px solid;
  }
  .dp-treatment-essence-product__price {
  }
  .dp-treatment-essence-product__packshot {
    height: 275px;
  }

  .dp-treatment-essence-product__item img {
    transform: translateX(-50%) scale(0.8);
    transform-origin: bottom center;
  }
}
.dp-quickshop {
  display: none;
}

button.dp-treatment-essence__cta {
  display: block;
  position: relative;
  background-color: #b40024;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #d3d3d3;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform: unset !important;
  height: 44px !important;
  letter-spacing: unset !important;
  outline: 0 !important;
}

button.dp-treatment-essence__cta::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px !important;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
}

/*------------------------------------------------*/
button.dp-treatment-essence__cta:focus::after {
  opacity: 1;
}
button.dp-treatment-essence__cta:focus,
button.dp-treatment-essence__cta:hover {
  outline: 0 !important;
}
button.dp-treatment-essence__cta:active::after {
  opacity: 1;
}

/*-------------------------------------------------------------*/

.dp-treatment-essence .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  min-width: 0;
  padding: 0;
}
.dp-treatment-essence .slick-dots li button::before,
.dp-treatment-essence .slick-dots li button::after,
.dp-treatment-essence .slick-dots li::before,
.dp-treatment-essence .slick-dots li::after {
  display: none;
}
.dp-treatment-essence .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.dp-treatment-essence .slick-dots li button:hover,
.dp-treatment-essence .slick-dots li button:not(.not-tabbable):focus,
.dp-treatment-essence .slick-dots li button:not(.not-tabbable):active {
  outline: 0 !important;
  background-color: transparent !important;
  border: 0px solid #333 !important;
  color: transparent !important;
}

/*===========================================*/
.dp-treatment-essence-product__container-mobile .slick-dots{
  display: none;
}

.dp-treatment-essence-quizz__text{
  padding-bottom: 30px;
}

/*DTW Edits*/
.dp-treatment-essence-product__item::before{
  content: '或';
}

/*DTW Responsive Edits*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { }

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  
}