body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {

}

/* 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) {
    .clarins-finder-card__label {
    padding: 12px;
    font-size: 12px;
    }
    .i-product-above-the-fold .product-image-carousel i-slider .tns-nav, .i-product-above-the-fold .product-image-carousel .mobile-main-product-slider .tns-nav {
    padding-top: 45px;
    }
}

/* 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) {}