body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#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_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.lipstick-finder {
  position: relative;
  width: 100%;
  display: block;
  /* max-width: 1250px; */
  margin: 0 auto;
  --CLARINS-FONT: "ClarinsRegular", "Clarins";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
  --GOTHAM-XLIGHT: "Gotham_Light";
  --FONT-SIZE: 14px;
  --FINDER-HEIGHT: 535px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  --WIDTH: 1440px;
}

.lipstick-finder * {
  box-sizing: border-box;
}

.lipstick-finder-disabled {
  pointer-events: none !important;
  cursor: default !important;
}

.lipstick-finder-btn.lipstick-finder-disabled,
.lipstick-finder-shopnow.lipstick-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%;
}

.lipstick-finder .slick-dots {
  width: 100%;
  bottom: -50px;
  height: 30px;
}

@media (max-width: 761px) {
  .lipstick-finder {
    --FINDER-HEIGHT: 170vw;
  }
}

@media screen and (max-width: 1440px) {
  .lipstick-finder {
    --WIDTH: 100vw;
  }
}

.lipstick-finder * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lipstick-finder-screen {
  display: none;
}

.lipstick-finder-screen[data-screen="steps"] {
  min-height: var(--FINDER-HEIGHT);
}

.lipstick-finder-screen[data-select="1"] {
  display: block;
}

.lipstick-finder-breadcrumb {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin: 2px auto;
  margin-bottom: 20px;
  z-index: 2;
}

.lipstick-finder-breadcrumb > div::before {
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #b40024;
  position: absolute;
  top: 13px;
  left: 100%;
  z-index: -1;
}

.lipstick-finder-breadcrumb > div::after {
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #b40024;
  position: absolute;
  top: 13px;
  right: 100%;
  z-index: -1;
}

.lipstick-finder-breadcrumb > div:first-child::after {
  display: none;
}

.lipstick-finder-breadcrumb > div:last-child::before {
  display: none;
}

.lipstick-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;
}

.lipstick-finder-breadcrumb > div[data-filter]:hover {
  background-color: #b40024;
  color: #fff;
}

.lipstick-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;
}

.lipstick-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);
}

.lipstick-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;
}

.lipstick-finder-breadcrumb > div[data-value="-1"] {
  display: none;
}

.lipstick-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;
}

.lipstick-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) {
  .lipstick-finder-breadcrumb {
    margin-bottom: 10px;
  }

  .lipstick-finder-breadcrumb > div {
    margin: 5px 8px;
  }
}

/****************************************************************/
.lipstick-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) {
  .lipstick-finder-btn--tryiton {
    margin-left: 15px;
  }
}

@media (max-width: 761px) {
  .lipstick-finder-btn--tryiton {
    margin-top: 10px;
  }
}

.lipstick-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;
}

.lipstick-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;
}

/*------------------------------------------------*/
.lipstick-finder-btn:focus::after {
  opacity: 1;
  outline: 0 !important;
}

.lipstick-finder-btn:hover {
  color: #b40024;
  outline: 0 !important;
}

.lipstick-finder-btn:active::after {
  opacity: 1;
  outline: 0 !important;
}

/****************************************************************/
.lipstick-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;
}

.lipstick-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;
}

/*------------------------------------------------*/
.lipstick-finder-shopnow:focus::after {
  opacity: 1;
  outline: 0 !important;
}

.lipstick-finder-shopnow:hover {
  color: #fff;
  outline: 0 !important;
}

.lipstick-finder-shopnow:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.lipstick-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) {
  .lipstick-finder-home {
    min-height: 170vw;
    height: 170vw;
    overflow: hidden;
  }
}

.lipstick-finder-home__wrapper {
  padding: 40px 100px;
  max-width: 586px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.lipstick-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;
}

.lipstick-finder-home__title-texture {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 48px;
  line-height: 1em;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url(../img/texture.png);
  background-size: 100% auto;
  margin-left: 0.5em;
  margin-right: auto;
}

