/*  ------  dts   ------  */
.mb-xs {
    min-height: 46px;
}
.skn__page .skn__lists-group:first-child {
    width: 104%;
}
/* 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) {
    .mb-xs {
        min-height: 30px;
    }
    .mb-base {
        min-height: 45px;
    }
    .skn__page .skn__lists-category {
        font-size: 24px;
    }
}
/* 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__header-title {
        font-size: 40px;
    }
    .skn__page .skn__lists-category {
        font-size: 18px;
    }
    .mb-base {
        min-height: 56px;
    }
    .mb-xs {
        min-height: 36px;
    }
    .skn__page .skn__cta-btn.skn__only-mobile { display: inline-flex; }
    .skn__page .skn__quickview-btn.skn__only-desktop { display: none; }
}
/* mobile */
@media (max-width: 480px) {
    .mb-base {
        min-height: 54px;
    }
    .mb-xs {
        min-height: 38px;
    }
    .dp-faq {
        width: 91% !important;
    }
}