/* =============================================================================
   Zeel Fashion Studio — Storefront stylesheet
   Editorial luxury aesthetic. All colours/shadows/radii come from the
   centralized Design System so a single theme swap re-skins the whole app.
   The legacy --z-* tokens are kept as aliases in core/variables.css.
   ============================================================================= */

@import "theme.css";

:root {
    /* Layout tokens (component styles use these via --z-* aliases). */
    /* All colour/shadow tokens now live in themes/*.css — do not add hex here. */
}

/* -------------------- Base ------------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body.zeel-body {
    margin: 0;
    background: var(--z-cream);
    color: var(--z-ink);
    font-family: var(--z-sans);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--z-ink);
    text-decoration: none;
    transition: color var(--z-t) var(--z-ease);
}

    a:hover {
        color: var(--z-accent-strong);
    }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

::selection {
    background: var(--z-ink);
    color: var(--z-cream);
}

.zeel-serif {
    font-family: var(--z-serif);
    font-weight: 500;
    letter-spacing: .002em;
}

.zeel-h1 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -.01em;
}

.zeel-h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    line-height: 1.15;
    letter-spacing: -.005em;
}

.zeel-lead {
    font-size: 1.05rem;
    color: var(--z-ink-3);
    max-width: 60ch;
}

.zeel-eyebrow {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--z-accent-strong);
    font-weight: 600;
    margin-bottom: .75rem;
}

.zeel-eyebrow-light {
    color: rgba(255,255,255,.85);
}

/* Skip link (accessibility) */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 8px;
    background: var(--z-ink);
    color: var(--z-cream);
    padding: 10px 14px;
    border-radius: var(--z-radius-sm);
    z-index: 999;
}

    .skip-link:focus {
        left: 12px;
    }

/* -------------------- Announcement + Header -------------------------------- */
.zeel-announcement {
    background: var(--z-ink);
    color: var(--z-cream);
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
}

.zeel-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: color-mix(in srgb, var(--z-cream) 92%, transparent);
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
    border-bottom: 1px solid var(--z-line);
}

.zeel-navbar {
    padding: 14px 0;
    min-height: 68px;
}

.zeel-brand {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    color: var(--z-ink);
    padding: 4px 6px;
}

.zeel-brand--logo {
    padding: 0;
    margin-right: 8px;
}

.zeel-brand-logo {
    display: block;
    border: 7px solid #FFFFFF;
    height: 68px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    transition: transform 200ms ease;
}

    .zeel-brand-logo:hover {
        transform: scale(1.03);
    }

@media (min-width: 992px) {
    .zeel-brand-logo {
        height: 56px;
        max-width: 160px;
    }
}

.zeel-brand-mark {
    font-family: var(--z-serif);
    font-weight: 500;
    font-size: 1.55rem;
    letter-spacing: .18em;
}

.zeel-brand-mark-sub {
    font-family: var(--z-sans);
    font-weight: 500;
    font-size: .58rem;
    letter-spacing: .38em;
    color: var(--z-ink-3);
    margin-top: 4px;
}

.zeel-navbar .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(8px, 1.15vw, 18px);
}

/* Keep the logo and primary menu as one compact visual group. */
.zeel-header-main {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    gap: 8px;
}

    .zeel-header-main .zeel-brand--logo {
        flex: 0 0 auto;
        margin: 0;
    }

    .zeel-header-main .zeel-nav-primary {
        margin: 0px 0px 0px 30px;
    }

.zeel-nav-primary {
    gap: clamp(12px, 1.45vw, 24px);
    flex-shrink: 0;
}

.zeel-header-search {
    display: flex;
    align-items: center;
    gap: 7px;
    width: clamp(150px, 30vw, 500px);
    min-width: 0;
    margin-left: 0;
    padding: 7px 11px;
    border: 1px solid var(--z-line);
    border-radius: 999px;
    background: color-mix(in srgb, white 82%, transparent);
    color: var(--z-ink-3);
    transition: border-color var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease);
}

    .zeel-header-search:focus-within {
        border-color: var(--z-accent-strong);
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--z-accent-strong) 14%, transparent);
    }

    .zeel-header-search input {
        width: 100%;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--z-ink);
        font-size: .84rem;
    }

        .zeel-header-search input::placeholder {
            color: var(--z-ink-3);
            opacity: .9;
        }

.zeel-nav-utilities {
    flex-shrink: 0;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .zeel-navbar .container-fluid {
        gap: 8px;
    }

    .zeel-brand--logo {
        margin-right: 0;
    }

    .zeel-brand-logo {
        max-width: 118px;
    }

    .zeel-nav-primary {
        gap: 10px;
    }

    .zeel-nav-link {
        font-size: .72rem;
        letter-spacing: .11em;
    }

    .zeel-header-search {
        width: 145px;
        padding-inline: 9px;
    }

    .zeel-nav-utilities {
        gap: .45rem !important;
    }
}

@media (max-width: 991.98px) {
    .zeel-navbar .container-fluid {
        flex-wrap: wrap;
    }

    .zeel-header-main {
        flex: 1 1 auto;
    }

    .zeel-brand--logo {
        margin-right: auto;
    }

    .zeel-header-search {
        order: 10;
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0;
        border-radius: 8px;
    }
}

.zeel-nav-link {
    font-size: .82rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    color: var(--z-ink);
}

    .zeel-nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2px;
        height: 1px;
        background: currentColor;
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform var(--z-t) var(--z-ease);
    }

    .zeel-nav-link:hover, .zeel-nav-link.is-active {
        color: var(--z-accent-strong);
    }

        .zeel-nav-link:hover::after, .zeel-nav-link.is-active::after {
            transform: scaleX(1);
            transform-origin: left center;
        }

.zeel-nav-utilities .zeel-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 6px;
    color: var(--z-ink);
    border-radius: 999px;
    transition: background var(--z-t) var(--z-ease), transform var(--z-t) var(--z-ease);
}

    .zeel-nav-utilities .zeel-icon-btn:hover {
        background: var(--z-blush);
        transform: translateY(-1px);
    }

.zeel-cart-badge {
    position: absolute;
    top: 0;
    right: -6px;
    background: var(--z-ink);
    color: var(--z-cream);
    font-size: .62rem;
    padding: 2px 6px;
    border-radius: 999px;
    letter-spacing: 0;
    font-weight: 600;
    min-width: 18px;
    text-align: center;
}

/* Offcanvas */
.zeel-offcanvas {
    background: var(--z-cream);
}

.zeel-mobile-nav {
    padding: 0;
    margin: 0;
}

    .zeel-mobile-nav li {
        list-style: none;
    }

        .zeel-mobile-nav li a {
            display: block;
            padding: 16px 8px;
            font-family: var(--z-serif);
            font-size: 1.5rem;
            color: var(--z-ink);
            border-bottom: 1px solid var(--z-line);
        }

        .zeel-mobile-nav li.divider {
            border-top: 1px solid var(--z-line);
            margin: 12px 0;
        }

/* -------------------- Hero ------------------------------------------------- */
.zeel-hero {
    position: relative;
    overflow: hidden;
    min-height: 72vh;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 80px 0 64px;
}

.zeel-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

    .zeel-hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.zeel-hero-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(31,17,22,.05) 0%, rgba(31,17,22,.55) 70%, rgba(31,17,22,.75) 100%), radial-gradient(60% 60% at 30% 50%, rgba(31,17,22,.15), transparent 70%);
}

.zeel-hero-content {
    position: relative;
    z-index: 1;
}

.zeel-hero-title {
    font-family: var(--z-serif);
    font-weight: 500;
    font-size: clamp(2.6rem, 7vw, 6.4rem);
    line-height: 1.02;
    letter-spacing: -.012em;
    margin: 0 0 20px;
    color: #fff;
    text-shadow: 0 2px 30px rgba(0,0,0,.25);
}

    .zeel-hero-title em {
        font-style: italic;
        color: color-mix(in srgb, var(--z-blush) 95%, white);
    }

.zeel-hero-lead {
    color: rgba(255,255,255,.9);
    font-size: 1.05rem;
    max-width: 55ch;
}

.zeel-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.zeel-hero-strip {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 28px;
    font-size: .78rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
}

    .zeel-hero-strip li {
        position: relative;
        padding-left: 16px;
    }

        .zeel-hero-strip li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 6px;
            height: 6px;
            background: var(--z-accent);
            border-radius: 50%;
            transform: translateY(-50%);
        }

/* -------------------- Buttons --------------------------------------------- */
.btn-zeel-primary, .btn-zeel-ghost {
    --_bg: var(--z-ink);
    --_fg: var(--z-cream);
    --_border: var(--z-ink);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--_bg);
    color: var(--_fg);
    border: 1px solid var(--_border);
    padding: 14px 26px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .78rem;
    border-radius: 999px;
    transition: transform var(--z-t) var(--z-ease), background var(--z-t) var(--z-ease), color var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease);
    box-shadow: var(--z-shadow-1);
}

    .btn-zeel-primary:hover {
        transform: translateY(-2px);
        box-shadow: var(--z-shadow-2);
        color: var(--z-cream);
    }

.btn-zeel-ghost {
    --_bg: transparent;
    --_fg: #fff;
    --_border: rgba(255,255,255,.6);
}

.zeel-hero .btn-zeel-ghost:hover {
    background: rgba(255,255,255,.12);
}

.btn-zeel-primary.btn-lg {
    padding: 16px 32px;
    font-size: .82rem;
}

/* Underlined text link */
.zeel-link-underline {
    display: inline-block;
    padding: 6px 0;
    font-size: .8rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--z-ink);
    color: var(--z-ink);
}

    .zeel-link-underline:hover {
        color: var(--z-accent-strong);
        border-color: var(--z-accent-strong);
    }

/* -------------------- Sections -------------------------------------------- */
.zeel-section {
    padding: var(--z-section-pad-y) 0;
}

.zeel-section-heading {
    margin-bottom: 48px;
}

    .zeel-section-heading.with-actions {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 24px;
        flex-wrap: wrap;
    }

/* Categories grid */
.zeel-cat-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .zeel-cat-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .zeel-cat-tile.is-large {
        grid-row: span 2;
    }
}

.zeel-cat-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--z-radius);
    background: var(--z-blush);
    aspect-ratio: 4 / 5;
    color: #fff;
    transition: transform var(--z-t) var(--z-ease);
    isolation: isolate;
}

    .zeel-cat-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.2s var(--z-ease);
    }

    .zeel-cat-tile::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 40%, rgba(31,17,22,.6));
        z-index: 1;
    }

    .zeel-cat-tile .label {
        position: absolute;
        bottom: 20px;
        left: 24px;
        right: 24px;
        z-index: 2;
        font-family: var(--z-serif);
        font-size: clamp(1.4rem, 2.4vw, 2rem);
        display: flex;
        align-items: baseline;
        gap: 14px;
    }

        .zeel-cat-tile .label em {
            font-style: normal;
            font-family: var(--z-sans);
            font-size: .62rem;
            letter-spacing: .3em;
            color: rgba(255,255,255,.75);
            font-weight: 500;
        }

    .zeel-cat-tile:hover img {
        transform: scale(1.06);
    }

    .zeel-cat-tile:hover {
        transform: translateY(-3px);
    }

/* Editorial split */
.zeel-editorial {
    padding: var(--z-section-pad-y) 0;
    background: var(--z-paper);
}

