/* /Components/Layout/CartDrawer.razor.rz.scp.css */
#drawer_cart_overlay[b-l6g7rv8s6k] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 2000;
    animation: cartOverlayFade-b-l6g7rv8s6k .20s ease;
}

#drawers_shop_cart[b-l6g7rv8s6k] {
    position: fixed;
    left: 20px;
    top: 20px;
    bottom: 20px;
    z-index: 2001;
    transform: translateX(100vw);
    animation: cartDrawerSlideIn-b-l6g7rv8s6k .28s cubic-bezier(.4,0,.2,1) forwards;
    box-shadow: -10px 0 40px rgba(0,0,0,.25);
}

    #drawers_shop_cart.kt-drawer[b-l6g7rv8s6k] {
        left: 20px !important;
        right: auto !important;
        top: 20px;
        bottom: 20px;
    }

@keyframes cartOverlayFade-b-l6g7rv8s6k {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes cartDrawerSlideIn-b-l6g7rv8s6k {
    from {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 640px) {
    #drawers_shop_cart[b-l6g7rv8s6k],
    #drawers_shop_cart.kt-drawer[b-l6g7rv8s6k] {
        left: 10px !important;
        right: 10px !important;
        top: 10px;
        bottom: 10px;
        width: auto;
        max-width: none;
    }
}
/* /Components/Layout/FavoritesDrawer.razor.rz.scp.css */
#drawer_favorites_overlay[b-dvnft4h4r6] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(3px);
    z-index: 998;
    animation: drawerFavoritesOverlayFade-b-dvnft4h4r6 .2s ease;
}

@keyframes drawerFavoritesOverlayFade-b-dvnft4h4r6 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#drawers_shop_wishlist[b-dvnft4h4r6] {
    position: fixed;
    left: 20px;
    z-index: 999;
    transform: translateX(-110%);
    animation: drawerFavoritesSlideIn-b-dvnft4h4r6 .28s cubic-bezier(.4,0,.2,1) forwards;
    box-shadow: -10px 0 40px rgba(0,0,0,.25);
}

    #drawers_shop_wishlist.drawer-open[b-dvnft4h4r6] {
        transform: translateX(0);
    }

    #drawers_shop_wishlist.kt-drawer[b-dvnft4h4r6] {
        right: auto !important;
        left: 20px !important;
        top: 20px;
        bottom: 20px;
        transform: translateX(-120%);
        transition: transform .3s cubic-bezier(.4,0,.2,1);
    }

@keyframes drawerFavoritesSlideIn-b-dvnft4h4r6 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0cpqvjmfic] {
    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-0cpqvjmfic] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Modules/Bundles/BundleProducts.razor.rz.scp.css */
.bundle-page-loading[b-pudliucc5x] {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-page-loading-box[b-pudliucc5x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.bundle-page-spinner[b-pudliucc5x] {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    border: 3px solid rgba(59, 130, 246, .16);
    border-top-color: rgba(59, 130, 246, 1);
    animation: bundleSpin-b-pudliucc5x .7s linear infinite;
}

@keyframes bundleSpin-b-pudliucc5x {
    to {
        transform: rotate(360deg);
    }
}

.bundle-summary-badge[b-pudliucc5x] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 9999px;
    background: rgba(59, 130, 246, .10);
    color: var(--tw-primary);
    font-size: 12px;
    line-height: 1;
}

.bundle-qty-box[b-pudliucc5x] {
    min-width: 44px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    background: var(--tw-background, #fff);
}

.bundle-sticky-actions[b-pudliucc5x] {
    position: sticky;
    bottom: 0;
    z-index: 5;
    padding-top: 12px;
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.72), rgba(255,255,255,0));
}

.dark .bundle-sticky-actions[b-pudliucc5x] {
    background: linear-gradient(to top, rgba(17,24,39,1), rgba(17,24,39,.72), rgba(17,24,39,0));
}
/* /Components/Modules/Products/ProductCategory.razor.rz.scp.css */
#drawer_catalog_filter_overlay[b-r769d2rbo9] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    z-index: 998;
    animation: drawerCatalogOverlayFade-b-r769d2rbo9 .2s ease;
}

