@import url('./main-font.css');
@import url('./rolex-fonts.css');
@import url('./vendor/cookieconsent.css');
@import url('./components/cookie-consent.css?ver=10000');

:root {
    --Neutral-50: #F9F9FA;
    --Neutral-100: #E7E9F0;
    --Neutral-200: #D3D4DB;
    --Neutral-300: #AFB3C0;
    --Neutral-400: #9FA2AE;
    --Neutral-500: #777A88;
    --Neutral-600: #5D5F68;
    --Neutral-700: #464850;
    --Neutral-800: #2E3038;
    --Neutral-900: #21232B;

    --Primary-50: #96004F;
    --Primary-100: #760C44;
    --Primary-200: #510C30;

    --Secondary-50: #F5F4F2;
    --Secondary-75: #EEECEA;
    --Secondary-100: #C3BCB6;
    --Secondary-200: #928379;
    --Secondary-300: #6A605A;
    --Secondary-400: #534A44;
    --Secondary-500: #3C3531;

    --destructive-500-main: #EF4444;

    --plyr-color-main: #FFFFFF;

    --White: #FFFFFF;
    --Black: #000000;

    --rolex-green: #006039;
    --green: #127749;
    --tudor-red: #990000;
    --patek-bg: #C9BC89;

    --main-primary-font-family: "Jost", "Sarabun", sans-serif;
    --headline-font-family: "OptimaProRoman", "Sarabun", sans-serif;
    --primary-font-weight: 300;
    --rolex-font-family: 'Helvetica', 'Kanit-Light', Arial, sans-serif;
    --nav-tagline-font-family: 'Jost', 'Anuphan', Arial, sans-serif;

    --new-body-font-family: 'Jost', 'Sarabun', Arial, sans-serif;
}

html{
    font-size: 16px;
    scroll-behavior: smooth;
    text-rendering: geometricPrecision;
    height: calc(var(--vh, 1vh) * 100);
    height: fill-available;
    height: -webkit-fill-available;
    height: 100dvh; /* Will override if supported */

    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overscroll-behavior: contain;
    scrollbar-width: thin;

    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    width: 100%;
    color: var(--Neutral-800);
    background-color: var(--White);
    padding-bottom: env(safe-area-inset-bottom);

    font-family: var(--main-primary-font-family);
    font-weight: var(--primary-font-weight);
    line-height: var(--leading);

    min-height: -webkit-fill-available;
    /* overflow-x: hidden; */

    /* overflow-y: hidden; */
}

html[lang="th"] body {
    font-family: var(--new-body-font-family);
}
html[lang="th"] body h1,
html[lang="th"] body h2,
html[lang="th"] body h3,
html[lang="th"] body h4,
html[lang="th"] body h5,
html[lang="th"] body h6 {
    font-family: var(--new-body-font-family);
}


::selection {
    background: var(--Primary-100);
    color: var(--White);
    -webkit-text-fill-color: var(--White);
}
.hustle-layout .hustle-layout-content .hustle-group-content p,
.hustle-layout .hustle-layout-content .hustle-group-content,
.hustle-ui.module_id_1 .hustle-layout .hustle-group-content,
.hustle-ui.module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]) {
    font: var(--main-primary-font-family) !important;

}
.h-primary-48,
.h-primary-40,
.h-primary-32,
.h-primary-28,
.h-primary-24,
.h-primary-20,
.h-primary-18,
.h-primary-14 {
    font-family: var(--headline-font-family);
    font-weight: 400;
    margin: 0;
}

.h-secondary-20,
.h-secondary-16,
.h-secondary-14 {
    font-family: var(--main-primary-font-family);
    font-weight: 300;
}

.h-tag-20,
.h-tag-14,
.h-tag-12 {
    font-family: var(--main-primary-font-family);
    font-weight: 300;
    text-transform: uppercase;
}

/* body:not(.page-template-rolex-v7) p,
body:not(.single-article) p,
body:not(.single-product) p,
body:not(.page-template-tudor) p {
    letter-spacing: 0.32px;
    margin: 0;
} */
body:not(.page-template-rolex-v7) span,
body:not(.single-article) span,
body:not(.single-product) span,
body:not(.page-template-tudor) span {
    letter-spacing: 0.32px;
}
a {
    color: var(--Neutral-800);
}
body:not(:is(.page-template-rolex-v7, .single-article, .single-product, .single-accessories, .page-template-tudor, .page-template-tpl-privacy-policy)) p {
    letter-spacing: 0.32px;
    margin: 0;
}
.small {

}