.zeel-editorial-media img {
    width: 100%;
    border-radius: var(--z-radius-lg);
    box-shadow: var(--z-shadow-2);
}

/* Empty rail skeleton */
.zeel-empty-rail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    position: relative;
}

@media (min-width: 768px) {
    .zeel-empty-rail {
        grid-template-columns: repeat(3, 1fr);
    }
}

.skeleton-tile {
    aspect-ratio: 3/4;
    border-radius: var(--z-radius);
    background: linear-gradient(90deg, var(--z-blush) 0%, var(--z-cream) 50%, var(--z-blush) 100%);
    background-size: 200% 100%;
    animation: shimmer 1.6s linear infinite;
}

@keyframes shimmer {
    to {
        background-position: -200% 0;
    }
}

.zeel-empty-note {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--z-mute);
    margin: 12px 0 0;
    font-size: .85rem;
    letter-spacing: .04em;
}

/* Quote band */
.zeel-quote-band {
    background: var(--z-ink);
    color: var(--z-cream);
    padding: clamp(56px, 8vw, 96px) 0;
}

.zeel-quote {
    font-family: var(--z-serif);
    font-style: italic;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    max-width: 720px;
    margin: 0 auto 20px;
    line-height: 1.35;
}

    .zeel-quote span {
        font-size: 2em;
        line-height: 0;
        color: var(--z-accent);
        margin-right: .1em;
        vertical-align: -0.2em;
    }

.zeel-quote-band cite {
    font-style: normal;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .75rem;
    color: rgba(250,245,239,.7);
}

/* -------------------- Newsletter ------------------------------------------ */
.zeel-newsletter {
    background: var(--z-blush);
    padding: clamp(56px, 8vw, 96px) 0;
}

.zeel-newsletter-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    background: #fff;
    padding: 8px;
    border-radius: 999px;
    box-shadow: var(--z-shadow-1);
}

    .zeel-newsletter-form input {
        border: 0;
        background: transparent;
        padding: 14px 20px;
        font-size: 1rem;
        color: var(--z-ink);
        outline: none;
    }

    .zeel-newsletter-form .btn-zeel-primary {
        border-radius: 999px;
        padding: 12px 22px;
    }

.zeel-newsletter-hint {
    grid-column: 1 / -1;
    padding: 0 12px;
    font-size: .82rem;
    min-height: 1.2em;
    color: var(--z-ink-3);
}

    .zeel-newsletter-hint.is-error {
        color: var(--z-danger);
    }

    .zeel-newsletter-hint.is-success {
        color: var(--z-success);
    }

/* -------------------- Footer ---------------------------------------------- */
.zeel-footer {
    background: var(--z-ink);
    color: var(--z-cream);
    padding: 80px 0 32px;
}

.zeel-footer-brand {
    display: inline-block;
    margin-bottom: 14px;
}

    .zeel-footer-brand .zeel-logo-svg {
        height: 56px;
        width: auto;
        color: var(--z-cream); /* SVG uses currentColor */
    }

.zeel-footer-tagline {
    color: rgba(250,245,239,.72);
    max-width: 34ch;
}

.zeel-footer-heading {
    font-size: .8rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 18px;
}

.zeel-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .zeel-footer-list li {
        margin-bottom: 10px;
    }

    .zeel-footer-list a {
        color: rgba(250,245,239,.78);
        font-size: .92rem;
    }

        .zeel-footer-list a:hover {
            color: var(--z-accent);
        }

.zeel-footer-note {
    color: rgba(250,245,239,.72);
    font-size: .92rem;
}

    .zeel-footer-note a {
        color: var(--z-cream);
        border-bottom: 1px solid rgba(250,245,239,.35);
    }

.zeel-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(250,245,239,.3);
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    color: var(--z-cream);
    transition: background var(--z-t) var(--z-ease), border-color var(--z-t) var(--z-ease);
}

    .zeel-social a:hover {
        background: rgba(250,245,239,.08);
        border-color: var(--z-accent);
        color: var(--z-accent);
    }

.zeel-footer-bottom {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid rgba(250,245,239,.14);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: .82rem;
    color: rgba(250,245,239,.6);
}

    .zeel-footer-bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
    }

    .zeel-footer-bottom a {
        color: rgba(250,245,239,.7);
    }

        .zeel-footer-bottom a:hover {
            color: var(--z-accent);
        }

/* -------------------- Error page ------------------------------------------ */
.zeel-error-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: var(--z-cream);
}

.zeel-error-wrap {
    text-align: center;
    padding: 40px 20px;
    max-width: 560px;
}

.zeel-error-code {
    font-size: clamp(4rem, 14vw, 8.5rem);
    line-height: 1;
    letter-spacing: -.02em;
    margin: 0 0 12px;
}

.zeel-error-message {
    color: var(--z-ink-3);
    font-size: 1.05rem;
    margin-bottom: 28px;
}

.zeel-error-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* -------------------- Auth pages ------------------------------------------ */
.zeel-auth-wrap {
    padding: clamp(48px,8vw,96px) 0 clamp(64px,10vw,120px);
    background: var(--z-cream);
}

.zeel-auth-card {
    margin: 0 auto;
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius-lg);
    padding: clamp(28px,4vw,48px);
    box-shadow: var(--z-shadow-2);
}

.zeel-auth-title {
    font-size: clamp(1.8rem,3.4vw,2.6rem);
    margin: 0 0 6px;
    letter-spacing: -.005em;
}

.zeel-auth-subtitle {
    color: var(--z-ink-3);
    margin: 0 0 28px;
}

.zeel-auth-alt {
    margin-top: 22px;
    text-align: center;
    color: var(--z-ink-3);
    font-size: .9rem;
}

    .zeel-auth-alt a {
        color: var(--z-ink);
        border-bottom: 1px solid var(--z-ink);
        padding-bottom: 1px;
    }

        .zeel-auth-alt a:hover {
            color: var(--z-accent-strong);
            border-color: var(--z-accent-strong);
        }

.zeel-auth-link {
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--z-accent-strong);
    font-weight: 600;
}

.zeel-auth-textbtn {
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--z-ink-3);
    font-size: .85rem;
    letter-spacing: .06em;
    border-bottom: 1px solid var(--z-line);
    cursor: pointer;
}

    .zeel-auth-textbtn:hover {
        color: var(--z-accent-strong);
        border-color: var(--z-accent-strong);
    }

/* Form fields shared with admin */
.zeel-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

    .zeel-field .form-label {
        font-size: .78rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-weight: 600;
        color: var(--z-ink);
        margin: 0;
    }

    .zeel-field .form-control {
        padding: 13px 14px;
        border-radius: var(--z-radius-sm);
        border: 1px solid var(--z-line-strong);
        background: var(--z-paper);
        transition: border-color .2s ease, box-shadow .2s ease;
    }

        .zeel-field .form-control:focus {
            outline: none;
            border-color: var(--z-accent-strong);
            box-shadow: 0 0 0 3px rgba(180,123,92,.18);
        }

        .zeel-field .form-control:disabled {
            background: var(--z-blush);
            color: var(--z-ink-3);
        }

.zeel-field-error {
    color: var(--z-danger);
    font-size: .82rem;
    min-height: 1em;
}

.zeel-check {
    margin: 10px 0 18px;
}

    .zeel-check .form-check-input {
        margin-top: .3rem;
    }

    .zeel-check .form-check-label {
        font-size: .9rem;
        color: var(--z-ink-3);
    }

.zeel-toast {
    padding: 10px 14px;
    border-radius: var(--z-radius-sm);
    margin-bottom: 16px;
    font-size: .9rem;
    border: 1px solid var(--z-line);
}

    .zeel-toast.is-success {
        background: color-mix(in srgb, var(--z-success) 8%, var(--z-cream));
        border-color: color-mix(in srgb, var(--z-success) 30%, var(--z-line));
        color: var(--z-success);
    }

.alert.alert-danger {
    background: color-mix(in srgb, var(--z-danger) 6%, #fff);
    color: var(--z-danger);
    border: 1px solid color-mix(in srgb, var(--z-danger) 25%, var(--z-line));
    border-radius: var(--z-radius-sm);
    padding: 12px 14px;
    font-size: .9rem;
}

.alert.alert-success {
    background: color-mix(in srgb, var(--z-success) 10%, #fff);
    color: var(--z-success);
    border-radius: var(--z-radius-sm);
    padding: 10px 14px;
}

/* -------------------- Motion preferences ---------------------------------- */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* =============================================================================
   ZEEL DESIGN SYSTEM — Global tokens & components
   Section index:
     A. Design tokens (spacing / elevation / motion / type scale)
     B. Buttons (all variants + states)
     C. Forms (textbox / textarea / select / checkbox / radio / toggle)
     D. Cards (product / category tile / offer / review)
     E. Badges, Chips
     F. Breadcrumb
     G. Pagination
     H. Loaders & Skeletons
     I. Toasts
     J. Modals & Offcanvas variants
     K. Accordion
     L. Tabs
     M. Dropdown menu
     N. Tables
     O. Back-to-top button
     P. Floating WhatsApp
     Q. Utilities & focus ring
   ============================================================================= */

/* -------------------- A. Design tokens ------------------------------------ */
:root {
    /* 4px spacing scale */
    --zs-1: 4px;
    --zs-2: 8px;
    --zs-3: 12px;
    --zs-4: 16px;
    --zs-5: 20px;
    --zs-6: 24px;
    --zs-7: 32px;
    --zs-8: 40px;
    --zs-9: 48px;
    --zs-10: 64px;
    --zs-11: 80px;
    --zs-12: 96px;
    /* Elevation levels */
    --zel-0: none;
    --zel-1: 0 1px 2px rgba(31,17,22,.06);
    --zel-2: 0 8px 24px -14px rgba(31,17,22,.28);
    --zel-3: 0 20px 48px -22px rgba(31,17,22,.42);
    --zel-4: 0 40px 90px -30px rgba(31,17,22,.55);
    /* Type scale */
    --zt-xs: .72rem;
    --zt-sm: .82rem;
    --zt-base: 1rem;
    --zt-md: 1.1rem;
    --zt-lg: 1.25rem;
    --zt-xl: 1.5rem;
    --zt-2xl: 1.875rem;
    --zt-3xl: 2.25rem;
    --zt-4xl: 3rem;
    /* Focus ring */
    --z-ring: 0 0 0 3px rgba(180,123,92,.28);
    /* Semantic surface colors */
    --z-surface: var(--z-paper);
    --z-surface-alt: var(--z-cream);
    --z-text: var(--z-ink);
    --z-text-muted: var(--z-ink-3);
}

/* -------------------- B. Buttons ----------------------------------------- */
.btn-zeel { /* Base for new-style buttons */
    --_bg: var(--z-ink);
    --_fg: var(--z-cream);
    --_border: var(--z-ink);
    --_hover-bg: var(--z-ink-2);
    --_hover-fg: var(--z-cream);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    background: var(--_bg);
    color: var(--_fg);
    border: 1px solid var(--_border);
    font-family: var(--z-sans);
    font-weight: 500;
    font-size: .78rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: var(--zel-1);
    transition: background var(--z-t) var(--z-ease), color var(--z-t) var(--z-ease), border-color var(--z-t) var(--z-ease), transform var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease);
    text-decoration: none;
}

    .btn-zeel:hover:not(:disabled):not(.is-loading) {
        background: var(--_hover-bg);
        color: var(--_hover-fg);
        transform: translateY(-1px);
        box-shadow: var(--zel-2);
    }

    .btn-zeel:focus-visible {
        outline: none;
        box-shadow: var(--z-ring), var(--zel-2);
    }

    .btn-zeel:disabled, .btn-zeel.is-disabled {
        opacity: .5;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.btn-zeel-secondary {
    --_bg: var(--z-blush);
    --_fg: var(--z-ink);
    --_border: var(--z-blush);
    --_hover-bg: var(--z-line-strong);
    --_hover-fg: var(--z-ink);
}

.btn-zeel-outline {
    --_bg: transparent;
    --_fg: var(--z-ink);
    --_border: var(--z-ink);
    --_hover-bg: var(--z-ink);
    --_hover-fg: var(--z-cream);
}

.btn-zeel-outline-light {
    --_bg: transparent;
    --_fg: #fff;
    --_border: rgba(255,255,255,.6);
    --_hover-bg: rgba(255,255,255,.12);
    --_hover-fg: #fff;
}

.btn-zeel-link {
    --_bg: transparent;
    --_border: transparent;
    --_fg: var(--z-ink);
    --_hover-bg: transparent;
    --_hover-fg: var(--z-accent-strong);
    padding: 4px 6px;
    box-shadow: none;
    border-radius: 4px;
}

    .btn-zeel-link:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
    }

.btn-zeel-sm {
    padding: 8px 16px;
    font-size: .72rem;
}

.btn-zeel-lg {
    padding: 16px 32px;
    font-size: .82rem;
}

/* Icon-only button */
.btn-zeel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 999px;
    background: var(--z-paper);
    color: var(--z-ink);
    border: 1px solid var(--z-line);
    cursor: pointer;
    transition: background var(--z-t) var(--z-ease), color var(--z-t) var(--z-ease), transform var(--z-t) var(--z-ease);
}

    .btn-zeel-icon:hover {
        background: var(--z-blush);
        transform: translateY(-1px);
    }

    .btn-zeel-icon:focus-visible {
        outline: none;
        box-shadow: var(--z-ring);
    }

    .btn-zeel-icon.is-round-lg {
        width: 52px;
        height: 52px;
    }

