@import '_content/WebApp.Shared.Components/WebApp.Shared.Components.bq3l2pmbos.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================================
   Shop MainLayout — dark sidebar matching site theme
   ============================================================ */

.shop-layout[b-d0pmewzm25] {
    display: flex;
    min-height: 100vh;
    background: #1c1c1c;
}

/* Desktop sidebar */
.shop-sidebar[b-d0pmewzm25] {
    width: 220px;
    flex-shrink: 0;
    background: #161616;
    border-right: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.shop-sidebar-brand[b-d0pmewzm25] {
    padding: 20px 20px 16px;
    border-bottom: 1px solid #2a2a2a;
    flex-shrink: 0;
}

.shop-brand-link[b-d0pmewzm25] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}

.shop-brand-link span[b-d0pmewzm25] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}

.shop-brand-link:hover span[b-d0pmewzm25] {
    color: #fff;
}

.shop-sidebar-nav[b-d0pmewzm25] {
    flex: 1;
    padding: 8px 0;
}

/* Main content */
.shop-main[b-d0pmewzm25] {
    flex: 1;
    min-width: 0;
    background: #1c1c1c;
}

/* Mobile top bar */
.shop-mobile-nav[b-d0pmewzm25] {
    background: #161616;
    border-bottom: 1px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

.shop-mobile-brand[b-d0pmewzm25] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.shop-mobile-controls[b-d0pmewzm25] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.shop-mobile-toggle[b-d0pmewzm25] {
    background: none;
    border: none;
    color: rgba(255,255,255,0.65);
    font-size: 1rem;
    padding: 6px 8px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.shop-mobile-toggle:hover[b-d0pmewzm25] {
    color: #fff;
}

/* Mobile collapsible menu */
.shop-mobile-menu[b-d0pmewzm25] {
    background: #161616;
    border-bottom: 1px solid #2a2a2a;
}
.shop-footer[b-d0pmewzm25] {
    background: #161616;
    border-top: 1px solid #2a2a2a;
    padding: 28px 24px;
    text-align: center;
    flex-shrink: 0;
}

.shop-footer-social[b-d0pmewzm25] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 14px;
}

.shop-footer-icon[b-d0pmewzm25] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.15s ease;
}

.shop-footer-icon:hover[b-d0pmewzm25] {
    color: #fff;
}

.shop-footer-copy[b-d0pmewzm25] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.06em;
    margin: 0 0 8px;
}

.shop-footer-links[b-d0pmewzm25] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
}

.shop-footer-links a[b-d0pmewzm25] {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.15s ease;
}

.shop-footer-links a:hover[b-d0pmewzm25] {
    color: #fff
}

.shop-footer-links span[b-d0pmewzm25] {
    color: rgba(255, 255, 255, 0.65);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4h29iu3r0p],
.components-reconnect-repeated-attempt-visible[b-4h29iu3r0p],
.components-reconnect-failed-visible[b-4h29iu3r0p],
.components-pause-visible[b-4h29iu3r0p],
.components-resume-failed-visible[b-4h29iu3r0p],
.components-rejoining-animation[b-4h29iu3r0p] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-retrying[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-failed[b-4h29iu3r0p],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4h29iu3r0p] {
    display: block;
}


#components-reconnect-modal[b-4h29iu3r0p] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4h29iu3r0p 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4h29iu3r0p 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4h29iu3r0p 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4h29iu3r0p]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4h29iu3r0p 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4h29iu3r0p {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4h29iu3r0p {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4h29iu3r0p {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4h29iu3r0p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4h29iu3r0p] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4h29iu3r0p] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4h29iu3r0p] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4h29iu3r0p] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4h29iu3r0p] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4h29iu3r0p] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4h29iu3r0p 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4h29iu3r0p] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4h29iu3r0p {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shop/ProductCard.razor.rz.scp.css */
/* ============================================================
   GRID CARD
   ============================================================ */

.shop-card[b-3w0uae0h8u] {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    background: #252525;
    display: block;
}

.shop-card-img[b-3w0uae0h8u] {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

    .shop-card-img img[b-3w0uae0h8u] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

.shop-card:hover .shop-card-img img[b-3w0uae0h8u] {
    transform: scale(1.05);
}

.shop-card-img-placeholder[b-3w0uae0h8u] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2a2a;
    color: rgba(255, 255, 255, 0.1);
    font-size: 2rem;
}