.white-bg {
    background-color: var(--White);
}
.brown-bg {
    background-color: var(--Secondary-500);
}

.wrp-img__card,
.wrp-cover__banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.w1_1.wrp-img__card::after,
.w1_1.wrp-cover__banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%; /* 1:1 */
}
.w4_5.wrp-img__card::after,
.w4_5.wrp-cover__banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 125%; /* 4:5 */
}
.w16_9.wrp-img__card::after,
.w16_9.wrp-cover__banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 56.25%; /* 16:9 */
}
.w9_16.wrp-img__card::after,
.w9_16.wrp-cover__banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 177.78%; /* 9:16 aspect ratio */
}

.w21_9.wrp-img__card::after,
.w21_9.wrp-cover__banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 42.71%; /* 21:9 */
}

.w5_4.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 80%;
}
.w4_3.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 75%;
}
.w3_4.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 133.33%;
}
.w-model.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 125.23%;
}
.model-gall.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 111.31%;
}
.model-thumb.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
}
.cover.wrp-img__card::after,
.cover-brand.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}
#patek .cover-brand.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 32.25%;
}
.push-img .wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 80%;
}

a:hover .wrp-img__card img,
a:hover .wrp-img__card picture {
    transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    max-width: unset;
}
.custom-player.w5_4.wrp-img__card::after,
.custom-player.w4_3.wrp-img__card::after,
.custom-player.w3_4.wrp-img__card::after,
.custom-player.wrp-img__card::after {
    display: none;
}
.custom-player .plyr__controls {
    display: none;
}
.custom-player .plyr__control svg {
    fill: var(--White);
    display: block;
    height: 61px;
    width: 61px;
    height: var(--plyr-control-icon-size, 26px);
    pointer-events: none;
    width: var(--plyr-control-icon-size, 26px);
}

.wrp-img__card img,
.wrp-img__card picture,
.wrp-img__card video,
.wrp-img__card div#PPiframe,
.wrp-img__card iframe,
.wrp-cover__banner img,
.wrp-cover__banner picture,
.wrp-cover__banner iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}
.model-gall.wrp-img__card img,
.model-gall.wrp-img__card picture {
    -o-object-fit: contain;
    object-fit: contain;
}

.wrp-img__card .plyr__video-wrapper {
    position: relative;
    overflow: hidden;
}
.w21_9.wrp-img__card .plyr__video-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 42.71%; /* 21:9 */
}
.w16_9.wrp-img__card .plyr__video-wrapper::after,
.wrp-video .plyr__video-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 56.25%; /* 16:9 */
}
.w5_4.wrp-img__card .plyr__video-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 80%;
}
.w4_3.wrp-img__card .plyr__video-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 75%;
}
.w3_4.wrp-img__card .plyr__video-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 133.33%;
}
.cover.wrp-img__card .plyr__video-wrapper::after,
.cover-brand.wrp-img__card .plyr__video-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
}

.cover-slide.wrp-img__card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 45%;
}

.cover.wrp-img__card .plyr,
.cover-brand.wrp-img__card .plyr,
.w16_9.wrp-img__card .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
    background-color: var(--Primary-100);
}
body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) .cover-brand .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
    background-color: var(--White);
}
body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) .cover-brand .plyr__control svg {
    fill: var(--Black);
    opacity: 0.8;
}

.plyr__video-wrapper {
    aspect-ratio: unset !important;
}
.plyr__video-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: ease-in-out .5s all;
}

.tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--Secondary-100);
    color: var(--White);
    /* font-size: 12px;
    line-height: 14px; */
    font-size: 0.751rem;
    line-height: 0.875rem;
    letter-spacing: 1.2px;
    font-weight: 400;
    padding: 8px;
    z-index: 2;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

::-webkit-scrollbar {
    height: 1px;
}
::-webkit-scrollbar:horizontal {
    height: 0;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--Neutral-100);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--Neutral-300);
}