/* Loading state (adds a spinner ::before) */
.btn-zeel.is-loading {
    pointer-events: none;
    position: relative;
    color: transparent !important;
}

    .btn-zeel.is-loading::after {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 18px;
        height: 18px;
        border-radius: 999px;
        border: 2px solid currentColor;
        border-top-color: transparent;
        color: var(--_fg);
        animation: zeel-spin .7s linear infinite;
    }

@keyframes zeel-spin {
    to {
        transform: rotate(360deg);
    }
}

/* -------------------- C. Forms ------------------------------------------ */
/* .zeel-field is already defined in the Auth block above. Extend for more field types. */

.zeel-field textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

.zeel-field select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='none' stroke='%231f1116' stroke-width='1.5' d='M1 1l6 6 6-6'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.zeel-field .form-control.is-invalid,
.zeel-field .form-control[aria-invalid="true"] {
    border-color: var(--z-danger);
    box-shadow: 0 0 0 3px rgba(163,39,46,.15);
}

.zeel-field .form-help {
    font-size: .78rem;
    color: var(--z-ink-3);
    margin-top: 4px;
}

/* Prefix / Suffix input group */
.zeel-inputgroup {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--z-line-strong);
    border-radius: var(--z-radius-sm);
    background: var(--z-paper);
    overflow: hidden;
}

    .zeel-inputgroup .form-control {
        border: 0;
        box-shadow: none !important;
        background: transparent;
        padding-left: 12px;
        padding-right: 12px;
    }

        .zeel-inputgroup .form-control:focus {
            box-shadow: none !important;
        }

    .zeel-inputgroup:focus-within {
        border-color: var(--z-accent-strong);
        box-shadow: var(--z-ring);
    }

    .zeel-inputgroup .adornment {
        display: inline-flex;
        align-items: center;
        padding: 0 14px;
        color: var(--z-ink-3);
        background: var(--z-cream);
        font-size: .9rem;
        border-right: 1px solid var(--z-line);
    }

        .zeel-inputgroup .adornment.suffix {
            border-right: 0;
            border-left: 1px solid var(--z-line);
        }

/* Checkbox / radio — restyled Bootstrap defaults */
.form-check-input {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--z-line-strong);
    background: var(--z-paper);
    border-radius: 4px;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

    .form-check-input[type="radio"] {
        border-radius: 999px;
    }

    .form-check-input:focus-visible {
        outline: none;
        box-shadow: var(--z-ring);
    }

    .form-check-input:checked {
        background: var(--z-ink);
        border-color: var(--z-ink);
    }

    .form-check-input[type="checkbox"]:checked {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'><path fill='none' stroke='%23faf5ef' stroke-width='1.8' d='M1 4l3 3 5-6'/></svg>");
        background-repeat: no-repeat;
        background-position: center;
    }

    .form-check-input[type="radio"]:checked {
        background-image: radial-gradient(circle, var(--z-cream) 0 4px, transparent 5px);
    }

/* Toggle switch */
.zeel-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

    .zeel-switch input {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .zeel-switch .track {
        width: 42px;
        height: 24px;
        border-radius: 999px;
        background: var(--z-line-strong);
        position: relative;
        transition: background .2s ease;
    }

        .zeel-switch .track::after {
            content: "";
            position: absolute;
            top: 3px;
            left: 3px;
            width: 18px;
            height: 18px;
            border-radius: 999px;
            background: #fff;
            box-shadow: var(--zel-1);
            transition: transform .22s var(--z-ease);
        }

    .zeel-switch input:checked + .track {
        background: var(--z-ink);
    }

        .zeel-switch input:checked + .track::after {
            transform: translateX(18px);
        }

    .zeel-switch input:focus-visible + .track {
        box-shadow: var(--z-ring);
    }

    .zeel-switch .switch-label {
        font-size: .95rem;
        color: var(--z-ink);
    }

/* -------------------- D. Cards ------------------------------------------ */
.zeel-card {
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    box-shadow: var(--zel-1);
    padding: var(--zs-6);
    transition: transform var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease);
}

    .zeel-card:hover {
        transform: translateY(-2px);
        box-shadow: var(--zel-2);
    }

.zeel-card-title {
    font-family: var(--z-serif);
    font-size: 1.4rem;
    margin: 0 0 6px;
    font-weight: 500;
}

.zeel-card-text {
    color: var(--z-ink-3);
    margin: 0;
}

/* Product card */
.zeel-product-card {
    display: block;
    background: transparent;
    color: var(--z-ink);
    text-decoration: none;
}

    .zeel-product-card .media {
        position: relative;
        aspect-ratio: 3/4;
        overflow: hidden;
        border-radius: var(--z-radius);
        background: var(--z-blush);
        margin-bottom: 14px;
    }

        .zeel-product-card .media img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 1s var(--z-ease), opacity var(--z-t) var(--z-ease);
        }

        .zeel-product-card .media .media-hover {
            position: absolute;
            inset: 0;
            opacity: 0;
            transition: opacity var(--z-t) var(--z-ease);
        }

    .zeel-product-card:hover .media img {
        transform: scale(1.04);
    }

    .zeel-product-card:hover .media .media-hover {
        opacity: 1;
    }

    .zeel-product-card .badge-strip {
        position: absolute;
        top: 12px;
        left: 12px;
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
    }

    .zeel-product-card .wishlist {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(255,255,255,.9);
        border: 0;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        cursor: pointer;
        transition: background .2s ease, transform .2s ease;
    }

        .zeel-product-card .wishlist:hover {
            background: #fff;
            transform: scale(1.05);
        }

    .zeel-product-card .brand {
        font-size: .68rem;
        letter-spacing: .22em;
        text-transform: uppercase;
        color: var(--z-ink-3);
        margin: 0 8px 2px;
    }

    .zeel-product-card .title {
        font-family: var(--z-serif);
        font-size: 1.15rem;
        line-height: 1.25;
        margin: 0 6px 6px;
        font-weight: 500;
    }

    .zeel-product-card .price {
        display: flex;
        gap: 10px;
        align-items: baseline;
        margin-left: 8px;
    }

        .zeel-product-card .price .now {
            font-weight: 600;
        }

        .zeel-product-card .price .was {
            color: var(--z-ink-3);
            text-decoration: line-through;
            font-size: .88em;
        }

        .zeel-product-card .price .off {
            font-size: .72rem;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--z-accent-strong);
            font-weight: 600;
        }

/* Offer / promo card */
.zeel-offer-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--z-radius-lg);
    background: linear-gradient(135deg, var(--z-ink) 0%, var(--z-ink-2) 100%);
    color: #fff;
    padding: clamp(28px, 4vw, 44px);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .zeel-offer-card .eyebrow {
        color: var(--z-accent);
    }

    .zeel-offer-card .title {
        font-family: var(--z-serif);
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        line-height: 1.15;
        margin: 0 0 12px;
    }

    .zeel-offer-card .cta {
        margin-top: 18px;
    }

    .zeel-offer-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(40% 60% at 80% 10%, rgba(180,123,92,.3), transparent 60%);
        pointer-events: none;
    }

/* Review card */
.zeel-review-card {
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    padding: var(--zs-6);
    box-shadow: var(--zel-1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .zeel-review-card .stars {
        display: inline-flex;
        gap: 2px;
        color: var(--z-gold);
    }

    .zeel-review-card blockquote {
        font-family: var(--z-serif);
        font-style: italic;
        font-size: 1.15rem;
        line-height: 1.4;
        color: var(--z-ink);
        margin: 0;
    }

    .zeel-review-card .who {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: auto;
    }

        .zeel-review-card .who .avatar {
            width: 40px;
            height: 40px;
            border-radius: 999px;
            background: var(--z-blush);
            color: var(--z-ink);
            display: grid;
            place-items: center;
            font-weight: 600;
            font-size: .95rem;
        }

        .zeel-review-card .who .name {
            display: block;
            font-weight: 600;
            font-size: .92rem;
        }

        .zeel-review-card .who .role {
            display: block;
            font-size: .78rem;
            color: var(--z-ink-3);
            letter-spacing: .1em;
            text-transform: uppercase;
        }

/* -------------------- E. Badges & Chips ---------------------------------- */
.zeel-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--z-ink);
    color: var(--z-cream);
    line-height: 1.4;
}

    .zeel-badge.is-accent {
        background: var(--z-accent);
        color: #fff;
    }

    .zeel-badge.is-cream {
        background: var(--z-cream);
        color: var(--z-ink);
        border: 1px solid var(--z-line);
    }

    .zeel-badge.is-success {
        background: var(--z-success);
        color: #fff;
    }

    .zeel-badge.is-danger {
        background: var(--z-danger);
        color: #fff;
    }

    .zeel-badge.is-warn {
        background: var(--z-gold);
        color: #fff;
    }

    .zeel-badge.is-soft {
        background: var(--z-blush);
        color: var(--z-ink);
    }

.zeel-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid var(--z-line-strong);
    background: var(--z-paper);
    border-radius: 999px;
    font-size: .82rem;
    color: var(--z-ink);
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease;
}

    .zeel-chip:hover {
        background: var(--z-blush);
        border-color: var(--z-line-strong);
    }

    .zeel-chip.is-active {
        background: var(--z-ink);
        color: var(--z-cream);
        border-color: var(--z-ink);
    }

    .zeel-chip .remove {
        border: 0;
        background: transparent;
        padding: 0;
        color: inherit;
        line-height: 1;
    }

