{"product_id":"gafas-loewe-⏰-stock-limitado","title":"GAFAS LOEWE ⏰ STOCK LIMITADO","description":"\u003cbody\u003e\n\u003c!-- LANDING PAGE GAFAS LOEWE - CÓDIGO PARA SHOPIFY (VERSIÓN ACTUALIZADA) --\u003e\n\u003c!-- Pegá este código en tu sección de Custom HTML o en un Liquid template --\u003e\n\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eGafas Loewe - Estilo Premium\u003c\/title\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800\u0026amp;family=Poppins:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Poppins', sans-serif;\n            background-color: #0f172a;\n            color: #fff;\n            line-height: 1.6;\n        }\n\n        \/* ANIMACIÓN DE DESTELLOS *\/\n        @keyframes sparkle {\n            0%, 100% { opacity: 0; transform: scale(0.5); }\n            50% { opacity: 1; transform: scale(1); }\n        }\n\n        .sparkle {\n            animation: sparkle 3s ease-in-out infinite;\n            position: fixed;\n            border-radius: 50%;\n            pointer-events: none;\n        }\n\n        .sparkle-delay-1 { animation-delay: 0s; }\n        .sparkle-delay-2 { animation-delay: 1s; }\n        .sparkle-delay-3 { animation-delay: 2s; }\n        .sparkle-delay-4 { animation-delay: 1.5s; }\n        .sparkle-delay-5 { animation-delay: 2.5s; }\n\n        \/* NAVEGACIÓN *\/\n        nav {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            background: rgba(15, 23, 42, 0.95);\n            backdrop-filter: blur(10px);\n            padding: 1rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            z-index: 50;\n            border-bottom: 1px solid rgba(217, 119, 6, 0.2);\n        }\n\n        .nav-brand {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            font-weight: bold;\n            font-size: 1.125rem;\n        }\n\n        .nav-logo {\n            width: 2rem;\n            height: 2rem;\n            background: #ca8a04;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);\n        }\n\n        .nav-btn {\n            background: #ca8a04;\n            color: white;\n            border: none;\n            padding: 0.5rem 1.5rem;\n            border-radius: 0.5rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);\n        }\n\n        .nav-btn:hover {\n            background: #b8860b;\n            transform: scale(1.05);\n        }\n\n        \/* CONTENEDOR PRINCIPAL *\/\n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 1rem;\n        }\n\n        @media (min-width: 640px) {\n            .container {\n                padding: 0 1.5rem;\n            }\n        }\n\n        @media (min-width: 1024px) {\n            .container {\n                padding: 0 2rem;\n            }\n        }\n\n        \/* HERO SECTION *\/\n        .hero {\n            min-height: 100vh;\n            background: linear-gradient(to bottom, #111827, #1f2937, #111827);\n            padding-top: 4rem;\n            padding-bottom: 2rem;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 1px;\n            background: linear-gradient(to right, transparent, #ca8a04, transparent);\n        }\n\n        .hero-content {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 3rem;\n            align-items: center;\n            padding: 5rem 0;\n        }\n\n        @media (min-width: 1024px) {\n            .hero-content {\n                grid-template-columns: 1fr 1fr;\n                padding: 8rem 0;\n            }\n        }\n\n        .hero-text h1 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 3rem;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 1rem;\n            color: white;\n        }\n\n        @media (min-width: 1024px) {\n            .hero-text h1 {\n                font-size: 4.5rem;\n            }\n        }\n\n        .hero-text h1 .accent {\n            color: #ca8a04;\n        }\n\n        .hero-text p {\n            font-size: 1.25rem;\n            color: #d1d5db;\n            margin-bottom: 2rem;\n            max-width: 28rem;\n        }\n\n        .hero-benefits {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .benefit-item {\n            display: flex;\n            gap: 0.75rem;\n            align-items: flex-start;\n        }\n\n        .benefit-icon {\n            width: 1.5rem;\n            height: 1.5rem;\n            background: #ca8a04;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            margin-top: 0.25rem;\n        }\n\n        .benefit-icon::after {\n            content: '✓';\n            color: white;\n            font-size: 0.875rem;\n            font-weight: bold;\n        }\n\n        .benefit-text {\n            color: #e5e7eb;\n            font-size: 1rem;\n        }\n\n        .hero-cta {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        @media (min-width: 640px) {\n            .hero-cta {\n                flex-direction: row;\n            }\n        }\n\n        .btn-primary {\n            background: #ca8a04;\n            color: white;\n            border: none;\n            padding: 1.5rem 2rem;\n            font-size: 1.125rem;\n            font-weight: 600;\n            border-radius: 0.5rem;\n            cursor: pointer;\n            transition: all 0.3s;\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            width: 100%;\n            justify-content: center;\n        }\n\n        @media (min-width: 640px) {\n            .btn-primary {\n                width: auto;\n            }\n        }\n\n        .btn-primary:hover {\n            background: #b8860b;\n            transform: scale(1.05);\n        }\n\n        .btn-secondary {\n            border: 2px solid #d1d5db;\n            background: transparent;\n            color: white;\n            padding: 1.5rem 2rem;\n            font-size: 1.125rem;\n            font-weight: 600;\n            border-radius: 0.5rem;\n            cursor: pointer;\n            transition: all 0.3s;\n            width: 100%;\n            justify-content: center;\n        }\n\n        @media (min-width: 640px) {\n            .btn-secondary {\n                width: auto;\n            }\n        }\n\n        .btn-secondary:hover {\n            border-color: #ca8a04;\n            color: #ca8a04;\n        }\n\n        .hero-trust {\n            display: flex;\n            gap: 1.5rem;\n            padding-top: 2rem;\n            border-top: 1px solid #4b5563;\n            flex-wrap: wrap;\n        }\n\n        .trust-item {\n            flex: 1;\n            min-width: 150px;\n        }\n\n        .trust-label {\n            font-size: 0.875rem;\n            color: #9ca3af;\n            margin-bottom: 0.25rem;\n        }\n\n        .trust-value {\n            font-weight: 600;\n            color: white;\n            font-size: 1.125rem;\n        }\n\n        .trust-divider {\n            width: 1px;\n            background: #4b5563;\n            display: none;\n        }\n\n        @media (min-width: 640px) {\n            .trust-divider {\n                display: block;\n            }\n        }\n\n        .hero-image {\n            position: relative;\n            height: 24rem;\n        }\n\n        @media (min-width: 1024px) {\n            .hero-image {\n                height: 100%;\n                min-height: 24rem;\n            }\n        }\n\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 1.5rem;\n            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.5);\n        }\n\n        .hero-badge {\n            position: absolute;\n            bottom: 2rem;\n            right: 2rem;\n            background: rgba(31, 41, 55, 0.8);\n            border: 1px solid rgba(217, 119, 6, 0.5);\n            border-radius: 9999px;\n            padding: 1rem 1.5rem;\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);\n            z-index: 20;\n            font-size: 0.875rem;\n            font-weight: 600;\n        }\n\n        \/* SECCIÓN DE COLORES *\/\n        .colors-section {\n            background: linear-gradient(to bottom, #111827, #1f2937);\n            padding: 5rem 0;\n        }\n\n        .section-title {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 3rem;\n            color: white;\n        }\n\n        .colors-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 3rem;\n        }\n\n        @media (min-width: 768px) {\n            .colors-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .color-card {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 1.5rem;\n            align-items: center;\n        }\n\n        @media (min-width: 768px) {\n            .color-card {\n                grid-template-columns: 1fr 1fr;\n            }\n\n            .color-card.reverse {\n                grid-template-columns: 1fr 1fr;\n            }\n\n            .color-card.reverse img {\n                order: 2;\n            }\n\n            .color-card.reverse .color-info {\n                order: 1;\n            }\n        }\n\n        .color-card img {\n            width: 100%;\n            height: auto;\n            border-radius: 1rem;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);\n            transition: all 0.3s;\n        }\n\n        .color-card img:hover {\n            transform: scale(1.05);\n        }\n\n        .color-info h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.875rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: #ca8a04;\n        }\n\n        .color-info p {\n            color: #d1d5db;\n            margin-bottom: 1rem;\n            line-height: 1.8;\n        }\n\n        \/* SECCIÓN DE BENEFICIOS *\/\n        .benefits {\n            background: linear-gradient(to right, #111827, #1f2937);\n            padding: 5rem 0;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        @media (min-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (min-width: 1024px) {\n            .benefits-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        .benefit-card {\n            background: rgba(255, 255, 255, 0.05);\n            border: 1px solid rgba(217, 119, 6, 0.2);\n            border-radius: 1rem;\n            padding: 2rem;\n            text-align: center;\n            transition: all 0.3s;\n        }\n\n        .benefit-card:hover {\n            background: rgba(255, 255, 255, 0.1);\n            border-color: #ca8a04;\n            transform: translateY(-4px);\n        }\n\n        .benefit-card-icon {\n            font-size: 2.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .benefit-card h3 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 1.25rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            color: white;\n        }\n\n        .benefit-card p {\n            color: #d1d5db;\n            font-size: 0.95rem;\n        }\n\n        \/* SECCIÓN DE RESEÑAS *\/\n        .testimonials {\n            background: linear-gradient(to bottom, #1f2937, #111827);\n            padding: 5rem 0;\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n        }\n\n        @media (min-width: 768px) {\n            .testimonials-grid {\n                grid-template-columns: repeat(3, 1fr);\n            }\n        }\n\n        .testimonial-card {\n            background: rgba(255, 255, 255, 0.05);\n            border: 1px solid rgba(217, 119, 6, 0.2);\n            border-radius: 1rem;\n            padding: 2rem;\n            text-align: center;\n            transition: all 0.3s;\n        }\n\n        .testimonial-card:hover {\n            background: rgba(255, 255, 255, 0.1);\n            border-color: #ca8a04;\n            transform: translateY(-4px);\n        }\n\n        .testimonial-image {\n            width: 100px;\n            height: 100px;\n            margin: 0 auto 1.5rem;\n            border-radius: 50%;\n            overflow: hidden;\n            border: 3px solid #ca8a04;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);\n        }\n\n        .testimonial-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .testimonial-stars {\n            color: #fbbf24;\n            font-size: 1.25rem;\n            margin-bottom: 1rem;\n            letter-spacing: 0.1em;\n        }\n\n        .testimonial-text {\n            color: #d1d5db;\n            font-size: 0.95rem;\n            margin-bottom: 1.5rem;\n            line-height: 1.8;\n            font-style: italic;\n        }\n\n        .testimonial-author {\n            font-weight: 600;\n            color: white;\n            margin-bottom: 0.25rem;\n        }\n\n        .testimonial-location {\n            font-size: 0.85rem;\n            color: #9ca3af;\n        }\n\n        \/* SECCIÓN CTA FINAL *\/\n        .cta-section {\n            background: linear-gradient(to bottom, #111827, #0f172a);\n            padding: 5rem 0;\n            text-align: center;\n        }\n\n        .cta-section h2 {\n            font-family: 'Montserrat', sans-serif;\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: white;\n        }\n\n        .cta-section p {\n            font-size: 1.125rem;\n            color: #d1d5db;\n            margin-bottom: 2rem;\n            max-width: 36rem;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-image-btn {\n            max-width: 500px;\n            margin: 0 auto 2rem;\n            cursor: pointer;\n            transition: all 0.3s;\n            border: none;\n            background: none;\n            padding: 0;\n        }\n\n        .cta-image-btn:hover {\n            transform: scale(1.05);\n        }\n\n        .cta-image-btn img {\n            width: 100%;\n            height: auto;\n            border-radius: 0.5rem;\n            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.5);\n        }\n\n        \/* FOOTER *\/\n        footer {\n            background: #0a0f1a;\n            border-top: 1px solid rgba(217, 119, 6, 0.2);\n            padding: 3rem 0;\n            text-align: center;\n            color: #9ca3af;\n        }\n\n        footer p {\n            margin-bottom: 0.5rem;\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .hero-text h1 {\n                font-size: 2rem;\n            }\n\n            .cta-section h2 {\n                font-size: 1.875rem;\n            }\n\n            .section-title {\n                font-size: 1.875rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- DESTELLOS ANIMADOS --\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-1\" style=\"top: 5%; right: 8%; width: 8px; height: 8px; background: #fbbf24;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-2\" style=\"top: 10%; left: 5%; width: 6px; height: 6px; background: #fcd34d;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-3\" style=\"top: 50%; right: 4%; width: 8px; height: 8px; background: #fbbf24;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-4\" style=\"top: 33%; left: 25%; width: 6px; height: 6px; background: #fcd34d;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-5\" style=\"bottom: 32%; right: 33%; width: 8px; height: 8px; background: #fbbf24;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-1\" style=\"bottom: 5%; left: 33%; width: 6px; height: 6px; background: #fcd34d;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-2\" style=\"top: 25%; left: 50%; width: 8px; height: 8px; background: #fbbf24;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"sparkle sparkle-delay-3\" style=\"bottom: 33%; left: 50%; width: 6px; height: 6px; background: #fcd34d;\"\u003e\u003c\/div\u003e\n\n    \u003c!-- NAVEGACIÓN --\u003e\n    \u003cnav\u003e\n        \u003cdiv class=\"nav-brand\"\u003e\n            \u003cdiv class=\"nav-logo\"\u003eL\u003c\/div\u003e\n            \u003cspan\u003eGafas Loewe\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cbutton class=\"nav-btn\" onclick=\"document.getElementById('cta-final').scrollIntoView({behavior: 'smooth'})\"\u003eComprar\u003c\/button\u003e\n    \u003c\/nav\u003e\n\n    \u003c!-- HERO SECTION --\u003e\n    \u003csection class=\"hero\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"hero-content\"\u003e\n                \u003cdiv class=\"hero-text\"\u003e\n                    \u003cdiv style=\"display: flex; align-items: center; gap: 0.75rem; margin-bottom: 2rem;\"\u003e\n                        \u003cdiv style=\"width: 3rem; height: 0.25rem; background: #ca8a04;\"\u003e\u003c\/div\u003e\n                        \u003cspan style=\"font-size: 0.875rem; font-weight: 600; color: #ca8a04; letter-spacing: 0.1em; text-transform: uppercase;\"\u003eDiseño Premium\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch1\u003eEstilo Premium\u003cbr\u003e\u003cspan class=\"accent\"\u003ea tu Alcance\u003c\/span\u003e\n\u003c\/h1\u003e\n\n                    \u003cp\u003eGafas de sol ovaladas retro con diseño Loewe auténtico. Protección UV400, múltiples colores y calidad verificada.\u003c\/p\u003e\n\n                    \u003cdiv class=\"hero-benefits\"\u003e\n                        \u003cdiv class=\"benefit-item\"\u003e\n                            \u003cdiv class=\"benefit-icon\"\u003e\u003c\/div\u003e\n                            \u003cspan class=\"benefit-text\"\u003eProtección UV400 completa\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"benefit-item\"\u003e\n                            \u003cdiv class=\"benefit-icon\"\u003e\u003c\/div\u003e\n                            \u003cspan class=\"benefit-text\"\u003e6+ colores disponibles\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"benefit-item\"\u003e\n                            \u003cdiv class=\"benefit-icon\"\u003e\u003c\/div\u003e\n                            \u003cspan class=\"benefit-text\"\u003e4.8\/5 estrellas (100+ clientes)\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"hero-cta\"\u003e\n                        \u003cbutton class=\"btn-primary\" onclick=\"document.getElementById('cta-final').scrollIntoView({behavior: 'smooth'})\"\u003e\n                            COMPRAR AHORA\n                            \u003cspan\u003e→\u003c\/span\u003e\n                        \u003c\/button\u003e\n                        \u003cbutton class=\"btn-secondary\" onclick=\"document.getElementById('colores').scrollIntoView({behavior: 'smooth'})\"\u003eVer Colores\u003c\/button\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"hero-trust\"\u003e\n                        \u003cdiv class=\"trust-item\"\u003e\n                            \u003cdiv class=\"trust-label\"\u003eEnvío Rápido\u003c\/div\u003e\n                            \u003cdiv class=\"trust-value\"\u003eAbril 20\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"trust-divider\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"trust-item\"\u003e\n                            \u003cdiv class=\"trust-label\"\u003eGarantía\u003c\/div\u003e\n                            \u003cdiv class=\"trust-value\"\u003e100% Satisfacción\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"trust-divider\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"trust-item\"\u003e\n                            \u003cdiv class=\"trust-label\"\u003eDescuento\u003c\/div\u003e\n                            \u003cdiv class=\"trust-value\" style=\"color: #fbbf24;\"\u003eEspecial\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"hero-image\"\u003e\n                    \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/GafasBlancasNueva_8bc4761a.png\" alt=\"Gafas Blancas Premium\"\u003e\n                    \u003cdiv class=\"hero-badge\"\u003e⭐ 4.8\/5 Estrellas\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN DE COLORES --\u003e\n    \u003csection class=\"colors-section\" id=\"colores\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2 class=\"section-title\"\u003eElige Tu Color Favorito\u003c\/h2\u003e\n            \n            \u003cdiv class=\"colors-grid\"\u003e\n                \u003c!-- GAFAS NEGRAS --\u003e\n                \u003cdiv class=\"color-card\"\u003e\n                    \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/GafasNegras_5fd19ff5.png\" alt=\"Gafas Negras\"\u003e\n                    \u003cdiv class=\"color-info\"\u003e\n                        \u003ch3\u003eNegro Clásico\u003c\/h3\u003e\n                        \u003cp\u003eEl color atemporal que combina con todo. Elegancia y sofisticación en su máxima expresión. Perfecto para cualquier ocasión, desde casual hasta formal.\u003c\/p\u003e\n                        \u003cbutton class=\"btn-primary\" onclick=\"document.getElementById('cta-final').scrollIntoView({behavior: 'smooth'})\" style=\"width: 100%; margin-top: 1rem;\"\u003eComprar Negro\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- GAFAS AZULES --\u003e\n                \u003cdiv class=\"color-card reverse\"\u003e\n                    \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/GafasAzulesNueva_0b796077.png\" alt=\"Gafas Azules\"\u003e\n                    \u003cdiv class=\"color-info\"\u003e\n                        \u003ch3\u003eAzul Vibrante\u003c\/h3\u003e\n                        \u003cp\u003eUn toque de color que destaca tu personalidad. Perfecto para looks modernos y atrevidos. Combina con outfits casuales y deportivos.\u003c\/p\u003e\n                        \u003cbutton class=\"btn-primary\" onclick=\"document.getElementById('cta-final').scrollIntoView({behavior: 'smooth'})\" style=\"width: 100%; margin-top: 1rem;\"\u003eComprar Azul\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- GAFAS ROJAS --\u003e\n                \u003cdiv class=\"color-card\"\u003e\n                    \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/GafasRojas_4d83c2c2.png\" alt=\"Gafas Rojas\"\u003e\n                    \u003cdiv class=\"color-info\"\u003e\n                        \u003ch3\u003eRojo Pasión\u003c\/h3\u003e\n                        \u003cp\u003eAtrévete a destacar con este color audaz y llamativo. Ideal para looks vintage y retro. Perfecto para quienes aman ser el centro de atención.\u003c\/p\u003e\n                        \u003cbutton class=\"btn-primary\" onclick=\"document.getElementById('cta-final').scrollIntoView({behavior: 'smooth'})\" style=\"width: 100%; margin-top: 1rem;\"\u003eComprar Rojo\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- GAFAS BLANCAS --\u003e\n                \u003cdiv class=\"color-card reverse\"\u003e\n                    \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/GafasBlancasNueva_8bc4761a.png\" alt=\"Gafas Blancas\"\u003e\n                    \u003cdiv class=\"color-info\"\u003e\n                        \u003ch3\u003eBlanco Puro\u003c\/h3\u003e\n                        \u003cp\u003eLimpio, minimalista y versátil. El blanco es la opción perfecta para looks frescos y modernos. Combina con cualquier estilo.\u003c\/p\u003e\n                        \u003cbutton class=\"btn-primary\" onclick=\"document.getElementById('cta-final').scrollIntoView({behavior: 'smooth'})\" style=\"width: 100%; margin-top: 1rem;\"\u003eComprar Blanco\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN DE BENEFICIOS --\u003e\n    \u003csection class=\"benefits\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2 class=\"section-title\"\u003ePor Qué Elegir Nuestras Gafas\u003c\/h2\u003e\n            \n            \u003cdiv class=\"benefits-grid\"\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-card-icon\"\u003e🛡️\u003c\/div\u003e\n                    \u003ch3\u003eProtección UV400\u003c\/h3\u003e\n                    \u003cp\u003eProtección total contra rayos UVA y UVB\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-card-icon\"\u003e🎨\u003c\/div\u003e\n                    \u003ch3\u003e6+ Colores\u003c\/h3\u003e\n                    \u003cp\u003eElige el color perfecto para tu estilo\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-card-icon\"\u003e✨\u003c\/div\u003e\n                    \u003ch3\u003eDiseño Premium\u003c\/h3\u003e\n                    \u003cp\u003eEstilo retro ovalado que nunca pasa de moda\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-card-icon\"\u003e🏆\u003c\/div\u003e\n                    \u003ch3\u003eCalidad Verificada\u003c\/h3\u003e\n                    \u003cp\u003eMás de 100 clientes satisfechos\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-card-icon\"\u003e📦\u003c\/div\u003e\n                    \u003ch3\u003eEnvío Seguro\u003c\/h3\u003e\n                    \u003cp\u003eEmpaquetado con cuidado extremo\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"benefit-card\"\u003e\n                    \u003cdiv class=\"benefit-card-icon\"\u003e💯\u003c\/div\u003e\n                    \u003ch3\u003eGarantía 100%\u003c\/h3\u003e\n                    \u003cp\u003eDevolución sin complicaciones\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- SECCIÓN DE RESEÑAS --\u003e\n    \u003csection class=\"testimonials\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2 class=\"section-title\"\u003eLo Que Dicen Nuestros Clientes\u003c\/h2\u003e\n            \n            \u003cdiv class=\"testimonials-grid\"\u003e\n                \u003c!-- RESEÑA 1 --\u003e\n                \u003cdiv class=\"testimonial-card\"\u003e\n                    \u003cdiv class=\"testimonial-image\"\u003e\n                        \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/Resena1_8063b179.jpg\" alt=\"Cliente 1\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"Increíble calidad y diseño. Las gafas llegaron perfectas y se ven exactamente como en las fotos. ¡Muy recomendado!\"\u003c\/p\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003eMaría García\u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-location\"\u003eBogotá, Colombia\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- RESEÑA 2 --\u003e\n                \u003cdiv class=\"testimonial-card\"\u003e\n                    \u003cdiv class=\"testimonial-image\"\u003e\n                        \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/Resena2_c51d1cd5.jpg\" alt=\"Cliente 2\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"Excelente compra. La protección UV es real, los cristales son muy claros y el envío fue rápido. ¡Volveré a comprar!\"\u003c\/p\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003eSofía López\u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-location\"\u003eMedellín, Colombia\u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- RESEÑA 3 --\u003e\n                \u003cdiv class=\"testimonial-card\"\u003e\n                    \u003cdiv class=\"testimonial-image\"\u003e\n                        \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/Resena3_d8fb7a65.jpg\" alt=\"Cliente 3\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-stars\"\u003e★★★★★\u003c\/div\u003e\n                    \u003cp class=\"testimonial-text\"\u003e\"Perfectas. El diseño retro es muy moderno y versátil. Me encanta que vengan en varios colores. Definitivamente premium.\"\u003c\/p\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003eValentina Rodríguez\u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-location\"\u003eCali, Colombia\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CTA FINAL --\u003e\n    \u003csection class=\"cta-section\" id=\"cta-final\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003ch2\u003e¿Listo para Lucir Premium?\u003c\/h2\u003e\n            \u003cp\u003eTu estilo premium está esperando. Únete a más de 100 clientes satisfechos que ya disfrutan de sus gafas Loewe.\u003c\/p\u003e\n            \n            \u003cbutton class=\"cta-image-btn\" onclick=\"window.location.href='#comprar'\"\u003e\n                \u003cimg src=\"https:\/\/d2xsxph8kpxj0f.cloudfront.net\/310519663468298453\/jTAm3YQYk9HCHE5hyBuZ87\/BotonCompra_38ec2633.png\" alt=\"Comprar Ahora\"\u003e\n            \u003c\/button\u003e\n\n            \u003cdiv style=\"background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 0.5rem; padding: 2rem; margin-top: 3rem;\"\u003e\n                \u003cp style=\"color: white; font-weight: 600; margin-bottom: 1rem;\"\u003e✓ Garantía de Satisfacción 100%\u003c\/p\u003e\n                \u003cp style=\"color: #d1d5db;\"\u003eSi no estás completamente feliz con tu compra, ofrecemos devolución sin complicaciones. Compra con confianza y disfruta de tu estilo premium.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; margin-top: 3rem;\"\u003e\n                \u003cdiv style=\"text-align: center;\"\u003e\n                    \u003cp style=\"font-size: 1.875rem; font-weight: 700; color: #fbbf24; margin-bottom: 0.5rem;\"\u003e4.8\/5\u003c\/p\u003e\n                    \u003cp style=\"color: #9ca3af;\"\u003eCalificación Verificada\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"text-align: center;\"\u003e\n                    \u003cp style=\"font-size: 1.875rem; font-weight: 700; color: #fbbf24; margin-bottom: 0.5rem;\"\u003e100%\u003c\/p\u003e\n                    \u003cp style=\"color: #9ca3af;\"\u003eCalidad Premium\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"text-align: center;\"\u003e\n                    \u003cp style=\"font-size: 1.875rem; font-weight: 700; color: #fbbf24; margin-bottom: 0.5rem;\"\u003e6+\u003c\/p\u003e\n                    \u003cp style=\"color: #9ca3af;\"\u003eColores Disponibles\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FOOTER --\u003e\n    \u003cfooter\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cp\u003e© 2026 Gafas Loewe. Todos los derechos reservados.\u003c\/p\u003e\n            \u003cp style=\"font-size: 0.875rem; margin-top: 1rem;\"\u003eDiseño Premium | Calidad Verificada | 100% Satisfacción Garantizada\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\n    \u003cscript\u003e\n        \/\/ Smooth scroll para botones\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor =\u003e {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Homecol","offers":[{"title":"Default Title","offer_id":48175088730267,"sku":null,"price":0.0,"currency_code":"COP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0656\/1644\/5595\/files\/ChatGPT_Image_25_mar_2026_17_20_20.png?v=1774479475","url":"https:\/\/homecolstore.com\/products\/gafas-loewe-%e2%8f%b0-stock-limitado","provider":"Homecol","version":"1.0","type":"link"}