{"product_id":"audifonos-beats-fit-pro-noise-cancelling","title":"Beats Powerbeats Fit - Auriculares inalámbricos con cancelación de ruido","description":"\u003c!-- INICIO DEL DISEÑO BEATS POWERBEATS FIT (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-fit-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-fit-custom-landing *, \n    #beats-fit-custom-landing *::before, \n    #beats-fit-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #beats-fit-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #beats-fit-custom-landing h1, \n    #beats-fit-custom-landing h2, \n    #beats-fit-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-fit-custom-landing p {\n        margin-bottom: 0.8rem;\n    }\n\n    \/* Utilidades de Layout *\/\n    .bf-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    .bf-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .bf-text-center { text-align: center; }\n    .bf-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .bf-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    .bf-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    .bf-title-hero {\n        font-size: 3rem;\n        margin-bottom: 0.5rem;\n        margin-top: 1rem;\n    }\n\n    .bf-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    .bf-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    .bf-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    .bf-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    .bf-card-dark:hover, .bf-card-light:hover {\n        transform: translateY(-3px);\n    }\n\n    \/* Animaciones CSS *\/\n    @keyframes bf-fade-in-up {\n        0% { opacity: 0; transform: translateY(20px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .bf-reveal {\n        animation: bf-fade-in-up 1s ease-out forwards;\n        opacity: 0;\n    }\n\n    \/* Animación Ripple CSS puro *\/\n    @keyframes bf-ripple {\n        0% { transform: scale(1); opacity: 1; }\n        100% { transform: scale(2); opacity: 0; }\n    }\n    .bf-ripple-dot {\n        position: absolute;\n        width: 8px;\n        height: 8px;\n        background-color: #E01E3C; \/* Rojo Beats *\/\n        border-radius: 50%;\n        animation: bf-ripple 2s infinite ease-out;\n    }\n\n    \/* Diseño Batería \/ Badge *\/\n    .bf-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    .bf-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        .bf-title-hero { font-size: 4rem; }\n        .bf-grid-2 { grid-template-columns: 1fr 1fr; }\n        .bf-big-text { font-size: 5rem; }\n        .bf-row-md {\n            flex-direction: row;\n            text-align: left;\n            gap: 2rem;\n        }\n        .bf-section { padding: 3rem 2rem; }\n        \n        \/* Grid Bento *\/\n        .bf-bento-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1rem;\n        }\n        .bf-col-span-2 { grid-column: span 2; }\n        .bf-col-span-3 { grid-column: span 3; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"beats-fit-custom-landing\"\u003e\n\n    \u003c!-- Sección Hero --\u003e\n    \u003cdiv class=\"bf-section bf-hero bf-reveal\"\u003e\n        \u003cdiv class=\"bf-container bf-text-center\"\u003e\n            \u003cspan class=\"bf-badge\"\u003eApple H1 Chip\u003c\/span\u003e\n            \u003ch1 class=\"bf-title-hero\"\u003ePowerbeats Fit.\u003c\/h1\u003e\n            \u003cp class=\"bf-subtitle-hero\"\u003e\n                Diseñados para bloquearse en su lugar.\u003cbr\u003eSonido potente y equilibrado.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Intro Texto --\u003e\n    \u003cdiv class=\"bf-section\" style=\"background-color: #ffffff; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n        \u003cdiv class=\"bf-container bf-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eAjuste Seguro Universal.\u003c\/h2\u003e\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n                \u003cp\u003eEquipados con \u003cstrong\u003epuntas alares (wingtips)\u003c\/strong\u003e de ajuste seguro que se pliegan suavemente en tu oreja para una estabilidad excepcional y comodidad durante todo el día.\u003c\/p\u003e\n                \u003cp\u003eLa plataforma acústica personalizada ofrece un sonido Beats potente y equilibrado, perfecto para entrenamientos intensos bajo la lluvia, calor o nieve gracias a su resistencia \u003cstrong\u003eIPX4\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Característica: ANC y Sonido --\u003e\n    \u003cdiv class=\"bf-section\"\u003e\n        \u003cdiv class=\"bf-container bf-text-center bf-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eEnfoque o Entorno.\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                Control total sobre lo que escuchas con ANC y Modo Transparencia.\n            \u003c\/p\u003e\n\n            \u003c!-- Tarjeta Light --\u003e\n            \u003cdiv class=\"bf-card-light bf-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-sliders\"\u003e\u003c\/i\u003e ACTIVE NOISE CANCELLING\n                    \u003c\/div\u003e\n                    \u003ch3 style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.5rem;\"\u003eInmersión Total.\u003c\/h3\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eLa Cancelación Activa de Ruido (ANC) bloquea el mundo exterior para que te concentres. ¿Necesitas oír tu entorno? Cambia al \u003cstrong\u003eModo Transparencia\u003c\/strong\u003e al instante.\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 H1 --\u003e\n    \u003cdiv class=\"bf-section\" style=\"background-color: #f5f5f7;\"\u003e\n        \u003cdiv class=\"bf-container bf-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n            \u003cdiv class=\"bf-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=\"bf-big-text\"\u003e\n                        30\u003cspan class=\"bf-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;\"\u003eFast Fuel: 5min = 1h\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;\"\u003ePotencia Inteligente.\u003c\/p\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eHasta 7 horas de escucha por auricular y 30 horas con el estuche de carga. Gracias al chip \u003cstrong\u003eApple H1\u003c\/strong\u003e, disfruta de cambio automático, \"Oye Siri\" manos libres y Audio Compartido.\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-brands fa-apple\"\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;\"\u003eIntegración\u003c\/span\u003e\n                            \u003cspan style=\"font-size: 0.9rem; font-weight: 600; color: #1d1d1f;\"\u003eiOS \u0026amp; Android\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=\"bf-section\"\u003e\n         \u003cdiv class=\"bf-container bf-text-center bf-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eTecnología Avanzada.\u003c\/h2\u003e\n            \n            \u003cdiv class=\"bf-grid-2\"\u003e\n                \u003c!-- Spatial Audio Card --\u003e\n                \u003cdiv class=\"bf-card-dark bf-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 para música, películas y juegos. El EQ Adaptativo ajusta el sonido a tu ajuste personal.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Call Quality Card --\u003e\n                \u003cdiv class=\"bf-card-light bf-text-left\"\u003e\n                     \u003ci class=\"fa-solid fa-microphone-lines\" 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;\"\u003eLlamadas Nítidas\u003c\/h3\u003e\n                    \u003cp style=\"color: #4b5563; font-size: 0.9rem;\"\u003eMicrófonos duales beam-forming localizan tu voz y un procesador digital elimina el ruido externo y del viento.\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=\"bf-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n        \u003cdiv class=\"bf-container bf-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n            \u003ch2 class=\"bf-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eHecho para moverse.\u003c\/h2\u003e\n\n            \u003cdiv class=\"bf-bento-grid bf-grid-2\"\u003e \n                \n                \u003c!-- Tarjeta Sensors --\u003e\n                \u003cdiv class=\"bf-card-light bf-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-play\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eAuto-Play\/Pause.\u003c\/h3\u003e\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem;\"\u003eSensores ópticos detectan cuando te los pones o te los quitas para reproducir o pausar automáticamente.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Durabilidad --\u003e\n                \u003cdiv class=\"bf-card-dark bf-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;\"\u003eSudor y Agua.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Tarjeta Box Content --\u003e\n                \u003cdiv class=\"bf-card-light bf-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;\"\u003ePowerbeats Fit, Estuche de carga, 4 tamaños de almohadillas. (Cable 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=\"bf-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n        \u003cdiv class=\"bf-container bf-text-center\"\u003e\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eBeats Powerbeats Fit\u003c\/h2\u003e\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eEl sonido que te mueve.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- FIN DEL DISEÑO BEATS POWERBEATS FIT --\u003e","brand":"Beats","offers":[{"title":"Spark Orange","offer_id":48875317559516,"sku":"B0FPGQMMGN","price":290.0,"currency_code":"USD","in_stock":false},{"title":"Jet Black","offer_id":48875317592284,"sku":"B0FRN5JWRP","price":290.0,"currency_code":"USD","in_stock":false},{"title":"Gravel Gray","offer_id":48875317625052,"sku":"B0FRN71389","price":290.0,"currency_code":"USD","in_stock":false},{"title":"Power Pink","offer_id":48875317657820,"sku":"B0FRN5JWRR","price":290.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0448\/8921\/1040\/files\/4e0c7b473d483d20745fe1556a5f3131.jpg?v=1775234380","url":"https:\/\/www.gsmpro.com\/products\/audifonos-beats-fit-pro-noise-cancelling","provider":"GSMPRO.CL","version":"1.0","type":"link"}