/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ---------- Utility bar ---------- */
.topbar[b-0ltdnz1t9k] {
    background: var(--knx-surface-100);
    border-bottom: 1px solid var(--knx-border);
    font-size: 0.78rem;
}

.topbar-inner[b-0ltdnz1t9k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 34px;
}

.topbar-sell[b-0ltdnz1t9k],
.topbar-link[b-0ltdnz1t9k],
.topbar-promise[b-0ltdnz1t9k] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.topbar-sell[b-0ltdnz1t9k] {
    color: var(--knx-warm-deep);
    font-weight: 600;
    text-decoration: none;
}

.topbar-sell .pi[b-0ltdnz1t9k] {
    color: var(--knx-warm);
}

.topbar-sell:hover[b-0ltdnz1t9k] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.topbar-promise[b-0ltdnz1t9k] {
    color: var(--knx-muted);
    font-weight: 500;
}

.topbar-promise .pi[b-0ltdnz1t9k] {
    color: var(--knx-primary);
}

.topbar-link[b-0ltdnz1t9k] {
    color: var(--knx-body);
    font-weight: 500;
    text-decoration: none;
}

.topbar-link:hover[b-0ltdnz1t9k] {
    color: var(--knx-primary-deep);
}

/* ---------- Header ---------- */
.site-header[b-0ltdnz1t9k] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: saturate(1.4) blur(14px);
    -webkit-backdrop-filter: saturate(1.4) blur(14px);
    border-bottom: 1px solid var(--knx-border);
}

.site-header-inner[b-0ltdnz1t9k] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem clamp(1rem, 3vw, 2rem);
    min-height: 72px;
}

.brand[b-0ltdnz1t9k] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
}

.brand-mark[b-0ltdnz1t9k] {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 6px;
    border-radius: 13px;
    background: radial-gradient(circle at 30% 25%, #fff 0%, #fff 45%, color-mix(in srgb, var(--knx-primary-soft) 55%, #fff) 100%);
    border: 1px solid color-mix(in srgb, var(--knx-primary) 18%, transparent);
    box-shadow: 0 6px 14px -6px color-mix(in srgb, var(--knx-primary) 45%, transparent);
    flex-shrink: 0;
}

.brand-name[b-0ltdnz1t9k] {
    font-family: var(--knx-font-display);
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1;
    color: var(--knx-ink);
    letter-spacing: -0.01em;
}

/* Country chip next to the wordmark, with a small Senegalese flag. */
.brand-chip[b-0ltdnz1t9k] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.28rem 0.6rem 0.28rem 0.45rem;
    border-radius: var(--knx-radius-pill);
    border: 1px solid var(--knx-primary-soft);
    background: var(--knx-primary-50);
    color: var(--knx-primary-deep);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

/* Large enough for the star to read as a star, in the flag's 3:2 proportions. */
.brand-flag[b-0ltdnz1t9k] {
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 12px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

/* The search is the centre of the header, as on large marketplaces. */
.header-search[b-0ltdnz1t9k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 640px;
    justify-self: center;
    padding: 5px 5px 5px 18px;
    border-radius: var(--knx-radius-pill);
    border: 1px solid transparent;
    background: var(--knx-surface-100);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-search:focus-within[b-0ltdnz1t9k] {
    background: #fff;
    border-color: var(--knx-primary);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--knx-primary) 14%, transparent);
}

.header-search > .pi[b-0ltdnz1t9k] {
    color: var(--knx-muted);
}

.header-search input[b-0ltdnz1t9k] {
    flex: 1;
    min-width: 0;
    height: 40px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--knx-ink);
    font: 400 0.95rem var(--knx-font);
}

.header-search input[b-0ltdnz1t9k]::placeholder {
    color: var(--knx-subtle);
}

.header-search input:focus-visible[b-0ltdnz1t9k] {
    outline: none;
}

.header-search button[b-0ltdnz1t9k] {
    border-radius: var(--knx-radius-pill);
    min-height: 40px;
    padding-inline: 1.3rem;
}

.header-actions[b-0ltdnz1t9k] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.header-action[b-0ltdnz1t9k] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 42px;
    padding: 0 0.8rem;
    border-radius: var(--knx-radius-md);
    color: var(--knx-body);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.header-action .pi[b-0ltdnz1t9k] {
    font-size: 1.1rem;
}

.header-action:hover[b-0ltdnz1t9k] {
    background: var(--knx-surface-100);
    color: var(--knx-ink);
}

/* ---------- Category menu ---------- */
.category-menu[b-0ltdnz1t9k] {
    border-top: 1px solid var(--knx-border);
    background: #fff;
}

.category-menu ul[b-0ltdnz1t9k] {
    display: flex;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
}

.category-menu ul[b-0ltdnz1t9k]::-webkit-scrollbar {
    display: none;
}

.category-menu a[b-0ltdnz1t9k] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 46px;
    padding: 0 0.8rem;
    color: var(--knx-body);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.category-menu a .pi[b-0ltdnz1t9k] {
    color: var(--knx-muted);
    font-size: 1rem;
    transition: color 0.2s ease;
}

.category-menu a:hover[b-0ltdnz1t9k],
.category-menu a:hover .pi[b-0ltdnz1t9k] {
    color: var(--knx-primary-deep);
}

.category-menu a[aria-current="page"][b-0ltdnz1t9k] {
    color: var(--knx-primary-deep);
    font-weight: 700;
}

.category-menu a[aria-current="page"] .pi[b-0ltdnz1t9k] {
    color: var(--knx-primary);
}

.category-menu a[aria-current="page"][b-0ltdnz1t9k]::after {
    content: "";
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: var(--knx-primary);
}

/* ---------- Main + footer ---------- */
.site-main[b-0ltdnz1t9k] {
    min-height: calc(100vh - 34px - 120px - 180px);
    outline: none;
}

.site-footer[b-0ltdnz1t9k] {
    margin-top: clamp(48px, 8vw, 96px);
    border-top: 1px solid var(--knx-border);
    background: var(--knx-card);
}

.site-footer-inner[b-0ltdnz1t9k] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.25rem 2rem;
    padding-block: 2rem;
}

