<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clarins_cta &gt; a {
    pointer-events: none;
}
.myClarins-final-block .clarins_cta[data-question="6"] &gt; a {
    pointer-events: unset;
}

.myClarins-PDP {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  width: 100%;
  text-align: center;
  color: #333333;
  background-color: #f8f6f7;
  overflow: hidden;
}

.myClarins-PDP * {
  box-sizing: border-box;
}

.myClarins-PDP p {
  margin: 0;
}

/** CTA **/

.clarins_cta {
  margin: 0 auto;
}

.clarins_cta &gt; a {
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 14px 22px;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.clarins_cta &gt; a::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;
}

.clarins_cta a:focus::after {
  opacity: 1;
}

.clarins_cta a:hover {
  color: #b40024;
}

.clarins_cta a:active::after {
  opacity: 1;
}

/****/

.myClarins-PDP__color--red {
  color: #fa364a;
}

.myClarins-PDP__container {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 467px;
}

.myClarins-PDP__container-img {
  width: 564px;
  position: relative;
}

.myClarins-PDP__container-img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - 42px);
  transform: translate(-50%, -50%);
}

.myClarins-PDP__legend {
  position: absolute;
  font-family: "Gotham Cond A", "Gotham Cond B", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  color: #fa364a;
}

.myClarins-PDP__legend[data-legend="1"] {
  top: 70px;
  left: 87px;
}

.myClarins-PDP__legend[data-legend="2"] {
  top: 60px;
  right: 126px;
}

.myClarins-PDP__legend[data-legend="3"] {
  bottom: 31px;
  left: 20px;
}

.myClarins-PDP__legend[data-legend="4"] {
  bottom: 95px;
  right: 43px;
}

.myClarins-PDP__legend::after {
  content: url(./images/arrow.svg);
  display: block;
  position: absolute;
  width: 53px;
}

.myClarins-PDP__legend[data-legend="1"]::after {
  transform: rotate(62deg);
  top: 47px;
  left: -30px;
}

.myClarins-PDP__legend[data-legend="2"]::after {
  transform: rotate(-25deg) scaleX(-1);
  top: 67px;
  left: -13px;
}

.myClarins-PDP__legend[data-legend="3"]::after {
  transform: rotate(-9deg);
  top: 29px;
  left: 77px;
}

.myClarins-PDP__legend[data-legend="4"]::after {
  transform: rotate(-18deg) scaleX(-1);
  top: 66px;
  left: -10px;
}

.myClarins-PDP__container-txt {
  margin-left: 30px;
  font-size: 14px;
  width: 40%;
}

.myClarins-PDP__intro &gt; p:first-child {
  font-family: "moonflowerbold", Helvetica, Arial, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.myClarins-PDP__intro &gt; p:nth-child(2) {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  margin-top: 10px;
}

.myClarins-PDP__intro .clarins_cta {
  margin-top: 20px;
}

.myClarins-PDP__container-cta-mobile {
  display: none;
}

.myClarins-PDP__button-launch {
  margin-top: 30px;
}

/** Block Question **/

.myClarins-PDP__question {
  display: none;
  padding: 140px 0;
}

.myClarins-PDP__question-nb {
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #787474;
  text-transform: uppercase;
  margin: 0 10px;
}

.myClarins-PDP__question-text {
  font-size: 50px;
  font-family: "moonflowerbold", Helvetica, Arial, sans-serif;
  max-width: 360px;
  width: 100%;
}

.myClarins-PDP__question {
  width: 0;
  height: 0;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 565px;
  height: 565px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.myClarins-PDP__question[is-displayed] {
  display: flex;
}

.myClarins-PDP__questions-container {
  position: relative;
  max-width: 565px;
  width: 100%;
  height: 100%;
}

.myClarins-PDP__question-container-buttons button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 23px;
  font-size: 16px;
  padding: 8px 20px;
  margin: 0 10px;
  cursor: pointer;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  border: solid 2px #000;
  color: #000;
}

.myClarins-response-block {
  color: #fff;
}

.myClarins-response-block .myClarins-PDP__question-nb {
  color: #fff;
}

.myClarins-response-block[data-correct="1"] {
  background-color: #19d1c3;
}

.myClarins-response-block[data-correct="0"] {
  background-color: #fa364a;
}

.myClarins-PDP__question-text2 {
  max-width: 365px;
  width: 100%;
}

.myClarins-response-block .myClarins-PDP__question-text {
  margin-top: auto;
}

.myClarins-response-block .myClarins-PDP__question-text2 {
  margin-bottom: auto;
  margin-top: 20px;
}

.myClarins-final-block__p1 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: "moonflowerbold", Helvetica, Arial, sans-serif;
}

.myClarins-final-block__result &gt; p:first-child {
  font-size: 35px;
  color: #17d4c6;
  font-family: "moonflowerbold", Helvetica, Arial, sans-serif;
}

.myClarins-final-block__result &gt; p:nth-child(2) {
  font-size: 14px;
}

