body, html {
    overflow-x : clip !important;
}



/* desktop */
@media (min-width: 1113px) {
    .service-tile__description {
        min-height: 70px;
        -webkit-box-orient : unset;
        -webkit-line-clamp : none;
    }

    #skin-prep, #serums, #creams, #specialist-products, #tools {
        scroll-margin-top : 80px;
    }

    .precious-collection-specialoffer__slider {
        margin: 0 auto;
    }
    .service-tile__title {
    min-height: 40px !important;
    }
    .service-tile__body {
    height: 165px !important;
    }
    .header-legal-terms {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    max-width: 650px;
}
}
/* Mobile */
@media (max-width: 480px) {
    .precious-collection-specialoffer__title {
        font-size: 35px;
    }
    
    .precious-collection-popin__text {
        font-size: 10px;
    }

    .precious-collection-gamme { 
        min-height: 173 !important;
        overflow-y: hidden !important;
    }

    #CREAMS-POPIN .precious-collection-popin__arrows[data-concern="benefits"] >.precious-collection-popin__arrow {
        top: 45px !important;
    }

    #CREAMS-POPIN .precious-collection-popin__arrows[data-concern="texture"] >.precious-collection-popin__arrow {
        top: 120px !important;
    }
    .header-legal-terms {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    max-width: 360px;
}
}
/* 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) {
    .precious-collection-header__text {
        max-width: 360px;
    }

    .service-tile__description {
        font-size: 10px;
        -webkit-box-orient : unset;
        -webkit-line-clamp : none;
        overflow: unset;
    }
    .service-tile__title {
    min-height: 38px !important;
    }
    .service-tile__body {
    height: 160px;
    }
    .header-legal-terms {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    max-width: 360px;
}
}
/* 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) {
    .service-tile__title {
    min-height: 38px !important;
    }
    .service-tile__body {
    height: 160px !important;
    }
    .header-legal-terms {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    color: #fff;
    max-width: 490px;
}
}