.footer-brand[b-0ltdnz1t9k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-brand .brand-mark[b-0ltdnz1t9k] {
    width: 38px;
    height: 38px;
}

.footer-name[b-0ltdnz1t9k] {
    font-family: var(--knx-font-display);
    font-weight: 800;
}

.footer-slogan[b-0ltdnz1t9k] {
    color: var(--knx-muted);
    font-size: 0.85rem;
    font-style: italic;
}

.footer-links[b-0ltdnz1t9k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

.footer-links a[b-0ltdnz1t9k] {
    color: var(--knx-body);
    font-size: 0.875rem;
    text-decoration: none;
}

.footer-links a:hover[b-0ltdnz1t9k] {
    color: var(--knx-primary-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-legal[b-0ltdnz1t9k] {
    grid-column: 1 / -1;
    padding-top: 1.25rem;
    border-top: 1px solid var(--knx-border);
    color: var(--knx-subtle);
    font-size: 0.8rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
    .header-action span[b-0ltdnz1t9k] {
        display: none;
    }

    /* The pill shrinks to its round icon. */
    .header-cta .knx-btn-create-label[b-0ltdnz1t9k] {
        display: none;
    }

    .header-cta[b-0ltdnz1t9k] {
        padding: 4px;
    }
}

@media (max-width: 760px) {
    .topbar-promise[b-0ltdnz1t9k] {
        display: none;
    }

    /* The search drops to its own full-width row under the logo. */
    .site-header-inner[b-0ltdnz1t9k] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.6rem 0.75rem;
        padding-block: 10px;
    }

    .header-search[b-0ltdnz1t9k] {
        grid-column: 1 / -1;
        grid-row: 2;
        max-width: none;
    }

    .header-search button[b-0ltdnz1t9k] {
        padding-inline: 1rem;
    }
}

@media (max-width: 420px) {
    .brand-name[b-0ltdnz1t9k] {
        font-size: 1.1rem;
    }

    .brand-chip[b-0ltdnz1t9k] {
        font-size: 0.66rem;
        padding: 0.24rem 0.5rem 0.24rem 0.4rem;
    }

    .site-footer-inner[b-0ltdnz1t9k] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Boutique.razor.rz.scp.css */
.breadcrumb[b-vhd5nqt3uo] {
    padding: 18px 0 14px;
}

.breadcrumb a[b-vhd5nqt3uo] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--knx-muted);
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb a:hover[b-vhd5nqt3uo] {
    color: var(--knx-primary-deep);
}

/* ---------- Header ----------
   The seller's identity on a tint of their colour (the same hue as their card on the home page),
   contact actions laid out like a WhatsApp Business profile, then the key facts. No cover band:
   the products below are the picture. */
.hero-card[b-vhd5nqt3uo] {
    overflow: hidden;
    border-radius: var(--knx-radius-xl);
    border: 1px solid var(--knx-border);
    background: var(--knx-card);
    box-shadow: var(--knx-shadow-card);
}

.hero-top[b-vhd5nqt3uo] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px clamp(18px, 3vw, 28px);
    padding: clamp(20px, 3vw, 28px);
    background:
        radial-gradient(circle at 100% 0, hsl(var(--hue) 42% 90% / 0.75) 0 140px, transparent 141px),
        linear-gradient(115deg, hsl(var(--hue) 40% 95%) 0%, hsl(var(--hue) 36% 97.5%) 45%, var(--knx-card) 100%);
}

.hero-top[b-vhd5nqt3uo]  .hero-avatar {
    border-radius: 22px;
    box-shadow: 0 0 0 4px var(--knx-card), 0 12px 26px -12px hsl(var(--hue) 30% 22% / 0.5);
}

.hero-identity[b-vhd5nqt3uo] {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

.hero-title[b-vhd5nqt3uo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.75rem;
}

.hero-title h1[b-vhd5nqt3uo] {
    font-family: var(--knx-font-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--knx-ink);
    overflow-wrap: anywhere;
}

.hero-meta[b-vhd5nqt3uo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--knx-muted);
    font-size: 0.875rem;
}

.hero-meta li[b-vhd5nqt3uo] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.hero-meta .pi[b-vhd5nqt3uo] {
    color: var(--knx-warm);
    font-size: 0.85rem;
}

.hero-meta a[b-vhd5nqt3uo] {
    color: var(--knx-body);
    font-variant-numeric: tabular-nums;
    text-decoration: underline;
    text-decoration-color: var(--knx-border);
    text-underline-offset: 3px;
}

.hero-meta a:hover[b-vhd5nqt3uo] {
    color: var(--knx-primary-deep);
    text-decoration-color: currentColor;
}

.hero-tags[b-vhd5nqt3uo] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.1rem 0 0;
    padding: 0;
    list-style: none;
}

.hero-tag[b-vhd5nqt3uo] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.75rem;
    border-radius: var(--knx-radius-pill);
    border: 1px solid hsl(var(--hue) 26% 86%);
    background: rgba(255, 255, 255, 0.75);
    color: var(--knx-body);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.hero-tag .pi[b-vhd5nqt3uo] {
    font-size: 0.75rem;
    color: hsl(var(--hue) 34% 38%);
}

.hero-tag:hover[b-vhd5nqt3uo] {
    border-color: var(--knx-primary);
    background: var(--knx-card);
    color: var(--knx-primary-deep);
}

/* ---------- Contact actions ---------- */
.hero-actions[b-vhd5nqt3uo] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(84px, 1fr);
    gap: 8px;
}

.hero-action[b-vhd5nqt3uo] {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    min-height: 70px;
    padding: 10px 8px;
    border-radius: 14px;
    border: 1px solid hsl(var(--hue) 20% 86%);
    background: var(--knx-card);
    color: var(--knx-primary-deep);
    font: 600 0.78rem/1.2 var(--knx-font);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.25s var(--knx-ease), border-color 0.2s ease, background-color 0.2s ease,
        box-shadow 0.25s var(--knx-ease);
}

/* The copy button ships hidden until js/copy-link.js finds a usable clipboard; the grid display
   above would otherwise override the hidden attribute. */
.hero-action[hidden][b-vhd5nqt3uo] {
    display: none;
}

.hero-action .pi[b-vhd5nqt3uo] {
    font-size: 1.15rem;
}

.hero-action:hover[b-vhd5nqt3uo] {
    transform: translateY(-2px);
    border-color: var(--knx-primary);
    box-shadow: var(--knx-shadow-soft);
}

.hero-action:focus-visible[b-vhd5nqt3uo] {
    outline: 3px solid var(--knx-primary);
    outline-offset: 2px;
}

.hero-action.is-whatsapp[b-vhd5nqt3uo] {
    border-color: var(--knx-whatsapp);
    background: var(--knx-whatsapp);
    color: #fff;
    box-shadow: 0 12px 24px -14px rgba(31, 175, 85, 0.9);
}

.hero-action.is-whatsapp:hover[b-vhd5nqt3uo] {
    border-color: var(--knx-whatsapp-deep);
    background: var(--knx-whatsapp-deep);
}

