body, html { overflow-x: clip !important; }
.hydra-collection-popin__slider .swiper-slide {
    font-size: 13px;
}
.hydra-collection-popin__concern::after {
    margin-left: 5px;
}
.hydra-collection-popin__slider .swiper-slide strong {
    font-size: 13px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .hydra-collection-header__content {
        padding-left: 95px;
    }
    .hydra-collection-clients__testimony {
        max-width: 500px;
    }
    .hydra-collection-specialoffer__title {
        margin: 64px 20px;
    }
    .hydra-collection-popin__slider .swiper-slide strong {
        /* font-size: 14px; */
        min-height: 60px;
    }
    .hydra-collection-popin__product {  
        gap: 10px
    }
    .hydra-collection-popin__texture {
        width: 80%;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .hydra-collection-header__content {
        padding-left: 60px;
    }

    .hydra-collection-popin__slider .swiper-slide strong {
        min-height: 60px;
    }
    .hydra-collection-popin__product {
        gap: 10px;
    }
    .hydra-collection-popin__texture {
        width: 80%;
    }
}
@media (max-width: 480px) {
    .hydra-collection-popin__product strong {
        min-height: 80px;
    }
    
    [pageid="hydra-essentiel-collection-FR"] .service-tile__title {
        font-size: 11px;
    }
    [pageid="hydra-essentiel-collection-FR"] .service-tile__description {
        font-size: 12px;
    }
    [pageid="hydra-essentiel-collection-FR"] .service-tile__url {
        font-size: 10px;    
    }
    .hydra-collection-popin__packshot img {
        height: 140px;
    }
    .hydra-collection-popin__slider .swiper-slide strong {
        font-size: 12px;
    }
}