/* /Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.btn[b-ml6kruki79] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .btn[b-ml6kruki79]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.7s;
    }

    .btn:hover[b-ml6kruki79]::before {
        left: 100%;
    }

    .btn i[b-ml6kruki79] {
        margin-right: 10px;
        font-size: 20px;
    }

.btn-google[b-ml6kruki79] {
    background-color: #fff;
    color: #4285F4;
    border: 2px solid #dadce0;
}

    .btn-google:hover[b-ml6kruki79] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

.password-input[b-ml6kruki79] {
    padding-right: 50px !important;
}

.password-toggle-btn[b-ml6kruki79] {
    position: absolute;
    right: 12px;
    top: 18px;
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    z-index: 10;
}

    .password-toggle-btn:hover[b-ml6kruki79] {
        color: #495057;
        background-color: rgba(0,0,0,0.05);
    }

    .password-toggle-btn:focus[b-ml6kruki79] {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }

    .password-toggle-btn svg[b-ml6kruki79] {
        width: 18px;
        height: 18px;
    }
/* /Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml.rz.scp.css */
:root[b-qsu9m26jox] {
    --primary-color: #2c3e50;
    --primary-hover: #34495e;
    --text-color: #333;
    --bg-color: #f8f9fa;
    --border-color: #ddd;
    --active-bg: #ecf0f1;
    --active-color: #2980b9;
}

body[b-qsu9m26jox] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

.title[b-qsu9m26jox] {
    text-align: center;
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.subtitle[b-qsu9m26jox] {
    text-align: center;
    color: #555;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.divider[b-qsu9m26jox] {
    border: none;
    border-top: 2px solid var(--border-color);
    margin: 10px 0 30px;
}

.account-container[b-qsu9m26jox] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.account-layout[b-qsu9m26jox] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.menu-sidebar[b-qsu9m26jox] {
    flex: 1;
    min-width: 220px;
}

.main-content[b-qsu9m26jox] {
    flex: 3;
    padding: 20px;
    background-color: #fdfdfd;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

/* Estilo del menú lateral */
.side-menu[b-qsu9m26jox] {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .side-menu li[b-qsu9m26jox] {
        margin: 0;
    }

[b-qsu9m26jox] .menu-link {
    display: block;
    padding: 14px 20px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    border-left: 3px solid transparent;
}

    [b-qsu9m26jox] .menu-link:hover {
        background-color: var(--active-bg);
        color: var(--primary-hover);
    }

    [b-qsu9m26jox] .menu-link.active {
        background-color: var(--active-bg);
        color: var(--active-color);
        font-weight: 600;
        border-left-color: var(--active-color);
    }

/* Responsive: Pantallas pequeñas */
@media (min-width: 768px) {
    .account-layout[b-qsu9m26jox] {
        flex-direction: row;
    }

    .menu-sidebar[b-qsu9m26jox] {
        min-width: 250px;
    }
}
/* /Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.btn[b-zrubygzyhm] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .btn[b-zrubygzyhm]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.7s;
    }

    .btn:hover[b-zrubygzyhm]::before {
        left: 100%;
    }

    .btn i[b-zrubygzyhm] {
        margin-right: 10px;
        font-size: 20px;
    }

.btn-google[b-zrubygzyhm] {
    background-color: #fff;
    color: #4285F4;
    border: 2px solid #dadce0;
}

    .btn-google:hover[b-zrubygzyhm] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

.password-input[b-zrubygzyhm] {
    padding-right: 50px !important;
}

.password-toggle-btn[b-zrubygzyhm] {
    position: absolute;
    right: 12px;
    top: 18px;
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    z-index: 10;
}

    .password-toggle-btn:hover[b-zrubygzyhm] {
        color: #495057;
        background-color: rgba(0,0,0,0.05);
    }

    .password-toggle-btn:focus[b-zrubygzyhm] {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }

    .password-toggle-btn svg[b-zrubygzyhm] {
        width: 18px;
        height: 18px;
    }

.password-requirements[b-zrubygzyhm] {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #6c757d;
}

    .password-requirements i[b-zrubygzyhm] {
        color: #17a2b8;
    }
/* /Components/Cart/AddToCartButton.razor.rz.scp.css */
.decreaseQuantity[b-uirfqrhzx4], .increaseQuantity[b-uirfqrhzx4] {
    border: 1px solid black;
    border-radius: 0;
}
.increaseQuantity[b-uirfqrhzx4]{

}
/* /Views/Checkout/PaymentConfirmation.cshtml.rz.scp.css */
/* Animación para el ícono de éxito */
@keyframes checkmark-b-v2vac2zjrl {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fa-check-circle[b-v2vac2zjrl] {
    animation: checkmark-b-v2vac2zjrl 0.6s ease-in-out;
}
/* /Views/Home/Index.cshtml.rz.scp.css */
/* ========================================
   HERO SECTION
======================================== */
.banner-carousel-container[b-ggygrme49g] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.banner-carousel[b-ggygrme49g] {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin-bottom: 30px;
    height: 500px;
    /* Añadir máscara de degradado */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 95%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 95%);
}

    /* Alternativa con pseudo-elemento para mejor compatibilidad */
    .banner-carousel[b-ggygrme49g]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.9) 100%);
        pointer-events: none; /* Permite hacer clic a través del degradado */
        z-index: 2;
    }

    /* Si quieres que el degradado sea más pronunciado, ajusta los valores */
    .banner-carousel.strong-fade[b-ggygrme49g]::after {
        height: 150px;
        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.95) 80%);
    }

    /* Para un efecto sutil */
    .banner-carousel.subtle-fade[b-ggygrme49g]::after {
        height: 60px;
        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.5) 80%);
    }


.carousel-inner[b-ggygrme49g] {
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel-item[b-ggygrme49g] {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity var(--transition-speed) ease-in-out;
    visibility: hidden;
}

    .carousel-item.active[b-ggygrme49g] {
        opacity: 1;
        visibility: visible;
        position: relative;
        z-index: 1;
    }

.banner-image[b-ggygrme49g] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay[b-ggygrme49g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    padding: 40px;
}

.banner-content[b-ggygrme49g] {
    max-width: 650px;
    color: white;
    padding: 40px;
    border-radius: 10px;
    background-color: #0f172a;
    backdrop-filter: blur(5px);
    margin-left: 10%;
}

.banner-title[b-ggygrme49g] {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.banner-description[b-ggygrme49g] {
    font-size: 1.3rem;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
}

.banner-button[b-ggygrme49g] {
    display: inline-block;
    background-color: var(--secondary-color);
    color: white;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--secondary-color);
    font-size: 1.1rem;
}

    .banner-button:hover[b-ggygrme49g] {
        background-color: transparent;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
    }

.carousel-controls[b-ggygrme49g] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    left: 0;
    z-index: 10;
}

