body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .clp-anti-aging-2025__title {
        font-size: calc(24 / var(--WIDTH)* 100cqw);
        line-height: calc(27 / var(--WIDTH)* 100cqw);
    }
    .clp-anti-aging-2025__baseline {
        padding-top: calc(285 / var(--WIDTH)* 100cqw) !important;

    }

}
/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .clp-anti-aging-2025__title {
        font-size: calc(45 / var(--WIDTH)* 100cqw);
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}