/* -------------------- F. Breadcrumb --------------------------------------- */
.zeel-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--z-ink-3);
}

    .zeel-breadcrumb li {
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

        .zeel-breadcrumb li + li::before {
            content: "/";
            color: var(--z-line-strong);
            font-weight: 300;
        }

    .zeel-breadcrumb a {
        color: var(--z-ink-3);
    }

        .zeel-breadcrumb a:hover {
            color: var(--z-accent-strong);
        }

    .zeel-breadcrumb [aria-current="page"] {
        color: var(--z-ink);
        font-weight: 600;
    }

/* -------------------- G. Pagination -------------------------------------- */
.zeel-pagination {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .zeel-pagination a, .zeel-pagination span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 10px;
        border-radius: 999px;
        color: var(--z-ink);
        font-weight: 500;
        font-size: .9rem;
        border: 1px solid transparent;
        transition: background .18s ease, border-color .18s ease, color .18s ease;
    }

        .zeel-pagination a:hover {
            background: var(--z-blush);
        }

    .zeel-pagination .is-active a,
    .zeel-pagination .is-active span {
        background: var(--z-ink);
        color: var(--z-cream);
        pointer-events: none;
    }

    .zeel-pagination .is-disabled a,
    .zeel-pagination .is-disabled span {
        color: var(--z-mute);
        pointer-events: none;
    }

/* -------------------- H. Loaders & Skeletons ----------------------------- */
.zeel-spinner {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 2px solid var(--z-line-strong);
    border-top-color: var(--z-ink);
    animation: zeel-spin .7s linear infinite;
}

    .zeel-spinner.is-lg {
        width: 40px;
        height: 40px;
        border-width: 3px;
    }

    .zeel-spinner.is-inverse {
        border-color: rgba(255,255,255,.35);
        border-top-color: #fff;
    }

.zeel-skeleton {
    display: block;
    background: linear-gradient(90deg, var(--z-blush) 0%, var(--z-cream) 50%, var(--z-blush) 100%);
    background-size: 200% 100%;
    animation: shimmer 1.6s linear infinite;
    border-radius: var(--z-radius-sm);
}

    .zeel-skeleton.is-line {
        height: 14px;
    }

    .zeel-skeleton.is-heading {
        height: 28px;
    }

    .zeel-skeleton.is-media {
        aspect-ratio: 3/4;
        border-radius: var(--z-radius);
    }

    .zeel-skeleton.is-avatar {
        width: 40px;
        height: 40px;
        border-radius: 999px;
    }

/* -------------------- I. Toast notifications ----------------------------- */
.zeel-toast-host {
    position: fixed;
    z-index: 1080;
    /*right: 20px;
    bottom: 20px;*/
    right: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: min(360px, calc(100vw - 40px));
    pointer-events: none;
}

.zeel-toast-item {
    pointer-events: auto;
    background: var(--z-paper);
    color: var(--z-ink);
    border: 1px solid var(--z-line);
    border-left: 3px solid var(--z-ink);
    box-shadow: var(--zel-3);
    border-radius: var(--z-radius);
    padding: 14px 16px 14px 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: .92rem;
    transform: translateY(10px);
    opacity: 0;
    transition: transform .28s var(--z-ease), opacity .28s var(--z-ease);
}

    .zeel-toast-item.is-visible {
        transform: translateY(0);
        opacity: 1;
    }

    .zeel-toast-item.is-success {
        border-left-color: var(--z-success);
    }

    .zeel-toast-item.is-danger {
        border-left-color: var(--z-danger);
    }

    .zeel-toast-item.is-warning {
        border-left-color: var(--z-gold);
    }

    .zeel-toast-item .title {
        font-weight: 600;
        margin: 0 0 2px;
    }

    .zeel-toast-item .body {
        color: var(--z-ink-3);
        margin: 0;
        font-size: .86rem;
    }

    .zeel-toast-item .close {
        margin-left: auto;
        background: transparent;
        border: 0;
        padding: 4px;
        color: var(--z-ink-3);
        cursor: pointer;
        border-radius: 4px;
        line-height: 0;
    }

        .zeel-toast-item .close:hover {
            color: var(--z-ink);
            background: var(--z-cream);
        }

/* -------------------- J. Modal / Offcanvas overrides --------------------- */
.modal-content {
    border: 0;
    border-radius: var(--z-radius-lg);
    box-shadow: var(--zel-4);
    background: var(--z-paper);
}

.modal-header, .modal-footer {
    border-color: var(--z-line);
}

.modal-title {
    font-family: var(--z-serif);
    font-weight: 500;
    font-size: 1.5rem;
}

.modal-backdrop.show {
    opacity: .5;
    background: var(--z-ink);
}

/* -------------------- K. Accordion --------------------------------------- */
.zeel-accordion {
    border-top: 1px solid var(--z-line);
}

    .zeel-accordion .item {
        border-bottom: 1px solid var(--z-line);
    }

    .zeel-accordion .trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 18px 4px;
        background: transparent;
        border: 0;
        text-align: left;
        font-family: var(--z-sans);
        font-weight: 500;
        font-size: 1rem;
        letter-spacing: .04em;
        color: var(--z-ink);
        cursor: pointer;
    }

        .zeel-accordion .trigger:focus-visible {
            outline: none;
            box-shadow: var(--z-ring);
            border-radius: 4px;
        }

        .zeel-accordion .trigger .indicator {
            display: inline-flex;
            width: 24px;
            height: 24px;
            align-items: center;
            justify-content: center;
            transition: transform .28s var(--z-ease);
        }

    .zeel-accordion .item.is-open .trigger .indicator {
        transform: rotate(180deg);
    }

    .zeel-accordion .panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height .35s var(--z-ease);
        color: var(--z-ink-3);
    }

    .zeel-accordion .item.is-open .panel {
        max-height: 400px;
    }

    .zeel-accordion .panel-inner {
        padding: 0 4px 18px;
    }

/* -------------------- L. Tabs -------------------------------------------- */
.zeel-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    border-bottom: 1px solid var(--z-line);
}

    .zeel-tabs button {
        background: transparent;
        border: 0;
        padding: 12px 16px;
        font-size: .82rem;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--z-ink-3);
        cursor: pointer;
        border-bottom: 2px solid transparent;
        transition: color .2s ease, border-color .2s ease;
    }

        .zeel-tabs button:hover {
            color: var(--z-ink);
        }

        .zeel-tabs button[aria-selected="true"] {
            color: var(--z-ink);
            border-bottom-color: var(--z-ink);
        }

.zeel-tabpanel {
    padding: 8px 0;
}

    .zeel-tabpanel[hidden] {
        display: none;
    }

/* -------------------- M. Dropdown menu ----------------------------------- */
.zeel-menu {
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    box-shadow: var(--zel-3);
    padding: 8px;
    min-width: 220px;
}

    .zeel-menu a, .zeel-menu button {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 10px 12px;
        color: var(--z-ink);
        background: transparent;
        border: 0;
        text-align: left;
        font-size: .92rem;
        border-radius: var(--z-radius-sm);
        text-decoration: none;
        cursor: pointer;
    }

        .zeel-menu a:hover, .zeel-menu button:hover {
            background: var(--z-cream);
        }

    .zeel-menu .divider {
        height: 1px;
        background: var(--z-line);
        margin: 6px 0;
    }

    .zeel-menu .heading {
        font-size: .68rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: var(--z-mute);
        padding: 6px 12px;
        margin-top: 4px;
    }

/* -------------------- N. Tables ------------------------------------------ */
.zeel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    overflow: hidden;
    font-size: .92rem;
}

    .zeel-table thead th {
        text-align: left;
        font-size: .72rem;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--z-ink-3);
        font-weight: 600;
        padding: 14px 16px;
        background: var(--z-cream);
        border-bottom: 1px solid var(--z-line);
    }

    .zeel-table tbody td {
        padding: 14px 16px;
        border-bottom: 1px solid var(--z-line);
        vertical-align: middle;
        color: var(--z-ink);
    }

    .zeel-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .zeel-table tbody tr:hover {
        background: var(--z-cream);
    }

    .zeel-table .num {
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

.zeel-table-empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--z-ink-3);
}

@media (max-width: 720px) {
    .zeel-table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* -------------------- O. Back-to-top button ------------------------------ */
.zeel-back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 40;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--z-ink);
    color: var(--z-cream);
    border: 0;
    box-shadow: var(--zel-3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .3s var(--z-ease), transform .3s var(--z-ease), background var(--z-t) var(--z-ease);
    cursor: pointer;
}

    .zeel-back-to-top.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .zeel-back-to-top:hover {
        background: var(--z-ink-2);
    }

    .zeel-back-to-top:focus-visible {
        outline: none;
        box-shadow: var(--z-ring), var(--zel-3);
    }

/* -------------------- P. Floating WhatsApp ------------------------------- */
.zeel-whatsapp-fab {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 40;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #25D366;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--zel-3);
    transition: transform var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease);
}

    .zeel-whatsapp-fab:hover {
        transform: translateY(-2px) scale(1.03);
        color: #fff;
    }

    .zeel-whatsapp-fab:focus-visible {
        outline: none;
        box-shadow: var(--z-ring), var(--zel-3);
    }

    .zeel-whatsapp-fab .pulse {
        position: absolute;
        inset: -6px;
        border-radius: 999px;
        border: 2px solid rgba(37,211,102,.5);
        animation: zeel-pulse 2s ease-out infinite;
    }