.carousel-control[b-ggygrme49g] {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

    .carousel-control:hover[b-ggygrme49g] {
        background-color: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

.carousel-indicators[b-ggygrme49g] {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-left: 0;
    z-index: 10;
}

.carousel-indicator[b-ggygrme49g] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    transition: all 0.3s ease;
}

    .carousel-indicator.active[b-ggygrme49g] {
        background-color: white;
        transform: scale(1.3);
    }

    .carousel-indicator:hover[b-ggygrme49g] {
        background-color: rgba(255, 255, 255, 0.8);
    }

.controls-section[b-ggygrme49g] {
    width: 100%;
    background-color: white;
    padding: 25px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.toggle-btn[b-ggygrme49g] {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

    .toggle-btn:hover[b-ggygrme49g] {
        background-color: var(--accent-color);
    }

.info-section[b-ggygrme49g] {
    width: 100%;
    padding: 40px 20px;
    background-color: #f8f9fa;
}

.banners-info[b-ggygrme49g] {
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    margin: 0 auto;
}

    .banners-info h3[b-ggygrme49g] {
        color: var(--primary-color);
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid var(--light-color);
    }

@media (max-width: 1200px) {
    .banner-carousel[b-ggygrme49g] {
        height: 500px;
    }

    .banner-content[b-ggygrme49g] {
        margin-left: 5%;
    }
}

@media (max-width: 992px) {
    .banner-carousel[b-ggygrme49g] {
        height: 500px;
    }

    .banner-title[b-ggygrme49g] {
        font-size: 2.3rem;
    }

    .banner-description[b-ggygrme49g] {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .banner-carousel[b-ggygrme49g] {
        height: 500px;
    }

    .banner-overlay[b-ggygrme49g] {
        padding: 20px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
        align-items: flex-start;
        padding-top: 40px;
    }

    .banner-content[b-ggygrme49g] {
        max-width: 90%;
        padding: 25px;
        margin: 0 auto;
    }

    .banner-title[b-ggygrme49g] {
        font-size: 2rem;
    }

    .banner-description[b-ggygrme49g] {
        font-size: 1rem;
    }

    .carousel-control[b-ggygrme49g] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .carousel-controls[b-ggygrme49g] {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .banner-carousel[b-ggygrme49g] {
        height: 500px;
    }

    .banner-title[b-ggygrme49g] {
        font-size: 1.6rem;
    }

    .banner-description[b-ggygrme49g] {
        font-size: 0.95rem;
    }

    .banner-button[b-ggygrme49g] {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .carousel-control[b-ggygrme49g] {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }
}

@media (max-width: 400px) {
    .banner-carousel[b-ggygrme49g] {
        height: 350px;
    }

    .banner-content[b-ggygrme49g] {
        padding: 20px;
    }

    .banner-title[b-ggygrme49g] {
        font-size: 1.4rem;
    }

    .banner-description[b-ggygrme49g] {
        font-size: 0.9rem;
    }
}

.hero-section[b-ggygrme49g] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 20px;
    text-align: center;
    /*    border-radius: 12px;
*/ margin-bottom: 48px;
    box-shadow: var(--elevation-shadow-card);
}

.hero-title[b-ggygrme49g] {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle[b-ggygrme49g] {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* Buscador en Hero */
.search-container[b-ggygrme49g] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 16px;
}

.search-box[b-ggygrme49g] {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: white;
}

    .search-box input[b-ggygrme49g] {
        flex: 1;
        padding: 14px 20px;
        border: none;
        outline: none;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }

    .search-box button[b-ggygrme49g] {
        background: #fbbf24;
        color: #0f172a;
        border: none;
        padding: 14px 25px;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
    }

        .search-box button:hover[b-ggygrme49g] {
            background: #f59e0b;
        }

        /* Icono solo en móvil */
        .search-box button span.text[b-ggygrme49g] {
            display: inline;
        }

@media (max-width: 768px) {
    .search-box button span.text[b-ggygrme49g] {
        display: none; /* Oculta el texto en móviles */
    }

    .search-box button[b-ggygrme49g] {
        padding: 14px; /* Reduce padding para que no sea muy grande */
        font-size: 16px;
    }
}

/* ========================================
   HERO CTA (Explorar Productos)
======================================== */
.hero-cta[b-ggygrme49g] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #667eea;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 24px;
}

    .hero-cta:hover[b-ggygrme49g] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        text-decoration: none;
        color: #667eea;
    }


/* ========================================
   SECCIONES GENERALES
======================================== */
.section-title[b-ggygrme49g] {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
    color: var(--neutral-foreground-rest);
}


/* ========================================
   FEATURES SECTION
======================================== */
.features-section[b-ggygrme49g] {
    margin-bottom: 48px;
}

.features-grid[b-ggygrme49g] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

.feature-card[b-ggygrme49g] {
    background: white;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: var(--elevation-shadow-card);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover[b-ggygrme49g] {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

.feature-icon[b-ggygrme49g] {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.feature-title[b-ggygrme49g] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--neutral-foreground-rest);
}

.feature-description[b-ggygrme49g] {
    color: #666;
    line-height: 1.5;
}


/* ========================================
   CATEGORIES SECTION
======================================== */
.categories-section[b-ggygrme49g] {
    background: white;
    padding: 48px 32px;
    border-radius: 12px;
    box-shadow: var(--elevation-shadow-card);
    margin-bottom: 48px;
}

.categories-grid[b-ggygrme49g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.category-card[b-ggygrme49g] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 24px 16px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    color: var(--neutral-foreground-rest);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .category-card:hover[b-ggygrme49g] {
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
        border-color: #0078d4;
        color: #0078d4;
        text-decoration: none;
        transform: translateY(-2px);
    }

.category-icon[b-ggygrme49g] {
    font-size: 32px;
    margin-bottom: 8px;
    display: block;
}

.category-name[b-ggygrme49g] {
    font-size: 16px;
    font-weight: 600;
}


/* ========================================
   STATS SECTION
======================================== */
.stats-section[b-ggygrme49g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.stat-card[b-ggygrme49g] {
    background: white;
    padding: 24px;
    border-radius: 8px;
    box-shadow: var(--elevation-shadow-card);
    text-align: center;
}

.stat-number[b-ggygrme49g] {
    font-size: 36px;
    font-weight: 700;
    color: #0078d4;
    margin-bottom: 8px;
}

.stat-label[b-ggygrme49g] {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}


/* ========================================
   CTA SECTION
======================================== */
.cta-section[b-ggygrme49g] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 48px 32px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 48px;
}

.cta-title[b-ggygrme49g] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-subtitle[b-ggygrme49g] {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.cta-button[b-ggygrme49g] {
    background: white;
    color: #28a745;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

    .cta-button:hover[b-ggygrme49g] {
        background: #f8f9fa;
        text-decoration: none;
        color: #28a745;
        transform: translateY(-2px);
    }


/* ========================================
   MEDIA QUERIES - Responsive Design
======================================== */
@media (max-width: 768px) {
    .hero-title[b-ggygrme49g] {
        font-size: 32px;
    }

    .hero-subtitle[b-ggygrme49g] {
        font-size: 18px;
    }

    .hero-cta[b-ggygrme49g] {
        font-size: 16px;
        padding: 14px 24px;
    }

    .section-title[b-ggygrme49g] {
        font-size: 24px;
    }

    /* Search Box: en columna en móviles */
    .search-container[b-ggygrme49g] {
        padding: 0 20px;
    }

    [b-ggygrme49g] .search-box {
        flex-direction: column;
        border-radius: 12px;
        overflow: hidden;
    }

    .search-box input[b-ggygrme49g] {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        border-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .search-box button[b-ggygrme49g] {
        width: 100%;
        padding: 14px;
        font-size: 16px;
        border-radius: 0 0 12px 12px;
        height: auto;
    }

    /* Features */
    .features-grid[b-ggygrme49g] {
        grid-template-columns: 1fr;
    }

    /* Categories */
    .categories-section[b-ggygrme49g] {
        padding: 32px 16px;
    }

    .categories-grid[b-ggygrme49g] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 12px;
    }

    .category-card[b-ggygrme49g] {
        padding: 20px 12px;
    }

    .category-icon[b-ggygrme49g] {
        font-size: 28px;
    }

    .category-name[b-ggygrme49g] {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hero-title[b-ggygrme49g] {
        font-size: 28px;
    }

    .hero-subtitle[b-ggygrme49g] {
        font-size: 16px;
    }

    .search-box input[b-ggygrme49g],
    .search-box button[b-ggygrme49g] {
        font-size: 15px;
        padding: 12px;
    }

    .search-box input[b-ggygrme49g] {
        border-radius: 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .search-box button[b-ggygrme49g] {
        border-radius: 0 0 12px 12px;
        padding: 12px;
    }

    .cta-title[b-ggygrme49g] {
        font-size: 24px;
    }

    .stats-number[b-ggygrme49g] {
        font-size: 32px;
    }
}
/* =============================================
   CARRUSEL DE PRODUCTOS - CSS COMPLETO
   ============================================= */

/* Contenedor principal del carrusel */
.products-carousel-container[b-ggygrme49g] {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
    margin-bottom: 30px;
}

.offerProducts-products-carousel[b-ggygrme49g] {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 14px;
    margin-bottom: 20px;
    will-change: transform;
}

/* Slides del carrusel */
.offerProducts-carousel-slide[b-ggygrme49g] {
    flex: 0 0 100%;
    min-width: 100%;
    transition: opacity 0.3s ease;
}

/* Responsive: 2 productos en tablet */
@media (min-width: 576px) {
    .offerProducts-carousel-slide[b-ggygrme49g] {
        flex: 0 0 calc(100% / 2);
        min-width: calc(100% / 2);
    }
}

/* Responsive: 3 productos en pantallas medianas */
@media (min-width: 923px) {
    .offerProducts-carousel-slide[b-ggygrme49g] {
        flex: 0 0 calc(100% / 3);
        min-width: calc(100% / 3);
    }
}

/* Responsive: 4 productos en pantallas grandes */
@media (min-width: 1180px) {
    .offerProducts-carousel-slide[b-ggygrme49g] {
        flex: 0 0 calc(100% / 4);
        min-width: calc(100% / 4);
    }
}

/* Controles del carrusel */
.carousel-controls[b-ggygrme49g] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.carousel-btn[b-ggygrme49g] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

    .carousel-btn:hover[b-ggygrme49g] {
        background-color: #f8f9fa;
        border-color: #3483fa;
        color: #3483fa;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .carousel-btn:active[b-ggygrme49g] {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .carousel-btn:disabled[b-ggygrme49g] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
        border-color: #e0e0e0 !important;
        color: #999 !important;
    }

    .carousel-btn .fas[b-ggygrme49g] {
        font-size: 16px;
    }

/* Indicadores del carrusel */
.offerProducts-carousel-indicators[b-ggygrme49g] {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.offerProducts-carousel-indicator[b-ggygrme49g] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .offerProducts-carousel-indicator.active[b-ggygrme49g] {
        background-color: #3483fa;
        border-color: #3483fa;
        transform: scale(1.2);
    }

    .offerProducts-carousel-indicator:hover:not(.active)[b-ggygrme49g] {
        background-color: #aaa;
        transform: scale(1.1);
    }

    .offerProducts-carousel-indicator[b-ggygrme49g]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3483fa;
        transform: scale(0);
        transition: transform 0.3s ease;
    }

    .offerProducts-carousel-indicator.active[b-ggygrme49g]::after {
        transform: scale(1);
    }

/* Efectos de hover para los slides */
.offerProducts-carousel-slide:hover[b-ggygrme49g] {
    z-index: 5;
}

/* =============================================
   ESTILOS DE PRODUCTOS (ORIGINALES MEJORADOS)
   ============================================= */

/* Grid original (mantenido para compatibilidad) */
/* Products Grid - MOBILE FIRST */
.products-grid[b-ggygrme49g] {
    display: grid;
    grid-template-columns: 1fr; /* 1 columna en móviles */
    gap: 14px;
    margin-bottom: 32px;
}

/* Tablet - 2 columnas (opcional si quieres 2 antes de 3) */
@media (min-width: 576px) {
    .products-grid[b-ggygrme49g] {
        grid-template-columns: 1fr 1fr; /* 2 columnas */
    }
}

/* Pantallas medianas - 3 columnas */
@media (min-width: 768px) {
    .products-grid[b-ggygrme49g] {
        grid-template-columns: 1fr 1fr 1fr; /* 3 columnas */
    }
}

/* Pantallas grandes - 4 columnas */
@media (min-width: 1180px) {
    .products-grid[b-ggygrme49g] {
        grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 columnas */
    }
}

/* Título */
.products-title[b-ggygrme49g] {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin: 0;
}

/* Tarjeta de producto */
.product-card[b-ggygrme49g] {
    width: 100%;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    border: 1px solid #f0f0f0;
}

    .product-card:hover[b-ggygrme49g] {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
/*        transform: translateY(-4px);
        border-color: #3483fa;*/
    }

/* Badges para producto (mejorados) */
.product-badge[b-ggygrme49g] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #00a650, #00cc66);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.discount-badge[b-ggygrme49g] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ff4444, #ff6666);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
    letter-spacing: 0.5px;
}

/* Imagen del producto */
.product-image[b-ggygrme49g] {
    height: 240px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

    .product-image img[b-ggygrme49g] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 15px;
    }

.no-image-placeholder[b-ggygrme49g] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 48px;
    color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.product-card:hover .product-image img[b-ggygrme49g] {
    transform: scale(1.08);
}

/* Información del producto */
.product-info[b-ggygrme49g] {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Precio */
.product-price[b-ggygrme49g] {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1.2;
}

.original-price[b-ggygrme49g] {
    font-size: 15px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 4px;
}

.product-discount[b-ggygrme49g] {
    background: linear-gradient(135deg, #fff0f0, #ffe6e6);
    color: #ff4444;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ffcccc;
}

/* Envío gratis */
.product-shipping[b-ggygrme49g] {
    color: #00a650;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #f0fff4, #e6ffee);
    padding: 4px 10px;
    border-radius: 4px;
    width: fit-content;
}

    .product-shipping .fas[b-ggygrme49g] {
        font-size: 16px;
    }

/* Título del producto */
.product-title[b-ggygrme49g] {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.5;
    min-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
    flex-grow: 1;
}

    .product-title:hover[b-ggygrme49g] {
        color: #3483fa;
    }

/* Cuotas */
.product-installments[b-ggygrme49g] {
    font-size: 15px;
    margin-bottom: 12px;
    color: #666;
    font-weight: 500;
    background: linear-gradient(135deg, #f8f9ff, #f0f4ff);
    padding: 6px 10px;
    border-radius: 4px;
    border-left: 3px solid #3483fa;
}

/* Stock */
.product-stock[b-ggygrme49g] {
    font-size: 14px;
    margin-bottom: 12px;
    color: #666;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .product-stock[b-ggygrme49g]::before {
        content: '📦';
        font-size: 12px;
    }

    .product-stock.out-of-stock[b-ggygrme49g] {
        color: #ff4444;
        font-weight: 600;
    }

        .product-stock.out-of-stock[b-ggygrme49g]::before {
            content: '❌';
        }

/* Vendedor */
.product-seller[b-ggygrme49g] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    font-size: 13px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 8px;
}

.seller-rating[b-ggygrme49g] {
    color: #3483fa;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

    .seller-rating .fas.fa-star[b-ggygrme49g] {
        color: #ffd700;
        font-size: 13px;
        margin-left: 4px;
    }

    .seller-rating span[b-ggygrme49g] {
        font-weight: 600;
    }

/* Tags */
.product-tags[b-ggygrme49g] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 12px;
}

.product-tag[b-ggygrme49g] {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    color: #666;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

    .product-tag:hover[b-ggygrme49g] {
        background: linear-gradient(135deg, #e9ecef, #dee2e6);
        transform: translateY(-1px);
    }

/* Estado de sin stock */
.product-card.out-of-stock[b-ggygrme49g] {
    position: relative;
    opacity: 0.9;
}

    .product-card.out-of-stock[b-ggygrme49g]::before {
        content: 'AGOTADO';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(255, 68, 68, 0.95);
        color: white;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 14px;
        z-index: 3;
        letter-spacing: 1px;
    }

    .product-card.out-of-stock .product-image[b-ggygrme49g] {
        filter: grayscale(30%);
        opacity: 0.7;
    }

/* =============================================
   ESTILOS RESPONSIVE ADICIONALES
   ============================================= */

@media (max-width: 575px) {
    /* Ajustes para móviles */
    .products-carousel-container[b-ggygrme49g] {
        padding: 0 20px;
    }

    .carousel-controls[b-ggygrme49g] {
        align-self: flex-end;
    }

    .products-title[b-ggygrme49g] {
        font-size: 20px;
    }

    .carousel-btn[b-ggygrme49g] {
        width: 36px;
        height: 36px;
    }

    .product-image[b-ggygrme49g] {
        height: 200px;
    }

    .product-price[b-ggygrme49g] {
        font-size: 22px;
    }

    .product-info[b-ggygrme49g] {
        padding: 14px;
    }
}

@media (min-width: 576px) and (max-width: 922px) {
    /* Ajustes para tablets */
    .product-image[b-ggygrme49g] {
        height: 220px;
    }

    .products-title[b-ggygrme49g] {
        font-size: 22px;
    }
}

@media (min-width: 923px) and (max-width: 1179px) {
    /* Ajustes para pantallas medianas */
    .products-carousel-container[b-ggygrme49g] {
        padding: 0 30px;
    }
}

/* =============================================
   ANIMACIONES Y EFECTOS
   ============================================= */

@keyframes slideIn-b-ggygrme49g {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.carousel-slide[b-ggygrme49g] {
    animation: slideIn-b-ggygrme49g 0.5s ease-out;
}

/* Efecto de carga suave para las imágenes */
.product-image img[b-ggygrme49g] {
    opacity: 0;
    animation: fadeIn-b-ggygrme49g 0.5s ease-out forwards;
}

@keyframes fadeIn-b-ggygrme49g {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Efecto de pulso para los indicadores activos */
@keyframes pulse-b-ggygrme49g {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 131, 250, 0.4);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(52, 131, 250, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 131, 250, 0);
    }
}

.carousel-indicator.active[b-ggygrme49g] {
    animation: pulse-b-ggygrme49g 2s infinite;
}

/* =============================================
   ESTILOS PARA POCOS PRODUCTOS
   ============================================= */

.products-carousel-container:has(.carousel-slide:only-child) .carousel-controls[b-ggygrme49g],
.products-carousel-container:has(.carousel-slide:nth-child(2)) .carousel-controls[b-ggygrme49g] {
    display: none;
}

.products-carousel-container:has(.carousel-slide:only-child) .carousel-indicators[b-ggygrme49g],
.products-carousel-container:has(.carousel-slide:nth-child(2)) .carousel-indicators[b-ggygrme49g] {
    display: none;
}

/* Asegurar que los iconos se muestren correctamente */
.fas[b-ggygrme49g], .far[b-ggygrme49g], .fab[b-ggygrme49g] {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

/* =============================================
   ESTILOS PARA EL TEXTO "NO HAY PRODUCTOS"
   ============================================= */

.text-center.py-5[b-ggygrme49g] {
    padding: 3rem 0 !important;
}

    .text-center.py-5 .text-muted[b-ggygrme49g] {
        color: #6c757d !important;
        font-size: 1.1rem;
        font-weight: 500;
    }
/* /Views/Orders/TrackShipment.cshtml.rz.scp.css */
.timeline[b-akyc7d93w1] {
    position: relative;
    padding-left: 30px;
}

    .timeline[b-akyc7d93w1]::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        height: 100%;
        width: 2px;
        background: #dee2e6;
    }

.timeline-item[b-akyc7d93w1] {
    position: relative;
    margin-bottom: 20px;
}

    .timeline-item.completed .timeline-marker[b-akyc7d93w1] {
        background-color: #28a745;
        border-color: #28a745;
    }

    .timeline-item.active .timeline-marker[b-akyc7d93w1] {
        background-color: #007bff;
        border-color: #007bff;
        animation: pulse-b-akyc7d93w1 2s infinite;
    }

    .timeline-item.pending .timeline-marker[b-akyc7d93w1] {
        background-color: #f8f9fa;
        border-color: #dee2e6;
    }

.timeline-marker[b-akyc7d93w1] {
    position: absolute;
    left: -23px;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    background-color: #f8f9fa;
    z-index: 1;
}

.timeline-content[b-akyc7d93w1] {
    padding-left: 15px;
}

@keyframes pulse-b-akyc7d93w1 {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}
/* /Views/Products/Details.cshtml.rz.scp.css */
/* ===== PRODUCT DETAIL STYLES ===== */
.product-detail-container[b-wk4enmali1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px;
}

.breadcrumb[b-wk4enmali1] {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

    .breadcrumb a[b-wk4enmali1] {
        color: #0078d4;
        text-decoration: none;
    }

        .breadcrumb a:hover[b-wk4enmali1] {
            text-decoration: underline;
        }

.product-detail-grid[b-wk4enmali1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 25px;
}

/* ===== IMAGE GALLERY ===== */
.image-gallery[b-wk4enmali1] {
/*    position: sticky;
    top: 24px;*/
    height: fit-content;
}

.main-image[b-wk4enmali1] {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    overflow: hidden; /* Mantener hidden para que no se salga */
    margin-bottom: 16px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* Importante para el posicionamiento del zoom */
    cursor: crosshair; /* Cambiar cursor cuando está sobre la imagen */
}

    .main-image img[b-wk4enmali1] {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        display: block;
        transition: opacity 0.3s ease;
    }
        .main-image img.changing[b-wk4enmali1] {
            opacity: 0.5;
        }
/* Lente que sigue el cursor */
.image-zoom-lens[b-wk4enmali1] {
    position: absolute !important;
    border: 2px solid #0078d4 !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(2px);
    box-shadow: 0 0 10px rgba(0, 120, 212, 0.5) !important;
    z-index: 10 !important;
    display: block !important;
}

.img-zoom-lens[b-wk4enmali1] {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 150px; /* Tamaño de la lupa */
    height: 150px;
    border-radius: 50%;
    /* Cursor y visualización */
    cursor: crosshair;
    display: none; /* Oculto por defecto */
    /* Sombra para resaltar */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    /* Importante: permite que los eventos de mouse pasen a través del lente 
       si quieres que el scroll funcione, pero para el cálculo de coordenadas 
       lo manejaremos en el JS */
    pointer-events: none;
    z-index: 10;
}

/* Resultado del zoom - la imagen ampliada */
.image-zoom-result[b-wk4enmali1] {
    position: absolute !important;
    right: -420px !important; /* Posicionado a la derecha de la imagen principal */
    top: 0 !important;
    width: 400px !important;
    height: 400px !important;
    min-width: 400px !important;
    min-height: 400px !important;
    max-width: 400px !important;
    max-height: 400px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 8px !important;
    background-color: white !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    z-index: 1000 !important;
    pointer-events: none !important;
    display: block !important;
}

    /* Mostrar el zoom cuando está activo */
    .image-zoom-result.active[b-wk4enmali1],
    .image-zoom-lens.active[b-wk4enmali1] {
        opacity: 1;
        visibility: visible;
    }
/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 1400px) {
    /* En pantallas medianas, colocar el zoom encima de la imagen */
    .image-zoom-result[b-wk4enmali1] {
        right: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 768px) {
    /* En móviles, desactivar el zoom automáticamente */
    .image-zoom-lens[b-wk4enmali1],
    .image-zoom-result[b-wk4enmali1] {
        display: none !important;
    }

    .main-image[b-wk4enmali1] {
        cursor: default;
        overflow: hidden; /* Restaurar overflow en móviles */
    }

        /* Alternativa: permitir zoom táctil en móviles */
        .main-image img[b-wk4enmali1] {
            transition: transform 0.3s ease;
        }

            .main-image img:active[b-wk4enmali1] {
                transform: scale(1.5);
            }
}

/* Ajuste para cuando hay poco espacio a la derecha */
@media (min-width: 769px) and (max-width: 1200px) {
    .image-zoom-result[b-wk4enmali1] {
        right: auto;
        left: 105%;
        width: 300px;
        height: 300px;
    }
}

/* Indicador visual cuando el zoom está disponible */
.main-image[b-wk4enmali1]::after {
    content: "🔍";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0.7;
    pointer-events: none;
}

@media (max-width: 768px) {
    .main-image[b-wk4enmali1]::after {
        display: none;
    }
}

/* Animación suave al cambiar de imagen */
.main-image img[b-wk4enmali1] {
    transition: opacity 0.3s ease;
}

    .main-image img.changing[b-wk4enmali1] {
        opacity: 0.5;
    }
.no-main-image[b-wk4enmali1] {
    font-size: 64px;
    color: #ccc;
}

.image-thumbnails[b-wk4enmali1] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0;
}

.thumbnail[b-wk4enmali1] {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    border: 1px solid var(--colorNeutralStroke1);
    transition: border-color 0.3s ease;
}

    .thumbnail.active[b-wk4enmali1] {
        border-color: #0078d4;
    }

    .thumbnail img[b-wk4enmali1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* ===== PRODUCT INFO ===== */
.product-info[b-wk4enmali1] {
    padding: 24px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
/*    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}

.product-header[b-wk4enmali1] {
    margin-bottom: 24px;
}

.product-brand[b-wk4enmali1] {
    color: #0078d4;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.product-title[b-wk4enmali1] {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 16px 0;
    color: var(--neutral-foreground-rest);
}

.product-rating[b-wk4enmali1] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.stars[b-wk4enmali1] {
    color: #ffa500;
    font-size: 18px;
}

.rating-text[b-wk4enmali1] {
    font-size: 14px;
    color: #666;
}

/* ===== PRICING ===== */
.pricing-section[b-wk4enmali1] {
    background: #fff; /* Fondo blanco, igual que el contenedor */
    border-radius: 8px;
    margin-bottom: 24px;
}
.condition[b-wk4enmali1]{
    color: #999999;
    font-weight: 300;
}
.price-container[b-wk4enmali1] {
    margin-bottom: 16px;
}

.current-price[b-wk4enmali1] {
    font-size: 32px;
    font-weight: 300;
    color: #333333;
    margin: 0;
}

.original-price[b-wk4enmali1] {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    text-decoration: line-through;
    margin: 8px 0;
    margin-right: 5px;
}

.discount-info[b-wk4enmali1] {
    background: #dc3545;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
}

.shipping-info[b-wk4enmali1] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #28a745;
    font-weight: 500;
}

/* ===== VARIANTES ===== */
.variants-section[b-wk4enmali1] {
    margin-bottom: 32px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.variants-title[b-wk4enmali1] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.variants-container[b-wk4enmali1] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.variant-card[b-wk4enmali1] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
    min-width: 240px;
}

    .variant-card:hover:not(.out-of-stock)[b-wk4enmali1] {
        border-color: #0078d4;
        box-shadow: 0 2px 8px rgba(0, 120, 212, 0.1);
    }

    .variant-card.selected[b-wk4enmali1] {
        border-color: #0078d4;
        background: #f0f7ff;
        box-shadow: 0 2px 8px rgba(0, 120, 212, 0.15);
    }

    .variant-card.out-of-stock[b-wk4enmali1] {
        opacity: 0.6;
        cursor: not-allowed;
        background: #f8f9fa;
    }

.variant-image[b-wk4enmali1] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .variant-image img[b-wk4enmali1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.variant-info[b-wk4enmali1] {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    align-items: center;
}

.variant-color[b-wk4enmali1] {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.variant-pricing[b-wk4enmali1] {
    text-align: right;
}

.variant-discount[b-wk4enmali1] {
    font-size: 11px;
    padding: 2px 6px;
    background: #dc3545;
    color: white;
    border-radius: 3px;
    margin-bottom: 2px;
}

.variant-original-price[b-wk4enmali1] {
    font-size: 13px;
    color: #666;
    text-decoration: line-through;
}

.variant-current-price[b-wk4enmali1] {
    font-size: 16px;
    font-weight: 700;
    color: #2563eb;
}

.variant-stock[b-wk4enmali1] {
    text-align: right;
    font-size: 13px;
}

.stock-available[b-wk4enmali1] {
    color: #28a745;
    font-weight: 500;
}

.stock-unavailable[b-wk4enmali1] {
    color: #dc3545;
    font-weight: 500;
}

.variant-selected-indicator[b-wk4enmali1] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background: #0078d4;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

/* ===== PRODUCT ACTIONS ===== */
.product-actions[b-wk4enmali1] {
    margin-bottom: 32px;
}

.add-to-cart-section .input-group[b-wk4enmali1] {
    max-width: 150px;
    margin-bottom: 12px;
}

.add-to-cart-btn[b-wk4enmali1] {
    width: 100%;
}
.custom-btn[b-wk4enmali1] {
    display: flex;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    text-align: left;
    max-width: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .custom-btn:hover[b-wk4enmali1] {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
        background-color: #1ea854;
    }

.btn-content[b-wk4enmali1] {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.whatsapp-icon[b-wk4enmali1] {
    font-size: 28px;
    margin-top: 3px;
}

.btn-text[b-wk4enmali1] {
    flex: 1;
}

.btn-title[b-wk4enmali1] {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.btn-steps[b-wk4enmali1] {
    font-size: 0.85rem;
    line-height: 1.6;
}

    .btn-steps li[b-wk4enmali1] {
        margin-bottom: 5px;
        padding-left: 5px;
    }

        .btn-steps li[b-wk4enmali1]:before {
            content: "•";
            color: #a8e6a8;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }
.mercado-lider-card[b-wk4enmali1] {
    border: 2px solid #4CAF50;
    border-radius: 12px;
    padding: 2rem;
    background-color: #f8fff8;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
    max-width: 500px;
    margin: 2rem auto;
}

.medal-icon[b-wk4enmali1] {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.lider-text[b-wk4enmali1] {
    color: #2e7d32;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.btn-mercado-libre[b-wk4enmali1] {
    background-color: #2e7d32;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    color: white;
    transition: all 0.3s ease;
    width: 100%;
}

    .btn-mercado-libre:hover[b-wk4enmali1] {
        background-color: #1b5e20;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(46, 125, 50, 0.3);
    }

.card-container[b-wk4enmali1] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:disabled[b-wk4enmali1],
.btn-secondary:disabled[b-wk4enmali1] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ===== TABS ===== */
.product-tabs[b-wk4enmali1] {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
}

.tab-navigation[b-wk4enmali1] {
    display: flex;
    gap: 32px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 24px;
    overflow-x: auto;
}

.tab-button[b-wk4enmali1] {
    background: none;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

    .tab-button.active[b-wk4enmali1] {
        color: #0078d4;
        border-bottom-color: #0078d4;
    }

.tab-content[b-wk4enmali1] {
    display: none;
}

    .tab-content.active[b-wk4enmali1] {
        display: block;
    }

.description-content[b-wk4enmali1] {
    line-height: 1.6;
    color: var(--neutral-foreground-rest);
}

.specifications-table[b-wk4enmali1] {
    width: 100%;
    border-collapse: collapse;
}

    .specifications-table th[b-wk4enmali1],
    .specifications-table td[b-wk4enmali1] {
        padding: 12px;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }

    .specifications-table th[b-wk4enmali1] {
        background: #f8f9fa;
        font-weight: 500;
        width: 200px;
    }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .product-detail-grid[b-wk4enmali1] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .image-gallery[b-wk4enmali1] {
        position: static;
        width: 75svw;
    }

    .main-image[b-wk4enmali1] {
        height: 300px;
    }

    .product-title[b-wk4enmali1] {
        font-size: 24px;
    }

    .current-price[b-wk4enmali1] {
        font-size: 28px;
    }

    .variant-card[b-wk4enmali1] {
        width: 100%;
        min-width: auto;
    }

    .variant-info[b-wk4enmali1] {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .variant-pricing[b-wk4enmali1],
    .variant-stock[b-wk4enmali1] {
        text-align: left;
    }

    .tab-navigation[b-wk4enmali1] {
        gap: 16px;
        padding-bottom: 8px;
    }

    .tab-button[b-wk4enmali1] {
        white-space: nowrap;
        padding: 12px 8px;
    }
}
/* /Views/Products/Index.cshtml.rz.scp.css */
.card-container[b-9lrh6rfvm0]{
    display: flex;
}
.card-icon[b-9lrh6rfvm0] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6px;
    height: 3.5rem;
    color: #3483fa;
    width: 3.5rem;
    border-radius: 100%;
    border: 2px solid #3483fa;
    font-size: 2rem;
}
.all-offers-card-text[b-9lrh6rfvm0] {
    font-weight: 500;
    color: black;
}
/* ========== Cabecera de productos ========== */
.products-header[b-9lrh6rfvm0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 16px;
}

.products-title[b-9lrh6rfvm0] {
    font-size: 28px;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    margin: 0;
}

.results-info[b-9lrh6rfvm0] {
    color: var(--color-text-muted);
    font-size: 14px;
    margin: 8px 0 0 0;
}

.filters-sort[b-9lrh6rfvm0] {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

.filter-group[b-9lrh6rfvm0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter-label[b-9lrh6rfvm0] {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-muted);
    margin-bottom: 2px;
}

.filter-select[b-9lrh6rfvm0],
.price-input[b-9lrh6rfvm0] {
    padding: 8px 12px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 14px;
    background: var(--color-bg);
    min-width: 120px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .filter-select:focus[b-9lrh6rfvm0],
    .price-input:focus[b-9lrh6rfvm0] {
        outline: none;
        border-color: var(--color-primary);
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
    }

.price-range[b-9lrh6rfvm0] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.price-input[b-9lrh6rfvm0] {
    width: 100px;
    min-width: 80px;
}

.filter-btn[b-9lrh6rfvm0] {
    background: #3483fa;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

    .filter-btn:hover[b-9lrh6rfvm0] {
        background: #2968c8;
        color: white;
        text-decoration: none;
    }

.clear-filters[b-9lrh6rfvm0] {
    background: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
}

    .clear-filters:hover[b-9lrh6rfvm0] {
        background: var(--color-primary);
        color: white;
        text-decoration: none;
    }

/* ========== Grid de productos ========== */
.products-grid[b-9lrh6rfvm0] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));*/
    gap: 14px;
    margin-bottom: 32px;
}

/* ========== Tarjeta de producto ========== */
.product-card[b-9lrh6rfvm0] {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .product-card:hover[b-9lrh6rfvm0] {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

/* Imagen del producto */
.product-image[b-9lrh6rfvm0] {
    height: 240px;
    overflow: hidden;
    position: relative;
}

    .product-image img[b-9lrh6rfvm0],
    .no-image-placeholder[b-9lrh6rfvm0] {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
        transition: transform 0.5s;
    }

.product-card:hover .product-image img[b-9lrh6rfvm0] {
    /*    transform: scale(1.05);
*/
}

.no-image-placeholder[b-9lrh6rfvm0] {
    font-size: 48px;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Badges */
.product-badge[b-9lrh6rfvm0],
.discount-badge[b-9lrh6rfvm0] {
    position: absolute;
    top: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    color: white;
}

.product-badge[b-9lrh6rfvm0] {
    left: 10px;
    background-color: #00a650;
}

.discount-badge[b-9lrh6rfvm0] {
    right: 10px;
    background-color: #ff4444;
}

/* Contenido */
.product-info[b-9lrh6rfvm0] {
    padding: 16px;
}

.product-price[b-9lrh6rfvm0] {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.original-price[b-9lrh6rfvm0] {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    text-decoration: line-through;
}

.product-discount[b-9lrh6rfvm0] {
    background-color: #ffe6e6;
    color: #ff4444;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
}

.product-shipping[b-9lrh6rfvm0] {
    color: #00a650;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-title[b-9lrh6rfvm0] {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

    .product-title:hover[b-9lrh6rfvm0] {
        color: #3483fa;
    }

.product-installments[b-9lrh6rfvm0],
.product-stock[b-9lrh6rfvm0],
.product-seller[b-9lrh6rfvm0] {
    font-size: 14px;
    margin-bottom: 12px;
}

    .product-stock.out-of-stock[b-9lrh6rfvm0] {
        color: #ff4444;
    }

.product-seller[b-9lrh6rfvm0] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.seller-rating[b-9lrh6rfvm0] {
    color: #3483fa;
    font-weight: 600;
}

    .seller-rating i[b-9lrh6rfvm0] {
        color: #ffd700;
        font-size: 12px;
        margin-left: 5px;
    }

/* Acciones */
.product-actions[b-9lrh6rfvm0] {
    display: flex;
    gap: 8px;
}

.add-to-cart[b-9lrh6rfvm0],
.buy-now[b-9lrh6rfvm0] {
    flex: 1;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.add-to-cart[b-9lrh6rfvm0] {
    background-color: #3483fa;
    color: white;
}

    .add-to-cart:hover[b-9lrh6rfvm0] {
        background-color: #2968c8;
    }

.buy-now[b-9lrh6rfvm0] {
    background-color: #ffd700;
    color: #333;
}

    .buy-now:hover[b-9lrh6rfvm0] {
        background-color: #e6c200;
    }

/* Tags */
.product-tags[b-9lrh6rfvm0] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 12px;
}

.product-tag[b-9lrh6rfvm0] {
    background-color: #f5f5f5;
    color: #666;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 3px;
}

/* Sin stock */
.product-card.out-of-stock .add-to-cart[b-9lrh6rfvm0] {
    background-color: #cccccc;
    cursor: not-allowed;
}

    .product-card.out-of-stock .add-to-cart:hover[b-9lrh6rfvm0] {
        background-color: #cccccc;
    }

/* ========== Paginación ========== */
.pagination-container[b-9lrh6rfvm0] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    gap: 8px;
    flex-wrap: wrap;
}

.pagination-info[b-9lrh6rfvm0] {
    margin: 0 16px;
    font-size: 14px;
    color: #666;
}

.pagination-btn[b-9lrh6rfvm0] {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: white;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
    min-width: 40px;
    text-align: center;
}

    .pagination-btn:hover:not(.disabled)[b-9lrh6rfvm0] {
        background: #3483fa;
        color: white;
        border-color: #3483fa;
    }

    .pagination-btn.active[b-9lrh6rfvm0] {
        background: #3483fa;
        color: white;
        border-color: #3483fa;
    }

    .pagination-btn.disabled[b-9lrh6rfvm0] {
        background: #f5f5f5;
        color: #ccc;
        cursor: not-allowed;
        pointer-events: none;
    }

/* ========== Estado vacío ========== */
.empty-state[b-9lrh6rfvm0] {
    text-align: center;
    padding: 64px 16px;
    color: #666;
}

.empty-state-icon[b-9lrh6rfvm0] {
    font-size: 64px;
    margin-bottom: 16px;
    opacity: 0.5;
}

.empty-state-title[b-9lrh6rfvm0] {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.empty-state-text[b-9lrh6rfvm0] {
    font-size: 16px;
    margin-bottom: 24px;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .products-header[b-9lrh6rfvm0] {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-sort[b-9lrh6rfvm0] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .price-range[b-9lrh6rfvm0] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .price-input[b-9lrh6rfvm0] {
        width: 100%;
    }

    .products-grid[b-9lrh6rfvm0] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 16px;
    }

    .product-actions[b-9lrh6rfvm0] {
        flex-direction: column;
    }

    .pagination-container[b-9lrh6rfvm0] {
        gap: 4px;
    }

    .pagination-info[b-9lrh6rfvm0] {
        order: -1;
        width: 100%;
        text-align: center;
        margin: 0 0 16px 0;
    }

    @media (hover: none) {
        .product-card:hover[b-9lrh6rfvm0] {
            transform: none;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }
    }
}

@media (max-width: 480px) {
    .products-grid[b-9lrh6rfvm0] {
        grid-template-columns: 1fr 1fr;
    }

    .product-image[b-9lrh6rfvm0] {
        height: 180px;
    }

    .product-price[b-9lrh6rfvm0] {
        font-size: 18px;
    }

    .product-title[b-9lrh6rfvm0] {
        font-size: 13px;
        min-height: 36px;
    }
}
/*NEW SIDEBAR*/
/* ========== Sidebar de filtros ========== */
.content[b-9lrh6rfvm0] {
    margin: 0;
}

.products-container[b-9lrh6rfvm0] {
    display: flex;
    margin-top: 2rem;
    position: relative;
    justify-content: center;
}

.products-sidebar[b-9lrh6rfvm0] {
    width: 350px;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: fit-content;
    padding: 20px;
    position: sticky;
    top: 20px;
    flex-shrink: 0;
}

.sidebar-header[b-9lrh6rfvm0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-title[b-9lrh6rfvm0] {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.filter-count[b-9lrh6rfvm0] {
    background: #3483fa;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    min-width: 24px;
    text-align: center;
}

.filter-form[b-9lrh6rfvm0] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.filter-section[b-9lrh6rfvm0] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .filter-section.collapsible[b-9lrh6rfvm0] {
        border: 1px solid #e9ecef;
    }

.filter-header[b-9lrh6rfvm0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: background-color 0.2s ease;
    user-select: none;
}

    .filter-header:hover[b-9lrh6rfvm0] {
        background-color: #e9ecef;
    }

.filter-title[b-9lrh6rfvm0] {
    font-weight: 600;
    color: #212529;
    font-size: 14px;
}

.toggle-icon[b-9lrh6rfvm0] {
    transition: transform 0.3s ease;
    color: #6c757d;
    font-size: 12px;
}

.filter-section.collapsed .toggle-icon[b-9lrh6rfvm0] {
    transform: rotate(-90deg);
}

.filter-content[b-9lrh6rfvm0] {
    padding: 16px;
    background-color: white;
}

.filter-group[b-9lrh6rfvm0] {
    margin-bottom: 12px;
}

    .filter-group:last-child[b-9lrh6rfvm0] {
        margin-bottom: 0;
    }

.filter-label[b-9lrh6rfvm0] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #495057;
    font-size: 13px;
}

.search-input[b-9lrh6rfvm0],
.filter-form select[b-9lrh6rfvm0] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background-color: white;
}

    .search-input:focus[b-9lrh6rfvm0],
    .filter-form select:focus[b-9lrh6rfvm0] {
        outline: none;
        border-color: #3483fa;
        box-shadow: 0 0 0 2px rgba(52, 131, 250, 0.15);
    }

.price-range-container[b-9lrh6rfvm0] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-input[b-9lrh6rfvm0] {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 14px;
}

.price-separator[b-9lrh6rfvm0] {
    color: #6c757d;
    font-weight: 500;
}

.checkbox-group[b-9lrh6rfvm0],
.radio-group[b-9lrh6rfvm0] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

    .checkbox-group:last-child[b-9lrh6rfvm0],
    .radio-group:last-child[b-9lrh6rfvm0] {
        margin-bottom: 0;
    }

.checkbox-input[b-9lrh6rfvm0],
.radio-input[b-9lrh6rfvm0] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #3483fa;
}

.checkbox-label[b-9lrh6rfvm0],
.radio-label[b-9lrh6rfvm0] {
    cursor: pointer;
    font-size: 14px;
    color: #495057;
    user-select: none;
}

.rating-stars[b-9lrh6rfvm0] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.star[b-9lrh6rfvm0] {
    color: #ffc107;
    font-size: 14px;
}

.rating-value[b-9lrh6rfvm0] {
    margin-left: 8px;
    font-weight: 600;
    color: #212529;
    font-size: 13px;
}

.buttons-container[b-9lrh6rfvm0] {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.btn[b-9lrh6rfvm0] {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
}

.btn-primary[b-9lrh6rfvm0] {
    background-color: #3483fa;
    color: white;
}

    .btn-primary:hover[b-9lrh6rfvm0] {
        background-color: #2968c8;
    }

.btn-secondary[b-9lrh6rfvm0] {
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
}

    .btn-secondary:hover[b-9lrh6rfvm0] {
        background-color: #e9ecef;
    }

.products-main[b-9lrh6rfvm0] {
    flex: 1;
    min-width: 0; /* Para evitar problemas de flexbox */
}

/* Botón de filtros en móvil */
.mobile-filter-toggle[b-9lrh6rfvm0] {
    display: none;
    background: #3483fa;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease;
}

    .mobile-filter-toggle:hover[b-9lrh6rfvm0] {
        background: #2968c8;
    }

.mobile-filter-count[b-9lrh6rfvm0] {
    background: white;
    color: #3483fa;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    min-width: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .products-sidebar[b-9lrh6rfvm0] {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .products-container[b-9lrh6rfvm0] {
        /*        flex-direction: column;
*/
    }

    .products-sidebar[b-9lrh6rfvm0] {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        padding-top: 70px;
        border-radius: 0;
        box-shadow: none;
        display: none;
    }

        .products-sidebar.mobile-active[b-9lrh6rfvm0] {
            transform: translateX(0);
            display: block;
        }

    .mobile-filter-toggle[b-9lrh6rfvm0] {
        display: flex;
    }

    .sidebar-header[b-9lrh6rfvm0] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 1001;
        padding: 16px 20px;
        margin-bottom: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .products-main[b-9lrh6rfvm0] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .price-range-container[b-9lrh6rfvm0] {
        flex-direction: column;
        gap: 12px;
    }

    .buttons-container[b-9lrh6rfvm0] {
        flex-direction: column;
    }

    .btn[b-9lrh6rfvm0] {
        width: 100%;
    }
}

/* Ajustes para la cuadrícula de productos con sidebar */
.products-main .products-grid[b-9lrh6rfvm0] {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

@media (max-width: 1200px) {
    .products-main .products-grid[b-9lrh6rfvm0] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .products-main .products-grid[b-9lrh6rfvm0] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .products-main .products-grid[b-9lrh6rfvm0] {
        grid-template-columns: 1fr;
    }
}
/* Estado inicial de las secciones - EXPANDIDAS */
.filter-section.collapsible:not(.collapsed) .filter-content[b-9lrh6rfvm0] {
    display: block;
}

.filter-section.collapsible:not(.collapsed) .toggle-icon i[b-9lrh6rfvm0] {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

/* Estado colapsado */
.filter-section.collapsible.collapsed .filter-content[b-9lrh6rfvm0] {
    display: none;
}

.filter-section.collapsible.collapsed .toggle-icon i[b-9lrh6rfvm0] {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}
/* /Views/Shared/Components/AddToCart/Default.cshtml.rz.scp.css */
.decreaseQuantity[b-1otbjgc61m], .increaseQuantity[b-1otbjgc61m] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0;
}
.quantity-text[b-1otbjgc61m]{
    font-weight: bold;
}
/* /Views/Shared/Components/CategoryMenu/Default.cshtml.rz.scp.css */
.category-dropdown[b-pjzy0zya3v] {
    position: absolute;
    width: 320px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}
/*#dropdownContent{
    position: absolute;
}*/
.dropdown-header[b-pjzy0zya3v] {
    background: #0f172a;
    color: #fff;
    padding: 18px 24px;
    height: 52.5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .dropdown-header:hover[b-pjzy0zya3v] {
        background: #1e293b;
    }

    .dropdown-header i[b-pjzy0zya3v] {
        transition: transform 0.3s ease;
    }

    .dropdown-header.open i[b-pjzy0zya3v] {
        transform: rotate(180deg);
    }

.dropdown-content[b-pjzy0zya3v] {
    position: relative;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background: #fff;
}

    .dropdown-content.open[b-pjzy0zya3v] {
        max-height: 500px;
    }

.categories-list[b-pjzy0zya3v] {
    list-style: none;
    padding: 0;
}

.category-item[b-pjzy0zya3v] {
    border-bottom: 1px solid #f1f5f9;
}

    .category-item:last-child[b-pjzy0zya3v] {
        border-bottom: none;
    }

.category-link[b-pjzy0zya3v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

    .category-link:hover[b-pjzy0zya3v] {
        background: #f8fafc;
        padding-left: 28px;
    }

    .category-link i[b-pjzy0zya3v] {
        color: #64748b;
        font-size: 14px;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .category-link:hover i[b-pjzy0zya3v] {
        opacity: 1;
        transform: translateX(5px);
    }

.category-name[b-pjzy0zya3v] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-icon[b-pjzy0zya3v] {
    width: 24px;
    height: 24px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 12px;
}

.category-badge[b-pjzy0zya3v] {
    background: #fbbf24;
    color: #0f172a;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    min-width: 28px;
    text-align: center;
}

.subcategory-container[b-pjzy0zya3v] {
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .subcategory-container.show[b-pjzy0zya3v] {
        max-height: 300px;
    }

.subcategories-list[b-pjzy0zya3v] {
    list-style: none;
    padding: 12px 0;
}

.subcategory-item[b-pjzy0zya3v] {
    margin-bottom: 8px;
}

.subcategory-link[b-pjzy0zya3v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

    .subcategory-link:hover[b-pjzy0zya3v] {
        background: #e2e8f0;
        color: #0f172a;
        padding-left: 16px;
    }

.subcategory-badge[b-pjzy0zya3v] {
    background: #e2e8f0;
    color: #64748b;
    font-size: 10px;
    font-weight: 500;
    padding: 1px 6px;
    border-radius: 15px;
}

.no-categories[b-pjzy0zya3v] {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
    font-style: italic;
}

.search-categories[b-pjzy0zya3v] {
    padding: 16px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.search-box[b-pjzy0zya3v] {
    display: flex;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    padding: 2px;
}

    .search-box input[b-pjzy0zya3v] {
        flex: 1;
        border: none;
        outline: none;
        padding: 10px 14px;
        font-size: 14px;
        background: transparent;
    }

    .search-box button[b-pjzy0zya3v] {
        background: #fbbf24;
        color: #0f172a;
        border: none;
        padding: 10px 14px;
        cursor: pointer;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
    }

.dropdown-footer[b-pjzy0zya3v] {
    padding: 16px 24px;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    text-align: center;
}

.view-all-btn[b-pjzy0zya3v] {
    display: inline-block;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .view-all-btn:hover[b-pjzy0zya3v] {
        background: #1e293b;
        transform: translateY(-2px);
    }
/* Contenedor del enlace y botón */
.category-link-wrapper[b-pjzy0zya3v] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

/* Enlace principal de la categoría */
.category-link-main[b-pjzy0zya3v] {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
}

    .category-link-main:hover[b-pjzy0zya3v] {
        background-color: #f8f9fa;
        color: #007bff;
    }

/* Botón para expandir */
.toggle-sub-btn[b-pjzy0zya3v] {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.2s ease;
}

    .toggle-sub-btn:hover[b-pjzy0zya3v] {
        background-color: #e9ecef;
        opacity: 1;
        transform: scale(1.05);
    }

    .toggle-sub-btn .toggle-icon[b-pjzy0zya3v] {
        font-size: 0.875em;
        color: #666;
        transition: transform 0.3s ease;
    }

/* Alternativa: si el botón está dentro del item, usa esta regla */
.category-item .subcategory-container.show ~ .category-link-wrapper .toggle-icon[b-pjzy0zya3v] {
    transform: rotate(180deg);
}

/* Aseguramos que el ícono rote correctamente */
.category-item .toggle-icon[b-pjzy0zya3v] {
    transition: transform 0.3s ease;
}
@media (max-width: 480px) {
    .category-dropdown[b-pjzy0zya3v] {
        width: 100%;
    }

    .dropdown-header[b-pjzy0zya3v],
    .category-link[b-pjzy0zya3v],
    .search-categories[b-pjzy0zya3v],
    .dropdown-footer[b-pjzy0zya3v] {
        padding: 14px 20px;
    }
}
/* /Views/Shared/_CartBadgePartial.cshtml.rz.scp.css */
.cart-badge[b-sx3bgygvzf] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fbbf24;
    color: #0f172a;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
@media (max-width: 480px) {
    .cart-badge[b-sx3bgygvzf] {
        width: 16px;
        height: 16px;
        font-size: 9px;
        top: -6px;
        right: -6px;
    }
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* ========================================
   VARIABLES Y RESET
======================================== */
:root[b-vsj0r9t39d] {
    --neutral-foreground-rest: #242424;
    --neutral-foreground-hover: #424242;
    --accent-foreground-rest: #0078d4;
    --neutral-fill-rest: #fafafa;
    --neutral-fill-hover: #f5f5f5;
    --neutral-stroke-rest: #d1d1d1;
    --elevation-shadow-card: 0 2px 4px rgba(0, 0, 0, 0.14), 0 0px 2px rgba(0, 0, 0, 0.12);
}

*[b-vsj0r9t39d] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-vsj0r9t39d] {
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f8f9fa;
}

/* ========================================
   HEADER: Top Bar (información superior)
======================================== */
.top-bar[b-vsj0r9t39d] {
    background: #0f172a;
    color: #e2e8f0;
    padding: 8px 0;
    font-size: 13px;
}

.top-bar-content[b-vsj0r9t39d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-info[b-vsj0r9t39d] {
    display: flex;
    gap: 25px;
}

.top-info-item[b-vsj0r9t39d] {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .top-info-item i[b-vsj0r9t39d] {
        color: #fbbf24;
        font-size: 14px;
    }

[b-vsj0r9t39d] .top-links {
    display: flex;
    gap: 20px;
}

[b-vsj0r9t39d] .top-link {
    color: #e2e8f0;
    text-decoration: none;
    transition: all 0.3s ease;
}

    [b-vsj0r9t39d] .top-link:hover {
        color: #fbbf24;
    }

/* ========================================
   HEADER: Main Header Grid System
======================================== */
.header[b-vsj0r9t39d] {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1000;
}

.category-menu-wrapper[b-vsj0r9t39d] {
    position: relative;
    width: 320px;
}

.header-container[b-vsj0r9t39d] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 20px;
    height: auto;
}

.main-header[b-vsj0r9t39d] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 15px 20px;
    align-items: center;
}

/* Logo area - ocupa columna 1 en desktop */
.logo-and-menu[b-vsj0r9t39d] {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-self: start;
}

/* Search area - ocupa columna 2 en desktop */
.search-container[b-vsj0r9t39d] {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    max-width: 600px;
    justify-self: center;
}

/* Actions area - ocupa columna 3 en desktop */
.header-actions[b-vsj0r9t39d] {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-self: end;
}

/* Navigation menu - ocupa toda la fila 2 en desktop */
.nav-menu[b-vsj0r9t39d] {
    grid-column: 1 / span 3;
    grid-row: 2;
    display: flex;
    list-style: none;
    gap: 30px;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
}

/* Mobile Header Top (Row 1 en móvil) */
.header-top-mobile[b-vsj0r9t39d] {
    display: none;
}

/* Logo styles */
[b-vsj0r9t39d] .logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
}

[b-vsj0r9t39d] .logo-image {
    height: 50px;
    width: auto;
}

/* Search Box Styles */
[b-vsj0r9t39d] .search-box {
    display: flex;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    [b-vsj0r9t39d] .search-box input {
        flex: 1;
        padding: 12px 20px;
        border: none;
        outline: none;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
    }

    [b-vsj0r9t39d] .search-box button {
        background: #fbbf24;
        color: #0f172a;
        border: none;
        padding: 12px 25px;
        cursor: pointer;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        [b-vsj0r9t39d] .search-box button:hover {
            background: #f59e0b;
        }

/* Action Items */
[b-vsj0r9t39d] .action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0f172a;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

    [b-vsj0r9t39d] .action-item:hover {
        color: #fbbf24;
    }

.action-icon[b-vsj0r9t39d] {
    font-size: 22px;
    margin-bottom: 4px;
}

.action-text[b-vsj0r9t39d] {
    font-size: 12px;
    font-weight: 500;
}

.cart-badge[b-vsj0r9t39d] {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fbbf24;
    color: #0f172a;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Navigation Links */
/*::deep .nav-link {
    color: #0f172a;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 0;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

    ::deep .nav-link:hover,
    ::deep .nav-link:active {
        color: #fbbf24;
    }

    ::deep .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #fbbf24;
        transition: width 0.3s ease;
    }

    ::deep .nav-link:hover::after,
    ::deep .nav-link.active::after {
        width: 100%;
    }*/

/* ========================================
   MAIN CONTENT
======================================== */
main[b-vsj0r9t39d] {
    width: 100%;
}

/* ========================================
   FOOTER
======================================== */
.footer[b-vsj0r9t39d] {
    background: linear-gradient(135deg, #1a3a5f 0%, #2c5282 100%);
    color: #fff;
    padding: 60px 0 30px;
    font-size: 14px;
}

.footer-container[b-vsj0r9t39d] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid[b-vsj0r9t39d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo-section[b-vsj0r9t39d] {
    display: flex;
    flex-direction: column;
}

.footer-about p[b-vsj0r9t39d] {
    color: #e2e8f0;
    margin-bottom: 20px;
    font-weight: 500;
}

.social-icons[b-vsj0r9t39d] {
    display: flex;
    gap: 15px;
}

.social-icon[b-vsj0r9t39d] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-icon:hover[b-vsj0r9t39d] {
        background: #fbbf24;
        transform: translateY(-3px);
    }

.footer-title[b-vsj0r9t39d] {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-title[b-vsj0r9t39d]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 2px;
        background: #fbbf24;
    }

.footer-links ul[b-vsj0r9t39d] {
    list-style: none;
}

.footer-links li[b-vsj0r9t39d] {
    margin-bottom: 12px;
}

.footer-links a[b-vsj0r9t39d] {
    color: #e2e8f0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .footer-links a:hover[b-vsj0r9t39d] {
        color: #fbbf24;
        transform: translateX(5px);
    }

    .footer-links a[b-vsj0r9t39d]::before {
        content: '→';
        font-size: 10px;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .footer-links a:hover[b-vsj0r9t39d]::before {
        opacity: 1;
        transform: translateX(2px);
    }

.contact-info-item[b-vsj0r9t39d] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-icon[b-vsj0r9t39d] {
    color: #fbbf24;
    font-size: 18px;
    min-width: 20px;
}

.contact-text[b-vsj0r9t39d] {
    color: #e2e8f0;
}

    .contact-text a[b-vsj0r9t39d] {
        color: #e2e8f0;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .contact-text a:hover[b-vsj0r9t39d] {
            color: #fbbf24;
        }

.footer-bottom[b-vsj0r9t39d] {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    font-size: 13px;
}

[b-vsj0r9t39d] .footer-bottom a {
    color: #fbbf24;
    text-decoration: none;
}

    [b-vsj0r9t39d] .footer-bottom a:hover {
        text-decoration: underline;
    }

/* ========================================
   WHATSAPP BUTTON (FAB)
======================================== */
.whatsapp-button[b-vsj0r9t39d] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    text-decoration: none;
    animation: pulse-b-vsj0r9t39d 2s infinite;
}

    .whatsapp-button:hover[b-vsj0r9t39d] {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
        background-color: #128C7E;
    }

    .whatsapp-button i[b-vsj0r9t39d] {
        font-size: 28px;
    }

@keyframes pulse-b-vsj0r9t39d {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ========================================
   MEDIA QUERIES - Responsive Design
======================================== */

/* Tablet */
@media (max-width: 1024px) {
    .main-header[b-vsj0r9t39d] {
        gap: 15px;
    }

    .search-container[b-vsj0r9t39d] {
        max-width: 500px;
    }

    .nav-menu[b-vsj0r9t39d] {
        gap: 20px;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .header-container[b-vsj0r9t39d] {
        padding: 10px 15px;
    }

    /* Cambiamos el grid layout para móvil */
    .main-header[b-vsj0r9t39d] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 15px;
    }

    /* Row 1: Mobile Menu Toggle + Logo */
    .header-top-mobile[b-vsj0r9t39d] {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-column: 1;
        grid-row: 1;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .mobile-menu-toggle[b-vsj0r9t39d] {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        color: #0f172a;
        cursor: pointer;
        padding: 5px 10px;
        justify-self: start;
        transition: all 0.3s ease;
    }

        .mobile-menu-toggle:hover[b-vsj0r9t39d] {
            color: #fbbf24;
        }

    .logo-and-menu[b-vsj0r9t39d] {
        display: none; /* Ocultamos la versión desktop */
    }

    .header-top-mobile .logo[b-vsj0r9t39d] {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #0f172a;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .logo-image[b-vsj0r9t39d] {
        height: 40px;
        width: auto;
    }

    /* Row 2: Search Box */
    .search-container[b-vsj0r9t39d] {
        grid-column: 1;
        grid-row: 2;
        max-width: 100%;
        justify-self: stretch;
    }

    .search-box[b-vsj0r9t39d] {
        width: 100%;
    }

        .search-box input[b-vsj0r9t39d] {
            width: 100%;
        }

    /* Row 3: Header Actions */
    .header-actions[b-vsj0r9t39d] {
        grid-column: 1;
        grid-row: 3;
        justify-self: stretch;
        justify-content: space-around;
        gap: 10px;
        padding: 10px 0;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

    .action-item[b-vsj0r9t39d] {
        flex-direction: column;
        align-items: center;
        min-width: 70px;
        position: relative;
    }

    .action-icon[b-vsj0r9t39d] {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .action-text[b-vsj0r9t39d] {
        font-size: 12px;
        text-align: center;
    }

    .cart-badge[b-vsj0r9t39d] {
        position: absolute;
        top: -5px;
        right: 0;
        background: #fbbf24;
        color: #0f172a;
        font-size: 10px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

    /* Navigation Menu - Lo ocultamos en móvil, se mostrará con el toggle */
    .nav-menu[b-vsj0r9t39d] {
        display: none;
        grid-column: 1;
        grid-row: 4;
        flex-direction: column;
        gap: 0;
        padding: 0;
        border-top: none;
        background: #0f172a;
        border-radius: 8px;
        overflow: hidden;
    }

        .nav-menu.active[b-vsj0r9t39d] {
            display: flex;
        }

    .nav-item[b-vsj0r9t39d] {
        width: 100%;
    }

    .nav-link[b-vsj0r9t39d] {
        color: #fff;
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
    }

        .nav-link:hover[b-vsj0r9t39d] {
            background: rgba(255, 255, 255, 0.1);
            color: #fbbf24;
        }

        .nav-link:last-child[b-vsj0r9t39d] {
            border-bottom: none;
        }

        .nav-link[b-vsj0r9t39d]::after {
            display: none;
        }

    /* Top Bar en móvil */
    .top-bar[b-vsj0r9t39d] {
        display: none;
    }

    /* WhatsApp Button en móvil */
    .whatsapp-button[b-vsj0r9t39d] {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }

        .whatsapp-button i[b-vsj0r9t39d] {
            font-size: 24px;
        }
}

/* Móviles pequeños (≤ 480px) */
@media (max-width: 480px) {
    .header-container[b-vsj0r9t39d] {
        padding: 8px 10px;
    }

    .main-header[b-vsj0r9t39d] {
        gap: 12px;
    }

    .search-box input[b-vsj0r9t39d] {
        padding: 10px 15px;
        font-size: 14px;
    }

    .search-box button[b-vsj0r9t39d] {
        padding: 10px 15px;
        font-size: 14px;
    }

    .header-actions[b-vsj0r9t39d] {
        gap: 5px;
    }

    .action-item[b-vsj0r9t39d] {
        min-width: 60px;
    }

    .action-icon[b-vsj0r9t39d] {
        font-size: 18px;
    }

    .action-text[b-vsj0r9t39d] {
        font-size: 11px;
    }

    .logo-image[b-vsj0r9t39d] {
        height: 35px;
    }

    .footer-container[b-vsj0r9t39d],
    .header-container[b-vsj0r9t39d] {
        padding: 0 12px;
    }
}

/* ========================================
   Desktop (≥769px) - Asegurar que todo se muestre
======================================== */
@media (min-width: 769px) {
    /* Asegurar que el logo-and-menu se muestre en desktop */
    .logo-and-menu[b-vsj0r9t39d] {
        display: flex !important;
    }

    /* Ocultar el header-top-mobile en desktop */
    .header-top-mobile[b-vsj0r9t39d] {
        display: flex !important;
    }

    /* Ocultar el botón hamburguesa en desktop */
    .mobile-menu-toggle[b-vsj0r9t39d] {
        display: none !important;
    }

    /* Mostrar el menú de navegación en desktop */
    .nav-menu[b-vsj0r9t39d] {
        display: flex !important;
    }
}

/* ========================================
   COMPONENTES ADICIONALES
======================================== */
/* Fluent UI Button Override */
fluent-button[b-vsj0r9t39d] {
    --accent-foreground-rest: #0078d4;
    --accent-foreground-hover: #106ebe;
    --neutral-foreground-rest: #242424;
}