.hero-action.is-copied[b-vhd5nqt3uo] {
    border-color: var(--knx-primary);
    background: var(--knx-primary-50);
}

/* ---------- Key facts ----------
   Cells separated by 1px gaps over the border colour, so the rules stay right whether the facts
   sit in one row or wrap. Each cell starts at its content's width, so no value wraps in a row. */
.hero-facts[b-vhd5nqt3uo] {
    display: flex;
    gap: 1px;
    margin: 0;
    border-top: 1px solid var(--knx-border);
    background: var(--knx-border);
}

.hero-facts > div[b-vhd5nqt3uo] {
    display: grid;
    align-content: start;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    padding: 14px clamp(18px, 3vw, 28px);
    background: var(--knx-card);
}

.hero-facts dt[b-vhd5nqt3uo] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--knx-subtle);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-facts dt .pi[b-vhd5nqt3uo] {
    font-size: 0.75rem;
    color: hsl(var(--hue) 34% 42%);
}

.hero-facts dd[b-vhd5nqt3uo] {
    margin: 0;
    font-family: var(--knx-font-display);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--knx-ink);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ---------- Toolbar: search, availability and sort in one bar ---------- */
.products[b-vhd5nqt3uo] {
    padding-top: clamp(22px, 4vw, 32px);
}

.toolbar[b-vhd5nqt3uo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin-bottom: 26px;
    padding: 8px;
    border-radius: var(--knx-radius-xl);
    border: 1px solid var(--knx-border);
    background: var(--knx-card);
    box-shadow: var(--knx-shadow-soft);
}

.toolbar-search[b-vhd5nqt3uo] {
    flex: 1 1 320px;
    min-width: 0;
    border-color: transparent;
    background: var(--knx-surface-100);
    box-shadow: none;
}

.toolbar-search:focus-within[b-vhd5nqt3uo] {
    background: var(--knx-card);
}

.toolbar-search input[b-vhd5nqt3uo] {
    height: 40px;
}

.toolbar-filters[b-vhd5nqt3uo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    min-width: 0;
    padding-right: 6px;
}

.segmented[b-vhd5nqt3uo] {
    display: flex;
    gap: 0.35rem;
}

.segmented .dot[b-vhd5nqt3uo] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--knx-primary-light);
}

.segmented [aria-current] .dot[b-vhd5nqt3uo] {
    background: #fff;
}

.sort[b-vhd5nqt3uo] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    min-width: 0;
}

.sort-label[b-vhd5nqt3uo] {
    margin-right: 0.3rem;
    color: var(--knx-subtle);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sort-option[b-vhd5nqt3uo] {
    padding: 0.5rem 0.75rem;
    border-radius: var(--knx-radius-pill);
    color: var(--knx-body);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.sort-option:hover[b-vhd5nqt3uo] {
    background: var(--knx-surface-100);
    color: var(--knx-ink);
}

.sort-option[aria-current][b-vhd5nqt3uo] {
    background: var(--knx-ink);
    color: #fff;
}

/* ---------- Delivery note ---------- */
.delivery-note[b-vhd5nqt3uo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    margin-top: clamp(36px, 6vw, 56px);
    padding: 20px 24px;
    border-radius: var(--knx-radius-xl);
    border: 1px solid var(--knx-sand);
    background: linear-gradient(120deg, var(--knx-sand-soft), #FBF7EF);
}

.delivery-note > div[b-vhd5nqt3uo] {
    flex: 1;
    min-width: 220px;
}

.delivery-icon[b-vhd5nqt3uo] {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: var(--knx-radius-md);
    background: var(--knx-warm);
    color: #fff;
    font-size: 1.2rem;
}

.delivery-note h2[b-vhd5nqt3uo] {
    font-family: var(--knx-font-display);
    font-size: 1rem;
    font-weight: 700;
}

.delivery-note p[b-vhd5nqt3uo] {
    color: var(--knx-body);
    font-size: 0.875rem;
}

/* ---------- Narrower screens ---------- */
@media (max-width: 900px) {
    .hero-top[b-vhd5nqt3uo] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hero-actions[b-vhd5nqt3uo] {
        grid-column: 1 / -1;
        grid-auto-columns: minmax(0, 1fr);
    }

    .toolbar-filters[b-vhd5nqt3uo] {
        width: 100%;
        justify-content: space-between;
        padding: 0 4px 2px;
    }
}

/* Below this the three facts no longer fit one row: one label–value line each. */
@media (max-width: 720px) {
    .hero-facts[b-vhd5nqt3uo] {
        flex-direction: column;
    }

    .hero-facts > div[b-vhd5nqt3uo] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 18px;
    }

    .hero-facts dd[b-vhd5nqt3uo] {
        font-size: 0.95rem;
        text-align: right;
        white-space: normal;
    }
}

@media (max-width: 600px) {
    /* The name stays beside the avatar; the details and actions take the full width below, where
       they do not wrap into a narrow column. */
    .hero-top[b-vhd5nqt3uo] {
        gap: 12px 14px;
        padding: 18px;
    }

    .hero-identity[b-vhd5nqt3uo] {
        display: contents;
    }

    .hero-meta[b-vhd5nqt3uo],
    .hero-tags[b-vhd5nqt3uo] {
        grid-column: 1 / -1;
    }

    .hero-actions[b-vhd5nqt3uo] {
        margin-top: 4px;
    }

    /* BoutiqueAvatar sizes itself inline; a phone gets a smaller one. */
    .hero-top[b-vhd5nqt3uo]  .hero-avatar {
        width: 64px !important;
        height: 64px !important;
        font-size: 23px !important;
        border-radius: 18px;
    }

    .hero-action[b-vhd5nqt3uo] {
        min-height: 62px;
        padding: 8px 4px;
        font-size: 0.72rem;
    }

    /* The sort options scroll sideways instead of wrapping under their label. */
    .sort[b-vhd5nqt3uo] {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .sort[b-vhd5nqt3uo]::-webkit-scrollbar {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-action[b-vhd5nqt3uo] {
        transition: none;
    }

    .hero-action:hover[b-vhd5nqt3uo] {
        transform: none;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ---------- Banner carousel ---------- */
.landing-top[b-2c1koie7ix] {
    padding-top: clamp(14px, 2.5vw, 22px);
}

.banner[b-2c1koie7ix] {
    position: relative;
}

.banner-track[b-2c1koie7ix] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-radius: var(--knx-radius-xl);
    box-shadow: var(--knx-shadow-card);
    scrollbar-width: none;
    outline-offset: 4px;
}

.banner-track[b-2c1koie7ix]::-webkit-scrollbar {
    display: none;
}

.banner-slide[b-2c1koie7ix] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: center;
    flex: 0 0 100%;
    min-height: clamp(240px, 32vw, 340px);
    padding: clamp(24px, 4.5vw, 52px);
    overflow: hidden;
    scroll-snap-align: start;
    color: #fff;
    background: var(--banner-bg);
}

.banner-slide.tone-olive[b-2c1koie7ix] {
    --banner-bg:
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.12) 0 16%, transparent 17%),
        radial-gradient(circle at 70% 110%, rgba(255, 255, 255, 0.1) 0 30%, transparent 31%),
        linear-gradient(120deg, var(--knx-primary-darker) 0%, var(--knx-primary) 58%, var(--knx-primary-light) 100%);
}

.banner-slide.tone-camel[b-2c1koie7ix] {
    --banner-bg:
        radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.14) 0 15%, transparent 16%),
        radial-gradient(circle at 65% 115%, rgba(255, 255, 255, 0.1) 0 30%, transparent 31%),
        linear-gradient(120deg, var(--knx-warm-deep) 0%, var(--knx-warm) 60%, var(--knx-sand-deep) 100%);
}

