/* Hair Crew Hive — UX cleanup */
:root {
    --hch-gold: #A37A4C;
    --hch-gold-dark: #8c6438;
    --hch-ink: #1a1a1a;
    --hch-muted: #6b6560;
    --hch-cream: #FAF8F5;
    --hch-line: #eadfce;
    --hch-radius: 8px;
    --hch-radius-sm: 6px;
    --hch-space: 28px;
}

/* ---------- Inner page banners (all pages) ---------- */
.wsus__breadcrumbs {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.wsus__breadcrumbs_overly {
    padding: 38px 0 32px !important;
    background: linear-gradient(180deg, rgba(18, 16, 14, .78) 0%, rgba(18, 16, 14, .52) 100%) !important;
}

.wsus__breadcrumb_text h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: none;
    color: #fff !important;
    margin: 0;
}

.wsus__breadcrumb_text ul {
    gap: 18px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px !important;
}

.wsus__breadcrumb_text ul li,
.wsus__breadcrumb_text ul li a {
    font-size: 14px !important;
    font-weight: 500;
    color: rgba(255, 255, 255, .82) !important;
}

.wsus__breadcrumb_text ul li a:hover {
    color: #fff !important;
}

.wsus__breadcrumb_text ul li a i {
    margin-right: 8px;
    color: #fff !important;
}

.wsus__breadcrumb_text ul li:nth-child(2)::after {
    top: 5px;
    left: -12px;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .45);
}

@media (max-width: 767px) {
    .wsus__breadcrumb_text h1 {
        font-size: 26px !important;
    }
}

/* ---------- Buttons ---------- */
.btn-gold-view-all,
.view_all_sote_btn,
.btn-gold-access,
.common_btn,
.hch-btn,
.unique_sote_card .login_to_view_price {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 18px !important;
    border-radius: var(--hch-radius) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none !important;
    border: 0 !important;
    background-color: var(--hch-gold) !important;
    color: #fff !important;
    transition: background-color .2s ease, transform .2s ease;
}

.btn-gold-view-all:hover,
.view_all_sote_btn:hover,
.btn-gold-access:hover,
.common_btn:hover,
.hch-btn:hover,
.unique_sote_card .login_to_view_price:hover {
    background-color: var(--hch-gold-dark) !important;
    color: #fff !important;
    text-decoration: none !important;
}

a,
.nav_link:hover,
.wsus__footer a:hover {
    color: inherit;
}

.wsus__main_menu_nav .nav_link:hover,
.wsus__main_menu_nav .nav_link.active {
    color: var(--hch-gold) !important;
}

/* ---------- Header ---------- */
.header-wrapper {
    background: var(--hch-cream) !important;
    border-bottom: 1px solid var(--hch-line);
    z-index: 1040;
}

.hch-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: logo;
    background: transparent !important;
    padding: 0;
}

.hch-logo img {
    width: 120px !important;
    max-width: 120px !important;
    height: auto !important;
    object-fit: contain;
    background: transparent !important;
}

.hch-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    grid-template-areas: "logo nav panel actions";
    align-items: center;
    gap: 12px 16px;
    padding: 10px 0;
}

.hch-nav {
    grid-area: nav;
    min-width: 0;
    position: relative;
    z-index: 1041;
}

.hch-header-login-panel {
    grid-area: panel;
}

.hch-header-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.hch-header:not(:has(.hch-login-panel)) {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "logo nav actions";
}

.hch-login-panel {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    border-radius: var(--hch-radius);
    background: #111;
}

.hch-login-panel.is-single {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
}

.hch-header-login-panel.is-single {
    justify-self: end;
}

.hch-login-panel a,
.hch-login-panel .hch-login-current {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    min-height: 40px;
    padding: 5px 10px;
    color: #fff !important;
    text-decoration: none !important;
    border-right: 1px solid #333;
    white-space: nowrap;
}

.hch-login-panel a:last-child,
.hch-login-panel .hch-login-current {
    border-right: 0;
}

.hch-login-panel .btn-title {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff !important;
}

.hch-login-panel .btn-subtitle {
    font-size: 9px;
    color: #cfcfcf !important;
    margin: 0;
}

.hch-login-panel .text-red {
    color: #e05a5a !important;
}

.hch-login-panel a:hover {
    background: #000;
}

.hch-login-panel a.is-active .btn-title,
.hch-login-panel a.is-active .btn-subtitle {
    color: #111 !important;
}

.hch-login-role-note {
    margin: -6px 0 14px;
    font-size: 13px;
    color: var(--hch-muted);
}

.hch-field-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: var(--hch-gold-dark);
}

.hch-account-types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    background: transparent;
    border: 0;
    overflow: visible;
}

.wsus__registration .hch-account-types label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 74px;
    margin: 0;
    padding: 12px 8px;
    cursor: pointer;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f1e8 100%);
    box-shadow: 0 1px 2px rgba(26, 26, 26, .04);
    color: #1a1a1a !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.wsus__registration .hch-account-types label:last-child {
    border-right: 1px solid #eadfce;
}

.wsus__registration .hch-account-types input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wsus__registration .hch-account-types .btn-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    color: #1a1a1a !important;
}

.wsus__registration .hch-account-types .btn-subtitle {
    font-size: 11px;
    font-weight: 500;
    color: #6b6560 !important;
}

.wsus__registration .hch-account-types label:hover {
    border-color: #A37A4C;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(163, 122, 76, .16);
}

.wsus__registration .hch-account-types label.is-active,
.wsus__registration .hch-account-types label:has(input:checked) {
    border-color: #8c6438;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 52%, #8c6438 100%);
    box-shadow: 0 10px 22px rgba(163, 122, 76, .28);
    color: #fff !important;
}

.wsus__registration .hch-account-types label.is-active .btn-title,
.wsus__registration .hch-account-types label:has(input:checked) .btn-title,
.wsus__registration .hch-account-types label.is-active .btn-subtitle,
.wsus__registration .hch-account-types label:has(input:checked) .btn-subtitle {
    color: #fff !important;
}

.wsus__registration .wsus__login_right {
    margin: 28px auto 56px !important;
    max-width: 860px;
    width: calc(100% - 32px);
}

.wsus__registration .wsus__login_area {
    padding: 32px 28px 40px;
    border: 1px solid var(--hch-line) !important;
    border-radius: 8px;
    background: #fff;
}

.wsus__registration .wsus__login_area h2 {
    font-size: 28px;
}

/* ---------- Login split layout ---------- */
.hch-auth-page {
    background: linear-gradient(180deg, #faf8f5 0%, #f3ece3 100%);
}

.hch-auth-page .back_home {
    display: none;
}

.hch-auth-shell {
    display: grid;
    grid-template-columns: minmax(320px, 46%) minmax(0, 1fr);
    min-height: calc(100vh - 90px);
}

.hch-auth-media {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

.hch-auth-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: none !important;
    display: block;
}

.hch-auth-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, .18) 0%, rgba(26, 26, 26, .42) 100%);
    pointer-events: none;
}

.hch-auth-logo {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    display: block;
    width: 132px;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.hch-auth-logo img {
    width: 100%;
    height: auto;
    animation: none !important;
}

.hch-auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 56px;
}

.hch-auth-page .wsus__login_right {
    margin: 0 !important;
    max-width: 460px;
}

.hch-auth-page .wsus__login_area {
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
}

.hch-auth-kicker {
    margin: 0 0 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .14em;
    text-transform: uppercase !important;
    color: var(--hch-gold) !important;
}

