/*-----------------------------------------------------------*/
.dp-product-section {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding-top: 70px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-product-section .dp-quickshop {
  display: none !important;
}
.dp-product-section * {
  margin: 0;
  box-sizing: border-box;
}
.dp-product-section img {
  max-width: 100%;
  display: block;
}
@media (max-width: 761px) {
  .dp-product-section {
    display: block;
    padding-top: 20px;
  }
}
/*---------------------------------------*/
.dp-product-section__content {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 761px) {
  .dp-product-section__content {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 30px;
  }
}
/*---------------------------------------*/
.dp-product-section__women {
  flex-basis: calc(50% - 20px);
  position: relative;
  margin-top: 50px;
  margin-bottom: 200px;
}

.dp-product-section[data-align="right"] .dp-product-section__women {
  order: 1;
  margin-right: 40px;
}

.dp-product-section[data-align="left"] .dp-product-section__women {
  order: 2;
  margin-left: 40px;
}

.dp-product-section__women-photo {
  background-size: cover;
}

.dp-product-section[data-align="left"] .dp-product-section__women-photo {
  margin-left: 40px;
}

.dp-product-section[data-align="right"] .dp-product-section__women-photo {
  margin-right: 40px;
}

.dp-product-section[data-align="left"] .dp-product-section__women-photo img {
  transform: translateY(40px) translateX(-40px);
}

.dp-product-section[data-align="right"] .dp-product-section__women-photo img {
  transform: translateY(40px) translateX(40px);
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section__women {
    flex-basis: calc(50% - 60px);
  }
  .dp-product-section[data-align="left"] .dp-product-section__women-name {
    left: 20px;
  }
}

@media (max-width: 761px) {
  .dp-product-section__women {
    width: 100%;
    margin: 0 !important;
  }
  .dp-product-section__women-photo {
    margin: 0 !important;
    padding-top: 30px;
    background-repeat: no-repeat;
  }
  .dp-product-section__women-photo img {
    transform: none !important;
  }

  .dp-product-section[data-align="right"] .dp-product-section__women-photo {
    background-position: top right 40px;
  }
  .dp-product-section .dp-product-section__women-photo {
    background-position: top left 40px;
  }
  .dp-product-section__women-name {
    position: absolute;
    padding: 10px 20px;
    width: 208px;
    box-sizing: border-box;
    bottom: 0px;
  }
  .dp-product-section .dp-product-section__women-name {
    right: auto !important;
    left: 0px !important;
    padding: 20px 0 !important;
    margin-left: 0px !important;
    padding-left: 20px !important;
    width: 50% !important;
    text-align: left !important;
  }

  .dp-product-section__women-name span {
    font-size: 10px;
    line-height: 1em;
  }
}

/*---------------------------------------*/
.dp-product-section__ingredient {
  width: 500px;
  z-index: 2;
  position: absolute;
  top: 750px;
  box-sizing: border-box;
}
.dp-product-section__ingredient-visual {
  flex-basis: 202px;
  position: absolute;
  bottom: 0;
}
.dp-product-section__ingredient-text {
  flex: 1;
  padding: 20px;
}
.dp-product-section__ingredient-name {
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
}

.dp-product-section[data-align="right"] .dp-product-section__ingredient-visual {
  right: 0;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient-visual {
  left: 0;
}

.dp-product-section[data-align="right"] .dp-product-section__ingredient {
  right: calc(50% - 20px);
  padding-right: 204px;
  text-align: right;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient {
  left: calc(50% - 20px);
  padding-left: 204px;
  text-align: left;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section[data-align="left"] .dp-product-section__women-photo img {
    transform: translateY(20px) translateX(-20px);
  }
  .dp-product-section[data-align="right"] .dp-product-section__women-photo img {
    transform: translateY(20px) translateX(20px);
  }
  .dp-product-section[data-align="right"] .dp-product-section__ingredient {
    right: calc(50% + 40px);
    padding-top: 224px;
    text-align: left;
    display: block;
    top: 400px;
    width: 330px;
    padding-right: 0;
  }
  .dp-product-section[data-align="left"] .dp-product-section__ingredient {
    left: calc(50% + 40px);
    padding-top: 224px;
    text-align: left;
    display: block;
    top: 400px;
    width: 330px;
    padding-left: 0;
  }
  .dp-product-section[data-align="right"]
    .dp-product-section__ingredient-visual {
    top: -20px;
    right: 0px;
  }

  .dp-product-section[data-align="left"]
    .dp-product-section__ingredient-visual {
    top: -20px;
    left: -20px;
  }

  .dp-product-section__ingredient-visual {
    left: auto;
    right: 80px;
    top: 80px;
    bottom: auto;
    width: 204px;
  }
}

@media (max-width: 761px) {
  .dp-product-section__ingredient {
    width: 100% !important;
    z-index: 2;
    position: relative;
    margin: 0 auto !important;
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    padding: 0px !important;
    height: 124px !important;
  }

  .dp-product-section__ingredient-text {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .dp-product-section[data-align="right"] .dp-product-section__ingredient-text {
    padding-left: 10px;
  }
  .dp-product-section[data-align="left"] .dp-product-section__ingredient-text {
    padding-right: 10px;
  }
  .dp-product-section__ingredient-visual {
    left: auto !important;
    right: 0 !important;
    top: auto;
    bottom: 0;
    width: 50%;
  }
}

/*---------------------------------------*/
.dp-product-section__content {
  text-align: center;
  position: relative;
}
.dp-product-section[data-align="right"] .dp-product-section__content {
  order: 2;
}

.dp-product-section[data-align="left"] .dp-product-section__content {
  order: 1;
}

.dp-product-section__title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 8px;
  width: 100%;
  background-size: cover;
}

.dp-product-section__title {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.dp-product-section__title span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.dp-product-section__product-title {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 42px;
  font-weight: normal;
  line-height: 1em;
  display: block;
  margin: 20px auto;
  text-align: center;
}

.dp-product-section__collection-link {
  text-align: center;
  padding-bottom: 20px;
}
.dp-product-section__collection-link a {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 1em;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.dp-product-section__content-text {
  color: #333333;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

.dp-product-section__content-text a {
  text-decoration: underline;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
}

.dp-product-section__content-text strong {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
}

.dp-product-section__arguments {
  font-size: 14px;
  text-align: left;
}

.dp-product-section__packshot-text {
  position: relative;
  font-size: 12px;
  text-align: center;
  display: block;
}
.dp-product-section__packshot-ingredient {
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 50%;
  text-align: left;
  line-height: 1em;
  width: 200px;
}
.dp-product-section__product-name {
  font-size: 14px;
  text-align: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
}

.dp-product-section__product-text {
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
  color: #333;
}

.dp-product-section__arguments {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
  color: #333;
}

.dp-product-section__packshot {
  width: 375px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
}

.dp-product-section__packshot img {
  margin: 0 auto;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section__packshot {
    margin: 20px calc(50% - 187px);
  }
  .dp-product-section__product-title {
    font-size: 36px;
  }
  .dp-product-section__arguments {
    position: absolute;
    top: 520px;
  }
  .dp-product-section[data-align="left"] .dp-product-section__arguments {
    left: 400px;
  }
  .dp-product-section[data-align="right"] .dp-product-section__arguments {
    left: -240px;
  }
}
@media (max-width: 761px) {
  .dp-product-section__packshot {
    margin: 20px calc(50% - 187px);
  }
  .dp-product-section__product-title {
    font-size: 36px;
  }
}
/*---------------------------------------*/
.dp-product-section[data-align="left"] .dp-product-section__product-infos {
  order: 4;
}

.dp-product-section[data-align="right"] .dp-product-section__product-infos {
  order: 3;
}

.dp-product-section__quickshop span {
  background-color: transparent;
  display: inline-block;
  color: #be0f34;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}

/*---------------------SPECIFIQUES---------------------*/

/*------extra-firming ----------*/
.dp-product-section[data-product="extra-firming"]
  .dp-product-section__title::after,
.dp-product-section[data-product="extra-firming"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-01-anti-aging.jpg);
}
.dp-product-section[data-product="extra-firming"]
  .dp-product-section__product-title {
  color: #b40024;
}
.dp-product-section[data-product="extra-firming"]
  .dp-product-section__packshot
  img {
  max-width: 242px;
  transform: translateX(15%);
}
.dp-product-section[data-product="extra-firming"]
  .dp-product-section__packshot-ingredient {
  margin-top: 50%;
  margin-left: 32%;
  width: 100px;
}
.dp-product-section[data-product="extra-firming"]
  .dp-product-section__ingredient-name {
  top: 77px;
  right: 25px;
  background-color: rgba(234, 86, 33, 0.62);
  color: #fff;
}

/*------hydra essentiel ----------*/
.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__title::after,
.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-02-hydra-essentiel.png);
}

.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__packshot
  img {
  max-width: 266px;
  transform: translateX(10%);
}
.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__packshot-ingredient {
  margin-top: 55%;
  margin-left: 32%;
  width: 100px;
}
.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__ingredient-name {
  top: 49px;
  right: 78px;
  background-color: rgba(1, 47, 0, 0.62);
  color: #fff;
}

/*------my clarins ----------*/
.dp-product-section[data-product="my-clarins"]
  .dp-product-section__title::after,
.dp-product-section[data-product="my-clarins"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-03-my-clarins.png);
}

.dp-product-section[data-product="my-clarins"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="my-clarins"]
  .dp-product-section__packshot
  img {
  max-width: 317px;
}
.dp-product-section[data-product="my-clarins"]
  .dp-product-section__packshot-ingredient:nth-child(2) {
  margin-top: 17%;
  margin-right: 32%;
  text-align: right;
  right: 20%;
  left: auto;
}
.dp-product-section[data-product="my-clarins"]
  .dp-product-section__packshot-ingredient:nth-child(3) {
  margin-top: 120%;
  margin-left: 40%;
  text-align: left;
  left: 20%;
}

.dp-product-section[data-product="my-clarins"]
  .dp-product-section__ingredient-name:nth-child(2) {
  top: 16px;
  left: 16px;
  background-color: rgba(217, 58, 127, 0.62);
  color: #fff;
}
.dp-product-section[data-product="my-clarins"]
  .dp-product-section__ingredient-name:nth-child(3) {
  top: 146px;
  right: 25px;
  background-color: rgba(176, 134, 39, 0.62);
  color: #fff;
}
/*------calm-essentiel ----------*/
.dp-product-section[data-product="calm-essentiel"]
  .dp-product-section__title::after,
.dp-product-section[data-product="calm-essentiel"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-04-calm-essentiel.png);
}

.dp-product-section[data-product="calm-essentiel"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="calm-essentiel"]
  .dp-product-section__packshot
  img {
  max-width: 182px;
  transform: translateX(22%);
}
.dp-product-section[data-product="calm-essentiel"]
  .dp-product-section__packshot-ingredient {
  margin-top: 18%;
  margin-left: 25%;
}
.dp-product-section[data-product="calm-essentiel"]
  .dp-product-section__ingredient-name {
  top: 126px;
  right: 20px;
  background-color: rgba(221, 103, 151, 0.62);
  color: #fff;
}

/*------super restorative ----------*/
.dp-product-section[data-product="soins-nuit"]
  .dp-product-section__title::after,
.dp-product-section[data-product="soins-nuit"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-06-clarinsmen.jpg);
}

.dp-product-section[data-product="soins-nuit"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="soins-nuit"]
  .dp-product-section__packshot
  img {
  max-width: 246px;
  transform: translateX(18%);
}
.dp-product-section[data-product="soins-nuit"]
  .dp-product-section__packshot-ingredient {
  margin-top: 88%;
  margin-left: 0;
  text-align: right;
  left: auto;
  right: 45%;
}
.dp-product-section[data-product="soins-nuit"]
  .dp-product-section__ingredient-name {
  top: 156px;
  left: 16px;
  background-color: rgba(56, 108, 130, 0.62);
  color: #fff;
}

/*-----------------------------------------------*/
.dp-product-section__content-text {
  /*height: 100px;
  overflow: hidden;*/
  position: relative;
  transition: height ease-in-out 0.5s;
}
/*.dp-product-section__content-text::after {
  content: " ";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  transition: opacity ease-in-out 0.5s;
  opacity: 1;
  pointer-events: none;
}*/
.dp-product-section__content[data-open="1"]
  .dp-product-section__content-text
  p {
  display: block;
}
.dp-product-section__content[data-open="1"]
  .dp-product-section__content-text::after {
  opacity: 0;
}
.dp-product-section__content .dp-product-section__link span {
  background-color: transparent;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-align: center;
}
.dp-product-section__content[data-open="1"]
  .dp-product-section__link
  span[data-open="1"] {
  display: none;
}
.dp-product-section__content[data-open="0"]
  .dp-product-section__link
  span[data-open="0"] {
  display: none;
}
.dp-product-section__gamme {
  padding: 10px;
}

.dp-product-section__gamme a {
  background-color: transparent;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-align: center;
}

/*MASTER ANALYSIS EDITS*/
@media only screen and (max-width: 761px){
  .dp-product-section[data-product="extra-firming"] .dp-product-section__packshot-ingredient{
    margin-top: 45%;
    margin-left: 29%;
  }
}

.slick-next {
  right: -55px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .slick-next {
    right: -35px !important;
  }
}


@media (max-width: 480px) {
  .slick-prev {
    left: -60px;
  }
}

#extra-firming_nav, #hydra-essentiel_nav,#my-clarins_nav,#calm-essentiel_nav,#clarinsmen_nav {
    scroll-margin-top: 78px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  #extra-firming_nav, #hydra-essentiel_nav,#my-clarins_nav,#calm-essentiel_nav,#clarinsmen_nav {
      scroll-margin-top: 150px;
      padding-top: 78px;
  }
}






/* ---------------------------------- */
.dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__ingredient-name {
    right: 68px;
    width: 60%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  #extra-firming_nav, #hydra-essentiel_nav, #my-clarins_nav, #calm-essentiel_nav, #clarinsmen_nav {
    scroll-margin-top: 80px;
    padding-top: 28px;
  }
}

@media (orientation : portrait) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  #extra-firming_nav, #hydra-essentiel_nav, #my-clarins_nav, #calm-essentiel_nav, #clarinsmen_nav {
    scroll-margin-top: 18px;
  }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
  .dp-product-section[data-product="hydra-essentiel"]
  .dp-product-section__ingredient-name {
    right: 64px;
    width: 63%;
  }
}
