
.skn__page { 
    --CLARINS-FONT: ClarinsRegular,Clarins,"Times New Roman" !important;
    --GOTHAM-EXTRALIGHT: "Gotham_ExtraLight", "Times New Roman" !important;
    --GOTHAM-LIGHT: "Gotham_Light", "Times New Roman" !important;
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book","Times New Roman", Helvetica, Arial, sans-serif !important;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "Times New Roman", Helvetica, Arial, sans-serif !important;

}

.skn__page h1, .skn__page h2, .skn__page h3, .skn__page h4 { 
    font-family: var(--GOTHAM-BOOK);
}

span.skn__text.skn__difference-coverage-text strong{ 
    font-family: var(--GOTHAM-BOOK);
}

.skn__cta.skn__compare-item-cta button {
    font-family: var(--GOTHAM-BOOK);
}

/* Mobile */
@media (max-width: 480px) {
    .skn__page .skn__lists-product-category-text {
        font-size: 8px;
    }
    .skn__page .skn__difference-item-title {
        min-height: 70px;
    }
    .skn__page .skn__compare-item-text {
        font-size: 12px;
    }
}

/* 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: 18px;
    }

    .skn__page .skn__lists-product-category-text {
        font-size: 7px;
    }

    .skn__page .skn__difference-item-title {
        min-height: 70px;
    }

    .skn__lists-product-tile{
        min-height: 355px;
    }
    .product-tile__badge-text.text-uppercase.flex-align-center{
        font-size: 8px;
    }
}

/* 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 .skn__lists-product-category-text {
        font-size: 10px;
    }
}