@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
/* ====================================
   FOOTER - MINIMALISTA
   ==================================== */

.footer[b-ohbgdrqumk] {
    background: #f8f9fa;
    color: black;
    margin-top: auto;
    padding: 3rem 0 1.5rem 0;
    border-top: 1px solid #e2e8f0;
}

.footer-content[b-ohbgdrqumk] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Features Section */
.footer-features[b-ohbgdrqumk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 2.5rem;
}

.feature-item[b-ohbgdrqumk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #475569;
}

.feature-item i[b-ohbgdrqumk] {
    font-size: 1.5rem;
    color: black;
}

.feature-item span[b-ohbgdrqumk] {
    font-weight: 500;       
}

/* Links Section */
.footer-links[b-ohbgdrqumk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    padding: 1.5rem 0 2.5rem 0;
}

.links-column h5[b-ohbgdrqumk] {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.links-column ul[b-ohbgdrqumk] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-column li[b-ohbgdrqumk] {
    margin-bottom: 0.65rem;
}

.links-column a[b-ohbgdrqumk] {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.9rem;
}

.links-column a:hover[b-ohbgdrqumk] {
    color: #3b82f6;
}

/* Social Links */
.social-links[b-ohbgdrqumk] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-links a[b-ohbgdrqumk] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #64748b;
    transition: all 0.2s ease;
}

.social-links a:hover[b-ohbgdrqumk] {
    background: #3b82f6;
    color: white;
}

/* Footer Bottom */
.footer-bottom[b-ohbgdrqumk] {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    color: #94a3b8;
    font-size: 0.85rem;
}

.footer-bottom p[b-ohbgdrqumk] {
    margin: 0.4rem 0;
}

.powered-by[b-ohbgdrqumk] {
    font-size: 0.8rem;
    color: #94a3b8;
}

.powered-by i[b-ohbgdrqumk] {
    font-size: 0.7rem;
    color: #ef4444;
    animation: heartbeat-b-ohbgdrqumk 1.5s ease-in-out infinite;
}

@keyframes heartbeat-b-ohbgdrqumk {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.15); }
    50% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
    .footer[b-ohbgdrqumk] {
        padding: 2rem 0 1rem 0;
    }

    .footer-features[b-ohbgdrqumk] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        padding: 1.5rem 0;
        margin-bottom: 2rem;
    }

    .feature-item[b-ohbgdrqumk] {
        font-size: 0.85rem;
    }

    .feature-item i[b-ohbgdrqumk] {
        font-size: 1.3rem;
    }

    .footer-links[b-ohbgdrqumk] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem 0 2rem 0;
    }

    .links-column[b-ohbgdrqumk] {
        text-align: left;
    }

    .social-links[b-ohbgdrqumk] {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .footer-features[b-ohbgdrqumk] {
        grid-template-columns: 1fr;
    }

    .feature-item[b-ohbgdrqumk] {
        justify-content: flex-start;
    }

    .footer-bottom[b-ohbgdrqumk] {
        font-size: 0.8rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xfjr2pbc76] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xfjr2pbc76] {
    flex: 1;
}

.sidebar[b-xfjr2pbc76] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xfjr2pbc76] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xfjr2pbc76]  a, .top-row[b-xfjr2pbc76]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xfjr2pbc76]  a:hover, .top-row[b-xfjr2pbc76]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xfjr2pbc76]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xfjr2pbc76] {
        justify-content: space-between;
    }

    .top-row[b-xfjr2pbc76]  a, .top-row[b-xfjr2pbc76]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xfjr2pbc76] {
        flex-direction: row;
    }

    .sidebar[b-xfjr2pbc76] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xfjr2pbc76] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xfjr2pbc76]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xfjr2pbc76], article[b-xfjr2pbc76] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xfjr2pbc76] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xfjr2pbc76] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */


/* ==========================================
   NAV MENU MODERNO - KAYROX ADMIN
   ========================================== */

.navbar-toggler[b-c1j6kklnel] {
    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.2);
    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.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    border-radius: 6px;
    transition: all 0.3s;
}

    .navbar-toggler:hover[b-c1j6kklnel] {
        background-color: rgba(255, 255, 255, 0.15);
    }

    .navbar-toggler:checked[b-c1j6kklnel] {
        background-color: rgba(255, 255, 255, 0.2);
    }