@media only screen and (min-width: 320px) {

    .container-main {
        width: calc(100vw - 32px);
        margin: 0 auto;
    }
    .wrap-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 12px;
    }

    /* body:not(.page-template-rolex-v7):not(.single-article):not(.single-product) p,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-product) span {
        font-size: 14px;
        line-height: 18px;
    } */
    body:not(:is(.page-template-rolex-v7, .single-article, .single-product, .single-accessories, .page-template-tudor)) p,
    body:not(:is(.page-template-rolex-v7, .single-article, .single-product, .single-accessories, .page-template-tudor)) span {
        font-size: 14px;
        line-height: 18px;
    }

    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote p,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q p {
        font-family: var(--headline-font-family);
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q {
        margin: 0;
    }
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote p,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q p {
        margin: 0;
    }

    .h-primary-48 {
        font-size: 24px;
        line-height: 28px;
    }
    .h-primary-40 { /* H1 every page */
        font-size: 24px;
        line-height: 28px;
    }
    .h-primary-32 { /* Section Title homepage */
        font-size: 24px;
        line-height: 28px;
    }
    .h-primary-28 { /* Opening Hour in contact detail page + Newsletter form title */
        font-size: 24px;
        line-height: 28px;
    }
    .h-primary-24 { /* Title of highlight homepage section after banner */
        font-size: 18px;
        line-height: 24px;
    }
    .h-primary-20 { /* Address in contact detail page */
        font-size: 18px;
        line-height: 24px;
    }
    .h-primary-18 { /* Headline of each spec +icon */
        font-size: 18px;
        line-height: 24px;
    }
    .h-primary-14 {
        font-size: 14px;
        line-height: 20px;
    }


    .h-secondary-20 { /* Headline collection */
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.4px;
    }
    .h-secondary-16 {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.24px;
    }
    .h-secondary-14 {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1.2px;
    }


    .h-tag-20 { /* Title Watch Brands highlight */
        font-size: 14px !important;
        line-height: 16px !important;
        letter-spacing: 1.4px;
    }
    .h-tag-14 { /* Country bar + CTA */
        font-size: 12px !important;
        line-height: 14px !important;
        letter-spacing: 1.2px;
    }
    .h-tag-12 { /* Footer header column */
        font-size: 12px !important;
        line-height: 14px !important;
        letter-spacing: 1px;
    }

    .small {
        font-size: 12px;
        line-height: 14px;
    }

    .tag {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.15px;
        padding: 4px 6px;
    }

    .w21_9.wrp-img__card.clock::after,
    .w21_9.wrp-cover__banner::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 120.80%;
    }
    .clock.w21_9.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 108%;
    }
    .w5_4.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 80%;
    }
    .w4_3.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 75%;
    }
    .w3_4.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 133.33%;
    }
    .w-model.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 138%;
    }
    .model-gall.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 123.91%;
    }
    .cover.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 67.20%;
    }
    .cover-brand.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 56.25%;
    }
    #patek .cover-brand.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 186.25%;
    }
    .cover-slide.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 56.25%;
    }
    .content.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 75.22%;
    }
    .grid.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 75.22%;
    }

    .push-img .wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 83.73%;
    }

    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pt-40 {
        padding-top: 20px;
    }
    .pb-40 {
        padding-bottom: 20px;
    }
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .pb-60 {
        padding-bottom: 40px;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media only screen and (min-width: 540px) {
    .container-main {
        width: calc(100vw - 64px);
        margin: 0 auto;
    }
    .wrap-grid {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 16px;
    }
}

@media screen and (min-width: 767px) {
    .container-main {
        width: calc(100vw - 64px);
        margin: 0 auto;
    }
    .wrap-grid {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-column-gap: 16px;
    }

    .w21_9.wrp-img__card.clock::after,
    .w21_9.wrp-img__card::after,
    .w21_9.wrp-cover__banner::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 42.71%; /* 21:9 */
    }
    .clock.w21_9.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 28.71%;
    }
    .w5_4.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 80%;
    }
    .w4_3.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 75%;
    }
    .w3_4.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 133.33%;
    }
    .w-model.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 125%;
    }
    .model-gall.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 111.31%;
    }


    .w21_9.wrp-img__card .plyr__video-wrapper::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 42.71%; /* 21:9 */
    }
    .w5_4.wrp-img__card .plyr__video-wrapper::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 80%;
    }
    .w4_3.wrp-img__card .plyr__video-wrapper::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 75%;
    }
    .w3_4.wrp-img__card .plyr__video-wrapper::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 133.33%;
    }

    #patek .cover-brand.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 46.25%;
    }
}

