body, html { overflow-x: clip !important; }
.dp-product-section__content[data-open="1"] .dp-product-section__content-text::before {
    display: none;
}
.dp-how-to .dp-how-to__link a {
    max-width: 375px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .dp-beauty-faq {
        max-width: 775px;
    }
    .dp-beauty-faq__questions-list {
        max-width: 735px;
    }
}
@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) {
    .dp-product-section[data-product="my-clarins"] .dp-product-section__ingredient-name_2 {
        width: 75px;
    }
    .dp-beauty-faq {
        max-width: 385px;
    }
    .dp-beauty-faq__title {
        max-width: 350px;
    }
    .dp-beauty-faq__questions-list {
        max-width: 332px;
    }
}