/* Top Row */
.top-row[b-c1j6kklnel] {
    min-height: 3.5rem;
    background-color: #1a1a2e;
    border-bottom: 2px solid #2d2d44;
    display: flex;
    align-items: center;
}

.navbar-brand[b-c1j6kklnel] {
    font-size: 1.25rem;
    font-weight: 800;
    color: white;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

    .navbar-brand:hover[b-c1j6kklnel] {
        color: #e5e7eb;
        transform: scale(1.02);
    }

    .navbar-brand i[b-c1j6kklnel] {
        margin-right: 0.5rem;
    }

/* Nav Scrollable */
.nav-scrollable[b-c1j6kklnel] {
    display: none;
    background-color: #f9fafb;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c1j6kklnel] {
    display: block;
}

/* Nav Container */
.nav[b-c1j6kklnel] {
    padding: 1rem 0;
}

/* Nav Sections */
.nav-section[b-c1j6kklnel] {
    margin: 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

    .nav-section:last-child[b-c1j6kklnel] {
        border-bottom: none;
    }

.section-title[b-c1j6kklnel] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}

    .section-title i[b-c1j6kklnel] {
        margin-right: 0.5rem;
    }

/* Nav Items */
.nav-item[b-c1j6kklnel] {
    padding: 0;
    margin-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-c1j6kklnel] {
        padding-top: 0;
    }

    .nav-item:last-of-type[b-c1j6kklnel] {
        padding-bottom: 0;
    }

    /* Nav Links */
    .nav-item[b-c1j6kklnel]  .nav-link {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
        border-radius: 8px;
        color: #475569;
        font-weight: 500;
        font-size: 0.95rem;
        transition: all 0.3s;
        text-decoration: none;
        position: relative;
        border: 2px solid transparent;
        background: none;
        height: auto;
        line-height: 1.5;
        width: 100%;
        text-align: left;
    }

        .nav-item[b-c1j6kklnel]  .nav-link:hover {
            background-color: #e5e7eb;
            color: #1a1a2e;
            transform: translateX(4px);
        }

        .nav-item[b-c1j6kklnel]  .nav-link.active {
            background-color: #1a1a2e;
            color: white;
            border-color: #1a1a2e;
        }

/* Nav Icons */
.nav-icon[b-c1j6kklnel] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 1.1rem;
}

.nav-text[b-c1j6kklnel] {
    flex: 1;
}

/* Badge de notificaci�n */
.badge-notification[b-c1j6kklnel] {
    background: #ef4444;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
    animation: pulse-badge-b-c1j6kklnel 2s infinite;
}

@keyframes pulse-badge-b-c1j6kklnel {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }
}

/* Logout button */
.logout-btn[b-c1j6kklnel] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 8px;
    color: #dc2626;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s;
    border: 2px solid transparent;
}

    .logout-btn:hover[b-c1j6kklnel] {
        background-color: #fee2e2;
        color: #991b1b;
        transform: translateX(4px);
    }

    .logout-btn .nav-icon[b-c1j6kklnel] {
        color: inherit;
    }

/* Responsive */
@media (min-width: 641px) {
    .navbar-toggler[b-c1j6kklnel] {
        display: none;
    }

    .nav-scrollable[b-c1j6kklnel] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #e5e7eb #f9fafb;
    }

        .nav-scrollable[b-c1j6kklnel]::-webkit-scrollbar {
            width: 6px;
        }

        .nav-scrollable[b-c1j6kklnel]::-webkit-scrollbar-track {
            background: #f9fafb;
        }

        .nav-scrollable[b-c1j6kklnel]::-webkit-scrollbar-thumb {
            background: #e5e7eb;
            border-radius: 3px;
        }

            .nav-scrollable[b-c1j6kklnel]::-webkit-scrollbar-thumb:hover {
                background: #cbd5e1;
            }
}

@media (max-width: 640px) {
    .navbar-brand[b-c1j6kklnel] {
        font-size: 1.1rem;
    }

    .top-row[b-c1j6kklnel] {
        height: 3rem;
        min-height: 3rem;
    }

    .nav-item[b-c1j6kklnel]  .nav-link {
        padding: 0.65rem 1rem;
        font-size: 0.9rem;
    }
}
/* /Components/Shared/CartItemCard.razor.rz.scp.css */
/* ====================================
   CART ITEM CARD - ESTILO MINIMALISTA
   ==================================== */