.banner-slide.tone-ink[b-2c1koie7ix] {
    --banner-bg:
        radial-gradient(circle at 86% 22%, rgba(153, 173, 125, 0.25) 0 16%, transparent 17%),
        radial-gradient(circle at 68% 115%, rgba(153, 173, 125, 0.16) 0 30%, transparent 31%),
        linear-gradient(120deg, var(--knx-ink) 0%, var(--knx-ink-soft) 55%, var(--knx-primary-darker) 100%);
}

.banner-copy[b-2c1koie7ix] {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: start;
    gap: 0.85rem;
}

.banner-kicker[b-2c1koie7ix] {
    padding: 0.3rem 0.75rem;
    border-radius: var(--knx-radius-pill);
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.banner-title[b-2c1koie7ix] {
    font-family: var(--knx-font-display);
    font-size: clamp(1.7rem, 4.2vw, 3rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.banner-text[b-2c1koie7ix] {
    max-width: 46ch;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.92rem, 1.4vw, 1.02rem);
}

.banner-cta[b-2c1koie7ix] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 46px;
    margin-top: 0.35rem;
    padding: 0 1.3rem;
    border-radius: var(--knx-radius-pill);
    background: #fff;
    color: var(--knx-ink);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.45);
    transition: transform 0.25s var(--knx-ease), box-shadow 0.25s ease;
}

.banner-cta:hover[b-2c1koie7ix] {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -14px rgba(0, 0, 0, 0.5);
}

.banner-cta:focus-visible[b-2c1koie7ix] {
    outline-color: #fff;
}

/* Decorative composition of category icons, floating gently. */
.banner-art[b-2c1koie7ix] {
    position: relative;
    height: 100%;
    min-height: 200px;
}

.bubble[b-2c1koie7ix] {
    position: absolute;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--bubble-ink, var(--knx-primary-deep));
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.45);
    animation: knx-float-b-2c1koie7ix 6s ease-in-out infinite;
}

.tone-camel .bubble[b-2c1koie7ix] {
    --bubble-ink: var(--knx-warm-deep);
}

.tone-ink .bubble[b-2c1koie7ix] {
    --bubble-ink: var(--knx-ink);
}

.bubble.b1[b-2c1koie7ix] { width: 38%; aspect-ratio: 1; left: 30%; top: 22%; font-size: clamp(2rem, 5vw, 3.4rem); }
.bubble.b2[b-2c1koie7ix] { width: 18%; aspect-ratio: 1; left: 8%;  top: 10%; font-size: clamp(1rem, 2.2vw, 1.5rem); animation-delay: -1.5s; }
.bubble.b3[b-2c1koie7ix] { width: 16%; aspect-ratio: 1; right: 6%; top: 6%;  font-size: clamp(0.95rem, 2vw, 1.35rem); animation-delay: -3s; }
.bubble.b4[b-2c1koie7ix] { width: 20%; aspect-ratio: 1; right: 4%; bottom: 8%; font-size: clamp(1.05rem, 2.3vw, 1.6rem); animation-delay: -4.5s; }
.bubble.b5[b-2c1koie7ix] { width: 15%; aspect-ratio: 1; left: 12%; bottom: 6%; font-size: clamp(0.9rem, 1.9vw, 1.3rem); animation-delay: -2.2s; }

.bubble .pi[b-2c1koie7ix] {
    font-size: inherit;
}

@keyframes knx-float-b-2c1koie7ix {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Arrows and dots: shown only after carousel.js adds .is-enhanced. */
.banner-nav[b-2c1koie7ix],
.banner-dots[b-2c1koie7ix] {
    display: none;
}

.banner.is-enhanced .banner-nav[b-2c1koie7ix],
.banner.is-enhanced .banner-dots[b-2c1koie7ix] {
    display: flex;
}

.banner-nav[b-2c1koie7ix] {
    position: absolute;
    top: 50%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid var(--knx-border);
    border-radius: 50%;
    background: #fff;
    color: var(--knx-ink);
    box-shadow: var(--knx-shadow-soft);
    cursor: pointer;
    transition: transform 0.2s var(--knx-ease), box-shadow 0.2s ease;
}

.banner-nav:hover[b-2c1koie7ix] {
    transform: scale(1.06);
    box-shadow: var(--knx-shadow-card);
}

.banner-prev[b-2c1koie7ix] { left: -18px; }
.banner-next[b-2c1koie7ix] { right: -18px; }

.banner-dots[b-2c1koie7ix] {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 2;
    gap: 6px;
    padding: 6px 8px;
    border-radius: var(--knx-radius-pill);
    background: rgba(15, 23, 42, 0.28);
    transform: translateX(-50%);
}

.banner-dots[b-2c1koie7ix]  button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: var(--knx-radius-pill);
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: width 0.3s var(--knx-ease), background-color 0.2s ease;
}

.banner-dots[b-2c1koie7ix]  button[aria-current="true"] {
    width: 22px;
    background: #fff;
}

/* ---------- Listing header (category or search) ---------- */
.listing-head[b-2c1koie7ix] {
    padding: clamp(18px, 3vw, 28px) 0;
    background: linear-gradient(180deg, var(--knx-card), var(--knx-bg));
    border-bottom: 1px solid var(--knx-border);
}

.crumbs[b-2c1koie7ix] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 12px;
    color: var(--knx-muted);
    font-size: 0.84rem;
}

.crumbs a[b-2c1koie7ix] {
    color: var(--knx-body);
    text-decoration: none;
}