.shop-card-badge[b-3w0uae0h8u] {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 3px;
    z-index: 2;
}

    .shop-card-badge.sale[b-3w0uae0h8u] {
        background: #e03131;
        color: #fff;
    }

.shop-card-overlay[b-3w0uae0h8u] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 16px 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
    z-index: 1;
    transition: opacity 0.2s;
}

.shop-card-name[b-3w0uae0h8u] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3px;
    line-height: 1.3;
}

.shop-card-price[b-3w0uae0h8u] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 6px;
}

.shop-card-price-was[b-3w0uae0h8u] {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.35);
}

.shop-card-hover[b-3w0uae0h8u] {
    position: absolute;
    inset: 0;
    background: rgba(30, 42, 56, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 3;
    transition: opacity 0.2s ease;
}

.shop-card:hover .shop-card-hover[b-3w0uae0h8u] {
    opacity: 1;
}

.shop-card-hover-btn[b-3w0uae0h8u] {
    background: #fff;
    color: #1e2a38;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 10px 24px;
    border-radius: 3px;
    pointer-events: none;
}


/* ============================================================
   LIST CARD
   ============================================================ */

.shop-list-card[b-3w0uae0h8u] {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    align-items: center;
    gap: 20px;
    background: #252525;
    padding: 16px;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2a;
    transition: background 0.15s ease;
}

    .shop-list-card:hover[b-3w0uae0h8u] {
        background: #2e2e2e;
    }

.shop-list-img[b-3w0uae0h8u] {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
    background: #1a1a1a;
}

    .shop-list-img img[b-3w0uae0h8u] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

.shop-list-card:hover .shop-list-img img[b-3w0uae0h8u] {
    transform: scale(1.05);
}

.shop-list-info[b-3w0uae0h8u] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.shop-list-name[b-3w0uae0h8u] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.shop-list-variants[b-3w0uae0h8u] {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
}

.shop-list-price[b-3w0uae0h8u] {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.shop-list-price-final[b-3w0uae0h8u] {
    color: #fff;
    font-weight: 500;
}

.shop-list-arrow[b-3w0uae0h8u] {
    color: rgba(255,255,255,0.2);
    font-size: 0.85rem;
    transition: color 0.15s ease, transform 0.15s ease;
    flex-shrink: 0;
}

.shop-list-card:hover .shop-list-arrow[b-3w0uae0h8u] {
    color: #8ca8c0;
    transform: translateX(4px);
}
/* /Components/Shop/ProductGrid.razor.rz.scp.css */
.shop-product-grid[b-ngt4fbfkjn] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

    /* Stagger wrapper — inherits animation-delay from inline style */
    .shop-product-grid > div[b-ngt4fbfkjn] {
        opacity: 0;
        animation: fadeUp12 0.45s ease both;
    }

.shop-empty[b-ngt4fbfkjn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.shop-custom-card[b-ngt4fbfkjn] {
    aspect-ratio: 1;
    background: #1a2634;
    border: 1.5px dashed #2e4055;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 24px;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

    .shop-custom-card:hover[b-ngt4fbfkjn] {
        border-color: #5b7a99;
        background: #1e2e42;
    }

.shop-custom-plus[b-ngt4fbfkjn] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #2e4055;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: border-color 0.2s;
}

.shop-custom-card:hover .shop-custom-plus[b-ngt4fbfkjn] {
    border-color: #5b7a99;
}

.shop-custom-plus i[b-ngt4fbfkjn] {
    color: #5b7a99;
    font-size: 1rem;
}

.shop-custom-title[b-ngt4fbfkjn] {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

.shop-custom-sub[b-ngt4fbfkjn] {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .shop-product-grid[b-ngt4fbfkjn] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .shop-product-grid[b-ngt4fbfkjn] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shop/Shop.razor.rz.scp.css */
.shop-page[b-pxwk3iakqx] {
    background: #1c1c1c;
    min-height: 100vh;
    color: #fff;
}

    .shop-page .loading-wrapper[b-pxwk3iakqx] {
        background: #1c1c1c;
    }

.shop-page-header[b-pxwk3iakqx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 28px 20px;
    border-bottom: 1px solid #2a2a2a;
    flex-wrap: wrap;
}

.shop-page-eyebrow[b-pxwk3iakqx] {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 4px;
}

.shop-page-tagline[b-pxwk3iakqx] {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

    .shop-page-tagline span[b-pxwk3iakqx] {
        color: #8ca8c0;
    }

.shop-page-header-right[b-pxwk3iakqx] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shop-search-bar[b-pxwk3iakqx] {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #333;
    border-radius: 6px;
    padding: 0 12px;
    gap: 10px;
    width: 260px;
}

    .shop-search-bar i[b-pxwk3iakqx] {
        color: rgba(255, 255, 255, 0.3);
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .shop-search-bar input[b-pxwk3iakqx] {
        background: none;
        border: none;
        outline: none;
        font-size: 0.85rem;
        color: #fff;
        padding: 9px 0;
        flex: 1;
        min-width: 0;
    }

        .shop-search-bar input[b-pxwk3iakqx]::placeholder {
            color: rgba(255, 255, 255, 0.25);
        }

.shop-page-body[b-pxwk3iakqx] {
    display: flex;
}

.shop-grid-wrapper[b-pxwk3iakqx] {
    flex: 1;
    padding: 20px 24px;
    min-width: 0;
}

.shop-grid-meta[b-pxwk3iakqx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

    .shop-grid-meta span[b-pxwk3iakqx] {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.3);
        letter-spacing: 0.06em;
    }

.shop-view-toggle[b-pxwk3iakqx] {
    display: flex;
    gap: 4px;
}

.shop-view-btn[b-pxwk3iakqx] {
    background: none;
    border: 1px solid #333;
    color: rgba(255,255,255,0.3);
    width: 32px;
    height: 32px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.shop-view-btn:hover[b-pxwk3iakqx] {
    color: rgba(255,255,255,0.7);
    border-color: #555;
}

.shop-view-btn.active[b-pxwk3iakqx] {
    background: rgba(140, 168, 192, 0.12);
    border-color: #8ca8c0;
    color: #8ca8c0;
}

@media (max-width: 991px) {
    .shop-page-body[b-pxwk3iakqx] {
        flex-direction: column;
    }

    .shop-grid-wrapper[b-pxwk3iakqx] {
        order: 1;
        width: 100%;
    }
}
/* /Components/Shop/ShopFilters.razor.rz.scp.css */
/* ============================================================
   SHOP – PRICE RANGE FILTER
   ============================================================ */

.shop-price-range-label[b-mqtjp2u3rt] {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}

.shop-price-slider-wrapper[b-mqtjp2u3rt] {
    position: relative;
    height: 30px;
}

.shop-price-slider[b-mqtjp2u3rt] {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

    .shop-price-slider[b-mqtjp2u3rt]::-webkit-slider-thumb {
        appearance: none;
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #8ca8c0;
        cursor: pointer;
        pointer-events: all;
        border: 2px solid #1c1c1c;
    }

    .shop-price-slider[b-mqtjp2u3rt]::-moz-range-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #8ca8c0;
        cursor: pointer;
        pointer-events: all;
        border: 2px solid #1c1c1c;
    }

.shop-price-track[b-mqtjp2u3rt] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background: #2a2a2a;
    border-radius: 2px;
    pointer-events: none;
}

.shop-price-track-fill[b-mqtjp2u3rt] {
    position: absolute;
    height: 100%;
    background: #8ca8c0;
    border-radius: 2px;
}

/* ============================================================
   SHOP – MOBILE FILTER TOGGLE
   ============================================================ */

.shop-filters-toggle[b-mqtjp2u3rt] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #252525;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    color: rgba(255,255,255,0.7);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 12px;
    transition: background 0.15s ease;
    width: 100%;
}

    .shop-filters-toggle:hover[b-mqtjp2u3rt] {
        background: #2e2e2e;
    }

.shop-filters-chevron[b-mqtjp2u3rt] {
    margin-left: auto;
    transition: transform 0.2s ease;
}

.shop-filters-toggle[aria-expanded="true"] .shop-filters-chevron[b-mqtjp2u3rt] {
    transform: rotate(180deg);
}

#shopFilters.collapsing[b-mqtjp2u3rt] {
    transition: height 0.2s ease;
}

@media (min-width: 992px) {
    .shop-filters-toggle[b-mqtjp2u3rt] {
        display: none;
    }

    #shopFilters[b-mqtjp2u3rt] {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        overflow: visible !important;
    }
}