.lipstick-finder-home__bold-text {
  margin: 0;
  line-height: 1.4em;
  padding-bottom: 20px;
  color: #ad1f4c;
  font-family: var(--GOTHAM-MEDIUM);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.lipstick-finder-home__text {
  margin: 0;
  line-height: 1.4em;
  padding-bottom: 20px;
  color: #333333;
  font-family: var(--GOTHAM-BOOK);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .lipstick-finder-home {
    padding-left: 40%;
  }

  .lipstick-finder-home__wrapper {
    padding: 40px;
  }
}

@media (max-width: 761px) {
  .lipstick-finder-home {
    padding: 0;
    padding-top: 105px;
    justify-content: flex-start;
  }

  .lipstick-finder-home__title {
    font-size: 53px;
    padding-bottom: 20px;
  }

  .lipstick-finder-home__title-texture {
    margin: 0;
    font-size: 42px;
  }

  .lipstick-finder-home__wrapper {
    padding: 0 5px;
    text-align: center;
  }
}

/*------------------------------------------------*/

.lipstick-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;
}

.lipstick-finder-logo__title > span:first-child {
  display: block;
  height: 31px;
  /* overflow: hidden;*/
}

.lipstick-finder-logo__title-texture {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 29px;
  line-height: 1em;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url(../img/texture.png);
  background-size: 100% auto;
  margin-left: 15px;
  height: 25px;
  overflow: hidden;
}

@media (max-width: 761px) {
  .lipstick-finder-logo__title {
    font-size: 30px;
    flex-direction: column;
    align-items: center;
  }

  .lipstick-finder-logo__title-texture {
    font-size: 24px;
  }
}

/*------------------------------------------------*/
.lipstick-finder-steps {
  position: relative;
  min-height: 402px;
}

@media (max-width: 761px) {
  .lipstick-finder-steps {
    /* min-height: var(--FINDER-HEIGHT); */
    min-height: 50vh;
  }
}

/*******************************************************/
.lipstick-finder-background {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
  overflow: hidden;
  min-height: var(--FINDER-HEIGHT);
}

.lipstick-finder-home .lipstick-finder-background {
  min-height: 0;
}

.lipstick-finder-background img {
  width: 100%;
  display: block;
}

@media (max-width: 1023px) {
  .lipstick-finder-background {
    left: calc(50% - 900px);
  }
}

@media (max-width: 761px) {
  .lipstick-finder-background {
    left: 0;
    width: 100vw;
  }
}

.lipstick-finder-background__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: center center;
  z-index: 1;
  display: block;
}

*[data-select="1"] .lipstick-finder-background__layer:nth-child(2n + 1) {
  animation: zoom_1 ease-in-out 3s both;
}

*[data-select="1"] .lipstick-finder-background__layer:nth-child(2n) {
  animation: zoom_2 ease-in-out 4s both;
}

.lipstick-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;
  }
}

.lipstick-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;
}

.lipstick-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;
}

.lipstick-finder-steps__item-text {
  font-family: var(--GOTHAM-BOOK);
  font-size: 14px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lipstick-finder-steps__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 30px 0;
  padding-top: 70px;
  --DELAY: 0.2s;
  --DURATION: 0.5s;
}

.lipstick-finder-steps__item[data-active="0"] {
  opacity: 0.5;
  pointer-events: none;
  display: none;
}

.lipstick-finder-steps__button {
  max-width: 250px;
  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;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: ButtonAppear ease-in-out var(--DURATION) both;
  transform: translateY(10%);
  opacity: 0;
  transition: background-color 0.5s;
  padding-bottom: 30px;
}

.lipstick-finder-steps__button:hover {
  background-color: #efdcdb;
}

.lipstick-finder-steps__item[data-active="0"] .lipstick-finder-steps__button {
  animation: none;
}

.lipstick-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;
}

.lipstick-finder-product__colors li {
  margin: 3px 5px;
}

button.lipstick-finder-product__color-button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  min-width: auto;
  padding: 0;
  position: relative;
}

button.lipstick-finder-product__color-button:active {
  outline: none !important;
}

button.lipstick-finder-product__color-button::before,
button.lipstick-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);
}

button.lipstick-finder-product__color-button::before {
  width: 28px;
  height: 28px;
}

button.lipstick-finder-product__color-button::after {
  width: 26px;
  height: 26px;
}

button.lipstick-finder-product__color-button[is-selected="true"]::before,
button.lipstick-finder-product__color-button:hover::before {
  background-color: rgba(255, 255, 255, 0);
  border: solid 3px #000;
}

button.lipstick-finder-product__color-button[is-selected="true"]::after,
button.lipstick-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;
  }
}

.lipstick-finder-steps__button:nth-child(1) {
  animation-delay: calc(var(--DELAY) * 1);
}

.lipstick-finder-steps__button:nth-child(2) {
  animation-delay: calc(var(--DELAY) * 2);
}

