body,
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
.breadcrumb {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.clarins-new-pdp {
  --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B",
    "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  --FONT-CLARINS: "ClarinsRegular", "Clarins";
  --TEXT-COLOR: #fff;
  --BG-COLOR: #c3d2d8;
}
/*********************/

/**********/
/** BASE **/
/**********/

.clarins-new-pdp {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 1.28em;
  font-family: var(--FONT-GOTHAM-BOOK);
  background-color: var(--BG-COLOR);
  position: relative;
}
.clarins-new-pdp * {
  box-sizing: border-box;
}
.clarins-new-pdp img {
  display: block;
  max-width: 100%;
}
.clarins-new-pdp__background {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}
.clarins-new-pdp__container {
  position: relative;
  z-index: 2;
  display: flex;
  height: 460px;
  padding-left: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: var(--TEXT-COLOR);
}
.clarins-new-pdp__title {
  margin: 0;
  font-family: var(--FONT-CLARINS);
  font-size: 35px;
  line-height: 1em;
}
.clarins-new-pdp__title strong {
  font-size: 1.37em;
  font-weight: normal;
  display: block;
  line-height: 1em;
}
.clarins-new-pdp__text {
  margin: 0;
  margin-top: 28px;
  font-family: var(--FONT-GOTHAM-MEDIUM);
}

.clarins-new-pdp__cta {
  margin: 0;
  margin-top: 28px;
}
.clarins-new-pdp__cta > 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-new-pdp__cta > 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-new-pdp__cta a:focus::after {
  opacity: 1;
}
.clarins-new-pdp__cta a:hover {
  color: #b40024;
}
.clarins-new-pdp__cta a:active::after {
  opacity: 1;
}
/*------------------------------------------------*/
.clarins-new-pdp__legende {
  position: absolute;
  left: 50%;
  top: 0;
  color: var(--TEXT-COLOR);
  font-size: 11px;
  line-height: 1.2em;
}
.clarins-new-pdp__legende::before {
  content: " ";
  background-image: url(../images/arrow.png);
  position: absolute;
  width: 40px;
  height: 26px;
  display: block;
  top: -28px;
}
/*----------------------------------------*/
#pdp-legende-ingredient {
  margin-left: -62px;
  margin-top: 350px;
}
#pdp-legende-ingredient::before {
  left: 40px;
}
/*----------------------------------------*/
#pdp-legende-womens {
  margin-left: 345px;
  margin-top: 418px;
}
#pdp-legende-womens::before {
  left: 10px;
}
/*--------small desktop-------------*/
@media (max-width: 1170px) and (min-width: 1024px) {
  .clarins-new-pdp__container {
    width: calc(50% - 80px);
    padding: 40px;
    justify-content: space-between;
  }
  .clarins-new-pdp__title {
    white-space: nowrap;
  }
  .clarins-new-pdp__text + .clarins-new-pdp__text {
    flex: 1;
  }
  .clarins-new-pdp__text br {
    display: none;
  }
}
/*--------mobile-------------*/
@media (max-width: 1023px) {
  .clarins-new-pdp__background {
    left: calc(50% - 384px);
    width: 768px;
    bottom: 0;
    top: auto;
  }
  .clarins-new-pdp__container {
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: block;
    color: #333333;
    position: relative;
    text-align: center;
  }
  .clarins-new-pdp__text {
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .clarins-new-pdp__text + .clarins-new-pdp__text {
    padding-bottom: 410px;
  }
  .clarins-new-pdp__title {
    font-size: 24px;
  }
  .clarins-new-pdp__title strong {
    font-size: 35px;
  }
  .clarins-new-pdp__text br {
    display: none;
  }
  #pdp-legende-ingredient {
    margin-left: -180px;
    margin-top: 630px;
    text-align: right;
    width: 250px;
  }
  #pdp-legende-ingredient::before {
    left: 260px;
    transform: scaleY(-1) rotate(55deg);
    top: -20px;
  }
  #pdp-legende-womens {
    margin-left: 65px;
    margin-top: 268px;
    width: 100px;
  }
  #pdp-legende-womens::before {
    left: -50px;
    transform: scaleX(-1) rotate(65deg);
    top: 30px;
  }
  .clarins-new-pdp__legende br {
    display: none;
  }
}

/*DTW EDITS*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .clarins-new-pdp__background {
    position: absolute;
    top: 0;
    left: calc(45% - 800px);
    width: 1600px;
    z-index: 1;
}
.clarins-new-pdp__title strong {
    font-size: 1.27em;
    font-weight: normal;
    display: block;
    line-height: 1em;
}
}
.clarins-new-pdp__text {
    width: 43%;
}
#pdp-legende-ingredient {
    width: 7%;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  #pdp-legende-ingredient {
      width: 32%;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .clarins-new-pdp__text {
    width: 100%;
  }
}
@media screen and (max-width: 761px) {
  .clarins-new-pdp__text {
    width: 100%;
  }
  br {
    display: block!important;
  }
  #pdp-legende-ingredient {
      width: 32%;
  }
}