{"product_id":"audifonos-beats-fit-pro-noise-cancelling","title":"Beats Powerbeats Fit - Wireless Noise Cancelling Earbuds","description":"\u003c!-- BEATS POWERBEATS FIT 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-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\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"bf-section bf-hero bf-reveal\"\u003e\n\n        \u003cdiv class=\"bf-container bf-text-center\"\u003e\n\n            \u003cspan class=\"bf-badge\"\u003eApple H1 Chip\u003c\/span\u003e\n            \u003ch1 class=\"bf-title-hero\"\u003ePowerbeats Fit.\u003c\/h1\u003e\n\n            \u003cp class=\"bf-subtitle-hero\"\u003e\n                Designed to lock in place.\u003cbr\u003ePowerful, balanced sound.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"bf-section\" style=\"background-color: #ffffff; padding-top: 1.5rem; padding-bottom: 1.5rem;\"\u003e\n\n        \u003cdiv class=\"bf-container bf-reveal\" style=\"animation-delay: 0.2s;\"\u003e\n\n            \u003ch2 style=\"font-size: 1.8rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eSecure Universal Fit.\u003c\/h2\u003e\n\n            \u003cdiv style=\"font-size: 1rem; color: #4b5563; max-width: 700px; margin: 0 auto;\"\u003e\n\n                \u003cp\u003eEquipped with secure-fit \u003cstrong\u003ewingtips\u003c\/strong\u003e that gently fold into your ear for exceptional stability and all-day comfort.\u003c\/p\u003e\n\n                \u003cp\u003eThe custom acoustic platform delivers powerful, balanced Beats sound, perfect for intense workouts in rain, heat, or snow thanks to its \u003cstrong\u003eIPX4\u003c\/strong\u003e resistance.\u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature: ANC and Sound --\u003e\n    \u003cdiv class=\"bf-section\"\u003e\n\n        \u003cdiv class=\"bf-container bf-text-center bf-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 0.5rem; color: #1d1d1f;\"\u003eFocus or Environment.\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                Total control over what you hear with ANC and Transparency Mode.\n            \u003c\/p\u003e\n\n\n            \u003c!-- Light Card --\u003e\n            \u003cdiv class=\"bf-card-light bf-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-sliders\"\u003e\u003c\/i\u003e ACTIVE NOISE CANCELLING\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.8rem; color: #1d1d1f; margin-bottom: 0.5rem;\"\u003eTotal Immersion.\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eActive Noise Cancellation (ANC) blocks out the outside world so you can focus. Need to hear your surroundings? Switch to \u003cstrong\u003eTransparency Mode\u003c\/strong\u003e instantly.\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 H1 Chip --\u003e\n    \u003cdiv class=\"bf-section\" style=\"background-color: #f5f5f7;\"\u003e\n\n        \u003cdiv class=\"bf-container bf-reveal\" style=\"display: flex; flex-direction: column; gap: 1.5rem; animation-delay: 0.4s;\"\u003e\n\n            \u003cdiv class=\"bf-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=\"bf-big-text\"\u003e\n\n                        30\u003cspan class=\"bf-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;\"\u003eFast Fuel: 5min = 1h\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;\"\u003eIntelligent Power.\u003c\/p\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.95rem;\"\u003eUp to 7 hours of listening per earbud and 30 hours with the charging case. Thanks to the \u003cstrong\u003eApple H1\u003c\/strong\u003e chip, enjoy automatic switching, hands-free \"Hey Siri,\" and Audio Sharing.\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-brands fa-apple\"\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;\"\u003eIntegration\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\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 Audio --\u003e\n    \u003cdiv class=\"bf-section\"\u003e\n\n         \u003cdiv class=\"bf-container bf-text-center bf-reveal\" style=\"animation-delay: 0.5s;\"\u003e\n\n            \u003ch2 style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eAdvanced Technology.\u003c\/h2\u003e\n\n            \n            \u003cdiv class=\"bf-grid-2\"\u003e\n\n                \u003c!-- Spatial Audio Card --\u003e\n                \u003cdiv class=\"bf-card-dark bf-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 for music, movies, and games. Adaptive EQ adjusts the sound to your personal fit.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Call Quality Card --\u003e\n                \u003cdiv class=\"bf-card-light bf-text-left\"\u003e\n\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;\"\u003eCrystal Clear Calls\u003c\/h3\u003e\n\n                    \u003cp style=\"color: #4b5563; font-size: 0.9rem;\"\u003eDual beam-forming microphones pinpoint your voice, and a digital processor eliminates external and wind noise.\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=\"bf-section\" style=\"background: #ffffff; padding-bottom: 3rem;\"\u003e\n\n        \u003cdiv class=\"bf-container bf-reveal\" style=\"animation-delay: 0.6s;\"\u003e\n\n            \u003ch2 class=\"bf-text-center\" style=\"font-size: 2rem; margin-bottom: 1.5rem; color: #1d1d1f;\"\u003eMade to move.\u003c\/h2\u003e\n\n\n            \u003cdiv class=\"bf-bento-grid bf-grid-2\"\u003e \n                \n                \u003c!-- Sensors Card --\u003e\n                \u003cdiv class=\"bf-card-light bf-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-play\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003ch3 style=\"color: #1d1d1f; font-size: 1.2rem; margin-bottom: 0.5rem;\"\u003eAuto-Play\/Pause.\u003c\/h3\u003e\n\n                        \u003cp style=\"color: #4b5563; font-size: 0.85rem;\"\u003eOptical sensors detect when you put them on or take them off to automatically play or pause.\u003c\/p\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Durability Card --\u003e\n                \u003cdiv class=\"bf-card-dark bf-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;\"\u003eSweat and Water.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Box Content Card --\u003e\n                \u003cdiv class=\"bf-card-light bf-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;\"\u003ePowerbeats Fit, Charging case, 4 ear tip sizes. (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=\"bf-section\" style=\"background: #ffffff; padding-top: 1rem; padding-bottom: 2rem;\"\u003e\n\n        \u003cdiv class=\"bf-container bf-text-center\"\u003e\n\n            \u003ch2 style=\"font-size: 1.5rem; color: #1d1d1f;\"\u003eBeats Powerbeats Fit\u003c\/h2\u003e\n\n            \u003cp style=\"color: #6b7280; font-size: 0.9rem;\"\u003eThe sound that moves you.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- BEATS POWERBEATS FIT DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Jet Black","offer_id":58173474767196,"sku":"B0FRN5JWRP","price":290.0,"currency_code":"USD","in_stock":true},{"title":"Power Pink","offer_id":58173474799964,"sku":"B0FRN5JWRR","price":290.0,"currency_code":"USD","in_stock":true},{"title":"Spark Orange","offer_id":58173474832732,"sku":"B0FPGQMMGN","price":290.0,"currency_code":"USD","in_stock":true},{"title":"Gravel Gray","offer_id":58173474865500,"sku":"B0FRN71389","price":290.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/4e0c7b473d483d20745fe1556a5f3131.jpg?v=1782939992","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/audifonos-beats-fit-pro-noise-cancelling","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}