/* _content/eShop.Web/Components/Admin/AdminBadge.razor.rz.scp.css */
.admin-badge[b-dutfxbop7o] {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.admin-badge-neutral[b-dutfxbop7o] {
    background: #f1f5f9;
    color: #475569;
}

.admin-badge-success[b-dutfxbop7o] {
    background: #dcfce7;
    color: #166534;
}

.admin-badge-warning[b-dutfxbop7o] {
    background: #fef3c7;
    color: #92400e;
}

.admin-badge-danger[b-dutfxbop7o] {
    background: #fee2e2;
    color: #991b1b;
}

.admin-badge-info[b-dutfxbop7o] {
    background: #dbeafe;
    color: #1d4ed8;
}
/* _content/eShop.Web/Components/Admin/AdminDataTable.razor.rz.scp.css */
.admin-table-shell[b-edc3mbi3g4] {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.admin-table[b-edc3mbi3g4] {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: #111827;
    font-size: 13px;
}

.admin-table th[b-edc3mbi3g4],
.admin-table td[b-edc3mbi3g4] {
    padding: 11px 14px;
    border-bottom: 1px solid #eef1f5;
    vertical-align: middle;
}

.admin-table th[b-edc3mbi3g4] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.admin-table tbody tr[b-edc3mbi3g4] {
    transition: background-color .15s ease;
}

.admin-table tbody tr:hover[b-edc3mbi3g4] {
    background: #f8fafc;
}

.admin-table tbody tr:last-child td[b-edc3mbi3g4] {
    border-bottom: 0;
}

.admin-table-empty[b-edc3mbi3g4] {
    display: grid;
    gap: 5px;
    justify-items: center;
    padding: 42px 16px;
    color: #64748b;
    text-align: center;
}

.admin-table-empty i[b-edc3mbi3g4] {
    color: #315fce;
    font-size: 24px;
}

.admin-table-empty strong[b-edc3mbi3g4] {
    color: #111827;
    font-size: 14px;
}

.admin-table-empty span[b-edc3mbi3g4] {
    color: #64748b;
    font-size: 13px;
}
/* _content/eShop.Web/Components/Admin/AdminPageHeader.razor.rz.scp.css */
.admin-page-header[b-jxcashmsbh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.admin-page-header h1[b-jxcashmsbh] {
    margin: 0;
    color: #111827;
    font-family: var(--font-body), system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.admin-page-header p[b-jxcashmsbh] {
    max-width: 760px;
    margin: 4px 0 0;
    color: #64748b;
    font-size: 13px;
}

.admin-page-header .btn[b-jxcashmsbh] {
    min-height: 36px;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .admin-page-header[b-jxcashmsbh] {
        align-items: stretch;
        flex-direction: column;
    }
}
/* _content/eShop.Web/Components/Admin/ConfirmDialog.razor.rz.scp.css */
.admin-dialog-backdrop[b-2qg9b5860d] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 16px;
    background: rgba(15, 23, 42, .48);
}

.admin-dialog[b-2qg9b5860d] {
    width: min(100%, 420px);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .26);
}

.admin-dialog h2[b-2qg9b5860d] {
    margin: 0 0 8px;
    color: #111827;
    font-family: var(--font-body), system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.admin-dialog p[b-2qg9b5860d] {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.admin-dialog-actions[b-2qg9b5860d] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}

@media (max-width: 575.98px) {
    .admin-dialog-actions[b-2qg9b5860d] {
        flex-direction: column-reverse;
    }
}
/* _content/eShop.Web/Components/Admin/ContentEditor.razor.rz.scp.css */
.admin-content-editor[b-gab2p60fmk] {
    display: grid;
    gap: .35rem;
    margin-bottom: .9rem;
}

.admin-content-editor-label[b-gab2p60fmk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.admin-content-editor-label label[b-gab2p60fmk] {
    color: #344054;
    font-size: .9rem;
    font-weight: 700;
}

.admin-content-editor-label span[b-gab2p60fmk] {
    color: #667085;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.admin-content-editor textarea[b-gab2p60fmk] {
    min-height: 88px;
    resize: vertical;
}
/* _content/eShop.Web/Components/Admin/LegalHtmlEditor.razor.rz.scp.css */
.legal-html-editor[b-db95hm2l2y] {
    display: grid;
    gap: .45rem;
}

.legal-html-editor-label[b-db95hm2l2y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.legal-html-editor-label label[b-db95hm2l2y] {
    color: #344054;
    font-size: .9rem;
    font-weight: 700;
}

.legal-html-editor-label span[b-db95hm2l2y],
.legal-html-help[b-db95hm2l2y] {
    color: #667085;
    font-size: .78rem;
}

.legal-html-editor-label span[b-db95hm2l2y] {
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.legal-html-toolbar[b-db95hm2l2y] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.legal-html-toolbar button[b-db95hm2l2y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 32px;
    border: 1px solid #d8dee6;
    border-radius: 6px;
    background: #f8fafc;
    color: #1f2933;
    font-size: .82rem;
    font-weight: 800;
}

.legal-html-toolbar button:hover[b-db95hm2l2y],
.legal-html-toolbar button:focus-visible[b-db95hm2l2y] {
    border-color: #2f6fed;
    color: #1d4ed8;
}

.legal-html-editor textarea[b-db95hm2l2y] {
    min-height: 360px;
    resize: vertical;
    font-family: Consolas, "Liberation Mono", monospace;
    font-size: .9rem;
    line-height: 1.55;
}

.legal-html-help[b-db95hm2l2y] {
    margin: 0;
}

.legal-html-preview-shell[b-db95hm2l2y] {
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #ffffff;
}

.legal-html-preview-shell summary[b-db95hm2l2y] {
    cursor: pointer;
    padding: .7rem .85rem;
    color: #344054;
    font-weight: 700;
}

.legal-html-preview[b-db95hm2l2y] {
    min-height: 220px;
    padding: .9rem;
    border-top: 1px solid #eef1f5;
    color: #1f2933;
    line-height: 1.7;
}

.legal-html-preview :where(h2, h3, p, ul, ol, blockquote, pre)[b-db95hm2l2y] {
    margin-top: 0;
}
/* _content/eShop.Web/Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-zszfy2albm] {
    --admin-sidebar-bg: #1f2433;
    --admin-sidebar-text: #9ba3b8;
    --admin-sidebar-muted: rgba(155, 163, 184, .68);
    --admin-sidebar-hover: rgba(255, 255, 255, .045);
    --admin-sidebar-active: rgba(255, 255, 255, .085);
    --admin-sidebar-border: rgba(255, 255, 255, .075);
    --admin-page-bg: #f3f4f6;
    --admin-surface: #ffffff;
    --admin-surface-muted: #f8fafc;
    --admin-border: #e5e7eb;
    --admin-border-soft: #eef1f5;
    --admin-text: #111827;
    --admin-text-muted: #64748b;
    --admin-text-soft: #94a3b8;
    --admin-blue: #315fce;
    --admin-blue-soft: #eef2ff;
    --admin-green: #16803a;
    --admin-green-soft: #dcfce7;
    --admin-yellow: #b45309;
    --admin-yellow-soft: #fef3c7;
    --admin-red: #b91c1c;
    --admin-red-soft: #fee2e2;
    --admin-radius: 6px;
    --admin-sidebar-width: 224px;
    --admin-topbar-height: 52px;

    display: grid;
    grid-template-columns: var(--admin-sidebar-width) minmax(0, 1fr);
    min-height: 100vh;
    background: var(--admin-page-bg);
    color: var(--admin-text);
    font-family: var(--font-body), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    line-height: 1.45;
}

.admin-sidebar[b-zszfy2albm] {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-width: 0;
    overflow: hidden;
    background: var(--admin-sidebar-bg);
    color: var(--admin-sidebar-text);
    border-right: 1px solid var(--admin-sidebar-border);
}

.admin-brand[b-zszfy2albm] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: var(--admin-topbar-height);
    padding: 0 16px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid var(--admin-sidebar-border);
}

.admin-brand:hover[b-zszfy2albm] {
    color: #ffffff;
}

.admin-brand-icon[b-zszfy2albm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: var(--admin-radius);
    background: var(--admin-blue);
    color: #ffffff;
    font-size: 14px;
}

.admin-brand-copy[b-zszfy2albm] {
    display: grid;
    min-width: 0;
    line-height: 1.2;
}

.admin-brand-name[b-zszfy2albm] {
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-brand-subtitle[b-zszfy2albm] {
    margin-top: 2px;
    color: var(--admin-sidebar-muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.admin-nav[b-zszfy2albm] {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0;
}

.admin-nav-list[b-zszfy2albm] {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.admin-nav-section[b-zszfy2albm] {
    padding: 14px 16px 5px;
    color: var(--admin-sidebar-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

[b-zszfy2albm] .admin-nav-link {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    padding: 8px 16px;
    color: var(--admin-sidebar-text);
    text-decoration: none;
    border-left: 3px solid transparent;
    font-size: 13px;
    font-weight: 600;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

[b-zszfy2albm] .admin-nav-link i {
    width: 16px;
    color: currentColor;
    opacity: .78;
    text-align: center;
}

[b-zszfy2albm] .admin-nav-link:hover {
    background: var(--admin-sidebar-hover);
    color: #ffffff;
}

[b-zszfy2albm] .admin-nav-link.active {
    background: var(--admin-sidebar-active);
    color: #ffffff;
    border-left-color: var(--admin-blue);
}

.admin-sidebar-footer[b-zszfy2albm] {
    padding: 12px 16px;
    border-top: 1px solid var(--admin-sidebar-border);
}

.admin-user[b-zszfy2albm] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.admin-avatar[b-zszfy2albm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--admin-blue);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.admin-user-copy[b-zszfy2albm] {
    display: grid;
    min-width: 0;
    line-height: 1.25;
}

.admin-user-name[b-zszfy2albm] {
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-user-role[b-zszfy2albm] {
    color: var(--admin-sidebar-muted);
    font-size: 11px;
}

.admin-shell[b-zszfy2albm] {
    display: flex;
    min-width: 0;
    min-height: 100vh;
    flex-direction: column;
}

.admin-topbar[b-zszfy2albm] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: var(--admin-topbar-height);
    padding: 0 24px;
    background: var(--admin-surface);
    border-bottom: 1px solid var(--admin-border);
}

.admin-topbar-context[b-zszfy2albm] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--admin-text-soft);
    font-size: 12px;
}

.admin-topbar-context strong[b-zszfy2albm] {
    color: var(--admin-text);
    font-weight: 700;
}

.admin-topbar-actions[b-zszfy2albm] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.admin-topbar-link[b-zszfy2albm],
.admin-logout-button[b-zszfy2albm] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 6px 10px;
    color: var(--admin-text-muted);
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: var(--admin-radius);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.admin-topbar-link:hover[b-zszfy2albm],
.admin-logout-button:hover[b-zszfy2albm] {
    background: var(--admin-surface-muted);
    color: var(--admin-text);
}

.admin-logout-button[b-zszfy2albm] {
    border-color: var(--admin-border);
    cursor: pointer;
}

.admin-main[b-zszfy2albm] {
    flex: 1;
    min-width: 0;
    padding: 24px;
    overflow-x: auto;
}

.admin-main[b-zszfy2albm]  .alert {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--admin-radius);
    font-size: 13px;
}

.admin-main[b-zszfy2albm]  .admin-toolbar,
.admin-main[b-zszfy2albm]  .admin-panel,
.admin-main[b-zszfy2albm]  .admin-form-section {
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    background: var(--admin-surface);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.admin-main[b-zszfy2albm]  .admin-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 12px;
}

.admin-main[b-zszfy2albm]  .admin-search {
    display: flex;
    width: min(100%, 520px);
    gap: 8px;
}

.admin-main[b-zszfy2albm]  .admin-table-shell {
    overflow: auto;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    background: var(--admin-surface);
}

.admin-main[b-zszfy2albm]  .admin-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--admin-text);
    font-size: 13px;
}

.admin-main[b-zszfy2albm]  .admin-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 10px 12px;
    border-bottom: 1px solid var(--admin-border);
    background: var(--admin-surface-muted);
    color: var(--admin-text-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-main[b-zszfy2albm]  .admin-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--admin-border-soft);
    vertical-align: middle;
}

.admin-main[b-zszfy2albm]  .admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-main[b-zszfy2albm]  .admin-table tbody tr:hover td {
    background: #fbfdff;
}

.admin-main[b-zszfy2albm]  .admin-table-empty {
    color: var(--admin-text-muted);
    text-align: center;
}

.admin-main[b-zszfy2albm]  .admin-form {
    display: grid;
    gap: 14px;
}

.admin-main[b-zszfy2albm]  .admin-form.compact {
    gap: 12px;
}

.admin-main[b-zszfy2albm]  .admin-form-section,
.admin-main[b-zszfy2albm]  .admin-panel {
    padding: 16px;
}

.admin-main[b-zszfy2albm]  .card {
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    background: var(--admin-surface);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
}

.admin-main[b-zszfy2albm]  .card-body {
    padding: 16px;
}

.admin-main[b-zszfy2albm]  .text-muted,
.admin-main[b-zszfy2albm]  .admin-muted,
.admin-main[b-zszfy2albm]  .admin-meta,
.admin-main[b-zszfy2albm]  .admin-hint {
    color: var(--admin-text-muted) !important;
}

.admin-main[b-zszfy2albm]  .admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.admin-main[b-zszfy2albm]  .admin-form-section h2,
.admin-main[b-zszfy2albm]  .admin-panel h2 {
    margin: 0 0 12px;
    color: var(--admin-text);
    font-family: var(--font-body), system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.admin-main[b-zszfy2albm]  .admin-subsection {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--admin-border-soft);
}

.admin-main[b-zszfy2albm]  .admin-subsection h3 {
    margin: 0 0 10px;
    color: var(--admin-text);
    font-family: var(--font-body), system-ui, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.admin-main[b-zszfy2albm]  .admin-inline-form-row {
    display: grid;
    grid-template-columns: minmax(64px, .14fr) minmax(112px, .28fr) minmax(180px, 1fr) auto;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.admin-main[b-zszfy2albm]  .admin-inline-form-row .country-code-input {
    max-width: 80px;
    text-transform: uppercase;
}

.admin-main[b-zszfy2albm]  .admin-inline-form-row .country-price-input {
    max-width: 128px;
}

.admin-main[b-zszfy2albm]  .admin-detail-list {
    display: grid;
    grid-template-columns: minmax(120px, .36fr) minmax(0, 1fr);
    gap: 9px 14px;
    margin: 0;
}

.admin-main[b-zszfy2albm]  .admin-detail-list dt {
    color: var(--admin-text-muted);
    font-size: 12px;
    font-weight: 800;
}

.admin-main[b-zszfy2albm]  .admin-detail-list dd {
    min-width: 0;
    margin: 0;
    color: var(--admin-text);
    overflow-wrap: anywhere;
}

.admin-main[b-zszfy2albm]  .admin-inline-warning {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(180, 83, 9, .24);
    border-radius: var(--admin-radius);
    background: var(--admin-yellow-soft);
    color: var(--admin-yellow);
    font-size: 13px;
    font-weight: 600;
}

.admin-main[b-zszfy2albm]  .admin-json {
    max-height: 260px;
    overflow: auto;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    background: var(--admin-surface-muted);
    color: #334155;
    font-size: 12px;
    white-space: pre-wrap;
}

.admin-main[b-zszfy2albm]  .admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.admin-main[b-zszfy2albm]  .admin-field {
    display: grid;
    gap: 5px;
    margin-bottom: 12px;
}

.admin-main[b-zszfy2albm]  .admin-field label,
.admin-main[b-zszfy2albm]  .admin-check {
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.admin-main[b-zszfy2albm]  .form-control,
.admin-main[b-zszfy2albm]  .form-select {
    min-height: 38px;
    border-color: var(--admin-border);
    border-radius: var(--admin-radius);
    color: var(--admin-text);
    font-size: 13px;
}

.admin-main[b-zszfy2albm]  .form-control:focus,
.admin-main[b-zszfy2albm]  .form-select:focus {
    border-color: var(--admin-blue);
    box-shadow: 0 0 0 3px rgba(49, 95, 206, .12);
}

.admin-main[b-zszfy2albm]  .btn {
    border-radius: var(--admin-radius);
    font-size: 13px;
    font-weight: 700;
}

.admin-main[b-zszfy2albm]  .btn-primary {
    border-color: var(--admin-blue);
    background: var(--admin-blue);
    color: #ffffff;
}

.admin-main[b-zszfy2albm]  .btn-outline-primary {
    border-color: rgba(49, 95, 206, .38);
    color: var(--admin-blue);
}

.admin-main[b-zszfy2albm]  .btn-outline-primary:hover {
    border-color: var(--admin-blue);
    background: var(--admin-blue-soft);
    color: var(--admin-blue);
}

.admin-main[b-zszfy2albm]  .admin-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--admin-border);
}

.admin-main[b-zszfy2albm]  .admin-tab {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--admin-text-muted);
    padding: 8px 10px;
    font-weight: 700;
}

.admin-main[b-zszfy2albm]  .admin-tab.active {
    border-color: var(--admin-blue);
    color: var(--admin-text);
}

.admin-main[b-zszfy2albm]  .admin-tab-panel {
    display: none;
}

.admin-main[b-zszfy2albm]  .admin-tab-panel.active {
    display: block;
}

.admin-main[b-zszfy2albm]  .admin-check-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.admin-main[b-zszfy2albm]  .admin-check {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 10px;
    border: 1px solid var(--admin-border);
    border-radius: var(--admin-radius);
    background: var(--admin-surface-muted);
}

.admin-main[b-zszfy2albm]  .admin-check.standalone {
    align-self: end;
    margin-bottom: 12px;
}

.admin-main[b-zszfy2albm]  .admin-filter-check {
    min-height: 38px;
    margin: 0;
    padding: 7px 10px;
    white-space: nowrap;
}

.admin-main[b-zszfy2albm]  .admin-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.admin-main[b-zszfy2albm]  .admin-split {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
    gap: 16px;
    align-items: start;
}

.admin-main[b-zszfy2albm]  .admin-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.admin-main[b-zszfy2albm]  .admin-panel-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-main[b-zszfy2albm]  .admin-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 120px;
    color: var(--admin-text-muted);
}

.admin-main[b-zszfy2albm]  .admin-error-state {
    display: grid;
    gap: 10px;
    align-items: start;
    justify-items: start;
}

.admin-main[b-zszfy2albm]  .admin-actions-col {
    width: 1%;
    white-space: nowrap;
}

.admin-main[b-zszfy2albm]  .admin-row-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    white-space: nowrap;
}

.admin-main[b-zszfy2albm]  .admin-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    color: var(--admin-text-muted);
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .admin-layout[b-zszfy2albm] {
        display: flex;
        flex-direction: column;
    }

    .admin-sidebar[b-zszfy2albm] {
        position: static;
        height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--admin-sidebar-border);
    }

    .admin-brand[b-zszfy2albm] {
        min-height: 48px;
    }

    .admin-nav[b-zszfy2albm] {
        max-height: 260px;
        padding: 8px 0;
    }

    .admin-nav-list[b-zszfy2albm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
        padding: 0 8px 8px;
    }

    .admin-nav-section[b-zszfy2albm] {
        grid-column: 1 / -1;
        padding-left: 8px;
    }

    [b-zszfy2albm] .admin-nav-link {
        border-left: 0;
        border-radius: var(--admin-radius);
        padding: 8px 10px;
    }

    .admin-shell[b-zszfy2albm] {
        min-height: 0;
        flex: 1;
        background: var(--admin-page-bg);
    }

    .admin-topbar[b-zszfy2albm] {
        position: static;
        align-items: center;
        min-height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 12px 16px;
    }

    .admin-topbar-context[b-zszfy2albm] {
        flex: 1 1 220px;
    }

    .admin-topbar-actions[b-zszfy2albm] {
        margin-left: auto;
        flex-wrap: wrap;
    }

    .admin-main[b-zszfy2albm] {
        min-height: 100dvh;
        padding: 16px;
        background: var(--admin-page-bg);
    }

    .admin-main[b-zszfy2albm]  .admin-toolbar,
    .admin-main[b-zszfy2albm]  .admin-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-main[b-zszfy2albm]  .admin-form-grid,
    .admin-main[b-zszfy2albm]  .admin-check-grid,
    .admin-main[b-zszfy2albm]  .admin-split {
        grid-template-columns: 1fr;
    }

    .admin-main[b-zszfy2albm]  .admin-panel-actions,
    .admin-main[b-zszfy2albm]  .admin-form-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .admin-nav-list[b-zszfy2albm] {
        grid-template-columns: 1fr;
    }

    .admin-topbar-actions[b-zszfy2albm] {
        width: 100%;
        margin-left: 0;
    }

    .admin-topbar-link[b-zszfy2albm],
    .admin-logout-button[b-zszfy2albm] {
        width: auto;
        flex: 1 1 0;
        justify-content: center;
    }
}
/* _content/eShop.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9er7b5bjxv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9er7b5bjxv] {
    flex: 1;
}

.sidebar[b-9er7b5bjxv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9er7b5bjxv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9er7b5bjxv]  a, .top-row[b-9er7b5bjxv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9er7b5bjxv]  a:hover, .top-row[b-9er7b5bjxv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9er7b5bjxv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9er7b5bjxv] {
        justify-content: space-between;
    }

    .top-row[b-9er7b5bjxv]  a, .top-row[b-9er7b5bjxv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9er7b5bjxv] {
        flex-direction: row;
    }

    .sidebar[b-9er7b5bjxv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9er7b5bjxv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9er7b5bjxv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9er7b5bjxv], article[b-9er7b5bjxv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9er7b5bjxv] {
    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-9er7b5bjxv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/eShop.Web/Components/Layout/StorefrontLayout.razor.rz.scp.css */
.storefront-layout[b-zxexic32v7] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.storefront-header[b-zxexic32v7] {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--gray-700);
  background: var(--gray-900);
}

.storefront-beta-banner[b-zxexic32v7] {
  border-bottom: 1px solid rgba(245, 197, 24, .55);
  background: linear-gradient(90deg, #f5c518 0%, #ffdd42 55%, #f59e0b 100%);
  color: var(--gray-900);
  font-size: 13px;
  font-weight: 700;
}

.storefront-beta-banner-inner[b-zxexic32v7] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

.storefront-beta-badge[b-zxexic32v7] {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--gray-900);
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.storefront-beta-banner a[b-zxexic32v7] {
  color: var(--gray-900);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.storefront-beta-banner a:hover[b-zxexic32v7],
.storefront-beta-banner a:focus-visible[b-zxexic32v7] {
  color: var(--gray-800);
}

.storefront-topbar[b-zxexic32v7] {
  border-bottom: 1px solid var(--gray-700);
  background: var(--gray-800);
  color: var(--gray-400);
  font-size: 12px;
}

.storefront-topbar-inner[b-zxexic32v7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 34px;
}

.storefront-topbar-links[b-zxexic32v7] {
  display: flex;
  align-items: center;
  gap: 18px;
}

.storefront-topbar button[b-zxexic32v7],
.storefront-topbar a[b-zxexic32v7],
.storefront-nav-links button[b-zxexic32v7],
.storefront-nav-dropdown-button[b-zxexic32v7],
.storefront-icon-btn[b-zxexic32v7] {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.storefront-topbar button[b-zxexic32v7],
.storefront-topbar a[b-zxexic32v7] {
  padding: 0;
  color: var(--gray-400);
  font-size: 12px;
  text-decoration: none;
  transition: color var(--transition);
}

.storefront-topbar button:hover[b-zxexic32v7],
.storefront-topbar button:focus-visible[b-zxexic32v7],
.storefront-topbar a:hover[b-zxexic32v7],
.storefront-topbar a:focus-visible[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-nav[b-zxexic32v7] {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 0;
}

.storefront-auth-nav[b-zxexic32v7] {
  justify-content: space-between;
  min-height: 78px;
}

.storefront-auth-back[b-zxexic32v7] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-left: auto;
  color: var(--gray-400);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--transition);
}

.storefront-auth-back:hover[b-zxexic32v7],
.storefront-auth-back:focus-visible[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-nav-menu[b-zxexic32v7] {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.storefront-menu-toggle[b-zxexic32v7] {
  display: none;
}

.storefront-menu-lines[b-zxexic32v7] {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 18px;
  height: 18px;
}

.storefront-menu-lines span[b-zxexic32v7] {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition), width var(--transition);
}

.storefront-menu-toggle.active .storefront-menu-lines span:nth-child(1)[b-zxexic32v7] {
  transform: translateY(6px) rotate(45deg);
}

.storefront-menu-toggle.active .storefront-menu-lines span:nth-child(2)[b-zxexic32v7] {
  opacity: 0;
}

.storefront-menu-toggle.active .storefront-menu-lines span:nth-child(3)[b-zxexic32v7] {
  transform: translateY(-6px) rotate(-45deg);
}

.storefront-logo[b-zxexic32v7] {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: .04em;
}

.logo-accent[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-logo-icon[b-zxexic32v7] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}

.storefront-logo-icon img[b-zxexic32v7] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.storefront-nav-links[b-zxexic32v7] {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.storefront-nav-links a[b-zxexic32v7],
.storefront-nav-links button[b-zxexic32v7],
.storefront-nav-dropdown-button[b-zxexic32v7] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 0;
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition);
}

.storefront-nav-links a:hover[b-zxexic32v7],
.storefront-nav-links a:focus-visible[b-zxexic32v7],
.storefront-nav-links button:hover[b-zxexic32v7],
.storefront-nav-links button:focus-visible[b-zxexic32v7],
.storefront-nav-dropdown-button:hover[b-zxexic32v7],
.storefront-nav-dropdown-button:focus-visible[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-nav-item[b-zxexic32v7] {
  position: relative;
}

.storefront-nav-dropdown-button i[b-zxexic32v7] {
  color: var(--gray-400);
  font-size: 11px;
  transition: color var(--transition), transform var(--transition);
}

.storefront-nav-item:hover .storefront-nav-dropdown-button i[b-zxexic32v7],
.storefront-nav-item:focus-within .storefront-nav-dropdown-button i[b-zxexic32v7] {
  color: var(--yellow);
  transform: rotate(180deg);
}

.storefront-nav-dropdown[b-zxexic32v7] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  width: min(360px, calc(100vw - 48px));
  padding: 10px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.storefront-nav-dropdown[b-zxexic32v7]::before {
  position: absolute;
  top: -6px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--gray-600);
  border-left: 1px solid var(--gray-600);
  background: var(--gray-800);
  content: "";
  transform: rotate(45deg);
}

.storefront-nav-item:hover .storefront-nav-dropdown[b-zxexic32v7],
.storefront-nav-item:focus-within .storefront-nav-dropdown[b-zxexic32v7] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.storefront-dropdown-label[b-zxexic32v7] {
  padding: 6px 8px 8px;
  color: var(--gray-400);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.storefront-dropdown-grid[b-zxexic32v7] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.storefront-dropdown-link[b-zxexic32v7] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border-radius: var(--radius-sm);
  color: var(--gray-100);
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}

.storefront-dropdown-link:hover[b-zxexic32v7],
.storefront-dropdown-link:focus-visible[b-zxexic32v7] {
  background: var(--gray-700);
  color: var(--yellow);
}

.storefront-dropdown-icon[b-zxexic32v7] {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-sm);
  background: var(--gray-700);
  color: var(--yellow);
  font-size: 14px;
}

.storefront-dropdown-name[b-zxexic32v7],
.storefront-dropdown-sub[b-zxexic32v7] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.storefront-dropdown-name[b-zxexic32v7] {
  color: var(--gray-100);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.storefront-dropdown-sub[b-zxexic32v7] {
  margin-top: 1px;
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1.4;
  white-space: nowrap;
}

.storefront-dropdown-link:hover .storefront-dropdown-name[b-zxexic32v7],
.storefront-dropdown-link:focus-visible .storefront-dropdown-name[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-nav-actions[b-zxexic32v7] {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.storefront-search[b-zxexic32v7] {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 220px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  color: var(--gray-400);
  transition: border-color var(--transition);
}

.storefront-search:focus-within[b-zxexic32v7] {
  border-color: var(--yellow);
}

.storefront-search i[b-zxexic32v7] {
  font-size: 14px;
}

.storefront-search-submit[b-zxexic32v7] {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gray-400);
  transition: color var(--transition);
}

.storefront-search-submit:hover[b-zxexic32v7],
.storefront-search-submit:focus-visible[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-search input[b-zxexic32v7] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 13px;
}

.storefront-search input[b-zxexic32v7]::placeholder {
  color: var(--gray-400);
}

.storefront-icon-btn[b-zxexic32v7] {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  color: var(--gray-200);
  font-size: 18px;
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition);
}

.storefront-menu-toggle.storefront-icon-btn[b-zxexic32v7] {
  display: none;
}

.storefront-icon-btn:hover[b-zxexic32v7],
.storefront-icon-btn:focus-visible[b-zxexic32v7],
.storefront-icon-btn.active[b-zxexic32v7] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.storefront-action-count[b-zxexic32v7] {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--gray-900);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.storefront-account[b-zxexic32v7] {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 230;
}

.storefront-account[b-zxexic32v7]::after {
  position: absolute;
  top: 100%;
  right: -8px;
  left: -8px;
  height: 14px;
  content: "";
}

.storefront-account-dropdown[b-zxexic32v7] {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 240;
  width: 270px;
  padding: 8px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.storefront-account-dismiss[b-zxexic32v7] {
  position: fixed;
  inset: 0;
  z-index: 210;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: default;
}

.storefront-account-dropdown[b-zxexic32v7]::before {
  position: absolute;
  top: -6px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--gray-600);
  border-left: 1px solid var(--gray-600);
  background: var(--gray-800);
  content: "";
  transform: rotate(45deg);
}

.storefront-account:hover .storefront-account-dropdown[b-zxexic32v7],
.storefront-account:focus-within .storefront-account-dropdown[b-zxexic32v7],
.storefront-account-dropdown.is-open[b-zxexic32v7] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.storefront-account:hover .storefront-icon-btn[b-zxexic32v7],
.storefront-account:focus-within .storefront-icon-btn[b-zxexic32v7] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.storefront-dropdown-icon-yellow[b-zxexic32v7] {
  background: rgba(245, 197, 24, .12);
  color: var(--yellow);
}

.storefront-dropdown-icon-purple[b-zxexic32v7] {
  background: rgba(124, 58, 237, .16);
  color: #a78bfa;
}

.storefront-account-form[b-zxexic32v7] {
  margin: 0;
}

.storefront-account-submit[b-zxexic32v7] {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.storefront-main[b-zxexic32v7] {
  flex: 1;
}

.storefront-error[b-zxexic32v7] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.inline-error[b-zxexic32v7] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid rgba(248, 113, 113, .3);
  border-radius: var(--radius-md);
  background: rgba(248, 113, 113, .1);
  color: #f87171;
  font-size: 14px;
}

.inline-error i[b-zxexic32v7] {
  flex-shrink: 0;
  font-size: 16px;
}

.storefront-footer[b-zxexic32v7] {
  padding: 34px 0 20px;
  margin-top: auto;
  border-top: 1px solid var(--gray-700);
  background: var(--gray-800);
  color: var(--gray-400);
  font-size: 13px;
}

.storefront-footer-columns[b-zxexic32v7] {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(180px, 220px) minmax(180px, 220px);
  gap: 28px;
  align-items: start;
}

.storefront-footer-column h2[b-zxexic32v7] {
  margin: 0 0 14px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .04em;
}

.storefront-footer-payments[b-zxexic32v7] {
  justify-self: start;
  min-width: 0;
  text-align: left;
}

.storefront-payment-logos[b-zxexic32v7] {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin-right: auto;
  opacity: .95;
}

.storefront-footer-links[b-zxexic32v7] {
  display: grid;
  gap: 9px;
  justify-items: end;
}

.storefront-footer-links[b-zxexic32v7],
.storefront-footer-contact[b-zxexic32v7] {
  justify-self: end;
  text-align: right;
}

.storefront-footer-contact[b-zxexic32v7] {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.storefront-footer-links[b-zxexic32v7] {
  justify-items: stretch;
}

.storefront-footer-links a[b-zxexic32v7] {
  text-align: left;
}

.storefront-footer-column a[b-zxexic32v7] {
  color: var(--gray-300);
  text-decoration: none;
  transition: color var(--transition);
}

.storefront-footer-column a:hover[b-zxexic32v7],
.storefront-footer-column a:focus-visible[b-zxexic32v7] {
  color: var(--yellow);
}

.storefront-footer-contact a[b-zxexic32v7] {
  word-break: break-word;
}

.storefront-footer-socials[b-zxexic32v7] {
  display: flex;
  justify-content: flex-end;
}

.storefront-footer-social-link[b-zxexic32v7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gray-600);
  border-radius: 999px;
  background: var(--gray-900);
  color: var(--gray-200);
  font-size: 20px;
}

.storefront-footer-social-link:hover[b-zxexic32v7],
.storefront-footer-social-link:focus-visible[b-zxexic32v7] {
  border-color: var(--yellow);
  background: rgba(245, 197, 24, .08);
  color: var(--yellow);
}

.storefront-footer-bottom[b-zxexic32v7] {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-700);
  color: var(--gray-500);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .storefront-nav[b-zxexic32v7] {
    flex-wrap: wrap;
  }

  .storefront-nav-menu[b-zxexic32v7] {
    order: 3;
    flex-basis: 100%;
  }

  .storefront-nav-links[b-zxexic32v7] {
    overflow-x: auto;
    padding-top: 2px;
    scrollbar-width: none;
  }

  .storefront-nav-links[b-zxexic32v7]::-webkit-scrollbar {
    display: none;
  }

  .storefront-nav-actions[b-zxexic32v7] {
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .storefront-beta-banner-inner[b-zxexic32v7] {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    text-align: left;
  }

  .storefront-topbar-inner[b-zxexic32v7] {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .storefront-topbar-links[b-zxexic32v7] {
    gap: 12px;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
  }

  .storefront-topbar-links[b-zxexic32v7]::-webkit-scrollbar {
    display: none;
  }

  .storefront-logo[b-zxexic32v7] {
    font-size: 24px;
  }

  .storefront-nav[b-zxexic32v7] {
    gap: 14px;
    padding: 14px 0;
  }

  .storefront-auth-nav[b-zxexic32v7] {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .storefront-auth-back[b-zxexic32v7] {
    margin-left: 0;
  }

  .storefront-menu-toggle.storefront-icon-btn[b-zxexic32v7] {
    display: inline-flex;
    margin-left: auto;
  }

  .storefront-nav-menu[b-zxexic32v7] {
    display: none;
    flex-direction: column;
    align-items: stretch;
    order: 3;
    width: 100%;
    flex-basis: 100%;
    gap: 14px;
    padding-top: 4px;
  }

  .storefront-nav-menu.is-open[b-zxexic32v7] {
    display: flex;
  }

  .storefront-nav-links[b-zxexic32v7] {
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    overflow: visible;
    width: 100%;
    padding-top: 0;
  }

  .storefront-nav-links a[b-zxexic32v7],
  .storefront-nav-links button[b-zxexic32v7],
  .storefront-nav-dropdown-button[b-zxexic32v7] {
    justify-content: space-between;
    min-height: 44px;
    width: 100%;
  }

  .storefront-nav-item[b-zxexic32v7] {
    width: 100%;
  }

  .storefront-nav-actions[b-zxexic32v7] {
    display: grid;
    grid-template-columns: 1fr repeat(3, 40px);
    width: 100%;
    margin-left: 0;
  }

  .storefront-search[b-zxexic32v7] {
    width: 100%;
  }

  .storefront-nav-dropdown[b-zxexic32v7] {
    position: static;
    width: 100%;
    margin: 0 0 6px;
    padding: 4px 0 0 12px;
    border: 0;
    border-left: 1px solid var(--gray-700);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .storefront-nav-dropdown[b-zxexic32v7]::before {
    content: none;
  }

  .storefront-dropdown-grid[b-zxexic32v7] {
    grid-template-columns: 1fr;
  }

  .storefront-dropdown-label[b-zxexic32v7] {
    padding-left: 0;
  }

  .storefront-dropdown-link[b-zxexic32v7] {
    padding-left: 0;
  }

  .storefront-account[b-zxexic32v7] {
    justify-content: center;
  }

  .storefront-account-dropdown[b-zxexic32v7] {
    right: 0;
    width: min(270px, calc(100vw - 48px));
  }

  .storefront-account-dropdown .storefront-dropdown-link[b-zxexic32v7] {
    padding: 10px;
  }

  .storefront-footer-columns[b-zxexic32v7] {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .storefront-footer-payments[b-zxexic32v7],
  .storefront-footer-links[b-zxexic32v7],
  .storefront-footer-contact[b-zxexic32v7] {
    justify-self: stretch;
    text-align: left;
  }

  .storefront-footer-links[b-zxexic32v7] {
    justify-items: start;
  }

  .storefront-footer-contact[b-zxexic32v7] {
    justify-items: start;
  }

  .storefront-footer-socials[b-zxexic32v7] {
    justify-content: flex-start;
  }

  .storefront-footer-bottom[b-zxexic32v7] {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
/* _content/eShop.Web/Components/Pages/Admin/AccessDenied.razor.rz.scp.css */
.admin-auth-page[b-bdnnkkynli] {
    display: grid;
    min-height: calc(100vh - 1px);
    place-items: center;
    padding: 32px 16px;
    background: radial-gradient(circle at top right, rgba(180, 83, 9, .14), transparent 34%), #f3f4f6;
    color: #111827;
    font-family: var(--font-body), system-ui, sans-serif;
}

.admin-auth-card[b-bdnnkkynli] {
    width: min(100%, 420px);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .14);
}

.admin-auth-card-compact[b-bdnnkkynli] {
    width: min(100%, 390px);
}

.admin-auth-brand[b-bdnnkkynli] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    text-decoration: none;
}

.admin-auth-brand:hover[b-bdnnkkynli] {
    color: #111827;
}

.admin-auth-brand-icon[b-bdnnkkynli] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #315fce;
    color: #ffffff;
}

.admin-auth-brand span:last-child[b-bdnnkkynli] {
    display: grid;
    line-height: 1.2;
}

.admin-auth-brand strong[b-bdnnkkynli] {
    font-size: 13px;
}

.admin-auth-brand small[b-bdnnkkynli] {
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.admin-auth-heading[b-bdnnkkynli] {
    margin: 28px 0 20px;
}

.admin-auth-heading span[b-bdnnkkynli] {
    color: #b45309;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-auth-heading h1[b-bdnnkkynli] {
    margin: 6px 0 4px;
    color: #111827;
    font-family: var(--font-body), system-ui, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
}

.admin-auth-heading p[b-bdnnkkynli] {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.admin-auth-card .btn[b-bdnnkkynli] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
}

.admin-auth-card .btn-primary[b-bdnnkkynli] {
    border-color: #315fce;
    background: #315fce;
}
/* _content/eShop.Web/Components/Pages/Admin/ContentManagementPage.razor.rz.scp.css */
.content-admin-grid[b-n9x571lcf0] {
    display: grid;
    gap: 1rem;
}

.content-admin-hint[b-n9x571lcf0] {
    margin: .15rem 0 0;
    color: #667085;
    font-size: .88rem;
}

.content-admin-grid .admin-panel-header[b-n9x571lcf0] {
    align-items: flex-start;
}
/* _content/eShop.Web/Components/Pages/Admin/LegalManagementPage.razor.rz.scp.css */
.legal-admin-grid[b-7gh1f6m9di] {
    display: grid;
    grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.legal-page-list[b-7gh1f6m9di] {
    display: grid;
    gap: .5rem;
}

.legal-page-button[b-7gh1f6m9di] {
    display: grid;
    gap: .15rem;
    width: 100%;
    padding: .75rem;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2933;
    text-align: left;
    transition: border-color .16s ease, background .16s ease;
}

.legal-page-button:hover[b-7gh1f6m9di],
.legal-page-button:focus-visible[b-7gh1f6m9di],
.legal-page-button.is-active[b-7gh1f6m9di] {
    border-color: #2f6fed;
    background: #edf3ff;
}

.legal-page-button span[b-7gh1f6m9di] {
    font-weight: 700;
}

.legal-page-button small[b-7gh1f6m9di],
.legal-admin-meta[b-7gh1f6m9di] {
    color: #667085;
}

.legal-admin-meta[b-7gh1f6m9di] {
    margin: .15rem 0 0;
    font-size: .88rem;
}

@media (max-width: 920px) {
    .legal-admin-grid[b-7gh1f6m9di] {
        grid-template-columns: 1fr;
    }
}
/* _content/eShop.Web/Components/Pages/Admin/Login.razor.rz.scp.css */
.admin-auth-page[b-2jtg55iu17] {
    display: grid;
    min-height: calc(100vh - 1px);
    place-items: center;
    padding: 32px 16px;
    background: radial-gradient(circle at top right, rgba(49, 95, 206, .14), transparent 34%), #f3f4f6;
    color: #111827;
    font-family: var(--font-body), system-ui, sans-serif;
}

.admin-auth-card[b-2jtg55iu17] {
    width: min(100%, 420px);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    padding: 24px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .14);
}

.admin-auth-brand[b-2jtg55iu17] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    text-decoration: none;
}

.admin-auth-brand:hover[b-2jtg55iu17] {
    color: #111827;
}

.admin-auth-brand-icon[b-2jtg55iu17] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #315fce;
    color: #ffffff;
}

.admin-auth-brand span:last-child[b-2jtg55iu17] {
    display: grid;
    line-height: 1.2;
}

.admin-auth-brand strong[b-2jtg55iu17] {
    font-size: 13px;
}

.admin-auth-brand small[b-2jtg55iu17] {
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.admin-auth-heading[b-2jtg55iu17] {
    margin: 28px 0 20px;
}

.admin-auth-heading span[b-2jtg55iu17] {
    color: #315fce;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-auth-heading h1[b-2jtg55iu17] {
    margin: 6px 0 4px;
    color: #111827;
    font-family: var(--font-body), system-ui, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
}

.admin-auth-heading p[b-2jtg55iu17] {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.admin-auth-field[b-2jtg55iu17] {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
}

.admin-auth-field label[b-2jtg55iu17] {
    color: #334155;
    font-size: 12px;
    font-weight: 800;
}

.admin-auth-field .form-control[b-2jtg55iu17] {
    min-height: 40px;
    border-color: #e5e7eb;
    border-radius: 6px;
    font-size: 13px;
}

.admin-auth-field .form-control:focus[b-2jtg55iu17] {
    border-color: #315fce;
    box-shadow: 0 0 0 3px rgba(49, 95, 206, .12);
}

.admin-auth-card .btn[b-2jtg55iu17] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
}

.admin-auth-card .btn-primary[b-2jtg55iu17] {
    border-color: #315fce;
    background: #315fce;
}

.admin-auth-card .alert[b-2jtg55iu17] {
    display: flex;
    gap: 8px;
    border-radius: 6px;
    font-size: 13px;
}

.admin-auth-examples[b-2jtg55iu17] {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
    color: #64748b;
    font-size: 12px;
}

.admin-auth-examples code[b-2jtg55iu17] {
    color: #111827;
}
/* _content/eShop.Web/Components/Pages/Admin/Mailing/EmailTemplates.razor.rz.scp.css */
.legal-page-list[b-7t3euk74g2] {
    display: grid;
    gap: .5rem;
}

.legal-page-button[b-7t3euk74g2] {
    display: grid;
    gap: .15rem;
    width: 100%;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    background: #ffffff;
    color: #1f2933;
    padding: .75rem;
    text-align: left;
}

.legal-page-button:hover[b-7t3euk74g2],
.legal-page-button.is-active[b-7t3euk74g2] {
    border-color: #2f6fed;
    background: #edf3ff;
}

.legal-page-button span[b-7t3euk74g2] {
    font-weight: 700;
}

.legal-page-button small[b-7t3euk74g2] {
    color: #667085;
}

.mailing-variable-grid[b-7t3euk74g2] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mailing-variable-list[b-7t3euk74g2] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .55rem;
}

.mailing-variable-chip[b-7t3euk74g2] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #c7d2fe;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    padding: .2rem .55rem;
    font-size: .8rem;
    font-weight: 700;
}

button.mailing-variable-chip:hover[b-7t3euk74g2] {
    background: #e0e7ff;
}

.mailing-variable-chip.required[b-7t3euk74g2] {
    border-color: #f59e0b;
    background: #fef3c7;
    color: #92400e;
}

.mailing-variable-chip.used[b-7t3euk74g2] {
    border-color: #86efac;
    background: #dcfce7;
    color: #166534;
}

@media (max-width: 920px) {
    .mailing-variable-grid[b-7t3euk74g2] {
        grid-template-columns: 1fr;
    }
}
/* _content/eShop.Web/Components/Pages/Admin/Orders/OrderDetail.razor.rz.scp.css */
.admin-detail-list[b-2q61y8stto] {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: .55rem .85rem;
  margin: 0;
}

.admin-detail-list dt[b-2q61y8stto] {
  color: #64748b;
  font-size: .75rem;
  font-weight: 800;
}

.admin-detail-list dd[b-2q61y8stto] {
  margin: 0;
  color: #111827;
  overflow-wrap: anywhere;
}

.admin-inline-warning[b-2q61y8stto] {
  margin-bottom: .875rem;
  padding: .625rem .75rem;
  border: 1px solid rgba(180, 83, 9, .24);
  border-radius: 6px;
  background: #fef3c7;
  color: #92400e;
  font-size: .8125rem;
  font-weight: 600;
}

.admin-json[b-2q61y8stto] {
  max-height: 260px;
  overflow: auto;
  margin: 0;
  padding: .75rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f8fafc;
  color: #344054;
  font-size: .75rem;
  white-space: pre-wrap;
}

.admin-fulfillment-grid[b-2q61y8stto] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .9fr) minmax(220px, .9fr);
  gap: 1rem;
  align-items: start;
}

.admin-fulfillment-form[b-2q61y8stto] {
  display: grid;
  gap: .65rem;
}

.admin-fulfillment-form h3[b-2q61y8stto] {
  margin: 0;
  color: #111827;
  font-size: .92rem;
  font-weight: 800;
}

.admin-fulfillment-form label[b-2q61y8stto] {
  display: grid;
  gap: .25rem;
  color: #475569;
  font-size: .75rem;
  font-weight: 800;
}

.admin-checkbox-row[b-2q61y8stto] {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: .5rem !important;
  line-height: 1.35;
}

.admin-checkbox-row input[b-2q61y8stto] {
  margin-top: .18rem;
}

@media (max-width: 980px) {
  .admin-fulfillment-grid[b-2q61y8stto] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Pages/Auth/AccountSidebar.razor.rz.scp.css */
.account-sidebar[b-q1zgn7s7uc] {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
}

.account-sidebar-card[b-q1zgn7s7uc] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
  padding: 12px;
}

.account-identity-card[b-q1zgn7s7uc] {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}

.account-avatar[b-q1zgn7s7uc] {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-display);
  font-size: 28px;
}

.account-avatar[b-q1zgn7s7uc]::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 2px solid var(--yellow-dim);
  border-radius: 50%;
  opacity: .4;
}

.account-identity-card strong[b-q1zgn7s7uc] {
  display: block;
  color: var(--white);
}

.account-identity-card span[b-q1zgn7s7uc] {
  display: block;
  color: var(--gray-400);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.account-badges[b-q1zgn7s7uc] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.account-badge[b-q1zgn7s7uc] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(96, 165, 250, .3);
  border-radius: var(--radius-sm);
  background: rgba(96, 165, 250, .14);
  color: #93c5fd;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.account-badge-success[b-q1zgn7s7uc] {
  border-color: rgba(74, 222, 128, .3);
  background: rgba(74, 222, 128, .12);
  color: #86efac;
}

.account-nav-item[b-q1zgn7s7uc] {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--gray-200);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  transition: background var(--transition), color var(--transition);
}

.account-nav-item:hover[b-q1zgn7s7uc] {
  background: var(--gray-700);
  color: var(--white);
}

.account-nav-item.active[b-q1zgn7s7uc] {
  background: var(--yellow-glow);
  color: var(--yellow);
}

.account-nav-item i[b-q1zgn7s7uc] {
  color: var(--gray-400);
}

.account-nav-item.active i[b-q1zgn7s7uc],
.account-nav-item:hover i[b-q1zgn7s7uc] {
  color: currentColor;
}

.account-nav-danger[b-q1zgn7s7uc] {
  color: #fca5a5;
}

.account-nav-danger:hover[b-q1zgn7s7uc] {
  background: rgba(248, 113, 113, .1);
  color: #f87171;
}

.account-nav-divider[b-q1zgn7s7uc] {
  height: 1px;
  margin: 6px 0;
  background: var(--gray-700);
}

.account-sidebar form[b-q1zgn7s7uc] {
  margin: 0;
}

@media (max-width: 900px) {
  .account-sidebar[b-q1zgn7s7uc] {
    position: static;
  }
}
/* _content/eShop.Web/Components/Pages/Auth/AddressBlock.razor.rz.scp.css */
.customer-order-address[b-sdikewcss4] {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: var(--gray-800);
}

.customer-order-address h3[b-sdikewcss4] {
  margin: 0;
  color: var(--white);
  font-size: 16px;
}

.customer-order-address p[b-sdikewcss4] {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--gray-300);
  overflow-wrap: anywhere;
}

.customer-order-address strong[b-sdikewcss4] {
  color: var(--gray-100);
}
/* _content/eShop.Web/Components/Pages/Auth/CustomerOrderDetail.razor.rz.scp.css */
.customer-order-detail-page[b-vhbn1t65m0] {
  padding: 40px 0 72px;
}

.customer-account-layout[b-vhbn1t65m0] {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.customer-account-sidebar[b-vhbn1t65m0] {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
}

.customer-account-sidebar-card[b-vhbn1t65m0],
.customer-order-detail-panel[b-vhbn1t65m0],
.customer-order-section[b-vhbn1t65m0] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.customer-account-sidebar-card[b-vhbn1t65m0] {
  padding: 12px;
}

.customer-account-identity[b-vhbn1t65m0] {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}

.customer-account-avatar[b-vhbn1t65m0] {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-display);
  font-size: 28px;
}

.customer-account-identity strong[b-vhbn1t65m0] {
  color: var(--white);
}

.customer-account-identity span[b-vhbn1t65m0] {
  color: var(--gray-400);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.customer-account-nav-item[b-vhbn1t65m0] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 700;
}

.customer-account-nav-item:hover[b-vhbn1t65m0] {
  background: var(--gray-700);
  color: var(--white);
}

.customer-account-nav-item.active[b-vhbn1t65m0] {
  background: var(--yellow-glow);
  color: var(--yellow);
}

.customer-order-detail-panel[b-vhbn1t65m0] {
  padding: 28px;
}

.customer-order-detail-header[b-vhbn1t65m0],
.customer-order-detail-actions[b-vhbn1t65m0],
.customer-order-delivery-header[b-vhbn1t65m0] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.customer-order-detail-header[b-vhbn1t65m0] {
  margin-bottom: 18px;
}

.customer-order-detail-actions[b-vhbn1t65m0] {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.customer-order-delivery-header[b-vhbn1t65m0] {
  justify-content: space-between;
}

.customer-order-detail-kicker[b-vhbn1t65m0] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.customer-order-detail-panel h1[b-vhbn1t65m0],
.customer-order-section h2[b-vhbn1t65m0] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
}

.customer-order-detail-panel h1[b-vhbn1t65m0] {
  font-size: 38px;
}

.customer-order-section h2[b-vhbn1t65m0] {
  font-size: 22px;
}

.customer-order-detail-panel p[b-vhbn1t65m0] {
  margin: 4px 0 0;
  color: var(--gray-400);
}

.customer-order-detail-state[b-vhbn1t65m0],
.customer-order-retry-message[b-vhbn1t65m0] {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 197, 24, .3);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
  color: var(--gray-100);
}

.customer-order-detail-state i[b-vhbn1t65m0] {
  color: var(--yellow);
  animation: customer-order-detail-spin-b-vhbn1t65m0 900ms linear infinite;
}

.customer-order-badge[b-vhbn1t65m0] {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 800;
}

.tone-warning[b-vhbn1t65m0] {
  background: rgba(245, 197, 24, .16);
  color: var(--yellow);
}

.tone-info[b-vhbn1t65m0] {
  background: rgba(96, 165, 250, .16);
  color: #93c5fd;
}

.tone-success[b-vhbn1t65m0] {
  background: rgba(74, 222, 128, .16);
  color: #86efac;
}

.tone-danger[b-vhbn1t65m0] {
  background: rgba(248, 113, 113, .16);
  color: #fca5a5;
}

.tone-neutral[b-vhbn1t65m0] {
  background: rgba(148, 163, 184, .16);
  color: #cbd5e1;
}

.customer-order-section[b-vhbn1t65m0],
.customer-order-items[b-vhbn1t65m0] {
  display: grid;
  gap: 16px;
}

.customer-order-section[b-vhbn1t65m0] {
  margin-top: 14px;
  padding: 20px;
}

.customer-order-summary-grid[b-vhbn1t65m0],
.customer-order-item dl[b-vhbn1t65m0],
.customer-order-totals[b-vhbn1t65m0] {
  display: grid;
  gap: 12px;
  margin: 0;
}

.customer-order-summary-grid[b-vhbn1t65m0] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-order-summary-grid dt[b-vhbn1t65m0],
.customer-order-item dt[b-vhbn1t65m0],
.customer-order-totals dt[b-vhbn1t65m0] {
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.customer-order-summary-grid dd[b-vhbn1t65m0],
.customer-order-item dd[b-vhbn1t65m0],
.customer-order-totals dd[b-vhbn1t65m0] {
  margin: 4px 0 0;
  color: var(--gray-100);
  overflow-wrap: anywhere;
}

.customer-order-delivery-grid a[b-vhbn1t65m0] {
  color: var(--yellow);
  overflow-wrap: anywhere;
}

.customer-order-item[b-vhbn1t65m0] {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr);
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--gray-700);
}