.myClarins-final-block__result + p {
  font-size: 14px;
  color: #17d4c6;
}

.myClarins-final-block__result {
  display: none;
}

.myClarins-final-block__products-container {
  width: 80%;
  margin: 0 auto;
}

.myClarins-final-block__product img {
  margin: 0 auto;
}

p.myClarins-final-block__product-name {
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  margin-top: 10px;
  position: relative;
  width: 160px!important;
}

.myClarins-final-block__product-nb {
  color: #fa364a;
  font-family: "moonflowerbold", Helvetica, Arial, sans-serif;
  font-size: 90px;
  top: 59px;
  position: absolute;
}
.myClarins-final-block__product[data-product="1"] .myClarins__btn-quickshop span, .myClarins-final-block__product[data-product="2"] .myClarins__btn-quickshop span,  .myClarins-final-block__product[data-product="3"] .myClarins__btn-quickshop span{
  display:none;
}
.myClarins-final-block__product[data-product="1"]
  .myClarins-final-block__product-nb {
  left: 25px;
}
.myClarins-final-block__product[data-product="2"]
  .myClarins-final-block__product-nb {
  left: 15px;
}
.myClarins-final-block__product[data-product="3"]
  .myClarins-final-block__product-nb {
  left: 35px;
}

.myClarins-final-block__product[data-product="1"] img {
  width: 55px;
}

.myClarins-final-block__product[data-product="2"] img {
  width: 75px;
  height: 79px;
}

.myClarins-final-block__product[data-product="3"] img {
  width: 39px;
  height:91px;
}

.myClarins-final-block:not([data-score])
  .myClarins-final-block__result[data-score="0"],
.myClarins-final-block[data-score="0"]
  .myClarins-final-block__result[data-score="0"],
.myClarins-final-block[data-score="1"]
  .myClarins-final-block__result[data-score="1"],
.myClarins-final-block[data-score="2"]
  .myClarins-final-block__result[data-score="2"],
.myClarins-final-block[data-score="3"]
  .myClarins-final-block__result[data-score="3"],
.myClarins-final-block[data-score="4"]
  .myClarins-final-block__result[data-score="4"],
.myClarins-final-block[data-score="5"]
  .myClarins-final-block__result[data-score="5"],
.myClarins-final-block[data-score="6"]
  .myClarins-final-block__result[data-score="6"] {
  display: block;
}

.myClarins-PDP__question-nb-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.myClarins-final-block {
  display: block;
  visibility: hidden;
}

