/* /Components/Layout/MainLayout.razor.rz.scp.css */
.Hlavicka[b-sqlgxh4onw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    padding: 0 32px;
    background: #f8fafc;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e7eb;
}

.logo-area[b-sqlgxh4onw] {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo-img[b-sqlgxh4onw] {
    height: 32px;
    width: auto;
    display: block;
}

.profile-cart-wrapper[b-sqlgxh4onw] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-button[b-sqlgxh4onw],
.dx-button.icon-button[b-sqlgxh4onw], /* Ensure DevExpress button uses these styles */
.dx-dropdownbutton.icon-button[b-sqlgxh4onw] {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.icon-button img[b-sqlgxh4onw] {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
}

.badge[b-sqlgxh4onw] {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #e11d48;
    color: white;
    border-radius: 50%;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    min-width: 20px;
    text-align: center;
    line-height: 1;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-3mqsln7fgb] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-3mqsln7fgb] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-3mqsln7fgb] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-3mqsln7fgb] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-3mqsln7fgb] {
    text-align: center;
}

[b-3mqsln7fgb] .menu-button-container {
    align-self: center;
}

.menu-button[b-3mqsln7fgb] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-3mqsln7fgb] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-3mqsln7fgb] .menu {
    background-color: inherit;
}

    [b-3mqsln7fgb] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-3mqsln7fgb] .menu-item {
    color: var(--bs-white);
}

[b-3mqsln7fgb] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-3mqsln7fgb] .home-icon {
    background-image: url("images/home.svg");
}

[b-3mqsln7fgb] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-3mqsln7fgb] .counter-icon {
    background-image: url("images/counter.svg");
}


[b-3mqsln7fgb] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3mqsln7fgb] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3mqsln7fgb] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3mqsln7fgb] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3mqsln7fgb] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-3mqsln7fgb] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-3mqsln7fgb]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-3mqsln7fgb]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-3mqsln7fgb] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-3mqsln7fgb] {
            display: block;
        }

        #sidebar.auto-expanded[b-3mqsln7fgb] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-3mqsln7fgb]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-3mqsln7fgb] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-3mqsln7fgb]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-3mqsln7fgb] {
        text-align: inherit;
    }

    [b-3mqsln7fgb] .menu-button-container {
        display: block;
    }

    [b-3mqsln7fgb] .layout-item {
        display: none;
    }

    [b-3mqsln7fgb] .footer {
        display: none;
    }
}
/* /Components/Pages/CategoryTopBar.razor.rz.scp.css */
/* HORNÍ LIŠTA – hlavní kategorie */
.category-topbar[b-8478ig60w6] {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px 24px 4px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: space-between;
}

    /* skrytí scrollbarů */
    .category-topbar[b-8478ig60w6]::-webkit-scrollbar {
        height: 4px;
    }

    .category-topbar[b-8478ig60w6]::-webkit-scrollbar-thumb {
        background: transparent;
    }

/* položka hlavní kategorie */
.category-top-item[b-8478ig60w6] {
    position: relative;
    background: transparent;
    border: none;
    padding: 8px 0;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    color: #1f2937; /* tmavší šedá */
    transition: color 0.15s ease;
}

    .category-top-item:hover[b-8478ig60w6] {
        color: #000; /* jemný hover */
    }

    /* ANIMOVANÁ ORANŽOVÁ LINKA POD AKTIVNÍ KATEGORIÍ */
    .category-top-item[b-8478ig60w6]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 100%;
        height: 3px;
        background: #f59e0b;
        border-radius: 999px;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.18s ease-out;
    }

    .category-top-item.active[b-8478ig60w6]::after {
        transform: scaleX(1);
    }

/* --------------------------------------------------------------------- */
/* PODKATEGORIE – "ŠTÍTKY" / "CHIPS" */
/* --------------------------------------------------------------------- */

.category-subbar[b-8478ig60w6] {
    background: #ffffff;
    padding: 10px 24px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #f3f4f6;
    justify-content: center;
}