.hch-auth-page .wsus__login_area h2,
.hch-auth-page .wsus__login_area h2 span {
    font-size: 32px;
    font-weight: 700;
    color: var(--hch-ink) !important;
}

.hch-verify-banner {
    background: linear-gradient(90deg, #1a1a1a 0%, #2a2118 55%, #8c6438 100%);
    color: #fff;
    overflow: hidden;
}

.hch-verify-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    padding: 12px 0;
    animation: hch-verify-slide .55s ease;
}

.hch-verify-banner__kicker {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #A37A4C;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.hch-verify-banner p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #f7f1e8;
}

.hch-verify-banner strong {
    color: #fff;
}

.hch-verify-note {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: #faf8f5;
}

.hch-verify-note strong {
    color: #8c6438;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hch-verify-note span {
    color: var(--hch-ink);
    font-size: 14px;
    line-height: 1.45;
}

@keyframes hch-verify-slide {
    from {
        transform: translateY(-120%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.hch-auth-lead {
    margin: 8px 0 22px !important;
    color: var(--hch-muted) !important;
    text-transform: none !important;
}

.hch-auth-lead a {
    color: var(--hch-gold-dark) !important;
    font-weight: 700;
    text-decoration: none !important;
}

.hch-auth-lead a:hover {
    color: var(--hch-ink) !important;
}

.hch-auth-page .hch-login-roles {
    margin: 0 0 8px;
}

.hch-auth-page .hch-account-types a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 64px;
    padding: 10px 6px;
    text-decoration: none !important;
    border: 1px solid #eadfce;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f1e8 100%);
    box-shadow: 0 1px 2px rgba(26, 26, 26, .04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.hch-auth-page .hch-account-types a .btn-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a !important;
}

.hch-auth-page .hch-account-types a .btn-subtitle {
    font-size: 10px;
    color: #6b6560 !important;
}

.hch-auth-page .hch-account-types a:hover {
    border-color: #A37A4C;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(163, 122, 76, .16);
}

.hch-auth-page .hch-account-types a.is-active {
    border-color: #8c6438;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 52%, #8c6438 100%);
    box-shadow: 0 10px 22px rgba(163, 122, 76, .28);
}

.hch-auth-page .hch-account-types a.is-active .btn-title,
.hch-auth-page .hch-account-types a.is-active .btn-subtitle {
    color: #fff !important;
}

.hch-auth-page .wsus__login_area form {
    margin-top: 18px;
}

.hch-auth-page .wsus__login_input label {
    font-weight: 700;
    color: var(--hch-gold-dark) !important;
}

.hch-auth-page .wsus__login_input input[type="email"],
.hch-auth-page .wsus__login_input input[type="password"],
.hch-auth-page .wsus__login_input input[type="text"] {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.hch-auth-page .wsus__login_input input:focus {
    outline: 0;
    border-color: var(--hch-gold);
    box-shadow: 0 0 0 4px rgba(163, 122, 76, .15);
}

.hch-auth-page .wsus__login_input .forgot {
    color: var(--hch-gold-dark) !important;
    text-decoration: none !important;
    font-size: 13px;
}

.hch-auth-submit,
.hch-auth-page .wsus__login_btn .common_btn {
    min-height: 48px !important;
    width: 100%;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: .04em;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

.hch-auth-submit:hover,
.hch-auth-page .wsus__login_btn .common_btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 10px 20px rgba(163, 122, 76, .28);
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%) !important;
    color: #fff !important;
}

.hch-auth-back {
    display: inline-flex;
    margin-top: 22px;
    font-size: 13px;
    font-weight: 700;
    color: var(--hch-muted);
    text-decoration: none;
}

.hch-auth-back:hover {
    color: var(--hch-gold-dark);
}

@media (max-width: 991px) {
    .hch-auth-shell {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hch-auth-media {
        display: block !important;
        height: 240px;
    }

    .hch-auth-panel {
        padding: 28px 20px 48px;
    }

    .hch-auth-page .wsus__login_right {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .hch-account-types {
        grid-template-columns: 1fr 1fr;
    }

    .wsus__registration .hch-account-types label,
    .wsus__registration .hch-account-types label:nth-child(2),
    .wsus__registration .hch-account-types label:nth-child(n + 3),
    .wsus__registration .hch-account-types label:last-child {
        flex: none;
        border: 1px solid #eadfce;
        border-bottom: 1px solid #eadfce;
    }

    .wsus__registration .hch-account-types label.is-active,
    .wsus__registration .hch-account-types label:has(input:checked) {
        border-color: #8c6438;
    }

    .wsus__registration .wsus__login_area {
        padding: 24px 16px 32px;
    }
}

.cart-wrapper {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: var(--hch-radius);
    background: #fff;
    border: 1px solid var(--hch-line);
}

.hch-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border-radius: var(--hch-radius);
    background: #fff;
    border: 1px solid var(--hch-line);
    cursor: pointer;
    color: var(--hch-ink);
}

.hch-icon-btn:hover,
.cart-wrapper:hover {
    border-color: var(--hch-gold);
}

.hch-icon-btn svg {
    width: 22px;
    height: 22px;
    stroke: var(--hch-ink);
}

.hch-account {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
}

.hch-account > summary {
    list-style: none;
    display: inline-flex;
}

.hch-account > summary::-webkit-details-marker,
.hch-account > summary::marker {
    display: none !important;
    content: none !important;
}

details.hch-account {
    list-style: none;
}

.hch-account[open] > summary {
    border-color: var(--hch-gold);
}

.hch-account-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1100;
    min-width: 176px;
    padding: 6px 0;
    background: #fff;
    border: 1px solid var(--hch-line);
    border-radius: var(--hch-radius);
    box-shadow: 0 10px 28px rgba(17, 17, 17, .12);
}

.hch-account-role {
    margin: 0;
    padding: 6px 14px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--hch-muted);
}

.hch-account-menu a {
    display: block;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--hch-ink) !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.hch-account-menu a:hover {
    background: #faf8f5;
}

.hch-account-menu a.is-logout {
    margin-top: 4px;
    border-top: 1px solid var(--hch-line);
    color: #8c6438 !important;
}

.cart-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-wrapper svg {
    width: 22px;
    height: 22px;
    stroke: var(--hch-ink);
}

.cart-badge {
    top: -6px !important;
    right: -6px !important;
}

/* Nav borders */
.wsus__main_menu {
    padding: 0;
    background: transparent;
}

.wsus__main_menu_nav .nav_link,
.wsus__main_menu_nav .nav-link {
    border: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--hch-ink) !important;
}

.wsus__droap_menu_2,
.dropdown-menu {
    border: 1px solid var(--hch-line) !important;
    border-radius: var(--hch-radius) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08) !important;
}

.premium-mobile-btn,
.premium-menu-card {
    border: 1px solid var(--hch-gold) !important;
}

.premium-nav-link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.premium-nav-link span,
.premium-nav-link i {
    display: inline-flex;
    align-items: center;
}

.premium-nav-list .hch-login-panel {
    margin: 8px;
    flex-wrap: wrap;
}

