@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 {
        font-size: 11px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    #readmore-title-8 {
        font-size: 9px;
    }
    .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;
    }
}