@keyframes zeel-pulse {
    0% {
        transform: scale(.9);
        opacity: .8;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/* Right-side fab stack (when both visible) */
@media (max-width: 480px) {
    .zeel-back-to-top {
        bottom: 16px;
        right: 16px;
    }

    .zeel-whatsapp-fab {
        bottom: 16px;
        left: 16px;
    }
}

/* -------------------- Q. Utilities & focus ring -------------------------- */
:where(a, button, [tabindex], input, textarea, select):focus-visible {
    outline: none;
    box-shadow: var(--z-ring);
    border-radius: 4px;
}

.zeel-container {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: clamp(16px, 4vw, 40px);
}

.zeel-divider {
    border: 0;
    height: 1px;
    background: var(--z-line);
    margin: var(--zs-8) 0;
}

.zeel-eyebrow-dark {
    color: var(--z-ink);
}

/* Sticky header — pronounced state */
.zeel-header.is-scrolled {
    box-shadow: var(--zel-1);
    background: color-mix(in srgb, var(--z-cream) 96%, transparent);
}

/* Fade-in on page load */
main#main-content {
    animation: zeel-fade-in .5s var(--z-ease) both;
}

@keyframes zeel-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* -------------------- Design-system showcase page ------------------------ */
.ds-page {
    padding: 64px 0;
}

.ds-section {
    padding: 40px 0;
    border-top: 1px dashed var(--z-line);
}

    .ds-section:first-of-type {
        border-top: 0;
    }

.ds-title {
    font-family: var(--z-serif);
    font-weight: 500;
    font-size: 1.8rem;
    margin: 0 0 8px;
}

.ds-sub {
    color: var(--z-ink-3);
    max-width: 60ch;
    margin: 0 0 24px;
}

.ds-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.ds-swatch {
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    padding: 14px;
}

    .ds-swatch .chip {
        width: 100%;
        height: 60px;
        border-radius: var(--z-radius-sm);
        margin-bottom: 10px;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
    }

    .ds-swatch .name {
        font-size: .82rem;
        font-weight: 600;
        margin: 0;
    }

    .ds-swatch .hex {
        font-size: .78rem;
        color: var(--z-ink-3);
        font-family: ui-monospace, "SF Mono", Menlo, monospace;
    }

.ds-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

/* =============================================================================
   MODULE 3 — Homepage components
   ============================================================================= */

/* ---- Announcement: allow user dismissal (JS toggles this state) ---------- */
.zeel-announcement {
    position: relative;
}

    .zeel-announcement .close {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: 0;
        color: inherit;
        opacity: .7;
        cursor: pointer;
        padding: 4px;
        line-height: 0;
        transition: opacity .2s ease;
    }

        .zeel-announcement .close:hover {
            opacity: 1;
        }

    .zeel-announcement.is-hidden {
        display: none;
    }

/* ---- Hero carousel ------------------------------------------------------ */
.zeel-hero-carousel {
    position: relative;
    overflow: hidden;
    background: var(--z-ink);
    color: #fff;
}

.zeel-hero-track {
    position: relative;
    min-height: 72vh;
}

.zeel-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 80px 0 72px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s var(--z-ease);
}

    .zeel-hero-slide.is-active {
        opacity: 1;
        pointer-events: auto;
    }

    .zeel-hero-slide picture,
    .zeel-hero-slide .zeel-hero-media {
        position: absolute;
        inset: 0;
        z-index: 0;
    }

    .zeel-hero-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.05);
        animation: heroPan 12s var(--z-ease) both;
    }

    .zeel-hero-slide.is-active img {
        animation-play-state: running;
    }

@keyframes heroPan {
    from {
        transform: scale(1.02);
    }

    to {
        transform: scale(1.1);
    }
}

.zeel-hero-slide .zeel-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31,17,22,.05) 0%, rgba(31,17,22,.5) 65%, rgba(31,17,22,.75) 100%), radial-gradient(60% 60% at 30% 50%, rgba(31,17,22,.15), transparent 70%);
}

.zeel-hero-slide .zeel-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    animation: heroFade .8s var(--z-ease) both;
    animation-delay: .1s;
}

.zeel-hero-slide:not(.is-active) .zeel-hero-content {
    animation: none;
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zeel-hero-slide.is-align-center .zeel-hero-content {
    text-align: center;
}

.zeel-hero-slide.is-align-center .zeel-hero-actions {
    justify-content: center;
}

.zeel-hero-slide.is-align-right .zeel-hero-content {
    text-align: right;
}

.zeel-hero-slide.is-align-right .zeel-hero-actions {
    justify-content: flex-end;
}

/* Carousel arrows */
.zeel-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    z-index: 3;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
}

    .zeel-hero-arrow:hover {
        background: rgba(255,255,255,.24);
    }

    .zeel-hero-arrow.prev {
        left: 20px;
    }

    .zeel-hero-arrow.next {
        right: 20px;
    }

@media (min-width: 768px) {
    .zeel-hero-arrow {
        display: inline-flex;
    }
}

/* Dots */
.zeel-hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 3;
}

    .zeel-hero-dots button {
        width: 32px;
        height: 3px;
        border: 0;
        padding: 0;
        background: rgba(255,255,255,.35);
        cursor: pointer;
        transition: background .2s ease, width .3s ease;
    }

        .zeel-hero-dots button[aria-selected="true"] {
            background: #fff;
            width: 48px;
        }

/* ---- Product rail (horizontal scroller w/ desktop grid fallback) --------- */
.zeel-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

    .zeel-rail::-webkit-scrollbar {
        height: 6px;
    }

    .zeel-rail::-webkit-scrollbar-thumb {
        background: var(--z-line-strong);
        border-radius: 999px;
    }

.zeel-rail-item {
    scroll-snap-align: start;
}

@media (min-width: 576px) {
    .zeel-rail {
        grid-auto-columns: 46%;
    }
}

@media (min-width: 900px) {
    .zeel-rail {
        grid-auto-columns: 30%;
    }
}

@media (min-width: 1200px) {
    .zeel-rail {
        grid-auto-flow: row;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-columns: unset;
        overflow: visible;
        gap: 28px;
        padding-bottom: 0;
    }

    .zeel-rail-item {
        scroll-snap-align: none;
    }
}

/* ---- Why Zeel band ------------------------------------------------------- */
.zeel-why {
    background: var(--z-paper);
}

    .zeel-why .zeel-section-heading {
        text-align: center;
        margin-bottom: 48px;
    }

        .zeel-why .zeel-section-heading.text-center {
            display: block;
        }

.zeel-why-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 640px) {
    .zeel-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .zeel-why-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.zeel-why-card {
    text-align: center;
    padding: 28px 20px;
    border-radius: var(--z-radius);
    background: var(--z-cream);
    border: 1px solid var(--z-line);
    transition: transform var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease);
}

    .zeel-why-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--zel-2);
    }

    .zeel-why-card .glyph {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 999px;
        background: var(--z-paper);
        color: var(--z-accent-strong);
        margin-bottom: 16px;
        box-shadow: var(--zel-1);
    }

    .zeel-why-card h3 {
        font-family: var(--z-serif);
        font-weight: 500;
        font-size: 1.25rem;
        margin: 0 0 8px;
    }

    .zeel-why-card p {
        color: var(--z-ink-3);
        margin: 0;
        font-size: .92rem;
        line-height: 1.5;
    }

/* ---- Testimonials band --------------------------------------------------- */
.zeel-testimonials {
    background: radial-gradient(60% 80% at 20% 20%, rgba(180,123,92,.22), transparent 60%), var(--z-ink);
    color: #fff;
    padding: clamp(64px, 9vw, 120px) 0;
}

    .zeel-testimonials .zeel-section-heading {
        margin-bottom: 48px;
    }

.zeel-testimonials-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 720px) {
    .zeel-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1080px) {
    .zeel-testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.zeel-testimonial {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--z-radius);
    padding: 22px 22px 20px;
    margin: 0;
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .zeel-testimonial .stars {
        color: var(--z-gold);
        display: inline-flex;
        gap: 2px;
    }

    .zeel-testimonial blockquote {
        font-family: var(--z-serif);
        font-style: italic;
        font-size: 1.1rem;
        line-height: 1.4;
        color: #fff;
        margin: 0;
    }

    .zeel-testimonial figcaption {
        font-size: .78rem;
        letter-spacing: .14em;
        text-transform: uppercase;
        color: rgba(255,255,255,.7);
        margin-top: auto;
    }

        .zeel-testimonial figcaption .name {
            color: #fff;
            font-weight: 600;
        }

/* ---- Instagram gallery --------------------------------------------------- */
.zeel-instagram .zeel-section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.zeel-instagram-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
    .zeel-instagram-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }
}

.zeel-instagram-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--z-radius-sm);
    aspect-ratio: 1;
}

    .zeel-instagram-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .9s var(--z-ease);
    }

    .zeel-instagram-tile:hover img {
        transform: scale(1.06);
    }

    .zeel-instagram-tile .veil {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(31,17,22,.35);
        color: #fff;
        opacity: 0;
        transition: opacity var(--z-t) var(--z-ease);
    }

    .zeel-instagram-tile:hover .veil {
        opacity: 1;
    }

/* ---- Section heading utility ---- */
.zeel-section-heading.text-center {
    text-align: center;
}

    .zeel-section-heading.text-center .zeel-eyebrow {
        display: inline-block;
    }

/* =============================================================================
   MODULE 4 — Mega menu, category landing, breadcrumbs
   ============================================================================= */

/* ---- Mega menu ---- */
.zeel-mega .nav-item.has-mega {
    position: static;
}

.zeel-mega .zeel-mega-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--z-paper);
    border-top: 1px solid var(--z-line);
    box-shadow: var(--zel-3);
    padding: 32px 0 40px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .25s var(--z-ease), transform .25s var(--z-ease), visibility 0s linear .25s;
    z-index: 40;
}

.zeel-mega .nav-item.has-mega:hover .zeel-mega-panel,
.zeel-mega .nav-item.has-mega:focus-within .zeel-mega-panel,
.zeel-mega .nav-item.has-mega.is-open .zeel-mega-panel {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

.zeel-mega .nav-item.has-mega > a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform .2s ease;
}

.zeel-mega-col-title {
    font-family: var(--z-sans);
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--z-ink);
    margin: 0 0 12px;
}

    .zeel-mega-col-title a {
        color: var(--z-ink);
    }

.zeel-mega-col-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .zeel-mega-col-list a {
        color: var(--z-ink-3);
        font-size: .92rem;
        transition: color .2s ease;
    }

        .zeel-mega-col-list a:hover {
            color: var(--z-accent-strong);
        }

.zeel-mega-promo {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--z-radius);
    aspect-ratio: 6/5;
}

    .zeel-mega-promo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .8s var(--z-ease);
    }

    .zeel-mega-promo:hover img {
        transform: scale(1.05);
    }

    .zeel-mega-promo .veil {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 40%, rgba(31,17,22,.55) 100%);
    }

    .zeel-mega-promo .label {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 16px;
        color: #fff;
        font-family: var(--z-serif);
        font-size: 1.3rem;
        line-height: 1.1;
        display: flex;
        flex-direction: column;
    }

        .zeel-mega-promo .label em {
            font-style: normal;
            font-size: .68rem;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: var(--z-blush);
            margin-bottom: 4px;
        }

/* Breadcrumb wrap alignment */
.zeel-breadcrumb-wrap {
    padding-top: 24px;
    display: none !important;
}

/* ---- Category landing page ---- */
.zeel-cat-hero {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 96px 0 56px;
    background: var(--z-ink);
    color: #fff;
}

.zeel-cat-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.zeel-cat-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31,17,22,.25) 0%, rgba(31,17,22,.55) 100%);
}

.zeel-cat-hero-content {
    position: relative;
    z-index: 2;
}

.zeel-cat-hero-title {
    font-family: var(--z-serif);
    font-weight: 500;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    line-height: 1.05;
    margin: 6px 0 0;
    color: #fff;
}

.zeel-cat-hero-lead {
    color: rgba(255,255,255,.85);
    max-width: 60ch;
    margin: 12px 0 0;
}

.zeel-cat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid var(--z-line);
    margin-bottom: 28px;
}

.zeel-cat-toolbar-label {
    margin: 0;
    font-size: .95rem;
}

/* =============================================================================
   MODULE 5 — Brands
   ============================================================================= */

/* ---- Featured brand logo rail (homepage) ---- */
.zeel-featured-brands {
    background: var(--z-cream);
}