.customer-order-item:first-child[b-vhbn1t65m0] {
  border-top: 0;
}

.customer-order-item strong[b-vhbn1t65m0],
.customer-order-item span[b-vhbn1t65m0] {
  display: block;
}

.customer-order-item strong[b-vhbn1t65m0] {
  color: var(--gray-100);
}

.customer-order-item span[b-vhbn1t65m0] {
  color: var(--gray-400);
  font-size: 13px;
}

.customer-order-item dl[b-vhbn1t65m0] {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-order-totals[b-vhbn1t65m0] {
  justify-items: end;
  margin-top: 16px;
}

.customer-order-totals div[b-vhbn1t65m0] {
  display: flex;
  min-width: min(100%, 320px);
  justify-content: space-between;
  gap: 24px;
}

.customer-order-totals .total dd[b-vhbn1t65m0],
.customer-order-totals .total dt[b-vhbn1t65m0] {
  color: var(--white);
  font-weight: 800;
}

.customer-order-address-grid[b-vhbn1t65m0] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.customer-order-note[b-vhbn1t65m0] {
  padding: 14px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: var(--gray-900);
}

.customer-order-not-found[b-vhbn1t65m0] {
  display: grid;
  gap: 14px;
}

@keyframes customer-order-detail-spin-b-vhbn1t65m0 {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .customer-account-layout[b-vhbn1t65m0] {
    grid-template-columns: 1fr;
  }

  .customer-account-sidebar[b-vhbn1t65m0] {
    position: static;
  }
}

@media (max-width: 860px) {
  .customer-order-summary-grid[b-vhbn1t65m0],
  .customer-order-item[b-vhbn1t65m0],
  .customer-order-item dl[b-vhbn1t65m0],
  .customer-order-address-grid[b-vhbn1t65m0] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .customer-order-detail-page[b-vhbn1t65m0] {
    padding: 32px 0 56px;
  }

  .customer-order-detail-panel[b-vhbn1t65m0] {
    padding: 22px;
  }

  .customer-order-detail-panel h1[b-vhbn1t65m0] {
    font-size: 34px;
  }
}
/* _content/eShop.Web/Components/Pages/Auth/CustomerOrders.razor.rz.scp.css */
.customer-orders-page[b-s2fny83m4i] {
  padding: 40px 0 72px;
}

.customer-account-layout[b-s2fny83m4i] {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.customer-account-sidebar[b-s2fny83m4i] {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
}

.customer-account-sidebar-card[b-s2fny83m4i],
.customer-orders-panel[b-s2fny83m4i],
.customer-order-card[b-s2fny83m4i] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.customer-account-sidebar-card[b-s2fny83m4i] {
  padding: 12px;
}

.customer-account-identity[b-s2fny83m4i] {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}

.customer-account-avatar[b-s2fny83m4i] {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-display);
  font-size: 28px;
}

.customer-account-identity strong[b-s2fny83m4i] {
  color: var(--white);
}

.customer-account-identity span[b-s2fny83m4i] {
  color: var(--gray-400);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.customer-account-nav-item[b-s2fny83m4i] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 700;
}

.customer-account-nav-item:hover[b-s2fny83m4i] {
  background: var(--gray-700);
  color: var(--white);
}

.customer-account-nav-item.active[b-s2fny83m4i] {
  background: var(--yellow-glow);
  color: var(--yellow);
}

.customer-orders-panel[b-s2fny83m4i] {
  padding: 28px;
}

.customer-orders-header[b-s2fny83m4i],
.customer-order-main[b-s2fny83m4i],
.customer-order-actions[b-s2fny83m4i],
.customer-orders-pager[b-s2fny83m4i] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.customer-orders-header[b-s2fny83m4i] {
  margin-bottom: 22px;
}

.customer-orders-kicker[b-s2fny83m4i],
.customer-order-label[b-s2fny83m4i] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.customer-orders-panel h1[b-s2fny83m4i],
.customer-order-card h2[b-s2fny83m4i] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
}

