@font-face {
  font-family: "Licorice-Regular";
  src: url("../fonts/Licorice-Regular.ttf");
}

@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");
}

.JR-PDP {
  max-width: 1600px;
  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";
  --LICORICE-REG: "Licorice-Regular";
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  position: relative;
  overflow: hidden;
  background-color: #fff1ef;
  position: relative;
}

.JR-PDP * {
  box-sizing: border-box;
}

.JR-PDP-mobile {
  display: none;
}

.JR-PDP picture {
  display: block;
}

@media screen and (max-width: 762px) {
  .JR-PDP-desktop {
    display: none;
  }

  .JR-PDP-mobile {
    display: block;
  }
}

/** CTA **/

.JR-PDP-CTA {
  position: relative;
  background-color: #fff;
  display: 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 #b30024;
  min-width: 125px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  background-color: #b30024;
  color: #fff;
  transition: 0.3s;
}

.JR-PDP-CTA:hover {
  background-color: #fff;
  color: #b30024;
  border: 1px solid #b30024;
}

/************/
/** HEADER **/
/************/

.JR-PDP-header {
  background: linear-gradient(to bottom, #fff9f8, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.JR-PDP-header__container-title {
  position: relative;
  text-align: center;
  max-width: 540px;
  width: 100%;
}

.JR-PDP-header__title {
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 60px;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.JR-PDP-header__title-1 {
  color: #b40024;
  position: relative;
}

.JR-PDP-header__title-2 {
  color: #f088b6;
  top: 2px;
  left: 5px;
}

.JR-PDP-header__title-3 {
  color: #e6007e;
  top: -3px;
  left: -4px;
}

.JR-PDP-header__title-2,
.JR-PDP-header__title-3 {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

.JR-PDP-header__subtitle {
  font-size: 16px;
  margin: 0;
  margin-top: 30px;
}

.JR-PDP-header__KV {
  width: 629px;
}

.JR-PDP-carrousel__title-picture {
  text-align: center;
}

/***************/
/** CARROUSEL **/
/***************/

.JR-PDP-carrousel__container-title {
  position: relative;
}

.JR-PDP-carrousel__title {
  max-width: 588px;
  width: 100%;
  margin-bottom: 20px;
}

.JR-PDP-carrousel {
  padding-top: 60px;
  display: block;
  padding-bottom: 60px;
  background: radial-gradient(#fffefe, #ffdcda);
  min-height: 584px;
}

.JR-PDP-carrousel__wrapper {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.JR-PDP-carrousel__item-img {
  max-width: 465px;
  width: 100%;
}

.JR-PDP-carrousel__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.JR-PDP-carrousel__item-content {
  padding-left: 40px;
}

.JR-PDP-carrousel__item-title {
  font-size: 36px;
  color: #ef2821;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}

.JR-PDP-carrousel__item-description {
  margin: 20px 0;
}

.JR-PDP-carrousel__item-txt {
  font-size: 22px;
  color: #ef2821;
  margin: 5px 0;
  font-family: var(--GOTHAM-MEDIUM);
}

.JR-PDP-carrousel__item-link {
  color: #333333;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: underline;
}

.JR-PDP-carrousel__item-description-percent {
  color: #ef2821;
  font-size: 22px;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 20px 0;
}

.JR-PDP-carrousel__item-description-percent span {
  font-family: var(--GOTHAM-BOOK);
  font-size: 46px;
  display: block;
  line-height: 40px;
}

.JR-PDP-carrousel__item-description-percent span sup {
  font-family: var(--GOTHAM-BOOK);
  font-size: 20px;
}

.JR-PDP-carrousel .slick-dots li button:before {
  color: #f1a8a6;
  transition: color 0.3s;
  opacity: 1;
  font-size: 10px;
}

.JR-PDP-carrousel .slick-dots li.slick-active button:before {
  color: #ea2720;
}

.JR-PDP-carrousel .slick-dots li {
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

.JR-PDP-carrousel .slick-dots li button {
  padding: 0;
  outline: none !important;
}

.JR-PDP-carrousel .slick-dots {
  bottom: -50px;
}

.JR-PDP-carrousel .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.JR-PDP-carrousel .slick-next:before,
.JR-PDP-carrousel .slick-prev:before {
  display: none;
}

.JR-PDP-carrousel .slick-next,
.JR-PDP-carrousel .slick-prev {
  width: 20px;
  height: 30px;
}

.JR-PDP-carrousel .slick-next:after,
.JR-PDP-carrousel .slick-prev:after {
  background-size: 20px 30px;
  height: 30px;
  width: 20px;
  content: "";
  position: static;
  display: block;
  margin: auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.JR-PDP-carrousel .slick-arrow.slick-disabled:after {
  display: none;
}

.JR-PDP-carrousel .slick-next:after {
  background-image: url(../images/arrow-right.png);
}

.JR-PDP-carrousel .slick-prev:after {
  background-image: url(../images/arrow-left.png);
}

.JR-PDP-carrousel__item-mention {
  color: #747373;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}

@media screen and (min-width: 1090px) {
  .JR-PDP-carrousel .slick-prev {
    left: -50px;
  }
}

@media screen and (max-width: 820px) {
  /***************/
  /** CARROUSEL **/
  /***************/

  .JR-PDP-carrousel {
    min-height: auto;
  }

  .JR-PDP-carrousel__title {
    margin: 0;
    max-width: 335px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .JR-PDP-carrousel__item {
    flex-direction: column;
    text-align: center;
  }

  .JR-PDP-carrousel__container {
    margin-top: 30px;
  }

  .JR-PDP-carrousel__item-content {
    padding-left: 0;
    padding-top: 30px;
  }

  .JR-PDP-carrousel__item-title {
    font-size: 30px;
    line-height: 34px;
  }

  .JR-PDP-carrousel__item-title br {
    display: none;
  }

  .JR-PDP-carrousel__item-description {
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .JR-PDP-carrousel__item-description br {
    display: none;
  }

  .JR-PDP-carrousel .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .JR-PDP-carrousel .slick-dots {
    bottom: -20px;
  }

  .JR-PDP-carrousel__item-button {
    margin-left: auto;
    margin-right: auto;
  }

  .JR-PDP-carrousel .slick-prev:after,
  .JR-PDP-carrousel .slick-next:after {
    background-size: contain;
  }

  .JR-PDP-carrousel .slick-prev {
    left: 0;
  }

  .JR-PDP-carrousel .slick-next {
    right: 0;
  }

  .JR-PDP-carrousel .slick-prev:after,
  .JR-PDP-carrousel .slick-next:after {
    top: calc(50% + 70px);
  }
}

@media screen and (max-width: 762px) {
  .JR-PDP-carrousel {
    background: linear-gradient(to bottom, #fff2f1, #fff1ef);
  }

  .JR-PDP .JR {
    background: linear-gradient(to bottom, #fff1ef, #fff2f1);
  }

  .JR-PDP .JR-screen2__subtitle {
    margin-top: 45px;
  }

  .JR-PDP .JR-screen::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(#fff, rgba(255, 255, 255, 0) 70%);
  }

  .JR-PDP-carrousel .slick-prev:after,
  .JR-PDP-carrousel .slick-next:after {
    width: 14px;
    height: 21px;
    background-size: contain;
  }

  /************/
  /** HEADER **/
  /************/

  .JR-PDP-header {
    flex-direction: column-reverse;
  }

  .JR-PDP-header__title span {
    font-family: var(--LICORICE-REG);
    text-transform: lowercase;
    color: #333333;
  }

  .JR-PDP-header__title-2 span,
  .JR-PDP-header__title-3 span {
    visibility: hidden;
  }

  .JR-PDP-header__title {
    font-size: 35px;
    line-height: 35px;
  }

  .JR-PDP-header {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .JR-PDP-header__subtitle {
    font-size: 14px;
    margin-top: 20px;
  }

  .JR-PDP-header__KV {
    width: 567px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 762px) {
  .JR-PDP-header picture {
    margin-left: calc(-194 / 1000 * 100vw);
  }
}

@media screen and (max-width: 820px) and (min-width: 762px) {
  .JR-PDP-carrousel__title {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .JR-PDP-carrousel .slick-next,
  .JR-PDP-carrousel .slick-prev {
    top: calc(250 / 375 * 100vw);
    transform: none;
  }
}

.breadcrumb {
  display: none;
}

.JR-PDP-carrousel__item-video {
  max-width: 465px;
}

.JR-PDP-carrousel__item-video video {
  width: 100%;
  clip-path: inset(1px 1px);
}

/************/
/** MODULE **/
/************/

@media screen and (min-width: 763px) {
  .JR-header__container-title {
    display: none;
  }

  .JR[data-screen="1"] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 762px) {
  .JR-screen3[data-screen="case"] .JR-screen3__container-lipstick-img::before {
    background-color: #fffbfa !important;
  }
}





/***********MASTER ANALYSIS***********/
.JR-PDP-carrousel__item-mention {
  text-align: center;
  padding-top: 10px;
}

/*mobile*/
@media (max-width: 480px) {
  .JR-PDP-carrousel__item-mention {
    padding-top: 30px;
  }
}


/*----------------------------------------------------------------------*/
.JR-screen2__finish-carrousel-item-title {
  font-size: 22px;
}
.JR-screen3__select li {
    font-size: 11px;
}
button:not(.not-tabbable):not(.cba-button-style):focus{
  outline: none !important;
}
.JR-PDP-carrousel .slick-dots li button:hover {
    background: none !important;
    outline: none !important;
}
.JR-Newsletter {
    padding-bottom: 60px;
}
.JR-Newsletter__countdown {
    background: radial-gradient(#fffefe, #ffdcda);
    padding: 50px 100px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 55px;
    position: relative;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding-bottom: 100px;
    position: relative;
}
.JR-Newsletter__countdown-title {
    font-size: 24px;
    line-height: 32px;
    color: #ef2821;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}
.JR-Newsletter .JR-Newsletter__countdown-newsletter {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.JR-Newsletter .newsletter-form-wrapper {
    width: 100%;
}
.JR-Newsletter .newsletter-form-1-container {
    position: unset;
    padding: 0;
}
.JR-Newsletter .newsletter-form-1-container .email-field {
    width: 100%;
}
.JR-Newsletter .newsletter-form-wrapper .form-group input {
    border-radius: 5px;
    background: #fff;
}
.JR-Newsletter .newsletter-form-wrapper .form-row.subscribe {
    padding: 0;
    position: absolute;
    bottom: 55px;
    right: 100px;
    width: 140px;
    margin: 0;
}
.JR-Newsletter .newsletter-form-1-container .subscribe .newsletter-form-1-button {
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #333;
    border-radius: 8px;
    padding: 0 16px;
    color: #333;
}
.MyContent .MyChoiceScreen {
    width: 100% !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
.JR-PDP-header__title {
    font-size: 39px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .JR-PDP-header__title {
    font-size: 39px;
  }
  .JR-Newsletter {
      padding-bottom: 0;
  }
  .JR-Newsletter__countdown {
      padding: 30px 30px 100px;
  }
  .JR-Newsletter .newsletter-form-wrapper .form-row.subscribe {
      bottom: 38px;
      right: 0;
      left: 0;
      margin: 0 auto;
      text-align: center;
  }
}


.JR-PDP-CTA {
  max-width: 50%;
  margin: auto;
  font-size: 12px;
}