.crumbs a:hover[b-2c1koie7ix] {
    color: var(--knx-primary-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.crumbs .pi[b-2c1koie7ix] {
    font-size: 0.7rem;
}

.listing-title[b-2c1koie7ix] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.listing-icon[b-2c1koie7ix] {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: var(--knx-radius-lg);
    background: var(--tone-soft);
    color: var(--tone-deep);
    font-size: 1.4rem;
}

.listing-icon .pi[b-2c1koie7ix] {
    font-size: inherit;
}

.listing-title h1[b-2c1koie7ix] {
    font-family: var(--knx-font-display);
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.listing-title p[b-2c1koie7ix] {
    color: var(--knx-muted);
    font-size: 0.92rem;
}

/* ---------- Results ---------- */
.catalog[b-2c1koie7ix] {
    padding-top: clamp(24px, 4vw, 36px);
}

.product-rows[b-2c1koie7ix] {
    margin-bottom: clamp(32px, 5vw, 48px);
}

.catalog section[b-2c1koie7ix] {
    scroll-margin-top: 150px;
}

.clear-filters[b-2c1koie7ix] {
    color: var(--knx-primary-deep);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------- Seller call to action ---------- */
.seller-cta[b-2c1koie7ix] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem 1.5rem;
    margin-top: clamp(40px, 7vw, 72px);
    padding: clamp(22px, 4vw, 32px);
    border-radius: var(--knx-radius-xl);
    background:
        radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.1) 0 22%, transparent 23%),
        linear-gradient(120deg, var(--knx-primary-darker), var(--knx-primary));
    color: #F1F5F9;
    box-shadow: var(--knx-shadow-card);
}

.seller-cta > div[b-2c1koie7ix] {
    flex: 1;
    min-width: 240px;
}

.seller-cta-icon[b-2c1koie7ix] {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: var(--knx-radius-lg);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 1.6rem;
}

.seller-cta-icon .pi[b-2c1koie7ix] {
    font-size: inherit;
}

.seller-cta h2[b-2c1koie7ix] {
    font-family: var(--knx-font-display);
    font-size: clamp(1.15rem, 2.3vw, 1.45rem);
    font-weight: 800;
    color: #fff;
}

.seller-cta p[b-2c1koie7ix] {
    max-width: 60ch;
    margin-top: 0.35rem;
    color: rgba(241, 245, 249, 0.85);
}


/* Without room outside the banner, the arrows pair up in the bottom-right corner rather than
   sitting on top of the text. */
@media (max-width: 1260px) {
    .banner-nav[b-2c1koie7ix] {
        top: auto;
        bottom: 14px;
        width: 38px;
        height: 38px;
        margin-top: 0;
    }

    .banner-prev[b-2c1koie7ix] { left: auto; right: 60px; }
    .banner-next[b-2c1koie7ix] { right: 16px; }
}

@media (max-width: 720px) {
    .banner-slide[b-2c1koie7ix] {
        grid-template-columns: minmax(0, 1fr);
        padding-bottom: 56px;
    }

    .banner-art[b-2c1koie7ix] {
        position: absolute;
        inset: auto -30px -20px auto;
        width: 60%;
        min-height: 0;
        height: 70%;
        opacity: 0.25;
    }

    .banner-nav[b-2c1koie7ix] {
        display: none !important;
    }
}
/* /Components/Pages/ProductPage.razor.rz.scp.css */
.status[b-5y85nwkz03] {
    padding-block: clamp(40px, 8vw, 80px);
}

.crumbs[b-5y85nwkz03] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    padding: 18px 0 16px;
    color: var(--knx-muted);
    font-size: 0.84rem;
}

.crumbs a[b-5y85nwkz03] {
    color: var(--knx-body);
    text-decoration: none;
}

.crumbs a:hover[b-5y85nwkz03] {
    color: var(--knx-primary-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.crumbs .pi[b-5y85nwkz03] {
    font-size: 0.7rem;
}

.crumbs span[aria-current][b-5y85nwkz03] {
    max-width: 40ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------- Layout ---------- */
.product[b-5y85nwkz03] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(20px, 4vw, 44px);
    padding: clamp(16px, 3vw, 28px);
    border-radius: var(--knx-radius-xl);
    border: 1px solid var(--knx-border);
    background: var(--knx-card);
    box-shadow: var(--knx-shadow-soft);
}

/* ---------- Gallery ---------- */
.gallery-col[b-5y85nwkz03] {
    position: relative;
    align-self: start;
}

.gallery[b-5y85nwkz03] {
    position: relative;
}

.gallery-track[b-5y85nwkz03] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    border-radius: var(--knx-radius-lg);
    background: var(--knx-surface-100);
    scrollbar-width: none;
}

.gallery-track[b-5y85nwkz03]::-webkit-scrollbar {
    display: none;
}

.gallery-slide[b-5y85nwkz03] {
    flex: 0 0 100%;
    margin: 0;
    aspect-ratio: 1 / 1;
    scroll-snap-align: start;
}

.gallery-slide img[b-5y85nwkz03] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.gallery-empty[b-5y85nwkz03] {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 0.6rem;
    aspect-ratio: 1 / 1;
    border-radius: var(--knx-radius-lg);
    color: hsl(var(--hue) 22% 40%);
    background:
        radial-gradient(circle at 26% 20%, rgba(255, 255, 255, 0.7) 0 14%, transparent 15%),
        linear-gradient(145deg, hsl(var(--hue) 26% 94%), hsl(var(--hue) 22% 85%));
}

.gallery-empty .pi[b-5y85nwkz03] {
    font-size: 3rem;
    opacity: 0.75;
}

.gallery-empty span[b-5y85nwkz03] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.8;
}

.gallery-badge[b-5y85nwkz03] {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    font-size: 0.85rem;
    padding: 0.35rem 0.7rem;
}

/* Arrows and dots appear once js/carousel.js has enhanced the gallery. */
.gallery-nav[b-5y85nwkz03],
.gallery-dots[b-5y85nwkz03] {
    display: none;
}

.gallery.is-enhanced .gallery-nav[b-5y85nwkz03],
.gallery.is-enhanced .gallery-dots[b-5y85nwkz03] {
    display: flex;
}

.gallery-nav[b-5y85nwkz03] {
    position: absolute;
    top: 50%;
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 1px solid var(--knx-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: var(--knx-ink);
    box-shadow: var(--knx-shadow-soft);
    cursor: pointer;
}

.gallery-prev[b-5y85nwkz03] { left: 10px; }
.gallery-next[b-5y85nwkz03] { right: 10px; }

.gallery-dots[b-5y85nwkz03] {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 2;
    gap: 6px;
    padding: 6px 8px;
    border-radius: var(--knx-radius-pill);
    background: rgba(15, 23, 42, 0.3);
    transform: translateX(-50%);
}

.gallery-dots[b-5y85nwkz03]  button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: var(--knx-radius-pill);
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: width 0.3s var(--knx-ease);
}