.premium-nav-list .hch-login-panel a,
.premium-nav-list .hch-login-panel .hch-login-current {
    flex: 1 1 46%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.premium-nav-list .hch-login-panel.is-single .hch-login-current {
    flex: 0 0 auto;
    border-bottom: 0;
}

/* Mobile menu overlay */
.hch-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1035;
    background: rgba(17, 17, 17, .45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

body.hch-menu-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hch-header {
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-areas:
            "logo nav actions"
            "panel panel panel";
    }

    .hch-header:not(:has(.hch-login-panel)),
    .hch-header:has(.hch-login-panel.is-single) {
        grid-template-areas: "logo nav actions";
    }

    .hch-header-login-panel {
        display: flex;
        width: 100%;
    }

    .hch-header-login-panel.is-single {
        display: none;
    }
}

@media (max-width: 991px) {
    .hch-header {
        grid-template-columns: auto minmax(0, 1fr) auto auto;
        grid-template-areas: "logo . nav actions";
        gap: 8px;
        padding: 10px 0;
        align-items: center;
    }

    .hch-header:has(.hch-login-panel:not(.is-single)) {
        grid-template-areas:
            "logo . nav actions"
            "panel panel panel panel";
    }

    .hch-header:not(:has(.hch-login-panel)),
    .hch-header:has(.hch-login-panel.is-single) {
        grid-template-areas: "logo . nav actions";
    }

    .hch-logo img {
        width: 84px !important;
        max-width: 84px !important;
    }

    .hch-nav {
        width: auto;
        min-width: 0;
        justify-self: end;
        position: static;
    }

    .hch-header {
        position: relative;
    }

    .hch-nav #premiumMobileMenu {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        z-index: 1045;
        width: auto !important;
    }

    .hch-nav .row,
    .hch-nav [class*="col-"] {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
        flex: 0 0 auto;
    }

    .hch-nav .premium-mobile-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        padding: 0 !important;
        border-radius: var(--hch-radius) !important;
        background: #111 !important;
        border: 1px solid #2a2a2a !important;
        color: var(--hch-gold) !important;
    }

    .hch-nav .premium-mobile-btn .arrow-toggle,
    .hch-nav .premium-mobile-btn .btn-text {
        display: none !important;
    }

    .hch-nav .premium-mobile-btn .btn-left-content {
        gap: 0;
    }

    .hch-nav .premium-mobile-btn .hamburger-icon {
        width: 16px;
        gap: 3px;
    }

    .hch-header-actions {
        gap: 6px;
    }

    .hch-icon-btn,
    .cart-wrapper {
        width: 40px;
        height: 40px;
    }

    .hch-header-login-panel {
        display: flex;
        width: 100%;
    }

    .hch-header-login-panel.is-single {
        display: none;
    }

    .hch-header-login-panel a {
        flex: 1 1 0;
        min-width: 0;
        padding: 6px 4px;
    }

    .hch-header-login-panel .btn-title {
        font-size: 10px;
    }

    .hch-header-login-panel .btn-subtitle {
        font-size: 8px;
    }

    .header-wrapper .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 479px) {
    .hch-header-login-panel {
        flex-wrap: wrap;
    }

    .hch-header-login-panel a {
        flex: 1 1 50%;
        border-bottom: 1px solid #333;
    }

    .hch-header-login-panel a:nth-child(2) {
        border-right: 0;
    }

    .hch-header-login-panel a:nth-child(n + 3) {
        border-bottom: 0;
    }
}

/* ---------- Access row ---------- */
.user-access-section {
    padding: 18px 0 8px !important;
}

.hch-access-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hch-access-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 14px;
    border-radius: var(--hch-radius);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    background: #111;
    color: #fff !important;
    border: 1px solid #111;
}

.hch-access-row a small {
    margin-left: 6px;
    font-size: 10px;
    font-weight: 600;
    color: #d4c4a8;
}

.hch-access-row a.is-guest {
    background: #fff;
    color: #111 !important;
    border-color: var(--hch-line);
}

.hch-access-row a.is-guest small {
    color: var(--hch-muted);
}

.lock-text {
    margin-top: 10px !important;
}

/* ---------- Product cards ---------- */
.wsus__product_area {
    margin-left: 0 !important;
}

.hch-product-grid {
    display: flex;
    flex-wrap: wrap;
}

.hch-product-grid > [class*="col-"] {
    display: flex;
}

.hch-catalog {
    padding: 28px 0 12px;
    background: var(--hch-cream);
}

.hch-catalog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.hch-catalog-copy h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--hch-ink);
}

.hch-catalog-copy p {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--hch-muted);
}

.hch-catalog-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.hch-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--hch-gold);
    border-radius: 50%;
    background: #fff;
    color: var(--hch-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.hch-arrow:hover,
.hch-arrow:focus {
    background: var(--hch-gold);
    color: #fff;
}

.hch-product-slider {
    margin: 0 -10px 8px;
}

.hch-product-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.hch-product-slider:not(.slick-initialized) .hch-slide {
    flex: 0 0 20%;
    max-width: 20%;
}

.hch-product-slider .hch-slide {
    padding: 6px 10px 14px;
    height: auto;
    box-sizing: border-box;
}

.hch-product-slider .slick-list {
    overflow: hidden;
    margin: 0;
}

.hch-product-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.hch-product-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    float: none !important;
}

.hch-product-slider .slick-slide > div {
    display: flex;
    width: 100%;
    height: 100%;
}

.hch-product-slider .hch-slide,
.hch-product-slider .unique_sote_card {
    width: 100%;
    height: 100%;
}

.hch-catalog .slick-slide img,
.hch-product-slider .slick-slide img,
.unique_sote_card img {
    min-height: 0 !important;
}

.hch-catalog-cta {
    text-align: center;
    padding: 8px 0 12px;
}

@media (max-width: 767px) {
    .hch-catalog-copy h3 {
        font-size: 20px;
    }

    .hch-arrow {
        width: 36px;
        height: 36px;
    }
}

.unique_sote_card,
.wsus__product_item.unique_sote_card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 12px !important;
    background: #fff;
    border: 1px solid var(--hch-line) !important;
    border-radius: var(--hch-radius) !important;
    box-shadow: 0 1px 4px rgba(26, 26, 26, .04);
    text-align: center;
}

.unique_sote_card:hover {
    box-shadow: 0 8px 20px rgba(26, 26, 26, .08) !important;
}

.unique_sote_card .img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 12px !important;
    padding: 14px;
    background: #f7f4ef;
    border-radius: var(--hch-radius-sm);
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.unique_sote_card .img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.unique_sote_card .img img,
.hch-catalog .slick-slide img,
.hch-product-slider .slick-slide img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center;
    transform: none !important;
}

.luxury-category-card img,
.wsus__brand_item img,
.wsus__feature_product_item .img img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center;
    transform: none !important;
}

.unique_sote_card .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    flex: 1;
}

.unique_sote_card .text .title {
    min-height: 42px;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    color: var(--hch-ink);
    text-align: center;
}

.unique_sote_card .text h5,
.unique_sote_card .hch-price {
    margin-top: auto !important;
    width: 100%;
    margin-bottom: 0;
}

.unique_sote_card .hch-price .current_price {
    font-size: 16px;
    font-weight: 700;
    color: var(--hch-ink);
}