@media screen and (min-width: 1024.99px) {
    .container-main {
        width: calc(100vw - 96px);
        margin: 0 auto;
    }
    .wrap-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 20px;
    }

    .py-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-40 {
        padding-top: 40px;
    }
    .pb-40 {
        padding-bottom: 40px;
    }
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pt-80 {
        padding-top: 80px;
    }
    .pb-80 {
        padding-bottom: 80px;
    }
    .pb-60 {
        padding-bottom: 60px;
    }
    .pt-60 {
        padding-top: 60px;
    }
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1366px) {

    .container-main {
        width: calc(100vw - 96px);
        margin: 0 auto;
        max-width: 1920px;
    }
    .wrap-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 20px;
    }

    /* body:not(.page-template-rolex-v7):not(.single-article):not(.single-product) p,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-product) span {
        font-size: 1rem;
        line-height: 1.375rem;
    } */
    body:not(:is(.page-template-rolex-v7, .single-article, .single-product, .single-accessories, .page-template-tudor)) p,
    body:not(:is(.page-template-rolex-v7, .single-article, .single-product, .single-accessories, .page-template-tudor)) span {
        font-size: 1rem;
        line-height: 1.375rem;
    }
    body:not(.page-template-rolex-v7):not(.single-article) b {
        font-weight: 400;
    }

    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote p,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q p {
        font-family: var(--headline-font-family);
        font-weight: 400;
        /* font-size: 28px;
        line-height: 32px; */

        font-size: 1.755rem;
        line-height: 2rem;
    }
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q {
        margin: 0;
    }
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) blockquote p,
    body:not(.page-template-rolex-v7):not(.single-article):not(.single-accessories) q p {
        margin: 0;
    }

    .w5_4.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 80%;
    }
    .w4_3.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 75%;
    }
    .w3_4.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 133.33%;
    }
    .w-model.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 125%;
    }
    .model-gall.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 111.31%;
    }
    .cover.wrp-img__card::after,
    .cover-brand.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 56.25%;
    }
    #patek .cover-brand.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 40.25%;
    }
    .cover-slide.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 45%;
    }
    .content.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 83.60%;
    }
    .grid.wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 83.68%;
    }
    .push-img .wrp-img__card::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 80%;
    }

    .container-main {
        width: calc(100vw - 96px);
        margin: 0 auto;
    }
    .wrap-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 20px;
    }

    .h-primary-48 {
        /* font-size: 48px; */
        /* line-height: 56px; */
        font-size: 2.5rem;
        line-height: 2.755rem;
    }
    .h-primary-40 {
        /* font-size: 40px; */
        /* line-height: 44px; */
        font-size: 2.5rem;
        line-height: 2.755rem;
    }
    .h-primary-32 {
        /* font-size: 32px; */
        /* line-height: 36px; */
        font-size: 2rem;
        line-height: 2.255rem;
    }
    .h-primary-28 {
        /* font-size: 28px;
        line-height: 32px; */
        font-size: 1.755rem;
        line-height: 2rem;
    }
    .h-primary-24 {
        /* font-size: 24px;
        line-height: 28px; */
        font-size: 1.5rem;
        line-height: 1.755rem;
    }
    .h-primary-20 {
        /* font-size: 20px; */
        /* line-height: 24px; */
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .h-primary-18 {
        /* font-size: 18px; */
        /* line-height: 24px; */
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .h-primary-14 {
        /* font-size: 14px; */
        /* line-height: 20px; */
        font-size: 0.875rem;
        line-height: 1.25rem;
    }


    .h-secondary-20 {
        /* font-size: 20px; */
        /* line-height: 24px; */
        font-size: 1.25rem;
        line-height: 1.5rem;
        letter-spacing: 0.4px;
    }
    .h-secondary-16  {
        /* font-size: 16px; */
        /* line-height: 18px; */
        font-size: 1rem;
        line-height: 1.125rem;
        letter-spacing: 0.24px;
    }
    .h-secondary-14 {
        /* font-size: 14px; */
        /* line-height: 16px; */
        font-size: 0.875rem;
        line-height: 1rem;
        letter-spacing: 1.4px;
    }


    .h-tag-20 {
        /* font-size: 20px; */
        /* line-height: 22px; */
        font-size: 1.25rem !important;
        line-height: 1.375rem !important;
        letter-spacing: 2px;
    }
    .h-tag-14 {
        /* font-size: 14px;
        line-height: 16px; */
        font-size: 0.875rem !important;
        line-height: 1rem !important;
        letter-spacing: 1.4px;
    }
    .h-tag-12 {
        /* font-size: 12px; */
        /* line-height: 14px; */
        font-size: 0.751rem !important;
        line-height: 0.875rem !important;
        letter-spacing: 1.2px;
    }

    .small {
        font-size: 0.751rem;
        line-height: 0.875rem;
    }

    .tag {
        /* font-size: 12px;
        line-height: 14px; */
        font-size: 0.751rem;
        line-height: 0.875rem;
        letter-spacing: 1.2px;
        padding: 8px;
    }
}

@media only screen and (min-width: 1440px) {
}

@media only screen and (min-width: 1600px) {

}
@media screen and (min-width: 1920px) {

    section {
        max-width: 1920px;
        margin: 0 auto;
    }
}
