body,
html {
  margin: 0;
  padding: 0;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.primary-content {
  padding-bottom: 0;
}
.breadcrumb {
  display: none;
}
footer {
  margin-top: 0px;
}

.MyContent * {
  box-sizing: border-box;
}
.MyContent {
  position: relative;
  width: 100%;
  color: #333333;
  /*  min-height: 873px;*/
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}
@media (min-width: 1250px) {
  .MyContent {
    margin-left: -175px;
    width: 1600px;
  }
}
@media (max-width: 761px) {
  .MyContent {
    min-height: 0;
  }
}
.MyContent .swatchesCircle {
  display: none;
}
.MyContent .product-tile .product-quickshop {
  display: block !important;
}
.MyContent .product-tile {
  margin: 0;
  margin-top: 20px;
  text-align: left;
}
.MyContent .Mentions {
  font-size: 11px;
  opacity: 0.5;
}

/*-------HEADER--------*/
.MyContent .MyHeader[data-enabled="0"] {
  display: none;
}
.MyContent .MyHeader[data-enabled="1"] {
  display: block;
  margin-top: 20px;
}

.MyContent .MyHeader {
  z-index: 3;
  position: absolute;
  top: 0;
  width: 600px;
  left: calc(50% - 300px);
  height: 180px;
  text-align: center;
}
@media (max-width: 761px) {
  .MyContent .MyHeader {
    width: 100%;
    left: 0;
  }
}

.MyContent .MyHeader__Title {
  font-size: 55px;
  line-height: 1em;
  font-family: ClarinsRegular, Clarins;
  font-size: 55px;
  font-weight: normal;
  margin: 0;
  color: #333333;
  height: 85px;
  cursor: pointer;
}
.MyContent .MyHeader__Title strong {
  font-size: 1.6em;
  font-weight: normal;
}
.MyContent .MyHeader > div img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .MyContent .MyHeader > div img {
    max-width: 220px;
  }
  .MyContent .MyHeader__Title {
    font-size: 37px;
  }
}