.unique_sote_card .new {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.unique_sote_card .login_to_view_price {
    width: 100%;
    min-height: 36px !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
}

/* ---------- Homepage rhythm ---------- */
.wsus__banner,
.wsus__product,
.wsus__branding,
.training_schedule_section,
.user-access-section {
    margin-bottom: 0;
}

.wsus__section_heading {
    margin-bottom: 16px !important;
}

.wsus__section_heading h2,
.wsus__section_heading h3 {
    letter-spacing: .04em;
}

.main-slider-wrapper,
.myHeroSwiper,
.myHeroSwiper .swiper-slide {
    height: 460px;
}

.myHeroSwiper .swiper-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.features-wrapper {
    gap: 12px !important;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    font-size: 14px !important;
    line-height: 1;
}

.hch-section-note {
    display: block;
    margin: 0 0 8px;
    font-size: 12px;
    color: var(--hch-muted);
    text-align: center;
}

/* ---------- Footer ---------- */
.wsus__footer {
    padding-top: 36px !important;
    padding-bottom: 12px !important;
}

.wsus__footer_app_download {
    display: none !important;
}

.wsus__footer_address ul li a,
.wsus__footer_address ul li b {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding-left: 0 !important;
    line-height: 1.4;
}

.wsus__footer_address ul li a span,
.wsus__footer_address ul li b span {
    position: static !important;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-flex;
    align-items: center;
}

.wsus__footer_address ul li a span img,
.wsus__footer_address ul li b span img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.wsus__copyright {
    margin-top: 16px !important;
    padding: 16px 0 !important;
    gap: 16px;
}

.hch-pay-icons {
    display: flex !important;
    align-items: center;
    gap: 10px !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hch-pay-icons li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 32px;
    padding: 4px 6px;
    background: #fff;
    border-radius: 4px;
}

.hch-pay-icons svg {
    width: 100%;
    height: 18px;
}

.wsus__footer_social_media ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wsus__footer_social_media ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.wsus__footer_social_media ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Category / brand tiles */
.luxury-category-card,
.wsus__brand_item {
    border-radius: var(--hch-radius);
    overflow: hidden;
}

.wsus__brand_item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--hch-line);
}

@media (max-width: 768px) {
    .main-slider-wrapper,
    .myHeroSwiper,
    .myHeroSwiper .swiper-slide {
        height: 380px;
    }

    .hch-access-row a {
        flex: 1 1 calc(50% - 8px);
    }
}

/* Live chat */
#chat-toggle-btn {
    position: fixed;
    bottom: 90px;
    right: 25px;
    background: var(--hch-gold) !important;
    color: #fff !important;
    width: 55px;
    height: 55px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10060;
}

#chat-toggle-btn i.fas.fa-comment-dots {
    color: #fff !important;
}

.chat-card {
    position: fixed;
    bottom: 160px;
    right: 25px;
    width: 320px;
    max-width: calc(100vw - 32px);
    border: none;
    border-radius: 15px;
    z-index: 10060;
    display: none;
    overflow: hidden;
    background: #fff;
}

.chat-card.is-open {
    display: flex !important;
    flex-direction: column;
    max-height: min(560px, calc(100vh - 170px));
}

.chat-card .card-header {
    background: var(--hch-gold) !important;
    color: #fff;
    border: none;
    flex-shrink: 0;
}

#chat-section {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}

#chat-window {
    overflow-y: auto !important;
    flex: 1;
    min-height: 180px;
    max-height: 280px;
}

.chat-card .message img,
.chat-card .chat-image {
    max-width: 180px;
    max-height: 180px;
    border-radius: 10px;
    display: block;
    margin-bottom: 6px;
    object-fit: cover;
}

#cust-attach-btn {
    border: 0;
    background: transparent;
    color: var(--hch-gold);
    width: 32px;
    height: 32px;
}

.hch-chat-preview {
    align-items: center;
    gap: 8px;
    padding: 6px 8px 0;
}

.hch-chat-preview img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.hch-chat-preview button {
    border: 0;
    background: none;
    color: #b42318;
    font-size: 12px;
}

#send-btn {
    background: var(--hch-gold) !important;
    color: #fff;
}

.chat-card .sent,
.chat-card .btn-primary {
    background: var(--hch-gold) !important;
    border-color: var(--hch-gold) !important;
}

/* Bundle offers */
.hch-bundle-page {
    padding: 48px 0 80px;
    background: var(--hch-cream);
}

.hch-bundle-intro {
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: center;
}

.hch-bundle-kicker {
    margin: 0 0 8px;
    color: var(--hch-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hch-bundle-intro h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: var(--hch-ink);
}

.hch-bundle-intro p {
    margin: 0;
    color: var(--hch-muted);
    line-height: 1.6;
}

.hch-bundle-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid var(--hch-line);
    border-radius: var(--hch-radius);
    box-shadow: 0 8px 24px rgba(26, 26, 26, .05);
}

.hch-bundle-count {
    margin: 0;
    color: var(--hch-muted);
    font-size: 14px;
}

.hch-bundle-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hch-bundle-filters .select_2,
.hch-bundle-filters .nice-select {
    min-width: 150px;
    margin-bottom: 0 !important;
}

.hch-bundle-grid {
    row-gap: 24px;
}

.hch-bundle-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(26, 26, 26, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hch-bundle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(163, 122, 76, .18);
}

.hch-bundle-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: 18px;
    background: #f7f4ef;
    overflow: hidden;
}

.hch-bundle-media img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.hch-bundle-badge,
.hch-bundle-count-chip {
    position: absolute;
    top: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.hch-bundle-badge {
    left: 12px;
    background: var(--hch-gold);
    color: #fff;
}

.hch-bundle-count-chip {
    right: 12px;
    background: #fff;
    color: var(--hch-ink);
    border: 1px solid var(--hch-line);
}

.hch-bundle-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 18px;
    flex: 1;
}

.hch-bundle-body h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.hch-bundle-body h3 a {
    color: var(--hch-ink);
    text-decoration: none;
}

.hch-bundle-body h3 a:hover {
    color: var(--hch-gold);
}

.hch-bundle-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--hch-muted);
}

.hch-bundle-products-label {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--hch-gold-dark);
}

.hch-bundle-product-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 280px;
    overflow-y: auto;
}

.hch-combo-included {
    margin: 18px 0 6px;
    padding: 14px;
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    background: #fff;
}

.hch-combo-included .hch-bundle-products-label {
    margin-bottom: 10px;
}

.hch-bundle-product-list li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
}

.hch-bundle-product-list--page {
    max-height: none;
    overflow: visible;
    gap: 10px;
}

.hch-bundle-product-list--page li {
    padding: 8px 0;
    border-bottom: 1px solid #f1ebe2;
}

.hch-bundle-product-list--page li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hch-bundle-product-thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    background: #f6f1ea;
    border: 1px solid var(--hch-line);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hch-bundle-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hch-bundle-product-thumb i {
    color: var(--hch-muted);
    font-size: 16px;
}

.hch-bundle-product-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.hch-bundle-product-copy strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--hch-ink);
}

.hch-bundle-product-copy em {
    color: var(--hch-muted);
    font-style: normal;
    font-size: 12px;
}

.hch-bundle-product-price {
    text-align: right;
    white-space: nowrap;
}

.hch-bundle-product-price b {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--hch-ink);
}

.hch-bundle-product-price del {
    font-size: 11px;
    color: var(--hch-muted);
}

.hch-bundle-product-price .login_to_view_price {
    min-height: 28px !important;
    padding: 4px 8px !important;
    font-size: 10px !important;
}

.hch-bundle-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hch-bundle-items li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #f1ebe2;
    font-size: 13px;
    color: var(--hch-ink);
}

.hch-bundle-items em {
    color: var(--hch-muted);
    font-style: normal;
    white-space: nowrap;
}

