body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

/*  ------  local   ------  */

@media (min-width: 769px) {
    .skn__page .skn__compare_perfector_content-1 .skn__compare-item-filter {
    transform: translateX(-150%) !important;
}
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .skn__page .skn__compare_perfector_content-1 .swiper-wrapper {
        justify-content: center;
    }
    .skn__page .skn__compare_perfector_content-1 .skn__compare-item-inter {
        height: unset;
    }
    .skn__compare_perfector_content-1 .swiper-pagination-bullet:only-child {
        display: block !important;
    }
    .skn__page .skn__compare_perfector_content-1 .swiper-pagination {
        transform: none;
    }
}

/* 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) {}

/* 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) {}