.customer-orders-panel h1[b-s2fny83m4i] {
  font-size: 38px;
}

.customer-order-card h2[b-s2fny83m4i] {
  font-size: 24px;
}

.customer-orders-panel p[b-s2fny83m4i] {
  margin: 4px 0 0;
  color: var(--gray-400);
}

.customer-orders-state[b-s2fny83m4i],
.customer-orders-retry-message[b-s2fny83m4i] {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 197, 24, .3);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
  color: var(--gray-100);
}

.customer-orders-state i[b-s2fny83m4i] {
  color: var(--yellow);
  animation: customer-order-spin-b-s2fny83m4i 900ms linear infinite;
}

.customer-orders-list[b-s2fny83m4i] {
  display: grid;
  gap: 14px;
}

.customer-order-card[b-s2fny83m4i] {
  padding: 18px;
}

.customer-order-main[b-s2fny83m4i] {
  align-items: flex-start;
  margin-bottom: 16px;
}

.customer-order-badge[b-s2fny83m4i] {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 800;
}

.tone-warning[b-s2fny83m4i] {
  background: rgba(245, 197, 24, .16);
  color: var(--yellow);
}

.tone-info[b-s2fny83m4i] {
  background: rgba(96, 165, 250, .16);
  color: #93c5fd;
}

.tone-success[b-s2fny83m4i] {
  background: rgba(74, 222, 128, .16);
  color: #86efac;
}

.tone-danger[b-s2fny83m4i] {
  background: rgba(248, 113, 113, .16);
  color: #fca5a5;
}

.tone-neutral[b-s2fny83m4i] {
  background: rgba(148, 163, 184, .16);
  color: #cbd5e1;
}

.customer-order-meta[b-s2fny83m4i] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.customer-order-meta dt[b-s2fny83m4i] {
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.customer-order-meta dd[b-s2fny83m4i] {
  margin: 4px 0 0;
  color: var(--gray-100);
  overflow-wrap: anywhere;
}

.customer-order-actions[b-s2fny83m4i] {
  justify-content: flex-start;
}

.customer-orders-pager[b-s2fny83m4i] {
  justify-content: center;
  margin-top: 18px;
}

.customer-orders-pager .disabled[b-s2fny83m4i] {
  opacity: .5;
  pointer-events: none;
}

@keyframes customer-order-spin-b-s2fny83m4i {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .customer-account-layout[b-s2fny83m4i] {
    grid-template-columns: 1fr;
  }

  .customer-account-sidebar[b-s2fny83m4i] {
    position: static;
  }
}

@media (max-width: 720px) {
  .customer-order-meta[b-s2fny83m4i] {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .customer-orders-page[b-s2fny83m4i] {
    padding: 32px 0 56px;
  }

  .customer-orders-panel[b-s2fny83m4i] {
    padding: 22px;
  }

  .customer-orders-panel h1[b-s2fny83m4i] {
    font-size: 34px;
  }

  .customer-order-meta[b-s2fny83m4i] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Pages/Auth/Login.razor.rz.scp.css */
.auth-page[b-wk1vmstbpb] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 120px);
  padding: 48px 24px;
  overflow: hidden;
}

.auth-page[b-wk1vmstbpb]::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(60deg, transparent, transparent 40px, rgba(245, 197, 24, .025) 40px, rgba(245, 197, 24, .025) 41px),
    repeating-linear-gradient(-60deg, transparent, transparent 40px, rgba(245, 197, 24, .025) 40px, rgba(245, 197, 24, .025) 41px);
  content: "";
  pointer-events: none;
}

.auth-card[b-wk1vmstbpb] {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  padding: 40px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.auth-eyebrow[b-wk1vmstbpb] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.auth-eyebrow-line[b-wk1vmstbpb] {
  width: 32px;
  height: 2px;
  background: var(--yellow);
}

.auth-eyebrow-text[b-wk1vmstbpb] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.auth-title[b-wk1vmstbpb] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.auth-title em[b-wk1vmstbpb] {
  color: var(--yellow);
  font-style: normal;
}

.auth-subtitle[b-wk1vmstbpb] {
  margin: 0 0 32px;
  color: var(--gray-400);
  font-size: 13px;
}

.auth-info[b-wk1vmstbpb] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(74, 222, 128, .3);
  border-radius: var(--radius-md);
  background: rgba(74, 222, 128, .08);
  color: var(--gray-100);
  font-size: 13px;
}

.auth-info i[b-wk1vmstbpb] {
  flex-shrink: 0;
  color: #4ade80;
}

.auth-form[b-wk1vmstbpb] {
  display: grid;
  gap: 18px;
}

.form-group[b-wk1vmstbpb] {
  min-width: 0;
}

.form-label[b-wk1vmstbpb] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.form-label-split[b-wk1vmstbpb] {
  justify-content: space-between;
}

.form-label a[b-wk1vmstbpb] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.form-label a:hover[b-wk1vmstbpb],
.form-label a:focus-visible[b-wk1vmstbpb] {
  text-decoration: underline;
}

.form-input[b-wk1vmstbpb] {
  appearance: none;
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 13px 16px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  outline: none;
  background: var(--gray-700);
  background-clip: padding-box;
  color: var(--white);
  color-scheme: dark;
  font-family: var(--font-body);
  font-size: 14px;
  box-shadow: 0 0 0 1000px var(--gray-700) inset;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-input:focus[b-wk1vmstbpb] {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1000px var(--gray-700) inset, 0 0 0 3px var(--yellow-glow);
}

.form-input[b-wk1vmstbpb]::placeholder {
  color: var(--gray-400);
}

.form-input:-webkit-autofill[b-wk1vmstbpb],
.form-input:-webkit-autofill:hover[b-wk1vmstbpb],
.form-input:-webkit-autofill:focus[b-wk1vmstbpb] {
  -webkit-box-shadow: 0 0 0 1000px var(--gray-700) inset;
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
}

.input-wrapper[b-wk1vmstbpb] {
  position: relative;
}

.input-wrapper .form-input[b-wk1vmstbpb] {
  padding-right: 44px;
}

.input-toggle[b-wk1vmstbpb] {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--gray-400);
  transform: translateY(-50%);
  transition: color var(--transition), background var(--transition);
}

.input-toggle:hover[b-wk1vmstbpb],
.input-toggle:focus-visible[b-wk1vmstbpb] {
  background: var(--gray-600);
  color: var(--yellow);
}

.form-check[b-wk1vmstbpb] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.form-check input[type="checkbox"][b-wk1vmstbpb] {
  width: 18px;
  height: 18px;
  margin: 0;
  border-color: var(--gray-600);
  accent-color: var(--yellow);
}

.form-check-label[b-wk1vmstbpb] {
  color: var(--gray-200);
  font-size: 13px;
  line-height: 1.45;
}

.auth-submit[b-wk1vmstbpb] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 14px 24px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--yellow);
  color: var(--gray-900);
  box-shadow: var(--shadow-yellow);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition);
}

.auth-submit:hover[b-wk1vmstbpb],
.auth-submit:focus-visible[b-wk1vmstbpb] {
  background: #ffd740;
  box-shadow: 0 0 32px rgba(245, 197, 24, .35);
  transform: translateY(-1px);
}

.auth-security[b-wk1vmstbpb] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--gray-700);
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1.5;
}

.auth-security i[b-wk1vmstbpb] {
  flex-shrink: 0;
}

.auth-footer[b-wk1vmstbpb] {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  color: var(--gray-400);
  font-size: 13px;
}

.auth-footer a[b-wk1vmstbpb] {
  color: var(--yellow);
  font-weight: 800;
  text-decoration: none;
}

.auth-footer a:hover[b-wk1vmstbpb],
.auth-footer a:focus-visible[b-wk1vmstbpb] {
  text-decoration: underline;
}

.auth-footer-secondary[b-wk1vmstbpb] {
  margin-top: 10px;
}

.auth-examples[b-wk1vmstbpb] {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid var(--gray-700);
  color: var(--gray-400);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.auth-example-credentials[b-wk1vmstbpb] {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  min-width: 0;
}

.auth-examples code[b-wk1vmstbpb] {
  color: var(--yellow);
  font-size: 12px;
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  .auth-page[b-wk1vmstbpb] {
    align-items: flex-start;
    padding: 32px 16px 56px;
  }

  .auth-card[b-wk1vmstbpb] {
    padding: 28px 20px;
  }

  .auth-title[b-wk1vmstbpb] {
    font-size: 34px;
  }

  .form-label-split[b-wk1vmstbpb] {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .auth-footer[b-wk1vmstbpb] {
    flex-wrap: wrap;
  }
}
/* _content/eShop.Web/Components/Pages/Auth/PickupPointBlock.razor.rz.scp.css */
.customer-order-address[b-kcqbmivt7t] {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: var(--gray-800);
}

.customer-order-address h3[b-kcqbmivt7t] {
  margin: 0;
  color: var(--white);
  font-size: 16px;
}

.customer-order-address p[b-kcqbmivt7t] {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--gray-300);
  overflow-wrap: anywhere;
}

.customer-order-address strong[b-kcqbmivt7t] {
  color: var(--gray-100);
}
/* _content/eShop.Web/Components/Pages/Auth/Profile.razor.rz.scp.css */
.account-page[b-vop4dmimq7] {
  padding: 40px 0 72px;
}

.account-breadcrumb[b-vop4dmimq7] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--gray-400);
  font-size: 12px;
}

.account-breadcrumb a:hover[b-vop4dmimq7] {
  color: var(--yellow);
}

.account-layout[b-vop4dmimq7] {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.account-sidebar[b-vop4dmimq7] {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
}

.account-sidebar-card[b-vop4dmimq7],
.account-card[b-vop4dmimq7],
.account-stat-card[b-vop4dmimq7],
.account-address-card[b-vop4dmimq7],
.account-address-add[b-vop4dmimq7] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.account-sidebar-card[b-vop4dmimq7] {
  padding: 12px;
}

.account-identity-card[b-vop4dmimq7] {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}

.account-avatar[b-vop4dmimq7] {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-display);
  font-size: 28px;
}

.account-avatar[b-vop4dmimq7]::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 2px solid var(--yellow-dim);
  border-radius: 50%;
  opacity: .4;
}

.account-identity-card strong[b-vop4dmimq7],
.account-address-card strong[b-vop4dmimq7],
.account-order-row strong[b-vop4dmimq7] {
  display: block;
  color: var(--white);
}

.account-identity-card span[b-vop4dmimq7] {
  display: block;
  color: var(--gray-400);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.account-badges[b-vop4dmimq7] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.account-badge[b-vop4dmimq7] {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid rgba(96, 165, 250, .3);
  border-radius: var(--radius-sm);
  background: rgba(96, 165, 250, .14);
  color: #93c5fd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-badge-success[b-vop4dmimq7] {
  border-color: rgba(74, 222, 128, .3);
  background: rgba(74, 222, 128, .12);
  color: #86efac;
}

.account-nav-item[b-vop4dmimq7] {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--gray-200);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  transition: background var(--transition), color var(--transition);
}

.account-nav-item:hover[b-vop4dmimq7] {
  background: var(--gray-700);
  color: var(--white);
}

.account-nav-item.active[b-vop4dmimq7] {
  background: var(--yellow-glow);
  color: var(--yellow);
}

.account-nav-item i[b-vop4dmimq7] {
  color: var(--gray-400);
}

.account-nav-item.active i[b-vop4dmimq7],
.account-nav-item:hover i[b-vop4dmimq7] {
  color: currentColor;
}

.account-nav-danger[b-vop4dmimq7] {
  color: #fca5a5;
}

.account-nav-danger:hover[b-vop4dmimq7] {
  background: rgba(248, 113, 113, .1);
  color: #f87171;
}

.account-nav-divider[b-vop4dmimq7] {
  height: 1px;
  margin: 6px 0;
  background: var(--gray-700);
}

.account-sidebar form[b-vop4dmimq7] {
  margin: 0;
}

.account-main[b-vop4dmimq7] {
  min-width: 0;
}

.account-section[b-vop4dmimq7] {
  display: grid;
  gap: 16px;
}

.account-section-header[b-vop4dmimq7] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.account-section-header h1[b-vop4dmimq7],
.account-card h2[b-vop4dmimq7],
.account-danger-zone h2[b-vop4dmimq7] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
}

.account-section-header h1[b-vop4dmimq7] {
  font-size: 38px;
}

.account-card h2[b-vop4dmimq7],
.account-danger-zone h2[b-vop4dmimq7] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
}

.account-section-header p[b-vop4dmimq7],
.account-card p[b-vop4dmimq7],
.account-danger-zone p[b-vop4dmimq7],
.account-muted[b-vop4dmimq7] {
  margin: 4px 0 0;
  color: var(--gray-400);
  font-size: 13px;
}

.account-stats[b-vop4dmimq7] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.account-stat-card[b-vop4dmimq7] {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.account-stat-card strong[b-vop4dmimq7] {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.account-stat-card span:last-child[b-vop4dmimq7] {
  color: var(--gray-400);
  font-size: 12px;
}

.account-stat-icon[b-vop4dmimq7] {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
}

.account-stat-yellow[b-vop4dmimq7] {
  background: rgba(245, 197, 24, .12);
  color: var(--yellow);
}

.account-stat-blue[b-vop4dmimq7] {
  background: rgba(96, 165, 250, .14);
  color: #93c5fd;
}

.account-stat-green[b-vop4dmimq7] {
  background: rgba(74, 222, 128, .12);
  color: #86efac;
}

.account-card[b-vop4dmimq7],
.account-danger-zone[b-vop4dmimq7] {
  padding: 24px;
}

.account-card-header[b-vop4dmimq7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.account-info-grid[b-vop4dmimq7] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
  margin: 0;
}

.account-info-grid div[b-vop4dmimq7] {
  min-width: 0;
}

.account-info-grid dt[b-vop4dmimq7] {
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-info-grid dd[b-vop4dmimq7] {
  margin: 3px 0 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.account-address-lines[b-vop4dmimq7],
.account-address-card address[b-vop4dmimq7] {
  margin: 0;
  color: var(--gray-200);
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
}

.account-order-strip[b-vop4dmimq7] {
  display: grid;
  gap: 8px;
}

.account-order-row[b-vop4dmimq7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: var(--gray-900);
}

.account-order-row:hover[b-vop4dmimq7] {
  border-color: var(--yellow-dim);
}

.account-order-row small[b-vop4dmimq7] {
  display: block;
  color: var(--gray-400);
}

.account-order-total[b-vop4dmimq7] {
  color: var(--yellow);
  font-weight: 800;
}

.account-empty[b-vop4dmimq7] {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 28px 8px 8px;
  text-align: center;
}

.account-empty i[b-vop4dmimq7] {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid var(--gray-600);
  border-radius: 50%;
  color: var(--yellow);
  font-size: 24px;
}

.account-empty strong[b-vop4dmimq7] {
  color: var(--white);
}

.account-btn[b-vop4dmimq7] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  transition: border-color var(--transition), background var(--transition), color var(--transition), opacity var(--transition);
}

.account-btn-primary[b-vop4dmimq7] {
  border: 1px solid var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
  box-shadow: var(--shadow-yellow);
}

.account-btn-primary:hover[b-vop4dmimq7] {
  background: #ffd740;
  color: var(--gray-900);
}

.account-btn-ghost[b-vop4dmimq7] {
  border: 1px solid var(--gray-600);
  background: transparent;
  color: var(--gray-200);
}

.account-btn-ghost:hover[b-vop4dmimq7] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.account-btn-danger[b-vop4dmimq7] {
  border: 1px solid rgba(248, 113, 113, .32);
  background: transparent;
  color: #fca5a5;
}

.account-btn-danger:hover[b-vop4dmimq7] {
  border-color: #f87171;
  background: rgba(248, 113, 113, .1);
  color: #f87171;
}

.account-btn:disabled[b-vop4dmimq7] {
  opacity: .5;
  cursor: not-allowed;
}

.account-state[b-vop4dmimq7],
.account-message[b-vop4dmimq7] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 197, 24, .3);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
  color: var(--gray-100);
}

.account-state i[b-vop4dmimq7] {
  color: var(--yellow);
  animation: account-spin-b-vop4dmimq7 900ms linear infinite;
}

.account-message.success[b-vop4dmimq7] {
  border-color: rgba(74, 222, 128, .35);
  background: rgba(74, 222, 128, .1);
}

.account-grid[b-vop4dmimq7],
.account-form[b-vop4dmimq7] {
  display: grid;
  gap: 16px;
}

.account-grid[b-vop4dmimq7] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-field[b-vop4dmimq7] {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 700;
}

.account-field-wide[b-vop4dmimq7] {
  grid-column: 1 / -1;
}

.account-fieldset[b-vop4dmimq7] {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[b-vop4dmimq7] .account-input {
  appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  outline: none;
  background: var(--gray-900);
  background-clip: padding-box;
  color: var(--white);
  color-scheme: dark;
  font: inherit;
}

[b-vop4dmimq7] .account-input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, .14);
}

[b-vop4dmimq7] select.account-input {
  cursor: pointer;
}

[b-vop4dmimq7] .account-input option {
  background: var(--gray-900);
  color: var(--white);
}

.account-check[b-vop4dmimq7] {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 600;
}

.account-check a[b-vop4dmimq7] {
  color: var(--yellow);
}

.account-check[b-vop4dmimq7]  input,
.account-pref-row input[b-vop4dmimq7] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--yellow);
}

.account-actions[b-vop4dmimq7] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.account-consent[b-vop4dmimq7] {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(245, 197, 24, .28);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
}

.account-consent h3[b-vop4dmimq7] {
  margin: 0;
  color: var(--white);
  font-size: 16px;
}

.account-address-grid[b-vop4dmimq7] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-address-card[b-vop4dmimq7] {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 20px;
}

.account-address-card.default[b-vop4dmimq7] {
  border-color: rgba(245, 197, 24, .5);
}

.account-address-type[b-vop4dmimq7] {
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.account-address-default[b-vop4dmimq7] {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px;
  border: 1px solid rgba(245, 197, 24, .42);
  border-radius: var(--radius-sm);
  background: rgba(245, 197, 24, .12);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.account-address-actions[b-vop4dmimq7] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-address-add[b-vop4dmimq7] {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 20px;
  border-style: dashed;
  color: var(--gray-400);
  font: inherit;
  font-weight: 800;
}

.account-address-add:hover[b-vop4dmimq7] {
  border-color: var(--yellow);
  background: var(--yellow-glow);
  color: var(--yellow);
}

.account-address-add i[b-vop4dmimq7] {
  font-size: 24px;
}

.account-pref-list[b-vop4dmimq7] {
  display: grid;
}

.account-pref-row[b-vop4dmimq7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gray-700);
}

.account-pref-row:last-child[b-vop4dmimq7] {
  border-bottom: 0;
}

.account-pref-row strong[b-vop4dmimq7],
.account-pref-row small[b-vop4dmimq7] {
  display: block;
}

.account-pref-row strong[b-vop4dmimq7] {
  color: var(--gray-100);
}

.account-pref-row small[b-vop4dmimq7] {
  color: var(--gray-400);
}

.account-danger-zone[b-vop4dmimq7] {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(248, 113, 113, .25);
  border-radius: var(--radius-lg);
  background: rgba(248, 113, 113, .07);
}

@keyframes account-spin-b-vop4dmimq7 {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .account-layout[b-vop4dmimq7] {
    grid-template-columns: 1fr;
  }

  .account-sidebar[b-vop4dmimq7] {
    position: static;
  }

  .account-stats[b-vop4dmimq7],
  .account-address-grid[b-vop4dmimq7] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .account-page[b-vop4dmimq7] {
    padding: 32px 0 56px;
  }

  .account-section-header[b-vop4dmimq7],
  .account-card-header[b-vop4dmimq7],
  .account-order-row[b-vop4dmimq7],
  .account-pref-row[b-vop4dmimq7] {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-section-header h1[b-vop4dmimq7] {
    font-size: 34px;
  }

  .account-info-grid[b-vop4dmimq7],
  .account-grid[b-vop4dmimq7] {
    grid-template-columns: 1fr;
  }

  .account-card[b-vop4dmimq7],
  .account-danger-zone[b-vop4dmimq7] {
    padding: 20px;
  }
}
/* _content/eShop.Web/Components/Pages/Auth/Register.razor.rz.scp.css */
.auth-page[b-09jz8md5fh] {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: calc(100vh - 120px);
  padding: 48px 24px 72px;
  overflow: hidden;
}

.auth-page[b-09jz8md5fh]::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(60deg, transparent, transparent 40px, rgba(245, 197, 24, .025) 40px, rgba(245, 197, 24, .025) 41px),
    repeating-linear-gradient(-60deg, transparent, transparent 40px, rgba(245, 197, 24, .025) 40px, rgba(245, 197, 24, .025) 41px);
  content: "";
  pointer-events: none;
}

.auth-card[b-09jz8md5fh] {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 40px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.auth-eyebrow[b-09jz8md5fh] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.auth-eyebrow-line[b-09jz8md5fh] {
  width: 32px;
  height: 2px;
  background: var(--yellow);
}

.auth-eyebrow-text[b-09jz8md5fh] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.auth-title[b-09jz8md5fh] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.auth-title em[b-09jz8md5fh] {
  color: var(--yellow);
  font-style: normal;
}

.auth-subtitle[b-09jz8md5fh] {
  margin: 0 0 28px;
  color: var(--gray-400);
  font-size: 13px;
}

.auth-info[b-09jz8md5fh] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(245, 197, 24, .3);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
  color: var(--gray-100);
  font-size: 13px;
}

.auth-info i[b-09jz8md5fh] {
  flex-shrink: 0;
  color: var(--yellow);
}

.auth-form[b-09jz8md5fh],
.auth-fieldset[b-09jz8md5fh] {
  display: grid;
  gap: 16px;
}

.auth-fieldset[b-09jz8md5fh] {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.auth-section[b-09jz8md5fh] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-top: 8px;
  border-bottom: 1px solid var(--gray-700);
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.auth-section:first-child[b-09jz8md5fh] {
  margin-top: 0;
}

.auth-section i[b-09jz8md5fh] {
  flex-shrink: 0;
  color: var(--yellow);
}

.auth-grid[b-09jz8md5fh] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-group[b-09jz8md5fh] {
  min-width: 0;
}

.form-label[b-09jz8md5fh] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.required[b-09jz8md5fh] {
  color: var(--yellow);
  font-size: 13px;
  line-height: 1;
}

.optional[b-09jz8md5fh] {
  color: var(--gray-500);
  font-size: 12px;
}

[b-09jz8md5fh] .form-input {
  appearance: none;
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  outline: none;
  background: var(--gray-700);
  background-clip: padding-box;
  color: var(--white);
  color-scheme: dark;
  font-family: var(--font-body);
  font-size: 14px;
  box-shadow: 0 0 0 1000px var(--gray-700) inset;
  transition: border-color var(--transition), box-shadow var(--transition);
}

[b-09jz8md5fh] .form-input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1000px var(--gray-700) inset, 0 0 0 3px var(--yellow-glow);
}

[b-09jz8md5fh] .form-input::placeholder {
  color: var(--gray-400);
}

[b-09jz8md5fh] .form-input:-webkit-autofill,
[b-09jz8md5fh] .form-input:-webkit-autofill:hover,
[b-09jz8md5fh] .form-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--gray-700) inset;
  -webkit-text-fill-color: var(--white);
  caret-color: var(--white);
}

.input-wrapper[b-09jz8md5fh] {
  position: relative;
}

.input-wrapper[b-09jz8md5fh]  .form-input {
  padding-right: 44px;
}

.input-toggle[b-09jz8md5fh] {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--gray-400);
  transform: translateY(-50%);
  transition: color var(--transition), background var(--transition);
}

.input-toggle:hover[b-09jz8md5fh],
.input-toggle:focus-visible[b-09jz8md5fh] {
  background: var(--gray-600);
  color: var(--yellow);
}

.password-strength[b-09jz8md5fh] {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}

.password-strength span[b-09jz8md5fh] {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: var(--gray-600);
}

.field-note[b-09jz8md5fh] {
  margin: 6px 0 0;
  color: var(--gray-500);
  font-size: 11px;
  line-height: 1.45;
}

.phone-group[b-09jz8md5fh] {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.phone-prefix[b-09jz8md5fh] {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 116px;
  min-height: 48px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--gray-200);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.phone-prefix:focus-within[b-09jz8md5fh] {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px var(--yellow-glow);
}

.phone-prefix-button[b-09jz8md5fh] {
  width: 100%;
  min-height: 46px;
  padding: 0 32px 0 12px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--gray-200);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.phone-prefix i[b-09jz8md5fh] {
  position: absolute;
  top: 50%;
  right: 10px;
  color: var(--gray-400);
  font-size: 11px;
  pointer-events: none;
  transform: translateY(-50%);
}

.phone-prefix-flag[b-09jz8md5fh] {
  font-size: 16px;
  line-height: 1;
}

.phone-prefix-options[b-09jz8md5fh] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 260;
  display: grid;
  gap: 2px;
  width: min(280px, calc(100vw - 48px));
  max-height: 270px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.phone-prefix-option[b-09jz8md5fh] {
  display: grid;
  grid-template-columns: 22px 54px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 8px;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--gray-100);
  font-family: var(--font-body);
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}

.phone-prefix-option:hover[b-09jz8md5fh],
.phone-prefix-option:focus-visible[b-09jz8md5fh],
.phone-prefix-option[aria-selected="true"][b-09jz8md5fh] {
  background: var(--gray-700);
  color: var(--yellow);
}

.phone-prefix-code[b-09jz8md5fh] {
  font-weight: 800;
}

.phone-prefix-name[b-09jz8md5fh] {
  overflow: hidden;
  color: var(--gray-300);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-checks[b-09jz8md5fh] {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.form-check[b-09jz8md5fh] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.form-check[b-09jz8md5fh]  input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-color: var(--gray-600);
  accent-color: var(--yellow);
}

.form-check-label[b-09jz8md5fh] {
  color: var(--gray-200);
  font-size: 13px;
  line-height: 1.45;
}

.form-check a[b-09jz8md5fh],
.auth-footer a[b-09jz8md5fh] {
  color: var(--yellow);
  font-weight: 700;
  text-decoration: none;
}

.form-check a:hover[b-09jz8md5fh],
.form-check a:focus-visible[b-09jz8md5fh],
.auth-footer a:hover[b-09jz8md5fh],
.auth-footer a:focus-visible[b-09jz8md5fh] {
  text-decoration: underline;
}

.auth-submit[b-09jz8md5fh] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 14px 24px;
  margin-top: 4px;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--yellow);
  color: var(--gray-900);
  box-shadow: var(--shadow-yellow);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: background var(--transition), box-shadow var(--transition), transform var(--transition), opacity var(--transition);
}

.auth-submit:hover:not(:disabled)[b-09jz8md5fh],
.auth-submit:focus-visible:not(:disabled)[b-09jz8md5fh] {
  background: #ffd740;
  box-shadow: 0 0 32px rgba(245, 197, 24, .35);
  transform: translateY(-1px);
}

.auth-submit:disabled[b-09jz8md5fh] {
  cursor: not-allowed;
  opacity: .6;
  transform: none;
}

.auth-security[b-09jz8md5fh] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--gray-700);
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1.5;
}

.auth-security i[b-09jz8md5fh] {
  flex-shrink: 0;
}

.auth-footer[b-09jz8md5fh] {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  color: var(--gray-400);
  font-size: 13px;
}

[b-09jz8md5fh] .auth-validation-summary {
  margin: 0;
  padding-left: 18px;
  color: #f87171;
  font-size: 13px;
}

@media (max-width: 620px) {
  .auth-page[b-09jz8md5fh] {
    padding: 32px 16px 56px;
  }

  .auth-card[b-09jz8md5fh] {
    padding: 28px 20px;
  }

  .auth-title[b-09jz8md5fh] {
    font-size: 34px;
  }

  .auth-grid[b-09jz8md5fh],
  .phone-group[b-09jz8md5fh] {
    grid-template-columns: 1fr;
  }

  .phone-group[b-09jz8md5fh] {
    flex-direction: column;
  }

  .phone-prefix[b-09jz8md5fh] {
    justify-content: center;
    width: 100%;
  }

  .auth-footer[b-09jz8md5fh] {
    flex-wrap: wrap;
  }
}
/* _content/eShop.Web/Components/Pages/Cart.razor.rz.scp.css */
.cart-page[b-ap6cda6tdi] {
  padding: 40px 0 72px;
}

.cart-breadcrumb[b-ap6cda6tdi] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--gray-400);
  font-size: 12px;
}

.cart-breadcrumb a[b-ap6cda6tdi] {
  color: var(--gray-300);
  text-decoration: none;
  transition: color var(--transition);
}

.cart-breadcrumb a:hover[b-ap6cda6tdi],
.cart-breadcrumb a:focus-visible[b-ap6cda6tdi] {
  color: var(--yellow);
}

.cart-steps[b-ap6cda6tdi] {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.cart-step[b-ap6cda6tdi] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
}

.cart-step.active[b-ap6cda6tdi] {
  color: var(--white);
}

.cart-step-num[b-ap6cda6tdi] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--gray-600);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
}

.cart-step.active .cart-step-num[b-ap6cda6tdi] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
}

.cart-step-line[b-ap6cda6tdi] {
  width: min(60px, 12vw);
  height: 1px;
  margin: 0 12px;
  background: var(--gray-700);
}

.cart-layout[b-ap6cda6tdi] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.cart-panel[b-ap6cda6tdi],
.cart-summary-panel[b-ap6cda6tdi],
.cart-empty[b-ap6cda6tdi] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.cart-panel[b-ap6cda6tdi] {
  overflow: hidden;
}

.cart-panel-header[b-ap6cda6tdi] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid var(--gray-700);
}

.cart-panel-header h1[b-ap6cda6tdi],
.cart-summary-panel h2[b-ap6cda6tdi],
.cart-empty h1[b-ap6cda6tdi],
.cart-error h1[b-ap6cda6tdi],
.cart-dialog h2[b-ap6cda6tdi] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  letter-spacing: .04em;
}

.cart-panel-header h1[b-ap6cda6tdi] {
  font-size: 28px;
}

.cart-panel-count[b-ap6cda6tdi] {
  display: inline-block;
  margin-top: 2px;
  color: var(--gray-400);
  font-size: 12px;
}

.cart-clear[b-ap6cda6tdi] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--gray-400);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: color var(--transition);
}

.cart-clear:hover:not(:disabled)[b-ap6cda6tdi],
.cart-clear:focus-visible[b-ap6cda6tdi] {
  color: var(--red);
}

.cart-clear:disabled[b-ap6cda6tdi] {
  cursor: not-allowed;
  opacity: .55;
}

.cart-warning[b-ap6cda6tdi],
.summary-warning[b-ap6cda6tdi],
.cart-disclaimer[b-ap6cda6tdi] {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--yellow);
  font-size: 12px;
  line-height: 1.45;
}

.cart-warning[b-ap6cda6tdi] {
  margin: 16px 20px 0;
  padding: 12px;
  border: 1px solid rgba(245, 197, 24, .24);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
}

.cart-summary[b-ap6cda6tdi] {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 12px;
}

.cart-summary-panel[b-ap6cda6tdi] {
  overflow: hidden;
}

.summary-header[b-ap6cda6tdi] {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--gray-700);
  font-size: 24px;
}

.summary-rows[b-ap6cda6tdi] {
  display: grid;
  gap: 10px;
  padding: 16px 20px;
}

.summary-line[b-ap6cda6tdi] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--gray-300);
  font-size: 13px;
}

.summary-line strong[b-ap6cda6tdi] {
  color: var(--gray-100);
  font-size: 14px;
  font-weight: 600;
}

.summary-divider[b-ap6cda6tdi] {
  height: 1px;
  margin: 4px 0;
  background: var(--gray-700);
}

.summary-total[b-ap6cda6tdi] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px 16px;
}

.summary-total-label[b-ap6cda6tdi] {
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 700;
}

.summary-total-val[b-ap6cda6tdi] {
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .02em;
}

.summary-vat-note[b-ap6cda6tdi] {
  margin: 0;
  padding: 0 20px 14px;
  color: var(--gray-400);
  font-size: 11px;
  line-height: 1.45;
}

.checkout-btn[b-ap6cda6tdi] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  width: calc(100% - 40px);
  margin: 0 20px 12px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-600);
  color: var(--gray-400);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: not-allowed;
  text-decoration: none;
}

.checkout-btn-active[b-ap6cda6tdi] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(245, 197, 24, .2);
}

.checkout-btn-active:hover[b-ap6cda6tdi],
.checkout-btn-active:focus-visible[b-ap6cda6tdi] {
  color: var(--gray-900);
  filter: brightness(1.04);
}

.btn-continue[b-ap6cda6tdi] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: calc(100% - 40px);
  min-height: 42px;
  margin: 0 20px 20px;
  padding: 10px 12px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition);
}

.btn-continue:hover[b-ap6cda6tdi],
.btn-continue:focus-visible[b-ap6cda6tdi] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.cart-disclaimer[b-ap6cda6tdi] {
  padding: 14px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .03);
  color: var(--gray-300);
}

.cart-empty[b-ap6cda6tdi] {
  display: grid;
  justify-items: center;
  max-width: 560px;
  margin: 0 auto;
  padding: 48px 28px;
  text-align: center;
}

.cart-empty-icon[b-ap6cda6tdi] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .12);
  color: var(--yellow);
  font-size: 26px;
}

.cart-empty h1[b-ap6cda6tdi] {
  font-size: 34px;
}

.cart-empty p[b-ap6cda6tdi] {
  max-width: 420px;
  margin: 8px 0 22px;
  color: var(--gray-300);
}

.cart-loading[b-ap6cda6tdi],
.cart-error[b-ap6cda6tdi] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
  padding: 24px;
}

.cart-loading[b-ap6cda6tdi] {
  justify-content: center;
  color: var(--gray-300);
}

.cart-error[b-ap6cda6tdi] {
  border-color: rgba(248, 113, 113, .35);
  color: #fca5a5;
}

.cart-error h1[b-ap6cda6tdi] {
  font-size: 28px;
}

.cart-error p[b-ap6cda6tdi] {
  margin: 6px 0 14px;
  color: var(--gray-200);
}

.cart-dialog-backdrop[b-ap6cda6tdi] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, .66);
}

.cart-dialog[b-ap6cda6tdi] {
  width: min(420px, 100%);
  padding: 22px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.cart-dialog h2[b-ap6cda6tdi] {
  font-size: 28px;
}

.cart-dialog p[b-ap6cda6tdi] {
  margin: 8px 0 18px;
  color: var(--gray-300);
}

.cart-dialog-actions[b-ap6cda6tdi] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 900px) {
  .cart-layout[b-ap6cda6tdi] {
    grid-template-columns: 1fr;
  }

  .cart-summary[b-ap6cda6tdi] {
    position: static;
  }
}

@media (max-width: 560px) {
  .cart-page[b-ap6cda6tdi] {
    padding-top: 24px;
  }

  .cart-steps[b-ap6cda6tdi] {
    display: none;
  }

  .cart-panel-header[b-ap6cda6tdi],
  .cart-dialog-actions[b-ap6cda6tdi] {
    align-items: stretch;
    flex-direction: column;
  }

  .cart-clear[b-ap6cda6tdi] {
    justify-content: flex-start;
  }
}
/* _content/eShop.Web/Components/Pages/Catalog.razor.rz.scp.css */
.catalog-header[b-q7fqnvej83] {
  padding: 32px 0 24px;
  border-bottom: 1px solid var(--gray-700);
  background: var(--gray-800);
}

.catalog-header-inner[b-q7fqnvej83] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.catalog-title[b-q7fqnvej83] {
  margin: 0 0 4px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  letter-spacing: .03em;
}

.catalog-title span[b-q7fqnvej83] {
  color: var(--yellow);
}

.catalog-subtitle[b-q7fqnvej83] {
  margin: 0;
  color: var(--gray-400);
  font-size: 13px;
}

.catalog-body[b-q7fqnvej83] {
  min-height: 320px;
  padding-top: 28px;
  padding-bottom: 64px;
}
/* _content/eShop.Web/Components/Pages/Checkout/CheckoutConfirmation.razor.rz.scp.css */
.checkout-page[b-i34f0zrgz3] {
  padding: 40px 0 72px;
}

.cart-steps[b-i34f0zrgz3] {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.step[b-i34f0zrgz3] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 800;
}

.step-num[b-i34f0zrgz3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--gray-600);
  border-radius: 999px;
  font-size: 11px;
}

.step.active[b-i34f0zrgz3],
.step.done[b-i34f0zrgz3] {
  color: var(--white);
}

.step.active .step-num[b-i34f0zrgz3] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
}

.step.done .step-num[b-i34f0zrgz3] {
  background: var(--gray-700);
  color: #4ade80;
}

.step-line[b-i34f0zrgz3] {
  flex: 1;
  max-width: 48px;
  height: 1px;
  margin: 0 8px;
  background: var(--gray-700);
}

.checkout-panel[b-i34f0zrgz3] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.checkout-confirmation[b-i34f0zrgz3] {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 680px;
  margin: 0 auto;
  padding: 42px 28px;
  text-align: center;
}

.checkout-kicker[b-i34f0zrgz3] {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.checkout-confirmation h1[b-i34f0zrgz3] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: .03em;
}

.checkout-confirmation p[b-i34f0zrgz3] {
  margin: 0;
  color: var(--gray-300);
}

.checkout-retry-message[b-i34f0zrgz3] {
  max-width: 520px;
  color: var(--yellow) !important;
  font-size: 13px;
  font-weight: 800;
}

.checkout-confirmation-actions[b-i34f0zrgz3] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 720px) {
  .cart-steps[b-i34f0zrgz3] {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
/* _content/eShop.Web/Components/Pages/Checkout/CheckoutDelivery.razor.rz.scp.css */
.checkout-page[b-viwryapo31] {
  padding: 40px 0 72px;
}

.cart-breadcrumb[b-viwryapo31] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--gray-400);
  font-size: 12px;
}

.cart-breadcrumb a:hover[b-viwryapo31] {
  color: var(--yellow);
}

.cart-steps[b-viwryapo31] {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.step[b-viwryapo31] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 800;
}

.step-num[b-viwryapo31] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--gray-600);
  border-radius: 999px;
  font-size: 11px;
}

.step.active[b-viwryapo31],
.step.done[b-viwryapo31] {
  color: var(--white);
}

.step.active .step-num[b-viwryapo31] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
}

.step.done .step-num[b-viwryapo31] {
  background: var(--gray-700);
  color: #4ade80;
}

.step-line[b-viwryapo31] {
  flex: 1;
  max-width: 48px;
  height: 1px;
  margin: 0 8px;
  background: var(--gray-700);
}

.checkout-layout[b-viwryapo31] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.checkout-main[b-viwryapo31] {
  min-width: 0;
}

.panel[b-viwryapo31],
.cart-summary[b-viwryapo31] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.panel[b-viwryapo31] {
  overflow: hidden;
  margin-bottom: 16px;
}

.panel-header[b-viwryapo31] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-700);
}

.panel-title[b-viwryapo31] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: .03em;
}

.panel-title-num[b-viwryapo31] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 900;
}

.panel-body[b-viwryapo31] {
  padding: 20px;
}

.address-cards[b-viwryapo31] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.billing-addresses[b-viwryapo31] {
  margin-top: 16px;
}

.address-option[b-viwryapo31],
.address-add-btn[b-viwryapo31],
.delivery-option[b-viwryapo31] {
  border: 2px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.address-option[b-viwryapo31] {
  position: relative;
  display: block;
  min-height: 118px;
  padding: 14px 42px 14px 14px;
  text-align: left;
}

.address-option:hover[b-viwryapo31],
.address-add-btn:hover[b-viwryapo31],
.delivery-option:hover[b-viwryapo31] {
  border-color: var(--gray-400);
}

.address-option:focus-visible[b-viwryapo31],
.address-add-btn:focus-visible[b-viwryapo31],
.delivery-option:focus-within[b-viwryapo31] {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.address-option.selected[b-viwryapo31],
.address-add-btn.selected[b-viwryapo31],
.delivery-option.selected[b-viwryapo31] {
  border-color: var(--yellow);
  background: rgba(245, 197, 24, .12);
}

.address-option-radio[b-viwryapo31] {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--gray-600);
  border-radius: 999px;
}

.address-option.selected .address-option-radio[b-viwryapo31] {
  border-color: var(--yellow);
}

.address-option.selected .address-option-radio[b-viwryapo31]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: var(--yellow);
}

.address-option-label[b-viwryapo31] {
  display: block;
  margin-bottom: 6px;
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.address-option-name[b-viwryapo31],
.address-option-lines[b-viwryapo31] {
  display: block;
}

.address-option-name[b-viwryapo31] {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 13px;
}

.address-option-lines[b-viwryapo31] {
  color: var(--gray-400);
  font-size: 12px;
  line-height: 1.6;
}

.address-add-btn[b-viwryapo31] {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-style: dashed;
  color: var(--gray-400);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.address-add-btn i[b-viwryapo31] {
  font-size: 20px;
}

.address-form[b-viwryapo31] {
  display: none;
  padding-top: 18px;
}

.address-form.visible[b-viwryapo31] {
  display: block;
}

.form-section-heading[b-viwryapo31] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--white);
  font-size: 13px;
}

.link-button[b-viwryapo31] {
  border: 0;
  background: transparent;
  color: var(--gray-400);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.link-button:hover[b-viwryapo31] {
  color: var(--yellow);
}

.checkout-form-grid[b-viwryapo31] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkout-form-grid label[b-viwryapo31] {
  display: grid;
  gap: 7px;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.checkout-form-grid label span[b-viwryapo31] {
  color: var(--yellow);
}

.span-2[b-viwryapo31] {
  grid-column: span 2;
}

.form-input[b-viwryapo31] {
  display: block;
  width: 100%;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  letter-spacing: 0;
  outline: none;
  padding: 11px 14px;
}

.form-input:focus[b-viwryapo31] {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(245, 197, 24, .14);
}

.checkout-check[b-viwryapo31] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--gray-200);
  font-size: 13px;
}

.checkout-check.compact[b-viwryapo31] {
  margin-top: 14px;
  font-size: 12px;
}

.checkout-check input[b-viwryapo31] {
  width: 15px;
  height: 15px;
  accent-color: var(--yellow);
}

.delivery-options[b-viwryapo31] {
  display: grid;
  gap: 8px;
}

.delivery-option[b-viwryapo31] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
}

.delivery-option input[b-viwryapo31] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.delivery-radio[b-viwryapo31] {
  width: 18px;
  height: 18px;
  border: 2px solid var(--gray-500);
  border-radius: 999px;
  flex: 0 0 auto;
}

.delivery-option.selected .delivery-radio[b-viwryapo31] {
  border-color: var(--yellow);
  box-shadow: inset 0 0 0 4px var(--gray-800);
  background: var(--yellow);
}

.delivery-icon[b-viwryapo31] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--yellow);
  font-size: 20px;
  flex: 0 0 auto;
}

.delivery-info[b-viwryapo31] {
  min-width: 0;
  flex: 1;
}

.delivery-name[b-viwryapo31],
.delivery-sub[b-viwryapo31] {
  display: block;
}

.delivery-name[b-viwryapo31] {
  color: var(--white);
  font-size: 13px;
}

.delivery-sub[b-viwryapo31] {
  margin-top: 2px;
  color: var(--gray-400);
  font-size: 11px;
}

.delivery-price[b-viwryapo31] {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
}

.delivery-price.free[b-viwryapo31] {
  color: #4ade80;
}

.delivery-price.paid[b-viwryapo31] {
  color: var(--yellow);
}

.checkout-warning[b-viwryapo31],
.checkout-error[b-viwryapo31],
.checkout-loading[b-viwryapo31] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkout-warning[b-viwryapo31] {
  padding: 12px;
  border: 1px solid rgba(245, 197, 24, .24);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
  color: var(--yellow);
  font-size: 13px;
}

.checkout-top-warning[b-viwryapo31] {
  margin-bottom: 16px;
}

.checkout-error[b-viwryapo31],
.checkout-loading[b-viwryapo31] {
  padding: 24px;
}

.checkout-error[b-viwryapo31] {
  color: #fca5a5;
}

.checkout-error h1[b-viwryapo31] {
  margin: 0 0 6px;
  color: var(--white);
  font-family: var(--font-display);
}

.checkout-actions[b-viwryapo31] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}

.btn-back[b-viwryapo31],
.btn-next[b-viwryapo31] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: var(--radius-md);
  border: 0;
  padding: 0 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.btn-back[b-viwryapo31] {
  color: var(--gray-300);
  background: transparent;
}

.btn-back:hover[b-viwryapo31] {
  color: var(--yellow);
}

.btn-next[b-viwryapo31] {
  color: var(--gray-900);
  background: var(--yellow);
  box-shadow: var(--shadow-yellow);
}

.btn-next:disabled[b-viwryapo31] {
  cursor: not-allowed;
  opacity: .5;
  box-shadow: none;
}

.cart-summary[b-viwryapo31] {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.summary-card[b-viwryapo31],
.summary-trust[b-viwryapo31] {
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.summary-card[b-viwryapo31] {
  padding: 18px;
}

.summary-header[b-viwryapo31] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .03em;
}

.summary-edit[b-viwryapo31] {
  color: var(--yellow);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
}

.summary-items[b-viwryapo31] {
  display: grid;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gray-700);
}

.summary-item[b-viwryapo31] {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.summary-item-img[b-viwryapo31] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}

.summary-item-img img[b-viwryapo31] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary-item-name[b-viwryapo31] {
  min-width: 0;
}

.summary-item-name strong[b-viwryapo31],
.summary-item-name small[b-viwryapo31] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-item-name strong[b-viwryapo31] {
  color: var(--white);
  font-size: 12px;
}

.summary-item-name small[b-viwryapo31],
.summary-item-qty[b-viwryapo31] {
  color: var(--gray-400);
  font-size: 11px;
}

.summary-item-price[b-viwryapo31] {
  grid-column: 2 / 4;
  justify-self: end;
  color: var(--gray-200);
  font-size: 12px;
  font-weight: 900;
}

.summary-rows[b-viwryapo31] {
  padding-top: 14px;
}

.summary-row[b-viwryapo31],
.summary-total[b-viwryapo31] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.summary-row[b-viwryapo31] {
  margin-bottom: 10px;
  color: var(--gray-300);
  font-size: 13px;
}

.summary-divider[b-viwryapo31] {
  height: 1px;
  margin: 14px 0;
  background: var(--gray-700);
}

.summary-total[b-viwryapo31] {
  align-items: baseline;
}

.summary-total-label[b-viwryapo31] {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.summary-total-val[b-viwryapo31] {
  color: var(--yellow);
  font-size: 22px;
}

.summary-vat-note[b-viwryapo31] {
  margin-top: 4px;
  color: var(--gray-500);
  font-size: 11px;
  text-align: right;
}

.summary-trust[b-viwryapo31] {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
}

.trust-row[b-viwryapo31] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-400);
  font-size: 12px;
}

.trust-row i[b-viwryapo31] {
  color: var(--yellow);
}

@media (max-width: 980px) {
  .checkout-layout[b-viwryapo31] {
    grid-template-columns: 1fr;
  }

  .cart-summary[b-viwryapo31] {
    position: static;
  }
}

@media (max-width: 640px) {
  .cart-steps[b-viwryapo31] {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .address-cards[b-viwryapo31],
  .checkout-form-grid[b-viwryapo31] {
    grid-template-columns: 1fr;
  }

  .span-2[b-viwryapo31] {
    grid-column: auto;
  }

  .delivery-option[b-viwryapo31] {
    align-items: flex-start;
  }

  .delivery-price[b-viwryapo31] {
    margin-left: auto;
  }

  .checkout-actions[b-viwryapo31] {
    flex-direction: column;
  }
}
/* _content/eShop.Web/Components/Pages/Checkout/CheckoutPayment.razor.rz.scp.css */
.checkout-page[b-9rqla7vk9a] {
  padding: 40px 0 72px;
}

.cart-breadcrumb[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--gray-400);
  font-size: 12px;
}

.cart-breadcrumb a:hover[b-9rqla7vk9a] {
  color: var(--yellow);
}

.cart-steps[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.step[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 800;
}

.step-num[b-9rqla7vk9a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--gray-600);
  border-radius: 999px;
  font-size: 11px;
}

.step.active[b-9rqla7vk9a],
.step.done[b-9rqla7vk9a] {
  color: var(--white);
}

.step.active .step-num[b-9rqla7vk9a] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
}

.step.done .step-num[b-9rqla7vk9a] {
  background: var(--gray-700);
  color: #4ade80;
}

.step-line[b-9rqla7vk9a] {
  flex: 1;
  max-width: 48px;
  height: 1px;
  margin: 0 8px;
  background: var(--gray-700);
}

.checkout-layout[b-9rqla7vk9a] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.panel[b-9rqla7vk9a] {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.panel-header[b-9rqla7vk9a] {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-700);
}

.panel-title[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: .03em;
}

.panel-title-num[b-9rqla7vk9a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 900;
}

.panel-body[b-9rqla7vk9a] {
  padding: 20px;
}

.payment-options[b-9rqla7vk9a] {
  display: grid;
  gap: 8px;
}

.delivery-option[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 2px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.delivery-option:hover[b-9rqla7vk9a] {
  border-color: var(--gray-400);
}

.delivery-option:focus-within[b-9rqla7vk9a] {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.delivery-option.selected[b-9rqla7vk9a] {
  border-color: var(--yellow);
  background: rgba(245, 197, 24, .12);
}

.delivery-option input[b-9rqla7vk9a] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.delivery-radio[b-9rqla7vk9a] {
  width: 18px;
  height: 18px;
  border: 2px solid var(--gray-500);
  border-radius: 999px;
  flex: 0 0 auto;
}

.delivery-option.selected .delivery-radio[b-9rqla7vk9a] {
  border-color: var(--yellow);
  box-shadow: inset 0 0 0 4px var(--gray-800);
  background: var(--yellow);
}

.delivery-icon[b-9rqla7vk9a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--yellow);
  font-size: 20px;
  flex: 0 0 auto;
}

.delivery-info[b-9rqla7vk9a] {
  min-width: 0;
  flex: 1;
}

.delivery-name[b-9rqla7vk9a],
.delivery-sub[b-9rqla7vk9a] {
  display: block;
}

.delivery-name[b-9rqla7vk9a] {
  color: var(--white);
  font-size: 13px;
}

.delivery-sub[b-9rqla7vk9a] {
  margin-top: 2px;
  color: var(--gray-400);
  font-size: 11px;
}

.checkout-loading[b-9rqla7vk9a],
.checkout-error[b-9rqla7vk9a] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 24px;
}

.checkout-error[b-9rqla7vk9a] {
  color: #fca5a5;
}

.checkout-error h1[b-9rqla7vk9a] {
  margin: 0 0 6px;
  color: var(--white);
  font-family: var(--font-display);
}

.checkout-actions[b-9rqla7vk9a] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}

.btn-back[b-9rqla7vk9a],
.btn-next[b-9rqla7vk9a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: var(--radius-md);
  border: 0;
  padding: 0 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.btn-back[b-9rqla7vk9a] {
  color: var(--gray-300);
  background: transparent;
}

.btn-back:hover[b-9rqla7vk9a] {
  color: var(--yellow);
}

.btn-next[b-9rqla7vk9a] {
  color: var(--gray-900);
  background: var(--yellow);
  box-shadow: var(--shadow-yellow);
}

.btn-next:disabled[b-9rqla7vk9a] {
  cursor: not-allowed;
  opacity: .5;
  box-shadow: none;
}

.cart-summary[b-9rqla7vk9a] {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
}

.summary-card[b-9rqla7vk9a] {
  padding: 18px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.summary-header[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .03em;
}

.summary-edit[b-9rqla7vk9a] {
  color: var(--yellow);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
}

.summary-items[b-9rqla7vk9a] {
  display: grid;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--gray-700);
}

.summary-item[b-9rqla7vk9a] {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.summary-item-img[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}

.summary-item-img img[b-9rqla7vk9a] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary-item-name[b-9rqla7vk9a] {
  min-width: 0;
}

.summary-item-name strong[b-9rqla7vk9a],
.summary-item-name small[b-9rqla7vk9a] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.summary-item-name strong[b-9rqla7vk9a] {
  color: var(--white);
  font-size: 12px;
}

.summary-item-name small[b-9rqla7vk9a],
.summary-item-qty[b-9rqla7vk9a] {
  color: var(--gray-400);
  font-size: 11px;
}

.summary-item-price[b-9rqla7vk9a] {
  grid-column: 2 / 4;
  justify-self: end;
  color: var(--gray-200);
  font-size: 12px;
  font-weight: 900;
}

.summary-rows[b-9rqla7vk9a] {
  padding-top: 14px;
}

.summary-row[b-9rqla7vk9a],
.summary-total[b-9rqla7vk9a] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.summary-row[b-9rqla7vk9a] {
  margin-bottom: 10px;
  color: var(--gray-300);
  font-size: 13px;
}

.summary-divider[b-9rqla7vk9a] {
  height: 1px;
  margin: 14px 0;
  background: var(--gray-700);
}

.summary-total-label[b-9rqla7vk9a] {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.summary-total-val[b-9rqla7vk9a] {
  color: var(--yellow);
  font-size: 22px;
}

.summary-trust[b-9rqla7vk9a] {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.trust-row[b-9rqla7vk9a] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-400);
  font-size: 12px;
}

.trust-row i[b-9rqla7vk9a] {
  color: var(--yellow);
}

@media (max-width: 980px) {
  .checkout-layout[b-9rqla7vk9a] {
    grid-template-columns: 1fr;
  }

  .cart-summary[b-9rqla7vk9a] {
    position: static;
  }
}

@media (max-width: 640px) {
  .cart-steps[b-9rqla7vk9a] {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .checkout-actions[b-9rqla7vk9a] {
    flex-direction: column;
  }
}
/* _content/eShop.Web/Components/Pages/Checkout/CheckoutReview.razor.rz.scp.css */
.checkout-page[b-khy1ff5lci] {
  padding: 40px 0 72px;
}

.cart-breadcrumb[b-khy1ff5lci] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--gray-400);
  font-size: 12px;
}

.cart-breadcrumb a:hover[b-khy1ff5lci] {
  color: var(--yellow);
}

.cart-steps[b-khy1ff5lci] {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.step[b-khy1ff5lci] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 800;
}

.step-num[b-khy1ff5lci] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--gray-600);
  border-radius: 999px;
  font-size: 11px;
}

.step.active[b-khy1ff5lci],
.step.done[b-khy1ff5lci] {
  color: var(--white);
}

.step.active .step-num[b-khy1ff5lci] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
}

.step.done .step-num[b-khy1ff5lci] {
  background: var(--gray-700);
  color: #4ade80;
}

.step-line[b-khy1ff5lci] {
  flex: 1;
  max-width: 48px;
  height: 1px;
  margin: 0 8px;
  background: var(--gray-700);
}

.checkout-layout[b-khy1ff5lci] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.panel[b-khy1ff5lci] {
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.panel-header[b-khy1ff5lci] {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-700);
}

.panel-title[b-khy1ff5lci] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 21px;
  letter-spacing: .03em;
}

.panel-title-num[b-khy1ff5lci] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--gray-900);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 900;
}

.panel-body[b-khy1ff5lci] {
  padding: 20px;
}

.review-grid[b-khy1ff5lci] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-box[b-khy1ff5lci] {
  display: grid;
  gap: 6px;
  min-height: 118px;
  padding: 14px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
}

.review-label[b-khy1ff5lci] {
  color: var(--gray-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.review-box strong[b-khy1ff5lci],
.review-item strong[b-khy1ff5lci] {
  color: var(--white);
  font-size: 13px;
}

.review-box small[b-khy1ff5lci],
.review-item small[b-khy1ff5lci] {
  color: var(--gray-400);
  font-size: 12px;
  line-height: 1.5;
}

.review-items[b-khy1ff5lci] {
  display: grid;
  gap: 10px;
}

.review-item[b-khy1ff5lci] {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}

.review-item > div:nth-child(2)[b-khy1ff5lci] {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.review-item span[b-khy1ff5lci] {
  color: var(--gray-400);
  font-size: 12px;
}

.summary-item-img[b-khy1ff5lci] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 900;
}

.summary-item-img img[b-khy1ff5lci] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-loading[b-khy1ff5lci],
.checkout-error[b-khy1ff5lci] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 24px;
}

.checkout-error[b-khy1ff5lci] {
  color: #fca5a5;
}

.checkout-error h1[b-khy1ff5lci] {
  margin: 0 0 6px;
  color: var(--white);
  font-family: var(--font-display);
}

.checkout-warning[b-khy1ff5lci] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(245, 197, 24, .35);
  border-radius: var(--radius-md);
  background: rgba(245, 197, 24, .08);
  color: var(--gray-200);
  font-size: 13px;
}

.checkout-warning i[b-khy1ff5lci] {
  color: var(--yellow);
}

.checkout-warning strong[b-khy1ff5lci] {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
}

.checkout-check.compact[b-khy1ff5lci] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 12px;
  color: var(--gray-300);
  font-size: 12px;
  font-weight: 800;
}

.checkout-check input[b-khy1ff5lci] {
  width: 15px;
  height: 15px;
  margin-top: 1px;
  accent-color: var(--yellow);
}

.checkout-check input:focus-visible[b-khy1ff5lci] {
  outline: 2px solid var(--yellow);
  outline-offset: 3px;
}

.checkout-actions[b-khy1ff5lci] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 2px;
}

.btn-back[b-khy1ff5lci],
.btn-next[b-khy1ff5lci] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  border-radius: var(--radius-md);
  border: 0;
  padding: 0 18px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.btn-back[b-khy1ff5lci] {
  color: var(--gray-300);
  background: transparent;
}

.btn-back:hover[b-khy1ff5lci] {
  color: var(--yellow);
}

.btn-next[b-khy1ff5lci] {
  color: var(--gray-900);
  background: var(--yellow);
  box-shadow: var(--shadow-yellow);
}

.btn-next:disabled[b-khy1ff5lci] {
  cursor: not-allowed;
  opacity: .5;
  box-shadow: none;
}

.cart-summary[b-khy1ff5lci] {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 14px;
}

.summary-card[b-khy1ff5lci] {
  padding: 18px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.summary-header[b-khy1ff5lci] {
  margin-bottom: 14px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: .03em;
}

.summary-row[b-khy1ff5lci],
.summary-total[b-khy1ff5lci] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.summary-row[b-khy1ff5lci] {
  margin-bottom: 10px;
  color: var(--gray-300);
  font-size: 13px;
}

.summary-divider[b-khy1ff5lci] {
  height: 1px;
  margin: 14px 0;
  background: var(--gray-700);
}

.summary-total-label[b-khy1ff5lci] {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.summary-total-val[b-khy1ff5lci] {
  color: var(--yellow);
  font-size: 22px;
}

.summary-trust[b-khy1ff5lci] {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.trust-row[b-khy1ff5lci] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-400);
  font-size: 12px;
}

.trust-row i[b-khy1ff5lci] {
  color: var(--yellow);
}

@media (max-width: 980px) {
  .checkout-layout[b-khy1ff5lci],
  .review-grid[b-khy1ff5lci] {
    grid-template-columns: 1fr;
  }

  .cart-summary[b-khy1ff5lci] {
    position: static;
  }
}

@media (max-width: 640px) {
  .cart-steps[b-khy1ff5lci] {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .review-item[b-khy1ff5lci] {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .review-item span[b-khy1ff5lci],
  .review-item > strong[b-khy1ff5lci] {
    grid-column: 2;
  }

  .checkout-actions[b-khy1ff5lci] {
    flex-direction: column;
  }
}
/* _content/eShop.Web/Components/Pages/Checkout/PacketaPickupSelector.razor.rz.scp.css */
.packeta-selector[b-imp4s2jdbc] {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.packeta-selector-actions[b-imp4s2jdbc] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.packeta-selector-actions .btn-tcg[b-imp4s2jdbc] {
  min-height: 42px;
}

.pickup-summary[b-imp4s2jdbc] {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(35, 199, 125, .28);
  border-radius: var(--radius-md);
  background: rgba(35, 199, 125, .08);
  color: var(--text);
  font-size: 13px;
}

.pickup-summary span[b-imp4s2jdbc] {
  color: var(--muted);
}
/* _content/eShop.Web/Components/Pages/ContactPage.razor.rz.scp.css */
.info-page[b-zabxvkisdn] {
  display: grid;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 64px;
}

.info-page-header h1[b-zabxvkisdn] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: .03em;
}

.info-page-stack[b-zabxvkisdn] {
  display: grid;
  gap: 32px;
}

.admin-only-warning[b-zabxvkisdn] {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 760px;
  padding: 14px 16px;
  border: 1px solid rgba(250, 204, 21, .35);
  border-radius: var(--radius-sm);
  background: rgba(250, 204, 21, .1);
  color: var(--yellow);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .info-page-header h1[b-zabxvkisdn] {
    font-size: 34px;
  }
}
/* _content/eShop.Web/Components/Pages/DeliveryPaymentPage.razor.rz.scp.css */
.info-page[b-z1a7ztni2l] {
  display: grid;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 64px;
}

.info-page-header[b-z1a7ztni2l] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.info-page-header h1[b-z1a7ztni2l] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: .03em;
}

.admin-edit-link[b-z1a7ztni2l] {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
}

.info-skeleton[b-z1a7ztni2l] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.info-skeleton div[b-z1a7ztni2l] {
  min-height: 118px;
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, var(--gray-700) 25%, var(--gray-600) 50%, var(--gray-700) 75%);
  background-size: 200% 100%;
  animation: info-shimmer-b-z1a7ztni2l 1.4s ease-in-out infinite;
}

@keyframes info-shimmer-b-z1a7ztni2l {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (max-width: 760px) {
  .info-page-header[b-z1a7ztni2l] {
    display: grid;
  }

  .info-page-header h1[b-z1a7ztni2l] {
    font-size: 34px;
  }

  .info-skeleton[b-z1a7ztni2l] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Pages/Legal/LegalInfoPage.razor.rz.scp.css */
.legal-page[b-3m4qinrph1] {
  padding-top: 28px;
  padding-bottom: 72px;
}

.legal-breadcrumb[b-3m4qinrph1] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--gray-400);
  font-size: 13px;
}

.legal-breadcrumb a[b-3m4qinrph1] {
  color: var(--gray-300);
}

.legal-document[b-3m4qinrph1] {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.legal-document h1[b-3m4qinrph1] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 42px;
  letter-spacing: .03em;
  overflow-wrap: anywhere;
}

.legal-updated[b-3m4qinrph1],
.legal-empty[b-3m4qinrph1] {
  margin: 0;
  color: var(--gray-400);
  font-size: 13px;
}

.legal-content[b-3m4qinrph1] {
  color: var(--gray-200);
  font-size: 15px;
  line-height: 1.85;
  white-space: pre-wrap;
}

.legal-content :where(h2, h3, p, ul, ol, blockquote, pre)[b-3m4qinrph1] {
  margin-top: 0;
}

.legal-content h2[b-3m4qinrph1],
.legal-content h3[b-3m4qinrph1] {
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: 0;
}

.legal-content h2[b-3m4qinrph1] {
  margin-bottom: 10px;
  font-size: 24px;
}

.legal-content h3[b-3m4qinrph1] {
  margin-bottom: 8px;
  font-size: 19px;
}

.legal-content a[b-3m4qinrph1] {
  color: var(--yellow);
  text-decoration: underline;
}

.legal-content blockquote[b-3m4qinrph1] {
  padding: 12px 16px;
  border-left: 3px solid var(--yellow);
  background: rgba(250, 204, 21, .08);
}

.legal-content code[b-3m4qinrph1],
.legal-content pre[b-3m4qinrph1] {
  border-radius: var(--radius-sm);
  background: var(--gray-800);
  color: var(--gray-100);
}

.legal-content code[b-3m4qinrph1] {
  padding: 2px 5px;
}

.legal-content pre[b-3m4qinrph1] {
  overflow-x: auto;
  padding: 14px 16px;
}

.admin-only-warning[b-3m4qinrph1] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(250, 204, 21, .35);
  border-radius: var(--radius-sm);
  background: rgba(250, 204, 21, .1);
  color: var(--yellow);
  font-size: 14px;
  font-weight: 700;
}

.admin-only-warning a[b-3m4qinrph1] {
  color: var(--yellow);
  text-decoration: underline;
}

.legal-skeleton[b-3m4qinrph1] {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
}

.legal-skeleton-sidebar[b-3m4qinrph1],
.legal-skeleton-content[b-3m4qinrph1] {
  min-height: 360px;
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, var(--gray-700) 25%, var(--gray-600) 50%, var(--gray-700) 75%);
  background-size: 200% 100%;
  animation: legal-shimmer-b-3m4qinrph1 1.4s ease-in-out infinite;
}

.legal-state[b-3m4qinrph1] {
  display: grid;
  gap: 18px;
  min-height: 320px;
  align-content: center;
}