.hch-bundle-more {
    margin: 0;
    font-size: 12px;
    color: var(--hch-gold-dark);
    font-weight: 600;
}

.hch-bundle-footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hch-bundle-price {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.hch-bundle-price span {
    font-size: 18px;
    font-weight: 700;
    color: var(--hch-ink);
}

.hch-bundle-price del {
    color: var(--hch-muted);
    font-size: 13px;
}

.hch-bundle-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--hch-gold);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none !important;
}

.hch-bundle-cta:hover {
    background: var(--hch-gold-dark);
    color: #fff !important;
}

.hch-bundle-empty {
    text-align: center;
    padding: 48px 20px;
    background: #fff;
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(26, 26, 26, .06);
}

.hch-bundle-empty i {
    font-size: 32px;
    color: var(--hch-gold);
    margin-bottom: 12px;
}

.hch-bundle-pagination {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .hch-bundle-page {
        padding: 28px 0 56px;
    }

    .hch-bundle-intro h2 {
        font-size: 22px;
    }

    .hch-bundle-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .hch-bundle-filters {
        width: 100%;
    }

    .hch-bundle-filters .nice-select,
    .hch-bundle-filters select {
        width: 100%;
    }
}

/* ---------- Header search modal ---------- */
.hch-search-modal {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12vh 16px 24px;
}

.hch-search-modal[hidden] {
    display: none !important;
}

.hch-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, .55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.hch-search-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 640px;
    background: #fff;
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(26, 26, 26, .18);
    padding: 20px 22px 16px;
}

.hch-search-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.hch-search-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--hch-ink);
}

.hch-search-close {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: var(--hch-muted);
    font-size: 18px;
    cursor: pointer;
}

.hch-search-form {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--hch-line);
    border-radius: var(--hch-radius);
    overflow: hidden;
    background: var(--hch-cream);
}

.hch-search-form:focus-within {
    border-color: var(--hch-gold);
}

.hch-search-form input {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 0;
    background: transparent;
    padding: 0 16px;
    font-size: 15px;
    color: var(--hch-ink);
    outline: none;
}

.hch-search-form button {
    width: 52px;
    height: 48px;
    border: 0;
    background: var(--hch-gold);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.hch-search-form button:hover {
    background: var(--hch-gold-dark);
}

.hch-search-results {
    margin-top: 12px;
    max-height: 360px;
    overflow-y: auto;
}

.hch-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 8px;
    text-decoration: none !important;
    color: var(--hch-ink);
    border-bottom: 1px solid var(--hch-line);
}

.hch-search-item:last-child {
    border-bottom: 0;
}

.hch-search-item:hover {
    background: var(--hch-cream);
}

.hch-search-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: var(--hch-radius-sm);
    background: #fff;
    border: 1px solid var(--hch-line);
}

.hch-search-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--hch-ink);
}

.hch-search-item span {
    font-size: 12px;
    color: var(--hch-muted);
}

.hch-search-empty,
.hch-search-hint {
    padding: 14px 8px;
    font-size: 13px;
    color: var(--hch-muted);
}

.hch-search-more {
    display: block;
    text-align: center;
    padding: 12px 8px 4px;
    font-size: 13px;
    font-weight: 700;
    color: var(--hch-gold-dark) !important;
    text-decoration: none !important;
}

body.hch-search-open {
    overflow: hidden;
}

/* ---------- Combo package detail ---------- */
@keyframes hch-fade-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hch-shine {
    0% { transform: translateX(-130%); }
    55%, 100% { transform: translateX(130%); }
}

.hch-combo-page {
    background: linear-gradient(180deg, #faf8f5 0%, #fff 180px);
}

.hch-combo-page .wsus__breadcrumbs_overly {
    padding: 38px 0 32px;
    background: linear-gradient(180deg, rgba(18, 16, 14, .78) 0%, rgba(18, 16, 14, .52) 100%);
}

.hch-combo-page .wsus__breadcrumb_text h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.hch-combo-page .wsus__breadcrumb_text ul {
    gap: 18px;
    margin-top: 10px;
}

.hch-combo-page .wsus__product_details {
    padding-top: 28px !important;
    padding-bottom: 56px !important;
    overflow: visible;
}

.hch-combo-page .wsus__product_slider_border {
    border: 0;
    background: transparent;
}

.hch-combo-page .wsus__product_slider_small {
    height: 78px;
    margin: 0 6px;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f4ef;
    border: 1px solid var(--hch-line);
    cursor: pointer;
}

.hch-combo-page .wsus__product_slider_small img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.hch-combo-page .wsus__product_slider_small:hover img {
    transform: scale(1.06);
}

.hch-combo-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hch-combo-slider-for,
.hch-combo-slider-nav {
    min-width: 0;
}

.hch-combo-page .wsus__product_slider_big {
    height: auto;
    min-height: 0;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7f1e8 100%);
    border: 1px solid var(--hch-line);
    box-shadow: 0 14px 36px rgba(26, 26, 26, .08);
}

.hch-combo-page .wsus__product_slider_big img {
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hch-combo-slider-nav {
    position: relative;
    padding: 0 28px;
}

.hch-combo-slider-nav .slick-current .wsus__product_slider_small,
.hch-combo-slider-nav .slick-current .wsus__product_slider_small:hover {
    border-color: var(--hch-gold);
    box-shadow: 0 0 0 2px rgba(163, 122, 76, .25);
}

.hch-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    border: 1px solid var(--hch-line);
    border-radius: 50%;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}

.hch-gallery-arrow:hover {
    transform: scale(1.06);
    filter: brightness(1.05);
    color: #fff;
}

.hch-gallery-prev { left: 0; }
.hch-gallery-next { right: 0; }

.hch-combo-page .wsus__product_slider_details {
    justify-content: flex-start;
    padding-left: 18px;
    animation: hch-fade-up .55s ease .08s both;
}

.hch-combo-page .wsus__product_slider_details .wsus__section_heading h5 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hch-combo-page .wsus__product_slider_details .wsus__section_heading .title {
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.25;
    color: var(--hch-ink);
}

.hch-combo-page .wsus__product_slider_details .rating {
    margin-top: 8px;
}

.hch-combo-page .wsus__product_slider_details h6 {
    margin-top: 12px;
    font-size: 22px;
}

.hch-combo-page .hch-combo-login-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 8px;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(163, 122, 76, .24);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.hch-combo-page .hch-combo-login-price:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    color: #fff !important;
    box-shadow: 0 12px 22px rgba(163, 122, 76, .32);
}

.hch-combo-page .hch-combo-buybar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.hch-combo-page .hch-combo-buybar form.wsus__modal_filter,
.hch-combo-page .hch-combo-buybar .wsus__modal_filter {
    margin-top: 0 !important;
    gap: 10px;
    flex-wrap: nowrap;
}

.hch-combo-page .hch-combo-buybar form.wsus__modal_filter {
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
}

.hch-combo-page .hch-combo-buybar .form-group {
    flex: 1 1 100%;
    margin-bottom: 8px;
}

.hch-combo-page .wsus__related_product {
    padding-bottom: 48px !important;
}

