
@media (min-width: 762px) {
    /* MEN */
    #hub-SEO_men .swiper-wrapper {
        justify-content: center;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    #hub-explore__row-makeup {
        width: 410px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .hub-explore__category-block {
        padding-right: 44px;
    }
    
    .hub-explore--category .hub-explore__row {
        width: 100%;
    }
}