.country-wholesale {
    background: #fff;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.55;
}

.country-wholesale__container,
.country-wholesale__hero-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.country-wholesale__hero {
    margin-top: 62px;
    padding: 72px 0 144px;
    overflow: hidden;
    background: #121212;
    color: #fff;
}

.country-wholesale__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    align-items: center;
    gap: 56px;
}

.country-wholesale__eyebrow {
    margin: 0 0 12px;
    color: #62adff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.country-wholesale__hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.08;
}

.country-wholesale__intro {
    max-width: 720px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    line-height: 1.7;
}

.country-wholesale__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.country-wholesale__button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.country-wholesale__button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.country-wholesale__button--primary {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color: #fff;
}

.country-wholesale__button--primary:hover {
    background: #fff;
    color: var(--theme-color);
}

.country-wholesale__button--secondary {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.country-wholesale__button--secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.country-wholesale__hero-media {
    position: relative;
}

.country-wholesale__hero-media img {
    position: relative;
    display: block;
    width: 100%;
    max-height: 440px;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .3);
}

.country-wholesale__highlights {
    position: relative;
    z-index: 2;
    margin-top: -78px;
}

.country-wholesale__highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.country-wholesale__highlight {
    display: flex;
    gap: 14px;
    padding: 24px 32px;
    border: 1px solid #e9edf0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(22, 50, 70, .08);
}

.country-wholesale__check {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f8fe;
    color: #068bbc;
    font-size: 15px;
    font-weight: 700;
}

.country-wholesale__highlight h2 {
    margin: 1px 0 6px;
    font-size: 19px;
    font-weight: 600;
}

.country-wholesale__highlight p,
.country-wholesale__section p,
.country-wholesale__faq p,
.country-wholesale__closing p {
    margin: 0;
    color: #5e6870;
    font-size: 14px;
    line-height: 1.65;
}

.country-wholesale__content {
    padding: 74px 0;
}

.country-wholesale__content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 64px;
}

.country-wholesale__section {
    padding-top: 20px;
    border-top: 2px solid #dceef5;
}

.country-wholesale__section h2,
.country-wholesale__faq h2,
.country-wholesale__closing h2 {
    margin: 0 0 14px;
    color: #172d3d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.country-wholesale__section p + p {
    margin-top: 12px;
}

.country-wholesale__faq {
    padding: 76px 0 92px;
    background: #fff;
}

.country-wholesale__faq-inner {
    max-width: 1118px;
}

.country-wholesale__faq h2 {
    margin-bottom: 38px;
    color: #172d3d;
    text-align: center;
}

.country-wholesale__faq .home-faq-list {
    width: 100%;
    max-width: 1118px;
    margin: 0 auto;
}

.country-wholesale__faq .home-faq-item {
    border-bottom: 1px solid rgba(23, 45, 61, .16);
}

.country-wholesale__faq .home-faq-item:first-child {
    border-top: 1px solid rgba(23, 45, 61, .16);
}

.country-wholesale__faq .home-faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0;
    border: 0;
    background: transparent;
    color: #172d3d;
    cursor: pointer;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}

.country-wholesale__faq .home-faq-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #7b8790;
    transition: transform .25s ease, color .25s ease;
}

.country-wholesale__faq .home-faq-icon svg {
    width: 20px;
    height: 20px;
}

.country-wholesale__faq .home-faq-item.is-open .home-faq-icon {
    color: #0799cd;
    transform: rotate(180deg);
}

.country-wholesale__faq .home-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.country-wholesale__faq .home-faq-answer-inner {
    padding: 0 0 22px;
    color: #5e6870;
    font-size: 14px;
}

.country-wholesale__faq .home-faq-answer p {
    margin: 0;
    color: #5e6870;
    font-family: "SF Pro Display", "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.6;
}

.country-wholesale__closing {
    padding: 54px 0;
    background: #121212;
}

.country-wholesale__closing-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.country-wholesale__closing h2,
.country-wholesale__closing p {
    color: #fff;
}

.country-wholesale__closing p {
    max-width: 760px;
    color: rgba(255, 255, 255, .88);
}

.country-wholesale__button--light {
    flex: 0 0 auto;
    background: #fff;
    color: var(--theme-color) !important;
}

.country-wholesale__button--light:hover {
    background: #effaff;
    color: var(--theme-color) !important;
}

.country-wholesale__footer .footer-container {
    margin-top: 0;
}

@media (max-width: 900px) {
    .country-wholesale__hero {
        padding: 56px 0;
    }

    .country-wholesale__hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .country-wholesale__hero-media img {
        max-height: 360px;
    }

    .country-wholesale__highlight-grid {
        grid-template-columns: 1fr;
    }

    .country-wholesale__highlights {
        margin-top: -28px;
    }

    .country-wholesale__content-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .country-wholesale__container,
    .country-wholesale__hero-inner {
        width: min(100% - 32px, 1180px);
    }

    .country-wholesale__highlights {
        margin-top: 24px;
    }

    .country-wholesale__highlight-grid {
        display: flex;
        width: 100%;
        gap: 12px;
        padding: 0 16px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 16px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .country-wholesale__highlight-grid::-webkit-scrollbar {
        display: none;
    }

    .country-wholesale__highlight {
        flex: 0 0 calc(100vw - 48px);
        scroll-snap-align: start;
    }

    .country-wholesale__hero {
        margin-top: 62px;
        padding: 46px 0 54px;
    }

    .country-wholesale__hero h1 {
        font-size: 34px;
    }

    .country-wholesale__intro {
        font-size: 14px;
    }

    .country-wholesale__actions,
    .country-wholesale__closing-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .country-wholesale__button {
        width: 100%;
    }

    .country-wholesale__content,
    .country-wholesale__faq {
        padding: 52px 0;
    }

    .country-wholesale__section h2,
    .country-wholesale__faq h2,
    .country-wholesale__closing h2 {
        font-size: 21px;
    }
}
