/* LOCALE UPDATESSSS */


.hydra-collection-popin__product strong{
    min-height: 65px;
}

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}

@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-specialoffer__title {
        font-size: 44px;
    }
}

@media (max-width: 480px) {
    .hydra-collection-popin__product strong {
        min-height: 100px;
    }
    .service-tile__title{
        font-size: 12px;
    }
    .service-tile__description{
        font-size: 12px;
    }
    .service-tile__url{
        font-size: 10px;
    }
}
