body,
html {
  margin: 0;
  padding: 0;
}

#main:not(.main-homepage) {
  padding-top: 0px;
}

.primary-content {
  padding: 0;
}

footer {
  margin-top: 0px;
}

.breadcrumb {
  display: none;
}

.go-to-top {
  display: none;
}

#wrapper {
  max-width: 100%;
}

@font-face {
  font-family: "Gotham_XLight";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.serum-finder {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  --GOTHAM-XLIGHT: "Gotham_XLight";
  --FONT-SIZE: 14px;
  --FINDER-HEIGHT: 535px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  --WIDTH: 1440px;
  max-width: 1600px;
  width: 100%;
  /* overflow: hidden; */
}

.serum-finder * {
  box-sizing: border-box;
}

#RESULT-DATA {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  padding: 22px 0;
  margin-top: 22px;
  width: calc(100% - 40px);
  max-width: 1300px;
  background-color: #fff;
  max-width: 1210px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

#RESULT-DATA .mask-finder-btn {
  margin-top: 40px;
}

#RESULT-DATA-INNER {
  width: 100%;
  margin-bottom: 22px;
}

.serum-finder-disabled {
  pointer-events: none !important;
  cursor: default !important;
}

.serum-finder-btn.serum-finder-disabled,
.serum-finder-shopnow.serum-finder-disabled {
  opacity: 0.2;
  filter: grayscale(1);
}

.custom_productloader {
  position: absolute;
  top: 200px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: none;
  z-index: 10;
}

.custom_productloader img {
  width: 100%;
}

.serum-finder .slick-dots {
  width: 100%;
  bottom: -50px;
  height: 30px;
}

@media (max-width: 761px) {
  .serum-finder {
    --FINDER-HEIGHT: 170vw;
  }
}

@media screen and (max-width: 1440px) {
  .serum-finder {
    --WIDTH: 100vw;
  }
}

.serum-finder * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.serum-finder-screen {
  display: none;
  overflow: hidden;
  position: relative;
}

.serum-finder-screen[data-screen="steps"] {
  min-height: var(--FINDER-HEIGHT);
}

.serum-finder-screen[data-select="1"] {
  display: block;
}

.serum-finder-breadcrumb {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin: 2px auto;
  margin-bottom: 20px;
  z-index: 2;
}

.serum-finder-breadcrumb>div::before {
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #b40024;
  position: absolute;
  top: 13px;
  left: 100%;
  z-index: -1;
}

.serum-finder-breadcrumb>div::after {
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #b40024;
  position: absolute;
  top: 13px;
  right: 100%;
  z-index: -1;
}

.serum-finder-breadcrumb>div:first-child::after {
  display: none;
}

.serum-finder-breadcrumb>div:last-child::before {
  display: none;
}

.serum-finder-breadcrumb>div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  color: #b40024;
  border: 1px solid #b40024;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
  transform-origin: center center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  margin: 0 12px;
  margin-top: 5px;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.serum-finder-breadcrumb>div[data-filter]:hover {
  background-color: #b40024;
  color: #fff;
}

.serum-finder-breadcrumb>div:last-child {
  background-image: url("../img/picto.svg");
  font-size: 0;
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: bottom -3px center;
  pointer-events: none;
}

.serum-finder-breadcrumb>div:last-child[data-active="1"] {
  /* background-image: url("../img/picto-roll.svg");
  background-size: 80%; */
  background-color: rgba(0, 0, 0, 0);
}

.serum-finder-breadcrumb>div:last-child[data-active="1"]::before {
  background-image: url(../img/picto-roll.svg);
  background-size: 30%;
  background-position: bottom -1px center;
  background-repeat: no-repeat;
}

.serum-finder-breadcrumb>div[data-value="-1"] {
  display: none;
}

.serum-finder-breadcrumb>div[data-active="1"] {
  background-color: #b40024;
  /* margin-top: 0px; */
  color: #fff;
  display: flex;
  /* border: 6px solid #b40024; */
  pointer-events: none;
  position: relative;
}

.serum-finder-breadcrumb>div[data-active="1"]::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #b40024;
  border-radius: 50%;
}

@media (max-width: 761px) {
  .serum-finder-breadcrumb {
    margin-bottom: 10px;
  }

  .serum-finder-breadcrumb>div {
    margin: 5px 8px;
  }
}

/****************************************************************/
.serum-finder-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;
}

@media (min-width: 762px) {
  .serum-finder-btn--tryiton {
    margin-left: 15px;
  }
}

@media (max-width: 761px) {
  .serum-finder-btn--tryiton {
    margin-top: 10px;
  }
}