.zeel-brand-logo-rail {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 576px) {
    .zeel-brand-logo-rail {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .zeel-brand-logo-rail {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

@media (min-width: 1080px) {
    .zeel-brand-logo-rail {
        grid-template-columns: repeat(6, 1fr);
    }
}

.zeel-brand-logo-tile {
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    padding: 18px;
    transition: transform var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease), border-color var(--z-t) var(--z-ease);
    filter: grayscale(60%);
    opacity: .85;
}

    .zeel-brand-logo-tile:hover {
        filter: grayscale(0);
        opacity: 1;
        transform: translateY(-2px);
        box-shadow: var(--zel-2);
        border-color: transparent;
    }

    .zeel-brand-logo-tile img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.zeel-brand-fallback {
    font-family: var(--z-serif);
    font-size: 1.4rem;
    color: var(--z-ink);
}

/* ---- Brand card (index page) ---- */
.zeel-brand-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 640px) {
    .zeel-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .zeel-brand-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

.zeel-brand-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--z-paper);
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    padding: 28px;
    text-decoration: none;
    color: var(--z-ink);
    transition: transform var(--z-t) var(--z-ease), box-shadow var(--z-t) var(--z-ease), border-color var(--z-t) var(--z-ease);
}

    .zeel-brand-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--zel-2);
        border-color: transparent;
    }

.zeel-brand-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--z-cream);
    border-radius: var(--z-radius-sm);
    padding: 1px;
}

    .zeel-brand-logo img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

.zeel-brand-name {
    font-family: var(--z-serif);
    font-size: 1.35rem;
    margin: 0;
    font-weight: 500;
}

.zeel-brand-desc {
    color: var(--z-ink-3);
    font-size: .92rem;
    margin: 0;
}

.zeel-brand-cta {
    font-size: .78rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--z-accent-strong);
    font-weight: 600;
    margin-top: auto;
}

/* ---- Brand landing hero ---- */
.zeel-brand-hero {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    padding: 96px 0 56px;
    background: var(--z-ink);
    color: #fff;
}

.zeel-brand-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.zeel-brand-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31,17,22,.35) 0%, rgba(31,17,22,.7) 100%);
}

.zeel-brand-hero-content {
    position: relative;
    z-index: 2;
}

.zeel-brand-hero-logo {
    background: rgba(255,255,255,.92);
    border-radius: var(--z-radius-sm);
    padding: 8px 14px;
    max-height: 60px;
    display: inline-block;
    margin-bottom: 20px;
}

.zeel-brand-hero-title {
    font-family: var(--z-serif);
    font-weight: 500;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    line-height: 1.05;
    margin: 6px 0 0;
    color: #fff;
}

.zeel-brand-hero-lead {
    color: rgba(255,255,255,.85);
    max-width: 60ch;
    margin: 14px 0 0;
}

/* =============================================================================
   Product listing (Module 7)
   ============================================================================= */
.zeel-listing-hero {
    padding-block: clamp(24px, 4vw, 40px);
}

    .zeel-listing-hero .zeel-h1 {
        font-size: clamp(2.2rem, 4vw, 3rem);
        line-height: 1.05;
    }

.zeel-listing-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start;
}

@media (max-width: 991.98px) {
    .zeel-listing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.zeel-filters {
    position: sticky;
    top: 100px;
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius);
    padding: 20px 22px;
    background: #fff;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
}

.zeel-filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.zeel-filter-group {
    padding: 14px 0;
    border-top: 1px solid var(--z-line);
}

    .zeel-filter-group:first-of-type {
        border-top: 0;
        padding-top: 0;
    }

.zeel-filter-title {
    font-family: var(--z-serif);
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--z-ink);
}

.zeel-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 240px;
    overflow-y: auto;
}

.zeel-filter-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: .92rem;
    cursor: pointer;
}

    .zeel-filter-check input {
        accent-color: var(--z-ink);
    }

@media (max-width: 991.98px) {
    .zeel-filters {
        position: fixed;
        inset: 0 auto 0 0;
        width: min(320px, 88vw);
        max-height: 100vh;
        z-index: 1055;
        transform: translateX(-100%);
        transition: transform .28s var(--z-ease);
        border-radius: 0;
        border: 0;
        box-shadow: 0 20px 60px rgba(0,0,0,.15);
        padding-bottom: 40px;
    }

    body.zeel-filters-open .zeel-filters {
        transform: translateX(0);
    }
}

.zeel-filters-scrim {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

body.zeel-filters-open .zeel-filters-scrim {
    opacity: 1;
    pointer-events: auto;
}

/* Toolbar */
.zeel-listing-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.zeel-listing-count {
    margin: 0;
    color: var(--z-ink);
    display: none;
}

.zeel-listing-toolbar-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Active chips */
.zeel-listing-chips {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zeel-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--z-blush);
    color: var(--z-ink);
    font-size: .82rem;
    text-decoration: none;
    transition: background .15s ease;
}

    .zeel-chip:hover {
        background: var(--z-blush-2, #f0e0d8);
    }

    .zeel-chip.is-ghost {
        background: transparent;
        border: 1px dashed var(--z-line);
    }

/* Product grid */
.zeel-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 32px 20px;
}

@media (min-width: 1200px) {
    .zeel-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .zeel-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Product card overhauled (Module 7) */
.zeel-product-card {
    position: relative;
    padding: 5px;
}

.zeel-product-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.zeel-product-card .media {
    position: relative;
    overflow: hidden;
}

.zeel-product-card-wish {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,.9);
    border: 0;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
    z-index: 3;
}

    .zeel-product-card-wish:hover {
        background: #fff;
        transform: scale(1.05);
    }

/* Overlay hover CTA row sits on top of the image, anchored to the media box. */
.zeel-product-card .zeel-product-card-hover {
    position: absolute;
    left: 12px;
    right: 12px;
    /* Anchor to bottom of the media (image) box. The .media wrapper is inside
       the anchor; the hover row's absolute parent is the card, so we use the
       media's natural height by pinning above the meta strip. */
    bottom: auto;
    top: calc(75% - 24px); /* image aspect is roughly 4:5, this lands near the bottom edge */
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .2s var(--z-ease), transform .2s var(--z-ease);
    z-index: 4;
}

.zeel-product-card:hover .zeel-product-card-hover,
.zeel-product-card:focus-within .zeel-product-card-hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.zeel-product-card-quick,
.zeel-product-card-atc {
    flex: 1;
    font-size: .8rem;
    padding: .45rem .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
}

@media (max-width: 767.98px) {
    .zeel-product-card .zeel-product-card-hover {
        display: none;
    }
}

/* Pager */
.zeel-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 48px;
}

    .zeel-pager a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        border: 1px solid var(--z-line);
        border-radius: 8px;
        color: var(--z-ink);
        text-decoration: none;
        font-size: .9rem;
        transition: background .15s ease, border-color .15s ease;
    }

        .zeel-pager a:hover {
            background: var(--z-blush);
            border-color: var(--z-ink-3);
        }

        .zeel-pager a.is-active {
            background: var(--z-ink);
            color: #fff;
            border-color: var(--z-ink);
        }

        .zeel-pager a.is-disabled {
            pointer-events: none;
            opacity: .35;
        }

/* Empty state */
.zeel-listing-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--z-ink-3);
    border: 1px dashed var(--z-line);
    border-radius: var(--z-radius);
}

    .zeel-listing-empty svg {
        color: var(--z-ink-3);
    }


/* =============================================================================
   Cart (Module 9) — header widget, mini cart, cart page, mobile bar
   ============================================================================= */
.zeel-cart-wrapper {
    position: relative;
}

.zeel-cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: var(--z-ink);
    color: #fff;
    border-radius: 999px;
    font-size: .65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0;
}

.zeel-mini-cart {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    min-width: 340px;
    background: #fff;
    border: 1px solid var(--z-line);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.10);
    padding: 16px;
    z-index: 1040;
}

    .zeel-mini-cart[hidden] {
        display: none !important;
    }

.zeel-mini-cart-inner {
}

.zeel-mini-cart-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--z-line);
}

.zeel-mini-cart-empty {
    text-align: center;
    padding: 20px 0 8px;
    color: var(--z-ink-soft);
}

.zeel-mini-cart-lines {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    max-height: 320px;
    overflow-y: auto;
}

.zeel-mini-cart-line {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--z-line);
}

    .zeel-mini-cart-line:last-child {
        border-bottom: 0;
    }

    .zeel-mini-cart-line .thumb img {
        width: 56px;
        height: 70px;
        object-fit: cover;
        border-radius: 6px;
        background: var(--z-blush);
    }

    .zeel-mini-cart-line .body {
        flex: 1;
        min-width: 0;
    }

    .zeel-mini-cart-line .name {
        display: block;
        color: var(--z-ink);
        text-decoration: none;
        font-size: .92rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zeel-mini-cart-line .price {
        font-weight: 600;
        font-size: .88rem;
        margin-top: 2px;
    }

.zeel-mini-cart-summary {
    border-top: 1px solid var(--z-line);
    padding-top: 10px;
    margin-top: 6px;
}

    .zeel-mini-cart-summary .row {
        display: flex;
        justify-content: space-between;
        padding: 2px 0;
        font-size: .9rem;
    }

.zeel-mini-cart-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

    .zeel-mini-cart-actions .btn {
        flex: 1;
    }

/* Cart page */
.zeel-cart {
    padding-block: clamp(24px, 4vw, 48px);
}

.zeel-cart-head {
    margin-bottom: 28px;
}

.zeel-cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--z-ink-3);
}

    .zeel-cart-empty svg {
        color: var(--z-ink-3);
    }

.zeel-cart-lines {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zeel-cart-line {
    display: grid;
    grid-template-columns: 120px 1fr 140px;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--z-line);
    align-items: start;
}

    .zeel-cart-line:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .zeel-cart-line .thumb {
        display: block;
    }

        .zeel-cart-line .thumb img {
            width: 120px;
            height: 150px;
            object-fit: cover;
            border-radius: 10px;
            background: var(--z-blush);
        }

    .zeel-cart-line .brand {
        text-transform: uppercase;
        letter-spacing: .18em;
        font-size: .72rem;
        color: var(--z-ink-soft);
        margin: 0 0 4px;
    }

    .zeel-cart-line .name {
        text-decoration: none;
        color: var(--z-ink);
        font-size: 1.05rem;
        display: block;
        margin-bottom: 4px;
    }

    .zeel-cart-line .sku {
        margin: 0 0 8px;
    }

    .zeel-cart-line .price {
        display: flex;
        gap: 10px;
        align-items: baseline;
        margin-bottom: 8px;
    }

        .zeel-cart-line .price .now {
            font-weight: 600;
        }

        .zeel-cart-line .price .was {
            color: var(--z-ink-soft);
            text-decoration: line-through;
            font-size: .88rem;
        }

.zeel-cart-line-controls {
    display: flex;
    gap: 12px;
    align-items: center;
}

.zeel-cart-line .line-total {
    text-align: right;
}

    .zeel-cart-line .line-total .amount {
        font-weight: 600;
        font-size: 1.05rem;
    }

.zeel-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--z-line);
    border-radius: 999px;
    overflow: hidden;
}

    .zeel-qty .qty-btn {
        width: 34px;
        height: 34px;
        background: transparent;
        border: 0;
        color: var(--z-ink);
        font-size: 1rem;
        cursor: pointer;
        transition: background .15s ease;
    }

        .zeel-qty .qty-btn:hover {
            background: var(--z-blush);
        }

    .zeel-qty .qty-input {
        width: 40px;
        text-align: center;
        border: 0;
        background: transparent;
        font-size: .95rem;
    }

@media (max-width: 767.98px) {
    .zeel-cart-line {
        grid-template-columns: 96px 1fr;
        grid-template-rows: auto auto;
        padding: 16px 0;
    }

        .zeel-cart-line .thumb img {
            width: 96px;
            height: 120px;
        }

        .zeel-cart-line .line-total {
            grid-column: 1 / -1;
            text-align: left;
        }
}