.myClarins-final-block__product {
  width: 140px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.myClarins-PDP__question[data-question="7"] {
  padding: 80px 0;
}

.myClarins-final-block .clarins_cta {
  margin-top: 25px;
}

p.myClarins-final-block__p3 {
  max-width: 80%;
  margin: 0 auto;
}
.myClarins-PDP__question-text {
    font-size: 44px !important;
}
.myClarins-PDP__container-txt {
    font-size: 15px !important;
}
.myClarins-final-block__product .dp-quickshop {
  display: none;
}

.myClarins-final-block__product .myClarins__btn-quickshop {
  /* position: absolute;
  right: 20px;
  bottom: 40%;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  background-color: #ba0c2f;
  color: #fff;
  transition: 0.3s;
  opacity: 0;*/
  /* position: absolute;
  right: 20px;
  bottom: 40%;
  padding: 0;
  border-radius: 50%;
  font-size: 20px;
  background-color: #f8f6f7;
  color: #333;
  transition: 0.3s;
  height: 30px;
  justify-content: center;
  display: flex;
  width: 30px;
  align-items: center; */
}
/*
.myClarins-final-block__product:hover .myClarins__btn-quickshop {
  opacity: 1;
}*/

.myClarins__btn-quickshop:hover {
  background-color: darkred;
  color: #fff;
}
.myClarins-PDP .slick-dots button {
  background-color: #cfcac9;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  min-width: unset;
  opacity: 0;
}
.myClarins-final-block__products-container .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .myClarins-PDP__container-txt &gt; p:first-child {
    font-size: 60px;
    line-height: 60px;
  }

  .myClarins-PDP__container-txt &gt; p:first-child br {
    display: none;
  }

  .myClarins-PDP__container-txt {
    padding-right: 20px;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .myClarins-final-block__product[data-product="1"]
    .myClarins-final-block__product-nb {
    left: 1px;
    top: 17px;
  }

  .myClarins-final-block__product[data-product="1"] .myClarins__btn-quickshop {
    top: 17px;
  }

  .myClarins-PDP__container-img {
    margin-top: 20px;
    width: 386px;
    height: 318px;
  }

  .myClarins-PDP__container-img img {
    width: 300;
    height: 266px;
    top: 50%;
  }

  .myClarins-PDP__container {
    flex-direction: column-reverse;
    height: auto;
    padding: 25px 20px;
  }

  .myClarins-PDP[data-started] {
    height: 640px;
    padding: 0;
  }

  .myClarins-PDP__question {
    padding-top: 50px;
    padding-bottom: 380px;
    justify-content: flex-start;
    height: 100%;
    border-radius: 50% 50% 0 0;
    top: -110px;
    transform: translateX(-50%);
  }

  .myClarins-PDP__question p {
    max-width: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .myClarins-PDP__questions-container {
    height: 0;
    margin: 0 auto;
  }

  .myClarins-PDP[data-started] .myClarins-PDP__container-img {
    height: 386px;
    width: 318px;
    margin-top: -65px;
  }

  .myClarins-PDP[data-started] .myClarins-PDP__container-img img {
    top: calc(50% - 19px);
    height: auto;
    width: 100%;
  }

  .myClarins-PDP[data-started] .myClarins-PDP__container-txt {
    height: 370px;
  }

  p.myClarins-PDP__question-text {
    font-size: 45px;
    margin-top: 25px !important;
    max-width: 330px;
  }

  .myClarins-response-block .myClarins-PDP__question-text {
    margin-top: 25px;
  }

  .myClarins-response-block .myClarins-PDP__question-text2 {
    margin-bottom: 0;
  }

  .myClarins-PDP__question-container-buttons {
    margin-top: 30px;
  }

  .myClarins-PDP[data-started] .myClarins-PDP__questions-container {
    height: 425px;
  }

  .myClarins-PDP[data-started] .myClarins-PDP__container {
    flex-direction: column;
    padding: 0;
  }

  .myClarins-PDP[data-started] .myClarins-PDP__container-cta-mobile {
    display: none;
  }

  .myClarins-PDP__container-cta-mobile .myClarins-PDP__button-launch {
    margin-top: 0;
  }

  .myClarins-PDP__container-txt {
    margin-left: 0;
    padding-right: 0;
  }

  .myClarins-PDP__container-cta-mobile {
    display: block;
    position: relative;
    bottom: 18px;
    z-index: 1;
  }

  .myClarins-PDP__container-txt .clarins_cta {
    margin-top: 20px;
  }

  .myClarins-PDP__intro .clarins_cta {
    display: none;
  }

  .myClarins-PDP__intro &gt; p:first-child br {
    display: none;
  }

  .myClarins-PDP__KV {
    max-width: 300px;
    width: 100%;
  }

  .myClarins-final-block__p1 {
    font-size: 45px;
    line-height: 45px;
  }

  .myClarins-PDP__question[data-question="7"] {
    padding-top: 20px;
    padding-bottom: 0;
    height: 545px;
    top: -110px;
  }

  .myClarins-PDP__container-txt .clarins_cta {
    margin-top: 20px;
  }

  .myClarins-final-block .clarins_cta {
    margin-top: 10px;
  }

  .myClarins-final-block__product {
    flex-direction: row;
    width: auto;
    margin: 0 auto 0 68px;
    text-align: left;
    height: 150px;
    justify-content: center;
    align-items: center;
  }

  .myClarins-final-block__product img,
  .myClarins-PDP__question p {
    margin: 0;
  }

  .myClarins-PDP__question p {
    margin-left: 15px;
  }

  .myClarins-final-block__product[data-product="1"] p {
    margin-top: 35px;
  }

  .myClarins-final-block__product-nb {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 5px;
  }
  .myClarins-final-block__product[data-product="2"] .myClarins-final-block__product-nb{
    left: 0;
  }
  .myClarins-final-block__product[data-product="3"] .myClarins-final-block__product-nb{
    left: 0;
  }

  /** Slick **/

  .myClarins-PDP .slick-dots button {
    background-color: #cfcac9;
    border-radius: 50%;
    height: 8px;
    width: 8px;
  }

  .myClarins-PDP .slick-dots button[aria-selected="true"] {
    background-color: #333333;
  }

  .myClarins-PDP .slick-dots button::before {
    display: none;
  }

  .myClarins-final-block__product .myClarins__btn-quickshop {
    right: auto;
    bottom: auto;
    position: relative;
    margin-left: 10px;
    opacity: 1;
  }
  p.myClarins-final-block__product-name {
    font-size: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
      Helvetica, Arial, sans-serif;
    margin-top: 10px;
    position: relative;
    width: 110px!important;
  }
}

@media screen and (max-width: 767px) {
  .myClarins-PDP[data-started] .myClarins-PDP__questions-container {
    height: 100%;
  }
}





/***********MASTER ANALYSIS***********/
.breadcrumb {
  display: none;
}
/*p.myClarins-final-block__product-name {
    font-size: 12px !important;
    width: 138px!important;
}*/
p.myClarins-final-block__product-name {
    font-size: 12px !important;
    width: 121px!important;
}

/* === My clarins CTA PDP Linking Bug Fix=== */
.clarins_cta &gt; a {
  pointer-events: none;
}
.myClarins-PDP__button-launch .clarins_cta{
cursor: pointer;
}
.myClarins-final-block .clarins_cta[data-question="6"] &gt; a { 
  pointer-events: unset;
}
</pre></body></html>