/* _content/Ajorok.BlazorUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-unifpa1ri3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-unifpa1ri3] {
    flex: 1;
}

.sidebar[b-unifpa1ri3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-unifpa1ri3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-unifpa1ri3]  a, .top-row[b-unifpa1ri3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-unifpa1ri3]  a:hover, .top-row[b-unifpa1ri3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-unifpa1ri3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-unifpa1ri3] {
        justify-content: space-between;
    }

    .top-row[b-unifpa1ri3]  a, .top-row[b-unifpa1ri3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-unifpa1ri3] {
        flex-direction: row;
    }

    .sidebar[b-unifpa1ri3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-unifpa1ri3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-unifpa1ri3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-unifpa1ri3], article[b-unifpa1ri3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-unifpa1ri3] {
    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-unifpa1ri3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Ajorok.BlazorUI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fw835of42m] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fw835of42m] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fw835of42m] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fw835of42m] {
    font-size: 1.1rem;
}

.bi[b-fw835of42m] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fw835of42m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fw835of42m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fw835of42m] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-fw835of42m] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fw835of42m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fw835of42m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fw835of42m]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fw835of42m]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fw835of42m]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fw835of42m] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fw835of42m] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fw835of42m] {
        display: none;
    }

    .nav-scrollable[b-fw835of42m] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.admin-user-sidebar[b-4969m8w6tr] {
    overflow: hidden;
}

.admin-user-menu[b-4969m8w6tr] {
    padding: 0.5rem 0;
}

.admin-user-menu li[b-4969m8w6tr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    transition: color 200ms ease, background-color 200ms ease;
}

.admin-user-menu li button[b-4969m8w6tr] {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 0.5rem;
    text-align: right;
}

.admin-user-menu li button img[b-4969m8w6tr] {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 1.25rem;
    object-fit: contain;
}

.admin-user-menu li button span:not(.admin-menu-count)[b-4969m8w6tr] {
    min-width: 0;
    white-space: nowrap;
}

.admin-menu-count[b-4969m8w6tr] {
    margin-right: auto;
    min-width: 1.55rem;
    border-radius: 999px;
    background: #fff;
    padding: 0.1rem 0.4rem;
    text-align: center;
    font-size: 0.68rem;
    color: #9c4639;
}

.admin-user-menu li:not(.bg-\[\#F5EDEB\]) .admin-menu-count[b-4969m8w6tr] {
    background: #f5edeb;
}

.admin-user-menu-logout[b-4969m8w6tr] {
    margin-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
}

.admin-content[b-4969m8w6tr],
.admin-stores-layout[b-4969m8w6tr] {
    gap: 1.5rem;
}

.admin-page-header[b-4969m8w6tr],
.admin-list-card[b-4969m8w6tr] {
    box-shadow: 0 10px 30px rgba(38, 38, 38, 0.035);
}

.admin-page-header[b-4969m8w6tr] {
    min-height: 5.25rem;
}

.admin-refresh-button[b-4969m8w6tr] {
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.admin-refresh-button:hover:not(:disabled)[b-4969m8w6tr] {
    background: #9c4639;
    color: #fff;
    transform: translateY(-1px);
}

.admin-stat-grid[b-4969m8w6tr] {
    gap: 1rem;
}

.admin-store-row[b-4969m8w6tr] {
    position: relative;
    overflow: hidden;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.admin-store-row[b-4969m8w6tr]::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    background: #9c4639;
    content: "";
    opacity: 0;
    transition: opacity 180ms ease;
}

.admin-store-row:hover[b-4969m8w6tr],
.admin-store-row.selected[b-4969m8w6tr] {
    box-shadow: 0 8px 22px rgba(38, 38, 38, 0.06);
    transform: translateY(-1px);
}

.admin-store-row:hover[b-4969m8w6tr]::before,
.admin-store-row.selected[b-4969m8w6tr]::before {
    opacity: 1;
}

.admin-view-label[b-4969m8w6tr] {
    font-size: 0.78rem;
}

.admin-loading-list[b-4969m8w6tr] {
    display: grid;
    gap: 0.75rem;
}

.admin-loading-list span[b-4969m8w6tr] {
    display: block;
    height: 5rem;
    border-radius: 0.75rem;
    background: linear-gradient(90deg, #f8f8f8 25%, #f2ecea 50%, #f8f8f8 75%);
    background-size: 200% 100%;
    animation: admin-loading-b-4969m8w6tr 1.4s infinite;
}

.admin-mobile-menu-grid[b-4969m8w6tr] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.admin-mobile-menu-grid button[b-4969m8w6tr] {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.65rem;
    padding: 0.7rem;
    color: #666;
    font-size: 0.78rem;
    transition: color 180ms ease, background-color 180ms ease;
}

.admin-mobile-menu-grid button.active[b-4969m8w6tr] {
    background: #f5edeb;
    color: #9c4639;
}

.admin-mobile-menu-grid img[b-4969m8w6tr] {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 1.1rem;
}

.admin-mobile-count[b-4969m8w6tr] {
    margin-right: auto;
    border-radius: 999px;
    background: #fff;
    padding: 0.05rem 0.35rem;
    font-size: 0.65rem;
}

@keyframes admin-loading-b-4969m8w6tr {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

@media (max-width: 639px) {
    .admin-stat-grid[b-4969m8w6tr] {
        grid-template-columns: minmax(0, 1fr);
    }

    .admin-page-header[b-4969m8w6tr] {
        align-items: flex-start;
    }

    .admin-page-header button[b-4969m8w6tr] {
        width: 100%;
    }

    .admin-list-card[b-4969m8w6tr] {
        padding: 1rem;
    }

    .admin-view-label[b-4969m8w6tr] {
        display: none;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Admin/StatCard.razor.rz.scp.css */