.lipstick-finder-steps__button:nth-child(3) {
  animation-delay: calc(var(--DELAY) * 3);
}

.lipstick-finder-steps__button:nth-child(4) {
  animation-delay: calc(var(--DELAY) * 4);
}

.lipstick-finder-steps__button:nth-child(5) {
  animation-delay: calc(var(--DELAY) * 5);
}

.lipstick-finder-steps__button:nth-child(6) {
  animation-delay: calc(var(--DELAY) * 6);
}

.lipstick-finder-steps__button:nth-child(7) {
  animation-delay: calc(var(--DELAY) * 7);
}

.lipstick-finder-steps__button:nth-child(8) {
  animation-delay: calc(var(--DELAY) * 8);
}

.lipstick-finder-steps__button[data-active="0"] {
  opacity: 0.5;
  pointer-events: none;
  display: none;
}

.lipstick-finder-steps__button[data-select="1"] {
  background-color: #000;
  color: #fff;
}

.lipstick-finder-steps__button img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.lipstick-finder-steps__button[data-filter="BENEFITS"] {
  max-width: 221px;
  height: 164px;
  justify-content: flex-end;
}

.lipstick-finder-steps__button[data-filter="PRODUCT_TYPE"] {
  max-width: 220px;
  height: 198px;
  justify-content: flex-start;
}

.lipstick-finder-steps__button[data-filter="FINISHS"] {
  max-width: 221px;
  height: 228px;
  justify-content: space-between;
}

.lipstick-finder-steps__button[data-filter="INTENSITY"] {
  max-width: 221px;
  height: 198px;
  justify-content: space-between;
  padding-bottom: 0;
}

.lipstick-finder-steps__button[data-filter="PRODUCT_TYPE"] .lipstick-finder-steps__picto {
  max-width: 199px;
  width: 100%;
  height: auto;
  margin: 0;
}

.lipstick-finder-steps__button[data-filter="FINISHS"] .lipstick-finder-steps__picto {
  margin: 0;
  width: 100%;
}