@keyframes drawerCatalogOverlayFade-b-r769d2rbo9 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#drawers_shop_filter[b-r769d2rbo9] {
    position: fixed;
    right: 20px;
    z-index: 999;
    transform: translateX(110%);
    animation: drawerCatalogSlideIn-b-r769d2rbo9 .28s cubic-bezier(.4, 0, .2, 1) forwards;
    box-shadow: 10px 0 40px rgba(0, 0, 0, .25);
}

    #drawers_shop_filter.drawer-open[b-r769d2rbo9] {
        transform: translateX(0);
    }

    #drawers_shop_filter.kt-drawer[b-r769d2rbo9] {
        left: auto !important;
        right: 20px !important;
        top: 20px;
        bottom: 20px;
        transform: translateX(120%);
        transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    }

@keyframes drawerCatalogSlideIn-b-r769d2rbo9 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

.catalog-filter-row[b-r769d2rbo9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--tw-border-opacity, rgb(229 231 235 / 1));
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    cursor: pointer;
}

    .catalog-filter-row:hover[b-r769d2rbo9] {
        border-color: rgba(59, 130, 246, .35);
        background: rgba(59, 130, 246, .04);
    }

.catalog-color-box[b-r769d2rbo9] {
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
    flex-shrink: 0;
}

    .catalog-color-box.small[b-r769d2rbo9] {
        width: 14px;
        height: 14px;
    }

.catalog-loading-overlay[b-r769d2rbo9] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.55);
    backdrop-filter: blur(2px);
    border-radius: 1rem;
}

.dark .catalog-loading-overlay[b-r769d2rbo9] {
    background: rgba(17,24,39,.45);
}

.catalog-loading-card[b-r769d2rbo9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    border-radius: 18px;
    background: var(--tw-bg-opacity, rgb(255 255 255 / .92));
    box-shadow: 0 10px 35px rgba(0,0,0,.12);
}

.dark .catalog-loading-card[b-r769d2rbo9] {
    background: rgba(17,24,39,.92);
}

.catalog-loading-spinner[b-r769d2rbo9] {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    border: 3px solid rgba(59, 130, 246, .16);
    border-top-color: rgba(59, 130, 246, 1);
    animation: catalogSpinner-b-r769d2rbo9 .7s linear infinite;
}

@keyframes catalogSpinner-b-r769d2rbo9 {
    to {
        transform: rotate(360deg);
    }
}
.catalog-filter-count-badge[b-r769d2rbo9] {
    position: absolute;
    top: -8px;
    inset-inline-start: -8px;
    min-width: 22px;
    height: 22px;
    padding-inline: 6px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--tw-primary);
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
    font-size: 11px;
    line-height: 1;
    font-family: IRANSans !important;
    z-index: 2;
}

.catalog-status-group-wrap[b-r769d2rbo9] {
    overflow-x: auto;
    padding-bottom: 2px;
}

.catalog-status-group[b-r769d2rbo9] {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-width: 320px;
}

.catalog-status-btn[b-r769d2rbo9] {
    justify-content: center !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    font-family: IRANSans !important;
}

.catalog-sort-select[b-r769d2rbo9],
.catalog-sort-select option[b-r769d2rbo9] {
    font-family: IRANSans !important;
}
/* /Components/Shared/AppToastHost.razor.rz.scp.css */
.app-toast-host[b-wrb48ozeba] {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    left: auto;
    bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    width: min(28rem, calc(100vw - 2rem));
    z-index: 2147483000;
    pointer-events: none;
}

.app-toast[b-wrb48ozeba] {
    --toast-accent: #3b82f6;
    --toast-soft-bg: #f6faff;
    --toast-soft-border: #dbeafe;
    --toast-soft-ring: rgba(59, 130, 246, 0.12);
    --toast-title: #111827;
    --toast-text: #667085;
    --toast-progress-shadow: rgba(59, 130, 246, 0.35);
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 0.95rem;
    overflow: hidden;
    pointer-events: auto;
    min-height: 5.5rem;
    padding: 1rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-inline-start: 4px solid var(--toast-accent);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.10), 0 10px 24px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255,255,255,0.85) inset;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform-origin: top right;
    animation: app-toast-enter-b-wrb48ozeba 0.34s cubic-bezier(.22,1,.36,1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

    .app-toast:hover[b-wrb48ozeba] {
        transform: translateY(-2px);
        box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12), 0 12px 28px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255,255,255,0.9) inset;
    }

.app-toast--closing[b-wrb48ozeba] {
    animation: app-toast-leave-b-wrb48ozeba 0.22s ease forwards;
}