.serum-finder-btn--tryiton::before {
  content: " ";
  background-image: url(../img/picto-1.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  margin-right: 10px;
  margin-top: -3px;
}

.serum-finder-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;
}

/*------------------------------------------------*/
.serum-finder-btn:focus::after {
  opacity: 1;
  outline: 0 !important;
}

.serum-finder-btn:hover {
  color: #b40024;
  outline: 0 !important;
}

.serum-finder-btn:active::after {
  opacity: 1;
  outline: 0 !important;
}

/****************************************************************/
.serum-finder-shopnow {
  position: relative;
  background-color: #b40024 !important;
  display: inline-block;
  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 #b40024;
  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;
}

.serum-finder-shopnow::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;
}

/*------------------------------------------------*/
.serum-finder-shopnow:focus::after {
  opacity: 1;
  outline: 0 !important;
}

.serum-finder-shopnow:hover {
  color: #fff;
  outline: 0 !important;
}

.serum-finder-shopnow:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.serum-finder-home {
  display: flex;
  padding-left: 50%;
  flex-direction: column;
  justify-content: center;
  min-height: var(--FINDER-HEIGHT);
  text-align: left;
}

@media (max-width: 761px) {
  .serum-finder-home {
    min-height: 170vw;
    height: 170vw;
    overflow: hidden;
  }
}

