{"product_id":"audifonos-beats-powerbeats-pro-2","title":"Beats PowerBeats Pro 2 - Auriculares inalámbricos Bluetooth con cancelación de ruido","description":"\u003c!-- INICIO DEL DISEÑO BEATS POWERBEATS PRO 2 (VERSIÓN CSS PURO) --\u003e\n\u003c!-- Solo cargamos fuentes e iconos, el resto es CSS puro --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    \/* --- ESTILOS NATIVOS PARA SHOPIFY --- *\/\n    \/* Contenedor Principal Aislado *\/\n    #beats-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f;\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.4;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #beats-custom-landing *, \n    #beats-custom-landing *::before, \n    #beats-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #beats-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #beats-custom-landing h1, \n    #beats-custom-landing h2, \n    #beats-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.1;\n        font-weight: 700;\n        color: #1d1d1f;\n    }\n\n    #beats-custom-landing p {\n        margin-bottom: 0.8rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .pb-section {\n        padding: 2.5rem 1rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .pb-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .pb-text-center { text-align: center; }\n    .pb-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .pb-hero {\n        background: radial-gradient(circle at center, #f5f5f7 0%, #ffffff 70%);\n        padding-top: 3rem;\n        padding-bottom: 2rem;\n        min-height: auto;\n    }\n\n    .pb-badge {\n        color: #E01E3C; \/* Rojo Beats *\/\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.75rem;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 0.5rem;\n    }\n\n    .pb-title-hero {\n        font-size: 3rem;\n        margin-bottom: 0.5rem;\n        margin-top: 1rem;\n    }\n\n    .pb-subtitle-hero {\n        font-size: 1.2rem;\n        color: #6b7280;\n        font-weight: 500;\n        max-width: 600px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .pb-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1rem;\n        margin-top: 1rem;\n    }\n\n    \/* Cards - ESTILO DEPORTIVO PREMIUM *\/\n    .pb-card-dark {\n        background-color: #161616; \/* Negro Beats *\/\n        color: white;\n        border-radius: 1.5rem;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    }\n    \n    .pb-card-light {\n        background-color: #f5f5f7; \/* Gris Claro *\/\n        color: #1d1d1f;\n        border: 1px solid #e5e7eb;\n        border-radius: 1.5rem;\n        padding: 1.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: transform 0.3s ease;\n    }\n\n    .pb-card-dark:hover, .pb-card-light:hover {\n        transform: translateY(-3px);\n    }\n\n    \/* Animaciones CSS *\/\n    @keyframes pb-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .pb-reveal {\n        animation: pb-fade-in-up 1s ease-out forwards;\n        opacity: 0;\n    }\n\n    \/* Animación Ripple CSS puro *\/\n    @keyframes pb-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .pb-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #E01E3C; \/* Rojo Beats *\/\n        border-radius: 50%;\n        animation: pb-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .pb-big-text {\n        font-size: 3.5rem;\n        font-weight: 800;\n        line-height: 1;\n        position: relative;\n        display: inline-block;\n        color: #1d1d1f;\n    }\n    .pb-sup-text {\n        font-size: 1rem;\n        color: #E01E3C;\n        position: absolute;\n        top: 5px;\n        right: -25px;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .pb-title-hero { font-size: 4rem; }\n        .pb-grid-2 { grid-template-columns: 1fr 1fr; }\n        .pb-big-text { font-size: 5rem; }\n        .pb-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 2rem;\n        }\n        .pb-section { padding: 3rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .pb-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .pb-col-span-2 { grid-column: span 2; }\n        .pb-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"beats-custom-landing\"\u003e\n\n    \u003c!-- Sección Hero --\u003e\n    \u003cdiv class=\"pb-section pb-hero pb-reveal\"\u003e\n        \u003cdiv class=\"pb-container pb-text-center\"\u003e\n            \u003cspan class=\"pb-badge\"\u003eApple H2 Chip\u003c\/span\u003e\n            \u003ch1 class=\"pb-title-hero\"\u003ePowerbeats Pro 2.\u003c\/h1\u003e\n            \u003cp class=\"pb-subtitle-hero\"\u003e\n                El entrenamiento definitivo.\u003cbr\u003eFrecuencia cardíaca en tiempo real.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Intro Texto --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background-color: #ffffff; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n        \u003cdiv class=\"pb-container pb-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eDiseñado para el Rendimiento.\u003c\/h2\u003e\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n                \u003cp\u003eCon más de 1,500 horas de pruebas con atletas, los \u003cstrong\u003ePowerbeats Pro 2\u003c\/strong\u003e ofrecen el ajuste más seguro y cómodo jamás creado. Ganchos de aleación de níquel-titanio que se mantienen bloqueados mientras entrenas.\u003c\/p\u003e\n                \u003cp\u003ePotenciados por el chip \u003cstrong\u003eApple H2\u003c\/strong\u003e y resistentes al sudor (IPX4), son la herramienta definitiva para manejar lluvia, nieve y calor.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Salud y ANC --\u003e\n    \u003cdiv class=\"pb-section\"\u003e\n        \u003cdiv class=\"pb-container pb-text-center pb-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eEnfoque Absoluto.\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                Sensores cardíacos y la mejor cancelación de ruido de Beats.\n            \u003c\/p\u003e\n\n            \u003c!-- Tarjeta Light --\u003e\n            \u003cdiv class=\"pb-card-light pb-text-left\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n                \u003cdiv style=\"position: relative; z-index: 10;\"\u003e\n                    \u003cdiv style=\"display: inline-block; padding: 0.25rem 0.75rem; background: #e5e7eb; border-radius: 99px; font-size: 0.75rem; color: #E01E3C; margin-bottom: 1rem;\"\u003e\n                        \u003ci class=\"fa-solid fa-heart-pulse\"\u003e\u003c\/i\u003e HEART RATE MONITOR\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.5rem;\"\u003eTu Pulso en Tiempo Real.\u003c\/h3\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eLos sensores monitorean tu frecuencia cardíaca más de 100 veces por segundo. Combínalo con la \u003cstrong\u003eCancelación Activa de Ruido (ANC)\u003c\/strong\u003e de alto rendimiento para sumergirte completamente en tu entrenamiento.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Batería y Chip H2 --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background-color: #f5f5f7;\"\u003e\n        \u003cdiv class=\"pb-container pb-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n            \u003cdiv class=\"pb-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n                \n                \u003c!-- Columna Izquierda --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center;\"\u003e\n                    \u003ch2 style=\"color: #6b7280; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eBatería Total\u003c\/h2\u003e\n                    \u003cdiv class=\"pb-big-text\"\u003e\n                        45\u003cspan class=\"pb-sup-text\"\u003eHoras\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;\"\u003e\n                        \u003cspan style=\"font-size: 0.75rem; color: #E01E3C; font-weight: bold; background: #ffe4e6; padding: 2px 8px; border-radius: 4px;\"\u003eCarga Inalámbrica Qi\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Columna Derecha --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center; padding: 0 1rem;\"\u003e\n                    \u003cp style=\"font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eEficiencia Extraordinaria.\u003c\/p\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eGracias al chip Apple H2, disfruta de hasta 45 horas de reproducción con el estuche de carga, que ahora es un \u003cstrong\u003e33% más pequeño\u003c\/strong\u003e. Compatible con carga inalámbrica Qi para mayor comodidad.\u003c\/p\u003e\n                    \n                    \u003cdiv style=\"margin-top: 1rem; background: white; padding: 0.8rem; border-radius: 1rem; display: inline-flex; align-items: center; gap: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);\"\u003e\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #161616; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n                            \u003ci class=\"fa-solid fa-microchip\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv style=\"text-align: left;\"\u003e\n                            \u003cspan style=\"display: block; font-size: 0.75rem; font-weight: bold; color: #6b7280; text-transform: uppercase;\"\u003ePotencia\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003eApple H2 Chip\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: Sonido Espacial --\u003e\n    \u003cdiv class=\"pb-section\"\u003e\n         \u003cdiv class=\"pb-container pb-text-center pb-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eSonido Inmersivo.\u003c\/h2\u003e\n            \n            \u003cdiv class=\"pb-grid-2\"\u003e\n                \u003c!-- Spatial Audio Card --\u003e\n                \u003cdiv class=\"pb-card-dark pb-text-left\"\u003e\n                    \u003ci class=\"fa-solid fa-music\" style=\"font-size: 1.8rem; color: #E01E3C; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eAudio Espacial\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eCon seguimiento dinámico de la cabeza. El EQ Adaptativo ajusta las frecuencias a tu oído para un sonido personalizado.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Connectivity Card --\u003e\n                \u003cdiv class=\"pb-card-light pb-text-left\"\u003e\n                     \u003ci class=\"fa-brands fa-bluetooth-b\" style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eConectividad Total\u003c\/h3\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.9rem;\"\u003eBluetooth Clase 1 líder en la industria. Compatible con funciones nativas de Apple y App de Beats para Android.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Funcionalidad y Diseño (Bento Grid) --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n        \u003cdiv class=\"pb-container pb-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n            \u003ch2 class=\"pb-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eControl y Confort.\u003c\/h2\u003e\n\n            \u003cdiv class=\"pb-bento-grid pb-grid-2\"\u003e \n                \n                \u003c!-- Tarjeta Controls --\u003e\n                \u003cdiv class=\"pb-card-light pb-col-span-2\" style=\"display: flex; flex-direction: column; justify-content: space-between;\"\u003e\n                    \u003cdiv\u003e\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #E01E3C; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 0.8rem; font-size: 1.2rem;\"\u003e\n                            \u003ci class=\"fa-solid fa-fingerprint\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eControl Táctil.\u003c\/h3\u003e\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem;\"\u003eBotones físicos y balancines de volumen táctiles. Controla tu música y llamadas sin interrumpir tu flujo.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Durabilidad --\u003e\n                \u003cdiv class=\"pb-card-dark pb-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n                    \u003ci class=\"fa-solid fa-droplet\" style=\"font-size: 2.5rem; color: #E01E3C; margin-bottom: 0.8rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"color: white; font-size: 1.1rem;\"\u003eIPX4\u003c\/h3\u003e\n                    \u003cp style=\"color: #d1d5db; font-size: 0.8rem;\"\u003eResistente al agua y sudor.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Box Content --\u003e\n                \u003cdiv class=\"pb-card-light pb-col-span-3\" style=\"display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;\"\u003e\n                    \u003cdiv style=\"width: 40px; height: 40px; background: #1d1d1f; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem;\"\u003e\n                        \u003ci class=\"fa-solid fa-box-open\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"flex: 1;\"\u003e\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.1rem; margin-bottom: 0;\"\u003eEn la caja\u003c\/h3\u003e\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem; margin-bottom: 0;\"\u003eEarbuds, Estuche de Carga, 5 tamaños de almohadillas. (Cable USB-C no incluido).\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n     \u003c!-- Footer Producto --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n        \u003cdiv class=\"pb-container pb-text-center\"\u003e\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eBeats Powerbeats Pro 2\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003e20% más ligeros. 100% más potentes.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL DISEÑO BEATS POWERBEATS PRO 2 --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Jet Black","offer_id":58173474898268,"sku":"B0DT2344N3","price":270.0,"currency_code":"USD","in_stock":true},{"title":"Quick Sand","offer_id":58173474931036,"sku":"B0DT2H17F6","price":270.0,"currency_code":"USD","in_stock":true},{"title":"Electric Orange","offer_id":58173474963804,"sku":"B0DT2LTRL7","price":270.0,"currency_code":"USD","in_stock":true},{"title":"Hyper Purple","offer_id":58173474996572,"sku":"B0DT25FKCH","price":270.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/8d1dfd0e8d499bd1b600ffa87f3bcdfa.jpg?v=1782939993","url":"https:\/\/www.ourbiz-us.shop\/products\/audifonos-beats-powerbeats-pro-2","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}