.lipstick-finder-steps__button[data-filter="INTENSITY"] .lipstick-finder-steps__picto {
  width: 201px;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.lipstick-finder-steps__item .lipstick-finder-steps__button[data-filter="INTENSITY"] > span {
  height: 100%;
}

.lipstick-finder-steps__item[data-filter="INTENSITY"] .lipstick-finder-steps__item-text {
  display: none;
}

.lipstick-finder-steps__item[data-product="Lip Oil"] .lipstick-finder-steps__item-text[data-product="Lip Oil"] {
  display: block;
}

.lipstick-finder-steps__item[data-product="Lip Perfector"] .lipstick-finder-steps__item-text[data-product="Lip Perfector"] {
  display: block;
}

/* .lipstick-finder-steps__item .lipstick-finder-steps__button:hover {
  background: linear-gradient(to right, #f6ede8, #ffffff);
  color: #90603f;
} */

.lipstick-finder-steps__item .lipstick-finder-steps__picto {
  width: 60px;
  height: 60px;
  display: block;
  margin: 10px auto;
}

.lipstick-finder-steps__item .lipstick-finder-steps__picto img {
  width: 100%;
  display: block;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform ease-in-out 0.5s;
}

.lipstick-finder-steps__item .lipstick-finder-steps__button:hover .lipstick-finder-steps__picto img {
  transform: scale(1.1) translate3d(0, 0, 0);
}

.lipstick-finder-steps__item .lipstick-finder-steps__button > span {
  display: flex;
  /* margin-bottom: 10px; */
  height: 40px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 12px;
  text-align: center;
  /* max-width: 150px; */
  color: #ad1f4c;
  letter-spacing: 0.1em;
}

@media (max-width: 761px) {
  .lipstick-finder-steps__item .lipstick-finder-steps__button > span {
    height: 30px;
  }

  .lipstick-finder-steps__wrapper {
    padding: 20px 0;
  }

  .lipstick-finder-steps__item-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lipstick-finder-steps__item {
    max-width: 500px;
    margin: 0 auto;
  }

  .lipstick-finder-steps__button[data-filter="BENEFITS"],
  .lipstick-finder-steps__button[data-filter="FINISHS"],
  .lipstick-finder-steps__button[data-filter="INTENSITY"],
  .lipstick-finder-steps__button[data-filter="PRODUCT_TYPE"] {
    max-height: 45vw;
  }
}

/*****  ETAPE- 1 Choose yout skin tone  ***********************************************/
/* .lipstick-finder-steps__item[data-filter="SKINTONES"] .lipstick-finder-steps__portrait {
    margin: 10px;
    width: calc(100% - 20px);
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.lipstick-finder-steps__item[data-filter="SKINTONES"] .lipstick-finder-steps__portrait img {
    width: 100%;
    display: block;
    transform: scale(1) translate3d(0, 0, 0);
    transition: transform ease-in-out 0.5s;

}

.lipstick-finder-steps__item[data-filter="SKINTONES"] .lipstick-finder-steps__button:hover .lipstick-finder-steps__portrait img {
    transform: scale(1.1) translate3d(0, 0, 0);
}

.lipstick-finder-steps__item[data-filter="SKINTONES"]>span {
    display: flex;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 12px;
    text-align: center;
}

.lipstick-finder-steps__item[data-filter="SKINTONES"] .lipstick-finder-steps__button {
    max-width: 218px;
    border-radius: 10px;
    flex-basis: calc(20% - 20px);
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Very light"] {
    background: linear-gradient(to right, #fce1d2, #fee8dc);
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Very light"] span {
    color: #733f2c;
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Light"] {
    background: linear-gradient(to right, #f7cbb3, #fbd1ba);
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Light"] span {
    color: #592b1c;
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Medium"] {
    background: linear-gradient(to right, #e9aa8b, #edb296);
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Medium"] span {
    color: #813d19;
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Deep"] {
    background: linear-gradient(to right, #b56e48, #c07d59);
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Deep"] span {
    color: #f9e9e1;
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Very deep"] {
    background: linear-gradient(to right, #6f3b29, #7d4734);
}

.lipstick-finder-steps__button[data-filter="SKINTONES"][data-value="Very deep"] span {
    color: #feece1;
}

.lipstick-finder-steps__button[data-filter="CONCERNS"] .lipstick-finder-steps__picto {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.lipstick-finder-steps__button[data-value="Pores"]>span {
    color: #ad8572;
}

.lipstick-finder-steps__button[data-value="Imperfections"]>span {
    color: #a96e48
}

.lipstick-finder-steps__button[data-value="Shine"]>span {
    color: #ae7754;
}

.lipstick-finder-steps__button[data-value="Spots"]>span {
    color: #bb8d72;
}

.lipstick-finder-steps__button[data-value="Redness"]>span {
    color: #a3663d;
}

.lipstick-finder-steps__button[data-value="Fatigue mark"]>span {
    color: #a66a43;
}

.lipstick-finder-steps__button[data-value="Signs of aging"]>span {
    color: #af7856;
}

.lipstick-finder-steps__button[data-value="Lack of shine"]>span {
    color: #b58161;
}


.lipstick-finder-steps__button[data-value="Classic"]>span,
.lipstick-finder-steps__button[data-value="Nomade"]>span,
.lipstick-finder-steps__button[data-value="Creamy"]>span,
.lipstick-finder-steps__button[data-value="Fluid"]>span {
    color: #b58161;
}

@media(max-width:761px) {
    .lipstick-finder-steps__item[data-filter="SKINTONES"] .lipstick-finder-steps__portrait {
        margin: 8px;
        width: calc(100% - 16px);
        border-radius: 8px;
    }
} */

/*****  ETAPE- 4/5 TEINTES ***********************************************/
/* .lipstick-finder-steps__button[data-filter="TINTS"] {
    max-width: 162px;
    animation-delay: 0s !important;
}

.lipstick-finder-steps__button[data-filter="TINTS"] img {
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}

.lipstick-finder-steps__button[data-filter="TINTS"]:hover img {
    transform: scale(1.1);
} */

@media (max-width: 1023px) {
  .lipstick-finder-steps__button {
    flex-basis: 100% !important;
  }
}

@media (max-width: 761px) {
  .lipstick-finder-steps__button {
    max-width: calc(50% - 20px) !important;
  }
}

/*****  ETAPE- 4/5 Let's find your shade!  Your skin's undertone is :***********************************************/

.lipstick-finder-steps__shade {
  position: absolute;
  display: block;
  height: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.lipstick-finder-steps__button-wrapper {
  max-width: 218px;
  position: relative;
  flex-basis: 100%;
  margin: 5px;
}

.lipstick-finder-steps__button-wrapper[data-active="0"] {
  display: none;
}

/* .lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    justify-content: flex-end;
} */

.lipstick-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;
}

/* .lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button:hover+.lipstick-finder-steps__shade p {
    background: linear-gradient(to right, #f6ede8, #ffffff);
} */

.lipstick-finder-steps__shade[open] + span {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.lipstick-finder-steps__shade summary::-webkit-details-marker,
.lipstick-finder-steps__shade summary::marker {
  display: none;
  list-style: none;
  content: "";
}

.lipstick-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;
}

.lipstick-finder-steps__item[data-active="0"] .lipstick-finder-steps__shade summary::before {
  animation: none;
}

.lipstick-finder-steps__item[data-active="1"] .lipstick-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;
  }
}

