/* KleaHub — Ubold demo overrides */

body {
    font-family: 'Outfit', sans-serif !important;
}

/* Dark sidenav brand tint (demo-style dark menu) */
html[data-menu-color="dark"] .sidenav-menu {
    background-color: #1e293b !important;
}

html.superadmin[data-menu-color="dark"] .sidenav-menu {
    background-color: #2e0854 !important;
}

.superadmin-banner {
    background: linear-gradient(135deg, #2e0854 0%, #4c1d95 100%) !important;
}

/* Sticky split-panel forms */
@media (min-width: 992px) {
    .sticky-form-panel {
        position: sticky;
        top: calc(var(--bs-topbar-height, 70px) + 1.25rem);
    }
}

.product-thumb {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.product-thumb-placeholder {
    width: 42px;
    height: 42px;
}

.allergen-dot {
    width: 20px;
    height: 20px;
}