/*-----------------------------------------------------------*/
.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__women-name {
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 150px;
  font-family: "ClarinsRegular", "Clarins";
  font-size: 22px;
  line-height: 1em;
}
.dp-product-section__women-name span {
  display: block;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  padding-top: 8px;
}

.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__women-name {
  color: #fff;
}
.dp-product-section[data-align="left"] .dp-product-section__women-name {
  left: 184px;
}
.dp-product-section[data-align="right"] .dp-product-section__women-name {
  left: 70px;
}

.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 .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,
  .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 {
    width: 150px;
    top: -20px;
    right: -40px;
  }

  .dp-product-section[data-align="left"]
    .dp-product-section__ingredient-visual {
    width: 150px;
    top: -20px;
    left: -40px;
  }

  .dp-product-section__ingredient-visual {
    left: auto;
    right: 80px;
    top: 80px;
    bottom: auto;
    width: 204px;
  }

  .dp-product-section[data-product="total-eye-lift"]
    .dp-product-section__women-name,
  .dp-product-section[data-product="multi-active-eye"]
    .dp-product-section__women-name {
    bottom: -10px;
    right: 30px;
  }

  .dp-product-section[data-product="total-eye-lift"]
    .dp-product-section__ingredient-name {
    top: 90px;
    right: unset !important;
    background-color: rgba(206, 82, 98, 0.62);
    color: #fff;
    left: 10px;
  }

  .dp-product-section[data-product="multi-active-eye"]
    .dp-product-section__ingredient-name {
    top: 80px !important;
    right: 60px;
    background-color: rgba(180, 149, 177, 0.62);
    color: #fff;
  }

  .dp-product-section[data-product="hydra-essentiel-eye-mask"]
    .dp-product-section__ingredient-name {
    top: 50px;
    right: 40px !important;
    background-color: rgba(1, 47, 0, 0.62);
    color: #fff;
  }
}

@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 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 {
  font-size: 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 0 10px;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  right: calc(50% + 100px);
  z-index: 2;
}

.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 {
    width: 350px;
    position: absolute;
    height: 200px;
    top: 470px;
  }
  .dp-product-section[data-align="left"] .dp-product-section__arguments {
    left: 360px;
  }
  .dp-product-section[data-align="right"] .dp-product-section__arguments {
    left: -350px;
  }
  .dp-product-section__content-text br {
    display: none;
  }
}
@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: black;
  display: inline-block;
  color: white;
  padding: 15px 30px;
  text-transform: unset;
  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;
}

/* #dp-product-section__quickshop-discover {
  background-color: black;
  display: inline-block;
  color: white;
  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---------------------*/
/*------total eye lift ----------*/
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__title::after,
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-06-double-serum-eyes.png);
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__product-title {
  color: #ca0435;
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__women-name {
  text-align: right;
  color: #fff;
  left: auto;
  right: 60px;
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__packshot
  img {
  max-width: 230px;
  transform: translateX(30%);
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__packshot-ingredient {
  margin-top: 10px;
  margin-left: 0;
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__ingredient-name {
  top: 40px;
  right: 20px;
  background-color: rgba(39, 126, 15, 0.62);
  color: #fff;
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__ingredient-name:last-child {
  top: 122px;
  right: 40px;
  background-color: rgba(237, 112, 0, 0.62);
  color: #fff;
}
.dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__packshot-text {
  right: calc(50% + 50px);
}
/*------total eye lift ----------*/
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__title::after,
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-01-total-eye-lift.png);
}
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__product-title {
  color: #ce778b;
}
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__women-name {
  text-align: right;
  color: #fff;
  left: auto;
  right: 60px;
}
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__packshot
  img {
  max-width: 205px;
  transform: translateX(-16%);
}
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__packshot-ingredient {
  margin-top: 10px;
  margin-left: 0;
}
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__ingredient-name {
  top: 103px;
  right: 84px;
  background-color: rgba(206, 82, 98, 0.62);
  color: #fff;
}
.dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__packshot-text {
  right: calc(50% + 80px);
}
/*------eye-contour-gel ----------*/
.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__title::after,
.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-02-eye-contour-gel.png);
}

.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__product-title {
  color: #ca0435;
}
.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__women-name {
  text-align: right;
  color: #fff;
  left: auto;
  right: 60px;
}
.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__packshot
  img {
  max-width: 146px;
  transform: translateX(10%);
}
.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="eye-contour-gel"]
  .dp-product-section__ingredient-name {
  top: 30px;
  right: 30px;
  background-color: rgba(130, 145, 229, 0.62);
  color: #fff;
}

/*------hydra-essentiel-eye-mask ----------*/
.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__title::after,
.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-04-hydra-essentiel.png);
}

.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__product-title {
  color: #ca0435;
}
.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__women-name {
  text-align: right;
  color: #fff;
  left: auto;
  right: 60px;
}
.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__packshot
  img {
  max-width: 170px;
  transform: translateX(15%);
}
.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="hydra-essentiel-eye-mask"]
  .dp-product-section__ingredient-name {
  top: 50px;
  right: 78px;
  background-color: rgba(1, 47, 0, 0.62);
  color: #fff;
}
/*------extra-firming-eye ----------*/
.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__title::after,
.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-05-extra-firming.png);
}

.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__product-title {
  color: #ca0435;
}
.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__women-name {
  text-align: right;
  color: #fff;
  left: auto;
  right: 60px;
}
.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__packshot
  img {
  max-width: 155px;
  transform: translateX(25%);
}
.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="extra-firming-eye"]
  .dp-product-section__ingredient-name {
  top: 76px;
  right: 15px;
  background-color: rgba(234, 86, 33, 0.62);
  color: #fff;
}
/*------multi-active-eye ----------*/
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__title::after,
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-03-multi-active-eye.png);
}

.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__product-title {
  color: #ca0435;
}
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__women-name {
  text-align: right;
  color: #000;
  left: auto;
  right: 60px;
}
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__packshot
  img {
  max-width: 146px;
  transform: translateX(22%);
}
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__ingredient-name {
  top: 126px;
  right: 86px;
  background-color: rgba(180, 149, 177, 0.62);
  color: #fff;
}
.dp-product-section[data-product="multi-active-eye"]
  .dp-product-section__packshot-text {
  right: calc(50% + 60px);
}

/* .dp-product-section__quickshop span {
  background-color: black;
  color: white;
} */

.dp-routine__product-name {
  min-height: 47px;
}

.dp-product-section[data-product="double-serum-eyes"] .dp-product-section__ingredient-name {
  top: 40px;
  right: 20px;
  background-color: rgba(39, 126, 15, 0.62);
  color: white!important;
}


/*2022 Update*/
@media (max-width: 834px) {
.dp-product-section[data-product="extra-firming-eye"] .dp-product-section__women-name{right: 30px;bottom: -10px;}
.dp-product-section[data-product="double-serum-eyes"] .dp-product-section__ingredient-name{right: 15px;}
.dp-product-section__ingredient-name{font-size: 10px;}
.dp-product-section[data-product="double-serum-eyes"] .dp-product-section__ingredient-name:last-child {top: 100px;}
}