@font-face {
  font-family: "Gotham XLight";
  src: url("fonts/Gotham XLight Regular.eot");
  src: url("fonts/Gotham XLight Regular.eot") format("embedded-opentype"),
    url("fonts/Gotham XLight Regular.woff2") format("woff2"),
    url("fonts/Gotham XLight Regular.woff") format("woff"),
    url("fonts/Gotham XLight Regular.ttf") format("truetype");
}

.IB-PDP {
  --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-LIGHT: "Gotham Light", Helvetica, Arial, sans-serif;
  --GOTHAM-XLIGHT: "Gotham XLight", Helvetica, Arial, sans-serif;
  --pink-color: #f4496d;
  /*****************************************************************************/
  font-family: var(--GOTHAM-BOOK);
  width: 100%;
  text-align: center;
  color: #333333;
  background-color: #f8f6f7;
  overflow: hidden;
  background: #ffc8c9;
  background-image: url(./images/background.jpg);
  background-position: top left;
  background-size: 1600px;
  background-repeat: no-repeat;
}

.IB-PDP * {
  box-sizing: border-box;
}

.IB-PDP__wrapper {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.IB-PDP br[is-mobile] {
  display: none;
}

.IB-PDP .dp-quickshop {
  display: none;
}

#wrapper {
  max-width: 100%;
}

.IB-PDP h1,
.IB-PDP h2 {
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1600px) {
  .IB-PDP__wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .IB-PDP {
    background-image: url(./images/background-mobile.jpg);
    background-size: cover;
  }

  .IB-PDP__wrapper {
    max-width: 550px;
  }

  .IB-PDP br[is-mobile] {
    display: block;
  }
}

/************/
/** HEADER **/
/************/

.IB-PDP__header {
  text-align: left;
  position: relative;
  padding-top: 60px;
}

.IB-PDP__header-title {
  font-family: var(--GOTHAM-MEDIUM);
  color: var(--pink-color);
  font-size: 85px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  line-height: 89px;
}

.IB-PDP__header-title span {
  font-size: 60px;
  display: block;
  font-family: var(--GOTHAM-LIGHT);
}

.IB-PDP__header-text {
  font-size: 20px;
  margin: 0;
  margin-top: 5px;
}

.IB-PDP__header-img {
  max-width: 571px;
  width: 100%;
  position: absolute;
  right: -280px;
  top: 50px;
}