@keyframes legal-shimmer-b-3m4qinrph1 {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (max-width: 760px) {
  .legal-skeleton[b-3m4qinrph1] {
    grid-template-columns: 1fr;
  }

  .legal-document h1[b-3m4qinrph1] {
    font-size: 34px;
  }
}
/* _content/eShop.Web/Components/Pages/Legal/LegalPageLayout.razor.rz.scp.css */
.legal-layout[b-iha4v0lcbn] {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.legal-sidebar[b-iha4v0lcbn] {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-sm);
  background: var(--gray-800);
}

.legal-sidebar h2[b-iha4v0lcbn] {
  margin: 0;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-sidebar nav[b-iha4v0lcbn] {
  display: grid;
  gap: 4px;
}

.legal-sidebar a[b-iha4v0lcbn] {
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-700);
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.legal-sidebar a:last-child[b-iha4v0lcbn] {
  border-bottom: 0;
}

.legal-sidebar a:hover[b-iha4v0lcbn],
.legal-sidebar a:focus-visible[b-iha4v0lcbn],
.legal-sidebar a.is-active[b-iha4v0lcbn] {
  color: var(--yellow);
}

.legal-main[b-iha4v0lcbn] {
  min-width: 0;
}

@media (max-width: 760px) {
  .legal-layout[b-iha4v0lcbn] {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .legal-sidebar[b-iha4v0lcbn] {
    position: static;
  }
}
/* _content/eShop.Web/Components/Pages/ProductDetail.razor.rz.scp.css */
.product-detail-page[b-8hfxx9z3f1] {
  padding-top: 16px;
  padding-bottom: 64px;
}

.product-detail-grid[b-8hfxx9z3f1] {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 48px;
  align-items: start;
  padding: 32px 0 64px;
}

.product-detail-media[b-8hfxx9z3f1] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.purchase-panel[b-8hfxx9z3f1] {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.purchase-type[b-8hfxx9z3f1] {
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.purchase-panel h1[b-8hfxx9z3f1] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: .03em;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.purchase-divider[b-8hfxx9z3f1] {
  height: 1px;
  background: var(--gray-700);
}

.purchase-price[b-8hfxx9z3f1]  .price-display {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.purchase-price[b-8hfxx9z3f1]  .price-main {
  font-size: 48px;
  line-height: 1;
}

.purchase-price[b-8hfxx9z3f1]  .price-note {
  font-size: 12px;
  letter-spacing: 0;
}

.variant-section[b-8hfxx9z3f1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.variant-label[b-8hfxx9z3f1] {
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.variant-dropdown[b-8hfxx9z3f1] {
  position: relative;
}

.variant-trigger[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--gray-100);
  cursor: pointer;
  text-align: left;
  transition: border-color var(--transition), background var(--transition);
}

.variant-trigger:hover[b-8hfxx9z3f1],
.variant-trigger:focus-visible[b-8hfxx9z3f1],
.variant-trigger[aria-expanded="true"][b-8hfxx9z3f1] {
  border-color: var(--yellow);
  background: rgba(245, 197, 24, .06);
}

.variant-trigger[aria-expanded="true"][b-8hfxx9z3f1] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vt-dot[b-8hfxx9z3f1] {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.v-ok[b-8hfxx9z3f1] {
  background: #4ade80;
}

.v-low[b-8hfxx9z3f1] {
  background: var(--yellow);
  box-shadow: 0 0 5px rgba(245, 197, 24, .5);
}

.v-off[b-8hfxx9z3f1],
.v-unknown[b-8hfxx9z3f1] {
  background: var(--gray-500);
}

.vt-grade[b-8hfxx9z3f1] {
  flex-shrink: 0;
  min-width: 52px;
  max-width: 120px;
  overflow: hidden;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vt-name[b-8hfxx9z3f1] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: var(--gray-200);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vt-price[b-8hfxx9z3f1] {
  flex-shrink: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 17px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.vt-chevron[b-8hfxx9z3f1] {
  flex-shrink: 0;
  color: var(--gray-400);
  transition: transform var(--transition), color var(--transition);
}

.variant-trigger[aria-expanded="true"] .vt-chevron[b-8hfxx9z3f1] {
  color: var(--yellow);
  transform: rotate(180deg);
}

.variant-list[b-8hfxx9z3f1] {
  position: absolute;
  z-index: 50;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid var(--yellow);
  border-top: 0;
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
  background: var(--gray-700);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .5);
}

.variant-list.open[b-8hfxx9z3f1] {
  display: block;
}

.variant-item[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 11px 16px;
  border: 0;
  border-bottom: 1px solid var(--gray-600);
  background: transparent;
  color: var(--gray-100);
  cursor: pointer;
  text-align: left;
  transition: background var(--transition);
}

.variant-item:last-child[b-8hfxx9z3f1] {
  border-bottom: 0;
}

.variant-item:hover:not(.vi-disabled)[b-8hfxx9z3f1],
.variant-item:focus-visible:not(.vi-disabled)[b-8hfxx9z3f1],
.variant-item.vi-selected[b-8hfxx9z3f1] {
  background: rgba(245, 197, 24, .08);
}

.variant-item.vi-selected[b-8hfxx9z3f1] {
  background: rgba(245, 197, 24, .1);
}

.variant-item.vi-disabled[b-8hfxx9z3f1] {
  cursor: not-allowed;
  opacity: .4;
}

.vi-check[b-8hfxx9z3f1] {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: var(--yellow);
  opacity: 0;
}

.variant-item.vi-selected .vi-check[b-8hfxx9z3f1] {
  opacity: 1;
}

.vi-grade[b-8hfxx9z3f1] {
  flex-shrink: 0;
  min-width: 52px;
  max-width: 112px;
  overflow: hidden;
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.vi-label[b-8hfxx9z3f1] {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--gray-200);
  font-size: 13px;
  line-height: 1.25;
}

.vi-stock-text[b-8hfxx9z3f1] {
  flex-shrink: 0;
  min-width: 74px;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.vi-stock-text.ok[b-8hfxx9z3f1] {
  color: #4ade80;
}

.vi-stock-text.low[b-8hfxx9z3f1] {
  color: var(--yellow);
}

.vi-price[b-8hfxx9z3f1] {
  flex-shrink: 0;
  min-width: 80px;
  color: var(--gray-100);
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: .02em;
  text-align: right;
  white-space: nowrap;
}

.variant-item.vi-disabled .vi-price[b-8hfxx9z3f1] {
  color: var(--gray-400);
}

.purchase-availability[b-8hfxx9z3f1] {
  display: grid;
  gap: 6px;
}

.purchase-stock-line[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.purchase-dispatch[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gray-400);
  font-size: 12px;
}

.purchase-qty-row[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.purchase-qty-label[b-8hfxx9z3f1] {
  flex-shrink: 0;
  width: 70px;
  color: var(--gray-400);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.purchase-qty-stepper[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
}

.purchase-qty-btn[b-8hfxx9z3f1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--gray-200);
  font-size: 14px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}

.purchase-qty-btn:hover:not(:disabled)[b-8hfxx9z3f1],
.purchase-qty-btn:focus-visible[b-8hfxx9z3f1] {
  background: var(--gray-600);
  color: var(--yellow);
}

.purchase-qty-btn:disabled[b-8hfxx9z3f1] {
  color: var(--gray-500);
  cursor: not-allowed;
  opacity: .55;
}

.purchase-qty-value[b-8hfxx9z3f1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 38px;
  border-right: 1px solid var(--gray-600);
  border-left: 1px solid var(--gray-600);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.purchase-actions[b-8hfxx9z3f1] {
  display: flex;
  gap: 10px;
}

.purchase-actions[b-8hfxx9z3f1]  .add-cart-btn {
  min-height: 52px;
  flex: 1;
  padding: 15px 20px;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-yellow);
  font-size: 15px;
  letter-spacing: .04em;
  transition: background var(--transition), color var(--transition), box-shadow var(--transition), opacity var(--transition), transform var(--transition);
}

.purchase-actions[b-8hfxx9z3f1]  .add-cart-btn:hover:not(:disabled),
.purchase-actions[b-8hfxx9z3f1]  .add-cart-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 0 32px rgba(245, 197, 24, .35);
}

.purchase-actions[b-8hfxx9z3f1]  .add-cart-btn:disabled {
  box-shadow: none;
}

.purchase-wishlist[b-8hfxx9z3f1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border: 1px solid var(--gray-500);
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--gray-400);
  font-size: 18px;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), color var(--transition);
}

.purchase-wishlist:hover[b-8hfxx9z3f1],
.purchase-wishlist:focus-visible[b-8hfxx9z3f1] {
  border-color: #f87171;
  background: rgba(248, 113, 113, .08);
  color: #f87171;
}

.purchase-trust-strip[b-8hfxx9z3f1] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.purchase-trust-item[b-8hfxx9z3f1] {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
  color: var(--gray-200);
  text-align: center;
}

.purchase-trust-item i[b-8hfxx9z3f1] {
  color: var(--yellow);
  font-size: 16px;
}

.purchase-trust-item span[b-8hfxx9z3f1] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
}

.purchase-question[b-8hfxx9z3f1] {
  color: var(--gray-400);
  font-size: 12px;
  text-align: center;
}

.purchase-question a[b-8hfxx9z3f1] {
  color: var(--yellow);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.purchase-question a:hover[b-8hfxx9z3f1],
.purchase-question a:focus-visible[b-8hfxx9z3f1] {
  color: #ffd740;
}

.product-detail-state[b-8hfxx9z3f1] {
  display: grid;
  gap: 18px;
  min-height: 320px;
  align-content: center;
  justify-items: start;
  padding: 48px 0;
}

.product-detail-state h1[b-8hfxx9z3f1] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 38px;
  letter-spacing: .03em;
}

.detail-skeleton[b-8hfxx9z3f1] {
  display: grid;
  gap: 16px;
  padding-top: 16px;
}

.detail-skeleton-breadcrumb[b-8hfxx9z3f1],
.detail-skeleton-image[b-8hfxx9z3f1],
.detail-skeleton-panel[b-8hfxx9z3f1],
.detail-skeleton-line[b-8hfxx9z3f1] {
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, var(--gray-700) 25%, var(--gray-600) 50%, var(--gray-700) 75%);
  background-size: 200% 100%;
  animation: detail-shimmer-b-8hfxx9z3f1 1.4s ease-in-out infinite;
}

.detail-skeleton-breadcrumb[b-8hfxx9z3f1] {
  width: 48%;
  height: 14px;
}

.detail-skeleton-grid[b-8hfxx9z3f1] {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 32px;
}

.detail-skeleton-image[b-8hfxx9z3f1] {
  aspect-ratio: 4 / 3;
}

.detail-skeleton-panel[b-8hfxx9z3f1] {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 340px;
  padding: 24px;
}

.detail-skeleton-line[b-8hfxx9z3f1] {
  height: 14px;
}

.detail-skeleton-line.short[b-8hfxx9z3f1] {
  width: 34%;
}

.detail-skeleton-line.title[b-8hfxx9z3f1] {
  width: 86%;
  height: 48px;
}

.detail-skeleton-line.price[b-8hfxx9z3f1] {
  width: 42%;
  height: 34px;
}

@keyframes detail-shimmer-b-8hfxx9z3f1 {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 900px) {
  .product-detail-grid[b-8hfxx9z3f1],
  .detail-skeleton-grid[b-8hfxx9z3f1] {
    grid-template-columns: 1fr;
  }

  .purchase-panel[b-8hfxx9z3f1] {
    position: static;
  }
}

@media (max-width: 640px) {
  .product-detail-page[b-8hfxx9z3f1] {
    padding-bottom: 40px;
  }

  .product-detail-grid[b-8hfxx9z3f1] {
    gap: 22px;
    padding: 24px 0 40px;
  }

  .purchase-panel[b-8hfxx9z3f1] {
    padding: 18px;
  }

  .purchase-panel h1[b-8hfxx9z3f1] {
    font-size: 34px;
  }

  .purchase-qty-row[b-8hfxx9z3f1],
  .purchase-actions[b-8hfxx9z3f1] {
    align-items: stretch;
    flex-direction: column;
  }

  .purchase-qty-label[b-8hfxx9z3f1] {
    width: auto;
  }

  .purchase-qty-stepper[b-8hfxx9z3f1] {
    width: fit-content;
  }

  .variant-trigger[b-8hfxx9z3f1],
  .variant-item[b-8hfxx9z3f1] {
    align-items: flex-start;
  }

  .variant-trigger[b-8hfxx9z3f1] {
    flex-wrap: wrap;
  }

  .vt-name[b-8hfxx9z3f1],
  .vi-label[b-8hfxx9z3f1] {
    flex-basis: 100%;
    white-space: normal;
  }

  .vi-stock-text[b-8hfxx9z3f1],
  .vi-price[b-8hfxx9z3f1] {
    min-width: 0;
    text-align: left;
  }

  .purchase-trust-strip[b-8hfxx9z3f1] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Shared/AccessDeniedNotice.razor.rz.scp.css */
.access-denied-page[b-4c6sok8l6n] {
  display: grid;
  place-items: center;
  min-height: 60vh;
  padding: 48px 16px;
}

.access-denied-panel[b-4c6sok8l6n] {
  display: grid;
  gap: 14px;
  width: min(100%, 620px);
  padding: 32px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
  text-align: center;
}

.access-denied-panel span[b-4c6sok8l6n] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.access-denied-panel h1[b-4c6sok8l6n] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 400;
}

.access-denied-panel p[b-4c6sok8l6n] {
  margin: 0;
  color: var(--gray-300);
}

.access-denied-panel a[b-4c6sok8l6n] {
  justify-self: center;
}
/* _content/eShop.Web/Components/Shared/Breadcrumb.razor.rz.scp.css */
.breadcrumb-nav[b-w8wtrioko4] {
  padding: 16px 0;
  color: var(--gray-400);
  font-size: 12px;
}

.breadcrumb-list[b-w8wtrioko4] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-item[b-w8wtrioko4] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.breadcrumb-item a[b-w8wtrioko4] {
  color: var(--gray-400);
  text-decoration: none;
  transition: color var(--transition);
}

.breadcrumb-item a:hover[b-w8wtrioko4],
.breadcrumb-item a:focus-visible[b-w8wtrioko4] {
  color: var(--yellow);
}

.breadcrumb-separator[b-w8wtrioko4] {
  color: var(--gray-600);
}

.breadcrumb-current[b-w8wtrioko4] {
  overflow-wrap: anywhere;
  color: var(--yellow);
  font-weight: 500;
}
/* _content/eShop.Web/Components/Shared/BusinessInfoBlock.razor.rz.scp.css */
.business-info-block[b-eet2k4f8ts] {
  display: grid;
  gap: 14px;
  max-width: 720px;
  color: var(--gray-200);
}

.business-info-block h2[b-eet2k4f8ts] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: .03em;
}

.business-info-block strong[b-eet2k4f8ts] {
  color: var(--yellow);
  font-size: 16px;
}

.business-info-block dl[b-eet2k4f8ts] {
  display: grid;
  gap: 8px;
  margin: 0;
}

.business-info-block dl div[b-eet2k4f8ts] {
  display: flex;
  gap: 8px;
}

.business-info-block dt[b-eet2k4f8ts] {
  color: var(--gray-400);
  font-weight: 700;
}

.business-info-block dd[b-eet2k4f8ts] {
  margin: 0;
}

.business-info-block address[b-eet2k4f8ts] {
  margin: 0;
  color: var(--gray-300);
  font-style: normal;
}
/* _content/eShop.Web/Components/Shared/ContactInfoBlock.razor.rz.scp.css */
.contact-info-block[b-t7hvht29iu] {
  display: grid;
  gap: 10px;
  max-width: 720px;
  color: var(--gray-200);
}

.contact-info-block h2[b-t7hvht29iu] {
  margin: 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: .03em;
}

.contact-info-block span[b-t7hvht29iu] {
  color: var(--gray-400);
  font-weight: 700;
}

.contact-info-block a[b-t7hvht29iu] {
  color: var(--yellow);
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
/* _content/eShop.Web/Components/Shared/EmptyState.razor.rz.scp.css */
.empty-state[b-7ml2pqt1em] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 64px 24px;
  color: var(--gray-400);
  text-align: center;
}

.empty-state-icon[b-7ml2pqt1em] {
  margin-bottom: 16px;
  font-size: 48px;
  opacity: .5;
}

.empty-state-title[b-7ml2pqt1em] {
  margin-bottom: 8px;
  color: var(--gray-200);
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: .04em;
}

.empty-state-text[b-7ml2pqt1em] {
  max-width: 320px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
/* _content/eShop.Web/Components/Shared/InlineError.razor.rz.scp.css */
.inline-error[b-fdb50btcbt] {
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(248, 113, 113, .3);
  border-radius: var(--radius-md);
  background: rgba(248, 113, 113, .1);
  color: #f87171;
  font-size: 14px;
}

.inline-error i[b-fdb50btcbt] {
  flex-shrink: 0;
  font-size: 16px;
}
/* _content/eShop.Web/Components/Shared/SkeletonLoader.razor.rz.scp.css */
.product-grid[b-g0q2ujrqai] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.skeleton[b-g0q2ujrqai] {
  border-radius: var(--radius-sm);
  background: linear-gradient(90deg, var(--gray-700) 25%, var(--gray-600) 50%, var(--gray-700) 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer-b-g0q2ujrqai 1.4s ease-in-out infinite;
}

.skeleton-card[b-g0q2ujrqai] {
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
}

.skeleton-img[b-g0q2ujrqai] {
  aspect-ratio: 63 / 88;
}

.skeleton-body[b-g0q2ujrqai] {
  padding: 12px 14px 14px;
}

.skeleton-line[b-g0q2ujrqai] {
  height: 12px;
  margin: 0 0 8px;
}

.skeleton-line-sm[b-g0q2ujrqai] {
  width: 60%;
  height: 10px;
}

.skeleton-line-lg[b-g0q2ujrqai] {
  width: 40%;
  height: 20px;
}

.skeleton-line-last[b-g0q2ujrqai] {
  margin-bottom: 0;
}

.category-strip[b-g0q2ujrqai] {
  border-top: 1px solid var(--gray-700);
  border-bottom: 1px solid var(--gray-700);
  background: var(--gray-800);
}

.skeleton-category-list[b-g0q2ujrqai] {
  display: flex;
  gap: 0;
  overflow-x: auto;
}

.skeleton-category-item[b-g0q2ujrqai] {
  flex-shrink: 0;
  padding: 18px 28px;
  border-right: 1px solid var(--gray-700);
}

.skeleton-category-line[b-g0q2ujrqai] {
  width: 48px;
  height: 10px;
}

@keyframes skeleton-shimmer-b-g0q2ujrqai {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}
/* _content/eShop.Web/Components/Shared/TrustStrip.razor.rz.scp.css */
.trust-strip[b-km2wwdguyo] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
}

.trust-item[b-km2wwdguyo] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-sm);
  background: var(--gray-800);
  color: var(--gray-100);
  font-size: 13px;
  font-weight: 800;
}

.trust-item i[b-km2wwdguyo] {
  flex-shrink: 0;
  color: var(--yellow);
  font-size: 18px;
}

.trust-item span[b-km2wwdguyo] {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .trust-strip[b-km2wwdguyo] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Storefront/Cart/AddToCartButton.razor.rz.scp.css */
.add-cart-btn[b-v5y48of7ez] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--yellow-dim);
  border-radius: var(--radius-md);
  background: var(--yellow);
  color: var(--gray-900);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background var(--transition), border-color var(--transition), color var(--transition), opacity var(--transition);
}

.add-cart-btn:hover:not(:disabled)[b-v5y48of7ez],
.add-cart-btn:focus-visible[b-v5y48of7ez] {
  border-color: var(--yellow);
  background: #ffd740;
  color: var(--gray-900);
}

.add-cart-btn:disabled[b-v5y48of7ez] {
  border-color: var(--gray-600);
  background: var(--gray-700);
  color: var(--gray-400);
  cursor: not-allowed;
}

.add-cart-btn.is-compact[b-v5y48of7ez] {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  font-size: 18px;
  transition: background var(--transition), border-color var(--transition), color var(--transition), opacity var(--transition), transform var(--transition);
}

.add-cart-btn.is-compact:hover:not(:disabled)[b-v5y48of7ez],
.add-cart-btn.is-compact:focus-visible[b-v5y48of7ez] {
  transform: scale(1.1);
}

.add-cart-btn.is-compact span:not(.add-cart-status)[b-v5y48of7ez] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.add-cart-btn.is-success[b-v5y48of7ez] {
  border-color: rgba(74, 222, 128, .5);
  background: rgba(74, 222, 128, .18);
  color: #86efac;
}

.add-cart-btn.is-error[b-v5y48of7ez] {
  border-color: rgba(248, 113, 113, .5);
  background: rgba(248, 113, 113, .14);
  color: #fca5a5;
}

.add-cart-link[b-v5y48of7ez] {
  border-color: var(--gray-600);
  background: var(--gray-700);
  color: var(--gray-100);
}

.add-cart-link:hover[b-v5y48of7ez],
.add-cart-link:focus-visible[b-v5y48of7ez] {
  border-color: var(--yellow);
  background: var(--gray-600);
  color: var(--yellow);
}

.add-cart-status[b-v5y48of7ez] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
/* _content/eShop.Web/Components/Storefront/Cart/CartItemRow.razor.rz.scp.css */
.cart-item[b-n08nv6jcva] {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--gray-700);
  transition: background var(--transition);
}

.cart-item:hover[b-n08nv6jcva] {
  background: rgba(255, 255, 255, .02);
}

.cart-item.has-warning[b-n08nv6jcva] {
  background: rgba(245, 197, 24, .04);
}

.cart-item-image[b-n08nv6jcva] {
  overflow: hidden;
  width: 72px;
  height: 72px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
}

.cart-item-image a[b-n08nv6jcva],
.cart-item-image img[b-n08nv6jcva],
.cart-item-placeholder[b-n08nv6jcva] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cart-item-image img[b-n08nv6jcva] {
  object-fit: cover;
}

.cart-item-placeholder[b-n08nv6jcva] {
  color: var(--gray-500);
  font-size: 28px;
}

.cart-item-info[b-n08nv6jcva] {
  min-width: 0;
}

.cart-item-name[b-n08nv6jcva] {
  display: block;
  overflow: hidden;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  text-overflow: ellipsis;
}

a.cart-item-name:hover[b-n08nv6jcva],
a.cart-item-name:focus-visible[b-n08nv6jcva] {
  color: var(--yellow);
}

.cart-item-meta[b-n08nv6jcva] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.cart-item-warning[b-n08nv6jcva] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  color: var(--yellow);
  font-size: 12px;
  line-height: 1.4;
}

.cart-item-refresh[b-n08nv6jcva] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: var(--yellow);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.cart-item-refresh:hover:not(:disabled)[b-n08nv6jcva],
.cart-item-refresh:focus-visible[b-n08nv6jcva] {
  color: var(--white);
}

.cart-item-refresh:disabled[b-n08nv6jcva] {
  cursor: not-allowed;
  opacity: .55;
}

.cart-item-qty[b-n08nv6jcva] {
  display: grid;
  grid-template-columns: 30px 36px 30px;
  width: fit-content;
  min-height: 32px;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-700);
}

.qty-btn[b-n08nv6jcva] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--gray-200);
  font-size: 12px;
  transition: background var(--transition), color var(--transition);
}

.qty-btn:hover:not(:disabled)[b-n08nv6jcva],
.qty-btn:focus-visible[b-n08nv6jcva] {
  background: var(--gray-600);
  color: var(--yellow);
}

.qty-btn:disabled[b-n08nv6jcva] {
  color: var(--gray-500);
  cursor: not-allowed;
}

.qty-val[b-n08nv6jcva] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.cart-item-remove[b-n08nv6jcva] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--gray-400);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
  transition: color var(--transition);
}

.cart-item-remove:hover:not(:disabled)[b-n08nv6jcva],
.cart-item-remove:focus-visible[b-n08nv6jcva] {
  color: var(--red);
}

.cart-item-remove:disabled[b-n08nv6jcva] {
  cursor: not-allowed;
  opacity: .55;
}

.cart-item-price[b-n08nv6jcva] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
  text-align: right;
}

.cart-item-price span[b-n08nv6jcva] {
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 760px) {
  .cart-item[b-n08nv6jcva] {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
  }

  .cart-item-image[b-n08nv6jcva] {
    width: 58px;
    height: 58px;
  }

  .cart-item-price[b-n08nv6jcva] {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
  }
}
/* _content/eShop.Web/Components/Storefront/Cart/MiniCartIndicator.razor.rz.scp.css */
.mini-cart-shell[b-bpefzi80cv] {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.mini-cart-indicator[b-bpefzi80cv] {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  color: var(--gray-200);
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition);
}

.mini-cart-indicator:hover[b-bpefzi80cv],
.mini-cart-indicator:focus-visible[b-bpefzi80cv],
.mini-cart-indicator.active[b-bpefzi80cv] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.mini-cart-indicator .storefront-action-count[b-bpefzi80cv] {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--gray-900);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.mini-cart-shell[b-bpefzi80cv]::after {
  position: absolute;
  top: 100%;
  right: -8px;
  left: -8px;
  height: 14px;
  content: "";
}

.mini-cart-dropdown[b-bpefzi80cv] {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 240;
  width: 320px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  visibility: hidden;
}

.mini-cart-dropdown[b-bpefzi80cv]::before {
  position: absolute;
  top: -6px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-top: 1px solid var(--gray-600);
  border-left: 1px solid var(--gray-600);
  background: var(--gray-800);
  content: "";
  transform: rotate(45deg);
}

.mini-cart-shell:hover .mini-cart-dropdown[b-bpefzi80cv],
.mini-cart-shell:focus-within .mini-cart-dropdown[b-bpefzi80cv] {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mini-cart-shell:hover .mini-cart-indicator[b-bpefzi80cv],
.mini-cart-shell:focus-within .mini-cart-indicator[b-bpefzi80cv] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.mini-cart-header[b-bpefzi80cv] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--gray-700);
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mini-cart-count[b-bpefzi80cv] {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 1px 7px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--gray-900);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.mini-cart-items[b-bpefzi80cv] {
  max-height: 240px;
  overflow-y: auto;
  scrollbar-color: var(--gray-600) transparent;
  scrollbar-width: thin;
}

.mini-cart-item[b-bpefzi80cv] {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto 24px;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid var(--gray-700);
  transition: background var(--transition);
}

.mini-cart-item:hover[b-bpefzi80cv] {
  background: var(--gray-700);
}

.mini-cart-image[b-bpefzi80cv] {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--gray-600);
  color: var(--gray-400);
  text-decoration: none;
}

.mini-cart-image img[b-bpefzi80cv] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-cart-info[b-bpefzi80cv] {
  min-width: 0;
}

.mini-cart-name[b-bpefzi80cv] {
  display: block;
  overflow: hidden;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-cart-name:hover[b-bpefzi80cv],
.mini-cart-name:focus-visible[b-bpefzi80cv] {
  color: var(--yellow);
}

.mini-cart-meta[b-bpefzi80cv] {
  overflow: hidden;
  margin-top: 2px;
  color: var(--gray-400);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-cart-price[b-bpefzi80cv] {
  max-width: 96px;
  overflow: hidden;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-cart-remove[b-bpefzi80cv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gray-500);
  cursor: pointer;
  transition: color var(--transition);
}

.mini-cart-remove:hover:not(:disabled)[b-bpefzi80cv],
.mini-cart-remove:focus-visible[b-bpefzi80cv] {
  color: var(--red);
}

.mini-cart-remove:disabled[b-bpefzi80cv] {
  cursor: not-allowed;
  opacity: .55;
}

.mini-cart-footer[b-bpefzi80cv] {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid var(--gray-700);
}

.mini-cart-subtotal[b-bpefzi80cv] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-400);
  font-size: 13px;
}