.gallery-dots[b-5y85nwkz03]  button[aria-current="true"] {
    width: 22px;
    background: #fff;
}

/* ---------- Info column ---------- */
.info[b-5y85nwkz03] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.seller-line[b-5y85nwkz03] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: fit-content;
    padding: 4px 12px 4px 4px;
    border-radius: var(--knx-radius-pill);
    background: var(--knx-surface-100);
    color: var(--knx-body);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.seller-line:hover[b-5y85nwkz03] {
    background: var(--knx-primary-50);
    color: var(--knx-primary-deep);
}

.seller-line[b-5y85nwkz03]  .knx-monogram {
    box-shadow: none;
    border-radius: 50%;
}

.seller-line .pi-verified[b-5y85nwkz03] {
    color: var(--knx-primary);
}

.info h1[b-5y85nwkz03] {
    font-family: var(--knx-font-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.price-block[b-5y85nwkz03] {
    display: grid;
    gap: 0.35rem;
    padding: 14px 16px;
    border-radius: var(--knx-radius-md);
    background: var(--knx-primary-50);
}

.price[b-5y85nwkz03] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3rem 0.8rem;
}

.price strong[b-5y85nwkz03] {
    font-family: var(--knx-font-display);
    font-size: clamp(1.6rem, 3.4vw, 2.1rem);
    font-weight: 800;
    color: var(--knx-primary-darker);
    font-variant-numeric: tabular-nums;
}

.price s[b-5y85nwkz03] {
    color: var(--knx-subtle);
    font-size: 1rem;
}

.saving[b-5y85nwkz03] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--knx-warm-deep);
    font-size: 0.86rem;
    font-weight: 600;
}

.stock[b-5y85nwkz03] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.stock .dot[b-5y85nwkz03] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.stock.in-stock[b-5y85nwkz03] {
    color: var(--knx-primary-deep);
}

.stock.in-stock .dot[b-5y85nwkz03] {
    background: var(--knx-primary-light);
    box-shadow: 0 0 0 4px var(--knx-primary-soft);
}

.stock.out-of-stock[b-5y85nwkz03] {
    color: var(--knx-danger);
}

.stock.out-of-stock .dot[b-5y85nwkz03] {
    background: var(--knx-danger);
    box-shadow: 0 0 0 4px var(--knx-danger-soft);
}

.actions[b-5y85nwkz03] {
    display: grid;
    gap: 0.6rem;
}

/* WhatsApp's own green: the button buyers already recognise. */
.btn-whatsapp[b-5y85nwkz03] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 52px;
    padding: 0 1.25rem;
    border-radius: var(--knx-radius-pill);
    background: var(--knx-whatsapp);
    color: #fff;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    box-shadow: 0 12px 26px -14px rgba(31, 175, 85, 0.8);
    transition: background-color 0.2s ease, transform 0.25s var(--knx-ease);
}

.btn-whatsapp .pi[b-5y85nwkz03] {
    font-size: 1.25rem;
}

.btn-whatsapp:hover[b-5y85nwkz03] {
    background: var(--knx-whatsapp-deep);
    transform: translateY(-1px);
}

.actions-secondary[b-5y85nwkz03] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.6rem;
}

.actions-secondary .knx-btn[b-5y85nwkz03] {
    border-radius: var(--knx-radius-pill);
}

.facts[b-5y85nwkz03] {
    display: grid;
    gap: 0.6rem;
    margin: 0.25rem 0 0;
    padding: 14px 0 0;
    border-top: 1px solid var(--knx-border);
    list-style: none;
    color: var(--knx-body);
    font-size: 0.88rem;
}

.facts li[b-5y85nwkz03] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.facts .pi[b-5y85nwkz03] {
    margin-top: 2px;
    color: var(--knx-warm);
}

.facts strong[b-5y85nwkz03] {
    color: var(--knx-ink);
    font-weight: 600;
}

.share[b-5y85nwkz03] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    color: var(--knx-primary-deep);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.share:hover[b-5y85nwkz03] {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------- Description and more ---------- */
.description[b-5y85nwkz03] {
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(18px, 3vw, 26px);
    border-radius: var(--knx-radius-xl);
    border: 1px solid var(--knx-border);
    background: var(--knx-card);
}

.description h2[b-5y85nwkz03] {
    margin-bottom: 0.6rem;
    font-family: var(--knx-font-display);
    font-size: 1.1rem;
    font-weight: 700;
}

.description p[b-5y85nwkz03] {
    max-width: 75ch;
    color: var(--knx-body);
    line-height: 1.7;
    white-space: pre-line;
}

.others[b-5y85nwkz03] {
    margin-top: clamp(20px, 3vw, 28px);
}

@media (max-width: 820px) {
    .product[b-5y85nwkz03] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Components/Shared/BoutiqueCardView.razor.rz.scp.css */
/* A catalogue card: identity on a soft tint of the seller's colour, a row of three products, a
   summary line. No cover image: the products themselves are the picture. */
.catalog-card[b-55xsvu7hjh] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    border-radius: var(--knx-radius-xl);
    border: 1px solid var(--knx-border);
    background:
        linear-gradient(180deg, hsl(var(--hue) 38% 96%) 0, var(--knx-card) 96px) no-repeat,
        var(--knx-card);
    box-shadow: var(--knx-shadow-soft);
    transition: transform 0.35s var(--knx-ease), box-shadow 0.35s var(--knx-ease), border-color 0.35s ease;
}

.catalog-card:hover[b-55xsvu7hjh],
.catalog-card:focus-within[b-55xsvu7hjh] {
    transform: translateY(-4px);
    box-shadow: var(--knx-shadow-lift);
    border-color: hsl(var(--hue) 28% 78%);
}

.catalog-link[b-55xsvu7hjh] {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
}

.catalog-link:focus-visible[b-55xsvu7hjh] {
    outline: 3px solid var(--knx-primary);
    outline-offset: -3px;
}

/* ---------- Identity ---------- */
.catalog-head[b-55xsvu7hjh] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.catalog-head[b-55xsvu7hjh]  .catalog-avatar {
    border-radius: 14px;
    box-shadow: 0 0 0 3px var(--knx-card), 0 4px 12px -4px hsl(var(--hue) 30% 30% / 0.35);
}

.catalog-identity[b-55xsvu7hjh] {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.catalog-name[b-55xsvu7hjh] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    font-family: var(--knx-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: var(--knx-ink);
}

.catalog-name-text[b-55xsvu7hjh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-verified[b-55xsvu7hjh] {
    flex-shrink: 0;
    font-size: 0.95rem;
    color: var(--knx-primary);
}

.catalog-meta[b-55xsvu7hjh] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    color: var(--knx-muted);
    font-size: 0.82rem;
    white-space: nowrap;
}

.catalog-city[b-55xsvu7hjh] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    color: var(--knx-body);
    font-weight: 600;
}

.catalog-city .pi[b-55xsvu7hjh] {
    font-size: 0.78rem;
    color: var(--knx-warm);
}

.catalog-city + .catalog-categories[b-55xsvu7hjh]::before {
    content: "·";
    margin-right: 0.45rem;
    color: var(--knx-subtle);
}

.catalog-categories[b-55xsvu7hjh] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------- Product row ---------- */
.catalog-shelf[b-55xsvu7hjh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.shelf-item[b-55xsvu7hjh] {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.shelf-media[b-55xsvu7hjh] {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--knx-radius-md);
    background: var(--knx-surface-100);
}

.shelf-media img[b-55xsvu7hjh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    transition: transform 0.6s var(--knx-ease);
}

.catalog-card:hover .shelf-media img[b-55xsvu7hjh] {
    transform: scale(1.06);
}

/* No photo yet: a tinted tile naming the product, in the seller's colour family. */
.shelf-media.is-placeholder[b-55xsvu7hjh] {
    --tone: calc(var(--hue) + var(--shift, 0));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 9px 9px 10px;
    color: hsl(var(--tone) 32% 27%);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.55) 0 26%, transparent 27%),
        linear-gradient(155deg, hsl(var(--tone) 36% 93%), hsl(var(--tone) 28% 84%));
}