.admin-stat[b-s0s16y9ism] {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(231, 214, 209, 0.65);
    box-shadow: 0 10px 30px rgba(38, 38, 38, 0.035);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.admin-stat:hover[b-s0s16y9ism] {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(156, 70, 57, 0.09);
}

.admin-stat-icon[b-s0s16y9ism] {
    display: flex;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: #f5edeb;
}

.admin-stat-icon img[b-s0s16y9ism] {
    width: 1.35rem;
    height: 1.35rem;
}
/* _content/Ajorok.BlazorUI/Components/Pages/Admin/StoreDetails.razor.rz.scp.css */
.admin-store-details[b-jk2f114d7a] {
    border: 1px solid rgba(231, 214, 209, 0.65);
    box-shadow: 0 14px 34px rgba(38, 38, 38, 0.045);
}

.admin-store-details-header[b-jk2f114d7a] {
    position: sticky;
    top: 0.5rem;
    z-index: 2;
    margin: -0.5rem -0.5rem 0;
    padding: 0.5rem 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
}

.admin-primary-action[b-jk2f114d7a],
.admin-secondary-action[b-jk2f114d7a] {
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.admin-primary-action:hover:not(:disabled)[b-jk2f114d7a],
.admin-secondary-action:hover:not(:disabled)[b-jk2f114d7a] {
    transform: translateY(-1px);
}

.admin-primary-action:hover:not(:disabled)[b-jk2f114d7a] {
    box-shadow: 0 8px 18px rgba(156, 70, 57, 0.2);
}

.admin-secondary-action:hover:not(:disabled)[b-jk2f114d7a] {
    background: #fff5f5;
}

.admin-gallery-image[b-jk2f114d7a] {
    aspect-ratio: 4 / 3;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.admin-gallery-image:hover[b-jk2f114d7a] {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(38, 38, 38, 0.12);
}

@media (max-width: 767px) {
    .admin-store-details-header[b-jk2f114d7a] {
        position: static;
        margin: 0;
        padding: 0 0 1.5rem;
        backdrop-filter: none;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Home.razor.rz.scp.css */
.home-products-section[b-z84l13haqf] {
    margin-top: 5rem;
}

.home-products-heading[b-z84l13haqf] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-products-heading span[b-z84l13haqf] {
    display: block;
    margin-bottom: 0.35rem;
    color: #9c4639;
    font-family: "IRANSansXMedium", "IRANSansX-Medium", sans-serif;
    font-size: 0.76rem;
}

.home-products-heading h3[b-z84l13haqf] {
    margin: 0;
    color: #202020;
    font-family: "IRANSansXDemiBold", "IRANSansX-DemiBold", sans-serif;
    font-size: 1.2rem;
}

.home-products-heading a[b-z84l13haqf] {
    display: inline-flex;
    min-height: 2.35rem;
    align-items: center;
    justify-content: center;
    padding: 0 0.95rem;
    border: 1px solid #ead7d3;
    border-radius: 0.7rem;
    color: #9c4639;
    background: #fff;
    font-family: "IRANSansXMedium", "IRANSansX-Medium", sans-serif;
    font-size: 0.78rem;
    text-decoration: none;
    white-space: nowrap;
}

.home-products-grid[b-z84l13haqf] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-product-card[b-z84l13haqf] {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #eeeeee;
    border-radius: 0.85rem;
    color: inherit;
    background: #fff;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.home-product-card:hover[b-z84l13haqf] {
    transform: translateY(-2px);
    border-color: #dcc2bc;
    box-shadow: 0 12px 28px rgba(38, 38, 38, 0.07);
}

.home-product-image[b-z84l13haqf] {
    display: grid;
    height: 9.75rem;
    place-items: center;
    overflow: hidden;
    color: #9c4639;
    background: #f6f2f1;
}

.home-product-image img[b-z84l13haqf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-product-image span[b-z84l13haqf] {
    font-family: "IRANSansXMedium", "IRANSansX-Medium", sans-serif;
    font-size: 0.85rem;
}

.home-product-body[b-z84l13haqf] {
    display: flex;
    min-height: 12.2rem;
    flex-direction: column;
    padding: 0.9rem;
}

.home-product-category[b-z84l13haqf] {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 1.55rem;
    align-items: center;
    overflow: hidden;
    padding: 0 0.55rem;
    border-radius: 999px;
    color: #9c4639;
    background: #fbf4f2;
    font-size: 0.66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-body h4[b-z84l13haqf] {
    display: -webkit-box;
    min-height: 3.25rem;
    margin: 0.65rem 0 0.5rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #202020;
    font-family: "IRANSansXMedium", "IRANSansX-Medium", sans-serif;
    font-size: 0.9rem;
    line-height: 1.8;
}

.home-product-meta[b-z84l13haqf] {
    display: grid;
    gap: 0.25rem;
    color: #777;
    font-size: 0.68rem;
}

.home-product-meta span[b-z84l13haqf] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-meta svg[b-z84l13haqf] {
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 0.8rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.home-product-footer[b-z84l13haqf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.8rem;
}

.home-product-footer strong[b-z84l13haqf] {
    min-width: 0;
    color: #202020;
    font-family: "IRANSansXMedium", "IRANSansX-Medium", sans-serif;
    font-size: 0.82rem;
}

.home-product-footer small[b-z84l13haqf] {
    color: #777;
    font-family: "IRANSansXRegular", "IRANSansX-Regular", sans-serif;
    font-size: 0.62rem;
    font-weight: 400;
}

.home-product-footer > span[b-z84l13haqf] {
    flex: 0 0 auto;
    padding: 0.42rem 0.7rem;
    border-radius: 0.55rem;
    color: #fff;
    background: #9c4639;
    font-family: "IRANSansXMedium", "IRANSansX-Medium", sans-serif;
    font-size: 0.68rem;
}

@media (max-width: 1024px) {
    .home-products-grid[b-z84l13haqf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-products-section[b-z84l13haqf] {
        margin-top: 3.25rem;
    }

    .home-products-heading[b-z84l13haqf] {
        align-items: stretch;
        flex-direction: column;
    }

    .home-products-heading a[b-z84l13haqf] {
        width: fit-content;
    }

    .home-products-grid[b-z84l13haqf] {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-product-image[b-z84l13haqf] {
        height: 10.5rem;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Products/Cart.razor.rz.scp.css */
.cart-page[b-g7clmb2f5t] {
    min-height: 100vh;
    background: #fcfcfc;
    color: #262626;
    font-family: "IRANSansX-Regular", sans-serif;
}

.cart-page *[b-g7clmb2f5t],
.cart-page *[b-g7clmb2f5t]::before,
.cart-page *[b-g7clmb2f5t]::after {
    box-sizing: border-box;
}

.cart-page button[b-g7clmb2f5t],
.cart-page a[b-g7clmb2f5t] {
    font: inherit;
}

.cart-page button[b-g7clmb2f5t] {
    border: 0;
    cursor: pointer;
}

.cart-header[b-g7clmb2f5t] {
    display: flex;
    width: min(100% - 2rem, 1320px);
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.cart-logo img[b-g7clmb2f5t] {
    width: 4.4rem;
}

.cart-header nav[b-g7clmb2f5t] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.cart-header a[b-g7clmb2f5t] {
    color: #333;
    font-size: 0.84rem;
    text-decoration: none;
}

.cart-header a:hover[b-g7clmb2f5t],
.cart-header a.active[b-g7clmb2f5t] {
    color: #9c4639;
}

.cart-main[b-g7clmb2f5t] {
    width: min(100% - 2rem, 1320px);
    margin: 0 auto;
    padding: 2.5rem 0 5rem;
}

.cart-title[b-g7clmb2f5t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
}

.cart-title span[b-g7clmb2f5t] {
    display: block;
    margin-bottom: 0.45rem;
    color: #9c4639;
    font-size: 0.72rem;
}

.cart-title h1[b-g7clmb2f5t] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.2rem;
}

.cart-title a[b-g7clmb2f5t],
.cart-state a[b-g7clmb2f5t] {
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
}

.cart-layout[b-g7clmb2f5t] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
    gap: 1.5rem;
    align-items: start;
}

.cart-list[b-g7clmb2f5t] {
    display: grid;
    gap: 0.85rem;
}

.cart-item[b-g7clmb2f5t] {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #eeeeee;
    border-radius: 0.9rem;
    background: #fff;
}

.cart-item-image[b-g7clmb2f5t] {
    display: grid;
    height: 5.5rem;
    overflow: hidden;
    place-items: center;
    border-radius: 0.7rem;
    color: #9c4639;
    background: #f6f2f1;
}

.cart-item-image img[b-g7clmb2f5t] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-body h2[b-g7clmb2f5t] {
    margin: 0 0 0.45rem;
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.95rem;
    line-height: 1.9;
}

.cart-item-body p[b-g7clmb2f5t] {
    margin: 0 0 0.5rem;
    color: #888;
    font-size: 0.72rem;
}

.cart-item-body strong[b-g7clmb2f5t] {
    color: #303030;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.82rem;
}

.cart-item-actions[b-g7clmb2f5t] {
    display: grid;
    justify-items: end;
    gap: 0.65rem;
}

.cart-item-actions div[b-g7clmb2f5t] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.cart-item-actions button[b-g7clmb2f5t] {
    display: grid;
    min-width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid #d1aaa4;
    border-radius: 0.45rem;
    color: #9c4639;
    background: #fff;
}

.cart-item-actions span[b-g7clmb2f5t] {
    min-width: 2rem;
    text-align: center;
    font-family: "IRANSansX-DemiBold", sans-serif;
}

.cart-item-actions .remove[b-g7clmb2f5t] {
    border-color: #efc4c4;
    color: #c22929;
    background: #fff8f8;
    font-size: 0.72rem;
}

.cart-summary[b-g7clmb2f5t] {
    position: sticky;
    top: 1rem;
    padding: 1.25rem;
    border: 1px solid #eeeeee;
    border-radius: 0.9rem;
    background: #fff;
}

.cart-summary h2[b-g7clmb2f5t] {
    margin: 0 0 1rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1rem;
}

.cart-summary div[b-g7clmb2f5t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eeeeee;
    color: #777;
    font-size: 0.78rem;
}

.cart-summary strong[b-g7clmb2f5t] {
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
}

.cart-summary button[b-g7clmb2f5t] {
    width: 100%;
    min-height: 2.9rem;
    margin-top: 1rem;
    border-radius: 0.65rem;
    color: #fff;
    background: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.82rem;
}

.cart-summary p[b-g7clmb2f5t] {
    margin: 1rem 0 0;
    padding: 0.85rem;
    border-radius: 0.7rem;
    color: #806055;
    background: #fbf4f2;
    font-size: 0.76rem;
    line-height: 1.9;
}

.cart-state[b-g7clmb2f5t] {
    display: flex;
    min-height: 22rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
}

.cart-state h2[b-g7clmb2f5t] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.1rem;
}

.cart-state p[b-g7clmb2f5t] {
    margin: 0;
    color: #777;
    font-size: 0.82rem;
}

.cart-loader[b-g7clmb2f5t] {
    width: 2.6rem;
    height: 2.6rem;
    border: 3px solid #eadbd7;
    border-top-color: #9c4639;
    border-radius: 999px;
    animation: cart-spin-b-g7clmb2f5t 0.8s linear infinite;
}

@keyframes cart-spin-b-g7clmb2f5t {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 900px) {
    .cart-layout[b-g7clmb2f5t] {
        grid-template-columns: minmax(0, 1fr);
    }

    .cart-summary[b-g7clmb2f5t] {
        position: static;
    }
}

@media (max-width: 640px) {
    .cart-header[b-g7clmb2f5t],
    .cart-main[b-g7clmb2f5t] {
        width: min(100% - 1rem, 1320px);
    }

    .cart-header[b-g7clmb2f5t] {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0;
    }

    .cart-title[b-g7clmb2f5t],
    .cart-item[b-g7clmb2f5t] {
        align-items: stretch;
        grid-template-columns: minmax(0, 1fr);
    }

    .cart-title[b-g7clmb2f5t] {
        flex-direction: column;
    }

    .cart-item-image[b-g7clmb2f5t] {
        height: 11rem;
    }

    .cart-item-actions[b-g7clmb2f5t] {
        justify-items: stretch;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Products/ProductDetails.razor.rz.scp.css */
.product-detail-page[b-hdbuj8pdjf] {
    min-height: 100vh;
    background: #fcfcfc;
    color: #262626;
    font-family: "IRANSansX-Regular", sans-serif;
}

.product-detail-page *[b-hdbuj8pdjf],
.product-detail-page *[b-hdbuj8pdjf]::before,
.product-detail-page *[b-hdbuj8pdjf]::after {
    box-sizing: border-box;
}

.product-detail-page button[b-hdbuj8pdjf],
.product-detail-page input[b-hdbuj8pdjf],
.product-detail-page a[b-hdbuj8pdjf] {
    font: inherit;
}

.product-detail-page button[b-hdbuj8pdjf] {
    border: 0;
    cursor: pointer;
}

.product-detail-page svg[b-hdbuj8pdjf] {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.product-detail-header[b-hdbuj8pdjf] {
    display: flex;
    width: min(100% - 2rem, 1320px);
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.product-detail-logo img[b-hdbuj8pdjf] {
    width: 4.4rem;
}

.product-detail-header nav[b-hdbuj8pdjf] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.product-detail-header a[b-hdbuj8pdjf] {
    color: #333;
    font-size: 0.84rem;
    text-decoration: none;
}

.product-detail-header a:hover[b-hdbuj8pdjf] {
    color: #9c4639;
}

.product-detail-main[b-hdbuj8pdjf] {
    width: min(100% - 2rem, 1320px);
    margin: 0 auto;
    padding: 2.5rem 0 5rem;
}

.product-breadcrumb[b-hdbuj8pdjf] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
    color: #888;
    font-size: 0.78rem;
}

.product-breadcrumb a[b-hdbuj8pdjf] {
    color: #9c4639;
    text-decoration: none;
}

.product-breadcrumb span:not(:last-child)[b-hdbuj8pdjf] {
    width: 0.45rem;
    height: 0.45rem;
    border-left: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.product-breadcrumb strong[b-hdbuj8pdjf] {
    color: #333;
    font-family: "IRANSansX-DemiBold", sans-serif;
}

.product-detail-layout[b-hdbuj8pdjf] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 21.5rem);
    gap: 2rem;
    align-items: start;
}

.product-detail-card[b-hdbuj8pdjf],
.product-buy-card[b-hdbuj8pdjf],
.related-products[b-hdbuj8pdjf] {
    border: 1px solid #eeeeee;
    border-radius: 0.9rem;
    background: #fff;
}

.product-detail-card[b-hdbuj8pdjf] {
    padding: 2rem;
}

.product-main-row[b-hdbuj8pdjf] {
    display: grid;
    grid-template-columns: minmax(17rem, 22.5rem) minmax(0, 1fr);
    gap: 2rem;
}

.product-gallery[b-hdbuj8pdjf] {
    min-width: 0;
}

.product-main-image[b-hdbuj8pdjf] {
    display: grid;
    height: 15.25rem;
    overflow: hidden;
    place-items: center;
    border: 1px solid #eeeeee;
    border-radius: 0.75rem;
    color: #9c4639;
    background: #f6f2f1;
}

.product-main-image img[b-hdbuj8pdjf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-thumbs[b-hdbuj8pdjf] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.product-thumbs button[b-hdbuj8pdjf] {
    width: 7rem;
    height: 4.8rem;
    flex: 0 0 7rem;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 0.65rem;
    background: #f7f7f7;
}

.product-thumbs button.active[b-hdbuj8pdjf] {
    border-color: #9c4639;
    box-shadow: 0 0 0 3px rgba(156, 70, 57, 0.12);
}

.product-thumbs img[b-hdbuj8pdjf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-summary h1[b-hdbuj8pdjf] {
    margin: 0 0 1rem;
    color: #202020;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.35rem;
    line-height: 1.9;
}

.product-pills[b-hdbuj8pdjf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.5rem;
}

.product-pills span[b-hdbuj8pdjf] {
    padding: 0.45rem 0.75rem;
    border-radius: 0.45rem;
    color: #555;
    background: #f6f6f6;
    font-size: 0.76rem;
}

.product-facts[b-hdbuj8pdjf] {
    display: grid;
    gap: 1rem;
    color: #555;
    font-size: 0.82rem;
}

.product-facts div[b-hdbuj8pdjf] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.product-facts svg[b-hdbuj8pdjf] {
    color: #262626;
}

.product-facts div:first-child svg[b-hdbuj8pdjf] {
    color: #ffa500;
    fill: #ffa500;
    stroke: #ffa500;
}

.product-facts small[b-hdbuj8pdjf] {
    color: #999;
    font-size: 0.7rem;
}

.product-description[b-hdbuj8pdjf],
.product-comments[b-hdbuj8pdjf] {
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px solid #eeeeee;
}

.product-description h2[b-hdbuj8pdjf],
.product-section-heading h2[b-hdbuj8pdjf] {
    margin: 0;
    color: #303030;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1rem;
}

.product-description p[b-hdbuj8pdjf] {
    margin: 0.9rem 0 0;
    color: #666;
    font-size: 0.82rem;
    line-height: 2.2;
    text-align: justify;
}

.product-specs[b-hdbuj8pdjf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.product-specs span[b-hdbuj8pdjf] {
    padding: 0.85rem;
    border-radius: 0.7rem;
    color: #777;
    background: #fafafa;
    font-size: 0.74rem;
}

.product-specs strong[b-hdbuj8pdjf] {
    color: #292929;
    font-family: "IRANSansX-DemiBold", sans-serif;
}

.product-section-heading[b-hdbuj8pdjf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.product-section-heading button[b-hdbuj8pdjf],
.product-section-heading a[b-hdbuj8pdjf] {
    padding: 0.65rem 1.35rem;
    border-radius: 0.65rem;
    color: #fff;
    background: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.72rem;
    text-decoration: none;
}

.product-empty-comments[b-hdbuj8pdjf] {
    padding: 1.4rem;
    border: 1px dashed #dddddd;
    border-radius: 0.75rem;
    color: #777;
    background: #fcfcfc;
    text-align: center;
}

.product-empty-comments h3[b-hdbuj8pdjf] {
    margin: 0 0 0.5rem;
    color: #444;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.9rem;
}

.product-empty-comments p[b-hdbuj8pdjf] {
    margin: 0;
    font-size: 0.76rem;
}

.product-buy-card[b-hdbuj8pdjf] {
    position: sticky;
    top: 1rem;
    padding: 1.25rem;
}

.quantity-box[b-hdbuj8pdjf] {
    display: grid;
    grid-template-columns: 2.1rem 1fr 2.1rem;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 0.6rem;
    padding: 0.55rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.75rem;
}

.quantity-box button[b-hdbuj8pdjf] {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    border: 1px solid #d1aaa4;
    border-radius: 0.45rem;
    color: #9c4639;
    background: #fff;
    font-size: 1.2rem;
}

.quantity-box button:disabled[b-hdbuj8pdjf] {
    cursor: not-allowed;
    opacity: 0.45;
}

.quantity-box strong[b-hdbuj8pdjf] {
    text-align: center;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1rem;
}

.quantity-unit[b-hdbuj8pdjf] {
    display: block;
    margin-bottom: 1.25rem;
    color: #777;
    font-size: 0.76rem;
}

.price-box[b-hdbuj8pdjf] {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

.price-box div[b-hdbuj8pdjf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    color: #777;
    font-size: 0.78rem;
}

.price-box div:last-child[b-hdbuj8pdjf] {
    padding-top: 0.9rem;
    border-top: 1px solid #eeeeee;
    color: #333;
}

.price-box strong[b-hdbuj8pdjf] {
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    text-align: left;
}

.add-to-cart[b-hdbuj8pdjf],
.message-seller[b-hdbuj8pdjf] {
    display: flex;
    width: 100%;
    min-height: 2.9rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
}

.add-to-cart[b-hdbuj8pdjf] {
    color: #fff;
    background: #9c4639;
}

.message-seller[b-hdbuj8pdjf] {
    margin-top: 0.75rem;
    border: 1px solid #9c4639;
    color: #9c4639;
    background: #fff;
}

.message-seller.disabled[b-hdbuj8pdjf] {
    cursor: not-allowed;
    opacity: 0.55;
}

.cart-feedback[b-hdbuj8pdjf] {
    margin-top: 1rem;
    padding: 0.85rem;
    border-radius: 0.7rem;
    color: #26784c;
    background: #edf8f2;
    font-size: 0.76rem;
}

.cart-feedback p[b-hdbuj8pdjf] {
    margin: 0 0 0.45rem;
}

.cart-feedback a[b-hdbuj8pdjf] {
    color: #1d6c41;
    font-family: "IRANSansX-DemiBold", sans-serif;
    text-decoration: none;
}

.seller-card[b-hdbuj8pdjf] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eeeeee;
}

.seller-logo-box[b-hdbuj8pdjf] {
    display: grid;
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    overflow: hidden;
    place-items: center;
    border-radius: 0.65rem;
    color: #9c4639;
    background: #f3eeee;
    font-family: "IRANSansX-DemiBold", sans-serif;
}

.seller-logo-box img[b-hdbuj8pdjf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-card h2[b-hdbuj8pdjf] {
    margin: 0;
    color: #303030;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.86rem;
}

.seller-card p[b-hdbuj8pdjf],
.seller-card small[b-hdbuj8pdjf] {
    display: block;
    margin: 0.25rem 0 0;
    color: #888;
    font-size: 0.68rem;
}

.related-products[b-hdbuj8pdjf] {
    margin-top: 2rem;
    padding: 1.25rem;
}

.related-grid[b-hdbuj8pdjf] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.related-card[b-hdbuj8pdjf] {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #eeeeee;
    border-radius: 0.75rem;
    color: inherit;
    text-decoration: none;
}

.related-card > div[b-hdbuj8pdjf] {
    display: grid;
    height: 10rem;
    place-items: center;
    color: #9c4639;
    background: #f6f2f1;
}

.related-card img[b-hdbuj8pdjf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-card h3[b-hdbuj8pdjf] {
    margin: 0;
    padding: 0.85rem 0.85rem 0.35rem;
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.78rem;
    line-height: 1.8;
}

.related-card p[b-hdbuj8pdjf] {
    margin: 0;
    padding: 0 0.85rem;
    color: #888;
    font-size: 0.68rem;
}

.related-card strong[b-hdbuj8pdjf] {
    margin-top: auto;
    padding: 0.85rem;
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.76rem;
}

.product-detail-state[b-hdbuj8pdjf] {
    display: flex;
    min-height: 24rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
}

.product-detail-state h1[b-hdbuj8pdjf] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.2rem;
}

.product-detail-state p[b-hdbuj8pdjf] {
    margin: 0;
    color: #777;
    font-size: 0.82rem;
}

.product-detail-state a[b-hdbuj8pdjf] {
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    text-decoration: none;
}

.product-detail-loader[b-hdbuj8pdjf] {
    width: 2.6rem;
    height: 2.6rem;
    border: 3px solid #eadbd7;
    border-top-color: #9c4639;
    border-radius: 999px;
    animation: product-spin-b-hdbuj8pdjf 0.8s linear infinite;
}

@keyframes product-spin-b-hdbuj8pdjf {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1120px) {
    .product-detail-layout[b-hdbuj8pdjf] {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-buy-card[b-hdbuj8pdjf] {
        position: static;
    }

    .related-grid[b-hdbuj8pdjf] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .product-detail-header[b-hdbuj8pdjf] {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0;
    }

    .product-main-row[b-hdbuj8pdjf] {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-specs[b-hdbuj8pdjf] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .product-detail-main[b-hdbuj8pdjf],
    .product-detail-header[b-hdbuj8pdjf] {
        width: min(100% - 1rem, 1320px);
    }

    .product-detail-card[b-hdbuj8pdjf] {
        padding: 1rem;
    }

    .product-detail-header nav[b-hdbuj8pdjf] {
        gap: 0.9rem;
    }

    .related-grid[b-hdbuj8pdjf] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Products/Products.razor.rz.scp.css */
.market-page[b-a60obutu30] {
    min-height: 100vh;
    background: #fcfcfc;
    color: #262626;
    font-family: "IRANSansX-Regular", sans-serif;
}

.market-header[b-a60obutu30] {
    display: flex;
    width: min(100% - 2rem, 1320px);
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
}

.market-logo img[b-a60obutu30] {
    width: 4.4rem;
}

.market-header nav[b-a60obutu30] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.market-header a[b-a60obutu30] {
    color: #333;
    font-size: 0.84rem;
    text-decoration: none;
}

.market-header a:hover[b-a60obutu30],
.market-header a.active[b-a60obutu30] {
    color: #9c4639;
}

.market-main[b-a60obutu30] {
    width: min(100% - 2rem, 1320px);
    margin: 0 auto;
    padding: 2.5rem 0 5rem;
}

.market-hero[b-a60obutu30] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
    gap: 2rem;
    align-items: end;
    margin-bottom: 1.5rem;
    padding: 2rem;
    border-radius: 1.25rem;
    background: #f5f5f5;
}

.market-hero span[b-a60obutu30] {
    color: #9c4639;
    font-family: "IRANSansX-Medium", sans-serif;
    font-size: 0.8rem;
}

.market-hero h1[b-a60obutu30] {
    margin: 0.7rem 0 0.85rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: clamp(1.45rem, 4vw, 2.35rem);
}

.market-hero p[b-a60obutu30] {
    max-width: 42rem;
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    line-height: 2;
}

.market-search[b-a60obutu30] {
    display: grid;
    gap: 0.55rem;
    color: #666;
    font-size: 0.74rem;
}

.market-search input[b-a60obutu30] {
    width: 100%;
    min-height: 3.1rem;
    padding: 0 1rem;
    border: 1px solid #dedede;
    border-radius: 0.85rem;
    background: #fff;
    font-family: inherit;
    outline: none;
}

.market-search input:focus[b-a60obutu30],
.market-controls select:focus[b-a60obutu30] {
    border-color: #cfa9a1;
    box-shadow: 0 0 0 3px rgba(156, 70, 57, 0.12);
}

.market-toolbar[b-a60obutu30] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1.15rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
}

.market-toolbar > div:first-child[b-a60obutu30] {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    color: #777;
    font-size: 0.78rem;
}

.market-toolbar strong[b-a60obutu30] {
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.15rem;
}

.market-controls[b-a60obutu30] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.market-controls select[b-a60obutu30] {
    min-height: 2.55rem;
    min-width: 10rem;
    padding: 0 0.85rem;
    border: 1px solid #dedede;
    border-radius: 0.75rem;
    background: #fff;
    font-family: inherit;
    font-size: 0.78rem;
    outline: none;
}

.market-grid[b-a60obutu30] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.market-product-card[b-a60obutu30] {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #eeeeee;
    border-radius: 0.85rem;
    color: inherit;
    background: #fff;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.market-product-card:hover[b-a60obutu30] {
    transform: translateY(-2px);
    border-color: #dcc2bc;
    box-shadow: 0 14px 30px rgba(38, 38, 38, 0.08);
}

.market-product-image[b-a60obutu30] {
    display: grid;
    height: 12rem;
    place-items: center;
    color: #9c4639;
    background: #f6f2f1;
}

.market-product-image img[b-a60obutu30] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.market-product-body[b-a60obutu30] {
    display: flex;
    min-height: 13rem;
    flex-direction: column;
    padding: 1rem;
}

.market-product-body > span[b-a60obutu30] {
    color: #9c4639;
    font-size: 0.68rem;
}

.market-product-body h2[b-a60obutu30] {
    margin: 0.55rem 0;
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.92rem;
    line-height: 1.9;
}

.market-product-body p[b-a60obutu30],
.market-product-body small[b-a60obutu30] {
    margin: 0;
    color: #777;
    font-size: 0.72rem;
    line-height: 1.9;
}

.market-product-body strong[b-a60obutu30] {
    margin-top: auto;
    padding-top: 1rem;
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.86rem;
}

.market-state[b-a60obutu30] {
    display: flex;
    min-height: 18rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
    text-align: center;
}

.market-state h2[b-a60obutu30] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.05rem;
}

.market-state p[b-a60obutu30] {
    margin: 0;
    color: #777;
    font-size: 0.82rem;
}

.market-loader[b-a60obutu30] {
    width: 2.6rem;
    height: 2.6rem;
    border: 3px solid #eadbd7;
    border-top-color: #9c4639;
    border-radius: 999px;
    animation: market-spin-b-a60obutu30 0.8s linear infinite;
}

@keyframes market-spin-b-a60obutu30 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1100px) {
    .market-grid[b-a60obutu30] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    .market-header[b-a60obutu30] {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0;
    }

    .market-hero[b-a60obutu30] {
        grid-template-columns: minmax(0, 1fr);
    }

    .market-grid[b-a60obutu30] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .market-main[b-a60obutu30],
    .market-header[b-a60obutu30] {
        width: min(100% - 1rem, 1320px);
    }

    .market-hero[b-a60obutu30] {
        padding: 1.25rem;
    }

    .market-grid[b-a60obutu30] {
        grid-template-columns: minmax(0, 1fr);
    }

    .market-controls[b-a60obutu30],
    .market-controls select[b-a60obutu30] {
        width: 100%;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Store/Seller/ProductCreation.razor.rz.scp.css */
.product-create-page[b-dxazqgmmmi] {
    min-height: 100vh;
    color: #262626;
    background: #f2f2f2;
    font-family: "IRANSansX-Regular", sans-serif;
}

.product-create-page *[b-dxazqgmmmi],
.product-create-page *[b-dxazqgmmmi]::before,
.product-create-page *[b-dxazqgmmmi]::after {
    box-sizing: border-box;
}

.product-create-page button[b-dxazqgmmmi],
.product-create-page input[b-dxazqgmmmi],
.product-create-page textarea[b-dxazqgmmmi] {
    font: inherit;
}

.product-create-page button[b-dxazqgmmmi] {
    border: 0;
    cursor: pointer;
}

.product-create-page svg[b-dxazqgmmmi] {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-loading[b-dxazqgmmmi] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #777;
    background: #f2f2f2;
    font-family: "IRANSansX-Regular", sans-serif;
}

.product-loading span[b-dxazqgmmmi] {
    width: 2.75rem;
    height: 2.75rem;
    border: 3px solid #eadbd7;
    border-top-color: #9c4639;
    border-radius: 999px;
    animation: product-spin-b-dxazqgmmmi 0.8s linear infinite;
}

.product-header[b-dxazqgmmmi] {
    height: 5.25rem;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.product-header-inner[b-dxazqgmmmi] {
    display: flex;
    width: min(100% - 2rem, 1480px);
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.product-header-primary[b-dxazqgmmmi],
.product-header-actions[b-dxazqgmmmi],
.product-header-link[b-dxazqgmmmi] {
    display: flex;
    align-items: center;
}

.product-header-primary[b-dxazqgmmmi] {
    gap: 1.5rem;
}

.product-header-actions[b-dxazqgmmmi] {
    gap: 2.25rem;
}

.product-logo[b-dxazqgmmmi] {
    display: flex;
    height: 3.8rem;
    align-items: center;
    padding-left: 1.5rem;
    border-left: 1px solid #dedede;
}

.product-logo img[b-dxazqgmmmi] {
    width: 4.4rem;
    max-height: 3.4rem;
}

.product-header-link[b-dxazqgmmmi] {
    gap: 0.55rem;
    color: #292929;
    text-decoration: none;
    transition: color 160ms ease;
}

.product-header-link:hover[b-dxazqgmmmi] {
    color: #9c4639;
}

.product-main[b-dxazqgmmmi] {
    width: min(100% - 2rem, 1280px);
    margin: 0 auto;
    padding: 3rem 0 6rem;
}

.product-page-heading[b-dxazqgmmmi] {
    display: flex;
    min-height: 5.6rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.8rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
}

.product-heading-kicker[b-dxazqgmmmi] {
    display: block;
    margin-bottom: 0.3rem;
    color: #aaa;
    font-size: 0.72rem;
}

.product-page-heading h1[b-dxazqgmmmi] {
    position: relative;
    margin: 0;
    padding: 0.2rem 0 0.8rem;
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.1rem;
}

.product-page-heading h1[b-dxazqgmmmi]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8.5rem;
    height: 3px;
    border-radius: 999px;
    background: #9c4639;
    content: "";
}

.product-page-heading button[b-dxazqgmmmi] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #444;
    background: transparent;
    font-size: 0.8rem;
}

.product-page-heading button:hover[b-dxazqgmmmi] {
    color: #9c4639;
}

.product-page-heading button svg[b-dxazqgmmmi] {
    width: 1rem;
    height: 1rem;
}

.product-form-card[b-dxazqgmmmi] {
    margin-top: 1.7rem;
    padding: 3rem clamp(1.25rem, 8vw, 9rem) 3.5rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
}

.product-form-intro[b-dxazqgmmmi] {
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #ececec;
}

.product-form-intro h2[b-dxazqgmmmi] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1rem;
}

.product-form-intro p[b-dxazqgmmmi] {
    margin: 0.45rem 0 0;
    color: #929292;
    font-size: 0.75rem;
}

.product-form[b-dxazqgmmmi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.7rem 2rem;
}

.product-span-2[b-dxazqgmmmi] {
    grid-column: 1 / -1;
}

.product-field[b-dxazqgmmmi] {
    position: relative;
    min-width: 0;
}

.product-field > label[b-dxazqgmmmi] {
    display: block;
    margin-bottom: 0.55rem;
    color: #333;
    font-size: 0.82rem;
}

.product-field label em[b-dxazqgmmmi] {
    color: #d22121;
    font-style: normal;
}

.product-field input[b-dxazqgmmmi],
.product-field textarea[b-dxazqgmmmi],
.product-selector[b-dxazqgmmmi] {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 0.45rem;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.product-field input[b-dxazqgmmmi] {
    height: 3rem;
    padding: 0 0.9rem;
}

.product-field textarea[b-dxazqgmmmi] {
    min-height: 10.3rem;
    resize: vertical;
    padding: 0.9rem;
    line-height: 1.9;
}

.product-field input[b-dxazqgmmmi]::placeholder,
.product-field textarea[b-dxazqgmmmi]::placeholder {
    color: #aaa;
}

.product-field input:focus[b-dxazqgmmmi],
.product-field textarea:focus[b-dxazqgmmmi],
.product-selector:focus-visible[b-dxazqgmmmi] {
    border-color: #9c4639;
    box-shadow: 0 0 0 3px rgba(156, 70, 57, 0.1);
}

.product-field input.invalid[b-dxazqgmmmi],
.product-field textarea.invalid[b-dxazqgmmmi],
.product-selector.invalid[b-dxazqgmmmi] {
    border-color: #d22121;
}

.product-selector[b-dxazqgmmmi] {
    display: flex;
    height: 3rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0.9rem;
    color: #aaa;
    text-align: right;
}

.product-selector.selected[b-dxazqgmmmi] {
    color: #333;
}

.product-selector:disabled[b-dxazqgmmmi] {
    color: #bbb;
    background: #f6f6f6;
    cursor: not-allowed;
}

.product-selector svg[b-dxazqgmmmi] {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    color: #777;
}

.product-field-error[b-dxazqgmmmi] {
    margin: 0.4rem 0 0;
    color: #d22121;
    font-size: 0.7rem;
}

.product-field-help[b-dxazqgmmmi] {
    margin: -0.2rem 0 0.8rem;
    color: #999;
    font-size: 0.7rem;
}

.product-catalog-notice[b-dxazqgmmmi] {
    margin-top: 0.45rem;
    color: #9c4639;
    line-height: 1.8;
}

.product-input-with-icon[b-dxazqgmmmi] {
    position: relative;
}

.product-input-with-icon input[b-dxazqgmmmi] {
    padding-left: 2.7rem;
}

.product-input-with-icon svg[b-dxazqgmmmi] {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    width: 1.15rem;
    height: 1.15rem;
    color: #777;
    transform: translateY(-50%);
}

.product-search-suggestions[b-dxazqgmmmi] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    left: 0;
    z-index: 8;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 0.65rem;
    background: #fff;
    box-shadow: 0 14px 30px rgba(38, 38, 38, 0.1);
}

.product-search-suggestions button[b-dxazqgmmmi] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    color: #333;
    background: #fff;
    text-align: right;
}

.product-search-suggestions button:hover[b-dxazqgmmmi] {
    background: #f8f1ef;
}

.product-search-suggestions small[b-dxazqgmmmi] {
    color: #999;
    font-size: 0.65rem;
}

.product-price-input[b-dxazqgmmmi] {
    position: relative;
}

.product-price-input input[b-dxazqgmmmi] {
    padding-left: 4.5rem;
}

.product-price-input span[b-dxazqgmmmi] {
    position: absolute;
    top: 50%;
    left: 1rem;
    color: #888;
    font-size: 0.72rem;
    transform: translateY(-50%);
}

.product-character-count[b-dxazqgmmmi] {
    display: block;
    margin-top: 0.4rem;
    color: #aaa;
    font-size: 0.65rem;
    text-align: left;
}

.product-images[b-dxazqgmmmi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.product-image-upload[b-dxazqgmmmi],
.product-image-preview[b-dxazqgmmmi] {
    position: relative;
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    border-radius: 0.7rem;
}

.product-image-upload[b-dxazqgmmmi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border: 1px solid #999;
    color: #9c4639;
    cursor: pointer;
}

.product-image-upload:hover[b-dxazqgmmmi] {
    border-color: #9c4639;
    background: #fcf8f7;
}

.product-image-upload[b-dxazqgmmmi]  input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.product-image-upload svg[b-dxazqgmmmi] {
    width: 2.5rem;
    height: 2.5rem;
    color: #666;
}

.product-image-upload span[b-dxazqgmmmi] {
    font-size: 0.75rem;
}

.product-image-preview[b-dxazqgmmmi] {
    margin: 0;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
}

.product-image-preview img[b-dxazqgmmmi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-preview button[b-dxazqgmmmi] {
    position: absolute;
    top: 0.45rem;
    left: 0.45rem;
    display: grid;
    width: 1.7rem;
    height: 1.7rem;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: rgba(38, 38, 38, 0.72);
}

.product-image-preview button svg[b-dxazqgmmmi] {
    width: 0.85rem;
    height: 0.85rem;
}

.product-form-actions[b-dxazqgmmmi] {
    margin-top: 0.5rem;
}

.product-submit-error[b-dxazqgmmmi] {
    width: 100%;
    margin: 0 0 0.8rem;
    color: #d22121;
    font-size: 0.76rem;
    line-height: 1.9;
    text-align: center;
}

.product-submit:disabled[b-dxazqgmmmi] {
    cursor: not-allowed;
    opacity: 0.65;
}

.product-submit[b-dxazqgmmmi] {
    width: 100%;
    min-height: 3rem;
    border-radius: 0.45rem;
    color: #aaa;
    background: #f5edeb;
    transition: color 160ms ease, background 160ms ease;
}

.product-submit.ready[b-dxazqgmmmi] {
    color: #fff;
    background: #9c4639;
}

.product-modal-layer[b-dxazqgmmmi] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(22, 22, 22, 0.45);
}

.product-picker-modal[b-dxazqgmmmi],
.product-unit-modal[b-dxazqgmmmi],
.product-success-modal[b-dxazqgmmmi] {
    width: min(100%, 46rem);
    overflow: hidden;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.product-picker-modal > header[b-dxazqgmmmi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e7e7e7;
}

.product-picker-modal h2[b-dxazqgmmmi],
.product-unit-modal h2[b-dxazqgmmmi],
.product-success-modal h2[b-dxazqgmmmi] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.05rem;
}

.product-picker-modal > header button[b-dxazqgmmmi] {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    place-items: center;
    border-radius: 0.55rem;
    color: #666;
    background: #f5f5f5;
}

.product-picker-modal > header svg[b-dxazqgmmmi] {
    width: 1.1rem;
    height: 1.1rem;
}

.product-picker-body[b-dxazqgmmmi],
.product-custom-picker[b-dxazqgmmmi] {
    padding: 1.5rem;
}

.product-picker-search[b-dxazqgmmmi] {
    position: relative;
    margin-bottom: 1rem;
}

.product-picker-search input[b-dxazqgmmmi],
.product-custom-picker input[b-dxazqgmmmi] {
    width: 100%;
    height: 3rem;
    border: 1px solid #c5c5c5;
    border-radius: 0.5rem;
    outline: none;
}

.product-picker-search input[b-dxazqgmmmi] {
    padding: 0 2.8rem 0 0.9rem;
}

.product-picker-search svg[b-dxazqgmmmi] {
    position: absolute;
    top: 50%;
    right: 0.9rem;
    width: 1.1rem;
    height: 1.1rem;
    color: #777;
    transform: translateY(-50%);
}

.product-picker-list[b-dxazqgmmmi] {
    max-height: 22rem;
    overflow-y: auto;
}

.product-picker-list > button[b-dxazqgmmmi] {
    display: flex;
    width: 100%;
    min-height: 3.2rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    border-bottom: 1px solid #efefef;
    color: #333;
    background: #fff;
    text-align: right;
}

.product-picker-list > button:hover[b-dxazqgmmmi] {
    color: #9c4639;
    background: #faf6f5;
}

.product-picker-list svg[b-dxazqgmmmi] {
    width: 1rem;
    height: 1rem;
}

.product-picker-list > p[b-dxazqgmmmi] {
    padding: 1.4rem;
    color: #999;
    text-align: center;
}

.product-picker-list .product-picker-other[b-dxazqgmmmi] {
    margin-top: 0.7rem;
    border: 1px dashed #c9a59e;
    border-radius: 0.65rem;
    color: #9c4639;
    background: #fcf8f7;
}

.product-custom-picker label[b-dxazqgmmmi] {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.82rem;
}

.product-custom-picker input[b-dxazqgmmmi] {
    padding: 0 0.9rem;
}

.product-custom-picker > div[b-dxazqgmmmi] {
    display: flex;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

.product-custom-picker button[b-dxazqgmmmi],
.product-success-modal button[b-dxazqgmmmi] {
    min-height: 2.8rem;
    flex: 1;
    border-radius: 0.5rem;
}

.product-custom-picker .primary[b-dxazqgmmmi],
.product-success-modal .primary[b-dxazqgmmmi] {
    color: #fff;
    background: #9c4639;
}

.product-custom-picker .primary:disabled[b-dxazqgmmmi] {
    color: #aaa;
    background: #f5edeb;
    cursor: not-allowed;
}

.product-custom-picker .secondary[b-dxazqgmmmi],
.product-success-modal .secondary[b-dxazqgmmmi] {
    border: 1px solid #9c4639;
    color: #9c4639;
    background: #fff;
}

.product-unit-modal > header[b-dxazqgmmmi] {
    padding: 1.6rem;
    border-bottom: 1px solid #e3e3e3;
}

.product-unit-modal > header p[b-dxazqgmmmi] {
    margin: 0.45rem 0 0;
    color: #888;
    font-size: 0.75rem;
}

.product-unit-options[b-dxazqgmmmi] {
    padding: 1.6rem;
    border-bottom: 1px solid #e3e3e3;
}

.product-unit-options > strong[b-dxazqgmmmi] {
    font-family: "IRANSansX-Medium", sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
}

.product-unit-options > div[b-dxazqgmmmi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.2rem;
}

.product-unit-options button[b-dxazqgmmmi] {
    padding: 0.55rem 1.3rem;
    border: 1px solid #ccc;
    border-radius: 999px;
    color: #444;
    background: #fff;
}

.product-unit-options button.selected[b-dxazqgmmmi] {
    border-color: #9c4639;
    color: #fff;
    background: #9c4639;
}

.product-unit-modal footer[b-dxazqgmmmi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.3rem 1.6rem;
}

.product-unit-modal footer p[b-dxazqgmmmi] {
    margin: 0;
    color: #888;
    font-size: 0.75rem;
}

.product-unit-modal footer > div[b-dxazqgmmmi] {
    display: flex;
    gap: 0.65rem;
}

.product-unit-modal footer button[b-dxazqgmmmi] {
    min-height: 2.6rem;
    padding: 0 1.2rem;
    border-radius: 0.45rem;
}

.product-unit-modal .cancel[b-dxazqgmmmi] {
    border: 1px solid #d22121;
    color: #d22121;
    background: #fff;
}

.product-unit-modal .confirm[b-dxazqgmmmi] {
    color: #fff;
    background: #9c4639;
}

.product-unit-modal .confirm:disabled[b-dxazqgmmmi] {
    color: #aaa;
    background: #f5edeb;
    cursor: not-allowed;
}

.product-success-modal[b-dxazqgmmmi] {
    display: flex;
    max-width: 34rem;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem;
    text-align: center;
}

.product-success-icon[b-dxazqgmmmi] {
    display: grid;
    width: 5.5rem;
    height: 5.5rem;
    place-items: center;
    border-radius: 999px;
    color: #2d9b64;
    background: #edf8f2;
}

.product-success-icon svg[b-dxazqgmmmi] {
    width: 3rem;
    height: 3rem;
}

.product-success-modal h2[b-dxazqgmmmi] {
    margin-top: 1.4rem;
}

.product-success-modal p[b-dxazqgmmmi] {
    margin: 0.75rem 0 1.7rem;
    color: #777;
    font-size: 0.8rem;
    line-height: 2;
}

.product-success-modal > div[b-dxazqgmmmi] {
    display: flex;
    width: 100%;
    gap: 0.8rem;
}

@keyframes product-spin-b-dxazqgmmmi {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 760px) {
    .product-header[b-dxazqgmmmi] {
        height: 4.5rem;
    }

    .product-header-inner[b-dxazqgmmmi] {
        width: min(100% - 1.25rem, 1480px);
    }

    .product-logo[b-dxazqgmmmi] {
        height: 3.2rem;
        padding-left: 1rem;
    }

    .product-logo img[b-dxazqgmmmi] {
        width: 3.8rem;
    }

    .product-category-link[b-dxazqgmmmi],
    .product-header-actions span[b-dxazqgmmmi] {
        display: none;
    }

    .product-header-actions[b-dxazqgmmmi] {
        gap: 0.6rem;
    }

    .product-header-link[b-dxazqgmmmi] {
        display: grid;
        width: 2.5rem;
        height: 2.5rem;
        place-items: center;
        border-radius: 0.6rem;
        background: #f7f4f3;
    }

    .product-main[b-dxazqgmmmi] {
        width: min(100% - 1rem, 1280px);
        padding: 1rem 0 2.5rem;
    }

    .product-page-heading[b-dxazqgmmmi] {
        min-height: 4.8rem;
        padding: 1rem;
    }

    .product-page-heading button[b-dxazqgmmmi] {
        font-size: 0;
    }

    .product-page-heading button svg[b-dxazqgmmmi] {
        width: 1.35rem;
        height: 1.35rem;
    }

    .product-form-card[b-dxazqgmmmi] {
        margin-top: 1rem;
        padding: 1.5rem 1rem 2rem;
    }

    .product-form[b-dxazqgmmmi] {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.35rem;
    }

    .product-span-2[b-dxazqgmmmi] {
        grid-column: 1;
    }

    .product-search-suggestions small[b-dxazqgmmmi] {
        display: none;
    }

    .product-image-upload[b-dxazqgmmmi],
    .product-image-preview[b-dxazqgmmmi] {
        width: 6.7rem;
        height: 6.7rem;
    }

    .product-modal-layer[b-dxazqgmmmi] {
        align-items: flex-end;
        padding: 0;
    }

    .product-picker-modal[b-dxazqgmmmi],
    .product-unit-modal[b-dxazqgmmmi],
    .product-success-modal[b-dxazqgmmmi] {
        width: 100%;
        border-radius: 1rem 1rem 0 0;
    }

    .product-unit-modal footer[b-dxazqgmmmi] {
        align-items: stretch;
        flex-direction: column;
    }

    .product-unit-modal footer > div[b-dxazqgmmmi] {
        width: 100%;
    }

    .product-unit-modal footer button[b-dxazqgmmmi] {
        flex: 1;
    }

    .product-success-modal[b-dxazqgmmmi] {
        max-width: none;
        padding: 2rem 1.2rem;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Store/Seller/StoreManagement.razor.rz.scp.css */
.seller-page[b-dzgle6vjxd] {
    min-height: 100vh;
    background: #f3f3f3;
    color: #292929;
    font-family: "IRANSansX-Regular", sans-serif;
}

.seller-page *[b-dzgle6vjxd],
.seller-page *[b-dzgle6vjxd]::before,
.seller-page *[b-dzgle6vjxd]::after {
    box-sizing: border-box;
}

.seller-page button[b-dzgle6vjxd],
.seller-page a[b-dzgle6vjxd] {
    font: inherit;
}

.seller-page button[b-dzgle6vjxd] {
    border: 0;
    cursor: pointer;
}

.seller-page svg[b-dzgle6vjxd] {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seller-loading[b-dzgle6vjxd] {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #777;
    background: #f3f3f3;
    font-family: "IRANSansX-Regular", sans-serif;
}

.seller-loading-mark[b-dzgle6vjxd] {
    width: 2.75rem;
    height: 2.75rem;
    border: 3px solid #eadbd7;
    border-top-color: #9c4639;
    border-radius: 999px;
    animation: seller-spin-b-dzgle6vjxd 0.8s linear infinite;
}

.seller-header[b-dzgle6vjxd] {
    position: sticky;
    top: 0;
    z-index: 30;
    height: 5.25rem;
    border-bottom: 1px solid #ededed;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.seller-header-inner[b-dzgle6vjxd] {
    width: min(100% - 2rem, 1480px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller-header-primary[b-dzgle6vjxd],
.seller-header-actions[b-dzgle6vjxd],
.seller-header-link[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
}

.seller-header-primary[b-dzgle6vjxd] {
    gap: 1.5rem;
}

.seller-header-actions[b-dzgle6vjxd] {
    gap: 2.25rem;
}

.seller-logo[b-dzgle6vjxd] {
    display: flex;
    height: 3.8rem;
    align-items: center;
    padding-left: 1.5rem;
    border-left: 1px solid #dedede;
}

.seller-logo img[b-dzgle6vjxd] {
    width: 4.4rem;
    max-height: 3.4rem;
}

.seller-header-link[b-dzgle6vjxd] {
    gap: 0.55rem;
    color: #292929;
    text-decoration: none;
    transition: color 160ms ease;
}

.seller-header-link:hover[b-dzgle6vjxd] {
    color: #9c4639;
}

.seller-category-link svg[b-dzgle6vjxd] {
    width: 1.5rem;
    height: 1.5rem;
}

.seller-shell[b-dzgle6vjxd] {
    width: min(100% - 2rem, 1480px);
    margin: 0 auto;
    padding: 3.5rem 0 5rem;
    display: grid;
    grid-template-columns: 18rem minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.seller-sidebar[b-dzgle6vjxd] {
    position: sticky;
    top: 7rem;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 16px 40px rgba(38, 38, 38, 0.035);
}

.seller-store-identity[b-dzgle6vjxd] {
    position: relative;
    padding: 1.7rem 1.5rem 1.35rem;
    border-bottom: 1px solid #e6e6e6;
}

.seller-store-identity h2[b-dzgle6vjxd] {
    max-width: 11.5rem;
    margin: 0;
    overflow: hidden;
    color: #262626;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.06rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-store-identity p[b-dzgle6vjxd] {
    margin: 0.5rem 0 1rem;
    color: #9b9b9b;
    font-size: 0.84rem;
}

.seller-approved-badge[b-dzgle6vjxd] {
    position: absolute;
    top: 1.55rem;
    left: 1.35rem;
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #238a55;
    background: #ecf8f1;
}

.seller-approved-badge svg[b-dzgle6vjxd] {
    width: 1.15rem;
    height: 1.15rem;
}

.seller-account-switch[b-dzgle6vjxd] {
    display: flex;
    width: 100%;
    min-height: 2.55rem;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1px solid #a9a9a9;
    border-radius: 999px;
    color: #333;
    font-size: 0.82rem;
    text-decoration: none;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.seller-account-switch:hover[b-dzgle6vjxd] {
    border-color: #9c4639;
    color: #9c4639;
    background: #fcf8f7;
}

.seller-account-switch svg[b-dzgle6vjxd] {
    width: 1rem;
    height: 1rem;
}

.seller-nav[b-dzgle6vjxd] {
    display: flex;
    flex-direction: column;
    padding: 0.65rem 0;
}

.seller-nav-item[b-dzgle6vjxd],
.seller-sidebar-footer button[b-dzgle6vjxd] {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 3.55rem;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1.5rem;
    color: #3f3f3f;
    background: transparent;
    text-align: right;
    transition: color 160ms ease, background 160ms ease;
}

.seller-nav-item[b-dzgle6vjxd]::before {
    position: absolute;
    top: 0.6rem;
    right: 0;
    bottom: 0.6rem;
    width: 3px;
    border-radius: 3px 0 0 3px;
    background: #9c4639;
    content: "";
    opacity: 0;
}

.seller-nav-item:hover[b-dzgle6vjxd],
.seller-sidebar-footer button:hover[b-dzgle6vjxd] {
    color: #9c4639;
    background: #fcf8f7;
}

.seller-nav-item.active[b-dzgle6vjxd] {
    color: #9c4639;
    background: #f7ece9;
}

.seller-nav-item.active[b-dzgle6vjxd]::before {
    opacity: 1;
}

.seller-page[b-dzgle6vjxd]  .seller-menu-icon {
    display: block;
    width: 1.1rem !important;
    height: 1.1rem !important;
    min-width: 1.1rem !important;
    max-width: 1.1rem !important;
    flex: 0 0 1.1rem !important;
    background-color: currentColor;
    -webkit-mask: var(--seller-menu-icon) center / contain no-repeat;
    mask: var(--seller-menu-icon) center / contain no-repeat;
}

.seller-nav-badge[b-dzgle6vjxd] {
    display: grid;
    min-width: 1.35rem;
    height: 1.35rem;
    margin-right: auto;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: #d62c2c;
    font-size: 0.68rem;
}

.seller-sidebar-footer[b-dzgle6vjxd] {
    padding: 0.65rem 0;
    border-top: 1px solid #e6e6e6;
}

.seller-sidebar-footer .seller-logout[b-dzgle6vjxd] {
    color: #444;
}

.seller-content[b-dzgle6vjxd] {
    min-width: 0;
}

.seller-mobile-identity[b-dzgle6vjxd],
.seller-mobile-nav[b-dzgle6vjxd] {
    display: none;
}

.seller-title-card[b-dzgle6vjxd] {
    display: flex;
    min-height: 5.4rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.75rem;
    border: 1px solid #eeeeee;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(38, 38, 38, 0.025);
}

.seller-eyebrow[b-dzgle6vjxd] {
    display: block;
    margin-bottom: 0.4rem;
    color: #aaa;
    font-size: 0.72rem;
}

.seller-title-card h1[b-dzgle6vjxd] {
    position: relative;
    margin: 0;
    padding-bottom: 0.75rem;
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.15rem;
}

.seller-title-card h1[b-dzgle6vjxd]::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7rem;
    height: 3px;
    border-radius: 999px;
    background: #9c4639;
    content: "";
}

.seller-live-status[b-dzgle6vjxd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: #26784c;
    background: #edf8f2;
    font-size: 0.75rem;
}

.seller-live-status i[b-dzgle6vjxd] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #2da66a;
    box-shadow: 0 0 0 4px rgba(45, 166, 106, 0.12);
}

.seller-alert-strip[b-dzgle6vjxd] {
    display: grid;
    grid-template-columns: auto repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: center;
    margin-top: 1.55rem;
    padding: 0.9rem 1.15rem;
    border: 1px solid #dab2a9;
    border-radius: 0.9rem;
    color: #474747;
    background: #fbf4f2;
}

.seller-alert-strip p[b-dzgle6vjxd] {
    margin: 0;
    padding: 0.2rem 1rem;
    border-left: 1px solid #e9d4cf;
    font-size: 0.8rem;
    text-align: center;
}

.seller-alert-strip p:last-child[b-dzgle6vjxd] {
    border-left: 0;
}

.seller-alert-strip strong[b-dzgle6vjxd] {
    font-family: "IRANSansX-Medium", sans-serif;
    font-weight: 500;
}

.seller-alert-icon[b-dzgle6vjxd] {
    display: grid;
    width: 2.1rem;
    height: 2.1rem;
    place-items: center;
    color: #9c4639;
}

.seller-stats[b-dzgle6vjxd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.55rem;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 1.1rem;
    background: #fff;
}

.seller-stat-card[b-dzgle6vjxd] {
    display: flex;
    min-width: 0;
    min-height: 8.4rem;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.55rem 1.3rem;
    border-left: 1px solid #e5e5e5;
}

.seller-stat-card:last-child[b-dzgle6vjxd] {
    border-left: 0;
}

.seller-stat-icon[b-dzgle6vjxd] {
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    flex: 0 0 2.55rem;
    place-items: center;
    border-radius: 0.55rem;
    color: #9c4639;
    background: #f7f4f3;
}

.seller-stat-icon svg[b-dzgle6vjxd] {
    width: 1.3rem;
    height: 1.3rem;
}

.seller-stat-card p[b-dzgle6vjxd] {
    min-height: 2.2rem;
    margin: 0;
    color: #797979;
    font-size: 0.76rem;
    line-height: 1.8;
}

.seller-stat-card strong[b-dzgle6vjxd] {
    display: block;
    margin-top: 0.65rem;
    color: #252525;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.3rem;
    white-space: nowrap;
}

.seller-stat-card small[b-dzgle6vjxd] {
    color: #7d7d7d;
    font-family: "IRANSansX-Regular", sans-serif;
    font-size: 0.66rem;
    font-weight: 400;
}

.seller-dashboard-grid[b-dzgle6vjxd] {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(15rem, 0.9fr);
    gap: 1.55rem;
    margin-top: 1.55rem;
}

.seller-card[b-dzgle6vjxd] {
    min-width: 0;
    border: 1px solid #eeeeee;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(38, 38, 38, 0.025);
}

.seller-orders-card[b-dzgle6vjxd],
.seller-inventory-card[b-dzgle6vjxd] {
    grid-column: 1;
}

.seller-settlement-card[b-dzgle6vjxd],
.seller-messages-card[b-dzgle6vjxd] {
    grid-column: 2;
}

.seller-orders-card[b-dzgle6vjxd] {
    grid-row: 1;
}

.seller-settlement-card[b-dzgle6vjxd] {
    grid-row: 1;
}

.seller-inventory-card[b-dzgle6vjxd] {
    grid-row: 2;
}

.seller-messages-card[b-dzgle6vjxd] {
    grid-row: 2;
}

.seller-card-heading[b-dzgle6vjxd] {
    display: flex;
    min-height: 5.2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.5rem;
    border-bottom: 1px solid #ececec;
}

.seller-card-heading span[b-dzgle6vjxd] {
    display: block;
    margin-bottom: 0.35rem;
    color: #aaa;
    font-size: 0.68rem;
}

.seller-card-heading h2[b-dzgle6vjxd] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1rem;
}

.seller-card-heading button[b-dzgle6vjxd] {
    flex: 0 0 auto;
    padding: 0;
    color: #7d7d7d;
    background: transparent;
    font-size: 0.72rem;
    transition: color 160ms ease;
}

.seller-card-heading button:hover[b-dzgle6vjxd] {
    color: #9c4639;
}

.seller-table-head[b-dzgle6vjxd] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.95rem 1.5rem;
    border-bottom: 1px solid #ececec;
    color: #888;
    font-size: 0.72rem;
    text-align: center;
}

.seller-empty-state[b-dzgle6vjxd] {
    display: flex;
    min-height: 14rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.seller-empty-state > span[b-dzgle6vjxd] {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    place-items: center;
    border-radius: 1rem;
    color: #9c4639;
    background: #f8eeeb;
}

.seller-empty-state > span svg[b-dzgle6vjxd] {
    width: 1.6rem;
    height: 1.6rem;
}

.seller-empty-state h3[b-dzgle6vjxd] {
    margin: 1rem 0 0.45rem;
    color: #444;
    font-family: "IRANSansX-Medium", sans-serif;
    font-size: 0.88rem;
}

.seller-empty-state p[b-dzgle6vjxd] {
    max-width: 25rem;
    margin: 0;
    color: #999;
    font-size: 0.73rem;
    line-height: 1.9;
}

.seller-empty-compact[b-dzgle6vjxd] {
    min-height: 12.5rem;
}

.seller-money-row[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 1.25rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid #e4e4e4;
    border-radius: 0.65rem;
    color: #777;
    font-size: 0.72rem;
}

.seller-money-row strong[b-dzgle6vjxd] {
    color: #333;
    font-family: "IRANSansX-Medium", sans-serif;
    font-size: 0.78rem;
}

.seller-settlement-note[b-dzgle6vjxd] {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin: 1.2rem 1.25rem 1.4rem;
    padding: 1rem;
    border-radius: 0.75rem;
    color: #7b655f;
    background: #fbf7f6;
}

.seller-settlement-note svg[b-dzgle6vjxd] {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 1.2rem;
    color: #9c4639;
}

.seller-settlement-note p[b-dzgle6vjxd] {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.9;
}

.seller-back-button[b-dzgle6vjxd] {
    padding: 0.65rem 1rem;
    border: 1px solid #d8b8b1 !important;
    border-radius: 0.65rem;
    color: #9c4639;
    background: #fff;
    font-size: 0.76rem !important;
}

.seller-section-placeholder[b-dzgle6vjxd] {
    display: flex;
    min-height: 31rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1.55rem;
    padding: 3rem 1.5rem;
    text-align: center;
}

.seller-placeholder-icon[b-dzgle6vjxd] {
    display: grid;
    width: 5rem;
    height: 5rem;
    place-items: center;
    border-radius: 1.5rem;
    color: #9c4639;
    background: #f7ece9;
}

.seller-placeholder-icon[b-dzgle6vjxd]  .seller-menu-icon {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    max-width: 2rem !important;
    flex: 0 0 2rem !important;
}

.seller-section-placeholder h2[b-dzgle6vjxd] {
    margin: 1.4rem 0 0.65rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.15rem;
}

.seller-section-placeholder p[b-dzgle6vjxd] {
    max-width: 34rem;
    margin: 0;
    color: #858585;
    font-size: 0.82rem;
    line-height: 2;
}

.seller-primary-button[b-dzgle6vjxd] {
    margin-top: 1.5rem;
    padding: 0.8rem 1.5rem;
    border-radius: 0.7rem;
    color: #fff;
    background: #9c4639;
    font-size: 0.8rem !important;
}

.seller-products-toolbar[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.55rem;
    padding: 1rem 1.2rem;
    border: 1px solid #e8e8e8;
    border-radius: 0.9rem;
    background: #fff;
}

.seller-products-toolbar > div[b-dzgle6vjxd] {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    color: #888;
    font-size: 0.75rem;
}

.seller-products-toolbar strong[b-dzgle6vjxd] {
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1.15rem;
}

.seller-products-toolbar .seller-primary-button[b-dzgle6vjxd] {
    margin-top: 0;
}

.seller-products-grid[b-dzgle6vjxd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.seller-product-card[b-dzgle6vjxd] {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr);
    min-height: 12rem;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 0.9rem;
    background: #fff;
}

.seller-product-image[b-dzgle6vjxd] {
    position: relative;
    min-height: 100%;
    background: #f5f1f0;
}

.seller-product-image img[b-dzgle6vjxd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-product-image > span[b-dzgle6vjxd] {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.seller-product-image > span[b-dzgle6vjxd]  .seller-menu-icon {
    width: 2.4rem !important;
    height: 2.4rem !important;
    min-width: 2.4rem !important;
    max-width: 2.4rem !important;
    flex: 0 0 2.4rem !important;
}

.seller-product-image i[b-dzgle6vjxd] {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.62rem;
    font-style: normal;
}

.seller-product-image i.active[b-dzgle6vjxd] {
    background: #2d9b64;
}

.seller-product-image i.inactive[b-dzgle6vjxd] {
    background: #888;
}

.seller-product-body[b-dzgle6vjxd] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 1rem;
}

.seller-product-body > small[b-dzgle6vjxd] {
    overflow: hidden;
    color: #999;
    font-size: 0.64rem;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-product-body h2[b-dzgle6vjxd] {
    margin: 0.45rem 0 0.9rem;
    overflow: hidden;
    color: #333;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-product-facts[b-dzgle6vjxd] {
    display: grid;
    gap: 0.45rem;
    color: #888;
    font-size: 0.68rem;
}

.seller-product-facts strong[b-dzgle6vjxd] {
    color: #444;
    font-family: "IRANSansX-Medium", sans-serif;
}

.seller-product-actions[b-dzgle6vjxd] {
    display: flex;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 1rem;
}

.seller-product-actions button[b-dzgle6vjxd] {
    min-height: 2.2rem;
    padding: 0 0.7rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    font-size: 0.66rem;
}

.seller-product-actions .edit[b-dzgle6vjxd] {
    color: #fff;
    background: #9c4639;
}

.seller-product-actions .status[b-dzgle6vjxd] {
    border-color: #c8b2ad;
    color: #79564e;
    background: #fff;
}

.seller-product-actions .delete[b-dzgle6vjxd] {
    margin-right: auto;
    border-color: #efc4c4;
    color: #c22929;
    background: #fff8f8;
}

.seller-product-actions button:disabled[b-dzgle6vjxd] {
    cursor: not-allowed;
    opacity: 0.55;
}

.seller-products-loading[b-dzgle6vjxd] {
    min-height: 16rem;
}

.seller-visually-hidden[b-dzgle6vjxd] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.seller-products-panel[b-dzgle6vjxd] {
    margin-top: 1.55rem;
    padding: 1.25rem;
    border: 1px solid #eeeeee;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(38, 38, 38, 0.025);
}

.seller-products-actions-row[b-dzgle6vjxd] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.seller-add-product-button[b-dzgle6vjxd],
.seller-filter-sheet-footer .seller-primary-button[b-dzgle6vjxd],
.seller-product-list-state .seller-primary-button[b-dzgle6vjxd] {
    margin-top: 0;
}

.seller-add-product-button[b-dzgle6vjxd] {
    min-height: 2.75rem;
    padding-inline: 1.45rem;
    white-space: nowrap;
}

.seller-filter-button[b-dzgle6vjxd] {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 1.2rem;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0.75rem;
    color: #4a4a4a;
    background: #fff;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.78rem !important;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
    white-space: nowrap;
}

.seller-filter-button:hover[b-dzgle6vjxd] {
    border-color: #d7b9b2 !important;
    color: #9c4639;
    background: #fcf8f7;
}

.seller-filter-button svg[b-dzgle6vjxd],
.seller-search-box svg[b-dzgle6vjxd] {
    width: 1rem;
    height: 1rem;
}

.seller-filter-button i[b-dzgle6vjxd] {
    display: grid;
    min-width: 1rem;
    height: 1rem;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: #9c4639;
    font-size: 0.6rem;
    font-style: normal;
}

.seller-search-box[b-dzgle6vjxd] {
    position: relative;
    display: flex;
    min-width: min(21rem, 100%);
    flex: 1 1 18rem;
    align-items: center;
}

.seller-search-box svg[b-dzgle6vjxd] {
    position: absolute;
    right: 0.95rem;
    color: #999;
    pointer-events: none;
}

.seller-search-box input[b-dzgle6vjxd] {
    width: 100%;
    min-height: 2.75rem;
    padding: 0 2.6rem 0 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.75rem;
    color: #444;
    background: #f8f8f8;
    font-family: inherit;
    font-size: 0.82rem;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.seller-search-box input:focus[b-dzgle6vjxd] {
    border-color: #cfa9a1;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(156, 70, 57, 0.12);
}

.seller-products-filter-row[b-dzgle6vjxd] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.seller-products-meta[b-dzgle6vjxd],
.seller-products-meta label[b-dzgle6vjxd],
.seller-products-quick-filters[b-dzgle6vjxd] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.seller-products-meta[b-dzgle6vjxd] {
    color: #777;
    font-size: 0.74rem;
}

.seller-products-meta strong[b-dzgle6vjxd] {
    color: #9c4639;
    font-family: "IRANSansX-DemiBold", sans-serif;
}

.seller-products-meta select[b-dzgle6vjxd],
.seller-products-quick-filters select[b-dzgle6vjxd] {
    min-height: 2.25rem;
    max-width: 15rem;
    padding: 0 0.75rem;
    border: 1px solid #e3e3e3;
    border-radius: 0.6rem;
    color: #555;
    background: #fff;
    font-family: inherit;
    font-size: 0.72rem;
    outline: none;
}

.seller-products-quick-filters select[b-dzgle6vjxd] {
    background: #fafafa;
}

.seller-products-meta select:focus[b-dzgle6vjxd],
.seller-products-quick-filters select:focus[b-dzgle6vjxd] {
    border-color: #cfa9a1;
    box-shadow: 0 0 0 3px rgba(156, 70, 57, 0.1);
}

.seller-products-list[b-dzgle6vjxd] {
    display: grid;
}

.seller-product-row[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.seller-product-row:last-child[b-dzgle6vjxd] {
    border-bottom: 0;
}

.seller-product-row-meta[b-dzgle6vjxd] {
    display: flex;
    width: 12.5rem;
    flex: 0 0 12.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
}

.seller-product-badges[b-dzgle6vjxd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.seller-product-badge[b-dzgle6vjxd] {
    display: inline-flex;
    min-height: 1.55rem;
    align-items: center;
    padding: 0 0.6rem;
    border-radius: 0.45rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.66rem;
    white-space: nowrap;
}

.seller-product-badge.status-active[b-dzgle6vjxd] {
    color: #2d8658;
    background: #ecf8f1;
}

.seller-product-badge.status-inactive[b-dzgle6vjxd] {
    color: #8f5caa;
    background: #f7effb;
}

.seller-product-badge.stock-available[b-dzgle6vjxd] {
    color: #217fa8;
    background: #ebf7fc;
}

.seller-product-badge.stock-limited[b-dzgle6vjxd] {
    color: #777;
    background: #f0f0f0;
}

.seller-product-badge.stock-unavailable[b-dzgle6vjxd] {
    color: #c33a3a;
    background: #fff0f0;
}

.seller-product-date[b-dzgle6vjxd],
.seller-product-inventory[b-dzgle6vjxd] {
    color: #999;
    font-size: 0.68rem;
}

.seller-product-row-actions[b-dzgle6vjxd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.seller-row-link[b-dzgle6vjxd],
.seller-row-ghost[b-dzgle6vjxd],
.seller-row-danger[b-dzgle6vjxd] {
    display: inline-flex;
    min-height: 1.95rem;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0 0.55rem;
    border-radius: 0.5rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.64rem !important;
    transition: opacity 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.seller-row-link[b-dzgle6vjxd] {
    color: #9c4639;
    background: #fff;
}

.seller-row-link svg[b-dzgle6vjxd] {
    width: 0.85rem;
    height: 0.85rem;
}

.seller-row-ghost[b-dzgle6vjxd] {
    border: 1px solid #d8c1bb !important;
    color: #79564e;
    background: #fff;
}

.seller-row-danger[b-dzgle6vjxd] {
    border: 1px solid #efc4c4 !important;
    color: #c22929;
    background: #fff8f8;
}

.seller-row-link:hover[b-dzgle6vjxd],
.seller-row-ghost:hover[b-dzgle6vjxd] {
    color: #84392e;
    background: #fcf8f7;
}

.seller-row-danger:hover[b-dzgle6vjxd] {
    border-color: #df9999 !important;
    background: #fff1f1;
}

.seller-row-link:disabled[b-dzgle6vjxd],
.seller-row-ghost:disabled[b-dzgle6vjxd],
.seller-row-danger:disabled[b-dzgle6vjxd] {
    cursor: not-allowed;
    opacity: 0.55;
}

.seller-product-row-content[b-dzgle6vjxd] {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.seller-product-row-text[b-dzgle6vjxd] {
    min-width: 0;
    flex: 1 1 auto;
}

.seller-product-row-text h2[b-dzgle6vjxd] {
    margin: 0 0 0.65rem;
    overflow: hidden;
    color: #303030;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.92rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-product-category-pills[b-dzgle6vjxd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.seller-product-category-pills span[b-dzgle6vjxd] {
    display: inline-flex;
    min-height: 1.55rem;
    align-items: center;
    padding: 0 0.65rem;
    border-radius: 0.45rem;
    color: #666;
    background: #f1f1f1;
    font-size: 0.65rem;
}

.seller-product-row-text strong[b-dzgle6vjxd] {
    display: block;
    color: #292929;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.85rem;
}

.seller-product-thumb[b-dzgle6vjxd] {
    display: grid;
    width: 7.5rem;
    height: 5.65rem;
    flex: 0 0 7.5rem;
    overflow: hidden;
    place-items: center;
    border-radius: 0.8rem;
    color: #9c4639;
    background: #f6f2f1;
}

.seller-product-thumb img[b-dzgle6vjxd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-product-thumb[b-dzgle6vjxd]  .seller-menu-icon {
    width: 2rem !important;
    height: 2rem !important;
    min-width: 2rem !important;
    max-width: 2rem !important;
    flex: 0 0 2rem !important;
}

.seller-product-list-state[b-dzgle6vjxd] {
    display: flex;
    min-height: 23rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
    text-align: center;
}

.seller-product-list-state h2[b-dzgle6vjxd] {
    margin: 1.2rem 0 0.55rem;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 1rem;
}

.seller-product-list-state p[b-dzgle6vjxd] {
    max-width: 32rem;
    margin: 0 0 1.5rem;
    color: #858585;
    font-size: 0.78rem;
    line-height: 2;
}

.seller-products-pagination[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding-top: 1.35rem;
}

.seller-products-pagination > div[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.seller-products-pagination button[b-dzgle6vjxd],
.seller-products-pagination span[b-dzgle6vjxd] {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 999px;
    color: #666;
    background: #fff;
    font-size: 0.74rem !important;
}

.seller-products-pagination button:hover[b-dzgle6vjxd] {
    background: #f6f6f6;
}

.seller-products-pagination button.active[b-dzgle6vjxd] {
    color: #fff;
    background: #9c4639;
}

.seller-products-pagination button:disabled[b-dzgle6vjxd] {
    cursor: not-allowed;
    opacity: 0.4;
}

.seller-products-pagination svg[b-dzgle6vjxd] {
    width: 1rem;
    height: 1rem;
}

.seller-products-skeleton-list[b-dzgle6vjxd] {
    padding-top: 0.15rem;
}

.seller-product-skeleton-row span[b-dzgle6vjxd],
.seller-product-skeleton-row i[b-dzgle6vjxd] {
    display: block;
    overflow: hidden;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #f0f0f0 25%, #fafafa 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: seller-skeleton-b-dzgle6vjxd 1.25s ease-in-out infinite;
}

.seller-product-skeleton-row .seller-product-row-meta span:nth-child(1)[b-dzgle6vjxd] {
    width: 7rem;
    height: 1.55rem;
}

.seller-product-skeleton-row .seller-product-row-meta span:nth-child(2)[b-dzgle6vjxd] {
    width: 5rem;
    height: 0.75rem;
}

.seller-product-skeleton-row .seller-product-row-meta span:nth-child(3)[b-dzgle6vjxd] {
    width: 6rem;
    height: 0.75rem;
}

.seller-product-skeleton-row .seller-product-row-content span:nth-child(1)[b-dzgle6vjxd] {
    width: min(24rem, 80%);
    height: 1rem;
    margin-bottom: 0.8rem;
}

.seller-product-skeleton-row .seller-product-row-content span:nth-child(2)[b-dzgle6vjxd] {
    width: min(18rem, 70%);
    height: 1.4rem;
    margin-bottom: 0.8rem;
}

.seller-product-skeleton-row .seller-product-row-content span:nth-child(3)[b-dzgle6vjxd] {
    width: 10rem;
    height: 0.95rem;
}

.seller-product-skeleton-row i[b-dzgle6vjxd] {
    width: 7.5rem;
    height: 5.65rem;
    flex: 0 0 7.5rem;
}

.seller-filter-overlay[b-dzgle6vjxd] {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.seller-filter-overlay.open[b-dzgle6vjxd] {
    opacity: 1;
    pointer-events: auto;
}

.seller-filter-sheet[b-dzgle6vjxd] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    display: flex;
    width: min(24.2rem, 92vw);
    height: 100vh;
    flex-direction: column;
    background: #fff;
    box-shadow: -24px 0 60px rgba(38, 38, 38, 0.18);
    transform: translateX(105%);
    transition: transform 220ms ease;
}

.seller-filter-sheet.open[b-dzgle6vjxd] {
    transform: translateX(0);
}

.seller-filter-sheet-header[b-dzgle6vjxd],
.seller-filter-sheet-footer[b-dzgle6vjxd] {
    flex: 0 0 auto;
    border-color: #f0f0f0;
}

.seller-filter-sheet-header[b-dzgle6vjxd] {
    display: flex;
    min-height: 4.15rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

.seller-filter-sheet-header h2[b-dzgle6vjxd] {
    margin: 0;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.98rem;
}

.seller-filter-sheet-header > div[b-dzgle6vjxd] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.seller-filter-clear-button[b-dzgle6vjxd],
.seller-filter-close-button[b-dzgle6vjxd] {
    color: #9c4639;
    background: transparent;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.72rem !important;
}

.seller-filter-close-button[b-dzgle6vjxd] {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 0.6rem;
    color: #666;
}

.seller-filter-close-button:hover[b-dzgle6vjxd] {
    background: #f6f6f6;
}

.seller-filter-close-button svg[b-dzgle6vjxd] {
    width: 1.1rem;
    height: 1.1rem;
}

.seller-filter-sheet-body[b-dzgle6vjxd] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 1.25rem;
}

.seller-filter-sheet-body section[b-dzgle6vjxd] {
    padding: 1.25rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.seller-filter-sheet-body section:last-child[b-dzgle6vjxd] {
    border-bottom: 0;
}

.seller-filter-sheet-body h3[b-dzgle6vjxd] {
    margin: 0 0 1rem;
    color: #303030;
    font-family: "IRANSansX-DemiBold", sans-serif;
    font-size: 0.82rem;
}

.seller-filter-sheet-body section label[b-dzgle6vjxd] {
    display: flex;
    min-height: 2rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #555;
    font-size: 0.78rem;
    cursor: pointer;
}

.seller-filter-sheet-body section label + label[b-dzgle6vjxd] {
    margin-top: 0.85rem;
}

.seller-filter-sheet-body input[type="radio"][b-dzgle6vjxd] {
    width: 1rem;
    height: 1rem;
    accent-color: #9c4639;
}

.seller-filter-field[b-dzgle6vjxd] {
    display: grid !important;
    min-height: auto !important;
    cursor: default !important;
}

.seller-filter-field span[b-dzgle6vjxd] {
    margin-bottom: 0.45rem;
    color: #666;
    font-size: 0.72rem;
}

.seller-filter-field input[b-dzgle6vjxd] {
    width: 100%;
    min-height: 2.85rem;
    padding: 0 0.9rem;
    border: 1px solid #e3e3e3;
    border-radius: 0.75rem;
    color: #444;
    background: #fff;
    font-family: inherit;
    font-size: 0.8rem;
    outline: none;
}

.seller-filter-field input:focus[b-dzgle6vjxd] {
    border-color: #cfa9a1;
    box-shadow: 0 0 0 3px rgba(156, 70, 57, 0.1);
}

.seller-filter-sheet-footer[b-dzgle6vjxd] {
    padding: 1rem 1.25rem;
    border-top: 1px solid #f0f0f0;
}

.seller-filter-sheet-footer .seller-primary-button[b-dzgle6vjxd] {
    width: 100%;
    min-height: 3rem;
}

@keyframes seller-skeleton-b-dzgle6vjxd {
    to {
        background-position: -200% 0;
    }
}

@keyframes seller-spin-b-dzgle6vjxd {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1180px) {
    .seller-shell[b-dzgle6vjxd] {
        grid-template-columns: 15.5rem minmax(0, 1fr);
        gap: 1.3rem;
    }

    .seller-stats[b-dzgle6vjxd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seller-stat-card:nth-child(2)[b-dzgle6vjxd] {
        border-left: 0;
    }

    .seller-stat-card:nth-child(-n + 2)[b-dzgle6vjxd] {
        border-bottom: 1px solid #e5e5e5;
    }

    .seller-alert-strip[b-dzgle6vjxd] {
        grid-template-columns: auto repeat(2, minmax(0, 1fr));
    }

    .seller-alert-strip p:nth-of-type(2)[b-dzgle6vjxd] {
        border-left: 0;
    }

    .seller-alert-strip p:nth-of-type(n + 3)[b-dzgle6vjxd] {
        margin-top: 0.65rem;
        padding-top: 0.75rem;
        border-top: 1px solid #e9d4cf;
    }

    .seller-products-grid[b-dzgle6vjxd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .seller-products-quick-filters[b-dzgle6vjxd] {
        width: 100%;
    }

    .seller-products-quick-filters select[b-dzgle6vjxd] {
        flex: 1 1 10rem;
        max-width: none;
    }
}

@media (max-width: 960px) {
    .seller-header[b-dzgle6vjxd] {
        height: 4.5rem;
    }

    .seller-header-inner[b-dzgle6vjxd] {
        width: min(100% - 1.5rem, 1480px);
    }

    .seller-logo[b-dzgle6vjxd] {
        height: 3.2rem;
        padding-left: 1rem;
    }

    .seller-logo img[b-dzgle6vjxd] {
        width: 3.8rem;
    }

    .seller-category-link[b-dzgle6vjxd],
    .seller-header-actions a:first-child span[b-dzgle6vjxd] {
        display: none;
    }

    .seller-header-actions[b-dzgle6vjxd] {
        gap: 1rem;
    }

    .seller-shell[b-dzgle6vjxd] {
        width: min(100% - 1.5rem, 1480px);
        display: block;
        padding-top: 1.25rem;
    }

    .seller-sidebar[b-dzgle6vjxd] {
        display: none;
    }

    .seller-mobile-identity[b-dzgle6vjxd] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.85rem;
        padding: 1rem 1.15rem;
        border: 1px solid #eee;
        border-radius: 1rem;
        background: #fff;
    }

    .seller-mobile-identity span[b-dzgle6vjxd] {
        color: #2b8a58;
        font-size: 0.68rem;
    }

    .seller-mobile-identity h2[b-dzgle6vjxd] {
        margin: 0.25rem 0;
        font-family: "IRANSansX-DemiBold", sans-serif;
        font-size: 1rem;
    }

    .seller-mobile-identity p[b-dzgle6vjxd] {
        margin: 0;
        color: #999;
        font-size: 0.72rem;
    }

    .seller-mobile-identity a[b-dzgle6vjxd] {
        padding: 0.6rem 0.85rem;
        border: 1px solid #d8b8b1;
        border-radius: 0.65rem;
        color: #9c4639;
        font-size: 0.72rem;
        text-decoration: none;
    }

    .seller-mobile-nav[b-dzgle6vjxd] {
        display: grid;
        grid-template-columns: repeat(5, minmax(5.4rem, 1fr));
        gap: 0.5rem;
        margin-bottom: 0.85rem;
        overflow-x: auto;
        padding: 0.55rem;
        border: 1px solid #eee;
        border-radius: 1rem;
        background: #fff;
        scrollbar-width: none;
    }

    .seller-mobile-nav[b-dzgle6vjxd]::-webkit-scrollbar {
        display: none;
    }

    .seller-mobile-nav .seller-nav-item[b-dzgle6vjxd] {
        min-height: 4rem;
        flex-direction: column;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.45rem;
        border-radius: 0.65rem;
        font-size: 0.68rem;
        text-align: center;
    }

    .seller-mobile-nav .seller-nav-item[b-dzgle6vjxd]::before {
        display: none;
    }

    .seller-mobile-nav .seller-nav-item[b-dzgle6vjxd]  .seller-menu-icon {
        width: 1rem !important;
        height: 1rem !important;
        min-width: 1rem !important;
        max-width: 1rem !important;
        flex: 0 0 1rem !important;
    }

    .seller-dashboard-grid[b-dzgle6vjxd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .seller-orders-card[b-dzgle6vjxd],
    .seller-settlement-card[b-dzgle6vjxd],
    .seller-inventory-card[b-dzgle6vjxd],
    .seller-messages-card[b-dzgle6vjxd] {
        grid-column: 1;
        grid-row: auto;
    }

    .seller-products-panel[b-dzgle6vjxd] {
        padding: 1rem;
    }

    .seller-product-row[b-dzgle6vjxd] {
        align-items: stretch;
        flex-direction: column;
    }

    .seller-product-row-meta[b-dzgle6vjxd] {
        width: 100%;
        flex: 0 0 auto;
    }

    .seller-product-row-actions[b-dzgle6vjxd] {
        width: 100%;
    }

    .seller-product-row-actions button[b-dzgle6vjxd] {
        flex: 1 1 auto;
    }

    .seller-product-row-content[b-dzgle6vjxd] {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .seller-header-actions a span[b-dzgle6vjxd],
    .seller-category-link[b-dzgle6vjxd] {
        display: none;
    }

    .seller-header-actions[b-dzgle6vjxd] {
        gap: 0.5rem;
    }

    .seller-header-link[b-dzgle6vjxd] {
        display: grid;
        width: 2.5rem;
        height: 2.5rem;
        place-items: center;
        border-radius: 0.65rem;
        background: #f7f4f3;
    }

    .seller-shell[b-dzgle6vjxd] {
        width: min(100% - 1rem, 1480px);
        padding-bottom: 2rem;
    }

    .seller-title-card[b-dzgle6vjxd] {
        min-height: 4.8rem;
        padding: 1rem;
    }

    .seller-title-card h1[b-dzgle6vjxd] {
        font-size: 1rem;
    }

    .seller-live-status[b-dzgle6vjxd] {
        padding: 0.4rem 0.6rem;
    }

    .seller-alert-strip[b-dzgle6vjxd] {
        grid-template-columns: auto 1fr;
        padding: 0.75rem;
    }

    .seller-alert-strip p[b-dzgle6vjxd] {
        padding: 0.55rem 0.7rem;
        border: 0;
        border-bottom: 1px solid #e9d4cf;
        text-align: right;
    }

    .seller-alert-strip p:last-child[b-dzgle6vjxd] {
        border-bottom: 0;
    }

    .seller-alert-icon[b-dzgle6vjxd] {
        grid-row: 1 / span 4;
        align-self: start;
    }

    .seller-stats[b-dzgle6vjxd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .seller-stat-card[b-dzgle6vjxd],
    .seller-stat-card:nth-child(2)[b-dzgle6vjxd] {
        min-height: 6.8rem;
        border-left: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .seller-stat-card:last-child[b-dzgle6vjxd] {
        border-bottom: 0;
    }

    .seller-stat-card p[b-dzgle6vjxd] {
        min-height: auto;
    }

    .seller-dashboard-grid[b-dzgle6vjxd],
    .seller-alert-strip[b-dzgle6vjxd],
    .seller-stats[b-dzgle6vjxd] {
        margin-top: 1rem;
    }

    .seller-dashboard-grid[b-dzgle6vjxd] {
        gap: 1rem;
    }

    .seller-card-heading[b-dzgle6vjxd] {
        min-height: 4.6rem;
        padding: 1rem;
    }

    .seller-table-head[b-dzgle6vjxd] {
        display: none;
    }

    .seller-empty-state[b-dzgle6vjxd] {
        min-height: 12rem;
        padding: 1.5rem 1rem;
    }

    .seller-mobile-identity a[b-dzgle6vjxd] {
        white-space: nowrap;
    }

    .seller-back-button[b-dzgle6vjxd] {
        max-width: 8.5rem;
    }

    .seller-products-toolbar[b-dzgle6vjxd] {
        align-items: stretch;
        flex-direction: column;
    }

    .seller-products-toolbar .seller-primary-button[b-dzgle6vjxd] {
        width: 100%;
    }

    .seller-product-card[b-dzgle6vjxd] {
        grid-template-columns: 7.5rem minmax(0, 1fr);
    }

    .seller-product-actions[b-dzgle6vjxd] {
        flex-wrap: wrap;
    }

    .seller-product-actions .delete[b-dzgle6vjxd] {
        margin-right: 0;
    }

    .seller-products-actions-row[b-dzgle6vjxd] {
        align-items: stretch;
    }

    .seller-add-product-button[b-dzgle6vjxd],
    .seller-filter-button[b-dzgle6vjxd],
    .seller-search-box[b-dzgle6vjxd] {
        width: 100%;
        flex-basis: 100%;
    }

    .seller-products-meta[b-dzgle6vjxd],
    .seller-products-meta label[b-dzgle6vjxd],
    .seller-products-quick-filters[b-dzgle6vjxd] {
        width: 100%;
    }

    .seller-products-meta[b-dzgle6vjxd] {
        justify-content: space-between;
    }

    .seller-products-meta select[b-dzgle6vjxd],
    .seller-products-quick-filters select[b-dzgle6vjxd] {
        width: 100%;
        max-width: none;
        flex: 1 1 100%;
    }

    .seller-product-row-content[b-dzgle6vjxd] {
        flex-direction: column;
        align-items: stretch;
    }

    .seller-product-row-text h2[b-dzgle6vjxd] {
        white-space: normal;
        line-height: 1.9;
    }

    .seller-product-thumb[b-dzgle6vjxd] {
        order: -1;
        width: 100%;
        height: 10rem;
        flex: 0 0 auto;
    }

    .seller-product-row-actions button[b-dzgle6vjxd] {
        min-width: 7rem;
    }

    .seller-products-pagination[b-dzgle6vjxd] {
        flex-wrap: wrap;
    }

    .seller-filter-sheet[b-dzgle6vjxd] {
        width: 100vw;
    }
}
/* _content/Ajorok.BlazorUI/Components/Pages/Store/Seller/StoreRegistration/Step1.razor.rz.scp.css */
.category-card[b-qvctj6g7jy] {
    background: #F5F5F5;
    border: 2px solid transparent;
}

    .category-card.is-selected[b-qvctj6g7jy] {
        background: #F5EDEB;
        border-color: #9C4639; /* همان حسِ custom-brown */
    }
