.site-header--shop {
    background: oklch(99.2% 0.006 210 / 0.94);
    top: 0;
}

.site-header.site-header--shop .nav--shop {
    min-height: 72px;
    gap: 16px;
    padding-block: 8px;
    justify-content: space-between;
}

.nav--shop .brand {
    min-height: 50px;
    flex: 0 0 auto;
}

.nav--shop .brand img {
    object-fit: contain;
    width: 72px;
    height: auto;
}

.nav--shop .nav-links {
    margin-left: 0;
}

.nav--shop .nav-links ul {
    gap: 12px;
}

.nav--shop .nav-links a {
    min-height: 50px;
    padding: 0 8px;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
}

.nav--shop .nav-links a:hover {
    color: var(--blue);
    background: transparent;
}

.nav--shop .nav-links .current-menu-item > a,
.nav--shop .nav-links a[aria-current="page"] {
    color: var(--ink);
    font-weight: 500;
    box-shadow: inset 0 -4px 0 var(--blue);
    border-radius: 0;
}

.shop-header-support {
    color: var(--ink);
    font-family: var(--font-heading);
    line-height: 1.05;
    white-space: nowrap;
}

.shop-header-support span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.shop-header-support a {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.nav-cta--shop {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: 8px;
}

.nav-cta--shop .btn {
    min-width: 172px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 11px;
    color: var(--accent-ink);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
}

.shop-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--surface);
    color: var(--ink);
    font-family: var(--font-heading);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px oklch(26% 0.03 232 / 0.04);
	margin-bottom: 0px;
}

.shop-cart-link svg {
    flex: 0 0 auto;
}

.shop-cart-count {
    display: inline-grid;
    min-width: 26px;
    height: 26px;
    place-items: center;
    padding-inline: 7px;
    border-radius: 999px;
    background: var(--accent-gradient);
    color: var(--accent-ink);
    font-size: 0.82rem;
    line-height: 1;
}

@media (max-width: 1024px) {
    .site-header--shop {
        border-bottom: 2px solid var(--teal);
    }

    .nav--shop {
        max-width: 100%;
        min-height: 78px;
        flex-wrap: nowrap;
        gap: 16px;
        padding: 8px clamp(18px, 5vw, 42px);
    }

    .nav--shop .brand {
        flex: 1 1 auto;
        min-width: 0;
        margin-right: auto;
    }

    .nav--shop .brand img {
        width: 72px;
        height: auto;
    }

    .nav--shop .nav-links {
        order: 4;
        width: 100%;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        display: none;
        margin-left: 0;
        gap: 4px;
    }

    .nav--shop.open {
        flex-wrap: wrap;
    }

    .nav--shop.open .nav-links {
        display: flex;
    }

    .nav--shop .nav-links ul {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding-block: 8px 12px;
    }

    .nav--shop .nav-links a {
        min-height: var(--tap);
        padding: 0 14px;
    }

    .nav--shop .nav-links .menu-item-gtranslate {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

    .nav--shop .nav-links .menu-item-gtranslate .gt_options {
        right: auto !important;
        left: 50% !important;
        width: min(260px, calc(100vw - 32px));
        min-width: 0;
        transform: translateX(-50%);
    }

    .nav--shop .nav-links .current-menu-item > a,
    .nav--shop .nav-links a[aria-current="page"] {
        box-shadow: inset 4px 0 0 var(--blue);
        background: var(--surface-2);
    }

    .nav--shop .shop-header-support,
    .nav--shop .nav-cta--shop .btn {
        display: none;
    }

    .nav--shop .nav-cta--shop {
        order: 2;
        display: flex;
        flex: 0 0 auto;
        flex-basis: auto;
        width: auto;
        margin: 0;
    }

    .nav--shop .shop-cart-link {
        min-width: 74px;
        justify-content: center;
    }

    .nav--shop .shop-cart-link > span {
        display: none;
    }

    .nav--shop .nav-toggle {
        --nav-toggle-icon-left: 18px;
        order: 3;
        display: inline-flex;
        flex: 0 0 auto;
        min-height: 48px;
        margin-left: 0;
        padding: 0 18px;
        border-radius: 11px;
        background: var(--surface);
        color: var(--ink);
        font-family: var(--font-heading);
        font-weight: 700;
        box-shadow: 0 8px 18px oklch(26% 0.03 232 / 0.04);
    }
}

@media (max-width: 520px) {
    .nav--shop {
        gap: 10px;
        padding-inline: 16px;
    }

    .nav--shop .brand img {
        width: 72px;
        height: auto;
    }

    .nav--shop .shop-cart-link {
        min-width: 68px;
        padding-inline: 12px;
    }

    .nav--shop .nav-toggle {
        --nav-toggle-icon-left: 14px;
        padding-inline: 14px;
    }
}