.serum-finder-home__wrapper {
  padding: 40px 100px;
  max-width: 586px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.serum-finder-home__title {
  font-size: 60px;
  line-height: 1em;
  font-family: var(--GOTHAM-XLIGHT);
  font-weight: normal;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  color: #333333;
  padding-bottom: 25px;
}

.serum-finder-home__title-texture {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 48px;
  line-height: 1em;
  color: transparent;
  background-clip: text;
  margin-left: 0.5em;
  margin-right: auto;
  background: linear-gradient(to right, #efa445 22%, #fbc86f 50%, #e8b92b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.serum-finder-home__bold-text {
  margin: 0;
  line-height: 1.4em;
  padding-bottom: 20px;
  color: #db932d;
  font-family: var(--GOTHAM-MEDIUM);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.serum-finder-home__text {
  margin: 0;
  line-height: 1.4em;
  padding-bottom: 20px;
  color: #333333;
  font-family: var(--GOTHAM-BOOK);
  display: flex;
  flex-direction: column;
  max-width: 320px;
  font-size: 14px;
  width: 100%;
}

.serum-finder-product__restartlink-wrapper {
  position: relative;
  z-index: 3;
  padding: 34px;
  display: flex;
  justify-content: center;
}

.serum-finder-product__restartlink {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.serum-finder-product__restartlink::before {
  content: " ";
  width: 18px;
  height: 16px;
  background-image: url(../img/reset.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 7px;
}

@media (max-width: 1023px) {
  .serum-finder-home {
    padding-left: 40%;
  }

  .serum-finder-home__wrapper {
    padding: 40px;
  }
}

@media (max-width: 761px) {
  .serum-finder-home {
    padding: 0;
    padding-top: 105px;
    justify-content: flex-start;
  }

  .serum-finder-home__title {
    font-size: 53px;
    padding-bottom: 20px;
  }

  .serum-finder-home__title-texture {
    margin: 0;
    font-size: 42px;
  }

  .serum-finder-home__wrapper {
    padding: 0 5px;
    text-align: center;
  }

  .serum-finder-home__text {
    margin: 0 auto;
  }
}

/*------------------------------------------------*/

.serum-finder-logo__title {
  font-size: 36px;
  line-height: 1em;
  font-family: var(--GOTHAM-XLIGHT);
  font-weight: normal;
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  color: #333333;
  justify-content: center;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 12px;
  cursor: pointer;
}

.serum-finder-logo__title>span:first-child {
  display: block;
  height: 31px;
  /* overflow: hidden;*/
}

.serum-finder-logo__title-texture {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 29px;
  line-height: 1em;
  color: transparent;
  margin-left: 15px;
  height: 25px;
  overflow: hidden;
  background: linear-gradient(to right, #ca7922 22%, #fddb89 63%, #efbd10);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 761px) {
  .serum-finder-logo__title {
    font-size: 30px;
  }

  *[data-screen="home"] .serum-finder-logo__title {
    flex-direction: column;
    align-items: center;
  }

  .serum-finder-logo__title-texture {
    font-size: 24px;
  }
}

/*------------------------------------------------*/
.serum-finder-steps {
  position: relative;
  min-height: 402px;
}

@media (max-width: 761px) {
  .serum-finder-steps {
    /* min-height: var(--FINDER-HEIGHT); */
    min-height: 50vh;
  }
}

/*******************************************************/
.serum-finder-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  /* z-index: 1; */
  overflow: hidden;
  min-height: var(--FINDER-HEIGHT);
}

.serum-finder-home .serum-finder-background {
  min-height: 0;
}

.serum-finder-background img {
  width: 100%;
  display: block;
}

@media (max-width: 761px) {
  .serum-finder-background {
    left: 50%;
    width: 100vw;
  }
}

.serum-finder-background__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: center center;
  z-index: 1;
  display: block;
}

*[data-select="1"] .serum-finder-background__layer:nth-child(2n + 1) {
  animation: zoom_1 ease-in-out 3s both;
}

*[data-select="1"] .serum-finder-background__layer:nth-child(2n) {
  animation: zoom_2 ease-in-out 4s both;
}

.serum-finder-background__layer:first-child {
  animation: none !important;
  position: relative !important;
}

@keyframes zoom_1 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom_2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.serum-finder-steps__item {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.serum-finder-steps__item-title {
  font-family: var(--CLARINS-FONT);
  font-size: 30px;
  line-height: 1em;
  padding-bottom: 10px;
  margin: 0 auto;
  font-weight: normal;
  text-align: center;
  position: relative;
  z-index: 1;
}

.serum-finder-steps__item-text {
  font-family: var(--GOTHAM-BOOK);
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.serum-finder-steps__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 30px 0;
  --DELAY: 0.2s;
  --DURATION: 0.5s;
  max-width: 1000px;
  width: 100%;
}

.serum-finder-steps__item[data-active="0"] {
  opacity: 0.5;
  pointer-events: none;
  display: none;
}

.serum-finder-steps__button {
  max-width: 221px;
  width: 100%;
  height: 124px;
  flex-basis: calc(25% - 20px);
  min-height: 115px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 5px;
  /* background-image: linear-gradient(48deg, rgba(255, 255, 255, 0), #fff 90%); */
  background-color: #fff;
  color: #e6b8ab;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  border: 0px solid;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  animation: ButtonAppear ease-in-out var(--DURATION) both;
  transform: translateY(10%);
  opacity: 0;
  transition: background-color 0.5s;
}

.serum-finder-steps__button:hover {
  background-color: #fdefcf;
}

.serum-finder-steps__item[data-active="0"] .serum-finder-steps__button {
  animation: none;
}

.serum-finder-product__colors {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.serum-finder-product__colors li {
  margin: 3px 5px;
}

.serum-finder-product__color-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  min-width: auto;
  padding: 0;
  position: relative;
}

.serum-finder-product__color-button:active {
  outline: none !important;
}

.serum-finder-product__color-button::before,
.serum-finder-product__color-button::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  border: solid 2px rgba(255, 255, 255, 0);
}

.serum-finder-product__color-button::before {
  width: 28px;
  height: 28px;
}

.serum-finder-product__color-button::after {
  width: 26px;
  height: 26px;
}

.serum-finder-product__color-button[is-selected="true"]::before,
.serum-finder-product__color-button:hover::before {
  background-color: rgba(255, 255, 255, 0);
  border: solid 3px #000;
}

.serum-finder-product__color-button[is-selected="true"]::after,
.serum-finder-product__color-button:hover::after {
  background-color: rgba(255, 255, 255, 0);
  border: solid 2px #fff;
}

@keyframes ButtonAppear {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.serum-finder-steps__button:nth-child(1) {
  animation-delay: calc(var(--DELAY) * 1);
}

.serum-finder-steps__button:nth-child(2) {
  animation-delay: calc(var(--DELAY) * 2);
}

.serum-finder-steps__button:nth-child(3) {
  animation-delay: calc(var(--DELAY) * 3);
}

.serum-finder-steps__button:nth-child(4) {
  animation-delay: calc(var(--DELAY) * 4);
}

.serum-finder-steps__button:nth-child(5) {
  animation-delay: calc(var(--DELAY) * 5);
}

.serum-finder-steps__button:nth-child(6) {
  animation-delay: calc(var(--DELAY) * 6);
}

.serum-finder-steps__button:nth-child(7) {
  animation-delay: calc(var(--DELAY) * 7);
}

.serum-finder-steps__button:nth-child(8) {
  animation-delay: calc(var(--DELAY) * 8);
}

.serum-finder-steps__button[data-active="0"] {
  opacity: 0.5;
  pointer-events: none;
  display: none;
}

.serum-finder-steps__button[data-select="1"] {
  background-color: #000;
  color: #fff;
}

.serum-finder-steps__button img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.serum-finder-steps__button[data-filter="BENEFITS"] {
  max-width: 221px;
  height: 164px;
  justify-content: flex-end;
}

.serum-finder-steps__button[data-filter="PRODUCT_TYPE"] {
  max-width: 220px;
  height: 198px;
  justify-content: flex-start;
}

.serum-finder-steps__button[data-filter="FINISHS"] {
  max-width: 221px;
  height: 228px;
  justify-content: space-between;
}

.serum-finder-steps__button[data-filter="INTENSITY"] {
  max-width: 221px;
  height: 198px;
  justify-content: space-between;
  padding-bottom: 0;
}

.serum-finder-steps__button[data-filter="PRODUCT_TYPE"] .serum-finder-steps__picto {
  max-width: 199px;
  width: 100%;
  height: auto;
  margin: 0;
}

.serum-finder-steps__button[data-filter="FINISHS"] .serum-finder-steps__picto {
  margin: 0;
  width: 100%;
}

.serum-finder-steps__button[data-filter="INTENSITY"] .serum-finder-steps__picto {
  width: 201px;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.serum-finder-steps__item .serum-finder-steps__button[data-filter="INTENSITY"]>span {
  height: 100%;
}

/* .serum-finder-steps__item .serum-finder-steps__button:hover {
  background: linear-gradient(to right, #f6ede8, #ffffff);
  color: #90603f;
} */

.serum-finder-steps__item .serum-finder-steps__picto {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.serum-finder-steps__item .serum-finder-steps__picto img {
  width: 100%;
  display: block;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform ease-in-out 0.5s;
}

.serum-finder-steps__item .serum-finder-steps__button:hover .serum-finder-steps__picto img {
  transform: scale(1.1) translate3d(0, 0, 0);
}

.serum-finder-steps__item .serum-finder-steps__button>p {
  margin: 0;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 12px;
  text-align: center;
  color: #efad4f;
  letter-spacing: 0em;
  flex-direction: column;
  max-width: 90%;
  width: 100%;
}

@media (max-width: 761px) {
  .serum-finder-steps__item .serum-finder-steps__button>p {
    height: 30px;
    margin-bottom: 10px;
  }

  .serum-finder-steps__item-text {
    margin: 0 20px;
  }

  .serum-finder-steps__wrapper {
    padding: 20px 0;
  }

  .serum-finder-steps__item-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .serum-finder-steps__item {
    max-width: 500px;
    margin: 0 auto;
  }

  .serum-finder-steps__button {
    /*min-height: 33vw;*/
    min-height: 27vw;
    height: 27vw;
  }
}

@media (max-width: 1023px) {
  .serum-finder-steps__button {
    flex-basis: 100% !important;
  }
}

@media (max-width: 761px) {
  .serum-finder-steps__button {
    max-width: calc(50% - 20px) !important;
  }
}

/*****  ETAPE- 4/5 Let's find your shade!  Your skin's undertone is :***********************************************/

.serum-finder-steps__shade {
  position: absolute;
  display: block;
  height: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.serum-finder-steps__button-wrapper {
  max-width: 218px;
  position: relative;
  flex-basis: 100%;
  margin: 5px;
}

.serum-finder-steps__button-wrapper[data-active="0"] {
  display: none;
}

/* .serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    justify-content: flex-end;
} */

.serum-finder-steps__shade p {
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 70px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  text-transform: none;
  font-size: 12px;
  color: #ac7450;
  margin: 0;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 0px;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* .serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button:hover+.serum-finder-steps__shade p {
    background: linear-gradient(to right, #f6ede8, #ffffff);
} */

.serum-finder-steps__shade[open]+span {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.serum-finder-steps__shade summary::-webkit-details-marker,
.serum-finder-steps__shade summary::marker {
  display: none;
  list-style: none;
  content: "";
}

.serum-finder-steps__shade summary::before {
  content: "?";
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 24px;
  border: 2px solid #ac7450;
  background-color: #fff;
  margin: 10px auto;
  justify-content: center;
  font-family: var(--CLARINS-FONT);
  flex-direction: column;
}

.serum-finder-steps__item[data-active="0"] .serum-finder-steps__shade summary::before {
  animation: none;
}

.serum-finder-steps__item[data-active="1"] .serum-finder-steps__shade summary::before {
  animation: PopinAppear ease-in-out 0.5s both;
}

@keyframes PopinAppear {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.serum-finder-steps__shade summary {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  width: 100%;
}

/* .serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button::before {
    content: " ";
    width: calc(100% - 20px);
    height: 18px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

.serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button[data-value="Pink"]::before {
    background: linear-gradient(to right, #ebb798, #facbc0);
}

.serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button[data-value="Neutral"]::before {
    background: linear-gradient(to right, #c38a59, #eeb78c);
}

.serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button[data-value="Golden"]::before {
    background: linear-gradient(to right, #7d5031, #b67f5b);
} */

@media (max-width: 761px) {
  .serum-finder-steps__shade p {
    height: 80px;
  }

  .serum-finder-steps__button-wrapper {
    max-width: calc(50% - 20px);
    margin: 5px;
    flex-basis: 100%;
  }

  /* .serum-finder-steps__item[data-filter="UNDERTONES"] .serum-finder-steps__button {
        max-width: 100% !important;
    } */
}

/***************************************************************************************/

.serum-finder-push {
  max-width: 1170px;
  margin: 0 auto;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
  height: 317px;
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.serum-finder-push__background {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 0;
  z-index: 1;
}

.serum-finder-push__content {
  max-width: 480px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

.serum-finder-push__title {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: var(--CLARINS-FONT);
  display: flex;
  flex-direction: column;
  line-height: 1em;
}

.serum-finder-push__text {
  margin: 0;
  margin-top: 18px;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  color: #333;
}

@media (max-width: 1023px) {
  .serum-finder-push {
    height: auto;
    display: block;
    padding: 0;
  }

  .serum-finder-push__content {
    margin: 0 auto;
  }

  .serum-finder-push__background {
    position: relative;
    width: 100%;
  }

  .serum-finder-push__background img {
    width: 100%;
  }

  .serum-finder-push__title {
    font-size: 30px;
    margin-top: 30px;
  }
}

/**********************************************************************/

.serum-finder-hiddenquickshop {
  display: none;
}

.serum-finder-result {
  margin: 0 auto;
}

.serum-finder-result__title {
  color: #333333;
  margin: 0 auto;
  font-weight: normal;
  font-family: var(--CLARINS-FONT);
  font-size: 35px;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* .serum-finder-product {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
} */

.serum-finder-product__content {
  margin-left: 40px;
  /* max-width: 360px; */
  max-width: 370px;
  padding-top: 40px;
}

.serum-finder-product__packshot {
  max-width: 360px;
  position: relative;
}

@media (min-width: 761px) {
  .serum-finder-product__packshot {
    width: 360px;
    flex-basis: 360px;
  }
}

.serum-finder-product__packshot img {
  width: 100%;
}

.serum-finder-product__couvrance {
  font-size: 11px;
  padding: 0 20px;
  line-height: 1em;
  display: flex;
  color: #333;
  flex-direction: column;
  text-align: center;
  font-family: var(--GOTHAM-MEDIUM);
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.serum-finder-product__couvrance span {
  display: block;
  /* padding-top: 16px; */
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position: top center;
}

.serum-finder-product__couvrance img[data-vartoreplace="coverage"] {
  width: 56px;
  margin: 0 auto;
  margin-top: 5px;
}

/* .serum-finder-product__couvrance[data-coverage="matte-finish"] span {
  background-image: url(../img/coverage-everlasting.png);
}

.serum-finder-product__couvrance[data-coverage="glowy"] span {
  background-image: url(../img/coverage-glowy.png);
}

.serum-finder-product__couvrance[data-coverage="mat"] span {
  background-image: url(../img/coverage-mat.png);
}

.serum-finder-product__couvrance[data-coverage="satin"] span {
  background-image: url(../img/coverage-satine.png);
} */

.serum-finder-product__mentions {
  padding: 8px;
  font-size: 11px;
}

.serum-finder-product__benefits {
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.serum-finder-product__benefits li {
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
}

.serum-finder-product__name {
  color: #ad1f4c;
  margin: 0;
  font-weight: normal;
  font-family: var(--CLARINS-FONT);
  font-size: 30px;
  line-height: 1em;
}

.serum-finder-product__tint {
  color: #333333;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 12px;
  margin: 15px 0;
}

.serum-finder-skin-logo {
  max-width: 128px;
  width: 100%;
}

.serum-finder-product__shadelink {
  color: #000;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 11px;
  margin: 15px 0;
  text-decoration: underline;
  display: inline-block;
  /********************************/
  /* display: none; */
}

.serum-finder-product-quickshop-list {
  display: none;
}

.serum-finder-product__restartlink:hover {
  text-decoration: none;
}

.serum-finder-product__actions {
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}

.serum-finder-product__actions>div {
  min-width: 150px;
}

.serum-finder-product__price {
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
}

@media only screen and (max-width: 761px) {
  .serum-finder-product {
    display: block;
  }

  .serum-finder-product__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }

  .serum-finder-product__content>* {
    order: 1;
  }

  .serum-finder-result__title {
    display: block;
    padding: 0 20px;
    font-size: 30px;
  }

  .serum-finder-product__actions {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .serum-finder-product__packshot {
    max-width: 335px;
    position: relative;
    margin: 0 auto;
    display: block;
    height: 335px;
    width: 335px;
  }

  .serum-finder-product__benefits {
    max-width: 760px;
    order: 3;
  }

  .serum-finder-product__benefits li {
    text-align: center;
  }

  .serum-finder-product__couvrance {
    justify-content: center;
    padding: 0;
  }

  .serum-finder-product__price {
    margin: 0;
  }
}

/***********************************************************************/

/*********************/
/** RELATED CONTENT **/
/*********************/

.serum-finder-related-content {
  background-color: #fbf1f0;
  padding: 55px 0;
  position: relative;
}

@media screen and (max-width: 761px) {
  .serum-finder-related-content {
    margin-top: 55px;
  }
}

.serum-finder-related-content__wrapper {
  display: flex;
  justify-content: center;
}

.serum-finder-related-content__item {
  width: 263px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 6px;
}

.serum-finder-related-content__item-visual {
  width: 100%;
  display: block;
}

.serum-finder-related-content__item-visual img {
  width: 100%;
}

.serum-finder-related-content__item-title {
  color: #ad1f4c;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 40px;
  margin: 0;
  margin-top: 25px;
}

.serum-finder-related-content__item-description {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.serum-finder-related-content__item-redirect {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
  margin-top: auto;
}

/***********************************************/

.serum-finder-background__ingredient {
  position: absolute;
  width: 100%;
}

.serum-finder-background__ingredient img {
  width: 100%;
}

.serum-finder-background__ingredient-1 {
  top: 0;
  left: 0;
  max-width: calc(295 / 1440 * var(--WIDTH));
}

.serum-finder-background__ingredient-2 {
  bottom: 0;
  right: 0;
  max-width: calc(391 / 1440 * var(--WIDTH));
}

@media screen and (max-width: 899px) {
  .serum-finder-background__ingredient-1 {
    width: 149px;
  }

  .serum-finder-background__ingredient-2 {
    width: 114px;
  }
}

/** CUSTOm **/

.serum-finder-steps__button[data-value="face"] img {
  width: 54px;
}

.serum-finder-steps__button[data-value="eye"] img {
  width: 58px;
}

.serum-finder-steps__button[data-value="lashes"] img {
  width: 61px;
}

.serum-finder-steps__button[data-value="hydrated"] img {
  width: 29px;
}

.serum-finder-steps__button[data-value="brightness"] img {
  width: 47px;
}

.serum-finder-steps__button[data-value="tighter"] img {
  width: 41px;
}

.serum-finder-steps__button[data-value="lift"] img {
  width: 55px;
}

.serum-finder-steps__button[data-value="skin-tone"] img {
  width: 33px;
}

.serum-finder-steps__button[data-value="younger-looking"] img {
  width: 36px;
}

.serum-finder-steps__button[data-value="firm"] img {
  width: 48px;
}

.serum-finder-steps__button[data-value="depuff"] img {
  width: 60px;
}

.serum-finder-steps__button[data-value="lightweight"] img {
  width: 44px;
}

.serum-finder-steps__button[data-value="nourishing"] img {
  width: 55px;
}

/*******************/
/** RESULT SCREEN **/
/*******************/

.serum-finder-product__header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  min-height: 470px;
}

.serum-finder-product__header-KV-container,
.serum-finder-product__header-text-container {
  width: 50%;
}

.serum-finder-product__header-text-container {
  padding-right: 20px;
}

.serum-finder-product__header-title {
  font-size: 30px;
  line-height: 35px;
  font-family: var(--CLARINS-FONT);
  margin: 0;
  font-weight: normal;
}

.serum-finder-product__KV {
  max-width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.serum-finder-product__KV,
.serum-finder-product__KV img {
  width: 100%;
  display: block;
}

.serum-finder-product__header-description {
  font-size: 14px;
  line-height: 19.6px;
  margin: 0;
  margin-top: 15px;
  letter-spacing: 0.02em;
  width: 100%;
}

.serum-finder-product__header-advantages {
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 19.6px;
  margin: 0;
  margin-top: 20px;
  letter-spacing: 0.02em;
}

.serum-finder-product__header-KV-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.serum-finder-product__header-price {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.serum-finder-product-link-list {
  display: none;
}

.serum-finder-product__expertise {
  background-color: #faf3eb;
  min-height: 604px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  overflow: hidden;
}

.serum-finder-product__expertise-inner {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.serum-finder-product__expertise-ingredient {
  position: absolute;
  transform: translateX(-50%);
  display: block;
}

.serum-finder-product__expertise[data-anim="0"] .serum-finder-product__expertise-ingredient img {
  transform: scale(1.2);
}

.serum-finder-product__expertise[data-anim="1"] .serum-finder-product__expertise-ingredient img {
  transition: transform ease-out 2s;
  transform: scale(1);
}

.serum-finder-product__expertise-ingredient picture,
.serum-finder-product__expertise-ingredient img {
  width: 100%;
  display: block;
}

.serum-finder-product__expertise-title {
  font-family: var(--CLARINS-FONT);
  font-weight: normal;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

.serum-finder-product__expertise-title>span:first-child {
  font-size: 110px;
  line-height: 61px;
  color: #b40024;
}

.serum-finder-product__expertise-title>span:last-child {
  padding-left: 70px;
  font-size: 35px;
  line-height: 42px;
  display: block;
}

.serum-finder-product__expertise-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 0;
  position: absolute;
  left: calc(50% + 200px);
  transform: translateX(-50%);
  bottom: 0;
}

.serum-finder-product__expertise-description a {
  color: #000000;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  display: block;
  margin-top: 20px;
  text-decoration: underline;
}

.serum-finder-product__expertise-description {
  margin: 0;
}

.serum-finder-product__expertise-description a:hover {
  text-decoration: none;
}

.serum-finder-product__expertise-products-img img {
  display: block;
  width: 100%;
}

.serum-finder-product__expertise-products-img {
  display: block;
  max-width: 100px;
  width: 100%;
}

.serum-finder-product__expertise-ingredient>span {
  min-height: 30px;
  font-family: var(--GOTHAM-MEDIUM);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: absolute;
  z-index: 1;
}

.serum-finder-product__routine-carrousel:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  /*align-items: flex-start;*/
}

.serum-finder-product__routine-carrousel:not(.slick-initialized) .serum-finder-product__routine-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.serum-finder-product__routine-carrousel:not(.slick-initialized) .serum-finder-product__routine-item-name {
  flex: 1;
}

.serum-finder-product__routine {
  padding: 50px 0;
  padding-bottom: 10px;
  text-align: center;
}

.serum-finder-product__routine-title,
.serum-finder-product__video-title {
  font-family: var(--CLARINS-FONT);
  font-size: 35px;
  line-height: 42px;
  font-weight: normal;
  margin: 0;
}

.serum-finder-product__video {
  text-align: center;
  padding-top: 60px;
}

.serum-finder-product__video-container {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 766px;
  width: 100%;
}

.serum-finder-product__video-subcontainer {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.serum-finder-product__video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.serum-finder-product__routine-carrousel {
  margin: 0 35px;
  margin-top: 45px;
}

.serum-finder-product__routine-item-title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}

.serum-finder-product__routine-item-name {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 40px;
}

.serum-finder-product__routine-item-img-container {
  margin-top: 20px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.serum-finder-product__routine-item {
  width: 300px;
}

.serum-finder-product__routine-item-img-container::before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gotham_XLight";
  color: #e9e3e1;
  font-size: 200px;
  z-index: 1;
}

.serum-finder-product__routine-item--1 .serum-finder-product__routine-item-img-container::before {
  content: "1";
  left: calc(50% - 60px);
}

.serum-finder-product__routine-item--2 .serum-finder-product__routine-item-img-container::before {
  content: "2";
  left: calc(50% - 90px);
}

.serum-finder-product__routine-item--3 .serum-finder-product__routine-item-img-container::before {
  content: "3";
  left: calc(50% - 100px);
}

.serum-finder-product__routine-item-texture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.serum-finder-product__routine-item-img {
  position: relative;
}

.serum-finder-product__routine-item .serum-finder-shopnow {
  background-color: #fff !important;
  color: #333333;
  border: solid 1px #cfcac9;
}

.serum-finder-quickshop {
  display: none;
}

.serum-finder-product__push-title {
  font-family: "ClarinsRegular", "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  margin: 20px auto;
  text-align: center;
}

.serum-finder-product__push-container {
  display: none;
  margin-top: 14px;
  max-width: 584px;
  width: 100%;
}

.serum-finder-product__push {
  display: flex;
  justify-content: center;
  width: 100%;
  border: solid 1px #e9e3de;
  margin: 0 auto;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.serum-finder-product__push-text-1 {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}

.serum-finder-product__push-text-2 {
  font-size: 26px;
  line-height: 32px;
  font-family: var(--CLARINS-FONT);
}

.serum-finder-product__push-text-3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
  max-width: 260px;
}

.serum-finder-product__push-infos .serum-finder-shopnow {
  margin-top: 15px;
  border: solid 1px #dedbda;
  background-color: #fff !important;
  color: #333333;
  transition: 0.3s;
}

.serum-finder-product__push-infos .serum-finder-shopnow:hover {
  border-color: #be0f34;
  color: #be0f34;
}

.serum-finder-product__push-infos {
  margin-left: auto;
  width: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.serum-finder-product__push-visual {
  width: 100px;
  max-width: 100px;
  height: 150px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

#PRECIOUS-BANNER .serum-finder-product__push-visual {
  background-color: #000;
}

#PRECIOUS-BANNER .serum-finder-product__push-text-2 {
  color: #bd954f
}

#DOUBLE-SERUM-BANNER .serum-finder-product__push-visual {
  /* max-width: 60px;*/
}

.serum-finder-product__push-text {
  padding-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.serum-finder-product__push-price {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.serum-finder-product__push-price_per-liter {
  font-size: 11px;
}

.serum-finder-product__cta {
  margin-top: 16px;
}

@media screen and (min-width: 762px) {
  .serum-finder-steps__item-title br {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .serum-finder-product__routine-item {
    width: 200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 762px) {
  .serum-finder-product__push-text-3 br[mobile] {
    display: none;
  }
}

@media screen and (max-width: 761px) {
  .serum-finder-product__video {
    padding: 0 20px;
    padding-top: 50px;
  }

  .serum-finder-product__push-text {
    padding: 0;
  }

  .serum-finder-product__push {
    flex-direction: column;
    padding: 20px;
    padding-left: 130px;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 225px;
  }

  .serum-finder-product__push-text-1 {
    /*text-align: center;*/
  }



  .serum-finder-product__push-text-2 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
  }

  .serum-finder-product__push-text-3 {
    display: none;
  }

  .serum-finder-product__push-visual {
    max-width: 110px;
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 100%;
  }

  .serum-finder-product__push-infos {
    padding: 0;
    margin-left: 0;
    align-items: flex-start;
  }

  .serum-finder-product__push-text-3,
  .serum-finder-product__push-price {
    margin-top: 10px;
  }

  .serum-finder-product__push-container {
    padding: 0 18px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin: 0 auto;
  }

  .serum-finder-product__push-price {
    text-align: left;
  }
}

.serum-finder-screen[data-screen="result"] {
  position: relative;
}

.try-it-on-widget {
  position: absolute;
  top: 0px !important;
  left: 132px !important;
}

@media (max-width: 761px) {
  .try-it-on-widget {
    left: auto !important;
  }
}

.try-it-on-block {
  top: 0px !important;
}

#RESULT-DATA i-promo-block {
  display: none !important;
}

#RESULT-DATA i-ogwidget-basic {
  display: none !important;
}

#RESULT-DATA i-product-above-the-fold {
  margin: 0;
  /* max-height: 580px;*/
}

#RESULT-DATA i-scroll-to-anchor[target="#i-component-placeholder-observer__discover-more"] {
  display: none;
}

#RESULT-DATA .product-bazaar-voice__link.product-bazaar-voice__link-js {
  pointer-events: visible;
  cursor: initial;
}

#RESULT-DATA .product-bazaar-voice__link.product-bazaar-voice__link-js>span {
  text-decoration: none;
}

#RESULT-DATA .product-bazaar-voice__link.product-bazaar-voice__link-js:hover {
  color: #000;
}

#RESULT-DATA .product-bazaar-voice__link.product-bazaar-voice__link-js:focus {
  outline: none !important;
}

#RESULT-DATA i-shade-comparator-button {
  display: none !important;
}

#RESULT-DATA i-product-above-the-fold .imagethumbnailcarousel-loader .carousel-wrapper {
  max-height: 489px;
  overflow: hidden;
}

#RESULT-DATA .component-loader:not(.hide-loader)::before {
  display: none;
}

@media (max-width: 761px) {
  #RESULT-DATA i-product-above-the-fold {
    margin: 0;
    max-height: unset;
  }

  #RESULT-DATA i-product-above-the-fold .product-info__description {
    text-align: center;
  }

  #RESULT-DATA .component-loader:not(.hide-loader)::before {
    display: none;
  }

  #RESULT-DATA {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .serum-finder-product__restartlink-wrapper {
    background-image: url(../img/background-popin-finder-mobile-bottom.jpg);
    height: calc(88 / 375 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
  }
}


/*------------------------------------------------------------------------------------------*/
#main:not(.main-homepage) {
  max-width: revert!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}
/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
.serum-finder-background {
    width: 108vw;
}
}
/*------------------------------------------------------------------------------------------*/
body,
  html {
    width: 100%;
    overflow-x: hidden !important;
  }
  #main:not(.main-homepage) {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }