        :root {
            --primary: #667eea;
            --primary-dark: #5a67d8;
            --secondary: #764ba2;
            --accent: #f093fb;
            --success: #48bb78;
            --warning: #ed8936;
            --danger: #f56565;
            --dark: #2d3748;
            --light: #f7fafc;
            --gray-100: #f7fafc;
            --gray-200: #edf2f7;
            --gray-300: #e2e8f0;
            --gray-400: #cbd5e0;
            --gray-500: #a0aec0;
            --gray-600: #718096;
            --gray-700: #4a5568;
            --gray-800: #2d3748;
            --gray-900: #1a202c;
            --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            --border-radius: 16px;
            --border-radius-lg: 24px;
            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Toques finales de diseño profesional */
        * {
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            color: var(--gray-800);
            background-color: #fafafa;
        }

        /* Smooth scrolling */
        html {
            scroll-behavior: smooth;
        }

        /* Mejoras en las tarjetas */
        .product-card {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
            position: relative;
            border: none;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 0%, rgba(102, 126, 234, 0.02) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .product-card:hover::before {
            opacity: 1;
        }

        /* Mejoras en precios */
        .price-current {
            font-size: 1.4rem;
            font-weight: 800;
            color: #FF9800;
            background: linear-gradient(135deg, #FF9800, #FF6D00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Animaciones suaves */
        .btn-hero {
            position: relative;
            overflow: hidden;
        }

        .btn-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .btn-hero:hover::before {
            left: 100%;
        }

        /* Mejoras en el menú dropdown */
        .menu-dropdown {
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .category-item {
            display: block;
            padding: 12px 15px;
            color: var(--gray-700);
            text-decoration: none;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .category-item:hover {
            background-color: var(--gray-100);
            color: var(--primary);
            border-left-color: var(--primary);
            text-decoration: none;
        }

        .category-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.1), transparent);
            transition: left 0.3s ease;
        }

        .category-item:hover::before {
            left: 100%;
        }

        /* NAVBAR PREMIUM */
        .navbar {
            background: #ffffff !important;
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .navbar-brand {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--gray-800) !important;
            text-shadow: none;
            transition: all 0.3s ease;
        }

        .navbar-brand:hover {
            color: var(--primary) !important;
            transform: scale(1.05);
        }

        .nav-link {
            font-weight: 500;
            color: var(--gray-700);
            transition: var(--transition);
            position: relative;
            padding: 0.75rem 1.5rem !important;
            border-radius: 12px;
        }

        .nav-link:hover {
            color: var(--primary);
            background: rgba(102, 126, 234, 0.1);
        }

        /* HERO SECTION PREMIUM */
        .hero-section {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: white;
            padding: 6rem 0 8rem;
            position: relative;
            overflow: hidden;
            margin-bottom: 0;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60"><g fill-opacity="0.1" fill="white"><circle cx="30" cy="30" r="2"/><circle cx="10" cy="10" r="1"/><circle cx="50" cy="10" r="1"/><circle cx="10" cy="50" r="1"/><circle cx="50" cy="50" r="1"/></g></svg>');
            animation: float 20s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-section::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 100px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 100"><path fill="white" d="M0,32L60,37.3C120,43,240,53,360,69.3C480,85,600,107,720,101.3C840,96,960,64,1080,48C1200,32,1320,32,1380,32L1440,32L1440,100L1380,100C1320,100,1200,100,1080,100C960,100,840,100,720,100C600,100,480,100,360,100C240,100,120,100,60,100L0,100Z"></path></svg>') no-repeat center/cover;
        }

        .hero-title {
            margin-bottom: 1.5rem;
            line-height: 1.1;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .discount-highlight {
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            font-weight: 900;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -1px;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
            white-space: nowrap;
            display: inline-block;
        }
        
        .discount-subtitle {
            font-size: clamp(1.5rem, 3vw, 2.2rem);
            font-weight: 300;
            opacity: 0.9;
            letter-spacing: 1px;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
            font-weight: 400;
        }

        .btn-hero {
            display: inline-block;
            padding: 1.2rem 2.5rem;
            background: linear-gradient(135deg, #FF9800 0%, #FF6D00 100%);
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(255, 152, 0, 0.2);
            border: none;
            cursor: pointer;
            margin-top: 1.5rem;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
        }

        .btn-hero:hover {
            background: linear-gradient(135deg, #FF6D00 0%, #FF9800 100%);
            color: #fff;
            box-shadow: 0 12px 35px rgba(255, 152, 0, 0.3);
        }

        .btn-hero:active {
            transform: translateY(-1px);
        }

        .btn-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
            transition: left 0.5s ease;
        }

        .btn-hero:hover::before {
            left: 100%;
        }

        /* PRODUCT SECTION */
        .product-section {
            background: white;
            padding: 4rem 0;
            position: relative;
        }

        /* TARJETAS DE PRODUCTO */
        .product-card {
            background: #fff;
            border-radius: 16px;
            box-shadow: var(--shadow-sm);
            transition: all 0.3s ease;
            overflow: hidden;
            position: relative;
            border: none;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .product-image {
            position: relative;
            overflow: hidden;
            height: 350px;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-card:hover .product-image img {
            transform: scale(1.05);
        }

        .card-body {
            padding: 1.5rem;
        }

        .card-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
            color: var(--gray-800);
            line-height: 1.4;
            height: 2.8rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .price-container {
            margin-bottom: 1rem;
        }

        .price-old {
            font-size: 0.9rem;
            color: var(--gray-500);
            text-decoration: line-through;
            margin-right: 0.5rem;
        }

        .badge {
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .badge-success {
            background: linear-gradient(135deg, var(--success), #38a169);
            color: #fff;
        }

        .badge-danger {
            background: linear-gradient(135deg, var(--danger), #e53e3e);
            color: #fff;
        }

        .discount-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: linear-gradient(135deg, var(--danger), #e53e3e);
            color: #fff;
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            z-index: 10;
        }

        .clickable-card {
            cursor: pointer;
        }

        /* SECCIONES */
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--gray-800);
            margin-bottom: 1rem;
            position: relative;
        }

        /* HERO SECTION */
        .hero-section {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            min-height: 18vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.1) 100%);
            pointer-events: none;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            padding: 0.5rem 0;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .hero-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            line-height: 1.2;
            width: 100%;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 2.5rem;
            opacity: 0.95;
            font-weight: 400;
        }

        .btn-hero {
            display: inline-block;
            padding: 1.2rem 2.5rem;
            background: linear-gradient(135deg, #FF9800 0%, #FF6D00 100%);
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(255, 152, 0, 0.2);
            border: none;
            cursor: pointer;
            margin-top: 1.5rem;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            overflow: hidden;
        }

        .btn-hero:hover {
            background: linear-gradient(135deg, #FF6D00 0%, #FF9800 100%);
            color: #fff;
            box-shadow: 0 12px 35px rgba(255, 152, 0, 0.3);
        }

        .btn-hero:active {
            transform: translateY(-1px);
        }

        .btn-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
            transition: left 0.5s ease;
        }

        .btn-hero:hover::before {
            left: 100%;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hero-title {
                margin-bottom: 1.2rem;
            }
            
            .discount-highlight {
                font-size: clamp(1.8rem, 4vw, 2.5rem);
                letter-spacing: -0.5px;
                margin-bottom: 0.3rem;
            }
            
            .discount-subtitle {
                font-size: clamp(1.2rem, 2.5vw, 1.5rem);
                letter-spacing: 0.5px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .product-image {
                height: 280px;
            }
        }

        /* FILTROS MODERNOS */
        .form-select {
            border: 2px solid var(--gray-200);
            border-radius: var(--border-radius);
            padding: 0.75rem 1rem;
            font-size: 1rem;
            font-weight: 500;
            color: var(--gray-700);
            background: white;
            transition: var(--transition);
            box-shadow: var(--shadow-sm);
        }

        .form-select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        /* PRODUCT CARDS PREMIUM */
        .product-card {
            background: white;
            border-radius: var(--border-radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-md);
            transition: var(--transition);
            cursor: pointer;
            position: relative;
            height: 100%;
            border: 1px solid var(--gray-100);
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-xl);
        }

        /* Estilos de imagen eliminados - ahora se usan los de .product-image */

        .product-card .card-body {
            padding: 1.5rem;
        }

        .product-card .card-title {
            font-size: 1rem;
            font-weight: 600;
            color: var(--gray-800);
            margin-bottom: 0.75rem;
            line-height: 1.3;
            height: 2.6rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .old-price {
            font-size: 0.875rem;
            color: var(--gray-500);
            margin-bottom: 0.25rem;
        }

        .current-price {
            font-size: 1.25rem;
            font-weight: 700;
            color: #FF9800;
        }

        /* BADGES PREMIUM */
        .discount-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 10;
        }

        .discount-badge .badge {
            background: linear-gradient(45deg, var(--danger), #ff6b6b);
            color: white;
            padding: 0.5rem 0.75rem;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 20px;
            box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
        }

        .agotado-badge {
            position: absolute;
            top: 12px;
            left: 12px;
            z-index: 10;
        }

        .agotado-badge .badge {
            background: var(--gray-600);
            color: white;
            padding: 0.5rem 0.75rem;
            font-size: 0.75rem;
            font-weight: 700;
            border-radius: 20px;
        }

        /* OVERLAY EFFECT */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(102, 126, 234, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: var(--transition);
            border-radius: var(--border-radius-lg);
        }

        .product-card:hover .overlay {
            opacity: 1;
        }

        .overlay-text {
            color: white;
            text-align: center;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .overlay-text i {
            display: block;
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }

        /* EMPTY STATE */
        .empty-state {
            text-align: center;
            padding: 4rem 2rem;
        }

        .empty-state i {
            color: var(--gray-400);
            margin-bottom: 1.5rem;
        }

        .empty-state h3 {
            color: var(--gray-600);
            margin-bottom: 1rem;
        }

        .empty-state p {
            color: var(--gray-500);
            font-size: 1.1rem;
        }

        /* BANNER PROMOCIONAL */
        .promo-banner {
            background: linear-gradient(135deg, var(--gray-800) 0%, var(--gray-900) 100%);
            border-radius: var(--border-radius-lg);
            padding: 3rem 2rem;
            text-align: center;
            color: white;
            margin-top: 4rem;
            position: relative;
            overflow: hidden;
        }

        .promo-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="1" fill="white" fill-opacity="0.1"/></svg>');
            animation: float 15s ease-in-out infinite;
        }

        .promo-banner h3 {
            font-size: 2rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .promo-banner p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }

        .btn-whatsapp {
            background: var(--success);
            color: white;
            padding: 1rem 2rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: var(--transition);
            box-shadow: 0 8px 25px rgba(72, 187, 120, 0.4);
            cursor: pointer;
            position: relative;
            z-index: 10;
        }

        .btn-whatsapp:hover {
            background: #38a169;
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(72, 187, 120, 0.6);
            color: white;
        }

        /* FOOTER */
        .footer {
            background: var(--gray-800);
            color: white;
            padding: 1.5rem 0;
            text-align: center;
            margin-top: 4rem;
        }

        .footer p {
            margin: 0;
            opacity: 0.8;
        }

        /* WHATSAPP FLOAT */
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 20px;
            right: 20px;
            background-color: #25d366;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            font-size: 30px;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            z-index: 1000;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .whatsapp-float:hover {
            background-color: #20ba5a;
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
            color: #fff;
            text-decoration: none;
        }

        .whatsapp-float:active {
            transform: scale(0.95);
        }

        /* Animación de pulso */
        @keyframes pulse {
            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);
            }
        }

        .whatsapp-float {
            animation: pulse 2s infinite;
        }

        .whatsapp-float:hover {
            animation: none;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .btn-hero {
                padding: 0.875rem 2rem;
                font-size: 1rem;
            }
            
            /* Estilo de imagen eliminado - ahora se usa .product-image */
            
            .section-title {
                font-size: 2rem;
            }
        }

        /* MODAL IMPROVEMENTS */
        /* Modal mejorado */
        .modal-content {
            border: none;
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-xl);
            overflow: hidden;
        }

        .modal-header {
            padding: 1.5rem 2rem;
            background: #fff;
        }

        .modal-title {
            font-size: 1.5rem;
            color: var(--gray-800);
        }

        /* Galería de imágenes mejorada */
        .product-gallery-modal-enhanced {
            background: #f8f9fa;
            height: 100%;
            min-height: 600px;
        }

        .main-image-container-enhanced {
            position: relative;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            overflow: hidden;
        }

        .main-image-enhanced {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .gallery-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
            font-size: 1.2rem;
        }

        .gallery-nav-btn:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        .gallery-prev {
            left: 20px;
        }

        .gallery-next {
            right: 20px;
        }

        .image-counter {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .thumbnails-container-enhanced {
            padding: 1rem;
            background: #f8f9fa;
            display: flex;
            gap: 0.75rem;
            overflow-x: auto;
            scrollbar-width: thin;
        }

        .thumbnails-container-enhanced::-webkit-scrollbar {
            height: 6px;
        }

        .thumbnails-container-enhanced::-webkit-scrollbar-track {
            background: #e9ecef;
            border-radius: 3px;
        }

        .thumbnails-container-enhanced::-webkit-scrollbar-thumb {
            background: var(--primary);
            border-radius: 3px;
        }

        .thumbnail-item-enhanced {
            flex: 0 0 auto;
        }

        .thumbnail-item-enhanced img {
            height: 80px;
            width: 80px;
            object-fit: cover;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }

        .thumbnail-item-enhanced img:hover {
            transform: scale(1.05);
            border-color: var(--primary);
        }

        .thumbnail-item-enhanced img.active {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
        }

        /* Detalles del producto mejorados */
        .product-details-enhanced {
            padding: 2rem;
            background: #fff;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .pricing-enhanced {
            border-bottom: 1px solid var(--gray-200);
            padding-bottom: 1.5rem;
        }

        .current-price-enhanced {
            font-size: 2.5rem;
            font-weight: 800;
            color: #FF9800;
            line-height: 1.2;
            background: linear-gradient(135deg, #FF9800, #FF6D00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .old-price-enhanced {
            font-size: 1.2rem;
            color: var(--gray-500);
            margin-bottom: 0.5rem;
        }

        .description-enhanced {
            flex-grow: 1;
        }

        .description-enhanced p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: var(--gray-700);
            margin: 0;
        }

        /* Botones sociales mejorados */
        .btn-social-enhanced {
            padding: 1rem 2rem;
            border-radius: 16px;
            font-weight: 600;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            transition: all 0.3s ease;
            font-size: 1.1rem;
            position: relative;
            overflow: hidden;
        }

        .btn-social-enhanced::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .btn-social-enhanced:hover::before {
            left: 100%;
        }

        .btn-social-enhanced:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .btn-whatsapp-enhanced {
            background: linear-gradient(135deg, #25d366, #128c7e);
            color: white;
            border: none;
        }

        .btn-whatsapp-enhanced:hover {
            color: white;
            background: linear-gradient(135deg, #128c7e, #075e54);
        }

        .btn-facebook-enhanced {
            background: linear-gradient(135deg, #1877f2, #166fe5);
            color: white;
            border: none;
        }

        .btn-facebook-enhanced:hover {
            color: white;
            background: linear-gradient(135deg, #166fe5, #1464d8);
        }

        /* Responsive para modal */
        @media (max-width: 992px) {
            .modal-xl {
                max-width: 95%;
            }
            
            .main-image-container-enhanced {
                height: 400px;
            }
            
            .product-details-enhanced {
                padding: 1.5rem;
            }
            
            .current-price-enhanced {
                font-size: 2rem;
            }
            
            .gallery-nav-btn {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
            
            .thumbnails-container-enhanced {
                padding: 0.75rem;
            }
            
            .thumbnail-item-enhanced img {
                height: 60px;
                width: 60px;
            }
        }

        @media (max-width: 768px) {
            .modal-header {
                padding: 1rem 1.5rem;
            }
            
            .modal-title {
                font-size: 1.25rem;
            }
            
            .main-image-container-enhanced {
                height: 300px;
            }
            
            .product-details-enhanced {
                padding: 1rem;
            }
            
            .current-price-enhanced {
                font-size: 1.75rem;
            }
            
            .btn-social-enhanced {
                padding: 0.875rem 1.5rem;
                font-size: 1rem;
            }
            
            .gallery-nav-btn {
                width: 35px;
                height: 35px;
                font-size: 0.9rem;
            }
            
            .gallery-prev {
                left: 10px;
            }
            
            .gallery-next {
                right: 10px;
            }
        }

        /* Menú hamburguesa */
        .hamburger-menu {
            position: relative;
            display: inline-block;
        }

        .hamburger-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            border-radius: 8px;
            transition: all 0.3s ease;
            color: var(--gray-700);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .hamburger-text {
            font-size: 0.9rem;
            font-weight: 700;
            color: #764ba2; /* Color igual al de "Nuestros Productos" */
        }

        .hamburger-btn:hover {
            background-color: rgba(118, 75, 162, 0.1); /* Color #764ba2 con transparencia */
        }

        .hamburger-icon {
            display: flex;
            flex-direction: column;
            width: 24px;
            height: 18px;
            justify-content: space-between;
        }

        .hamburger-line {
            width: 100%;
            height: 3px;
            background-color: #2d3748;
            transition: all 0.3s ease;
        }

        .hamburger-btn.active .hamburger-line:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .hamburger-btn.active .hamburger-line:nth-child(2) {
            opacity: 0;
        }

        .hamburger-btn.active .hamburger-line:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* Dropdown del menú */
        .menu-dropdown {
            position: absolute;
            top: 100%;
            right: 0;
            background: #fff;
            border-radius: 12px;
            box-shadow: var(--shadow-lg);
            min-width: 400px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            overflow: hidden;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .menu-dropdown.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .menu-header {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            padding: 20px;
            text-align: center;
        }

        .menu-header h4 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 600;
        }

        .menu-header p {
            margin: 5px 0 0 0;
            font-size: 0.9rem;
            opacity: 0.9;
        }

        .menu-categories {
            padding: 15px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0;
        }

        .category-item {
            display: block;
            padding: 12px 15px;
            color: var(--gray-700);
            text-decoration: none;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .category-item:hover {
            background-color: var(--gray-100);
            color: var(--primary);
            border-left-color: var(--primary);
            text-decoration: none;
        }

        .category-item i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

        .all-categories {
            background-color: var(--gray-50);
            border-top: 1px solid var(--gray-200);
            font-weight: 600;
            grid-column: 1 / -1;
            color: var(--secondary) !important;
        }

        .all-categories:hover {
            background-color: var(--secondary);
            color: #fff !important;
        }

        /* Overlay para cerrar el menú */
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .menu-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .menu-dropdown {
                min-width: 280px;
                right: 0;
                left: auto;
            }
            
            /* Corregir posicionamiento del logo en móviles */
            .navbar-brand {
                position: static;
                left: auto;
                transform: none;
                font-size: 1.3rem;
            }
        }

        /* Navbar optimizada */
        .navbar .container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            width: 100%;
        }

        .navbar-brand {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--gray-800) !important;
            text-shadow: none;
            transition: all 0.3s ease;
            /* Brand pegado a la izquierda */
        }

        .navbar-brand:hover {
            color: var(--primary) !important;
            transform: scale(1.05);
        }

        /* Menú hamburguesa pegado completamente a la derecha */
        .hamburger-menu {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            display: inline-block;
        }

        /* Responsive mejorado */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .btn-hero {
                padding: 1rem 2rem;
                font-size: 1rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .product-image {
                height: 180px;
            }
            
            .menu-dropdown {
                min-width: 280px;
                right: 0;
                left: auto;
            }
            
            .navbar-brand {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .hero-content {
                padding: 1rem;
            }
            
            .btn-hero {
                padding: 0.8rem 1.5rem;
                font-size: 0.9rem;
            }
        }

        /* Responsive para el menú mejorado */
        @media (max-width: 768px) {
            .menu-dropdown {
                min-width: 350px;
                right: 0;
                left: auto;
            }
            
            .menu-categories {
                grid-template-columns: repeat(2, 1fr);
                gap: 0;
                padding: 15px;
            }
            
            .category-item {
                padding: 10px 12px;
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .menu-dropdown {
                min-width: 320px;
                right: 0;
                left: auto;
            }
            
            .menu-categories {
                grid-template-columns: repeat(2, 1fr);
                padding: 10px;
                gap: 0;
            }
            
            .category-item {
                padding: 10px 12px;
                font-size: 0.85rem;
            }
            
            .menu-header {
                padding: 15px;
            }
            
            .menu-header h4 {
                font-size: 1rem;
            }
        }

        /* Indicador de categoría seleccionada */
        .category-filter-info {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border-radius: 12px;
            padding: 1rem 1.5rem;
            border: 1px solid #dee2e6;
            margin-bottom: 1rem;
        }

        .badge-category {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: #fff;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-left: 0.5rem;
        }

        .btn-outline-primary {
            border-color: var(--primary);
            color: var(--primary);
            transition: all 0.3s ease;
        }

        .btn-outline-primary:hover {
            background-color: var(--primary);
            border-color: var(--primary);
            color: #fff;
            transform: translateY(-1px);
        }

        /* Responsive para el indicador */
        @media (max-width: 768px) {
            .category-filter-info {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }
            
            .category-selected {
                margin-bottom: 0.5rem;
            }
            
            /* Mejoras específicas para móviles - 2 productos por fila */
            .product-card {
                margin-bottom: 1.2rem;
            }
            
            .product-card .card-body {
                padding: 1.2rem;
            }
            
            .product-card .card-title {
                font-size: 0.95rem;
                height: 3.2rem;
                line-height: 1.3;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
            
            .product-image {
                height: 200px;
            }
            
            .current-price {
                font-size: 1.2rem;
                color: #FF9800;
            }
            
            .old-price {
                font-size: 0.85rem;
            }
            
            .discount-badge {
                top: 8px;
                right: 8px;
            }
            
            .discount-badge .badge {
                padding: 0.3rem 0.5rem;
                font-size: 0.7rem;
            }
        }

        @media (max-width: 480px) {
            /* Optimización para móviles muy pequeños */
            .product-card {
                margin-bottom: 1rem;
            }
            
            .product-card .card-body {
                padding: 1rem;
            }
            
            .product-card .card-title {
                font-size: 0.9rem;
                height: 3rem;
                line-height: 1.25;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
            
            .product-image {
                height: 180px;
            }
            
            .current-price {
                font-size: 1.1rem;
                color: #FF9800;
            }
            
            .old-price {
                font-size: 0.8rem;
            }
            
            .discount-badge {
                top: 6px;
                right: 6px;
            }
            
            .discount-badge .badge {
                padding: 0.25rem 0.4rem;
                font-size: 0.65rem;
            }
            
            /* Espaciado entre productos */
            .row.g-4 {
                --bs-gutter-x: 0.75rem;
                --bs-gutter-y: 0.75rem;
            }
            
            .section-title {
                font-size: 1.8rem;
                margin-bottom: 1.5rem !important;
            }
        }

        /* Estilos para la sección de testimonios */
        .testimonials-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 5rem 0;
            margin-top: 2rem;
        }

        .testimonials-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--gray-800);
            margin-bottom: 1rem;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .testimonials-subtitle {
            font-size: 1.2rem;
            color: var(--gray-600);
            margin-bottom: 0;
        }

        .testimonial-card {
            background: #fff;
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .testimonial-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 1rem;
            border: 3px solid var(--primary);
        }

        .testimonial-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial-info h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--gray-800);
            margin: 0;
        }

        .testimonial-date {
            font-size: 0.9rem;
            color: var(--gray-500);
            margin: 0;
        }

        .testimonial-rating {
            display: flex;
            gap: 0.25rem;
            margin-bottom: 1rem;
        }

        .testimonial-rating i {
            color: #ffc107;
            font-size: 1.1rem;
        }

        .testimonial-text {
            font-size: 0.95rem;
            line-height: 1.6;
            color: var(--gray-700);
            margin-bottom: 1.5rem;
        }

        .testimonial-badge {
            display: inline-flex;
            align-items: center;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
            color: var(--primary);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            border: 1px solid rgba(102, 126, 234, 0.2);
        }

        .testimonial-badge i {
            color: #e91e63;
        }

        /* Contenedor de scroll para testimonios */
        .testimonials-container {
            overflow: hidden;
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .testimonials-scroll {
            display: flex;
            gap: 2rem;
            animation: scroll-testimonials 60s linear infinite;
            width: max-content;
        }

        .testimonials-scroll:hover {
            animation-play-state: paused;
        }

        @keyframes scroll-testimonials {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .testimonial-card {
            flex: 0 0 350px;
            min-width: 350px;
        }

        /* Gradientes laterales para efecto de desvanecimiento */
        .testimonials-container::before,
        .testimonials-container::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100px;
            z-index: 2;
            pointer-events: none;
        }

        .testimonials-container::before {
            left: 0;
            background: linear-gradient(to right, #f8f9fa, transparent);
        }

        .testimonials-container::after {
            right: 0;
            background: linear-gradient(to left, #f8f9fa, transparent);
        }

        /* Duplicar las tarjetas para scroll infinito */
        .testimonials-scroll::after {
            content: '';
            display: flex;
            gap: 2rem;
        }

        /* Responsive para testimonios */
        @media (max-width: 768px) {
            .testimonials-section {
                padding: 3rem 0;
            }
            
            .testimonials-title {
                font-size: 2rem;
            }
            
            .testimonial-card {
                padding: 1.5rem;
                flex: 0 0 300px;
                min-width: 300px;
            }
            
            .testimonial-avatar {
                width: 50px;
                height: 50px;
            }

            .testimonials-scroll {
                gap: 1.5rem;
                animation-duration: 80s;
            }
        }

        @media (max-width: 480px) {
            .testimonial-card {
                flex: 0 0 280px;
                min-width: 280px;
                padding: 1.25rem;
            }
            
            .testimonials-container::before,
            .testimonials-container::after {
                width: 50px;
            }
        }

        /* Mejoras en precios */
        .current-price {
            font-size: 1.25rem;
            font-weight: 700;
            color: #FF9800;
        }

        /* BADGES PREMIUM ACTUALIZADOS */
        .badge-disponible {
            background: linear-gradient(135deg, var(--secondary), #6b46c1);
            color: #fff;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .badge-disponible::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .badge-disponible:hover::before {
            left: 100%;
        }

        .badge-agotado {
            background: linear-gradient(135deg, #FF9800, #FF6D00);
            color: #fff;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .badge-agotado::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
            transition: left 0.5s ease;
        }

        .badge-agotado:hover::before {
            left: 100%;
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 2.5rem 0 3.5rem;
                min-height: 180px;
            }
        }
        @media (max-width: 480px) {
            .hero-section {
                padding: 1.5rem 0 2.5rem;
                min-height: 120px;
            }
        }

        @media (max-width: 768px) {
            .section-title {
                margin-top: 1rem !important;
                margin-bottom: 0.5rem !important;
            }
        }
        @media (max-width: 480px) {
            .section-title {
                margin-top: 0.5rem !important;
                margin-bottom: 0.2rem !important;
            }
        }

        @media (max-width: 768px) {
            #productos {
                padding-top: 0 !important;
            }
            .section-title {
                margin-top: 0 !important;
                margin-bottom: 0.5rem !important;
            }
        }
        @media (max-width: 480px) {
            #productos {
                padding-top: 0 !important;
            }
            .section-title {
                margin-top: 0 !important;
                margin-bottom: 0.2rem !important;
            }
        }

        @media (max-width: 768px) {
            .section-title {
                margin-top: 0 !important;
                padding-top: 1rem !important;
                margin-bottom: 0.5rem !important;
            }
        }
        @media (max-width: 480px) {
            .section-title {
                margin-top: 0 !important;
                padding-top: 0.7rem !important;
                margin-bottom: 0.2rem !important;
            }
        }

        @media (max-width: 768px) {
            .section-title {
                margin-bottom: 1.2rem !important;
            }
        }
        @media (max-width: 480px) {
            .section-title {
                margin-bottom: 1rem !important;
            }
        }

        @media (max-width: 768px) {
            .footer-powered {
                text-align: center !important;
                display: block;
                margin-top: 0.5rem;
            }
        }