.zeel-cart-summary {
    position: sticky;
    top: 100px;
    padding: 22px;
    border: 1px solid var(--z-line);
    border-radius: 14px;
    background: #fff;
}

    .zeel-cart-summary a {
        font-size: .9rem !important;
    }

.zeel-cart-summary-list {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 8px;
    margin: 0;
}

    .zeel-cart-summary-list dt {
        font-weight: 400;
        color: var(--z-ink);
    }

    .zeel-cart-summary-list dd {
        margin: 0;
        text-align: right;
    }

.zeel-cart-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid var(--z-line);
    font-size: 1.05rem;
}

    .zeel-cart-summary-total strong {
        font-size: 1.2rem;
    }

.zeel-cart-mobile-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #fff;
    border-top: 1px solid var(--z-line);
    box-shadow: 0 -8px 24px rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

    .zeel-cart-mobile-bar .btn {
        min-width: 140px;
    }


/* =============================================================================
   Module 10 & 11 — Checkout wizard, order dashboard, address book, wishlist.
   ============================================================================= */

/* ---- Checkout container + wizard steps ---------------------------------- */
.zeel-checkout {
    padding-block: 32px 64px;
}

.zeel-checkout-head {
    margin-bottom: 24px;
}

.zeel-checkout-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: none;
    gap: 8px;
    flex-wrap: wrap;
    counter-reset: step;
}

    .zeel-checkout-steps li {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        border: 1px solid var(--zeel-line, #e5dcd0);
        border-radius: 999px;
        color: #7a6f66;
        font-size: .92rem;
    }

        .zeel-checkout-steps li .num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #f4ecdf;
            color: #7a6f66;
            font-weight: 600;
            font-size: .78rem;
        }

        .zeel-checkout-steps li.current {
            color: #1f1116;
            border-color: #1f1116;
            background: #fff;
        }

            .zeel-checkout-steps li.current .num {
                background: #1f1116;
                color: #fff;
            }

        .zeel-checkout-steps li.done {
            color: #1f1116;
            border-color: #cbb98d;
            background: #fdf7ea;
        }

            .zeel-checkout-steps li.done .num {
                background: #cbb98d;
                color: #1f1116;
            }

/* ---- Checkout form scaffolding ------------------------------------------ */
.zeel-fieldset {
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 24px;
    background: #fff;
}

    .zeel-fieldset legend {
        padding: 0 8px;
        font-size: 1.55rem;
    }

.zeel-field-error {
    display: block;
    margin-top: 4px;
    font-size: .82rem;
    color: #a02020;
}

.zeel-checkout-summary {
    position: sticky;
    top: 100px;
}

.zeel-checkout-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

    .zeel-checkout-actions button {
        font-size: 15px !important;
    }

    .zeel-checkout-actions .for-non-portable {
        display: flex !important;
    }

    .zeel-checkout-actions .for-portable {
        display: none !important;
    }

@media(max-width:575.98px) {
    .zeel-checkout-actions button {
        width: 98% !important;
    }

    .zeel-checkout-actions a {
        width: 98% !important;
        font-weight: 400 !important;
    }

    .zeel-checkout-actions .for-non-portable {
        display: none !important;
    }

    .zeel-checkout-actions .for-portable {
        display: flex !important;
    }
}
/* ---- Saved address / payment picker cards -------------------------------- */
.zeel-address-card {
    display: flex;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
}

    .zeel-address-card input[type=radio] {
        margin-top: 6px;
    }

    .zeel-address-card:hover {
        border-color: #cbb98d;
        box-shadow: 0 3px 12px rgba(0,0,0,.05);
    }

    .zeel-address-card.is-selected {
        border-color: #1f1116;
        box-shadow: 0 0 0 2px rgba(31,17,22,.08);
    }

    .zeel-address-card.is-static {
        cursor: default;
        flex-direction: column;
    }

.zeel-address-card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.zeel-address-card-label {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.zeel-address-card-name {
    font-size: .95rem;
}

.zeel-address-card-line {
    font-size: .9rem;
}

.zeel-address-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--zeel-line, #e5dcd0);
}

.zeel-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f4ecdf;
    color: #7a6f66;
    font-size: .72rem;
    font-weight: 500;
}

.zeel-badge-alt {
    background: #e9e4d8;
}

/* ---- Payment method options --------------------------------------------- */
.zeel-payment-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s, box-shadow .15s;
}

    .zeel-payment-option:hover {
        border-color: #cbb98d;
    }

    .zeel-payment-option.is-selected {
        border-color: #1f1116;
        box-shadow: 0 0 0 2px rgba(31,17,22,.08);
    }

.zeel-payment-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zeel-payment-title {
    font-size: 1.02rem;
}

.zeel-payment-tag {
    font-size: .88rem;
    color: #7a6f66;
}

.zeel-payment-icon {
    color: #1f1116;
}

/* ---- Review / order blocks ---------------------------------------------- */
.zeel-review-block {
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    padding: 20px;
    background: #fff;
    margin-bottom: 16px;
}

    .zeel-review-block h2 {
        margin-bottom: 8px;
    }

/* ---- Order confirmation hero -------------------------------------------- */
.zeel-order-confirm {
    padding-block: 32px 64px;
}

.zeel-order-confirm-hero {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #cbb98d;
    border-radius: 10px;
    background: #fdf7ea;
}

.zeel-order-confirm-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #1f1116;
    color: #cbb98d;
    margin-bottom: 16px;
}

/* ---- Account dashboard --------------------------------------------------- */
.zeel-account {
    padding-block: 32px 64px;
}

.zeel-account-head {
    margin-bottom: 24px;
}

.zeel-account-nav {
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    background: #fff;
    padding: 8px;
    position: sticky;
    top: 100px;
}

    .zeel-account-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .zeel-account-nav li {
        display: block;
    }

    .zeel-account-nav a,
    .zeel-account-nav-logout {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 14px;
        border: 0;
        background: transparent;
        color: #1f1116;
        text-decoration: none;
        border-radius: 4px;
        font-size: .95rem;
        cursor: pointer;
    }

        .zeel-account-nav a:hover,
        .zeel-account-nav-logout:hover {
            background: #f8f3ea;
        }

        .zeel-account-nav a.is-active {
            background: #1f1116;
            color: #fff;
        }

.zeel-account-stats {
    margin: 0;
}

.zeel-account-stat {
    display: block;
    padding: 20px;
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: transform .15s, box-shadow .15s;
}

    .zeel-account-stat:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 18px rgba(0,0,0,.05);
    }

    .zeel-account-stat .num {
        display: block;
        font-family: 'Cormorant Garamond', serif;
        font-size: 2.4rem;
        line-height: 1;
    }

    .zeel-account-stat .label {
        display: block;
        font-size: .88rem;
        color: #7a6f66;
        margin-top: 4px;
    }

/* ---- Order list cards ---------------------------------------------------- */
.zeel-order-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zeel-order-card {
    display: grid;
    grid-template-columns: 90px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--zeel-line, #e5dcd0);
    border-radius: 6px;
    background: #fff;
}

    .zeel-order-card .thumb {
        width: 90px;
        height: 110px;
        overflow: hidden;
        border-radius: 4px;
        background: #f4ecdf;
    }

        .zeel-order-card .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .zeel-order-card .body {
        min-width: 0;
    }

.zeel-order-num {
    font-size: .95rem;
    margin-bottom: 4px;
}

.zeel-order-history {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* ---- Order tracker ------------------------------------------------------- */
.zeel-order-tracker {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin: 16px 0 24px;
}

.zeel-order-tracker-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    color: #a89b90;
    font-size: .82rem;
    position: relative;
}

    .zeel-order-tracker-step .dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #e5dcd0;
    }

    .zeel-order-tracker-step.done .dot {
        background: #cbb98d;
    }

    .zeel-order-tracker-step.current .dot {
        background: #1f1116;
        box-shadow: 0 0 0 4px rgba(31,17,22,.12);
    }

    .zeel-order-tracker-step.done,
    .zeel-order-tracker-step.current {
        color: #1f1116;
    }

/* ---- Wishlist grid on the page ------------------------------------------ */
.zeel-wishlist {
    padding-block: 32px 64px;
}

/* ---- Toast helper (used by wishlist AJAX) ------------------------------- */
.zeel-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 20px);
    padding: 10px 18px;
    background: #1f1116;
    color: #fff;
    border-radius: 999px;
    font-size: .9rem;
    opacity: 0;
    transition: opacity .3s, transform .3s;
    z-index: 2000;
}

    .zeel-toast.is-visible {
        opacity: 1;
        transform: translate(-50%, 0);
    }

/* ---- Responsive touch-ups ----------------------------------------------- */
@media (max-width: 767.98px) {
    .zeel-checkout-steps li {
        padding: 6px 10px;
        font-size: .82rem;
    }

    .zeel-order-card {
        grid-template-columns: 72px 1fr;
    }

        .zeel-order-card .actions {
            grid-column: 1 / -1;
        }

    .zeel-order-tracker {
        grid-template-columns: repeat(5, 1fr);
        font-size: .72rem;
    }
}

/* ---- Coupon block on Review step ----------------------------------------- */
.zeel-coupon-form .input-group input {
    height: 46px;
}

.zeel-coupon-block {
    border-color: #cbb98d;
    background: #fdf7ea;
}

.zeel-coupon-applied {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

    .zeel-coupon-applied strong {
        font-size: 1.05rem;
        letter-spacing: .04em;
    }


/* v1.0.24 — responsive customer account/profile */
.zeel-account {
    width: min(100%, 1320px);
    margin-inline: auto;
    padding-inline: clamp(16px, 3vw, 40px);
}

.zeel-auth-wrap .container-xl {
    max-width: 1320px;
}

.zeel-auth-card {
    width: 100%;
    margin-inline: auto;
}

.zeel-registration-success {
    text-align: center;
    padding: 8px 0 4px;
}

.zeel-registration-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1f1116;
    color: #fff;
    font-size: 2rem;
}

@media (max-width: 991.98px) {
    .zeel-account-nav {
        position: static;
        top: auto;
        overflow-x: auto;
        white-space: nowrap;
    }

        .zeel-account-nav ul {
            display: flex;
            gap: 6px;
            min-width: max-content;
        }

        .zeel-account-nav li {
            display: inline-block;
        }

        .zeel-account-nav a, .zeel-account-nav-logout {
            width: auto;
        }

    .zeel-order-card {
        grid-template-columns: 72px 1fr;
    }

        .zeel-order-card .actions {
            grid-column: 2;
        }
}

@media (max-width: 575.98px) {
    .zeel-account {
        padding-block: 20px 40px;
        padding-inline: 12px;
    }

    .zeel-account-head .zeel-h1 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .zeel-account-stat {
        padding: 16px 10px;
    }

    .zeel-order-card {
        grid-template-columns: 1fr;
    }

        .zeel-order-card .thumb {
            width: 72px;
            height: 90px;
        }

        .zeel-order-card .actions {
            grid-column: 1;
        }

    .zeel-auth-wrap .container-xl {
        padding-inline: 12px !important;
    }

    .zeel-auth-card {
        max-width: 100% !important;
        padding-inline: 0;
    }
}


/* v1.0.25 — policy/help pages and compact customer forms */
.zeel-auth-container {
    max-width: 760px;
}

