/*  ------  local   ------  */
.skn__page .swiper-wrapper {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 10px;
}
.skn__page .skn__lists-groups {
    justify-content: center;
}
.skn__page .skn__lists-group:first-child {
    max-width: 287px;
    width: 100%;
}
.skn__page .skn__lists-group:first-child .skn__lists-products {
    grid-template-columns: 1fr !important;
}
.skn__page .skn__lists-group:last-child {
    max-width: 608px;
    width: 100%;
}
.skn__page.has-grid-support .skn__lists-groups .skn__lists-products {
    grid-template-columns: 2fr 2fr;
}
.skn__page .skn__lists-category {
    font-size: 25px;
}
/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .skn__page .swiper-wrapper {
        max-width: 535px;
    }
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .skn__page .skn__lists-category {
    font-size: 20px;
    }
    .skn__page .skn__lists-group:first-child {
        max-width: 224px;
    }
    .skn__page .swiper-wrapper {
        max-width: 555px;
    }
    .skn__service.swiper-slide[aria-label="3 / 3"] {
        border-right: 1px solid #CFCAC9;
    }
}
/* mobile */
@media (max-width: 480px) {
    .skn__page .skn__lists-group:first-child {
        max-width: 100%;
    }
}