/*-----------------------------------------------------------*/
.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, 'Microsoft Jhenghei', 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" 'Microsoft Jhenghei';
  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, 'Microsoft Jhenghei', 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-visual-2 {
  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="right"] .dp-product-section__ingredient-visual-2 {
  right: 0;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient-visual {
  left: 0;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient-visual-2 {
  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="right"]
    .dp-product-section__ingredient-visual-2 {
    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[data-align="left"]
    .dp-product-section__ingredient-visual-2 {
    width: 150px;
    top: -20px;
    left: -40px;
  }

  .dp-product-section__ingredient-visual {
    left: auto;
    right: 80px;
    top: 80px;
    bottom: auto;
    width: 204px;
  }

  .dp-product-section__ingredient-visual-2 {
    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__ingredient-visual-2 {
    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, 'Microsoft Jhenghei', 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" 'Microsoft Jhenghei';
  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, 'Microsoft Jhenghei', 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, 'Microsoft Jhenghei', 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, 'Microsoft Jhenghei', 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;
  }
}
@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, 'Microsoft Jhenghei', 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="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;
}

/*------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(33%);
}
.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(197,167,144,.8)!important;
  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: 149px;
  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: 305px;
  background-color: rgba(180, 149, 177, 0.62);
  color: #fff;
}

img#Extra-Firming\ Energy-packshot-img{
  width: 132px !important;
}



/*EDIT*/

/*a{
    text-decoration: underline !important;
}*/

#dp-product-section__product-title-id{
  text-decoration: none !important;
}

#dp-beauty-consult__title-id{
  color: white !important;
  text-decoration: none !important;
}
#dp-beauty-consult__title-id: hover{
  color: #be0f34;
}
.dp-beauty-consult__link a{
  text-decoration: none !important;
}
.dp-how-to__link a{
  text-decoration: none !important;
}
.dp-perfect-gift[data-open="1"] .dp-perfect-gift__text::after{
  display: none;
}
.dp-product-section[data-product="multi-active-eye"] .dp-product-section__women-name{
  right: 45px !important;
  text-align: right !important;
}
.dp-product-section[data-product="extra-firming-eye"] .dp-product-section__women-name{
  right: 45px !important;
  text-align: right !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.dp-product-section[data-product="multi-active-eye"] .dp-product-section__women-name{
  right: 200px !important;
  text-align: left !important;
}
.dp-product-section[data-product="extra-firming-eye"] .dp-product-section__women-name{
  right: 200px !important;
  text-align: left !important;
}
}



.dp-routine__packshot[data-product=Eye-concentrate] img {
  max-width: 29px!important;
}

.dp-routine__packshot[data-product=Facial-Lift-Serum] img {
    max-width: 45px!important;
}

  .dp-product-section[data-product="multi-active-eye"]
    .dp-product-section__ingredient
    .dp-product-section__ingredient-visual {
    top: -200px !important;
    right: 60px;
    /*background-color: rgba(180, 149, 177, 0.62);*/
    color: #fff;
  }

  .dp-product-section[data-product="multi-active-eye"]
    .dp-product-section__ingredient
    .dp-product-section__ingredient-visual-2 {
    top: -200px !important;
    right: 0px;
    background-color: rgba(180, 149, 177, 0.62);
    color: #fff;
  }

  .dp-product-section[data-product="multi-active-eye"] 
.dp-product-section__ingredient
    .dp-product-section__ingredient-visual-2
    .dp-product-section__ingredient-name {
          top: 30px;
    right: 70px;
    background-color: rgba(197,167,144,.8)!important;
    color: #fff;

    }


@media (max-width: 761px) {
  .dp-product-section[data-product="multi-active-eye"] .dp-product-section__ingredient .dp-product-section__ingredient-visual {
    top: -60px !important;
  }

  .dp-product-section[data-product="multi-active-eye"] .dp-product-section__ingredient-name {
    top: 126px;
    right: 80px;
  }

  .dp-product-section[data-product="multi-active-eye"] .dp-product-section__women-name {
    right: 63px !important;
    text-align: left !important;
    width: 200px!important;
    left: -15px!important;
  }

  .dp-product-section[data-product=extra-firming-eye] .dp-product-section__women-name {
    right: 63px !important;
    text-align: left !important;
    width: 200px!important;
    left: -15px!important;
  }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.dp-product-section[data-product="multi-active-eye"] .dp-product-section__ingredient .dp-product-section__ingredient-visual {
      top: -20px !important;
}

.dp-product-section[data-product="multi-active-eye"] .dp-product-section__ingredient-name {
      right: 85px;
}

.dp-product-section[data-product="multi-active-eye"] .dp-product-section__women-name {
    right: 55px !important;
    text-align: right !important;
}

.dp-product-section[data-product="extra-firming-eye"] .dp-product-section__women-name {
  right: 55px !important;
    text-align: right !important;
}
}




/*DOUBLE SERUM EYE*/
/*------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 {
    background: #000;
    color: #fff;
    width: 62px;
    font-size: 10px;
    padding: 0 10px;
    right: -88px;
    bottom: -80px;
    z-index: 2;
}
.dp-routine__packshot[data-product="double-serum-eyes"] img {
    width: 70px !important;
}
.products-collection.products-collection-js .oneline-tab-title {
  display: none !important;
}

/*DTW Responsive Edits Double Serum Section */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
  .dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__ingredient-name {
    top: 30px;
    right: 30px;
  }
  .dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__ingredient-name:last-child {
    top: auto;
    right: 40px;
    bottom: 30px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { }

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__ingredient-name {
    top: 30px;
    right: 30px;
  }
  .dp-product-section[data-product="double-serum-eyes"]
  .dp-product-section__ingredient-name:last-child {
    top: auto;
    right: 40px;
    bottom: 30px;
  }
  /*.dp-product-section__content-text{
    font-size: 13px;
  }*/
  .dp-product-section__product-title {
    font-size: 33px;
  }
  .dp-product-section[data-product="total-eye-lift"]
  .dp-product-section__ingredient-name{
    right: 74px;
  }
  .products-collection.products-collection-js .slick-dotted.slick-custom-carousel{
    margin-left: -9px !important;
  }
  .products-collection.products-collection-js  .slick-custom-carousel .slick-item-inner, .slick-custom-carousel .slick-slide>div:first-of-type{
    justify-content: center !important;
  }
  .products-collection.products-collection-js .slick-slide {
    width: auto !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}