.cart-item-card[b-m7ifddipgt] {
    display: flex;
    gap: 1rem;
    background: white;
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

    .cart-item-card:hover[b-m7ifddipgt] {
        border-color: #d1d5db;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

/* ==========================================
   IMAGEN DEL PRODUCTO
   ========================================== */
.cart-item-image[b-m7ifddipgt] {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
}

    .cart-item-image img[b-m7ifddipgt] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Badge de descuento minimalista */
.discount-badge[b-m7ifddipgt] {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #000;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 2;
}

/* ==========================================
   CONTENIDO
   ========================================== */
.cart-item-content[b-m7ifddipgt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cart-item-header[b-m7ifddipgt] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.cart-item-title[b-m7ifddipgt] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.4;
}

.btn-remove[b-m7ifddipgt] {
    background: transparent;
    color: #dc2626;
    border: 1px solid #fecaca;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .btn-remove:hover:not(:disabled)[b-m7ifddipgt] {
        background: #fee2e2;
        border-color: #fca5a5;
    }

    .btn-remove:disabled[b-m7ifddipgt] {
        opacity: 0.4;
        cursor: not-allowed;
    }

/* ==========================================
   DETALLES
   ========================================== */
.cart-item-details[b-m7ifddipgt] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.price-info[b-m7ifddipgt],
.quantity-control[b-m7ifddipgt],
.total-info[b-m7ifddipgt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.label[b-m7ifddipgt] {
    color: #6b7280;
    font-weight: 500;
}

.value[b-m7ifddipgt] {
    font-weight: 600;
    color: #000;
}

/* ==========================================
   PRECIOS CON DESCUENTO
   ========================================== */
.price-with-discount[b-m7ifddipgt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.price-discount[b-m7ifddipgt] {
    color: #dc2626;
    font-weight: 600;
}

.price-original[b-m7ifddipgt] {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 0.8125rem;
    font-weight: 400;
}

.total-price[b-m7ifddipgt] {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
}

/* ==========================================
   CONTROL DE CANTIDAD MINIMALISTA
   ========================================== */
.quantity-control[b-m7ifddipgt] {
    align-items: center;
}

.quantity-input[b-m7ifddipgt] {
    display: flex;
    align-items: center;
    gap: 0;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 0;
}

.btn-qty[b-m7ifddipgt] {
    background: transparent;
    border: none;
    border-right: 1px solid #d1d5db;
    width: 32px;
    height: 32px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #374151;
}

    .btn-qty:last-child[b-m7ifddipgt] {
        border-right: none;
        border-left: 1px solid #d1d5db;
    }

    .btn-qty:hover:not(:disabled)[b-m7ifddipgt] {
        background: #f9fafb;
    }

    .btn-qty:disabled[b-m7ifddipgt] {
        opacity: 0.3;
        cursor: not-allowed;
    }

.qty-input[b-m7ifddipgt] {
    width: 50px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 600;
    color: #000;
    font-size: 0.9375rem;
    padding: 0 0.25rem;
}

    .qty-input:focus[b-m7ifddipgt] {
        outline: none;
    }

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    .cart-item-card[b-m7ifddipgt] {
        gap: 0.75rem;
        padding: 0.875rem;
    }

    .cart-item-image[b-m7ifddipgt] {
        width: 80px;
        height: 80px;
    }

    .cart-item-title[b-m7ifddipgt] {
        font-size: 0.875rem;
    }

    .price-info[b-m7ifddipgt],
    .quantity-control[b-m7ifddipgt],
    .total-info[b-m7ifddipgt] {
        font-size: 0.8125rem;
    }

    .discount-badge[b-m7ifddipgt] {
        font-size: 0.65rem;
        padding: 0.2rem 0.4rem;
    }
}

@media (max-width: 576px) {
    .cart-item-card[b-m7ifddipgt] {
        flex-direction: column;
    }

    .cart-item-image[b-m7ifddipgt] {
        width: 100%;
        height: 120px;
    }

    .cart-item-details[b-m7ifddipgt] {
        gap: 0.625rem;
    }

    .price-with-discount[b-m7ifddipgt] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .quantity-input[b-m7ifddipgt] {
        width: 100%;
    }

    .qty-input[b-m7ifddipgt] {
        flex: 1;
    }

    .btn-qty[b-m7ifddipgt] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/Shared/CategoriesSlider.razor.rz.scp.css */
/* ==========================================
   CATEGORIES SLIDER - DISE�O LIMPIO Y ADAPTABLE
   ========================================== */

/* Secci�n principal */
.categories-section[b-kber7t3it3] {
   
    background: white;
}

/* Header */
.section-header[b-kber7t3it3] {
    text-align: center;
    margin-bottom: 2.5rem;

}

.section-titles[b-kber7t3it3] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.5px;
}

.section-subtitle[b-kber7t3it3] {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    font-weight: 400;
}

/* Grid adaptable */
.categories-grid[b-kber7t3it3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
    max-width: 100%;
}

/* Card de categor�a - Dise�o limpio */
.category-card[b-kber7t3it3] {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #1a1a2e;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .category-card:hover[b-kber7t3it3] {
        transform: translateY(-6px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
        border-color: #1a1a2e;
    }

/* Imagen wrapper */
.category-image-wrapper[b-kber7t3it3] {
    position: relative;
    width: 100%;
    padding-top: 75%; /* Aspect ratio 4:3 */
    overflow: hidden;
    background: #f8f9fa;
}

.category-image[b-kber7t3it3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover .category-image[b-kber7t3it3] {
    transform: scale(1.1);
}

.image-overlay[b-kber7t3it3] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 26, 46, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover .image-overlay[b-kber7t3it3] {
    opacity: 1;
}

/* Placeholder */
.category-placeholder[b-kber7t3it3] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f1f5f9 0%, #e5e7eb 100%);
    transition: all 0.3s ease;
}

    .category-placeholder i[b-kber7t3it3] {
        font-size: 2.5rem;
        color: #94a3b8;
        transition: all 0.3s ease;
    }

.category-card:hover .category-placeholder[b-kber7t3it3] {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
}

    .category-card:hover .category-placeholder i[b-kber7t3it3] {
        color: white;
        transform: scale(1.15);
    }

/* Info de la categor�a */
.category-info[b-kber7t3it3] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.category-name[b-kber7t3it3] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-description[b-kber7t3it3] {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

/* Flecha */
.category-arrow[b-kber7t3it3] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 50%;
    margin-top: auto;
    transition: all 0.3s ease;
}

    .category-arrow i[b-kber7t3it3] {
        font-size: 0.9rem;
        color: #1a1a2e;
        transition: all 0.3s ease;
    }

.category-card:hover .category-arrow[b-kber7t3it3] {
    background: #1a1a2e;
    transform: translateX(4px);
}

    .category-card:hover .category-arrow i[b-kber7t3it3] {
        color: white;
    }

/* Empty state */
.empty-state[b-kber7t3it3] {
    text-align: center;
    padding: 3rem 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px dashed #e5e7eb;
}

.empty-icon[b-kber7t3it3] {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-icon i[b-kber7t3it3] {
        font-size: 2rem;
        color: #94a3b8;
    }

.empty-text[b-kber7t3it3] {
    color: #64748b;
    font-size: 0.95rem;
    margin: 0;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 1200px) {
    .categories-grid[b-kber7t3it3] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
 
    .section-titles[b-kber7t3it3] {
        font-size: 1.5rem;
    }

    .section-subtitle[b-kber7t3it3] {
        font-size: 0.9rem;
    }

    .categories-grid[b-kber7t3it3] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1rem;
    }

    .category-info[b-kber7t3it3] {
        padding: 1rem;
    }

    .category-name[b-kber7t3it3] {
        font-size: 0.9rem;
    }

    .category-description[b-kber7t3it3] {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .categories-grid[b-kber7t3it3] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.875rem;
    }

    .category-info[b-kber7t3it3] {
        padding: 0.875rem;
    }

    .category-name[b-kber7t3it3] {
        font-size: 0.85rem;
    }

    .category-arrow[b-kber7t3it3] {
        width: 28px;
        height: 28px;
    }

        .category-arrow i[b-kber7t3it3] {
            font-size: 0.8rem;
        }
}
/* /Components/Shared/Pagination.razor.rz.scp.css */
/* Paginaci�n Minimalista B&N */
.pagination-wrapper[b-jwpgk9mkqs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.5rem;
}

.pagination[b-jwpgk9mkqs] {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item[b-jwpgk9mkqs] {
    display: inline-block;
}

.page-link[b-jwpgk9mkqs] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0.5rem 0.75rem;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.page-link:hover:not(:disabled)[b-jwpgk9mkqs] {
    background: #1a1a2e;
    color: white;
    border-color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 26, 46, 0.2);
}

.page-item.active .page-link[b-jwpgk9mkqs] {
    background: #1a1a2e;
    color: white;
    border-color: #1a1a2e;
    cursor: default;
}

.page-item.disabled .page-link[b-jwpgk9mkqs] {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.page-link i[b-jwpgk9mkqs] {
    font-size: 1rem;
}

.page-info[b-jwpgk9mkqs] {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}

/* Responsive */
@media (max-width: 576px) {
    .pagination[b-jwpgk9mkqs] {
        gap: 0.25rem;
    }

    .page-link[b-jwpgk9mkqs] {
        min-width: 36px;
        height: 36px;
        padding: 0.4rem 0.6rem;
        font-size: 0.85rem;
    }

    .page-info[b-jwpgk9mkqs] {
        font-size: 0.85rem;
    }
}
/* /Components/Shared/ProductCard.razor.rz.scp.css */
/* ==========================================
   PRODUCT CARD - ESTILO MINIMALISTA
   ========================================== */
.product-card[b-wqy2uqblg5] {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

    .product-card:hover[b-wqy2uqblg5] {
        border-color: #e5e7eb;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

/* ==========================================
   IMAGEN DEL PRODUCTO
   ========================================== */
.product-img-wrapper[b-wqy2uqblg5] {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fafafa;
    overflow: hidden;
}

.product-img[b-wqy2uqblg5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img[b-wqy2uqblg5] {
    transform: scale(1.05);
}

/* ==========================================
   BADGES - MINIMALISTAS
   ========================================== */
.badge[b-wqy2uqblg5] {
    position: absolute;
    padding: 0.375rem 0.625rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 2;
}

.discount-badge[b-wqy2uqblg5] {
    top: 8px;
    left: 8px;
    background: #000;
    color: white;
}

.condition-badge[b-wqy2uqblg5] {
    top: 8px;
    right: 8px;
    background: white;
    color: #000;
    border: 1px solid #e5e7eb;
}

.status-badge[b-wqy2uqblg5] {
    bottom: 8px;
    left: 8px;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
}

.status-disponible[b-wqy2uqblg5] {
    background: #16a34a;
    color: white;
}

.status-agotado[b-wqy2uqblg5] {
    background: #dc2626;
    color: white;
}

/* ==========================================
   CUERPO DE LA CARD
   ========================================== */
.product-body[b-wqy2uqblg5] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
}

.product-title[b-wqy2uqblg5] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
}

.product-descriptions[b-wqy2uqblg5] {
    font-size: 0.8125rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

/* ==========================================
   PRECIOS - MINIMALISTAS
   ========================================== */
.price-section[b-wqy2uqblg5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
}

.price[b-wqy2uqblg5] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.price-discount[b-wqy2uqblg5] {
    color: #dc2626;
}

.old-price[b-wqy2uqblg5] {
    font-size: 0.875rem;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 400;
}

/* ==========================================
   ACCIONES
   ========================================== */
.product-actions[b-wqy2uqblg5] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}

    .product-actions .btn[b-wqy2uqblg5] {
        font-size: 0.875rem;
        padding: 0.625rem 1rem;
        border-radius: 4px;
        font-weight: 600;
        transition: all 0.2s ease;
    }

    .product-actions .btn-dark[b-wqy2uqblg5] {
        background: #000;
        border: 1px solid #000;
        color: white;
    }

        .product-actions .btn-dark:hover[b-wqy2uqblg5] {
            background: #1a1a1a;
            transform: translateY(-1px);
        }

    .product-actions .btn-outline-primary[b-wqy2uqblg5] {
        border-color: #3b82f6;
        color: #3b82f6;
    }

        .product-actions .btn-outline-primary:hover[b-wqy2uqblg5] {
            background: #3b82f6;
            color: white;
        }

    .product-actions .btn-outline-danger[b-wqy2uqblg5] {
        border-color: #dc2626;
        color: #dc2626;
    }

        .product-actions .btn-outline-danger:hover[b-wqy2uqblg5] {
            background: #dc2626;
            color: white;
        }

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    .product-body[b-wqy2uqblg5] {
        padding: 0.875rem;
    }

    .product-title[b-wqy2uqblg5] {
        font-size: 0.875rem;
        min-height: 2.6em;
    }

    .product-descriptions[b-wqy2uqblg5] {
        font-size: 0.75rem;
    }

    .price[b-wqy2uqblg5] {
        font-size: 1.125rem;
    }

    .old-price[b-wqy2uqblg5] {
        font-size: 0.8125rem;
    }

    .badge[b-wqy2uqblg5] {
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
    }

    .product-actions .btn[b-wqy2uqblg5] {
        font-size: 0.8125rem;
        padding: 0.5rem 0.75rem;
    }
}

@media (max-width: 576px) {
    .product-body[b-wqy2uqblg5] {
        padding: 0.75rem;
        gap: 0.375rem;
    }

    .product-title[b-wqy2uqblg5] {
        font-size: 0.8125rem;
    }

    .price[b-wqy2uqblg5] {
        font-size: 1rem;
    }
}
/* /Components/Shared/ProductFilter.razor.rz.scp.css */


/* ==========================================
           CARD PRINCIPAL
           ========================================== */
.filters-section .card[b-d43qmmad99] {
    border-radius: 16px;
    background: #ffffff;
}

/* ==========================================
           INPUT DE B�SQUEDA
           ========================================== */
.filters-section .input-group-text[b-d43qmmad99] {
    border: 1px solid #dee2e6;
    border-radius: 8px 0 0 8px;
    padding: 0.5rem 0.75rem;
}

.filters-section .input-group .form-control[b-d43qmmad99] {
    border: 1px solid #dee2e6;
    border-radius: 0 8px 8px 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

    .filters-section .input-group .form-control:focus[b-d43qmmad99] {
        border-color: #1a1a2e;
        box-shadow: 0 0 0 0.2rem rgba(26, 26, 46, 0.15);
        outline: none;
    }

/* ==========================================
           SELECTS Y INPUTS
           ========================================== */
.filters-section .form-select[b-d43qmmad99],
.filters-section .form-control[b-d43qmmad99] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    background-color: #ffffff;
    transition: all 0.2s ease;
}

    .filters-section .form-select:hover[b-d43qmmad99],
    .filters-section .form-control:hover[b-d43qmmad99] {
        border-color: #adb5bd;
    }

    .filters-section .form-select:focus[b-d43qmmad99],
    .filters-section .form-control:focus[b-d43qmmad99] {
        border-color: #1a1a2e;
        box-shadow: 0 0 0 0.2rem rgba(26, 26, 46, 0.15);
        outline: none;
    }

.filters-section .form-label[b-d43qmmad99] {
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

/* ==========================================
           BOTONES
           ========================================== */
.filters-section .btn[b-d43qmmad99] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.filters-section .btn-dark[b-d43qmmad99] {
    background-color: #1a1a2e;
    border-color: #1a1a2e;
}

    .filters-section .btn-dark:hover[b-d43qmmad99] {
        background-color: #2d2d44;
        border-color: #2d2d44;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(26, 26, 46, 0.3);
    }

.filters-section .btn-outline-dark[b-d43qmmad99] {
    color: #1a1a2e;
    border-color: #dee2e6;
    background-color: #ffffff;
    position: relative;
}

    .filters-section .btn-outline-dark:hover[b-d43qmmad99] {
        background-color: #1a1a2e;
        border-color: #1a1a2e;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(26, 26, 46, 0.2);
    }

    .filters-section .btn-outline-dark .badge[b-d43qmmad99] {
        position: absolute;
        top: -6px;
        right: -6px;
        font-size: 0.65rem;
        padding: 0.25rem 0.45rem;
    }

/* ==========================================
           PANEL DE FILTROS
           ========================================== */
.filters-panel[b-d43qmmad99] {
    animation: slideDown 0.3s ease;
}

@@keyframes slideDown {
    from[b-d43qmmad99] {
        opacity: 0;
        transform: translateY(-10px);
    }

    to[b-d43qmmad99] {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
           BADGES ACTIVOS
           ========================================== */
.filter-badge[b-d43qmmad99] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid;
}

    .filter-badge:hover[b-d43qmmad99] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .filter-badge i:last-child[b-d43qmmad99] {
        cursor: pointer;
        opacity: 0.7;
        transition: opacity 0.2s;
    }

        .filter-badge i:last-child:hover[b-d43qmmad99] {
            opacity: 1;
        }

.filter-badge-primary[b-d43qmmad99] {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    border-color: rgba(13, 110, 253, 0.3);
}

.filter-badge-success[b-d43qmmad99] {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
    border-color: rgba(25, 135, 84, 0.3);
}

.filter-badge-info[b-d43qmmad99] {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
    border-color: rgba(13, 202, 240, 0.3);
}

.filter-badge-secondary[b-d43qmmad99] {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border-color: rgba(108, 117, 125, 0.3);
}

.filter-badge-warning[b-d43qmmad99] {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border-color: rgba(255, 193, 7, 0.3);
}

/* ==========================================
           RESPONSIVE
           ========================================== */
@@media (max-width: 991.98px) {
    .filters-section .input-group .form-control[b-d43qmmad99] {
        font-size: 0.85rem;
    }

    .filters-section .btn[b-d43qmmad99] {
        font-size: 0.875rem;
    }

    .filter-badge[b-d43qmmad99] {
        font-size: 0.8rem;
        padding: 0.4rem 0.6rem;
    }
}

/* /Components/Shared/ToastNotification.razor.rz.scp.css */
/* Toast Notification - Minimalista */
.toast-notification[b-n1bsauq4k4] {
    position: fixed;
    top: 90px;
    right: 20px;
    background: white;
    border: 2px solid #1a1a2e;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    min-width: 350px;
    max-width: 400px;
    z-index: 9999;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.toast-notification.show[b-n1bsauq4k4] {
    opacity: 1;
    transform: translateX(0);
}

.toast-content[b-n1bsauq4k4] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
}

.toast-icon[b-n1bsauq4k4] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-icon i[b-n1bsauq4k4] {
    font-size: 1.5rem;
    color: white;
}

.toast-body[b-n1bsauq4k4] {
    flex: 1;
}

.toast-title[b-n1bsauq4k4] {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 0.25rem 0;
}

.toast-message[b-n1bsauq4k4] {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.toast-close[b-n1bsauq4k4] {
    flex-shrink: 0;
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #64748b;
}

.toast-close:hover[b-n1bsauq4k4] {
    background: #f1f5f9;
    color: #1a1a2e;
}

.toast-close i[b-n1bsauq4k4] {
    font-size: 1.25rem;
}

.toast-actions[b-n1bsauq4k4] {
    padding: 0 1.25rem 1.25rem 1.25rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}

.btn-toast-action[b-n1bsauq4k4] {
    width: 100%;
    padding: 0.75rem;
    background: #1a1a2e;
    color: white;
    border: 2px solid #1a1a2e;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-toast-action:hover[b-n1bsauq4k4] {
    background: #2d2d44;
    border-color: #2d2d44;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 26, 46, 0.3);
}

/* Responsive */
@media (max-width: 576px) {
    .toast-notification[b-n1bsauq4k4] {
        top: 70px;
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
    }

    .toast-content[b-n1bsauq4k4] {
        padding: 1rem;
    }

    .toast-icon[b-n1bsauq4k4] {
        width: 36px;
        height: 36px;
    }

    .toast-icon i[b-n1bsauq4k4] {
        font-size: 1.25rem;
    }

    .toast-title[b-n1bsauq4k4] {
        font-size: 0.95rem;
    }

    .toast-message[b-n1bsauq4k4] {
        font-size: 0.85rem;
    }
}
/* /Components/Shared/WhatsAppButton.razor.rz.scp.css */
/* Bot�n Flotante de WhatsApp - Minimalista B&N */
.whatsapp-float[b-pc0l07e7iz] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #1a1a2e;
    color: white;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: pulse-whatsapp-b-pc0l07e7iz 2s infinite;
}

.whatsapp-float:hover[b-pc0l07e7iz] {
    transform: scale(1.15);
    background: #2d2d44;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.whatsapp-float i[b-pc0l07e7iz] {
    font-size: 32px;
}

/* Animaci�n de pulso sutil */
@keyframes pulse-whatsapp-b-pc0l07e7iz {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(26, 26, 46, 0.4);
    }
    50% {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25), 0 0 0 15px rgba(26, 26, 46, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-float[b-pc0l07e7iz] {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float i[b-pc0l07e7iz] {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float[b-pc0l07e7iz] {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float i[b-pc0l07e7iz] {
        font-size: 26px;
    }
}