@media screen and (max-width: 1000px) {
  .IB-PDP__header {
    padding-top: 30px;
    text-align: center;
  }

  .IB-PDP__header-title {
    font-size: 48px;
    padding-top: 80vw;
    margin-left: 0;
    margin-right: 0;
    line-height: 48px;
  }

  .IB-PDP__header-title br {
    display: none;
  }

  .IB-PDP__header-title span {
    font-size: 35px;
  }

  .IB-PDP__header-title span br {
    display: block;
  }

  .IB-PDP__header-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

/*************/
/** PRODUCT **/
/*************/

.IB-PDP__product {
  margin-top: 130px;
  text-align: left;
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1210px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.IB-PDP__product-title {
  color: var(--pink-color);
  font-size: 35px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
}

.IB-PDP__product-container-text {
  margin-left: 35px;
}

.IB-PDP__product-steps {
  max-width: 530px;
  width: 100%;
}

.IB-PDP__product-step {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 45px;
}

.IB-PDP__product-step-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.IB-PDP__product-step-nb {
  font-size: 200px;
  color: var(--pink-color);
  font-family: var(--GOTHAM-XLIGHT);
  line-height: 110px;
  margin: 0;
}

.IB-PDP__product-step-p1 {
  font-size: 48px;
  line-height: 52px;
  color: var(--pink-color);
  text-transform: uppercase;
  margin: 0;
}

.IB-PDP__product-step-p2 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-top: 5px;
}

.IB-PDP__product-container-video {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.IB-PDP__product-subcontainer-video {
  width: 410px;
  height: 512px;
  overflow: hidden;
  position: relative;
}

.IB-PDP__product-subcontainer-video video {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  height: 143%;
}

.IB-PDP__product-roller {
  position: relative;
  display: table;
  margin-top: 20px;
}

.IB-PDP__product-roller-img {
  max-width: 204px;
  width: 100%;
}

.IB-PDP__product-roller-legend {
  position: absolute;
  width: 242px;
  font-size: 16px;
  line-height: 20px;
  color: var(--pink-color);
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
}

.IB-PDP__product-roller-legend--1 {
  top: 30px;
  right: -216px;
  padding-left: 50px;
  border-top: solid 1px #fff;
  padding-top: 13px;
}

.IB-PDP__product-roller-legend--2 {
  bottom: 94px;
  left: -175px;
  padding-right: 50px;
  border-bottom: solid 1px #fff;
  padding-bottom: 13px;
  text-align: right;
}

.IB-PDP__product-roller-link {
  font-family: var(--GOTHAM-BOOK);
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--pink-color);
  display: inline-block;
  margin-top: 15px;
}

.IB-PDP__product .slick-prev:after,
.IB-PDP__product .slick-next:after {
  height: 30px;
  width: 17px;
  background-size: 17px 30px;
}

.IB-PDP__product button.slick-prev,
.IB-PDP__product button.slick-next {
  outline: 0 !important;
}

.IB-PDP__product button.slick-prev {
  left: -35px;
}

.IB-PDP__product button.slick-next {
  right: -40px;
}

.IB-PDP__product button.slick-prev:focus,
.IB-PDP__product button.slick-prev:active,
.IB-PDP__product button.slick-prev:hover,
.IB-PDP__product button.slick-next:focus,
.IB-PDP__product button.slick-next:active,
.IB-PDP__product button.slick-next:hover {
  border: 0 !important;
  outline: 0 !important;
}

.IB-PDP__product .slick-prev:before,
.IB-PDP__product .slick-next:before {
  display: none;
}

.IB-PDP__product-popin {
  max-width: 433px;
  width: 100%;
  padding: 35px 37px;
  position: fixed;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: none;
}

.IB-PDP__product-popin-overlay {
  background-color: rgba(27, 27, 27, 0.75);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  display: none;
}

.IB-PDP__product-popin-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(./images/close.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff;
  cursor: pointer;
  min-width: 0;
  padding: 0;
}

.IB-PDP__product-popin-close:hover {
  background-color: #fff;
  border: none;
}

.IB-PDP__product-popin-p1 {
  font-size: 24px;
  color: var(--pink-color);
  text-transform: uppercase;
  margin: 0;
}

.IB-PDP__product-popin-p2 {
  margin: 0;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .IB-PDP__product-container-text {
    margin-left: 0;
  }

  .IB-PDP__product {
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
  }

  .IB-PDP__product-step-nb {
    font-size: 100px;
    position: relative;
    bottom: 29px;
    margin-right: 3px;
  }

  .IB-PDP__product-step-p1 {
    font-size: 35px;
    line-height: 40px;
    height: 80px;
  }

  .IB-PDP__product-steps {
    max-width: 320px;
  }

  .IB-PDP__product-roller {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .IB-PDP__product-roller-img {
    max-width: 181px;
  }

  .IB-PDP__product-roller-legend {
    width: 113px;
    font-size: 14px;
  }

  .IB-PDP__product-roller-legend--1 {
    top: 45px;
    right: -87px;
    padding-left: 15px;
    padding-top: 10px;
  }

  .IB-PDP__product-roller-legend--2 {
    padding-right: 15px;
    padding-bottom: 10px;
    bottom: 31px;
    left: -94px;
    width: 138px;
  }

  .IB-PDP__product-roller-legend--2 br {
    display: none;
  }

  .IB-PDP__product-container-video {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    justify-content: center;
  }

  .IB-PDP__product-container-video img {
    max-width: 293px;
    margin-left: auto;
    margin-right: auto;
  }

  .IB-PDP__product-title {
    padding-bottom: 370px;
    text-align: center;
  }

  .IB-PDP__product-step-p2 {
    font-size: 14px;
    max-width: 250px;
    width: 100%;
    margin-top: 5px;
  }

  .IB-PDP__product button.slick-next {
    right: -35px;
  }

  .IB-PDP__product-popin {
    max-width: 334px;
    padding: 35px 20px;
  }

  .IB-PDP__product-popin-p2 {
    font-size: 14px;
  }

  .IB-PDP__product-subcontainer-video {
    width: 293px;
    height: 365px;
  }
}

/*************/
/** ROUTINE **/
/*************/

.IB-PDP__routine {
  padding-top: 75px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.IB-PDP__routine-title {
  font-size: 35px;
  text-transform: uppercase;
  color: var(--pink-color);
  margin: 0;
}

.IB-PDP__routine-text {
  font-size: 16px;
  margin: 0;
  margin-top: 25px;
}

.IB-PDP__routine-product--1 .IB-PDP__routine-product-img {
  max-width: 119px;
}

.IB-PDP__routine-product--2 .IB-PDP__routine-product-img {
  max-width: 101px;
}

.IB-PDP__routine-product--3 .IB-PDP__routine-product-img {
  max-width: 112px;
}

.IB-PDP__routine-product-img {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 329px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.IB-PDP__routine-product-img::before {
  display: block;
  font-size: 155px;
  color: #fff;
  font-family: var(--GOTHAM-XLIGHT);
  opacity: 0.6;
  position: absolute;
}

.IB-PDP__routine-product--1 .IB-PDP__routine-product-img::before {
  content: "1";
  bottom: 75px;
  left: calc(50% - 91px);
}

.IB-PDP__routine-product--2 .IB-PDP__routine-product-img::before {
  content: "2";
  bottom: 127px;
  left: calc(50% - 112px);
}

.IB-PDP__routine-product--3 .IB-PDP__routine-product-img::before {
  content: "3";
  bottom: 33px;
  left: calc(50% - 117px);
}

.IB-PDP__routine-product-img img {
  width: 100%;
  position: relative;
}

.IB-PDP__routine-product-name {
  font-size: 16px;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
  margin-top: 15px;
}

.IB-PDP__routine-product-description {
  font-size: 14px;
  margin: 0;
  margin-top: 3px;
}

.IB-PDP__routine-product-price {
  font-size: 14px;
  font-family: var(--GOTHAM-MEDIUM);
}

.IB-PDP__routine-ingredient {
  max-width: 477px;
  width: 100%;
  position: absolute;
  mix-blend-mode: multiply;
}

.IB-PDP__routine-ingredient--1 {
  top: 0;
  left: -60px;
}

.IB-PDP__routine-ingredient--2 {
  right: 0;
  bottom: -395px;
}

.IB-PDP__routine-ingredient img {
  width: 100%;
  mix-blend-mode: multiply;
}

.IB-PDP__routine-ingredient span {
  color: #fff;
  font-size: 16px;
  background-color: #f76e8f;
  padding: 4px 16px;
  position: absolute;
  top: 267px;
  left: 340px;
}

.IB-PDP__routine-products {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

button.IB-PDP__routine-cta {
  display: block;
  position: relative;
  background-color: #b40024;
  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 #d3d3d3;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform: unset !important;
  height: 44px !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  margin: 0 auto;
  font-size: 14px;
}

button.IB-PDP__routine-cta::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px !important;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
}

button.IB-PDP__routine-cta:focus::after {
  opacity: 1;
}

button.IB-PDP__routine-cta:focus,
button.IB-PDP__routine-cta:hover {
  outline: 0 !important;
}

button.IB-PDP__routine-cta:active::after {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .IB-PDP__routine-ingredient {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .IB-PDP__routine {
    margin-top: 40px;
    padding-bottom: 100px;
    padding-top: 0;
  }

  .IB-PDP__routine-title {
    font-size: 35px;
  }

  .IB-PDP__routine-product {
    width: 200px;
  }

  .IB-PDP__routine-ingredient {
    display: none;
  }

  .IB-PDP__routine .clarins_cta {
    margin: 0 auto;
  }
}

/*==============================*/
.IB-PDP__routine-product-name{
  min-height: 40px;
}

.IB-PDP__routine-product-name{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.IB-PDP__routine-product-description{
  width: 65%;
  margin: 0 auto;
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  .IB-PDP__product-step-p2{
    width: 80%;
  }
  .IB-PDP__product button.slick-next{
    right: 30px;
  }
}

/*FR-NL UPDATE*/
.IB-PDP__header-title {
  font-size: 80px;
}
.IB-PDP__product-roller-legend--2 {
  margin-left: -5px;
}
.IB-PDP__routine-product-name {
  min-height: 60px;
}
.IB-PDP__routine-product-description {
  min-height: 50px;
}
.is-Desktop {
  display: block;
}
.ln-brk {
  display: none;
}
.IB-PDP__routine-products {display: flex;}

/*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){
  .is-Desktop {
    display: none;
  }
}

/*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){
  .is-Desktop {
    display: none;
  }
  .IB-PDP__header-title {
    font-size: 48px!important;
  }
  .IB-PDP__product-step {
    margin-left: 60px!important;
  }
  .IB-PDP__product-step-p1 {
    font-size: 32px!important;
    line-height: 35px!important;
  }
  .slick-prev {
    left: 42px!important;
  }
  .IB-PDP__product-roller-legend--2 {
    margin-left: -20px!important;
  }
}

/*mobile*/
@media (max-width : 480px) {
  .is-Desktop {
    display: none;
  }
  .IB-PDP__routine-product-description {
    min-height: 60px!important;
  }
  .IB-PDP__header-title {
    font-size: 48px!important;
  }
  .IB-PDP__product-title {
    margin-top: -50px!important;
  }
  .IB-PDP__product-step {
    margin-left: 15px!important;
  }
  .IB-PDP__product button.slick-prev {
    left: -25px!important;
  }
  .IB-PDP__product button.slick-next {
    right: -45px!important;
  }
  .IB-PDP__product-roller-legend {
    font-size: 13px!important;
  }
  .IB-PDP__product-roller-legend--2 {
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    bottom: 31px!important;
    left: -90px!important;
    width: 120px!important;
  }
}
.IB-PDP__header {
  padding-top: 17px !important;
}