.category-sub-item.active[b-8478ig60w6] {
    background: #fef3c7; /* světle oranžová */
    border-color: #f59e0b; /* oranžový okraj */
    color: #92400e; /* lehce tmavší text */
    box-shadow: 0 2px 4px rgba(0,0,0,0.10);
}

.category-sub-item[b-8478ig60w6],
.category-sub-back[b-8478ig60w6] {
    border-radius: 999px;
    border: 1px solid #d1d5db;
    padding: 6px 14px;
    font-size: 13px;
    background: #f9fafb;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

/* zpět tlačítko o trochu výraznější */
.category-sub-back[b-8478ig60w6] {
    background: #ffffff;
    font-weight: 500;
}

    .category-sub-item:hover[b-8478ig60w6],
    .category-sub-back:hover[b-8478ig60w6] {
        background: #e5e7eb;
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    }
/* /Components/Pages/Checkout.razor.rz.scp.css */
.order-success[b-1pg8k3mtlr] {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 40px 20px;
}

.order-success__icon[b-1pg8k3mtlr] {
    font-size: 64px;
    color: #34a853;
    margin-bottom: 20px;
}

.order-success h2[b-1pg8k3mtlr] {
    font-size: 22px;
    margin-bottom: 8px;
    color: #171717;
}

.order-success p[b-1pg8k3mtlr] {
    font-size: 16px;
    color: #555;
    margin: 6px 0;
}

.order-success__actions[b-1pg8k3mtlr] {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Tlačítka */
.btn-confirm[b-1pg8k3mtlr] {
    background: #34a853;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

    .btn-confirm:hover[b-1pg8k3mtlr] {
        background: #2c8c45;
    }

.btn-secondary[b-1pg8k3mtlr] {
    background: #f1f1f1;
    color: #333;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

    .btn-secondary:hover[b-1pg8k3mtlr] {
        background: #ddd;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
[b-1la7z0ewxy] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-1la7z0ewxy] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-1la7z0ewxy] .title {
    text-align: center;
}

[b-1la7z0ewxy] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-1la7z0ewxy] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-1la7z0ewxy] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-1la7z0ewxy] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-1la7z0ewxy] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-1la7z0ewxy] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-1la7z0ewxy] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Katalog.razor.rz.scp.css */
.counter-block[b-k3umq9n19x] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-k3umq9n19x] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-k3umq9n19x] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-k3umq9n19x] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }

/* /Components/Pages/Kategorie.razor.rz.scp.css */
.kategorie-container[b-mqero82krj] {
    padding: 20px 40px;
}

