{"product_id":"audifonos-beats-powerbeats-pro-2","title":"Beats PowerBeats Pro 2 - Bluetooth Wireless Noise Cancelling Earbuds","description":"\u003c!-- BEATS POWERBEATS PRO 2 DESIGN START (PURE CSS VERSION) --\u003e\n\u003c!-- We only load fonts and icons, the rest is pure CSS --\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\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"pb-section pb-hero pb-reveal\"\u003e\n\n        \u003cdiv class=\"pb-container pb-text-center\"\u003e\n\n            \u003cspan class=\"pb-badge\"\u003eApple H2 Chip\u003c\/span\u003e\n            \u003ch1 class=\"pb-title-hero\"\u003ePowerbeats Pro 2.\u003c\/h1\u003e\n\n            \u003cp class=\"pb-subtitle-hero\"\u003e\n                The ultimate workout.\u003cbr\u003eReal-time heart rate.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background-color: #ffffff; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n\n        \u003cdiv class=\"pb-container pb-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eEngineered for Performance.\u003c\/h2\u003e\n\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n\n                \u003cp\u003eWith over 1,500 hours of athlete testing, \u003cstrong\u003ePowerbeats Pro 2\u003c\/strong\u003e offer the most secure and comfortable fit ever. Nickel-titanium alloy ear hooks stay locked in while you train.\u003c\/p\u003e\n\n                \u003cp\u003ePowered by the \u003cstrong\u003eApple H2\u003c\/strong\u003e chip and sweat-resistant (IPX4), they are the ultimate tool for handling rain, snow, and heat.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Health and ANC --\u003e\n    \u003cdiv class=\"pb-section\"\u003e\n\n        \u003cdiv class=\"pb-container pb-text-center pb-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eAbsolute Focus.\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 1rem; margin-bottom: 1.5rem; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003e\n                Heart sensors and Beats' best noise cancellation.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Light Card --\u003e\n            \u003cdiv class=\"pb-card-light pb-text-left\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\n                \u003cdiv style=\"position: relative; z-index: 10;\"\u003e\n\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\n                        \u003ci class=\"fa-solid fa-heart-pulse\"\u003e\u003c\/i\u003e HEART RATE MONITOR\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.5rem;\"\u003eYour Real-Time Pulse.\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eSensors monitor your heart rate over 100 times per second. Combine it with high-performance \u003cstrong\u003eActive Noise Cancellation (ANC)\u003c\/strong\u003e to fully immerse yourself in your workout.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Battery and H2 Chip --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background-color: #f5f5f7;\"\u003e\n\n        \u003cdiv class=\"pb-container pb-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n\n            \u003cdiv class=\"pb-row-md\" style=\"display: flex; flex-direction: column; align-items: center;\"\u003e\n\n                \n                \u003c!-- Left Column --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center;\"\u003e\n\n                    \u003ch2 style=\"color: #6b7280; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eTotal Battery\u003c\/h2\u003e\n\n                    \u003cdiv class=\"pb-big-text\"\u003e\n\n                        45\u003cspan class=\"pb-sup-text\"\u003eHours\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv style=\"margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;\"\u003e\n\n                        \u003cspan style=\"font-size: 0.75rem; color: #E01E3C; font-weight: bold; background: #ffe4e6; padding: 2px 8px; border-radius: 4px;\"\u003eWireless Qi Charging\u003c\/span\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Right Column --\u003e\n                \u003cdiv style=\"flex: 1; text-align: center; padding: 0 1rem;\"\u003e\n\n                    \u003cp style=\"font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eExtraordinary Efficiency.\u003c\/p\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eThanks to the Apple H2 chip, enjoy up to 45 hours of playback with the charging case, which is now \u003cstrong\u003e33% smaller\u003c\/strong\u003e. Compatible with Qi wireless charging for added convenience.\u003c\/p\u003e\n\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\n                        \u003cdiv style=\"width: 40px; height: 40px; background: #161616; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;\"\u003e\n\n                            \u003ci class=\"fa-solid fa-microchip\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv style=\"text-align: left;\"\u003e\n\n                            \u003cspan style=\"display: block; font-size: 0.75rem; font-weight: bold; color: #6b7280; text-transform: uppercase;\"\u003ePower\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\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: Spatial Sound --\u003e\n    \u003cdiv class=\"pb-section\"\u003e\n\n         \u003cdiv class=\"pb-container pb-text-center pb-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eImmersive Sound.\u003c\/h2\u003e\n\n            \n            \u003cdiv class=\"pb-grid-2\"\u003e\n\n                \u003c!-- Spatial Audio Card --\u003e\n                \u003cdiv class=\"pb-card-dark pb-text-left\"\u003e\n\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;\"\u003eSpatial Audio\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #d1d5db; font-size: 0.9rem;\"\u003eWith dynamic head tracking. Adaptive EQ adjusts frequencies to your ear for personalized sound.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Connectivity Card --\u003e\n                \u003cdiv class=\"pb-card-light pb-text-left\"\u003e\n\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;\"\u003eTotal Connectivity\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.9rem;\"\u003eIndustry-leading Class 1 Bluetooth. Compatible with native Apple features and the Beats App for Android.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Functionality and Design (Bento Grid) --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n\n        \u003cdiv class=\"pb-container pb-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n            \u003ch2 class=\"pb-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eControl and Comfort.\u003c\/h2\u003e\n\n\n            \u003cdiv class=\"pb-bento-grid pb-grid-2\"\u003e \n                \n                \u003c!-- Controls Card --\u003e\n                \u003cdiv class=\"pb-card-light pb-col-span-2\" style=\"display: flex; flex-direction: column; justify-content: space-between;\"\u003e\n\n                    \u003cdiv\u003e\n\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\n                            \u003ci class=\"fa-solid fa-fingerprint\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eTouch Control.\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem;\"\u003ePhysical buttons and haptic volume rockers. Control your music and calls without interrupting your flow.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Durability Card --\u003e\n                \u003cdiv class=\"pb-card-dark pb-text-center\" style=\"display: flex; flex-direction: column; justify-content: center; align-items: center;\"\u003e\n\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\n                    \u003cp style=\"color: #d1d5db; font-size: 0.8rem;\"\u003eWater and sweat resistant.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Box Content Card --\u003e\n                \u003cdiv class=\"pb-card-light pb-col-span-3\" style=\"display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;\"\u003e\n\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\n                        \u003ci class=\"fa-solid fa-box-open\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv style=\"flex: 1;\"\u003e\n\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.1rem; margin-bottom: 0;\"\u003eIn the box\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem; margin-bottom: 0;\"\u003eEarbuds, Charging Case, 5 sizes of ear tips. (USB-C cable not included).\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \n     \u003c!-- Product Footer --\u003e\n    \u003cdiv class=\"pb-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n\n        \u003cdiv class=\"pb-container pb-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eBeats Powerbeats Pro 2\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003e20% lighter. 100% more powerful.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- BEATS POWERBEATS PRO 2 DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Jet Black","offer_id":58173474898268,"sku":"B0DT2344N3","price":270.0,"currency_code":"USD","in_stock":true},{"title":"Arena movediza","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\/en\/products\/audifonos-beats-powerbeats-pro-2","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}