.hch-combo-page .hch-combo-buybar .number {
    box-shadow: none;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.hch-combo-page .hch-combo-buybar .number input {
    width: 56px;
    height: 46px;
}

.hch-combo-page .hch-combo-buybar .number ul li button {
    width: 34px;
    height: 23px;
}

.hch-combo-page .hch-combo-buybar-btns .add_cart,
.hch-combo-page .hch-combo-buybar-btns .details_buy_btn {
    position: relative;
    overflow: hidden;
    margin-left: 0 !important;
    min-height: 46px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    color: #fff !important;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%) !important;
    box-shadow: 0 8px 18px rgba(163, 122, 76, .24);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.hch-combo-page .hch-combo-buybar-btns .add_cart:not(.details_buy_btn) {
    background: linear-gradient(180deg, #2b2b2b 0%, #1a1a1a 100%) !important;
    box-shadow: 0 8px 18px rgba(26, 26, 26, .18);
}

.hch-combo-page .hch-combo-buybar-btns .add_cart::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent);
    animation: hch-shine 2.8s ease-in-out infinite;
}

.hch-combo-page .hch-combo-buybar-btns .add_cart:hover,
.hch-combo-page .hch-combo-buybar-btns .details_buy_btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(163, 122, 76, .32);
}

.hch-combo-page .hch-combo-buybar-btns .wishlist {
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-left: 0;
    border-radius: 8px;
    border: 1px solid var(--hch-line);
    box-shadow: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.hch-combo-page .hch-combo-buybar-btns .wishlist:hover {
    transform: translateY(-2px);
    background: var(--hch-gold);
    border-color: var(--hch-gold);
}

.hch-combo-page .hch-combo-included {
    margin: 18px 0 8px;
    padding: 14px;
    border: 1px solid var(--hch-line);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
    box-shadow: 0 10px 24px rgba(26, 26, 26, .05);
    animation: hch-fade-up .55s ease .16s both;
}

.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li {
    border-radius: 8px;
    padding: 8px;
    transition: background .2s ease, transform .2s ease;
    animation: hch-fade-up .4s ease both;
}

.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(1) { animation-delay: .05s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(2) { animation-delay: .1s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(3) { animation-delay: .15s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(4) { animation-delay: .2s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(5) { animation-delay: .25s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(6) { animation-delay: .3s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(7) { animation-delay: .35s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(8) { animation-delay: .4s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(9) { animation-delay: .45s; }
.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:nth-child(10) { animation-delay: .5s; }

.hch-combo-page .hch-combo-included .hch-bundle-product-list--page li:hover {
    background: #fff;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(163, 122, 76, .12);
}

.hch-combo-page .wsus__product_slider_details .ul_3 {
    margin-top: 14px;
}

.hch-combo-page .wsus__product_details_area {
    margin-top: 24px !important;
    margin-bottom: 24px;
    padding: 22px 22px 28px;
    border: 1px solid var(--hch-line);
    border-radius: 14px;
    background: #fff;
    overflow: visible;
}

.hch-combo-page .wsus__product_details_nav {
    gap: 22px;
}

.hch-combo-page .wsus__product_details_nav .nav-link.active::after {
    background: linear-gradient(90deg, #c9a66f, #8c6438);
}

.hch-combo-page .wsus__product_details_tab_explnation {
    margin-top: 12px;
    min-height: 0;
    padding-bottom: 8px;
}

.hch-combo-page .tab-content,
.hch-combo-page .tab-pane,
.hch-combo-page .hch-combo-tab-products {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
}

.hch-combo-page .hch-combo-tab-products {
    margin-top: 16px;
    padding-bottom: 8px;
}

.hch-combo-page .hch-bundle-product-list--tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.hch-combo-page .hch-bundle-product-list--tabs li {
    padding: 10px;
    border: 1px solid var(--hch-line);
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hch-combo-page .hch-bundle-product-list--tabs li:last-child {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hch-line);
}

.hch-combo-page .hch-bundle-product-list--tabs li:hover {
    transform: translateY(-2px);
    border-color: #d8c4a6;
    box-shadow: 0 10px 20px rgba(163, 122, 76, .14);
}

.hch-combo-page .hch-bundle-product-copy a {
    color: var(--hch-ink);
    text-decoration: none;
}

.hch-combo-page .hch-bundle-product-copy a:hover {
    color: var(--hch-gold-dark);
}

.hch-combo-page .wsus__product_slider_details .ul_3 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .hch-combo-page .hch-bundle-product-list--tabs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .hch-combo-page .wsus__product_slider_details {
        padding-left: 0;
        margin-top: 18px;
    }

    .hch-combo-page .wsus__breadcrumb_text h1 {
        font-size: 26px;
    }

    .hch-combo-page .hch-combo-buybar-btns .add_cart {
        flex: 1 1 auto;
    }
}

/* ---------- Education / training ---------- */
.hch-edu-page {
    background: linear-gradient(180deg, #faf8f5 0%, #fff 180px);
}

.hch-edu-page .wsus__breadcrumbs_overly {
    padding: 38px 0 32px;
    background: linear-gradient(180deg, rgba(18, 16, 14, .78) 0%, rgba(18, 16, 14, .52) 100%);
}

.hch-edu-page .wsus__breadcrumb_text h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.hch-edu-page .wsus__breadcrumb_text ul {
    gap: 18px;
    margin-top: 10px;
}

.hch-edu-list,
.hch-edu-detail {
    padding: 40px 0 64px;
}

.hch-edu-intro {
    max-width: 640px;
    margin: 0 auto 32px;
    text-align: center;
}

.hch-edu-kicker {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--hch-gold-dark);
}

.hch-edu-intro h2,
.hch-edu-enroll h2 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.25;
    color: var(--hch-ink);
}

.hch-edu-intro p {
    margin: 0;
    color: var(--hch-muted);
    font-size: 15px;
    line-height: 1.6;
}

.hch-edu-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--hch-line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(26, 26, 26, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hch-edu-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(163, 122, 76, .16);
}

.hch-edu-card-media,
.hch-edu-hero {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f7f4ef;
}

.hch-edu-card-media {
    aspect-ratio: 16 / 10;
}

.hch-edu-card-media img,
.hch-edu-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.hch-edu-card:hover .hch-edu-card-media img {
    transform: scale(1.04);
}

.hch-edu-hero {
    border-radius: 16px;
    border: 1px solid var(--hch-line);
    min-height: 320px;
    box-shadow: 0 14px 36px rgba(26, 26, 26, .08);
}

.hch-edu-hero img {
    max-height: 460px;
    object-fit: cover;
}

.hch-edu-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hch-edu-badge.is-free {
    background: #1a1a1a;
}

.hch-edu-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 18px;
    flex: 1;
}

.hch-edu-card-body h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.hch-edu-card-body h3 a {
    color: var(--hch-ink);
    text-decoration: none;
}

.hch-edu-card-body h3 a:hover {
    color: var(--hch-gold-dark);
}

.hch-edu-card-body p {
    margin: 0;
    color: var(--hch-muted);
    font-size: 13px;
    line-height: 1.5;
}

.hch-edu-meta {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--hch-gold-dark);
}

.hch-edu-meta i {
    margin-right: 6px;
}

.hch-edu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 16px;
    margin-top: auto;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(163, 122, 76, .24);
    transition: transform .2s ease, filter .2s ease;
    width: 100%;
}

.hch-edu-cta:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    color: #fff !important;
}

.hch-edu-enroll {
    padding: 22px;
    border: 1px solid var(--hch-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(26, 26, 26, .06);
}

.hch-edu-facts {
    list-style: none;
    margin: 18px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hch-edu-facts li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--hch-ink);
}

.hch-edu-facts i {
    width: 18px;
    margin-top: 3px;
    color: var(--hch-gold);
}

.hch-edu-facts em {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--hch-muted);
}

.hch-edu-price {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: var(--hch-ink);
}

.hch-edu-ship-note {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--hch-muted);
}

.hch-edu-copy,
.hch-edu-related {
    margin-top: 40px;
}

.hch-edu-copy h3,
.hch-edu-related h3 {
    margin: 0 0 16px;
    font-size: 22px;
    color: var(--hch-ink);
}

.hch-edu-copy-body {
    font-size: 15px;
    line-height: 1.75;
    color: #3d3934;
}

.hch-edu-copy-body p {
    margin-bottom: 14px;
}

.hch-edu-empty {
    text-align: center;
    padding: 48px 16px;
    color: var(--hch-muted);
}

.hch-edu-pagination {
    margin-top: 32px;
}

@media (max-width: 991px) {
    .hch-edu-page .wsus__breadcrumb_text h1 {
        font-size: 26px;
    }

    .hch-edu-hero img {
        max-height: 320px;
    }
}

/* ---------- Checkout ---------- */
.hch-checkout-page {
    background: linear-gradient(180deg, #faf8f5 0%, #fff 140px);
}

.hch-checkout-page .hch-checkout {
    padding: 24px 0 40px !important;
    margin: 0 !important;
}

.hch-checkout-page .wsus__shipping_address,
.hch-checkout-page .wsus__login_notice,
.hch-checkout-page .wsus__checkout_form,
.hch-checkout-page .wsus__billing_summary {
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 26, 26, .05);
}

.hch-checkout-page .wsus__shipping_address {
    padding: 16px 18px 14px;
    margin-bottom: 16px !important;
    border-bottom: 0;
}

.hch-checkout-page .wsus__shipping_address h4 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    gap: 10px;
}

.hch-checkout-page .wsus__shipping_address button.common_btn {
    min-height: 36px;
    padding: 6px 14px !important;
    font-size: 13px;
}

.hch-checkout-page .wsus__shipping_address_item {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid var(--hch-line);
    border-radius: 10px;
    background: #faf8f5;
}

.hch-checkout-page .wsus__shipping_mail_address {
    margin-left: 34px;
}

.hch-checkout-page .wsus__shipping_mail_address p {
    margin: 0;
    font-size: 13px;
    color: var(--hch-muted);
}

.hch-checkout-page .wsus__login_notice {
    margin-bottom: 16px !important;
    padding: 14px 16px;
}

.hch-checkout-page .wsus__checkout_form,
.hch-checkout-page .wsus__billing_summary {
    padding: 18px 20px;
    margin-top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
}

.hch-checkout-page .wsus__checkout_area > .row {
    align-items: flex-start;
}

.hch-checkout-page .wsus__checkout_form h4,
.hch-checkout-page .wsus__billing_summary h4,
.hch-checkout-page .wsus__billing_summary .billing_summary > h4 {
    margin: 0 0 12px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid var(--hch-line);
}

.hch-checkout-page .wsus__checkout_form_input {
    margin-bottom: 10px;
}

.hch-checkout-page .wsus__checkout_form_input label {
    margin-top: 0 !important;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
}

.hch-checkout-page .wsus__checkout_form_input input,
.hch-checkout-page .wsus__checkout_form_input textarea,
.hch-checkout-page .wsus__checkout_form .select2-container--default .select2-selection--single {
    min-height: 42px;
    margin-top: 0;
    padding: 10px 14px;
    border: 1px solid var(--hch-line) !important;
    border-radius: 8px !important;
    background: #fff;
}

.hch-checkout-page .wsus__checkout_form .select2-container .select2-selection--single {
    height: 42px;
}

.hch-checkout-page .wsus__checkout_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.hch-checkout-page .wsus__checkout_form_input textarea {
    min-height: 84px;
}

.hch-checkout-kicker {
    margin: 8px 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--hch-ink);
}

