body, html { overflow-x: clip !important; }
*[data-product="ds-eye"] .eye-care-hero__ingredient span {
    width: 58%;
    left: 33%;
    top: 1%;
}
*[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
    top: 2%;
    left: 60%;
}
*[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
    top: -1%;
    width: 60%;
    left: 33%;
}
*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
    left: 37%;
    width: 60%;
}



@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__name {
        min-height: 40px;
    }
}
@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) {
    .eye-care-step__name {
        min-height: 50px;
    }
    *[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
        width: 50%;
    }
    .dp-faq__claim {
        line-height: normal;
    }
    .eye-care-step__text {
        min-height: 42vw;
    }
}