/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uy80y7eeiw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url('/background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

main[b-uy80y7eeiw] {
    position: relative;
    flex: 1;
    min-width: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sidebar[b-uy80y7eeiw] {
    background-color: rgb(33 43 68 / 80%);
    backdrop-filter: blur(2px);
    margin-bottom: 0;
}

.content-stage[b-uy80y7eeiw] {
    position: relative;
    flex: 1;
    padding-top: 0.9rem;
    background: rgb(255 255 255 / 60%)
}

.site-footer[b-uy80y7eeiw] {
    background: rgb(255 255 255 / 60%)
}

@media (max-width: 640.98px) {
    .sidebar[b-uy80y7eeiw] {
        position: sticky;
        top: 0;
        z-index: 30;
        min-height: 3.5rem;
    }

    .content-stage[b-uy80y7eeiw] {
        padding-top: 0.65rem;
    }
}

@media (min-width: 641px) {
    .page[b-uy80y7eeiw] {
        flex-direction: row;
    }

    .sidebar[b-uy80y7eeiw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .content-stage[b-uy80y7eeiw],
    .site-footer[b-uy80y7eeiw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uy80y7eeiw] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-uy80y7eeiw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6qmhsrcuix] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    min-width: 3.5rem;
    min-height: 2.5rem;
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0;
    color: white;
    position: relative;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index: 100;
}

.navbar-toggler:checked[b-6qmhsrcuix] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6qmhsrcuix] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6qmhsrcuix] {
    font-size: 1.1rem;
}

.nav-icon[b-6qmhsrcuix] {
    flex: 0 0 auto;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-icon-news[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm2-1a1 1 0 0 0-1 1v8h12V2a1 1 0 0 0-1-1H2Zm11 10H1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3ZM3 3h8v1H3V3Zm0 2h8v1H3V5Zm0 2h5v1H3V7Z'/%3E%3C/svg%3E");
}

.nav-icon-about[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm0 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm1 10H7V7h2v6Z'/%3E%3C/svg%3E");
}

.nav-icon-body-text[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 .5A.5.5 0 0 1 .5 0h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 0 .5m0 2A.5.5 0 0 1 .5 2h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m9 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-9 2A.5.5 0 0 1 .5 4h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m5 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m-12 2A.5.5 0 0 1 .5 6h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m8 0a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-8 2A.5.5 0 0 1 .5 8h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m7 0a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-7 2a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5V7Z'/%3E%3C/svg%3E");
}
.nav-icon-person-walking[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M9.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M6.44 3.752A.75.75 0 0 1 7 3.5h1.445c.742 0 1.32.643 1.243 1.38l-.43 4.083a1.8 1.8 0 0 1-.088.395l-.318.906.213.242a.8.8 0 0 1 .114.175l2 4.25a.75.75 0 1 1-1.357.638l-1.956-4.154-1.68-1.921A.75.75 0 0 1 6 8.96l.138-2.613-.435.489-.464 2.786a.75.75 0 1 1-1.48-.246l.5-3a.75.75 0 0 1 .18-.375l2-2.25ZV7Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M6.25 11.745v-1.418l1.204 1.375.261.524a.8.8 0 0 1-.12.231l-2.5 3.25a.75.75 0 1 1-1.19-.914zm4.22-4.215-.494-.494.205-1.843.006-.067 1.124 1.124h1.44a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.531-.22ZV7Z'/%3E%3C/svg%3E");
}

.nav-icon-catalog[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 2.5A1.5 1.5 0 0 1 1.5 1h13A1.5 1.5 0 0 1 16 2.5v11a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-11ZM1.5 2a.5.5 0 0 0-.5.5V6h14V2.5a.5.5 0 0 0-.5-.5h-13ZM15 7H1v6.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5V7Z'/%3E%3C/svg%3E");
}

.nav-icon-account[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.nav-icon-products[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.186.113a1 1 0 0 0-.372 0L1.5 1.5A1 1 0 0 0 1 2.414v9.172a1 1 0 0 0 .686.948l6.314 2.105a1 1 0 0 0 .628 0l6.314-2.105a1 1 0 0 0 .686-.948V2.414a1 1 0 0 0-.5-.914L8.186.113ZM8 1.118 13.5 2.95 8 4.783 2.5 2.95 8 1.118ZM2 3.78l5.5 1.833v7.062L2 10.842V3.78Zm6.5 8.895V5.613L14 3.78v7.062l-5.5 1.833Z'/%3E%3C/svg%3E");
}

.nav-icon-warehouses[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 2 8h.5v6a.5.5 0 0 0 .5.5h3.5a.5.5 0 0 0 .5-.5V10h2v4a.5.5 0 0 0 .5.5H13a.5.5 0 0 0 .5-.5V8h.5a.5.5 0 0 0 .354-.854l-6-6Z'/%3E%3C/svg%3E");
}

.nav-icon-receiving[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a5 5 0 1 0 4.546 2.916.5.5 0 1 1 .908-.418A6 6 0 1 1 8 2v1Zm2.354.146a.5.5 0 0 1 .707 0L13 5.086V3.5a.5.5 0 0 1 1 0V6.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h1.793L10.354 3.854a.5.5 0 0 1 0-.708Z'/%3E%3C/svg%3E");
}

.nav-icon-reservations[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2ZM2 1h12a1 1 0 0 1 1 1v2H1V2a1 1 0 0 1 1-1Zm12 14H2a1 1 0 0 1-1-1V5h14v9a1 1 0 0 1-1 1Zm-9-7h2v2H5V8Zm4 0h2v2H9V8Zm-4 3h2v2H5v-2Zm4 0h2v2H9v-2Z'/%3E%3C/svg%3E");
}

.nav-icon-checkout[b-6qmhsrcuix] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4Zm0 2h16v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6Zm3 3a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z'/%3E%3C/svg%3E");
}

.nav-shop-brand[b-6qmhsrcuix] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 3rem 0.5rem;
    overflow: hidden;
}