/*-----------------------------------------------*/
.MyContent .MyStepNav {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
.MyContent .MyStepNav > div::before {
  content: " ";
  width: 16px;
  height: 2px;
  background-color: #be0f34;
  position: absolute;
  top: calc(50% - 1px);
  left: 100%;
  z-index: -1;
}
.MyContent .MyStepNav > div::after {
  content: " ";
  width: 16px;
  height: 2px;
  background-color: #be0f34;
  position: absolute;
  top: calc(50% - 1px);
  right: 100%;
  z-index: -1;
}
.MyContent .MyStepNav > div:first-child::after {
  display: none;
}
.MyContent .MyStepNav > div:last-child::before {
  display: none;
}
.MyContent .MyStepNav > div {
  width: 26px;
  height: 26px;
  transition: all ease-in-out 0.5s;
  border-radius: 50%;
  background-color: #fff;
  color: #be0f34;
  border: 2px solid #be0f34;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
  transform-origin: center center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  margin: 0 12px;
  font-size: 14px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.MyContent .MyStepNav > div[data-select="1"] {
  width: 36px;
  height: 36px;
  background-color: #be0f34;
  color: #fff;
  display: flex;
  font-size: 20px;
  cursor: default;
}
.MyContent .MyChoiceScreen {
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  min-height: 873px;
  text-align: center;
  display: flex;
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.8s;
  position: absolute;
  flex-wrap: wrap;
}
.MyContent .MyChoiceScreen[data-masterproduct] {
  padding-bottom: 50px;
  min-height: 2600px;
}
@media (max-width: 1023px) {
  .MyContent .MyChoiceScreen {
    min-height: 1073px;
  }
  .MyContent .MyChoiceScreen[data-masterproduct] {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 761px) {
  .MyContent .MyChoiceScreen {
    padding: 0 10px;
    min-height: 100vh;
  }
  .MyContent .MyChoiceScreen[data-level="0"] {
    padding: 0px;
  }
}

/*--------------------------------------*/
.MyContent *[data-select="0"] {
  opacity: 0;
  transform: translateY(200%);
  z-index: -1;
}
.MyContent *[data-select="1"] {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
/*-------------------------------------*/
.dp-link button,
.dp-link a {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #000;
  height: 50px;
  line-height: 50px;
  border: solid 1px #e2e3e5;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0 20px;
  min-width: 150px;
  outline: 0;
  letter-spacing: normal;
}
.dp-link button:hover,
.dp-link a:hover {
  border: solid 1px #b40024;
  background-color: #fff;
  color: #b40024;
  outline: 0;
}
.dp-link {
  display: block;
}

.dp-finder-reset {
  padding: 50px;
}

/*------------------------------------*/
/*----------EYE FINDER HOME ----------------*/
/*------------------------------------*/
.dp-finder-intro {
  height: 573px;
  max-width: 1250px;
  margin: 0 auto;
  justify-content: flex-end;
  padding: 40px;
  display: flex;
  width: 100%;
  position: relative;
}
.dp-finder-intro__visual {
  position: absolute;
  width: 1600px;
  left: calc(50% - 800px);
  z-index: 1;
  top: 0;
}
.dp-finder-intro__visual img {
  display: block;
}
.dp-finder-intro__title {
  margin: 0;
  font-size: 55px;
  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  display: flex;
  flex-direction: column;
  color: #333333;
  text-align: center;
}
.dp-finder-intro__title strong {
  font-size: 1.6em;
  line-height: 1em;
  font-weight: normal;
  display: block;
  text-align: center;
}
.dp-finder-intro__claim {
  margin: 0;

  line-height: 1em;
  font-weight: normal;
  font-family: ClarinsRegular, Clarins;
  font-size: 35px;
  color: #333333;
  margin: 25px 0;
}
.dp-finder-intro__text {
  margin-bottom: 25px;
}
.dp-finder-intro__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 40px;
  flex-basis: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.dp-finder-intro__visual-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .dp-finder-intro {
    height: auto;
    display: block;
    padding: 0;
  }
  .dp-finder-intro__visual {
    position: relative;
    width: 100%;
    left: auto;
    z-index: 1;
    top: auto;
  }
  .dp-finder-intro__visual img {
    width: 100%;
  }
  .dp-finder-intro__content {
    padding: 40px;
    display: block;
  }
}
@media (max-width: 761px) {
  .dp-finder-intro__visual {
    display: none;
  }
  .dp-finder-intro__visual-mobile {
    position: relative;
    width: 100vw;
    display: block;
    margin-left: -20px;
  }
  .dp-finder-intro__visual-mobile img {
    width: 100%;
    display: block;
  }
  .dp-finder-intro__content {
    padding: 20px;
    display: block;
    padding-bottom: 40px;
  }
  .dp-finder-intro__title {
    margin: 0 !important;
    font-size: 37px;
    display: inline-block;
    margin-bottom: 20px !important;
    margin-top: -5px !important;
  }
}
/*-----------------------------------------------------------------------------*/
/*--------------------------        ECRAN CHOIX         -----------------------*/
/*-----------------------------------------------------------------------------*/
.dp-choices {
  padding-top: 150px;
  position: relative;
}
.dp-choices_background {
  position: absolute;
  width: 1600px;
  height: 100%;
  z-index: 1;
  left: calc(50% - 800px);
  top: 0;
}
.dp-choice__title {
  font-family: ClarinsRegular, Clarins;
  padding: 20px;
  margin: 0;
  font-size: 48px;
  color: #333;
  font-weight: normal;
  line-height: 1em;
  flex-basis: 100%;
  z-index: 2;
  position: relative;
}
.dp-choices__grid {
  display: flex;
  max-width: 1070px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}

.dp-choices__item {
  flex-basis: 33.33%;
  height: 150px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  cursor: pointer;
  border: 1px solid #e7e4e2;
}
.dp-choices__item[data-display="1"],
.dp-choices__item:hover {
  border: 1px solid #b40024;
  color: #b40024;
}

.dp-choices__item::before {
  content: " ";
  width: 70px;
  height: 65px;
  display: block;
  background-size: 65px 65px;
  margin: 0 30px;
}
.dp-choices__item:nth-child(1)::before {
  background-image: url(img/picto-choix-01.svg);
}
.dp-choices__item:nth-child(2)::before {
  background-image: url(img/picto-choix-06.svg);
}
.dp-choices__item:nth-child(3)::before {
  background-image: url(img/picto-choix-05.svg);
}
.dp-choices__item:nth-child(4)::before {
  background-image: url(img/picto-choix-04.svg);
}
.dp-choices__item:nth-child(5)::before {
  background-image: url(img/picto-choix-02.svg);
}
.dp-choices__item:nth-child(6)::before {
  background-image: url(img/picto-choix-03.svg);
}
.dp-choices__item:nth-child(1)[data-display="1"]::before,
.dp-choices__item:nth-child(1):hover::before {
  background-image: url(img/picto-choix-01-red.svg);
}
.dp-choices__item:nth-child(2)[data-display="1"]::before,
.dp-choices__item:nth-child(2):hover::before {
  background-image: url(img/picto-choix-06-red.svg);
}
.dp-choices__item:nth-child(3)[data-display="1"]::before,
.dp-choices__item:nth-child(3):hover::before {
  background-image: url(img/picto-choix-05-red.svg);
}
.dp-choices__item:nth-child(4)[data-display="1"]::before,
.dp-choices__item:nth-child(4):hover::before {
  background-image: url(img/picto-choix-04-red.svg);
}
.dp-choices__item:nth-child(5)[data-display="1"]::before,
.dp-choices__item:nth-child(5):hover::before {
  background-image: url(img/picto-choix-02-red.svg);
}
.dp-choices__item:nth-child(6)[data-display="1"]::before,
.dp-choices__item:nth-child(6):hover::before {
  background-image: url(img/picto-choix-03-red.svg);
}
.dp-choices__text {
  z-index: 2;
  position: relative;
  flex-basis: 100%;
}
.dp-choices .dp-link {
  z-index: 2;
  position: relative;
  flex-basis: 100%;
}
.dp-choices .dp-link button[data-display="0"] {
  display: none;
}

.dp-choices_ingredient {
  position: absolute;
}
.dp-choices_ingredient img {
  display: block;
}
.dp-choice__ingredient-name {
  position: absolute;
  font-size: 12px;
  line-height: 1.4em;
  text-align: left;
  margin: 0;
}

.dp-choices_ingredient[data-ingredient="cassie"] {
  left: calc(50% - 700px);
  top: 170px;
}
.dp-choices_ingredient[data-ingredient="cardere"] {
  left: calc(50% + 400px);
  top: 0px;
}
.dp-choices_ingredient[data-ingredient="bleuet"] {
  left: 50%;
  bottom: 0px;
}

.dp-choices_ingredient[data-ingredient="cassie"] .dp-choice__ingredient-name {
  top: 70px;
  left: 170px;
}
.dp-choices_ingredient[data-ingredient="cardere"] .dp-choice__ingredient-name {
  top: 120px;
  left: 50px;
}
.dp-choices_ingredient[data-ingredient="bleuet"] .dp-choice__ingredient-name {
  top: 100px;
  left: 360px;
}
.dp-choices_ingredient[data-ingredient="mobile-top"],
.dp-choices_ingredient[data-ingredient="mobile-bottom"] {
  display: none;
}

@media (max-width: 1170px) {
  .dp-choices__grid {
    margin: 0 20px;
    margin-bottom: 40px;
    width: calc(100% - 40px);
  }
  .dp-choices_ingredient[data-ingredient="cassie"] {
    left: calc(50% - 60vw);
    top: 70px;
  }
  .dp-choices_ingredient[data-ingredient="cardere"] {
    left: calc(50% + 250px);
  }
}
@media (max-width: 1023px) {
  .dp-choices_ingredient[data-ingredient="cassie"] {
    left: calc(50% - 390px);
    top: auto;
    bottom: -300px;
  }
  .dp-choices_ingredient[data-ingredient="cardere"] {
    left: calc(50% + 180px);
  }
  .dp-choices_ingredient[data-ingredient="bleuet"] {
    left: calc(50% - 85px);
  }
  .dp-choices__item {
    flex-basis: 50%;
  }
}
@media (max-width: 761px) {
  .dp-choices {
    padding-bottom: 150px;
  }
  .dp-choices__grid {
    max-width: calc(100% - 20px);
    margin: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .dp-choices__item {
    flex-basis: 100%;
    height: 100px;
  }
  .dp-choice__title {
    font-size: 35px;
  }
  .dp-choices_background {
    width: calc(100% + 20px);
    height: 100%;
    left: -10px;
  }
  .dp-choices_ingredient[data-ingredient="cardere"],
  .dp-choices_ingredient[data-ingredient="cassie"],
  .dp-choices_ingredient[data-ingredient="bleuet"] {
    display: none;
  }
  .dp-choices_ingredient[data-ingredient="mobile-top"],
  .dp-choices_ingredient[data-ingredient="mobile-bottom"] {
    position: absolute;
    display: block;
    width: 100%;
  }
  .dp-choices_ingredient[data-ingredient="mobile-top"] img,
  .dp-choices_ingredient[data-ingredient="mobile-bottom"] img {
    display: block;
    width: 100%;
  }
  .dp-choices_ingredient[data-ingredient="mobile-top"] {
    top: 70px;
  }
  .dp-choices_ingredient[data-ingredient="mobile-bottom"] {
    bottom: 20px;
  }
}
/*------------------------------------------------*/
.dp-product {
  padding-top: 150px;
  display: flex;
  max-width: 970px;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 50px;
}
.dp-product-wrapper + .dp-product-wrapper .dp-product {
  padding-top: 70px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.dp-product__packshot {
  margin: 20px;
  flex-basis: calc(50% - 40px);
  z-index: 2;
}
.dp-product__packshot img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.dp-product__texture {
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 150px;
}
.dp-product__ingredient {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}
.dp-product__ingredient img {
  display: block;
}
.dp-product__ingredient-name {
  position: absolute;
  font-size: 12px;
  margin: 0;
  line-height: 1.2em;
}
.dp-product__title {
  font-family: ClarinsRegular, Clarins;
  padding: 20px;
  margin: 0;
  font-size: 48px;
  color: #333;
  font-weight: normal;
  line-height: 1em;
  flex-basis: 100%;
  z-index: 2;
  position: relative;
  line-height: 1em;
  flex-basis: 100%;
}
.dp-product__content {
  margin: 20px;
  flex-basis: calc(50% - 40px);
  text-align: left;
  max-width: 320px;
  position: relative;
  z-index: 2;
}
.dp-product__product-name {
  font-family: ClarinsRegular, Clarins;
  margin: 0;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 1em;
}
.dp-product__text {
  margin: 0;
  margin-bottom: 15px;
}
.dp-product__benefits-items {
  list-style: disc;
  padding: 0;
  padding-left: 15px;
}
.dp-product__product-small-title {
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.dp-product__tips {
  margin: 0 auto;
  border: 1px solid #1ea4d1;
  padding: 40px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  margin-bottom: 40px;
}
.dp-product__tips-title {
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1ea4d1;
}
.dp-product__tips-text {
  margin: 15px 0;
}
.dp-product__tips-mentions {
  margin: 0;
  font-size: 11px;
  opacity: 0.5;
}
/*--------------DS EYE------------------------*/
div[data-masterproduct="ds-eye"] .dp-product__product-name {
  color: #d36a02;
}
div[data-masterproduct="ds-eye"] .dp-product__texture {
  margin-right: 195px;
  margin-top: 90px;
}
div[data-masterproduct="ds-eye"] .dp-product__ingredient {
  margin-left: 195px;
  margin-bottom: -100px;
}
div[data-masterproduct="ds-eye"]
  .dp-product__ingredient-name[data-ingredient="cerfeuil"] {
  text-align: right;
  right: 63%;
  bottom: 18%;
  width: 200px;
}
div[data-masterproduct="ds-eye"]
  .dp-product__ingredient-name[data-ingredient="curcuma"] {
  text-align: left;
  left: 85%;
  bottom: 12%;
  width: 100px;
}
div[data-masterproduct="ds-eye"] .dp-product {
  padding-bottom: 0px;
}
div[data-masterproduct="ds-eye"] .dp-product__packshot img {
  width: 465px;
}
/*--------------total eye contour gel------------------------*/
div[data-masterproduct="total-eye-contour-gel"] .dp-product__product-name {
  color: #4a79bb;
}
div[data-masterproduct="total-eye-contour-gel"] .dp-product__texture {
  margin-right: 255px;
  margin-top: 100px;
}
div[data-masterproduct="total-eye-contour-gel"] .dp-product__ingredient {
  margin-left: 265px;
}
div[data-masterproduct="total-eye-contour-gel"]
  .dp-product__ingredient-name[data-ingredient="cafeine"] {
  text-align: right;
  right: 105%;
  bottom: 20%;
  width: 200px;
}

div[data-masterproduct="total-eye-contour-gel"] .dp-product {
  padding-bottom: 90px;
}
div[data-masterproduct="total-eye-contour-gel"] .dp-product__packshot img {
  width: 216px;
}
/*--------------Total Eye Hydrate------------------------*/
div[data-masterproduct="total-eye-hydrate"] .dp-product__product-name {
  color: #1ea4d1;
}
div[data-masterproduct="total-eye-hydrate"] .dp-product__texture {
  margin-right: 185px;
  margin-top: 220px;
}
div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
  margin-left: 265px;
  bottom: 40px;
}
div[data-masterproduct="total-eye-hydrate"]
  .dp-product__ingredient-name[data-ingredient="kalanchoe"] {
  text-align: right;
  right: 105%;
  bottom: 20%;
  width: 200px;
}

div[data-masterproduct="total-eye-hydrate"] .dp-product {
  padding-bottom: 90px;
}
div[data-masterproduct="total-eye-hydrate"] .dp-product__packshot img {
  width: 162px;
}
/*--------------MULTI ACTIVE YEUX------------------------*/
div[data-masterproduct="total-eye-revive"] .dp-product__product-name {
  color: #d56e8b;
}
div[data-masterproduct="total-eye-revive"] .dp-product__texture {
  margin-right: 195px;
  margin-top: 120px;
}
div[data-masterproduct="total-eye-revive"] .dp-product__ingredient {
  margin-left: 265px;
}
div[data-masterproduct="total-eye-revive"]
  .dp-product__ingredient-name[data-ingredient="cardere"] {
  text-align: right;
  right: 105%;
  bottom: 20%;
  width: 200px;
}

div[data-masterproduct="total-eye-revive"] .dp-product {
  padding-bottom: 90px;
}
div[data-masterproduct="total-eye-revive"] .dp-product__packshot img {
  width: 175px;
}

/*--------------EXTRA FIRMING YEUX------------------------*/
div[data-masterproduct="total-eye-smooth"] .dp-product__product-name {
  color: #e8a474;
}
div[data-masterproduct="total-eye-smooth"] .dp-product__texture {
  margin-right: 155px;
  margin-top: 120px;
}
div[data-masterproduct="total-eye-smooth"] .dp-product__ingredient {
  margin-left: 325px;
}
div[data-masterproduct="total-eye-smooth"]
  .dp-product__ingredient-name[data-ingredient="kangourou"] {
  text-align: right;
  right: 95%;
  bottom: 20%;
  width: 200px;
}
div[data-masterproduct="total-eye-smooth"] .dp-product {
  padding-bottom: 90px;
}
div[data-masterproduct="total-eye-smooth"] .dp-product__packshot img {
  width: 119px;
}

/*--------------TOTAL EYE LIFT------------------------*/
div[data-masterproduct="total-eye-lift"] .dp-product__product-name {
  color: #b40024;
}
div[data-masterproduct="total-eye-lift"] .dp-product__texture {
  margin-right: 165px;
  margin-top: 120px;
}
div[data-masterproduct="total-eye-lift"] .dp-product__ingredient {
  margin-left: -365px;
  margin-bottom: 60px;
  z-index: 1;
}
div[data-masterproduct="total-eye-lift"]
  .dp-product__ingredient-name[data-ingredient="harungana"] {
  text-align: right;
  right: 92%;
  bottom: 42%;
  width: 200px;
}
div[data-masterproduct="total-eye-lift"]
  .dp-product__ingredient-name[data-ingredient="cassie"] {
  text-align: right;
  right: 10px;
  bottom: 75%;
  width: 200px;
}

div[data-masterproduct="total-eye-lift"] .dp-product {
  padding-bottom: 90px;
}
div[data-masterproduct="total-eye-lift"] .dp-product__packshot img {
  width: 465px;
}
/*--------------SHAPING FACIAL LIFT------------------------*/
div[data-masterproduct="sfl-eye"] .dp-product__product-name {
  color: #b40024;
}
div[data-masterproduct="sfl-eye"] .dp-product__texture {
  margin-right: 95px;
  margin-top: 180px;
}
div[data-masterproduct="sfl-eye"] .dp-product__ingredient {
  margin-left: 265px;
}
div[data-masterproduct="sfl-eye"]
  .dp-product__ingredient-name[data-ingredient="mousse"] {
  text-align: right;
  right: 90%;
  bottom: 35%;
  width: 200px;
}
div[data-masterproduct="sfl-eye"] .dp-product {
  padding-bottom: 90px;
}
div[data-masterproduct="sfl-eye"] .dp-product__packshot img {
  width: 65px;
}
/*-------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .dp-product {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .dp-product__title {
    font-size: 35px;
  }
  .dp-product__content {
    text-align: center;
    margin: 0 auto;
  }
  .dp-product__packshot img {
    margin: 0 auto;
  }
  .dp-product__benefits-items {
    text-align: left;
  }
  .dp-shop-btn a,
  .dp-shop-btn button {
    margin: 0 auto;
  }

  .dp-product__ingredient {
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /*--------------------------DOUBLE SERUM EYES -------------*/
  div[data-masterproduct="ds-eye"] .dp-product {
    padding-bottom: 300px;
  }
  div[data-masterproduct="ds-eye"] .dp-product__packshot img {
    width: 100%;
  }
  div[data-masterproduct="ds-eye"] .dp-product__ingredient {
    margin: 0;
    width: 250px;
  }
  div[data-masterproduct="ds-eye"]
    .dp-product__ingredient-name[data-ingredient="cerfeuil"] {
    text-align: right;
    right: 53%;
    bottom: 70%;
    width: 200px;
  }
  div[data-masterproduct="ds-eye"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="ds-eye"] .dp-product__texture {
    margin-right: 65px;
    margin-top: 110px;
    transform: scale(0.8);
  }
  /*---------------------------GEL CONTOUR YEUX -------------*/
  div[data-masterproduct="total-eye-contour-gel"] .dp-product {
    padding-bottom: 180px;
  }
  div[data-masterproduct="total-eye-contour-gel"] .dp-product__packshot img {
    width: 173px;
    transform: translateX(20px);
  }
  div[data-masterproduct="total-eye-contour-gel"] .dp-product__ingredient {
    margin: 0;
    width: 150px;
    margin-left: 90px;
  }

  div[data-masterproduct="total-eye-contour-gel"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="total-eye-contour-gel"] .dp-product__texture {
    margin-right: 75px;
    margin-top: 110px;
    transform: scale(0.8);
  }
  /*---------------------------GEL CONTOUR YEUX -------------*/
  div[data-masterproduct="total-eye-hydrate"] .dp-product {
    padding-bottom: 0px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__packshot img {
    width: 96px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
    margin: 0;
    width: 150px;
    margin-left: 120px;
    bottom: 150px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient-name {
    text-align: right;
    right: 75%;
    bottom: 65%;
    width: 200px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__texture {
    margin-right: 30px;
    margin-top: 190px;
    transform: scale(0.8);
  }
  .dp-product__tips {
    margin: 40px;
    margin-top: 80px;
    padding: 20px;
  }
  /*---------------------------MULTI ACTIVE -------------*/
  div[data-masterproduct="total-eye-revive"] .dp-product {
    padding-bottom: 160px;
  }
  div[data-masterproduct="total-eye-revive"] .dp-product__packshot img {
    width: 173px;
    transform: translateX(32px);
  }
  div[data-masterproduct="total-eye-revive"] .dp-product__ingredient {
    margin: 0;
    width: 144px;
    margin-left: 90px;
  }
  div[data-masterproduct="total-eye-revive"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="total-eye-revive"] .dp-product__texture {
    margin-right: 30px;
    margin-top: 160px;
    transform: scale(0.8);
    z-index: -1;
  }
  /*---------------------------EXTRA FIRMING------------*/
  div[data-masterproduct="total-eye-smooth"] .dp-product {
    padding-bottom: 200px;
  }
  div[data-masterproduct="total-eye-smooth"] .dp-product__packshot img {
    width: 96px;
  }
  div[data-masterproduct="total-eye-smooth"] .dp-product__ingredient {
    margin: 0;
    width: 178px;
  }
  div[data-masterproduct="total-eye-smooth"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="total-eye-smooth"] .dp-product__texture {
    margin-right: 40px;
    margin-top: 130px;
    transform: scale(0.8);
    z-index: -1;
  }
  /*---------------------------EXTRA FIRMING------------*/

  div[data-masterproduct="total-eye-lift"] .dp-product {
    padding-bottom: 290px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__packshot img {
    width: 100%;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient {
    margin: 0;
    width: 250px;
    margin-bottom: 20px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__texture {
    margin-right: 40px;
    margin-top: 100px;
    transform: scale(0.8);
    z-index: -1;
  }
  div[data-masterproduct="total-eye-lift"]
    .dp-product__ingredient-name[data-ingredient="cassie"] {
    right: -20px;
  }

  /*--------------SHAPING FACIAL LIFT------------------------*/
  div[data-masterproduct="sfl-eye"] .dp-product {
    padding-bottom: 200px;
  }
  div[data-masterproduct="sfl-eye"] .dp-product__packshot img {
    width: 50px;
  }
  div[data-masterproduct="sfl-eye"] .dp-product__ingredient {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  div[data-masterproduct="sfl-eye"] .dp-product__ingredient img {
    display: block;
    width: 100%;
  }
  div[data-masterproduct="sfl-eye"] .dp-product__texture {
    margin-right: 20px;
    margin-top: 160px;
    transform: scale(0.8);
    z-index: -1;
  }
}

/*---------------------------------------------------------------*/
.dp-how-to {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  max-width: 1048px;
  border-top: 1px solid #e7e4e2;
  z-index: 2;
  flex-basis: 100%;
}

.dp-how-to__title {
  font-size: 22px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0 20px;
  display: inline-block;
  line-height: 30px;
  transform: translateY(-15px);
}
.dp-how-to__all-steps {
  width: 100%;
  padding-top: 20px;
  max-width: 790px;
  margin: 0 auto;
}
.dp-how-to__step {
  background-color: #f8f8f7;
  padding: 40px;
  flex-basis: calc(50% - 40px);
  margin: 20px;
  margin-top: 110px;
  max-width: 390px;
  text-align: left;
  min-height: 360px;
}
.dp-how-to__step-visual {
  margin: 0;
  margin-left: 0;
  margin-right: auto;
  margin-top: -150px;
}
.dp-how-to__step-visual img {
  display: block;
  max-width: 100%;
}
.dp-how-to__step-num {
  margin: 0;
  font-family: ClarinsRegular, Clarins;
  color: #e8e4e2;
  font-size: 270px;
  line-height: 270px;
  height: 270px;
  margin-top: -224px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -60px;
  text-align: right;
  display: block;
}
.dp-how-to__step-duration {
  margin: 0;
  font-family: ClarinsRegular, Clarins;
  background-color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block;
  transform: rotate(-3deg);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.dp-how-to__step-title {
  margin: 0;
  font-size: 16px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}
.dp-how-to__step-text {
  margin: 0;
}
div[data-masterproduct="ds-eye"] .dp-how-to__step-duration {
  color: #d36a02;
}
@media screen and (max-width: 1023px) {
  .dp-how-to {
    padding-top: 20px;
  }
  .dp-how-to__title {
    transform: none;
  }
  .dp-how-to__step {
    flex-basis: calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 10px auto;
    margin-top: 110px;
  }
}
/*---------------------------------------------------------------*/
.dp-tips {
  display: block;
  flex-basis: 100%;
  min-height: 550px;
  padding-bottom: 80px;
}
.dp-tips__wrapper {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 768px;
  z-index: 2;
  padding-top: 50px;
}
.dp-tips__texture {
  position: absolute;
  bottom: -90px;
  left: calc(50% - 180px);
  text-align: center;
  z-index: 2;
}
.dp-tips__packshot {
  margin: 0;
  flex-basis: 50%;
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
}
.dp-tips__packshot img {
  display: block;
  max-width: 100%;
}
.dp-tips__content {
  border: 1px solid #90d1e3;
  padding: 50px;
  flex-basis: 50%;
  position: relative;
  display: flex;
  z-index: 1;
  margin-top: 50px;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  margin-left: -2px;
}
/*------------------------------------------*/
.dp-tips[data-product="ds-eye"] {
  padding-bottom: 160px;
}
.dp-tips[data-product="ds-eye"] .dp-tips__content {
  border: 1px solid #ad6937;
}
.dp-tips[data-product="ds-eye"] .dp-tips__texture {
  bottom: -90px;
  left: calc(50% - 190px);
}
.dp-tips[data-product="ds-eye"] .dp-tips__wrapper {
  align-items: center;
}
.MyChoiceScreen[data-masterproduct="ds-eye"] .dp-how-to {
  border-top: 0px solid;
}
/*------------------------------------------*/
.dp-tips[data-product="total-eye-lift"] {
  padding-bottom: 160px;
}
.dp-tips[data-product="total-eye-lift"] .dp-tips__content {
  border: 1px solid #980010;
}
.dp-tips[data-product="total-eye-lift"] .dp-tips__texture {
  bottom: -100px;
  left: calc(50% - 140px);
}
.dp-tips[data-product="total-eye-lift"] .dp-tips__wrapper {
  align-items: center;
}

.MyChoiceScreen[data-masterproduct="total-eye-lift"] .dp-how-to {
  border-top: 0px solid;
}

/*------------------------------------------*/
.dp-tips__title {
  margin: 0;
  font-family: ClarinsRegular, Clarins;
  font-size: 35px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.dp-tips__text {
  margin: 0;
  padding-bottom: 15px;
}
.dp-tips .dp-shop-btn button {
  background-color: #fff;
  border-color: #787474 !important;
  color: #000;
  margin: 0;
  margin-right: auto;
}
@media screen and (max-width: 761px) {
  .dp-tips {
    margin: 0 10px;
    padding-bottom: 0px;
  }
  .dp-tips__wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
  .dp-tips__wrapper {
    flex-direction: column-reverse;
  }
  .dp-tips__packshot {
    flex-basis: 50%;
    margin: 20px;
    margin-top: -50px;
  }
  .dp-tips__content {
    padding: 40px;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    padding-bottom: 100px;
  }
  .dp-tips__content .dp-shop-btn button {
    margin-left: 0;
    margin-right: auto;
  }
  .dp-tips__texture {
    position: relative;
    bottom: auto;
    left: auto;
    height: 210px;
    margin: -95px 0;
    overflow: visible;
    width: 200px;
    text-align: right;
    margin-left: auto;
    margin-right: -10px;
  }
  .dp-tips__texture {
    max-width: 100%;
  }
  .dp-tips[data-product="total-eye-lift"] {
    padding-bottom: 20px;
  }
  .dp-tips[data-product="total-eye-lift"] .dp-tips__texture {
    bottom: 150px;
    left: calc(50% - 100px);
  }
  .dp-tips[data-product="total-eye-lift"] .dp-tips__content {
    padding-bottom: 60px;
  }

  .dp-tips[data-product="ds-eye"] {
    padding-bottom: 20px;
  }
  .dp-tips[data-product="ds-eye"] .dp-tips__texture {
    bottom: 0px;
    left: calc(50% - 120px);
  }
  .dp-tips[data-product="ds-eye"] .dp-tips__texture img {
    width: 180px;
  }
  .dp-tips[data-product="ds-eye"] .dp-tips__content {
    padding-bottom: 60px;
  }
}
/*---------------------------------------------------------------*/

.dp-shop-btn {
  display: block;
}
.dp-shop-btn a,
.dp-shop-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #fff;
  width: 180px;
  height: 50px;
  border: solid 1px #b40024 !important;
  border-radius: 3px;
  background-color: #b40024;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0;
  min-width: unset;
  max-width: 150px;
  font-size: 14px;
  outline: none !important;
}
.dp-shop-btn a:focus,
.dp-shop-btn button:focus,
.dp-shop-btn a:hover,
.dp-shop-btn button:hover {
  border: solid 1px #b40024 !important;
  background-color: #fff;
  color: #b40024;
  outline: none !important;
}
.dp-shop-btn__hidden-quickshop {
  display: none !important;
}
/*************/
/** ROUTINE **/
/*************/

.dp-routine {
  display: block;
  position: relative;
  margin: 0 -100px;
  padding: 40px 0;
  text-align: center;
  font-size: 0;
  flex-basis: 100%;
  margin-top: 70px;
  margin-top: 20px;
  min-height: 660px;
}
@media screen and (min-width: 762px) {
  .dp-routine {
    padding-top: 0;
  }
}
.dp-routine__title {
  margin: 0;
  color: #000;
  font-weight: normal;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1em;
  font-size: 35px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  margin-bottom: -120px;
}
.dp-routine__title strong {
  color: #d65d00;
  font-weight: normal;
}
.dp-routine__slider {
  /*  max-width: 960px;*/
  margin: 20px auto;
  text-align: center;
}
.dp-routine__slider-item {
  /*height: 520px;*/
}
.dp-routine__ingredient {
  position: absolute;
  font-size: 12px;
  margin: 0;
  line-height: 1.2em;
}
.dp-routine__packshot {
  height: 380px;
  width: 222px;
  position: relative;
  margin: 0 auto;
}
/*height:300px;*/
.dp-routine__packshot img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dp-routine__text {
  margin: 10px;
  font-size: 14px;
  height: 40px;
}
.dp-routine .dp-shop-btn button {
  background-color: #fff;
  border-color: #e2e3e5 !important;
  color: #000;
  margin: 0 auto;
}
.dp-routine .dp-shop-btn button:hover {
  border-color: #b40024 !important;
  color: #b40024;
}
/*---------DOUBLE SERUM EYE ---------------------*/
.dp-routine__slider-item[data-product="double-serum-eye"] img {
  width: 278px;
  margin-left: 90px;
}
.dp-routine__slider-item[data-product="double-serum-eye"]
  .dp-routine__ingredient:nth-child(1) {
  top: 150px;
  left: 240px;
  text-align: left;
  width: 100px;
}
.dp-routine__slider-item[data-product="double-serum-eye"]
  .dp-routine__ingredient:nth-child(2) {
  top: 220px;
  left: 200px;
  text-align: left;
  width: 100px;
}
/*---------DOUBLE SERUM ---------------------*/
.dp-routine__slider-item[data-product="double-serum"] img {
  width: 230px;
  margin-left: 62px;
}
.dp-routine__slider-item[data-product="double-serum"]
  .dp-routine__ingredient:nth-child(1) {
  top: 240px;
  left: 170px;
  text-align: left;
  width: 100px;
}
/*---------EXTRA FIRMING ---------------------*/
.dp-routine__slider-item[data-product="extra-firming-jour"] img {
  width: 214px;
  margin-left: 30px;
}
.dp-routine__slider-item[data-product="extra-firming-jour"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 10px;
  right: 50px;
  text-align: right;
  width: 100px;
}
/*---------TOTAL EYE LIFT ---------------------*/
.dp-routine__slider-item[data-product="total-eye-lift"] img {
  width: 252px;
  margin-left: -41px;
  margin-bottom: 42px;
}
.dp-routine__slider-item[data-product="total-eye-lift"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 175px;
  right: 175px;
  text-align: right;
  width: 100px;
}
.dp-routine__slider-item[data-product="total-eye-lift"]
  .dp-routine__ingredient:nth-child(2) {
  bottom: 120px;
  left: 170px;
  text-align: right;
  width: 70px;
}
/*---------MULTI INTENSIVE CREME ---------------------*/
.dp-routine__slider-item[data-product="multi-intensive-creme"] img {
  width: 270px;
  margin-left: 38px;
  margin-bottom: 50px;
}
.dp-routine__slider-item[data-product="multi-intensive-creme"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 60px;
  right: 50px;
  text-align: right;
  width: 100px;
}
/*---------WONDER PERFECT  MASCARA---------------------*/
.dp-routine__slider-item[data-product="wonder-perfect-mascara"] img {
  width: 194px;
  margin-left: 30px;
}
.dp-routine__slider-item[data-product="wonder-perfect-mascara"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 170px;
  left: 160px;
  text-align: left;
  width: 100px;
}

/*--------EXTRA FIRMING---------------------*/
.dp-routine__slider-item[data-product="total-eye-smooth"] img {
  width: 176px;
  margin-left: 48px;
}
.dp-routine__slider-item[data-product="total-eye-smooth"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 250px;
  left: 230px;
  text-align: left;
  width: 100px;
}

/*-------MULTI ACTIVE -------------------*/
.dp-routine__slider-item[data-product="total-eye-revive"] img {
  width: 150px;
  margin-left: 48px;
}
.dp-routine__slider-item[data-product="total-eye-revive"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 110px;
  left: 160px;
  text-align: left;
  width: 100px;
}
/*-------MULTI ACTIVE CREME-------------------*/
.dp-routine__slider-item[data-product="multi-active-creme"] img {
  width: 281px;
  margin-left: 48px;
}
.dp-routine__slider-item[data-product="multi-active-creme"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 60px;
  left: 220px;
  text-align: left;
  width: 100px;
}
/*-------SUPRA VOLUME MASCARA-------------------*/
.dp-routine__slider-item[data-product="mascara-supra-volume"] img {
  width: 247px;
  margin-left: 75px;
}
.dp-routine__slider-item[data-product="mascara-supra-volume"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 180px;
  left: 190px;
  text-align: left;
  width: 100px;
}

/*-------TOTAL EYE CONTOUR GEL-------------------*/
.dp-routine__slider-item[data-product="total-eye-contour-gel"] img {
  width: 146px;
  margin-left: 35px;
}
.dp-routine__slider-item[data-product="total-eye-contour-gel"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 80px;
  left: 190px;
  text-align: left;
  width: 100px;
}

/*-------TOTAL EYE HYDRATE-------------------*/
.dp-routine__slider-item[data-product="total-eye-hydrate"] img {
  width: 220px;
  margin-left: 25px;
}
.dp-routine__slider-item[data-product="total-eye-hydrate"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 80px;
  left: 255px;
  text-align: left;
  width: 100px;
}
.dp-routine__slider-item[data-product="total-eye-hydrate"]
  .dp-routine__packshot {
  height: 320px;
}
/*-------HYDRA ESSENTIEL MASQUE-------------------*/
.dp-routine__slider-item[data-product="hydra-essentiel-masque"] img {
  width: 240px;
  margin-left: 48px;
}
.dp-routine__slider-item[data-product="hydra-essentiel-masque"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 35px;
  left: 220px;
  text-align: left;
  width: 100px;
}
.dp-routine__slider-item[data-product="hydra-essentiel-masque"]
  .dp-routine__packshot {
  height: 320px;
}
/*-------HYDRA ESSENTIEL CREME-------------------*/
.dp-routine__slider-item[data-product="hydra-essentiel-creme"] img {
  width: 276px;
  margin-left: 50px;
}
.dp-routine__slider-item[data-product="hydra-essentiel-creme"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 45px;
  right: 10px;
  text-align: right;
  width: 100px;
}
div[data-masterproduct="total-eye-hydrate"]
  .dp-routine__slider-item[data-product="hydra-essentiel-creme"]
  .dp-routine__packshot {
  height: 320px;
}

/*-------GEL CONTOUR DE YEUX-------------------*/
.dp-routine__slider-item[data-product="total-eye-contour-gel"] img {
  width: 128px;
  margin-left: 15px;
  margin-bottom: 30px;
}
.dp-routine__slider-item[data-product="total-eye-contour-gel"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 125px;
  left: 170px;
  text-align: left;
  width: 100px;
}
/*-------sfl-eye-serum-------------------*/
.dp-routine__slider-item[data-product="sfl-eye-serum"] img {
  width: 145px;
  margin-left: 25px;
}
.dp-routine__slider-item[data-product="sfl-eye-serum"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 65px;
  left: 130px;
  text-align: left;
  width: 100px;
}

/*-------sfl-facial-lift-------------------*/
.dp-routine__slider-item[data-product="sfl-facial-lift"] img {
  width: 182px;
  margin-left: 45px;
}
.dp-routine__slider-item[data-product="sfl-facial-lift"]
  .dp-routine__ingredient:nth-child(1) {
  bottom: 315px;
  left: 200px;
  text-align: left;
  width: 100px;
}

/*----------------------------------------------------*/
.dp-routine .slick-list {
  overflow: unset;
}
/*--responsive------*/
@media screen and (max-width: 1023px) {
  .dp-routine {
    margin: 20px;
    padding: 20px;
    min-height: unset;
  }
  .dp-routine__title {
    margin: 0px;
    padding: 0px;
    margin-top: -20px;
  }
  .dp-routine .dp-shop-btn {
    padding-bottom: 20px;
  }
  .dp-routine .slick-dotted.slick-slider {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .dp-routine .slick-dots {
    bottom: -20px;
  }
  .dp-routine__slider-item {
    visibility: hidden;
  }
  .slick-active .dp-routine__slider-item {
    visibility: unset;
  }
  .dp-routine__packshot {
    height: 300px;
    transform: scale(0.85);
    transform-origin: bottom center;
  }
}

/*DTW EDITS*/
.MyContent .MyChoiceScreen[data-masterproduct] {
  min-height: unset;
}



/*iPad Air 3 Landscape*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  div[data-masterproduct="ds-eye"]
    .dp-product__ingredient-name[data-ingredient="curcuma"] {
    left: 80%;
  }
  .MyContent .MyChoiceScreen[data-masterproduct] {
    min-height: unset;
  }
}

/*iPad Air 3 Portrait*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .dp-finder-intro__title strong {
    text-align: center;
    margin-bottom: 0.1em;
  }
  .dp-routine__slider-item[data-product="double-serum-eye"]
    .dp-routine__ingredient:nth-child(2) {
    left: 225px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
    margin-left: 200px;
  }
  div[data-masterproduct="total-eye-smooth"] .dp-product__ingredient {
    margin-left: 0;
  }
}

/*iPhone 7*/
@media only screen and (max-width: 761px) {
  .dp-link button {
    line-height: 20px;
    height: 65px;
    width: 260px;
  }
  .dp-routine__slider-item[data-product="double-serum-eye"]
    .dp-routine__ingredient:nth-child(1) {
    top: 135px;
    left: 215px;
  }
  .dp-routine__slider-item[data-product="double-serum-eye"]
    .dp-routine__ingredient:nth-child(2) {
    left: 220px;
  }
  .dp-routine__slider-item[data-product="hydra-essentiel-creme"] img {
    margin-left: 15px;
  }
  .dp-routine__slider-item[data-product="hydra-essentiel-creme"]
    .dp-routine__ingredient:nth-child(1) {
    right: 35px;
  }
}

/*======================================*/
.dp-choices__item::before{
  background-repeat: no-repeat;
}

.dp-how-to__step-text{
  min-height: 150px;
}

.dp-choices__item span{
  width: 50%;
}

div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient {
  margin-left: 270px;
  margin-bottom: -100px;
}

div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient-name[data-ingredient="cerfeuil"] {
  text-align: right;
  right: 63%;
  bottom: 18%;
  width: 200px;
}

div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient-name[data-ingredient="curcuma"] {
  text-align: left;
  left: 85%;
  bottom: 12%;
  width: 100px;
}

.dp-routine__slider-item[data-product="double-serum"] img{
  margin-left: 45px;
}

.dp-routine__slider-item[data-product="extra-firming-jour"] .dp-routine__ingredient:nth-child(1) {
  bottom: 0px;
  left: 135px;
}

div[data-masterproduct="total-eye-lift"] .dp-product__packshot img {
  width: 141px;
  height: auto;
  margin-top: 145px;
}

div[data-masterproduct="total-eye-lift"] .dp-product__texture {
  margin-right: 165px;
  margin-top: 265px;
}

div[data-masterproduct="total-eye-lift"] .dp-product__ingredient {
  margin-left: 223px;
  margin-bottom: -213px;
  z-index: 1;
}

div[data-masterproduct="total-eye-lift"] .dp-product__ingredient-name[data-ingredient="harungana"] {
  text-align: right;
  right: 75%;
  bottom: 30%;
  width: 200px;
}

div[data-masterproduct="total-eye-lift"] .dp-product__ingredient-name[data-ingredient="cassie"] {
  text-align: right;
  right: 37%;
  bottom: 70%;
  width: 200px;
}

.dp-routine__slider-item[data-product="multi-intensive-creme"] img {
  width: 250px;
  margin-left: 38px;
  margin-bottom: 0px;
}

.dp-routine__slider-item[data-product="extra-firming-jour"] .dp-routine__ingredient:nth-child(1) {
  left: 175px;
}

div[data-masterproduct="total-eye-hydrate"] .dp-product__packshot img {
  width: auto;
}

div[data-masterproduct="total-eye-hydrate"] .dp-product__texture {
  margin-right: 50px;
}
div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
  bottom: 0px;
}
div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient-name[data-ingredient="mousse"] {
  margin-top: -30px;
  margin-left: -10px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-routine__text{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient {
    margin-left: 190px;
    margin-bottom: -124px;
  }
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient img {
    width: 355px;
    height: auto;
  }
  .dp-routine__slider-item[data-product="extra-firming-jour"] .dp-routine__ingredient:nth-child(1) {
    left: 160px;
  }
  .dp-routine__slider-item[data-product="mascara-supra-volume"] img {
    margin-left: 40px;
  }
  .dp-routine__slider-item[data-product="mascara-supra-volume"] .dp-routine__ingredient:nth-child(1) {
    left: 170px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
    bottom: 1px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient .dp-product__ingredient-name {
    margin-top: -28px;
    margin-left: -10px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient-name[data-ingredient="harungana"] {
    margin-bottom: -213px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-routine__slider-item[data-product="double-serum"] img{
    width: 200px;
    margin-left: 55px;
  }
  .dp-how-to__step-text{
    min-height: 150px;
  }
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient {
    margin-left: 235px;
    margin-bottom: -125px;
  }
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient img {
    width: 350px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__texture {
    margin-right: 60px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient {
    margin-left: 1px;
    margin-bottom: -20px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient img {
    width: 120%;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient-name[data-ingredient="harungana"] {
    right: 75%;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient-name[data-ingredient="cassie"] {
    right: 24%;
  }
  .dp-routine__slider-item[data-product="double-serum"] img {
    width: 240px;
  }
  .dp-routine__slider-item[data-product="total-eye-lift"] img {
    margin-bottom: 10px;
  }
  .dp-routine__slider-item[data-product="total-eye-lift"] .dp-routine__ingredient:nth-child(1) {
    bottom: 155px;
  }
  .dp-routine__slider-item[data-product="mascara-supra-volume"] img {
    margin-left: 60px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product {
    padding-bottom: 15px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
    bottom: 0px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient-name {
    right: 99%;
    bottom: 13%;
  }
  .dp-routine__slider-item[data-product="sfl-facial-lift"] img {
    width: 175px;
  }
}

@media screen and (max-width: 1023px) {
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__packshot img {
    width: 100%;
}


@media (max-width: 480px) {
  .dp-choices__item::before{
    background-repeat: no-repeat;
  }
  .dp-tips[data-product="total-eye-lift"] .dp-tips__content {
    margin-top: 250px!important;
  }
  div[data-masterproduct="total-eye-smooth"] .dp-product__ingredient {
    margin-left: 40px;
  }
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient {
    margin-left: 1px;
    margin-bottom: -260px;
  }
  div[data-masterproduct="ds-eye-total-eye-lift"] .dp-product__ingredient img{
    width: 250px;
  }
  .dp-tips[data-product="ds-eye-total-eye-lift"] .dp-tips__content {
    margin-top: 250px;
  }
  .dp-routine__slider-item[data-product="double-serum-eye"] img {
    margin-left: 80px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__packshot img {
    width: 113px;
    margin-top: 0px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__texture {
    margin-right: 40px;
    margin-top: 70px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient {
    margin-left: -35px;
    margin-bottom: -10px;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient img {
    width: 130%;
  }
  div[data-masterproduct="total-eye-lift"] .dp-product__ingredient-name[data-ingredient="cassie"] {
    right: 17%;
  }
  .dp-routine__slider-item[data-product="multi-active-creme"] img {
    margin-left: 32px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__texture {
    margin-right: 16px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product {
    padding-bottom: 150px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient {
    bottom: 0px;
  }
  div[data-masterproduct="total-eye-hydrate"] .dp-product__ingredient-name {
    right: 100%;
    bottom: 20%;
  }
}