/* 🔹 Responzivní grid layout */
.category-grid[b-mqero82krj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

/* 🔹 Karta kategorie */
.category-card[b-mqero82krj] {
    background: white;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .category-card:hover[b-mqero82krj] {
        transform: translateY(-4px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    }

    /* 🔹 Obrázek kategorie */
    .category-card img[b-mqero82krj],
    .category-image[b-mqero82krj] {
        width: 80px;
        height: 80px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    /* 🔹 Text kategorie */
    .category-card span[b-mqero82krj] {
        display: block;
        font-weight: 600;
        color: #333;
        font-size: 14px;
        text-wrap: balance;
    }

    /* 🔹 Ikona fallback */
    .category-card i[b-mqero82krj] {
        margin-bottom: 10px;
        color: #3b82f6;
    }

/* 🔹 Zpět tlačítko */
.back-card[b-mqero82krj] {
    border: 2px dashed #3b82f6;
    color: #3b82f6;
    background: #f8fbff;
}

/* 🔹 Breadcrumb navigace */
.breadcrumb[b-mqero82krj] {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-link[b-mqero82krj] {
    color: #3b82f6;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

    .breadcrumb-link:hover[b-mqero82krj] {
        text-decoration: underline;
        color: #2563eb;
    }

.breadcrumb-current[b-mqero82krj] {
    font-weight: 600;
    color: #333;
}

.breadcrumb-separator[b-mqero82krj] {
    margin: 0 6px;
    color: #888;
}

/* 🔹 Responzivita */
@media (max-width: 600px) {
    .category-card[b-mqero82krj] {
        min-height: 130px;
        padding: 15px 5px;
    }

        .category-card img[b-mqero82krj] {
            width: 60px;
            height: 60px;
        }

        .category-card span[b-mqero82krj] {
            font-size: 13px;
        }
}
/* /Components/Pages/Navigace.razor.rz.scp.css */
.breadcrumb-nav[b-wdhelgd6d5] {
    margin: 16px 0;
    font-size: 14px;
    color: #333;
}

    .breadcrumb-nav a[b-wdhelgd6d5] {
        color: #1976d2;
        text-decoration: none;
        font-weight: 500;
    }

        .breadcrumb-nav a:hover[b-wdhelgd6d5] {
            text-decoration: underline;
        }

    .breadcrumb-nav span[b-wdhelgd6d5] {
        color: #999;
        margin: 0 6px;
    }

    .breadcrumb-nav strong[b-wdhelgd6d5] {
        color: #000;
        font-weight: 600;
    }
/* /Components/Pages/Objednavka.razor.rz.scp.css */
.order-detail-container[b-tqhim9c1h2] {
    min-width: 80%;
    margin: 30px auto;
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.order-header[b-tqhim9c1h2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.order-actions[b-tqhim9c1h2] {
    display: flex;
    gap: 10px;
    margin: 16px 0;
}

.btn-primary[b-tqhim9c1h2], .btn-secondary[b-tqhim9c1h2] {
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}


.order-items[b-tqhim9c1h2] {
    margin-top: 20px;
}

.order-item[b-tqhim9c1h2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.item-image img[b-tqhim9c1h2] {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.img-placeholder[b-tqhim9c1h2] {
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border-radius: 8px;
}

.item-info[b-tqhim9c1h2] {
    flex: 1;
    padding: 0 16px;
}

.item-price[b-tqhim9c1h2] {
    font-weight: 600;
    text-align: right;
    min-width: 80px;
}

.order-summary[b-tqhim9c1h2] {
    text-align: right;
    margin-top: 20px;
    font-size: 1.1em;
}

.order-extra[b-tqhim9c1h2] {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    color: #555;
    line-height: 1.5;
}
/* /Components/Pages/Shipment.razor.rz.scp.css */
:root[b-7enfrwmrl0] {
    --accent: #34a853; /* zelená */
    --border: #e6e6e6;
    --text: #333;
    --muted: #7a7a7a;
}

.shipment-container[b-7enfrwmrl0] {
    width: 80%;
    margin: 10px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 sloupce */
    gap: 24px;
}

/* Karta */
.ship-card[b-7enfrwmrl0] {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 16px 8px;
}

.ship-card__header[b-7enfrwmrl0] {
    padding-bottom: 12px;
    border-bottom: 3px solid var(--accent);
    margin-bottom: 8px;
}

    .ship-card__header h2[b-7enfrwmrl0] {
        font-size: 16px;
        letter-spacing: .4px;
        color: #171717;
        margin: 0;
    }

/* Jedna možnost (řádek) */
.ship-option[b-7enfrwmrl0] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 12px;
    padding: 10px 0;
    cursor: pointer;
}

    .ship-option input[b-7enfrwmrl0] {
        margin-top: 4px; /* srovnání s textem */
    }

.ship-option__content[b-7enfrwmrl0] {
    min-width: 0;
}

.ship-option__title[b-7enfrwmrl0] {
    font-weight: 700;
    color: var(--text);
}

.ship-option__subtitle[b-7enfrwmrl0] {
    color: var(--muted);
    font-size: 14px;
    margin-top: 2px;
}

.ship-option__desc[b-7enfrwmrl0] {
    color: var(--muted);
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.4;
}

/* oddělovač mezi řádky */
.ship-sep[b-7enfrwmrl0] {
    height: 1px;
    background: var(--border);
    margin: 8px 0;
}

/* fajfka vpravo (zobrazuje se jen u vybraného) */
.ship-option__check[b-7enfrwmrl0] {
    width: 22px;
    height: 22px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 14px;
    color: var(--accent);
    visibility: hidden;
}

/* Hover/Focus */
.ship-option:hover[b-7enfrwmrl0] {
    background: #fafafa;
}

/* Vybraná možnost = zelené zvýraznění a fajfka */
.ship-option input:checked ~ .ship-option__content .ship-option__title[b-7enfrwmrl0] {
    color: var(--accent);
}

.ship-option input:checked ~ .ship-option__check[b-7enfrwmrl0] {
    visibility: visible;
}

/* Disabled řádek (zesvětlený, neklikací) */
.ship-option--disabled[b-7enfrwmrl0] {
    opacity: .5;
    cursor: not-allowed;
}

    .ship-option--disabled:hover[b-7enfrwmrl0] {
        background: transparent;
    }

/* Responsivní – na úzké šířce pod sebe */
@media (max-width: 900px) {
    .shipment-container[b-7enfrwmrl0] {
        grid-template-columns: 1fr;
    }
}
.summary[b-7enfrwmrl0] {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
}

.btn-row[b-7enfrwmrl0] {
    display: flex;
    justify-content: space-between; /* mezera mezi tlačítky */
    gap: 12px; /* mezera mezi tlačítky */
}

.btn-confirm[b-7enfrwmrl0] {
    background: #E6332A;
    color: #fff;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    cursor: pointer;
    flex: 1; /* oba tlačítka mají stejnou šířku */
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 40px;
}

    .btn-confirm:hover[b-7enfrwmrl0] {
        background: #2c8c45;
    }
.checkout-steps[b-7enfrwmrl0] {
    width: 80%;
    margin: 0 auto 24px auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.step[b-7enfrwmrl0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;   /* zruší podtržení odkazu */
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
}

.step i[b-7enfrwmrl0] {
    font-size: 28px;
    margin-bottom: 6px;
    color: #555;
}

/* Hover efekt */
.step:hover[b-7enfrwmrl0] {
    color: #34a853;
}
.step:hover i[b-7enfrwmrl0] {
    color: #34a853;
}

/* aktivní krok = Blazor přidá class="active" */
.step.active[b-7enfrwmrl0] {
    color: #34a853;
    font-weight: 700;
}
.step.active i[b-7enfrwmrl0] {
    color: #34a853;
}

.splitter[b-7enfrwmrl0] {
    background: gray;
    height: 5px
}

.basket-summary-item[b-7enfrwmrl0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0;
    font-size: 14px;
}

.basket-summary-name[b-7enfrwmrl0] {
    font-weight: 500;
    color: #333;
    flex: 1;
    margin-right: 10px;
}

.basket-summary-info[b-7enfrwmrl0] {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #555;
}
/* /Components/Pages/WaitIndicator.razor.rz.scp.css */
.loading-overlay[b-0etr0c7xd1] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.loading-box[b-0etr0c7xd1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.loading-spinner[b-0etr0c7xd1] {
    position: relative;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-ring[b-0etr0c7xd1] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(0,0,0,0.08);
    border-top-color: rgba(0,0,0,0.35);
    animation: loading-spin-b-0etr0c7xd1 0.9s linear infinite;
}

.loading-logo[b-0etr0c7xd1] {
    max-width: 80%;
    max-height: 60%;
    object-fit: contain;
    animation: loading-pulse-b-0etr0c7xd1 1.4s ease-in-out infinite;
}

/* placeholder místo loga, než se načte */
.loading-logo-placeholder[b-0etr0c7xd1] {
    width: 60%;
    height: 40%;
    border-radius: 8px;
    background: linear-gradient( 90deg, #e5e7eb 0%, #f3f4f6 50%, #e5e7eb 100% );
    background-size: 200% 100%;
    animation: loading-shimmer-b-0etr0c7xd1 1.2s linear infinite;
}

.loading-text[b-0etr0c7xd1] {
    font-size: 14px;
    opacity: 0.8;
}

@keyframes loading-spin-b-0etr0c7xd1 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-pulse-b-0etr0c7xd1 {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.07);
    }
}

@keyframes loading-shimmer-b-0etr0c7xd1 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
