/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-nj1g0khoz7] {
    min-height: 100vh;
    background: #f8fafc;
    padding-bottom: 4.75rem;
}

.top-row[b-nj1g0khoz7] {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #111827 0%, #1f2937 55%, #b91c1c 100%);
    border-bottom: 1px solid #7f1d1d;
}

.brand[b-nj1g0khoz7] {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #f9fafb;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.02em;
    font-size: 1.35rem;
}

.brand-logo[b-nj1g0khoz7] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 9999px;
    padding: 0.28rem;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.main-nav[b-nj1g0khoz7] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.main-nav a[b-nj1g0khoz7] {
    color: #f3f4f6;
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
}

.main-nav a:hover[b-nj1g0khoz7] {
    color: #fecaca;
}

.customer-menu[b-nj1g0khoz7] {
    position: relative;
}

.customer-menu-toggle[b-nj1g0khoz7] {
    list-style: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #f3f4f6;
    font-size: 0.92rem;
    font-weight: 600;
    max-width: 12rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-menu-toggle:hover[b-nj1g0khoz7] {
    color: #fecaca;
}

.customer-menu-toggle[b-nj1g0khoz7]::-webkit-details-marker {
    display: none;
}

.customer-menu-toggle[b-nj1g0khoz7]::after {
    content: " ▼";
    font-size: 0.65rem;
}

.customer-menu[open] .customer-menu-toggle[b-nj1g0khoz7]::after {
    content: " ▲";
}

.customer-menu-panel[b-nj1g0khoz7] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.4rem);
    display: flex;
    flex-direction: column;
    min-width: 10.5rem;
    border: 1px solid #fecaca;
    border-radius: 0.6rem;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
    overflow: hidden;
    z-index: 50;
}

.customer-menu-link[b-nj1g0khoz7] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.55rem 0.8rem;
    color: #111827 !important;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    background: transparent;
    border: 0;
}

.customer-menu-divider[b-nj1g0khoz7] {
    margin: 0;
    border: 0;
    border-top: 1px solid #fee2e2;
}

.customer-menu-link:hover[b-nj1g0khoz7] {
    background: #fff1f2;
    color: #b91c1c !important;
}

.customer-menu-logout[b-nj1g0khoz7] {
    cursor: pointer;
}

.menu-toggle[b-nj1g0khoz7] {
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.35rem 0.6rem;
    font-size: 1.15rem;
}

main[b-nj1g0khoz7] {
    flex: 1;
}

.content[b-nj1g0khoz7] {
    padding-top: 0;
}

.content-home[b-nj1g0khoz7] {
    padding-left: 0;
    padding-right: 0;
}

.content-standard[b-nj1g0khoz7] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.25rem;
}

.site-footer[b-nj1g0khoz7] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    border-top: 1px solid #d4d4d8;
    background: #111827;
    color: #e5e7eb;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.copyright[b-nj1g0khoz7] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.social-links[b-nj1g0khoz7] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-links a[b-nj1g0khoz7] {
    color: #fca5a5;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.social-links a:hover[b-nj1g0khoz7] {
    color: #fee2e2;
}

.shop-toast-message[b-nj1g0khoz7] {
    animation: shopToastFade-b-nj1g0khoz7 4.5s ease forwards;
}

@keyframes shopToastFade-b-nj1g0khoz7 {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    10% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    80% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-6px) scale(0.99);
    }
}

@media (max-width: 640.98px) {
    .top-row[b-nj1g0khoz7] {
        min-height: 4.5rem;
        flex-wrap: wrap;
        padding-top: 0.45rem;
        padding-bottom: 0.45rem;
        row-gap: 0.4rem;
    }

    .brand[b-nj1g0khoz7] {
        font-size: 1.05rem;
    }

    .brand-logo[b-nj1g0khoz7] {
        width: 2.8rem;
        height: 2.8rem;
    }

    .menu-toggle[b-nj1g0khoz7] {
        display: block;
    }

    .main-nav[b-nj1g0khoz7] {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
        padding-top: 0.2rem;
        padding-bottom: 0.25rem;
    }

    .main-nav.main-nav-open[b-nj1g0khoz7] {
        display: flex;
    }

    .main-nav a[b-nj1g0khoz7] {
        width: 100%;
        padding: 0.35rem 0;
    }

    .customer-menu[b-nj1g0khoz7] {
        width: 100%;
    }

    .customer-menu-toggle[b-nj1g0khoz7] {
        width: 100%;
        display: inline-flex;
        max-width: none;
        padding: 0.35rem 0;
    }

    .customer-menu-panel[b-nj1g0khoz7] {
        position: static;
        margin-top: 0.3rem;
        width: 100%;
    }

    .site-footer[b-nj1g0khoz7] {
        padding: 1rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9i3riwgskb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9i3riwgskb] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9i3riwgskb] {
    font-size: 1.1rem;
}

.bi[b-9i3riwgskb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9i3riwgskb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9i3riwgskb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9i3riwgskb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-9i3riwgskb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9i3riwgskb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9i3riwgskb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9i3riwgskb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9i3riwgskb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9i3riwgskb]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9i3riwgskb] {
        display: none;
    }

    .collapse[b-9i3riwgskb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-9i3riwgskb] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