.lipstick-finder-steps__shade summary {
  margin: 0 auto;
  text-align: center;
  height: 100%;
  width: 100%;
}

/* .lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button::before {
    content: " ";
    width: calc(100% - 20px);
    height: 18px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

.lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button[data-value="Pink"]::before {
    background: linear-gradient(to right, #ebb798, #facbc0);
}

.lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button[data-value="Neutral"]::before {
    background: linear-gradient(to right, #c38a59, #eeb78c);
}

.lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button[data-value="Golden"]::before {
    background: linear-gradient(to right, #7d5031, #b67f5b);
} */

@media (max-width: 761px) {
  .lipstick-finder-steps__shade p {
    height: 80px;
  }

  .lipstick-finder-steps__button-wrapper {
    max-width: calc(50% - 20px);
    margin: 5px;
    flex-basis: 100%;
  }

  /* .lipstick-finder-steps__item[data-filter="UNDERTONES"] .lipstick-finder-steps__button {
        max-width: 100% !important;
    } */
}

/***************************************************************************************/

.lipstick-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;
}

.lipstick-finder-push__background {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 0;
  z-index: 1;
}

.lipstick-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);
}

.lipstick-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;
}

.lipstick-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) {
  .lipstick-finder-push {
    height: auto;
    display: block;
    padding: 0;
  }

  .lipstick-finder-push__content {
    margin: 0 auto;
  }

  .lipstick-finder-push__background {
    position: relative;
    width: 100%;
  }

  .lipstick-finder-push__background img {
    width: 100%;
  }

  .lipstick-finder-push__title {
    font-size: 30px;
    margin-top: 30px;
  }
}

/**********************************************************************/

.lipstick-finder-hiddenquickshop {
  display: none;
}

.lipstick-finder-result {
  margin: 0 auto;
}

.lipstick-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;
}

.lipstick-finder-product {
  display: flex;
  margin: 0 auto;
  max-width: 970px;
  justify-content: center;
  padding-top: 10px;
  align-items: flex-start;
}

.lipstick-finder-product__content {
  margin-left: 40px;
  /* max-width: 360px; */
  max-width: 370px;
  padding-top: 40px;
}

.lipstick-finder-product__packshot {
  max-width: 360px;
  position: relative;
}

@media (min-width: 761px) {
  .lipstick-finder-product__packshot {
    width: 360px;
    flex-basis: 360px;
  }
}

.lipstick-finder-product__packshot img {
  width: 100%;
}

.lipstick-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;
}

.lipstick-finder-product__couvrance span {
  display: block;
  /* padding-top: 16px; */
  padding-top: 5px;
  background-repeat: no-repeat;
  background-position: top center;
}

.lipstick-finder-product__couvrance img[data-vartoreplace="coverage"] {
  width: 56px;
  margin: 0 auto;
  margin-top: 5px;
}

/* .lipstick-finder-product__couvrance[data-coverage="matte-finish"] span {
  background-image: url(../img/coverage-everlasting.png);
}

.lipstick-finder-product__couvrance[data-coverage="glowy"] span {
  background-image: url(../img/coverage-glowy.png);
}

.lipstick-finder-product__couvrance[data-coverage="mat"] span {
  background-image: url(../img/coverage-mat.png);
}

.lipstick-finder-product__couvrance[data-coverage="satin"] span {
  background-image: url(../img/coverage-satine.png);
} */

.lipstick-finder-product__mentions {
  padding: 8px;
  font-size: 11px;
}

