.overlay-close.quickview-close.hidden {
  top: -30px;
}
*[data-product="ds-eye"] .eye-care-hero__ingredient span {
  width: 73%;
}
*[data-product="total-eye-lift"] .eye-care-hero__ingredient span {
  width: 35%;
}
*[data-product="total-eye-contour-gel"] .eye-care-hero__ingredient span {
  width: 37%;
}
*[data-product="total-eye-hydrate"] .eye-care-hero__ingredient span {
  width: 45%;
}
*[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
  width: 41%;
}
*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
  width: 55%;
}
*[data-product="sos-lashes"] .eye-care-hero__ingredient span {
  left: 38%;
}
/* @media (min-width: 1024px) { 
  .isDesktop {
    display: none;
  }
}*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .eye-care-step__text {
    min-height: 24vw;
  }
  .dp-faq__question {
    font-size: 13px;
  }
  .eye-care-push__content a.eye-care-cta {
    min-width: 180px;
  }
  .eye-care-push__title {
    font-size: 32px;
  }
  .eye-care-push__text {
    font-size: 12px;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
  *[data-product="ds-eye"] .eye-care-hero__ingredient span {
    width: 123px;
  }
  *[data-product="total-eye-lift"] .eye-care-hero__ingredient span {
    width: 39%;
  }
  *[data-product="total-eye-contour-gel"] .eye-care-hero__ingredient span {
    width: 41%;
  }
  *[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
    width: 38%;
  }
  *[data-product="total-eye-hydrate"] .eye-care-hero__ingredient span {
    width: 50%;
  }
  *[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
    width: 46%;
  }
  *[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
    width: 61%;
  }
  *[data-product="sos-lashes"] .eye-care-hero__ingredient span {
    left: 30%;
  }
  
}