.shelf-icon[b-55xsvu7hjh] {
    align-self: flex-start;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
    color: hsl(var(--tone) 34% 38%);
    font-size: 0.72rem;
}

.shelf-name[b-55xsvu7hjh] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.shelf-discount[b-55xsvu7hjh] {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 2px 6px;
    border-radius: var(--knx-radius-pill);
    background: var(--knx-warm);
    color: #fff;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

/* "+N": the rest of the catalogue, over the last tile. A placeholder's own text is hidden under it. */
.shelf-media.has-more.is-placeholder > :not(.shelf-more)[b-55xsvu7hjh] {
    visibility: hidden;
}

.shelf-more[b-55xsvu7hjh] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: hsl(calc(var(--hue) + var(--shift, 0)) 30% 24% / 0.62);
    color: #fff;
    font-family: var(--knx-font-display);
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.shelf-price[b-55xsvu7hjh] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--knx-ink);
    font-size: 0.8rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

/* ---------- Summary ---------- */
.catalog-foot[b-55xsvu7hjh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--knx-border);
}

.catalog-summary[b-55xsvu7hjh] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.15rem 0.45rem;
    min-width: 0;
    color: var(--knx-muted);
    font-size: 0.82rem;
}

.catalog-from[b-55xsvu7hjh]::before {
    content: "·";
    margin-right: 0.45rem;
    color: var(--knx-subtle);
}

.catalog-from strong[b-55xsvu7hjh] {
    color: var(--knx-primary-deep);
    font-weight: 700;
}

.catalog-cta[b-55xsvu7hjh] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.4rem 0.8rem;
    border-radius: var(--knx-radius-pill);
    background: var(--knx-primary-50);
    color: var(--knx-primary-deep);
    font-size: 0.8rem;
    font-weight: 700;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.catalog-cta .pi[b-55xsvu7hjh] {
    font-size: 0.72rem;
    transition: transform 0.35s var(--knx-ease);
}

.catalog-card:hover .catalog-cta[b-55xsvu7hjh],
.catalog-card:focus-within .catalog-cta[b-55xsvu7hjh] {
    background: var(--knx-primary);
    color: #fff;
}

.catalog-card:hover .catalog-cta .pi[b-55xsvu7hjh] {
    transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
    .catalog-card[b-55xsvu7hjh],
    .shelf-media img[b-55xsvu7hjh],
    .catalog-cta .pi[b-55xsvu7hjh] {
        transition: none;
    }

    .catalog-card:hover[b-55xsvu7hjh],
    .catalog-card:focus-within[b-55xsvu7hjh] {
        transform: none;
    }

    .catalog-card:hover .shelf-media img[b-55xsvu7hjh] {
        transform: none;
    }
}
/* /Components/Shared/ProductCardView.razor.rz.scp.css */
.product-card[b-42owlx1683] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--knx-radius-lg);
    border: 1px solid var(--knx-border);
    background: var(--knx-card);
    box-shadow: var(--knx-shadow-soft);
    transition: transform 0.35s var(--knx-ease), box-shadow 0.35s var(--knx-ease);
}

.product-card:hover[b-42owlx1683] {
    transform: translateY(-3px);
    box-shadow: var(--knx-shadow-card);
}

/* The whole card opens the product page through one stretched link, so screen readers hear a
   single "Voir …" link instead of every element in the card. */
.product-card[b-42owlx1683] {
    position: relative;
}

.product-link[b-42owlx1683] {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
}

.product-link:focus-visible[b-42owlx1683] {
    outline: 3px solid var(--knx-primary);
    outline-offset: -3px;
}

.product-media[b-42owlx1683] {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--knx-surface-100);
}

.product-media img[b-42owlx1683] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--knx-ease);
}

.product-card:hover .product-media img[b-42owlx1683] {
    transform: scale(1.05);
}

.product-card.is-soldout .product-media img[b-42owlx1683],
.product-card.is-soldout .product-placeholder[b-42owlx1683] {
    filter: grayscale(0.7);
    opacity: 0.75;
}

.product-placeholder[b-42owlx1683] {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 0.55rem;
    width: 100%;
    height: 100%;
    color: hsl(var(--hue) 30% 34%);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.55) 0 30%, transparent 31%),
        radial-gradient(circle at 0 100%, rgba(255, 255, 255, 0.35) 0 22%, transparent 23%),
        linear-gradient(155deg, hsl(var(--hue) 36% 94%), hsl(var(--hue) 28% 85%));
}

.product-placeholder-icon[b-42owlx1683] {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 8px 20px -12px hsl(var(--hue) 30% 25% / 0.45);
    font-size: 1.35rem;
    color: hsl(var(--hue) 34% 38%);
}

.product-placeholder-note[b-42owlx1683] {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.6;
}

.product-badges[b-42owlx1683] {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 0.35rem;
}

