@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 !important;
}

.JR-PDP br[mobile] {
  display: none;
}

.JR-PDP picture {
  display: block;
}

/* #wrapper {
  max-width: 1600px;
} */

@media screen and (max-width: 820px) {
  .JR-PDP-desktop {
    display: none !important;
  }

  .JR-PDP-mobile {
    display: block !important;
  }

  .JR-PDP br[desktop] {
    display: none;
  }

  .JR-PDP br[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;
}

/************/
/** HEADER **/
/************/

.JR-PDP-header {
  position: relative;
}

.JR-PDP-header__background {
  height: 476px;
  display: block;
}

.JR-PDP-header__not-lipstick {
  max-width: 625px;
  width: 100%;
  z-index: 1;
}

.JR-PDP-header__title {
  position: absolute;
  top: 80px;
  left: 212px;
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
}

.JR-PDP-header__not-lipstick {
  max-width: 181px;
  width: 100%;
  position: absolute;
  left: 1036px;
  bottom: -37px;
}

@media screen and (max-width: 1260px) and (min-width: 763px) {
  .JR-PDP-header__background {
    left: -200px;
    position: relative;
  }

  .JR-PDP-header__title {
    left: 30px;
  }
}

@media screen and (max-width: 820px) {
}

/** BODY **/

.JR-PDP-body {
  background-color: #ffdcda;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.JR-PDP-body__block {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 20px;
  max-width: 1070px;
  width: 100%;
}

.JR-PDP-body__title {
  font-size: 60px;
  line-height: 64px;
  text-transform: uppercase;
  color: #ef2821;
  margin: 0;
}

.JR-PDP-body__description {
  font-size: 16px;
  line-height: 20px;
  margin: 30px 0;
}

.JR-PDP-body__info {
  font-size: 36px;
  line-height: 40px;
  color: #ef2821;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
  margin-top: 40px;
}

.JR-PDP-body__info span {
  font-size: 72px;
  font-family: var(--GOTHAM-BOOK);
}

.JR-PDP-body__info sup {
  font-size: 0.5em;
}

.JR-PDP-body__container-img {
  position: relative;
  flex-grow: 1;
  width: 50%;
}

.JR-PDP-body__block-make-up .JR-PDP-body__container-img {
  height: 300px;
  flex-grow: 0;
}

.JR-PDP-body__block-make-up .JR-PDP-body__subcontainer-img {
  position: absolute;
  top: 50%;
  left: calc(50% - 60px);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.JR-PDP-body__block-make-up .JR-PDP-body__img {
  height: 100%;
}

.JR-PDP-body__block-make-up picture {
  height: 100%;
}

.JR-PDP-body__block-make-up {
  padding-top: 130px;
}

.JR-PDP-body__block::before,
.JR-PDP-body::before {
  content: "";
  display: block;
  width: 800px;
  height: 800px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: radial-gradient(#fff, rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
}

.JR-PDP-body::before {
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  top: auto;
  background: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 30%);
}

.JR-PDP-body__block-make-up::before {
  top: calc(50% - 120px);
  left: calc(50% + 56px);
}

.JR-PDP-body__block-classic-lipstick::before {
  display: none;
}

.JR-PDP-body__block-beautiful-object::before {
  background: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 60%);
  left: calc(50% + 80px);
}

.JR-PDP-body__block-new-formula::before {
  display: none;
}

.JR-PDP-body__shade {
  font-size: 28px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
}

.JR-PDP-body__shade a {
  font-size: 11px;
  line-height: 18px;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.JR-PDP-body__shade-shiny {
  top: 15%;
  left: 52%;
}

.JR-PDP-body__shade-satin {
  top: 41%;
  left: 43%;
}

.JR-PDP-body__shade-velvet {
  top: 70%;
  left: 31%;
}

.JR-PDP-body__block-classic-lipstick {
  margin-top: 150px;
  justify-content: flex-start;
  max-width: 1090px;
  padding-left: 30px;
}

.JR-PDP-body__block-classic-lipstick .JR-PDP-body__text {
  margin-right: 80px;
}

.JR-PDP-body__block-beautiful-object .JR-PDP-body__text {
  margin-right: 80px;
}

.JR-PDP-body__block-beautiful-object {
  margin-top: 66px;
}

.JR-PDP-body__container-video {
  max-width: 465px;
  width: 100%;
  flex-shrink: 1;
}

.JR-PDP-body__container-video video {
  clip-path: inset(1px 1px);
  width: 100%;
}

.JR-PDP-body__block-new-formula {
  margin-top: 150px;
  max-width: 100%;
  justify-content: center;
}

.JR-PDP-body__block-new-formula .JR-PDP-body__img {
  max-width: 618px;
  width: 100%;
}

.JR-PDP-body__mention {
  color: #747373;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  text-align: center;
  margin-top: 140px;
  position: relative;
}

.JR-PDP-body__block-new-formula .JR-PDP-body__container-img {
  width: 50%;
  height: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 1;
}

.JR-PDP-body__block-new-formula picture {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.JR-PDP-body__text {
  position: relative;
  flex-shrink: 0;
}

.JR-PDP-body__block-new-formula .JR-PDP-body__text {
  width: 50%;
  padding-left: 45px;
  flex-shrink: 0;
}

.JR-PDP-body__button {
  margin-top: 30px;
  display: table;
}

@media screen and (max-width: 820px) {
  .JR-PDP-body__block-make-up {
    padding-top: 0;
  }

  .JR-PDP-body__block {
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 0 10px;
  }

  .JR-PDP-body__text {
    text-align: center;
  }

  .JR-PDP-body__container-img,
  .JR-PDP-body__container-video {
    margin-top: 30px;
  }

  .JR-PDP-body__block-make-up,
  .JR-PDP-body__block-new-formula {
    flex-direction: column-reverse;
  }

  .JR-PDP-body__text {
    margin: 0 !important;
  }

  .JR-PDP-body__block-make-up .JR-PDP-body__subcontainer-img {
    top: 0;
    left: 0;
    transform: none;
    height: 100%;
  }

  .JR-PDP-body__block-make-up .JR-PDP-body__img {
    height: 100%;
  }

  .JR-PDP-body__block-make-up .JR-PDP-body__container-img {
    height: 310px;
  }

  .JR-PDP-body__block-new-formula .JR-PDP-body__text {
    padding-left: 0;
    width: 100%;
  }

  .JR-PDP-body {
    padding-top: 75px;
  }

  .JR-PDP-body__block::before {
    display: none;
  }

  .JR-PDP-body::before {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
  }

  .JR-PDP-body::after {
    content: "";
    display: block;
    width: 800px;
    height: 800px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    background: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 40%);
    pointer-events: none;
  }

  .JR-PDP-body__container {
    z-index: 1;
  }

  .JR-PDP-body__mention {
    margin-top: 40px;
  }
}

@media screen and (max-width: 762px) {
  .JR-PDP-header__background {
    height: auto;
    width: 100%;
  }

  .JR-PDP-header__KV {
    max-width: 337px;
    width: 100%;
  }

  .JR-PDP-header__title {
    left: 20px;
    top: 120px;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }

  .JR-PDP-header {
    max-height: 645px;
    overflow: hidden;
  }

  .JR-PDP-body__title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 5px;
  }

  .JR-PDP-body__description {
    font-size: 14px;
    line-height: 18px;
    margin: 20px 0;
    padding: 0 10px;
  }

  .JR-PDP-body__info {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
  }

  .JR-PDP-body__shade {
    font-size: 18px;
    line-height: 22px;
    left: 50% !important;
    transform: translateX(-50%);
  }

  .JR-PDP-body__shade a {
    margin-top: 5px;
  }

  .JR-PDP-body__shade-shiny {
    top: 11%;
  }

  .JR-PDP-body__shade-satin {
    top: 38%;
  }

  .JR-PDP-body__shade-velvet {
    top: 67%;
  }

  .JR-PDP-body {
    padding: 0;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .JR-PDP-body__container-video video {
    width: 100%;
  }

  .JR-PDP-body__block {
    overflow: hidden;
    padding: 0;
  }

  .JR-PDP-body__description br {
    display: none;
  }

  .JR-PDP-body__info span {
    font-size: 40px;
  }

  .JR-PDP-body__mention {
    margin-top: 20px;
  }

  .JR-PDP-body__button {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .JR-PDP-body__block-new-formula .JR-PDP-body__container-img {
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
  }

  .JR-PDP-header__not-lipstick {
    max-width: 140px;
    left: auto;
    right: 20px;
    bottom: 15px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
  .JR-PDP-body__block-make-up .JR-PDP-body__subcontainer-img {
    height: calc(520 / 1440 * 100vw);
    left: 50%;
    top: 50%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1051px) {
  .JR-PDP-body__block-make-up .JR-PDP-body__subcontainer-img {
    height: 430px;
    left: 50%;
    top: 50%;
  }
}

@media screen and (max-width: 1050px) and (min-width: 991px) {
  .JR-PDP-body__block-make-up .JR-PDP-body__subcontainer-img {
    height: calc(390 / 1050 * 100vw);
    left: 50%;
    top: 50%;
  }
}

@media screen and (max-width: 990px) and (min-width: 821px) {
  .JR-PDP-body__block-make-up .JR-PDP-body__subcontainer-img {
    height: calc(390 / 1050 * 100vw);
    left: calc(50% - 20px);
    top: 50%;
  }
}

/***********/
/** SLICK **/
/***********/

.JR-PDP-body__container .slick-dots li button:before {
  color: #f1a8a6;
  transition: color 0.3s;
  opacity: 1;
  font-size: 10px;
}

.JR-PDP-body__container .slick-dots li.slick-active button:before {
  color: #ea2720;
}

.JR-PDP-body__container .slick-dots li {
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
}

.JR-PDP-body__container .slick-dots li button {
  padding: 0;
  outline: none !important;
}

.JR-PDP-body__container .slick-dots {
  bottom: -50px;
}

.JR-PDP-body__container .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.JR-PDP-body__container .slick-prev:before,
.JR-PDP-body__container .slick-next:before {
  display: none;
}

.JR-PDP-body__container .slick-prev:after,
.JR-PDP-body__container .slick-next:after {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  background-position: center;
  background-image: url(../images/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.JR-PDP-body__container .slick-next,
.JR-PDP-body__container .slick-prev {
  width: 14px;
  height: 21px;
  min-width: 14px;
  top: calc(16 / 345 * 100vw);
}

.JR-PDP-body__container .slick-prev::after {
  transform: rotate(180deg);
}

.JR-PDP-body__container .slick-prev {
  left: 10px;
}

.JR-PDP-body__container .slick-next {
  right: 10px;
}

.breadcrumb {
  display: none !important;
}





/**********MASTER ANALYSIS************/
.JR-PDP-header__title {
  left: 50px;
}
.JR-PDP-body__block-beautiful-object .JR-PDP-body__text {
  margin-right: 0;
}
.JR-PDP-body__block-new-formula {
  max-width: 75%;
}
.JR-PDP-body__shade a {
  text-transform: none;
}
.JR-PDP-body__button:focus {
  border: 2px solid #63021A;
}

/*tablet landscape*/
@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-body__block-new-formula {
    max-width: 100%;
  }
  .JR-PDP-header__not-lipstick {
    left: 910px;
  }
}

/*tablet portrait*/
@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-body__block-classic-lipstick .JR-PDP-body__description {
    width: 70%;
  }
  .JR-PDP-body__block-make-up .JR-PDP-body__text {
    padding-left: 50px;
  }
  .JR-PDP-body__block-new-formula {
    max-width: 100%;
  }
  .JR-PDP-body__block-classic-lipstick .JR-PDP-body__text {
    margin-right: 0;
  }
  .JR-PDP-body__block-beautiful-object .JR-PDP-body__text {
    margin-right: 0%;
    margin-left: 5%;
  }
}

/*mobile*/
@media (max-width: 480px) {
  .JR-PDP-body__block-new-formula {
    max-width: 100%;
  }
}



/*-------------------------------------------------------------------------*/
  .JR-PDP-body__title {
    font-size: 60px;
    margin-right: -42px;
}
.JR-PDP-body__text {
    margin-right: -25px;
}
.JR-PDP-body__info {
    margin-right: 52px;
}
.JR-PDP-body__block-new-formula .JR-PDP-body__img {
    margin-top: 151px;
}
@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-body__title {
    font-size: 51px;
}
.JR-PDP-body__shade {
    font-size: 17px;
    }
.JR-PDP-body__block-new-formula .JR-PDP-body__img {
    margin-top: 245px;
}  
}
@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-body__title {
    font-size: 51px;
}
.JR-PDP-body__shade {
    font-size: 17px;
    }
.JR-PDP-body__block-new-formula .JR-PDP-body__img {
    margin-top: 245px;
}
}
@media (max-width: 480px) {
.JR-PDP-body__title {
    font-size: 29px;
    margin-right: 18px;
}
.JR-PDP-body__description {
    margin-right: 27px;
    }
.JR-PDP-body__block-new-formula .JR-PDP-body__img {
    margin-top: -16px;
}
.JR-PDP-body__block-new-formula .JR-PDP-body__img {
    width: 85%;
}
}

/* === === */
/* Style for new Header start */
.JR-PDP-header {
    background: linear-gradient(to bottom, #fff9f8, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.JR-PDP-header__KV {
    width: 629px;
}
.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;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
    line-height: initial;
}
.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__subtitle {
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
}

.JR-PDP-body__block-new-formula .JR-PDP-body__text {
    padding-left: 0;
}
.JR-PDP-body__title {
    font-size: 47px;
    line-height: 1.5em;
}
.JR-PDP-body__info {
    font-size: 30px;
}
.JR-PDP-body__description {
    font-size: 15px;
}
.JR-PDP-carrousel .slick-dots li button:hover {
    background: none !important;
}
.JR-PDP-body__container .slick-dots li button:hover{
  background: none !important;
  outline: none !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;
    }
    .JR-PDP-body__block-classic-lipstick {
      justify-content: space-between;
  }
}
@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-PDP-body__title {
      font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
    .JR-PDP-header {
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .JR-PDP-header__KV {
        width: 567px;
        max-width: 100vh;
    }
    .JR-PDP-header__title {
        font-size: 35px;
        line-height: 35px;
    } 
    .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-body__description {
      margin-right: 0;
    }
    .JR-PDP-body__info {
      margin-right: 0;
    }
    .JR-PDP-body__title {
      font-size: 29px;
      margin-right: 0;
    }
    .JR-PDP-body__info {
      font-size: 22px;
  }
}