.app-toast--success[b-wrb48ozeba] {
    --toast-accent: #22c55e;
    --toast-soft-bg: #f0fdf4;
    --toast-soft-border: #bbf7d0;
    --toast-soft-ring: rgba(34, 197, 94, 0.14);
    --toast-progress-shadow: rgba(34, 197, 94, 0.35);
}

.app-toast--error[b-wrb48ozeba] {
    --toast-accent: #ef4444;
    --toast-soft-bg: #fef2f2;
    --toast-soft-border: #fecaca;
    --toast-soft-ring: rgba(239, 68, 68, 0.15);
    --toast-progress-shadow: rgba(239, 68, 68, 0.35);
}

.app-toast--warning[b-wrb48ozeba] {
    --toast-accent: #f59e0b;
    --toast-soft-bg: #fffbeb;
    --toast-soft-border: #fde68a;
    --toast-soft-ring: rgba(245, 158, 11, 0.16);
    --toast-progress-shadow: rgba(245, 158, 11, 0.35);
}

.app-toast--info[b-wrb48ozeba] {
    --toast-accent: #0ea5e9;
    --toast-soft-bg: #f0f9ff;
    --toast-soft-border: #bae6fd;
    --toast-soft-ring: rgba(14, 165, 233, 0.14);
    --toast-progress-shadow: rgba(14, 165, 233, 0.35);
}




.app-toast__icon-box[b-wrb48ozeba] {
    position: relative;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(180deg, #ffffff 0%, var(--toast-soft-bg) 100%);
    border: 1px solid var(--toast-soft-border);
    box-shadow: 0 0 0 5px var(--toast-soft-ring), 0 10px 18px rgba(15, 23, 42, 0.06);
    color: var(--toast-accent);
}

.app-toast__icon[b-wrb48ozeba] {
    font-size: 1.28rem;
    line-height: 1;
}

.app-toast__content[b-wrb48ozeba] {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding-top: 0.12rem;
}

.app-toast__title[b-wrb48ozeba] {
    color: var(--toast-title);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
    margin-bottom: 0.22rem;
}

.app-toast__message[b-wrb48ozeba] {
    color: var(--toast-text);
    font-size: 0.875rem;
    line-height: 1.8;
    word-break: break-word;
}

.app-toast__close[b-wrb48ozeba] {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    color: #a0a8b4;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    margin-top: -0.1rem;
}

    .app-toast__close:hover[b-wrb48ozeba] {
        background: rgba(15, 23, 42, 0.045);
        color: #374151;
        transform: scale(1.04);
        box-shadow: inset 0 0 0 1px rgba(203, 213, 225, 0.75);
    }

    .app-toast__close:active[b-wrb48ozeba] {
        transform: scale(0.96);
    }

.app-toast__close-icon[b-wrb48ozeba] {
    font-size: 0.95rem;
    line-height: 1;
}

.app-toast__progress[b-wrb48ozeba] {
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--toast-accent) 0%, rgba(255,255,255,0.82) 100%);
    box-shadow: 0 0 10px var(--toast-progress-shadow), 0 0 18px var(--toast-progress-shadow);
    transform-origin: right center;
    animation-name: app-toast-progress-b-wrb48ozeba;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes app-toast-enter-b-wrb48ozeba {
    0% {
        opacity: 0;
        transform: translateY(-14px) scale(0.96);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes app-toast-leave-b-wrb48ozeba {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
        max-height: 180px;
        margin-top: 0;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px) scale(0.96);
        max-height: 0;
        margin-top: -0.35rem;
    }
}

@keyframes app-toast-progress-b-wrb48ozeba {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@media (max-width: 640px) {
    .app-toast-host[b-wrb48ozeba] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        width: auto;
    }

    .app-toast[b-wrb48ozeba] {
        gap: 0.85rem;
        min-height: auto;
        padding: 0.95rem 0.9rem;
        border-radius: 1.05rem;
    }

    .app-toast__icon-box[b-wrb48ozeba] {
        width: 2.65rem;
        height: 2.65rem;
        border-radius: 0.9rem;
    }

    .app-toast__title[b-wrb48ozeba] {
        font-size: 0.93rem;
    }

    .app-toast__message[b-wrb48ozeba] {
        font-size: 0.84rem;
        line-height: 1.7;
    }
}

@media (prefers-reduced-motion: reduce) {
    .app-toast[b-wrb48ozeba],
    .app-toast--closing[b-wrb48ozeba],
    .app-toast__progress[b-wrb48ozeba],
    .app-toast__close[b-wrb48ozeba] {
        animation: none !important;
        transition: none !important;
    }
}