.hch-checkout-page .wsus__payment_method,
.hch-checkout-page .hch-pay-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
    gap: 10px;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.hch-pay-tile,
.hch-checkout-page .hch-pay-tile.payment_method {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    margin: 0 !important;
    padding: 8px 10px;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.hch-pay-tile input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.hch-pay-tile img,
.hch-checkout-page .wsus__payment_method .payment_method img {
    width: auto !important;
    max-width: 92px !important;
    height: 36px !important;
    object-fit: contain;
    pointer-events: none;
    border: 0 !important;
}

.hch-pay-tile:has(input:checked) {
    border-color: var(--hch-gold);
    box-shadow: 0 0 0 2px rgba(163, 122, 76, .2);
}

.hch-pay-tile:has(input:disabled) {
    opacity: .5;
    filter: grayscale(1);
    cursor: not-allowed;
}

.hch-checkout-page .wsus__billing_summary {
    position: sticky;
    top: 88px;
}

.hch-checkout-page .wsus__billing_product {
    margin: 8px 0 12px;
    padding-bottom: 8px;
}

.hch-checkout-page .wsus__billing_product li {
    margin-top: 8px;
    padding: 0;
    align-items: center;
}

.hch-checkout-page .wsus__billing_product li .img {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 8px;
}

.hch-checkout-page .wsus__billing_product li .text {
    width: calc(100% - 72px);
    margin-left: 12px;
}

.hch-checkout-page .wsus__billing_product li .text a {
    font-size: 14px;
}

.hch-checkout-page .wsus__billing_product li .text h6 {
    font-size: 13px;
}

.hch-checkout-page .wsus__total_price {
    padding: 8px 0 4px;
}

.hch-checkout-page .wsus__total_price h3 {
    font-size: 15px;
    margin-bottom: 6px;
}

.hch-checkout-page .wsus__shipping_method {
    margin-top: 10px;
    padding: 12px 0 0 !important;
    text-align: left !important;
    background: transparent !important;
    box-shadow: none !important;
    border-top: 1px solid var(--hch-line);
}

.hch-checkout-page .wsus__shipping_method h3 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.hch-checkout-page .wsus__shipping_method ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hch-checkout-page .wsus__shipping_method ul li {
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.hch-checkout-page .hch-ship-option,
.hch-checkout-page .wsus__shipping_method .form-check {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding: 10px 12px !important;
    text-align: left !important;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.hch-checkout-page .hch-ship-option:has(input:checked) {
    border-color: var(--hch-gold);
    background: #faf8f5;
}

.hch-checkout-page .wsus__shipping_method .form-check-input {
    flex: 0 0 18px;
    width: 18px !important;
    height: 18px !important;
    margin: 3px 0 0 0 !important;
    float: none !important;
    position: static !important;
}

.hch-checkout-page .hch-ship-option__text,
.hch-checkout-page .wsus__shipping_method .form-check-label {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    line-height: 1.4;
    text-align: left !important;
    white-space: normal;
    word-break: break-word;
}

.hch-checkout-page .hch-ship-option__text strong {
    display: inline;
    font-weight: 700;
    color: var(--hch-ink);
}

.hch-training-checkout-note {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.45;
    color: var(--hch-muted);
}

.hch-training-ship {
    padding: 12px 14px;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
    background: #faf8f5;
}

.hch-training-ship h3 {
    margin: 0 0 6px !important;
}

.hch-training-ship p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: var(--hch-muted);
}

.hch-checkout-page .wsus__checkout_form_btn {
    display: block;
    margin-top: 14px;
}

.hch-checkout-page .wsus__checkout_form_btn li {
    width: 100%;
}

.hch-checkout-page .wsus__checkout_form_btn .common_btn,
.hch-checkout-page .procced_payment {
    width: 100%;
    min-height: 46px;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%) !important;
    color: #fff !important;
}

.hch-checkout-page .wsus__checkout_form_btn .common_btn.disabled,
.hch-checkout-page .procced_payment:disabled {
    opacity: .55;
}

@media (max-width: 991px) {
    .hch-checkout-page .wsus__billing_summary {
        position: static;
        margin-top: 16px !important;
    }
}

/* ---------- Cart ---------- */
.hch-cart-page {
    background: linear-gradient(180deg, #faf8f5 0%, #fff 140px);
}

.hch-cart-page .hch-cart {
    padding: 24px 0 40px !important;
    margin: 0 !important;
}

.hch-cart-page .wsus__cart_table {
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    border-bottom: 1px solid var(--hch-line) !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 26, 26, .05);
}

.hch-cart-page .wsus__cart_area table tr th,
.hch-cart-page .wsus__cart_area table tr td {
    padding: 10px 12px;
    vertical-align: middle;
}

.hch-cart-page .wsus__cart_area table tr th {
    font-size: 13px;
    font-weight: 600;
    background: #faf8f5;
}

.hch-cart-page .wsus__cart_area table tr .img {
    min-width: 72px;
    width: 72px;
}

.hch-cart-page .wsus__cart_area table tr .img a {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
}

.hch-cart-page .wsus__cart_area table tr .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hch-cart-page .wsus__cart_area table tr .description {
    min-width: 180px;
    max-width: 280px;
}

.hch-cart-page .wsus__cart_area table tr .description h3 {
    margin: 0;
}

.hch-cart-page .wsus__cart_area table tr .description h3 a {
    font-size: 15px;
    line-height: 1.35;
}

.hch-cart-page .wsus__cart_area table tr .description p {
    margin-top: 4px;
    font-size: 13px;
}

.hch-cart-page .wsus__cart_area table p {
    margin: 0;
    font-size: 14px;
}

.hch-cart-page .wsus__cart_area table tr .price,
.hch-cart-page .wsus__cart_area table tr .total {
    min-width: 90px;
    max-width: 120px;
}

.hch-cart-page .wsus__cart_area table tr .action {
    width: 56px;
}

.hch-cart-page .wsus__cart_area table tr .action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #faf8f5;
}

