body, html { overflow-x: clip !important; }

@media (min-width: 1110px) {
    .precious-collection-specialoffer .swiper-wrapper {
        justify-content: center;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    [pageid="precious-collection-page_CA"] .service-tile__description {
        min-height: 75px;
    }
    [pageid="precious-collection-page_CA"] .service-tile__body {
        height: 175px;
    }
    .precious-collection-clients__advice {
        padding-left: 70px;
    }

}
@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) {
    .precious-collection-gamme, .precious-collection-gamme__wrapper, .precious-collection-gamme__item {
        overflow-y: clip !important;
        /* overflow-y: hidden !important; */
        /* min-height: 0; */
    }
    .precious-collection-gamme__item {
        overflow-x: clip !important;
    }
    .precious-collection-gamme__name {
        min-height: 30px;
    }
}