.zeel-auth-card {
    max-width: 560px;
}

.zeel-policy-hero {
    background: linear-gradient(135deg,var(--z-cream),#fff 68%);
    border-bottom: 1px solid var(--z-line);
}

.zeel-policy-hero-inner {
    padding-block: clamp(44px,7vw,86px);
    max-width: 980px;
}

.zeel-policy-hero h1 {
    font-size: clamp(2.5rem,6vw,5rem);
    line-height: 1.02;
    margin: .35rem 0 1rem;
}

.zeel-policy-lead {
    max-width: 760px;
    font-size: clamp(1rem,2vw,1.25rem);
    line-height: 1.75;
    color: var(--z-ink-3);
}

.zeel-policy-updated {
    margin: 1.4rem 0 0;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--z-ink-3);
}

.zeel-policy-layout {
    display: grid;
    grid-template-columns: minmax(190px,240px) minmax(0,760px);
    justify-content: center;
    gap: clamp(36px,6vw,88px);
    padding-block: clamp(42px,7vw,90px);
}

.zeel-policy-nav {
    position: sticky;
    top: 120px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 22px;
    border: 1px solid var(--z-line);
    border-radius: var(--z-radius-lg);
    background: var(--z-paper);
}

    .zeel-policy-nav strong {
        font-family: var(--z-font-serif);
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .zeel-policy-nav a {
        padding: 8px 10px;
        border-radius: 8px;
        color: var(--z-ink-3);
        font-size: .88rem;
    }

        .zeel-policy-nav a:hover {
            background: var(--z-cream);
            color: var(--z-ink);
        }

.zeel-policy-content section {
    scroll-margin-top: 130px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--z-line);
}

    .zeel-policy-content section:last-child {
        border-bottom: 0;
    }

.zeel-policy-content h2 {
    font-family: var(--z-font-serif);
    font-size: clamp(1.55rem,3vw,2.15rem);
    margin: 0 0 14px;
}

.zeel-policy-content h3 {
    font-size: 1rem;
    margin: .3rem 0 .45rem;
}

.zeel-policy-content p, .zeel-policy-content li {
    color: var(--z-ink-3);
    line-height: 1.8;
}

.zeel-policy-content a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.zeel-policy-content ul {
    padding-left: 1.2rem;
}

.zeel-policy-note {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    margin-bottom: 36px;
    background: var(--z-ink);
    color: #fff;
    border-radius: var(--z-radius-lg);
}

    .zeel-policy-note strong {
        white-space: nowrap;
    }

    .zeel-policy-note span {
        opacity: .82;
    }

.zeel-policy-steps, .zeel-policy-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.zeel-policy-cards {
    grid-template-columns: repeat(3,1fr);
}

    .zeel-policy-steps > div, .zeel-policy-cards > div {
        padding: 20px 14px;
        background: var(--z-cream);
        border: 1px solid var(--z-line);
        border-radius: 14px;
        text-align: center;
    }

    .zeel-policy-steps span, .zeel-policy-cards span {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        margin: 0 auto 10px;
        border-radius: 50%;
        background: var(--z-ink);
        color: #fff;
    }

    .zeel-policy-steps strong, .zeel-policy-cards strong {
        display: block;
    }

    .zeel-policy-steps small, .zeel-policy-cards small {
        display: block;
        margin-top: 5px;
        color: var(--z-ink-3);
        line-height: 1.4;
    }

.zeel-policy-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--z-line);
    border-radius: 14px;
}

.zeel-policy-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
}

    .zeel-policy-table th, .zeel-policy-table td {
        padding: 15px 18px;
        border-bottom: 1px solid var(--z-line);
        text-align: left;
    }

    .zeel-policy-table th {
        background: var(--z-cream);
        font-size: .75rem;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .zeel-policy-table tr:last-child td {
        border-bottom: 0;
    }

.zeel-size-table td:first-child {
    font-weight: 700;
}

.zeel-measure-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

    .zeel-measure-grid > div {
        padding: 22px;
        border: 1px solid var(--z-line);
        border-radius: 14px;
    }

    .zeel-measure-grid span {
        font-size: .72rem;
        letter-spacing: .14em;
        color: var(--z-accent-strong);
    }

.zeel-policy-muted {
    font-size: .9rem;
}

@media (max-width: 991.98px) {
    .zeel-policy-layout {
        grid-template-columns: 1fr;
    }

    .zeel-policy-nav {
        position: static;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px;
    }

        .zeel-policy-nav strong {
            display: none;
        }

    .zeel-policy-steps {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 575.98px) {
    .zeel-auth-wrap {
        padding-top: 28px;
    }

    .zeel-auth-card {
        max-width: 100% !important;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .zeel-policy-layout {
        padding-inline: 16px;
    }

    .zeel-policy-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .zeel-policy-steps, .zeel-policy-cards, .zeel-measure-grid {
        grid-template-columns: 1fr;
    }
}

/* v1.0.26 responsive customer forms */
.zeel-auth-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.zeel-auth-card {
    width: min(100%,var(--zeel-auth-max-width,520px)) !important;
    margin-inline: auto !important
}

.zeel-account > .row {
    max-width: 1180px;
    margin-inline: auto
}

.zeel-account .col-lg-9 > form, .zeel-account .col-lg-9 > .zeel-profile-card {
    max-width: 760px
}

@media(max-width:991.98px) {
    .zeel-account > .row {
        max-width: none
    }

    .zeel-account .col-lg-9 > form, .zeel-account .col-lg-9 > .zeel-profile-card {
        max-width: none
    }
}

/* v1.1.1 premium notifications, social footer and homepage dividers */
.zeel-toast-host {
    position: fixed;
    /*right: 24px;
    bottom: 24px;*/
    right: 0px;
    top: 0px;
    z-index: 1090;
    display: grid;
    gap: 12px;
    width: min(390px,calc(100vw - 32px))
}

.zeel-toast-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 18px 46px 18px 18px;
    border: 1px solid rgba(173,34,99,.18);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 20px 55px rgba(49,17,34,.18);
    backdrop-filter: blur(16px);
    transform: translateY(18px) scale(.97);
    opacity: 0;
    transition: .28s ease
}

    .zeel-toast-item.is-visible {
        transform: none;
        opacity: 1
    }

.zeel-toast-icon {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg,#f8d8e7,#fff0f7);
    color: #ad2263;
    font-weight: 800
}

.zeel-toast-item.is-success .zeel-toast-icon {
    background: #e4f6ef;
    color: #147a5b
}

.zeel-toast-item.is-danger .zeel-toast-icon {
    background: #fde8eb;
    color: #b42338
}

.zeel-toast-content {
    flex: 1
}

.zeel-toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg,#e84b91,#ad2263);
    animation: zeelToastProgress 4.5s linear forwards
}

@keyframes zeelToastProgress {
    to {
        width: 0
    }
}

.zeel-dialog-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(25,10,18,.35);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: .18s
}

    .zeel-dialog-backdrop.is-visible {
        opacity: 1
    }

.zeel-dialog {
    width: min(430px,100%);
    padding: 30px;
    border: 1px solid rgba(232,75,145,.22);
    border-radius: 26px;
    background: #fff;
    text-align: center;
    box-shadow: 0 30px 90px rgba(37,11,25,.25);
    transform: translateY(12px) scale(.97);
    transition: .2s
}

.is-visible .zeel-dialog {
    transform: none
}

.zeel-dialog-gem {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg,#fff0f7,#f7d4e5);
    color: #d63384
}

.zeel-dialog h3 {
    font-family: "Cormorant Garamond",serif;
    font-size: 2rem
}

.zeel-dialog p {
    color: #6d5b64
}

.zeel-dialog-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px
}

    .zeel-dialog-actions button {
        padding: 11px 20px;
        border-radius: 999px;
        border: 1px solid #dbcbd3;
        background: #fff
    }

    .zeel-dialog-actions .btn-confirm {
        border-color: #ad2263;
        background: #ad2263;
        color: #fff
    }

        .zeel-dialog-actions .btn-confirm.is-danger {
            background: #b42338;
            border-color: #b42338
        }

.zeel-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

    .zeel-social a {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 50%;
        transition: .2s
    }

        .zeel-social a:hover {
            transform: translateY(-3px);
            background: #e84b91;
            border-color: #e84b91
        }

.zeel-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: min(1180px,calc(100% - 32px));
    margin: 24px auto
}

    .zeel-section-divider::before, .zeel-section-divider::after {
        content: "";
        height: 1px;
        flex: 1;
        background: linear-gradient(90deg,transparent,#ef8fba)
    }

    .zeel-section-divider::after {
        background: linear-gradient(90deg,#ef8fba,transparent)
    }

    .zeel-section-divider span {
        width: 4px;
        height: 4px;
        margin: 0 14px;
        background: #e84b91;
        transform: rotate(45deg);
        box-shadow: 0 0 0 5px #fff,0 0 0 6px rgba(232,75,145,.25)
    }

/* Product quick view */
.zeel-quickview-modal .modal-content {
    border: 0;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(30,20,28,.24)
}

.zeel-quickview-modal .modal-body {
    padding: 0
}

.zeel-quickview-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
    padding: .7rem;
    box-shadow: 0 4px 20px rgba(0,0,0,.12)
}

.zeel-quickview {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,.85fr);
    min-height: 560px
}

.zeel-quickview-media {
    background: #f8f4f6
}

    .zeel-quickview-media img {
        width: 100%;
        height: 100%;
        max-height: 720px;
        object-fit: cover
    }

.zeel-quickview-copy {
    padding: clamp(2rem,5vw,4rem);
    align-self: center
}

    .zeel-quickview-copy .now {
        font-size: 1.3rem;
        font-weight: 700
    }

    .zeel-quickview-copy .was {
        text-decoration: line-through;
        color: #777
    }

.zeel-size-chip input {
    position: absolute;
    opacity: 0
}

.zeel-size-chip span {
    display: grid;
    place-items: center;
    min-width: 48px;
    height: 44px;
    padding: 0 .8rem;
    border: 1px solid #d8ccd2;
    border-radius: 999px;
    cursor: pointer
}

.zeel-size-chip input:checked + span {
    background: #1c171a;
    color: #fff;
    border-color: #1c171a
}

.zeel-size-chip.is-disabled span {
    opacity: 1;
    text-decoration: none;
    cursor: pointer
}

.zeel-quickview-loading {
    min-height: 360px;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center
}

@media(max-width:767.98px) {
    .zeel-quickview {
        grid-template-columns: 1fr
    }

    .zeel-quickview-media img {
        max-height: 420px
    }

    .zeel-quickview-copy {
        padding: 1.5rem
    }
}

/* v1.2.8 requested global storefront heading scale */
body:not(.zeel-admin-body) h1 {
    font-size: 10px !important;
    line-height: 1.35 !important;
}

body:not(.zeel-admin-body) h2 {
    font-size: 8px !important;
    line-height: 1.4 !important;
}

.zeel-confirmation-message {
    max-width: 680px;
    margin: 12px auto 0;
    padding: 14px 18px;
    border: 1px solid rgba(80,0,45,.18);
    border-radius: 10px;
    background: #fff;
    text-align: center
}

.zeel-wishlist .wishlist-items {
    list-style: none !important;
}

.zeel-inclide-tax {
    font-weight: 700;
    font-size: 1.1rem;
    color: #198754 !important;
}