.nav-controls-row[b-6qmhsrcuix] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
    flex: 0 0 auto;
    min-height: 2.5rem;
    padding: 0.5rem;
}

.nav-warehouse-select-block[b-6qmhsrcuix] {
    display: flex;
    align-items: center;
    height: 2.5rem;
    padding: 0 0.5rem;
    width:100%;
}

.nav-shop-title[b-6qmhsrcuix] {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
}

.nav-shop-logo[b-6qmhsrcuix] {
    max-width: 100%;
    /*max-height: 56px;*/
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    
    margin: 0;
}

.nav-shop-subtitle[b-6qmhsrcuix] {
    margin-top: 0.3rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.2;
}

.nav-item[b-6qmhsrcuix] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-6qmhsrcuix] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-6qmhsrcuix] {
        padding-bottom: 0.35rem;
    }

    .nav-item[b-6qmhsrcuix]  .nav-link {
        color: #e9ecef;
        background: none;
        border: none;
        border-radius: 6px;
        min-height: 2.65rem;
        display: flex;
        align-items: center;
        gap: 0.15rem;
        line-height: 1.25;
        width: 100%;
        white-space: normal;
        word-break: break-word;
        padding: 0.55rem 0.7rem;
    }

.nav-item[b-6qmhsrcuix]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6qmhsrcuix]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6qmhsrcuix] {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6qmhsrcuix] {
    display: block;
}

.nav-menu-shell[b-6qmhsrcuix] {
    display: flex;
    flex-direction: column;
    max-height: 100dvh;
}

@media (max-width: 640.98px) {
    body[b-6qmhsrcuix] {
        position: relative;
    }

    .nav-menu-shell[b-6qmhsrcuix] {
        position: relative;
        z-index: 40;
        max-height: 100dvh;
        overflow: hidden;
    }

    .nav-shop-brand[b-6qmhsrcuix],
    .nav-controls-row[b-6qmhsrcuix] {
        flex: 0 0 auto;
    }

    .nav-shop-brand[b-6qmhsrcuix] {
        min-height: 0;
        max-height: 16rem;
        transition: max-height 220ms ease, padding-top 220ms ease, padding-bottom 220ms ease, border-bottom-width 220ms ease;
    }

    .nav-menu-shell[data-mobile-brand-state="collapsed"] .nav-shop-brand[b-6qmhsrcuix] {
        max-height: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-bottom-width: 0;
        pointer-events: none;
    }

    .nav-scrollable.show[b-6qmhsrcuix],
    .navbar-toggler:checked ~ .nav-scrollable[b-6qmhsrcuix] {
        display: block;
        position: relative;
        z-index: 35;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        background-color: rgb(33 43 68 / 96%);
        backdrop-filter: blur(3px);
        border-top: 0;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        max-height: calc(100dvh - 6.5rem);
        padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.5rem);
    }

    .nav[b-6qmhsrcuix] {
        padding-top: 0.5rem;
    }
}
@media (min-width: 641px) {
    .navbar-toggler[b-6qmhsrcuix] {
        display: none;
    }

    .nav-menu-shell[b-6qmhsrcuix] {
        height: 100vh;
        max-height: 100vh;
    }

    .nav-scrollable[b-6qmhsrcuix] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: auto;
        max-height: none;
        overflow-y: auto;
        padding-bottom: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gn9k9e8pne],
.components-reconnect-repeated-attempt-visible[b-gn9k9e8pne],
.components-reconnect-failed-visible[b-gn9k9e8pne],
.components-pause-visible[b-gn9k9e8pne],
.components-resume-failed-visible[b-gn9k9e8pne],
.components-rejoining-animation[b-gn9k9e8pne] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-retrying[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-failed[b-gn9k9e8pne],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gn9k9e8pne] {
    display: block;
}


#components-reconnect-modal[b-gn9k9e8pne] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-gn9k9e8pne 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gn9k9e8pne 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gn9k9e8pne 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gn9k9e8pne]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gn9k9e8pne 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gn9k9e8pne {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gn9k9e8pne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gn9k9e8pne {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gn9k9e8pne] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gn9k9e8pne] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gn9k9e8pne] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gn9k9e8pne] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gn9k9e8pne] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gn9k9e8pne] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gn9k9e8pne] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gn9k9e8pne 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gn9k9e8pne] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gn9k9e8pne {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