.mini-cart-subtotal strong[b-bpefzi80cv] {
  color: var(--white);
  font-size: 15px;
}

.mini-cart-primary[b-bpefzi80cv] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  border-radius: var(--radius-md);
  background: var(--yellow);
  color: var(--gray-900);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background var(--transition);
}

.mini-cart-primary:hover[b-bpefzi80cv],
.mini-cart-primary:focus-visible[b-bpefzi80cv] {
  background: #ffd740;
  color: var(--gray-900);
}

.mini-cart-link[b-bpefzi80cv] {
  color: var(--gray-400);
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  transition: color var(--transition);
}

.mini-cart-link:hover[b-bpefzi80cv],
.mini-cart-link:focus-visible[b-bpefzi80cv] {
  color: var(--yellow);
}

.mini-cart-empty[b-bpefzi80cv] {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 30px 14px;
  color: var(--gray-400);
  font-size: 13px;
  text-align: center;
}

.mini-cart-empty i[b-bpefzi80cv] {
  color: var(--gray-600);
  font-size: 22px;
}

.mini-cart-empty strong[b-bpefzi80cv] {
  color: var(--white);
  font-size: 13px;
}

@media (max-width: 760px) {
  .mini-cart-shell[b-bpefzi80cv] {
    justify-content: center;
  }

  .mini-cart-dropdown[b-bpefzi80cv] {
    right: -48px;
    width: min(320px, calc(100vw - 48px));
  }

  .mini-cart-item[b-bpefzi80cv] {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
  }

  .mini-cart-image[b-bpefzi80cv] {
    width: 36px;
    height: 36px;
  }

  .mini-cart-price[b-bpefzi80cv] {
    grid-column: 2 / 3;
    max-width: 100%;
  }

  .mini-cart-remove[b-bpefzi80cv] {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }
}
/* _content/eShop.Web/Components/Storefront/CatalogToolbar.razor.rz.scp.css */
.catalog-toolbar[b-5dxuyuyo6k] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.catalog-search[b-5dxuyuyo6k] {
  position: relative;
  flex: 1;
  min-width: 200px;
}

.catalog-search-icon[b-5dxuyuyo6k] {
  position: absolute;
  top: 50%;
  left: 12px;
  color: var(--gray-400);
  font-size: 14px;
  pointer-events: none;
  transform: translateY(-50%);
}

.catalog-search-input[b-5dxuyuyo6k] {
  width: 100%;
  padding: 10px 14px 10px 36px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  outline: none;
  background: var(--gray-800);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 13px;
  transition: border-color var(--transition);
}

.catalog-search-input:focus[b-5dxuyuyo6k] {
  border-color: var(--yellow);
}

.catalog-search-input[b-5dxuyuyo6k]::placeholder {
  color: var(--gray-400);
}

.catalog-select[b-5dxuyuyo6k] {
  padding: 10px 14px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  outline: none;
  background: var(--gray-800);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 13px;
  cursor: pointer;
  transition: border-color var(--transition);
}

.catalog-select:focus[b-5dxuyuyo6k] {
  border-color: var(--yellow);
}

.catalog-count[b-5dxuyuyo6k] {
  color: var(--gray-400);
  font-size: 12px;
  white-space: nowrap;
}

.catalog-categories[b-5dxuyuyo6k] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.cat-pill[b-5dxuyuyo6k] {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid var(--gray-600);
  border-radius: 999px;
  background: var(--gray-800);
  color: var(--gray-200);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.cat-pill:hover[b-5dxuyuyo6k] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.cat-pill.active[b-5dxuyuyo6k] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
  font-weight: 700;
}
/* _content/eShop.Web/Components/Storefront/DeliveryInfoBlock.razor.rz.scp.css */
.delivery-info-block[b-arb938avyr] {
  display: grid;
  gap: 32px;
}

.delivery-section[b-arb938avyr] {
  display: grid;
  gap: 16px;
}

.delivery-section h2[b-arb938avyr] {
  margin: 0;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.delivery-methods[b-arb938avyr] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.delivery-method[b-arb938avyr] {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-sm);
  background: rgb(255 255 255 / 3%);
}

.delivery-method i[b-arb938avyr] {
  color: var(--yellow);
  font-size: 22px;
}

.delivery-method h3[b-arb938avyr] {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 15px;
}

.delivery-method p[b-arb938avyr] {
  margin: 0;
  color: var(--gray-300);
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
}

@media (max-width: 760px) {
  .delivery-methods[b-arb938avyr] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Storefront/FrontpageCategoryPreview.razor.rz.scp.css */
.category-feedback[b-zzhvvjym8y] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.category-strip[b-zzhvvjym8y] {
  border-top: 1px solid var(--gray-700);
  border-bottom: 1px solid var(--gray-700);
  background: var(--gray-800);
}

.categories[b-zzhvvjym8y] {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.categories[b-zzhvvjym8y]::-webkit-scrollbar {
  display: none;
}

.cat-item[b-zzhvvjym8y] {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  min-width: 92px;
  gap: 4px;
  padding: 18px 28px;
  border-right: 1px solid var(--gray-700);
  color: var(--gray-400);
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}

.cat-item:hover[b-zzhvvjym8y],
.cat-item.active[b-zzhvvjym8y] {
  background: var(--gray-700);
  color: var(--yellow);
}

.cat-item.active[b-zzhvvjym8y] {
  border-bottom: 2px solid var(--yellow);
}

.cat-icon[b-zzhvvjym8y] {
  font-size: 20px;
}

.cat-label[b-zzhvvjym8y] {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
/* _content/eShop.Web/Components/Storefront/FrontpageHero.razor.rz.scp.css */
.hero[b-wy1gnmompk] {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
}

.hero[b-wy1gnmompk]::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(60deg, transparent, transparent 40px, rgba(245, 197, 24, .03) 40px, rgba(245, 197, 24, .03) 41px),
    repeating-linear-gradient(-60deg, transparent, transparent 40px, rgba(245, 197, 24, .03) 40px, rgba(245, 197, 24, .03) 41px);
}

.hero-glow[b-wy1gnmompk] {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 500px;
  height: 500px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(245, 197, 24, .12) 0%, transparent 70%);
}

.hero-inner[b-wy1gnmompk] {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 48px;
}

.hero-eyebrow[b-wy1gnmompk] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.eyebrow-line[b-wy1gnmompk] {
  flex-shrink: 0;
  width: 40px;
  height: 2px;
  background: var(--yellow);
}

.eyebrow-text[b-wy1gnmompk] {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero h1[b-wy1gnmompk] {
  margin: 0 0 24px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 88px);
  line-height: 1;
  letter-spacing: .02em;
}

.hero h1 em[b-wy1gnmompk] {
  color: var(--yellow);
  font-style: normal;
}

.hero-desc[b-wy1gnmompk] {
  max-width: 480px;
  margin: 0 0 36px;
  color: var(--gray-200);
  font-size: 15px;
  line-height: 1.75;
}

.hero-cta[b-wy1gnmompk] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-cards[b-wy1gnmompk] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
}

.card-mock[b-wy1gnmompk] {
  position: absolute;
  width: 200px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
}

.card-mock:nth-child(1)[b-wy1gnmompk] {
  z-index: 1;
  transform: rotate(-8deg) translateX(-60px);
}

.card-mock:nth-child(2)[b-wy1gnmompk] {
  z-index: 2;
  border-color: var(--yellow);
  box-shadow: 0 8px 40px rgba(245, 197, 24, .3);
  transform: rotate(3deg) translateX(10px) translateY(-10px);
}

.card-mock:nth-child(3)[b-wy1gnmompk] {
  z-index: 1;
  transform: rotate(12deg) translateX(70px);
}

.card-mock-inner[b-wy1gnmompk] {
  display: flex;
  flex-direction: column;
  aspect-ratio: 63 / 88;
  background: var(--gray-700);
}

.card-mock-art[b-wy1gnmompk] {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--gray-600), var(--gray-800));
  font-size: 48px;
}

.card-mock-art-blue[b-wy1gnmompk] {
  background: linear-gradient(135deg, #1a2a4a, #0f1a30);
}

.card-mock-art-gold[b-wy1gnmompk] {
  background: linear-gradient(135deg, #2a1a0a, #1a0f00);
}

.card-mock-art-violet[b-wy1gnmompk] {
  background: linear-gradient(135deg, #1a1a2a, #0f0f1e);
}

.card-mock-art i[b-wy1gnmompk] {
  color: var(--yellow);
  font-size: 44px;
  opacity: .85;
}

.card-mock-info[b-wy1gnmompk] {
  min-height: 30px;
  padding: 8px 10px;
  background: var(--gray-800);
}

@media (max-width: 900px) {
  .hero-inner[b-wy1gnmompk] {
    grid-template-columns: 1fr;
  }

  .hero-cards[b-wy1gnmompk] {
    display: none;
  }
}
/* _content/eShop.Web/Components/Storefront/FrontpageProductPreview.razor.rz.scp.css */
.section[b-uc8aeqkjcv] {
  padding: 64px 0;
}

.section-header[b-uc8aeqkjcv] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-title[b-uc8aeqkjcv] {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 36px;
  letter-spacing: .03em;
}

.section-title span[b-uc8aeqkjcv] {
  color: var(--yellow);
}

.section-sub[b-uc8aeqkjcv] {
  margin-top: 4px;
  color: var(--gray-400);
  font-size: 13px;
}

.section-link[b-uc8aeqkjcv] {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 6px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
  transition: gap var(--transition), color var(--transition);
}

.section-link:hover[b-uc8aeqkjcv] {
  gap: 10px;
  color: var(--yellow);
}

.product-grid[b-uc8aeqkjcv] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: stretch;
  gap: 20px;
}

@media (max-width: 640px) {
  .section-header[b-uc8aeqkjcv] {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* _content/eShop.Web/Components/Storefront/FrontpageTrustStrip.razor.rz.scp.css */
.trust-strip[b-7vkzag0h1i] {
  padding: 20px 0;
  border-top: 1px solid var(--gray-700);
  border-bottom: 1px solid var(--gray-700);
  background: var(--gray-800);
}

.trust-grid[b-7vkzag0h1i] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-item[b-7vkzag0h1i] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .015);
}

.trust-icon[b-7vkzag0h1i] {
  flex-shrink: 0;
  color: var(--yellow);
  font-size: 18px;
  line-height: 1;
}

.trust-title[b-7vkzag0h1i] {
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.trust-text[b-7vkzag0h1i] {
  margin-top: 3px;
  color: var(--gray-400);
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .trust-grid[b-7vkzag0h1i] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .trust-grid[b-7vkzag0h1i] {
    grid-template-columns: 1fr;
  }
}
/* _content/eShop.Web/Components/Storefront/Pagination.razor.rz.scp.css */
.pagination-nav[b-ies0ee2b03] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}

.page-btn[b-ies0ee2b03] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  color: var(--gray-200);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.page-btn:hover:not(.disabled):not(.active)[b-ies0ee2b03] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.page-btn.active[b-ies0ee2b03] {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
  font-weight: 700;
}

.page-btn.disabled[b-ies0ee2b03] {
  cursor: default;
  opacity: .35;
  pointer-events: none;
}

.page-ellipsis[b-ies0ee2b03] {
  padding: 0 4px;
  color: var(--gray-400);
  font-size: 13px;
}
/* _content/eShop.Web/Components/Storefront/PriceDisplay.razor.rz.scp.css */
.price-display[b-ksafmvdqa7] {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}

.price-main[b-ksafmvdqa7] {
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.price-note[b-ksafmvdqa7] {
  color: var(--gray-400);
  font-size: 10px;
  letter-spacing: .04em;
  white-space: nowrap;
}
/* _content/eShop.Web/Components/Storefront/ProductAttributeBadges.razor.rz.scp.css */
.product-attribute-badges[b-30leay1iu6] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-attribute-badge[b-30leay1iu6] {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.product-attribute-badge.is-highlight[b-30leay1iu6] {
  border: 1px solid rgba(245, 197, 24, .35);
  background: rgba(245, 197, 24, .15);
  color: var(--yellow);
}

.product-attribute-badge.is-primary[b-30leay1iu6] {
  border: 1px solid var(--yellow);
  background: var(--yellow);
  color: var(--gray-900);
}

.product-attribute-badge.is-muted[b-30leay1iu6] {
  border: 1px solid var(--gray-600);
  background: var(--gray-700);
  color: var(--gray-200);
}
/* _content/eShop.Web/Components/Storefront/ProductCard.razor.rz.scp.css */
.product-card[b-lrn61j4f2x] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-lg);
  background: var(--gray-800);
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.product-card:hover[b-lrn61j4f2x] {
  transform: translateY(-4px);
  border-color: var(--yellow-dim);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .5), var(--shadow-yellow);
}

.product-card:hover .card-overlay[b-lrn61j4f2x] {
  opacity: 1;
}

.card-overlay[b-lrn61j4f2x] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(245, 197, 24, .12), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}

.card-img-wrap[b-lrn61j4f2x] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 63 / 88;
  background: var(--gray-700);
}

.card-img-link[b-lrn61j4f2x] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.card-img-link:focus-visible[b-lrn61j4f2x] {
  outline: 2px solid var(--yellow);
  outline-offset: -2px;
}

.card-img-wrap img[b-lrn61j4f2x] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-placeholder[b-lrn61j4f2x] {
  color: var(--gray-400);
  font-size: 48px;
  opacity: .25;
}

.card-condition[b-lrn61j4f2x] {
  position: absolute;
  top: 10px;
  right: 10px;
}

.card-body[b-lrn61j4f2x] {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px 14px 14px;
}

.card-type[b-lrn61j4f2x] {
  margin-bottom: 4px;
  color: var(--gray-400);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.card-name[b-lrn61j4f2x] {
  display: -webkit-box;
  overflow: hidden;
  min-height: 38px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

a.card-name:hover[b-lrn61j4f2x],
a.card-name:focus-visible[b-lrn61j4f2x] {
  color: var(--yellow);
}

.card-meta[b-lrn61j4f2x] {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px;
  margin-bottom: 12px;
}

.card-footer[b-lrn61j4f2x] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-commerce[b-lrn61j4f2x] {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.card-cart[b-lrn61j4f2x] {
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .card-footer[b-lrn61j4f2x] {
    align-items: flex-start;
  }
}
/* _content/eShop.Web/Components/Storefront/ProductDetailTabs.razor.rz.scp.css */
.product-detail-tabs[b-u29m97qsi4] {
  margin-top: 32px;
  border-top: 1px solid var(--gray-700);
}

.tab-list[b-u29m97qsi4] {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid var(--gray-700);
}

.tab-button[b-u29m97qsi4] {
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--gray-400);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition);
}

.tab-button:hover[b-u29m97qsi4],
.tab-button:focus-visible[b-u29m97qsi4],
.tab-button.is-active[b-u29m97qsi4] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.tab-panel[b-u29m97qsi4] {
  padding: 32px 0 0;
}

.product-description[b-u29m97qsi4] {
  max-width: 760px;
  color: var(--gray-200);
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-wrap;
}

.muted-text[b-u29m97qsi4] {
  margin: 0;
  color: var(--gray-400);
  font-size: 14px;
}

.parameter-table[b-u29m97qsi4] {
  width: 100%;
  max-width: 760px;
  border-collapse: collapse;
  color: var(--gray-200);
  font-size: 14px;
}

.parameter-table tr[b-u29m97qsi4] {
  border-bottom: 1px solid var(--gray-700);
}

.parameter-table tr:nth-child(odd)[b-u29m97qsi4] {
  background: rgb(255 255 255 / 2%);
}

.parameter-table th[b-u29m97qsi4],
.parameter-table td[b-u29m97qsi4] {
  padding: 16px;
  vertical-align: top;
}

.parameter-table th[b-u29m97qsi4] {
  width: 220px;
  color: var(--gray-400);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.parameter-table td[b-u29m97qsi4] {
  overflow-wrap: anywhere;
  color: var(--gray-100);
  font-weight: 700;
}

.parameter-table td.is-highlight[b-u29m97qsi4],
.content-summary-table td.is-highlight[b-u29m97qsi4] {
  color: #3ee27f;
}

.content-tables[b-u29m97qsi4] {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: start;
}

.content-table-section h3[b-u29m97qsi4] {
  margin: 0 0 16px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-summary-table[b-u29m97qsi4],
.set-highlight-table[b-u29m97qsi4] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  color: var(--gray-100);
  font-size: 14px;
}

.content-summary-table th[b-u29m97qsi4],
.content-summary-table td[b-u29m97qsi4] {
  padding: 10px 12px;
  background: rgb(255 255 255 / 7%);
}

.content-summary-table th[b-u29m97qsi4] {
  border-radius: 8px 0 0 8px;
  color: var(--gray-300);
  font-weight: 500;
  text-align: left;
}

.content-summary-table td[b-u29m97qsi4] {
  border-radius: 0 8px 8px 0;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.set-highlight-table[b-u29m97qsi4] {
  border-collapse: collapse;
}

.set-highlight-table tr[b-u29m97qsi4] {
  border-bottom: 1px solid var(--gray-700);
}

.set-highlight-table th[b-u29m97qsi4],
.set-highlight-table td[b-u29m97qsi4] {
  padding: 11px 0;
  vertical-align: top;
}

.set-highlight-table th[b-u29m97qsi4] {
  width: 76px;
  padding-right: 18px;
  color: var(--gray-400);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.set-highlight-table td[b-u29m97qsi4] {
  color: var(--gray-100);
  font-weight: 500;
}

@media (max-width: 640px) {
  .tab-list[b-u29m97qsi4] {
    overflow-x: auto;
  }

  .content-tables[b-u29m97qsi4] {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .parameter-table th[b-u29m97qsi4],
  .parameter-table td[b-u29m97qsi4] {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .parameter-table th[b-u29m97qsi4] {
    padding-bottom: 2px;
  }

  .parameter-table td[b-u29m97qsi4] {
    padding-top: 0;
  }
}
/* _content/eShop.Web/Components/Storefront/ProductGrid.razor.rz.scp.css */
.product-grid[b-njqm86l84s] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: stretch;
  gap: 20px;
}

.product-grid > [role="listitem"][b-njqm86l84s] {
  display: flex;
  min-width: 0;
}
/* _content/eShop.Web/Components/Storefront/ProductImageGallery.razor.rz.scp.css */
.product-image-gallery[b-9yvr5xwkr6] {
  display: grid;
  gap: 14px;
}

.gallery-main[b-9yvr5xwkr6] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--gray-700);
  border-radius: var(--radius-md);
  background: var(--gray-800);
  box-shadow: var(--shadow-card);
}

.gallery-main.is-card[b-9yvr5xwkr6] {
  aspect-ratio: 63 / 88;
  max-height: 720px;
}

.gallery-main.is-wide[b-9yvr5xwkr6] {
  aspect-ratio: 4 / 3;
}

.gallery-main img[b-9yvr5xwkr6] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-main.has-certification img[b-9yvr5xwkr6] {
  padding-bottom: 28px;
}

.gallery-placeholder[b-9yvr5xwkr6] {
  color: var(--gray-400);
  font-size: 56px;
  opacity: .3;
}

.gallery-counter[b-9yvr5xwkr6] {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 4px 8px;
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-sm);
  background: rgba(17, 18, 20, .82);
  color: var(--gray-200);
  font-size: 12px;
  font-weight: 700;
}

.gallery-main.has-certification .gallery-counter[b-9yvr5xwkr6] {
  bottom: 40px;
}

.gallery-certification-bar[b-9yvr5xwkr6] {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  background: #003b8f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.gallery-thumbnails[b-9yvr5xwkr6] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 10px;
}

.gallery-thumbnail[b-9yvr5xwkr6] {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  min-height: 44px;
  overflow: hidden;
  padding: 0;
  border: 2px solid var(--gray-700);
  border-radius: var(--radius-sm);
  background: var(--gray-800);
  cursor: pointer;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.gallery-thumbnail:hover[b-9yvr5xwkr6],
.gallery-thumbnail:focus-visible[b-9yvr5xwkr6],
.gallery-thumbnail.is-active[b-9yvr5xwkr6] {
  border-color: var(--yellow);
  box-shadow: 0 0 0 1px rgba(245, 197, 24, .25);
}

.gallery-thumbnail img[b-9yvr5xwkr6] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .gallery-thumbnails[b-9yvr5xwkr6] {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .gallery-thumbnail[b-9yvr5xwkr6] {
    flex: 0 0 72px;
  }
}
/* _content/eShop.Web/Components/Storefront/StockBadge.razor.rz.scp.css */
.stock-badge[b-4d00ykecc5] {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}

.stock-dot[b-4d00ykecc5] {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.stock-ok[b-4d00ykecc5] {
  color: #4ade80;
}

.stock-ok .stock-dot[b-4d00ykecc5] {
  background: #4ade80;
}

.stock-low[b-4d00ykecc5] {
  color: var(--yellow);
}

.stock-low .stock-dot[b-4d00ykecc5] {
  background: var(--yellow);
}

.stock-out[b-4d00ykecc5] {
  color: var(--gray-400);
}

.stock-out .stock-dot[b-4d00ykecc5] {
  background: var(--gray-400);
}