.hch-cart-page .quantity {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
}

.hch-cart-page .quantity .plus,
.hch-cart-page .quantity .minus {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #faf8f5;
}

.hch-cart-page .quantity .number {
    min-width: 28px;
    font-size: 14px;
    text-align: center;
}

.hch-cart-page .hch-cart-bottom {
    margin-top: 16px !important;
    align-items: flex-start;
}

.hch-cart-page .wsus__cart_coupone input {
    min-height: 44px;
    padding: 10px 118px 10px 14px;
    border: 1px solid var(--hch-line);
    border-radius: 8px;
}

.hch-cart-page .wsus__cart_coupone button {
    top: 4px;
    right: 4px;
    min-height: 36px;
    padding: 6px 14px !important;
    border-radius: 8px !important;
}

.hch-cart-page .wsus__cart_coupone a.remove_coupon_code {
    right: 92px;
}

.hch-cart-page .wsus__cart_price_list ul {
    gap: 8px;
    margin-bottom: 10px;
}

.hch-cart-page .wsus__cart_price_list ul li .common_btn {
    min-height: 40px;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    border: 1px solid var(--hch-line) !important;
    background: #fff !important;
    color: var(--hch-ink) !important;
}

.hch-cart-page .wsus__cart_price_list .list_item {
    margin-top: 0;
    padding: 16px 18px;
    text-align: left;
    border: 1px solid var(--hch-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 26, 26, .05);
}

.hch-cart-page .wsus__cart_price_list .list_item p {
    margin-bottom: 8px !important;
    font-size: 14px;
}

.hch-cart-page .wsus__cart_price_list .list_item .total {
    padding-top: 10px;
    margin-bottom: 10px !important;
    font-size: 16px;
}

.hch-cart-page .wsus__cart_price_list .list_item small {
    margin-bottom: 12px;
    text-align: left !important;
    color: var(--hch-muted);
}

.hch-cart-page .wsus__cart_price_list .list_item a.common_btn {
    min-height: 44px;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #c9a66f 0%, #A37A4C 55%, #8c6438 100%) !important;
    color: #fff !important;
}

.hch-cart-page .wsus__cart_price_list .list_item a.common_btn.is-disabled {
    cursor: not-allowed;
    opacity: .55;
    background: #cfc8be !important;
}

.hch-bulk-min-note {
    margin: 0 0 10px !important;
    padding: 10px 12px;
    border-radius: 8px;
    background: #faf4ea;
    color: #8c6438 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.4;
    text-align: left !important;
}

.hch-cart-page .alert {
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .hch-cart-page .hch-cart-bottom > [class*="col-"] {
        margin-bottom: 14px;
    }
}

/* ---------- Products listing ---------- */
.hch-shop-page {
    background: #fff;
}

.hch-shop-page .hch-shop {
    padding: 20px 0 36px !important;
    margin: 0 !important;
}

.hch-shop-page .wsus__sidebar_wizard {
    margin-top: 0;
    margin-bottom: 12px;
    border: 1px solid var(--hch-line);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.hch-shop-page .wsus__sidebar_wizard.wizard {
    padding: 12px 14px;
}

.hch-shop-page .wsus__sidebar_accordion .accordion-button {
    font-size: 16px;
    padding: 10px 12px;
}

.hch-shop-page .wsus__sidebar_accordion .accordion-body {
    padding: 0 12px 10px;
}

.hch-shop-page .wsus__sidebar_accordion .form-check {
    margin-bottom: 6px;
}

.hch-shop-page .wsus__product_filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 12px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hch-line);
}

.hch-shop-page .wsus__product_filter p {
    margin: 0;
}

.hch-shop-page .wsus__product_page .wsus__product_item {
    margin: 0 !important;
}

.hch-shop-page .hch-shop-grid > [class*="col-"] {
    display: flex;
}

.hch-shop-page .pagination {
    margin-top: 8px;
    margin-bottom: 0;
}

/* ---------- Homepage events ---------- */
.training-slider-homepage .slick-list {
    margin: 0 -8px;
}

.training-slider-homepage .slick-track {
    display: flex !important;
    align-items: stretch;
}

.training-slider-homepage .slick-slide {
    height: auto;
    display: flex !important;
}

.training-slider-homepage .slick-slide > div,
.hch-event-slide {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 8px;
}

.hch-event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    background: #111;
}

.hch-event-media {
    display: block;
    aspect-ratio: 3 / 4;
    width: 100%;
    overflow: hidden;
    background: #1a1a1a;
}

.hch-event-media img,
.training_schedule_section .training-img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    transform: none;
}

.hch-event-card:hover .training-img {
    transform: scale(1.04);
}

.hch-event-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 6px;
    min-height: 46%;
    padding: 18px 12px 12px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .55) 28%, rgba(0, 0, 0, .9) 100%);
}

.hch-event-overlay h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.hch-event-date {
    display: inline-block;
    margin: 0 0 4px;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hch-event-overlay p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hch-event-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 34px;
    background: #fff !important;
    color: #111 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.hch-event-btn:hover {
    background: var(--hch-gold) !important;
    color: #fff !important;
}