.product-body[b-42owlx1683] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
    padding: 14px 16px 16px;
}

.product-name[b-42owlx1683] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--knx-ink);
}

.product-description[b-42owlx1683] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--knx-muted);
    font-size: 0.82rem;
    line-height: 1.45;
}

.product-footer[b-42owlx1683] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.6rem;
}

.product-footer-text[b-42owlx1683] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

/* Drawn above the stretched link (z-index 2), so it is its own target. */
.product-whatsapp[b-42owlx1683] {
    position: relative;
    z-index: 3;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--knx-whatsapp) 35%, transparent);
    background: var(--knx-whatsapp-soft);
    color: var(--knx-whatsapp-deep);
    font-size: 1.1rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.25s var(--knx-ease);
}

.product-whatsapp:hover[b-42owlx1683] {
    background: var(--knx-whatsapp);
    color: #fff;
    transform: scale(1.06);
}

.product-whatsapp:focus-visible[b-42owlx1683] {
    outline: 3px solid var(--knx-whatsapp);
    outline-offset: 2px;
}

.product-price[b-42owlx1683] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
}

.product-price strong[b-42owlx1683] {
    font-family: var(--knx-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--knx-primary-deep);
    font-variant-numeric: tabular-nums;
}

.product-price s[b-42owlx1683] {
    color: var(--knx-subtle);
    font-size: 0.82rem;
}

.product-stock[b-42owlx1683] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 500;
}

.product-stock .dot[b-42owlx1683] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.product-stock.in-stock[b-42owlx1683] {
    color: var(--knx-primary-deep);
}

.product-stock.in-stock .dot[b-42owlx1683] {
    background: var(--knx-primary-light);
    box-shadow: 0 0 0 3px var(--knx-primary-soft);
}

.product-stock.out-of-stock[b-42owlx1683] {
    color: var(--knx-danger);
}

.product-stock.out-of-stock .dot[b-42owlx1683] {
    background: var(--knx-danger);
    box-shadow: 0 0 0 3px var(--knx-danger-soft);
}

@media (max-width: 520px) {
    .product-body[b-42owlx1683] {
        padding: 12px;
    }

    .product-description[b-42owlx1683] {
        display: none;
    }

    .product-name[b-42owlx1683] {
        font-size: 0.88rem;
    }
}
/* /Components/Shared/ProductRow.razor.rz.scp.css */
.row[b-brsi7wc1sy] {
    overflow: hidden;
    border-radius: var(--knx-radius-lg);
    border: 1px solid var(--knx-border);
    background: var(--knx-card);
    box-shadow: var(--knx-shadow-soft);
}

.row + .row[b-brsi7wc1sy] {
    margin-top: clamp(16px, 2.5vw, 22px);
}

.row-head[b-brsi7wc1sy] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 1rem;
    padding: 12px 18px;
    background: var(--tone);
    color: #fff;
}

.row-head h2[b-brsi7wc1sy] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--knx-font-display);
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    font-weight: 700;
}

.row-head h2 .pi[b-brsi7wc1sy] {
    font-size: 1.05rem;
}

.row-head p[b-brsi7wc1sy] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.84rem;
}

.row-body[b-brsi7wc1sy] {
    position: relative;
}

.row-track[b-brsi7wc1sy] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(140px, 17vw, 184px);
    gap: 12px;
    margin: 0;
    padding: 14px 16px 16px;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 16px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--knx-border) transparent;
}

.row-track li[b-brsi7wc1sy] {
    scroll-snap-align: start;
}

.row-nav[b-brsi7wc1sy] {
    position: absolute;
    top: 38%;
    z-index: 2;
    display: none;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--knx-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--knx-ink);
    box-shadow: var(--knx-shadow-soft);
    cursor: pointer;
    transition: transform 0.2s var(--knx-ease), box-shadow 0.2s ease;
}

.row-nav:hover[b-brsi7wc1sy] {
    transform: scale(1.06);
    box-shadow: var(--knx-shadow-card);
}

.row-prev[b-brsi7wc1sy] { left: 8px; }
.row-next[b-brsi7wc1sy] { right: 8px; }

/* Set by js/carousel.js only when that direction can scroll. Mouse devices only: touch screens
   swipe, and arrows there would just cover the products. */
@media (hover: hover) {
    .row[data-can-prev] .row-prev[b-brsi7wc1sy],
    .row[data-can-next] .row-next[b-brsi7wc1sy] {
        display: grid;
    }
}
/* /Components/Shared/ProductTileView.razor.rz.scp.css */
.tile[b-m4br7hippk] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: var(--knx-radius-md);
    background: var(--knx-card);
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s var(--knx-ease), box-shadow 0.3s var(--knx-ease);
}

.tile:hover[b-m4br7hippk],
.tile:focus-visible[b-m4br7hippk] {
    transform: translateY(-3px);
    box-shadow: var(--knx-shadow-card);
}

.tile:focus-visible[b-m4br7hippk] {
    outline-offset: 2px;
}

.tile-media[b-m4br7hippk] {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--knx-radius-md);
    background: var(--knx-surface-100);
}

.tile-media img[b-m4br7hippk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s var(--knx-ease);
}

.tile:hover .tile-media img[b-m4br7hippk] {
    transform: scale(1.05);
}

.tile-placeholder[b-m4br7hippk] {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: hsl(var(--hue) 22% 42%);
    font-size: 1.6rem;
    background:
        radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.75) 0 16%, transparent 17%),
        linear-gradient(145deg, hsl(var(--hue) 26% 94%), hsl(var(--hue) 22% 86%));
}

.tile-placeholder .pi[b-m4br7hippk] {
    font-size: inherit;
    opacity: 0.75;
}

.tile-badge[b-m4br7hippk] {
    position: absolute;
    top: 8px;
    right: 8px;
}

.tile-body[b-m4br7hippk] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 10px 4px 6px;
}

.tile-name[b-m4br7hippk] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    color: var(--knx-ink);
    font-size: 0.85rem;
    line-height: 1.3;
}

.tile-price[b-m4br7hippk] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.tile-price strong[b-m4br7hippk] {
    font-family: var(--knx-font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--knx-ink);
    font-variant-numeric: tabular-nums;
}

.tile-price s[b-m4br7hippk] {
    color: var(--knx-subtle);
    font-size: 0.78rem;
}

.tile-seller[b-m4br7hippk] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.15rem;
    overflow: hidden;
    color: var(--knx-muted);
    font-size: 0.74rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tile-seller .pi[b-m4br7hippk] {
    flex-shrink: 0;
    font-size: 0.7rem;
    color: var(--knx-warm);
}
