{"product_id":"meta-oakley-vanguard","title":"Oakley Meta Vanguard | Smart Sunglasses with Camera, Audio, and Bluetooth","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* --- ESTILOS CSS PARA SHOPIFY --- *\/\n        \/* Usamos un contenedor principal para evitar conflictos \n          con los estilos de la plantilla de Shopify. \n        *\/\n        :root {\n            --meta-blue: #0062E0;\n            --oakley-red: #D9000D; \/* Tono rojo icónico de Oakley *\/\n            --oakley-dark: #2a2a2a;\n            --oakley-gray: #f0f2f5;\n            --oakley-text: #1c1e21;\n            --oakley-text-secondary: #555;\n            --white: #FFFFFF;\n        }\n\n        .meta-oakley-container {\n            font-family: 'Roboto', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n            max-width: 1000px;\n            margin: 0 auto;\n            color: var(--oakley-text);\n            line-height: 1.6;\n            background-color: var(--white);\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);\n        }\n\n        \/* --- ENCABEZADO Y HERO --- *\/\n        .oakley-header {\n            padding: 40px 32px;\n            text-align: center;\n            border-bottom: 1px solid var(--oakley-gray);\n        }\n\n        .oakley-header h1 {\n            \/* NOTA SEO: El H1 real de la página debe estar en la plantilla \n              de Shopify (el título del producto). \n              Este es un H2 visualmente estilizado como H1 \n              para la *descripción*.\n            *\/\n            font-size: 2.75rem;\n            font-weight: 800;\n            color: var(--oakley-dark);\n            margin: 0 0 8px 0;\n            line-height: 1.1;\n        }\n\n        .oakley-header .subtitle {\n            font-size: 1.25rem;\n            color: var(--oakley-text-secondary);\n            font-weight: 400;\n            max-width: 650px;\n            margin: 0 auto;\n        }\n\n        .oakley-hero-image {\n            width: 100%;\n            height: 500px;\n            background-color: var(--oakley-gray);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.2rem;\n            color: var(--oakley-text-secondary);\n            font-style: italic;\n        }\n\n        \/* --- SECCIONES DE BENEFICIOS (RESPONSIVAS) --- *\/\n        .oakley-section {\n            display: flex;\n            align-items: center;\n            padding: 56px 32px;\n            gap: 40px;\n            border-bottom: 1px solid var(--oakley-gray);\n        }\n\n        .oakley-section.reverse {\n            flex-direction: row-reverse;\n        }\n\n        .oakley-section-text {\n            flex: 1;\n        }\n\n        .oakley-section-text .eyebrow {\n            font-size: 0.9rem;\n            font-weight: 700;\n            color: var(--meta-blue);\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 8px;\n        }\n\n        .oakley-section-text h2 {\n            font-size: 2.25rem;\n            font-weight: 700;\n            margin-top: 0;\n            margin-bottom: 16px;\n        }\n\n        .oakley-section-text p {\n            font-size: 1.1rem;\n            color: var(--oakley-text-secondary);\n            margin-bottom: 24px;\n        }\n        \n        .oakley-section-text ul {\n            list-style: none;\n            padding-left: 0;\n        }\n        \n        .oakley-section-text li {\n            font-size: 1.1rem;\n            position: relative;\n            padding-left: 30px;\n            margin-bottom: 12px;\n            font-weight: 500;\n        }\n        \n        \/* Icono de checkmark *\/\n        .oakley-section-text li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--meta-blue);\n            font-weight: 700;\n        }\n\n        .oakley-section-image {\n            flex: 1;\n            height: 400px;\n            background-color: var(--oakley-gray);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1rem;\n            color: var(--oakley-text-secondary);\n            font-style: italic;\n        }\n        \n        \/* --- SECCIÓN DESPLEGABLE (ACORDEÓN) --- *\/\n        .oakley-accordion-section {\n            padding: 56px 32px;\n            background-color: #f9f9f9;\n        }\n        \n        .oakley-accordion-section h2 {\n            text-align: center;\n            font-size: 2.25rem;\n            font-weight: 700;\n            margin-top: 0;\n            margin-bottom: 32px;\n        }\n\n        .oakley-details {\n            background-color: var(--white);\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            margin-bottom: 12px;\n            overflow: hidden;\n        }\n\n        .oakley-details summary {\n            font-size: 1.15rem;\n            font-weight: 600;\n            padding: 20px 24px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            list-style: none; \/* Oculta marcador por defecto *\/\n        }\n        \n        .oakley-details summary::-webkit-details-marker {\n            display: none; \n        }\n\n        \/* Icono de \"+\" y \"-\" *\/\n        .oakley-details summary::after {\n            content: '+';\n            font-size: 1.75rem;\n            color: var(--meta-blue);\n            font-weight: 400;\n            transition: transform 0.2s ease-in-out;\n        }\n\n        .oakley-details[open] summary {\n            color: var(--meta-blue);\n        }\n\n        .oakley-details[open] summary::after {\n            content: '−';\n            transform: translateY(-2px);\n        }\n\n        .oakley-details-content {\n            padding: 0 24px 24px 24px;\n            color: var(--oakley-text-secondary);\n            line-height: 1.7;\n            border-top: 1px solid var(--oakley-gray);\n        }\n        \n        .oakley-details-content p {\n            margin-top: 16px;\n        }\n        .oakley-details-content ul {\n            padding-left: 20px;\n            margin-top: 16px;\n        }\n        .oakley-details-content li {\n            margin-bottom: 8px;\n        }\n\n        \/* --- CTA FINAL --- *\/\n        .oakley-cta-section {\n            text-align: center;\n            padding: 56px 32px;\n            background-color: var(--oakley-dark);\n            color: var(--white);\n        }\n\n        .oakley-cta-section h2 {\n            font-size: 2.25rem;\n            font-weight: 700;\n            margin-top: 0;\n            margin-bottom: 16px;\n        }\n\n        .oakley-cta-section p {\n            font-size: 1.1rem;\n            max-width: 600px;\n            margin: 0 auto 24px;\n            line-height: 1.6;\n            opacity: 0.9;\n        }\n        \n        \/* NOTA: Shopify Plus añade el botón de \"Añadir al carrito\" \n          principal. Este texto final refuerza la decisión de compra \n          justo antes de que el usuario haga scroll hacia ese botón.\n        *\/\n\n        \/* --- AJUSTES RESPONSIVOS --- *\/\n        @media (max-width: 768px) {\n            .oakley-header {\n                padding: 32px 24px;\n            }\n            .oakley-header h1 {\n                font-size: 2.25rem;\n            }\n            .oakley-header .subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .oakley-hero-image {\n                height: 350px;\n            }\n\n            .oakley-section {\n                flex-direction: column !important; \/* Apila columnas *\/\n                padding: 40px 24px;\n                gap: 24px;\n            }\n            \n            .oakley-section-image {\n                height: 300px;\n                width: 100%;\n            }\n\n            .oakley-section-text {\n                text-align: left;\n            }\n            \n            .oakley-section-text h2 {\n                font-size: 2rem;\n            }\n\n            .oakley-accordion-section, .oakley-cta-section {\n                padding: 40px 24px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"meta-oakley-container\"\u003e\n\n\u003cheader class=\"oakley-header\"\u003e\n\u003ch1\u003eMeta Oakley Vanguard: AI-Powered Sports Glasses\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eYour performance. Your coach. Your vision. All in a pair of glasses designed to break your limits.\u003c\/p\u003e\n\n\u003cp class=\"subtitle\"\u003e \u003c\/p\u003e\n\n\u003cp class=\"subtitle\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/22_2fee29c3-9313-4e8b-b9a1-c4c8230ebab5.webp?v=1762371310\" alt=\"\"\u003e\u003c\/p\u003e\n\n\u003c\/header\u003e\n\u003csection class=\"oakley-section\"\u003e\n\u003cdiv class=\"oakley-section-text\"\u003e\n\n\u003cspan class=\"eyebrow\"\u003eMeta AI Coach\u003c\/span\u003e\n\u003ch2\u003eYour Personal Coach, Always with You\u003c\/h2\u003e\n\n\u003cp\u003eStop looking at your watch. The \u003cstrong\u003eMeta AI Coach\u003c\/strong\u003e gives you real-time performance metrics via audio, directly in your ear. Keep your eyes on the road and let the AI analyze your pace, cadence, and power.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eInstant voice feedback to correct your form.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eTraining plans that adapt to your effort.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eCalls and open-ear audio music, without isolating you.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"oakley-section reverse\"\u003e\n\u003cdiv class=\"oakley-section-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/7_e3647829-97e8-401e-bb8b-515a54bde762.webp?v=1762370991\" alt=\"\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"oakley-section-text\"\u003e\n\n\u003cspan class=\"eyebrow\"\u003eLens Technology\u003c\/span\u003e\n\u003ch2\u003eSee the Terrain Like Never Before\u003c\/h2\u003e\n\n\u003cp\u003eDon't just look at the road, dominate it. The Vanguards incorporate legendary \u003cstrong\u003eOakley Prizm™\u003c\/strong\u003e lens technology, designed to enhance color and contrast, allowing you to see every bump, root, and change in the asphalt.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eMaximum clarity and depth perception.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eTotal impact protection and 100% UV rays.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cstrong\u003eInterchangeable lenses to adapt to any light.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"oakley-section\"\u003e\n\u003cdiv class=\"oakley-section-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/12.webp?v=1762371310\" alt=\"\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"oakley-section-text\"\u003e\n\n\u003cspan class=\"eyebrow\"\u003eHigh-Performance Design\u003c\/span\u003e\n\u003ch2\u003eBuilt to Withstand Anything\u003c\/h2\u003e\n\n\u003cp\u003ePerformance doesn't wait for good weather. Made with ultralight \u003cstrong\u003eO Matter™\u003c\/strong\u003e material, the Vanguards are designed to resist sweat, rain, and impacts. The three-point fit ensures they stay in place, no matter the intensity.\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWater and sweat resistant (IPX5 certified).\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eUnobtainium® nose pads for a perfect grip.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eRobust design that protects internal technology.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"oakley-accordion-section\"\u003e\n\u003ch2\u003eTechnical Specifications (The Advantage)\u003c\/h2\u003e\n\n\u003cdetails class=\"oakley-details\" open=\"\"\u003e\n\u003csummary\u003eMeta AI Coach: Your Voice Trainer\u003c\/summary\u003e\n\u003cdiv class=\"oakley-details-content\"\u003e\n\n\u003cp\u003eMeta's AI doesn't just answer questions, it actively trains you. Connect it to your power or cadence sensors (via Bluetooth) and receive analyses that you previously only had post-workout.\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePerformance Analysis:\u003c\/strong\u003e \"Your cadence has dropped 10%. Focus.\"\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eGoal Tracking:\u003c\/strong\u003e \"You are 2 minutes away from your personal best on this segment.\"\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eHands-Free Audio:\u003c\/strong\u003e Control music, receive calls, and listen to messages without touching your phone.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"oakley-details\" open=\"\"\u003e\n\u003csummary\u003ePrizm™ Optics and Advanced Protection\u003c\/summary\u003e\n\u003cdiv class=\"oakley-details-content\"\u003e\n\n\u003cp\u003ePrizm™ lenses precisely adjust individual light wavelengths, improving visual acuity to reveal details the naked eye would miss. Combined with Plutonite® material, they offer unparalleled protection.\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003e100% Filter:\u003c\/strong\u003e Blocks all UVA, UVB, UVC rays and harmful blue light.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eHigh Impact Resistance:\u003c\/strong\u003e Exceeds ANSI Z87.1 high-mass and high-velocity impact standards.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"oakley-details\" open=\"\"\u003e\n\u003csummary\u003eExtreme Fit and Resistance (O Matter™)\u003c\/summary\u003e\n\u003cdiv class=\"oakley-details-content\"\u003e\n\n\u003cp\u003eSports performance demands that glasses disappear on your face. The O Matter™ frame material is lightweight and torsion-resistant, while Unobtainium® on the temples and nose pads increases grip with perspiration.\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eThree-Point Fit:\u003c\/strong\u003e Keeps lenses in precise optical alignment.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eSweat Management:\u003c\/strong\u003e Integrated airflow channels to prevent fogging.\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"oakley-cta-section\"\u003e\n\u003ch2\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/21_e46d67c9-b0b7-4aca-ac49-d935928767c5.webp?v=1762371310\" alt=\"\"\u003e\u003c\/h2\u003e\n\n\u003ch2\u003eStop Measuring Your Effort. Start Improving It.\u003c\/h2\u003e\n\n\u003cp\u003eMeta Oakley Vanguard are not just smart glasses. They are the ultimate training tool. You are one click away from your next personal best.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"White, Prizm Sapphire","offer_id":58174484775260,"sku":"B0FQFQN5XW11","price":649.0,"currency_code":"USD","in_stock":true},{"title":"Black, Prizm 24K","offer_id":58174484808028,"sku":"B0FQFJT9YW11","price":649.0,"currency_code":"USD","in_stock":true},{"title":"White, Prizm Black","offer_id":58174484840796,"sku":"888392690388","price":649.0,"currency_code":"USD","in_stock":true},{"title":"Black, Prizm Road","offer_id":58174484873564,"sku":"888392690418","price":649.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/6_06c791b6-f9ae-48d5-90f3-b34940cbfb8d.webp?v=1782959820","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/meta-oakley-vanguard","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}