@import '_content/QuickTie.UI.Common/QuickTie.UI.Common.9o0o8dinkv.bundle.scp.css';

/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-qsmqux4z02] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qsmqux4z02] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-qsmqux4z02] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-qsmqux4z02] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Bars/Footer.razor.rz.scp.css */
/* /Components/Pages/Helpers/LoadingPanel.razor.rz.scp.css */
/* QuickTie Loading Panel - Modern Styles */

/* Container */
.qt-loading-container[b-0fjlx8hfad] {
    position: relative;
    width: 100%;
    height: 100%;
}

.qt-fill-parent[b-0fjlx8hfad] {
    height: 100%;
}

/* Overlay */
.qt-loading-overlay[b-0fjlx8hfad] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 100;
    animation: qt-fade-in-b-0fjlx8hfad 0.2s ease-out;
}

/* Dark mode support */
[data-bs-theme="dark"] .qt-loading-overlay[b-0fjlx8hfad],
.dark .qt-loading-overlay[b-0fjlx8hfad] {
    background: rgba(15, 23, 42, 0.85);
}

.qt-blur-backdrop[b-0fjlx8hfad] {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Loading content wrapper */
.qt-loading-content[b-0fjlx8hfad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.qt-spinner-wrapper[b-0fjlx8hfad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/* Loading text */
.qt-loading-text[b-0fjlx8hfad] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.025em;
    animation: qt-pulse-opacity-b-0fjlx8hfad 2s ease-in-out infinite;
}

[data-bs-theme="dark"] .qt-loading-text[b-0fjlx8hfad],
.dark .qt-loading-text[b-0fjlx8hfad] {
    color: #94a3b8;
}

/* Main content states */
.qt-main-content[b-0fjlx8hfad] {
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.qt-content-dimmed[b-0fjlx8hfad] {
    opacity: 0.4;
    pointer-events: none;
    filter: blur(2px);
}

/* ============================================
   RING SPINNER (Default)
   ============================================ */
.qt-ring-spinner[b-0fjlx8hfad] {
    width: 48px;
    height: 48px;
    border: 3px solid #e2e8f0;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: qt-spin-b-0fjlx8hfad 0.8s linear infinite;
}

[data-bs-theme="dark"] .qt-ring-spinner[b-0fjlx8hfad],
.dark .qt-ring-spinner[b-0fjlx8hfad] {
    border-color: #334155;
    border-top-color: #60a5fa;
}

/* ============================================
   PULSE SPINNER
   ============================================ */
.qt-pulse-spinner[b-0fjlx8hfad] {
    position: relative;
    width: 48px;
    height: 48px;
}

.qt-pulse-ring[b-0fjlx8hfad] {
    position: absolute;
    inset: 0;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    animation: qt-pulse-ring-b-0fjlx8hfad 1.5s ease-out infinite;
}

.qt-pulse-core[b-0fjlx8hfad] {
    position: absolute;
    inset: 12px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    animation: qt-pulse-core-b-0fjlx8hfad 1.5s ease-in-out infinite;
}

[data-bs-theme="dark"] .qt-pulse-ring[b-0fjlx8hfad],
.dark .qt-pulse-ring[b-0fjlx8hfad] {
    border-color: #60a5fa;
}

/* ============================================
   DOTS SPINNER
   ============================================ */
.qt-dots-spinner[b-0fjlx8hfad] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.qt-dot[b-0fjlx8hfad] {
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    border-radius: 50%;
    animation: qt-bounce-b-0fjlx8hfad 1.4s ease-in-out infinite;
}

.qt-dot:nth-child(1)[b-0fjlx8hfad] { animation-delay: -0.32s; }
.qt-dot:nth-child(2)[b-0fjlx8hfad] { animation-delay: -0.16s; }
.qt-dot:nth-child(3)[b-0fjlx8hfad] { animation-delay: 0s; }

/* ============================================
   BARS SPINNER
   ============================================ */
.qt-bars-spinner[b-0fjlx8hfad] {
    display: flex;
    gap: 4px;
    align-items: end;
    height: 32px;
}

.qt-bar[b-0fjlx8hfad] {
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #3b82f6, #8b5cf6);
    border-radius: 3px;
    animation: qt-bars-b-0fjlx8hfad 1s ease-in-out infinite;
}

.qt-bar:nth-child(1)[b-0fjlx8hfad] { animation-delay: -0.4s; }
.qt-bar:nth-child(2)[b-0fjlx8hfad] { animation-delay: -0.3s; }
.qt-bar:nth-child(3)[b-0fjlx8hfad] { animation-delay: -0.2s; }
.qt-bar:nth-child(4)[b-0fjlx8hfad] { animation-delay: -0.1s; }
.qt-bar:nth-child(5)[b-0fjlx8hfad] { animation-delay: 0s; }

/* ============================================
   PROGRESS BAR
   ============================================ */
.qt-progress-container[b-0fjlx8hfad] {
    width: 200px;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

[data-bs-theme="dark"] .qt-progress-container[b-0fjlx8hfad],
.dark .qt-progress-container[b-0fjlx8hfad] {
    background: #334155;
}

.qt-progress-bar[b-0fjlx8hfad] {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.qt-progress-text[b-0fjlx8hfad] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #3b82f6;
    font-variant-numeric: tabular-nums;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes qt-fade-in-b-0fjlx8hfad {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes qt-spin-b-0fjlx8hfad {
    to { transform: rotate(360deg); }
}

@keyframes qt-pulse-opacity-b-0fjlx8hfad {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes qt-pulse-ring-b-0fjlx8hfad {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes qt-pulse-core-b-0fjlx8hfad {
    0%, 100% { transform: scale(0.8); }
    50% { transform: scale(1); }
}

@keyframes qt-bounce-b-0fjlx8hfad {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes qt-bars-b-0fjlx8hfad {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        opacity: 0.5;
    }
    20% {
        transform: scaleY(1);
        opacity: 1;
    }
}

/* ============================================
   SIZE VARIANTS (optional utility classes)
   ============================================ */
.qt-loading-sm .qt-ring-spinner[b-0fjlx8hfad],
.qt-loading-sm .qt-pulse-spinner[b-0fjlx8hfad] {
    width: 32px;
    height: 32px;
}

.qt-loading-sm .qt-dot[b-0fjlx8hfad] {
    width: 8px;
    height: 8px;
}

.qt-loading-sm .qt-bars-spinner[b-0fjlx8hfad] {
    height: 24px;
}

.qt-loading-sm .qt-bar[b-0fjlx8hfad] {
    width: 4px;
}

.qt-loading-lg .qt-ring-spinner[b-0fjlx8hfad],
.qt-loading-lg .qt-pulse-spinner[b-0fjlx8hfad] {
    width: 64px;
    height: 64px;
}

.qt-loading-lg .qt-dot[b-0fjlx8hfad] {
    width: 16px;
    height: 16px;
}

.qt-loading-lg .qt-bars-spinner[b-0fjlx8hfad] {
    height: 48px;
}

.qt-loading-lg .qt-bar[b-0fjlx8hfad] {
    width: 8px;
}
/* /Components/Pages/Product/ProductDetail/ProductSeriesDetail.razor.rz.scp.css */
.image-container img[b-kapzo56zho] {
    width : 60%;
    max-width : 300px;
}

.image-container .placeholder[b-kapzo56zho] {
    width : 100%;
    height : 250px;
    max-height: 300px;
    min-height: 200px;
}

.product-price[b-kapzo56zho] {
    color: #9e3039;
    letter-spacing: .5px;
}

.product-badge[b-kapzo56zho] {
    font-size: 14px;
    font-weight: 800;
    color: #9e3039;
    background: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #9e3039;
    line-height: 20px;
    text-transform: uppercase
}
/* /Components/Pages/Product/ProductGridSkeleton.razor.rz.scp.css */
/* ProductGridSkeleton.razor.css */

.skeleton-grid[b-knqvgagns6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.skeleton-card[b-knqvgagns6] {
    flex: 0 0 calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow: hidden;
}

@media (min-width: 576px) {
    .skeleton-card[b-knqvgagns6] {
        flex: 0 0 calc(33.333% - 0.667rem);
        max-width: calc(33.333% - 0.667rem);
    }
}

@media (min-width: 768px) {
    .skeleton-card[b-knqvgagns6] {
        flex: 0 0 calc(25% - 0.75rem);
        max-width: calc(25% - 0.75rem);
    }
}

@media (min-width: 1200px) {
    .skeleton-card[b-knqvgagns6] {
        flex: 0 0 calc(16.667% - 0.833rem);
        max-width: calc(16.667% - 0.833rem);
    }
}

.skeleton-header[b-knqvgagns6] {
    padding: 0.5rem 0.75rem;
    background: var(--bs-secondary-bg);
}

.skeleton-body[b-knqvgagns6] {
    padding: 0.75rem;
}

.skeleton-image[b-knqvgagns6] {
    height: 120px;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

.skeleton-image .placeholder[b-knqvgagns6] {
    display: block;
    height: 100%;
}

.skeleton-content[b-knqvgagns6] {
    display: flex;
    flex-direction: column;
}

.skeleton-footer[b-knqvgagns6] {
    padding: 0.75rem;
    border-top: 1px solid var(--bs-border-color);
}

.skeleton-footer .placeholder[b-knqvgagns6] {
    height: 36px;
    border-radius: 0.375rem;
}

/* Animation override for smoother effect */
.skeleton-card .placeholder[b-knqvgagns6] {
    background-color: var(--bs-secondary-bg);
}

@keyframes placeholder-glow-b-knqvgagns6 {
    50% {
        opacity: 0.4;
    }
}
/* /Components/Pages/Product/ProductItem/ProductSeriesCard.razor.rz.scp.css */
/* ===================================================================
   ProductSeriesCard — product card on /products.
   Accent (--qt-accent) comes from the shared theme; classification
   color stays the per-card identity. The card sits on the elevated
   surface (--quicktie-emphasis-bg) so it reads lighter than the page.
   =================================================================== */

/* ---------- Grid card ---------- */
.qtn-card[b-ism06ckz1v] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--quicktie-emphasis-bg);
    border: 1px solid var(--quicktie-border-color);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(20, 24, 36, 0.05);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.qtn-card:hover[b-ism06ckz1v] {
    transform: translateY(-3px);
    box-shadow: 0 3px 8px rgba(20, 24, 36, 0.08), 0 16px 32px rgba(20, 24, 36, 0.10);
    border-color: color-mix(in srgb, var(--qt-accent) 35%, var(--quicktie-border-color));
}

.qtn-thumb[b-ism06ckz1v] {
    position: relative;
    display: grid;
    place-items: center;
    height: 176px;
    padding: 1.35rem;
    background: color-mix(in srgb, var(--quicktie-body-color, #000) 3%, transparent);
    text-decoration: none;
    overflow: hidden;
}

/* Product art renders as a background with background-size: contain, NOT an
   <img> with object-fit: the catalog images are SVGs with only a viewBox (no
   width/height attributes), and object-fit fills-and-crops those instead of
   containing them. background-size: contain scales any source — including
   ratio-less SVGs — to fit fully inside the box. */
.qtn-thumb-img[b-ism06ckz1v] {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* Family collage — a series of related-but-distinct products shows up to four
   member images tiled 2×2 instead of pretending one image represents the set.
   With exactly three images the hero tile spans the left column. */
.qtn-collage[b-ism06ckz1v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.qtn-collage-cell[b-ism06ckz1v] {
    min-height: 0;
    min-width: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.qtn-collage-lead .qtn-collage-cell:first-child[b-ism06ckz1v] { grid-row: 1 / span 2; }

/* "+N" tile — the members beyond the three shown */
.qtn-collage-more[b-ism06ckz1v] {
    display: grid;
    place-items: center;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--quicktie-secondary-color);
    background: color-mix(in srgb, var(--quicktie-body-color, #000) 5%, transparent);
    border-radius: 0.5rem;
}

/* Badge row — classification + reorder, under the series label */
.qtn-badges[b-ism06ckz1v] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: -0.25rem; /* tuck up toward the series label it annotates */
}

.qtn-clschip[b-ism06ckz1v] {
    display: inline-flex;
    align-self: flex-start;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding: 0.18rem 0.5rem;
    border-radius: 0.35rem;
}

/* Cable color chip — swatch + name in the cable's actual color */
.qtn-colorchip[b-ism06ckz1v] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--cable-color);
    background: color-mix(in srgb, var(--cable-color) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--cable-color) 35%, transparent);
    padding: 0.15rem 0.5rem;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.qtn-colorchip .swatch[b-ism06ckz1v] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--cable-color);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--cable-color) 25%, transparent);
}

/* "Ordered before" — quiet reorder cue from the customer's own history */
.qtn-reorder[b-ism06ckz1v] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--qt-accent-strong);
    background: var(--qt-accent-subtle);
    padding: 0.18rem 0.5rem;
    border-radius: 0.35rem;
    white-space: nowrap;
}

/* 3Z coating badge — bottom-left of the thumb, clear of centered renders */
.qtn-coating[b-ism06ckz1v] {
    position: absolute;
    bottom: 0.6rem;
    left: 0.6rem;
    width: 40px;
    height: auto;
    pointer-events: none;
    filter: drop-shadow(0 1px 3px rgba(20, 24, 36, 0.25));
}

.qtn-coating-sm[b-ism06ckz1v] {
    width: 22px;
    bottom: 2px;
    left: 2px;
}

/* In-cart badge — top-right of the thumb (grid) or inline in meta (list) */
.qtn-incart[b-ism06ckz1v] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    font-weight: 800;
    color: #fff;
    background: var(--qt-status-success, #22c55e);
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    box-shadow: 0 1px 4px rgba(20, 24, 36, 0.25);
}

.qtn-incart-inline[b-ism06ckz1v] {
    position: static;
    box-shadow: none;
}

.qtn-body[b-ism06ckz1v] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.15rem 1.15rem 1.2rem;
    flex: 1;
}

.qtn-eyebrow[b-ism06ckz1v] {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--quicktie-secondary-color);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* The series identifier leads the card — larger and emphasized */
.qtn-eyebrow .qtn-series[b-ism06ckz1v] {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--quicktie-emphasis-color);
}

.qtn-eyebrow .qtn-dot[b-ism06ckz1v] { opacity: 0.5; margin: 0 0.15rem; }

.qtn-name[b-ism06ckz1v] {
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--quicktie-emphasis-color);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qtn-name:hover[b-ism06ckz1v] { color: var(--qt-accent); }

.qtn-desc[b-ism06ckz1v] {
    font-size: 0.77rem;
    line-height: 1.35;
    color: var(--quicktie-secondary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qtn-refs[b-ism06ckz1v] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.28rem;
}

.qtn-refs-lbl[b-ism06ckz1v] {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--quicktie-secondary-color);
    opacity: 0.75;
    margin-right: 0.1rem;
}

.qtn-ref[b-ism06ckz1v] {
    font-size: 0.64rem !important;
    font-weight: 800;
    padding: 0.18rem 0.42rem;
}

.qtn-ref-more[b-ism06ckz1v] {
    font-size: 0.64rem;
    font-weight: 800;
    color: var(--quicktie-secondary-color);
    background: color-mix(in srgb, var(--quicktie-body-color, #000) 6%, transparent);
    padding: 0.18rem 0.42rem;
    border-radius: 999px;
    cursor: default;
}

.qtn-foot[b-ism06ckz1v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.95rem;
    border-top: 1px solid var(--quicktie-border-color);
}

.qtn-price[b-ism06ckz1v] {
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--quicktie-emphasis-color);
    font-variant-numeric: tabular-nums;
    line-height: 1.05;
}

.qtn-from[b-ism06ckz1v] {
    display: block;
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--quicktie-secondary-color);
    opacity: 0.75;
}

.qtn-add[b-ism06ckz1v] {
    margin-left: auto;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 0.8rem;
    color: #fff;
    background: var(--qt-accent);
    padding: 0.5rem 0.85rem;
    border-radius: 0.6rem;
    white-space: nowrap;
    transition: filter 0.15s ease, transform 0.15s ease;
}

.qtn-add:hover[b-ism06ckz1v] { filter: brightness(1.08); transform: translateY(-1px); }

/* Stepper shown in place of the Add button once a single-size item is in the cart */
[b-ism06ckz1v] .qtn-stepper { margin-left: auto; }

/* ---------- List row ---------- */
.qtn-row[b-ism06ckz1v] {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    background: var(--quicktie-emphasis-bg);
    border: 1px solid var(--quicktie-border-color);
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 1px 2px rgba(20, 24, 36, 0.05);
    transition: border-color 0.15s ease, transform 0.15s ease;
}

.qtn-row:hover[b-ism06ckz1v] {
    border-color: color-mix(in srgb, var(--qt-accent) 35%, var(--quicktie-border-color));
    transform: translateX(2px);
}

.qtn-row-thumb[b-ism06ckz1v] {
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 0.6rem;
    border-left: 3px solid;
    background: color-mix(in srgb, var(--quicktie-body-color, #000) 3%, transparent);
    overflow: hidden;
}

.qtn-row-thumb .qtn-thumb-img[b-ism06ckz1v] { width: calc(100% - 8px); height: calc(100% - 8px); }

.qtn-row-main[b-ism06ckz1v] { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 0.2rem; }

.qtn-row-meta[b-ism06ckz1v] { display: flex; align-items: center; flex-wrap: wrap; gap: 0.4rem; }

.qtn-clspill[b-ism06ckz1v] { font-size: 0.64rem !important; font-weight: 800; padding: 0.18rem 0.45rem; }

.qtn-row-price[b-ism06ckz1v] {
    font-size: 1rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    text-align: right;
    color: var(--quicktie-emphasis-color);
}

.qtn-row .qtn-add[b-ism06ckz1v] { margin-left: 0; }

/* ---------- Size-picker modal rows ---------- */
.qtn-variants[b-ism06ckz1v] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.qtn-variant[b-ism06ckz1v] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--quicktie-border-color);
    border-radius: 0.85rem;
    background: var(--quicktie-body-bg);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.qtn-variant:hover[b-ism06ckz1v] {
    border-color: color-mix(in srgb, var(--qt-accent) 40%, var(--quicktie-border-color));
    box-shadow: 0 2px 10px rgba(20, 24, 36, 0.06);
}

.qtn-variant.in-cart[b-ism06ckz1v] {
    border-color: color-mix(in srgb, var(--qt-status-success, #22c55e) 55%, var(--quicktie-border-color));
    background: color-mix(in srgb, var(--qt-status-success, #22c55e) 5%, var(--quicktie-body-bg));
}

.qtn-variant-thumb[b-ism06ckz1v] {
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 0.6rem;
    border: 1px solid var(--quicktie-border-color);
    background: var(--quicktie-emphasis-bg);
    overflow: hidden;
}

.qtn-variant-thumb .qtn-thumb-img[b-ism06ckz1v] { width: calc(100% - 10px); height: calc(100% - 10px); }

/* In-cart check — bottom-right corner of the thumb */
.qtn-variant-check[b-ism06ckz1v] {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    font-size: 9px;
    color: #fff;
    background: var(--qt-status-success, #22c55e);
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--quicktie-emphasis-bg);
}

.qtn-variant-main[b-ism06ckz1v] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.qtn-variant-name[b-ism06ckz1v] {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--quicktie-emphasis-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qtn-variant-desc[b-ism06ckz1v] {
    font-size: 0.77rem;
    line-height: 1.35;
    color: var(--quicktie-secondary-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qtn-variant-refs[b-ism06ckz1v] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    overflow: hidden;
    margin-top: 0.1rem;
}

.qtn-variant-price[b-ism06ckz1v] {
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: -0.01em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: var(--quicktie-emphasis-color);
}

@media (max-width: 575.98px) {
    .qtn-variant[b-ism06ckz1v] {
        flex-wrap: wrap;
    }

    .qtn-variant-price[b-ism06ckz1v] {
        margin-left: auto;
    }
}
/* /Components/Pages/Product/ProductItem/ProductSeriesItem.razor.rz.scp.css */
/* ---------- Modern grid card ---------- */
.card.product-card[b-codpy3ln0t] {
    border-radius: 0.75rem;
    border: 1px solid var(--quicktie-border-color);
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.card.product-card .card-footer[b-codpy3ln0t] {
    background: transparent;
    border-top: 1px solid var(--quicktie-border-color);
}

.card.product-card .card-footer .btn[b-codpy3ln0t] {
    border-radius: 0.5rem;
    font-weight: 600;
}

/* Soft, framed image tile */
.qt-grid-thumb[b-codpy3ln0t] {
    height: 160px;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background: color-mix(in srgb, var(--quicktie-body-color, #000) 3%, transparent);
}

.card-top-qt[b-codpy3ln0t] {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.card-top-qt strong[b-codpy3ln0t] {
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.thumb-wrap[b-codpy3ln0t] {
    width: 60px;
    height: 60px;
    max-height: 60px;
    display: grid;
    place-items: center;
    background-color: var(--bs-body-bg, #fff);
    overflow: hidden;
    border-radius: 0.375rem;
}

.thumb-img[b-codpy3ln0t] {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    border-radius: inherit;
}

.flyout-row[b-codpy3ln0t] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem;
}

    .flyout-row.in-cart[b-codpy3ln0t] {
        border: 1px solid #198754;
        border-radius: 0.375rem;
    }

.name-reference-container[b-codpy3ln0t] {
    flex: 0 0 30%;
    overflow: hidden;
}

.price-container[b-codpy3ln0t] {
    flex: 0 0 10%;
    text-align: right;
    font-size: 0.875rem;
}

.cart-indicator[b-codpy3ln0t] {
    flex: 0 0 5%;
    text-align: center;
}

.series-img[b-codpy3ln0t] {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    border-radius: inherit;
}

.series-wrap[b-codpy3ln0t] {
    width: 60px;
    height: 100px;
    display: grid;
    place-items: center;
    background-color: var(--bs-body-bg, #fff);
    overflow: hidden;
    border-radius: 0.375rem;
}

/* Grid-specific styles */
.grid-view .name-reference-container[b-codpy3ln0t] {
    flex: 0 0 40%; /* Adjust if needed for grid */
}

/* List-specific styles */
.list-view .name-reference-container[b-codpy3ln0t] {
    flex: 0 0 30%; /* Adjust if needed for list */
}
/* /Components/Pages/Product/ProductSearchBox.razor.rz.scp.css */
/* ProductSearchBox.razor.css */

.product-search-box[b-or1nkh6d7s] {
    position: relative;
    width: 100%;
}

/* Input Wrapper */
.search-input-wrapper[b-or1nkh6d7s] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrapper input[b-or1nkh6d7s] {
    padding-left: 2.5rem;
    padding-right: 4rem;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search-input-wrapper input:focus[b-or1nkh6d7s] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}

.search-icon[b-or1nkh6d7s] {
    position: absolute;
    left: 0.875rem;
    color: var(--bs-secondary);
    pointer-events: none;
    z-index: 1;
}

.loading-icon[b-or1nkh6d7s] {
    position: absolute;
    right: 2.5rem;
    color: var(--bs-primary);
}

.clear-button[b-or1nkh6d7s] {
    position: absolute;
    right: 0.5rem;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: var(--bs-secondary);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.clear-button:hover[b-or1nkh6d7s] {
    background: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

/* Dropdown */
.search-dropdown[b-or1nkh6d7s] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 1050;
}

.dropdown-section[b-or1nkh6d7s] {
    padding: 0.5rem 0;
}

.dropdown-section:not(:last-child)[b-or1nkh6d7s] {
    border-bottom: 1px solid var(--bs-border-color);
}

.section-header[b-or1nkh6d7s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--bs-secondary);
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* Suggestion Items */
.suggestion-item[b-or1nkh6d7s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    cursor: pointer;
    transition: background 0.1s;
}

.suggestion-item:hover[b-or1nkh6d7s],
.suggestion-item.selected[b-or1nkh6d7s] {
    background: var(--bs-secondary-bg);
}

.suggestion-item.selected[b-or1nkh6d7s] {
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.suggestion-icon[b-or1nkh6d7s] {
    flex-shrink: 0;
    width: 1.25rem;
    text-align: center;
    color: var(--bs-secondary);
}

.suggestion-image[b-or1nkh6d7s] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    border-radius: 0.25rem;
    background: var(--bs-light);
}

.suggestion-text[b-or1nkh6d7s] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9375rem;
}

.suggestion-type[b-or1nkh6d7s] {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: var(--bs-secondary);
    padding: 0.125rem 0.5rem;
    background: var(--bs-secondary-bg);
    border-radius: 1rem;
}

/* No Results */
.no-results[b-or1nkh6d7s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 1rem;
    color: var(--bs-secondary);
    text-align: center;
}

.no-results i[b-or1nkh6d7s] {
    font-size: 1.5rem;
    opacity: 0.5;
}

/* Keyboard highlight */
mark[b-or1nkh6d7s],
.highlight[b-or1nkh6d7s] {
    background: rgba(255, 230, 0, 0.4);
    padding: 0;
    border-radius: 2px;
}

/* Dark Mode */
[data-bs-theme="dark"] .search-dropdown[b-or1nkh6d7s] {
    background: var(--bs-dark-bg-subtle);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="dark"] .suggestion-item:hover[b-or1nkh6d7s],
[data-bs-theme="dark"] .suggestion-item.selected[b-or1nkh6d7s] {
    background: var(--bs-secondary-bg);
}

[data-bs-theme="dark"] .suggestion-image[b-or1nkh6d7s] {
    background: var(--bs-gray-800);
}

/* Animation */
.product-search-box.is-open .search-dropdown[b-or1nkh6d7s] {
    animation: dropdownFadeIn-b-or1nkh6d7s 0.15s ease-out;
}

@keyframes dropdownFadeIn-b-or1nkh6d7s {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar styling */
.search-dropdown[b-or1nkh6d7s]::-webkit-scrollbar {
    width: 6px;
}

.search-dropdown[b-or1nkh6d7s]::-webkit-scrollbar-track {
    background: transparent;
}

.search-dropdown[b-or1nkh6d7s]::-webkit-scrollbar-thumb {
    background: var(--bs-secondary-bg);
    border-radius: 3px;
}

.search-dropdown[b-or1nkh6d7s]::-webkit-scrollbar-thumb:hover {
    background: var(--bs-secondary);
}
