/* MASTER ANALYSIS */
body,html{
    overflow-x: clip;
}

.hydra-collection-popin__concern{
    width: 885px;
}


@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-popin__content {
        overflow-x: clip;
    }
    .hydra-collection-popin__box{
        width: 100%;
    }
    .hydra-collection-popin__concern {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hydra-collection-specialoffer__title{
        line-height: 45px;
    }
    .hydra-collection-popin__concern{
        width: 100%;
    }
    /*.hydra-collection-popin__concern::before {
        left: 30px;
        width: calc(100% - 70px);
    }*/
    .hydra-collection-popin__concern {
        width: 130%;
        margin: 0 -55px;
    }
    .hydra-collection-popin__content {
        overflow-x: clip;
    }

}