.lipstick-finder-product__benefits {
  font-size: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.lipstick-finder-product__benefits li {
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
}

.lipstick-finder-product__name {
  color: #ad1f4c;
  margin: 0;
  font-weight: normal;
  font-family: var(--CLARINS-FONT);
  font-size: 30px;
  line-height: 1em;
}

.lipstick-finder-product__tint {
  color: #333333;
  text-transform: uppercase;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 12px;
  margin: 15px 0;
}

.lipstick-finder-skin-logo {
  max-width: 128px;
  width: 100%;
}

.lipstick-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; */
}

.lipstick-finder-product__restartlink {
  display: table;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  margin: 0 auto;
  margin: 60px auto;
}

.lipstick-finder-product__actions {
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}

.lipstick-finder-product__actions > div {
  min-width: 150px;
}

.lipstick-finder-product__price {
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
}

@media only screen and (max-width: 761px) {
  .lipstick-finder-product {
    display: block;
  }

  .lipstick-finder-product__restartlink {
    /*top: auto;*/
    text-align: center;
    padding: 5px;
    position: absolute;
    /*bottom: -10px;*/
    left: 50%;
    transform: translateX(-50%);
  }

  .lipstick-finder-product__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }

  .lipstick-finder-product__content > * {
    order: 1;
  }

  .lipstick-finder-result__title {
    display: block;
    padding: 0 20px;
    font-size: 30px;
  }

  .lipstick-finder-product__actions {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .lipstick-finder-product__packshot {
    max-width: 335px;
    position: relative;
    margin: 0 auto;
    display: block;
    height: 335px;
    width: 335px;
  }

  .lipstick-finder-product__benefits {
    max-width: 760px;
    order: 3;
  }

  .lipstick-finder-product__benefits li {
    text-align: center;
  }

  .lipstick-finder-product__couvrance {
    justify-content: center;
    padding: 0;
  }

  .lipstick-finder-product__price {
    margin: 0;
  }
}

/***********************************************************************/

/*********************/
/** RELATED CONTENT **/
/*********************/

.lipstick-finder-related-content {
  background-color: #fbf1f0;
  padding: 55px 0;
  position: relative;
}

@media screen and (max-width: 761px) {
  .lipstick-finder-related-content {
    margin-top: 55px;
  }
}

.lipstick-finder-related-content__wrapper {
  display: flex;
  justify-content: center;
}

.lipstick-finder-related-content__item {
  width: 263px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 6px;
}

.lipstick-finder-related-content__item-visual {
  width: 100%;
  display: block;
}

.lipstick-finder-related-content__item-visual img {
  width: 100%;
}

.lipstick-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;
}

.lipstick-finder-related-content__item-description {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.lipstick-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;
}

/***********************************************/

.lipstick-finder-background__ingredient {
  position: absolute;
  width: 100%;
}

.lipstick-finder-background__ingredient img {
  width: 100%;
}

.lipstick-finder-background__ingredient-1 {
  top: 0;
  left: 0;
  max-width: calc(295 / 1615 * var(--WIDTH));
}

.lipstick-finder-background__ingredient-2 {
  bottom: 0;
  right: 0;
  max-width: calc(391 / 1440 * var(--WIDTH));
}

@media screen and (max-width: 899px) {
  .lipstick-finder-background__ingredient-1 {
    width: 149px;
  }

  .lipstick-finder-background__ingredient-2 {
    width: 114px;
  }
}

/*===================================================*/
.lipstick-finder-steps__item .lipstick-finder-steps__button > span {
  padding: 5px;
}

.lipstick-finder-related-content__item-description {
  min-height: 60px;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .lipstick-finder-background__ingredient-2 {
    right: -30px;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .lipstick-finder-screen[data-screen="steps"] {
    height: 800px;
  }
  .lipstick-finder-screen[data-screen="steps"] .lipstick-finder-background {
    width: 100%;
    left: unset;
  }
  .lipstick-finder .slick-dots {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .lipstick-finder-skin-logo {
    margin-top: 20px;
  }
  .lipstick-finder-product__restartlink {
    top: unset;
    bottom: unset;
    margin: 30px auto;
  }
  .lipstick-finder-related-content {
    margin-top: 90px;
  }
  .lipstick-finder-steps__button[data-filter="INTENSITY"] .lipstick-finder-steps__picto {
    width: 175px;
  }
}
/* ====================================== */
.lipstick-finder-product__couvrance {
  left: -50px;
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .lipstick-finder-product__couvrance {
    left: -20px;
  }
  .lipstick-finder-result__title {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .lipstick-finder-product__couvrance {
    left: -5px;
  }
}
