{"product_id":"audifonos-dyson-ontrac-cnc-copper","title":"Dyson OnTrac™ Headphones, CNC Machined Aluminum","description":"\u003c!-- DYSON ONTRAC DESIGN START (LIGHT LUXURY VERSION - ENGLISH) --\u003e\n\u003c!-- Only loading fonts and icons, the rest is pure CSS --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700\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    #dyson-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff; \/* Fondo Blanco Puro *\/\n        color: #1d1d1f; \/* Texto Gris Oscuro *\/\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.5;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #dyson-custom-landing *, \n    #dyson-custom-landing *::before, \n    #dyson-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #dyson-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #dyson-custom-landing h1, \n    #dyson-custom-landing h2, \n    #dyson-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.1;\n        font-weight: 700;\n        color: #111111;\n    }\n\n    #dyson-custom-landing p {\n        margin-bottom: 1rem;\n        color: #555555; \/* Gris medio para lectura *\/\n        font-weight: 400;\n    }\n\n    \/* Utilidades de Layout *\/\n    .dy-section {\n        padding: 4rem 1.5rem;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        border-bottom: 1px solid #e5e7eb;\n    }\n\n    .dy-container {\n        width: 100%;\n        max-width: 1000px; \/* Ancho máximo para contenido *\/\n        margin: 0 auto;\n    }\n\n    .dy-text-center { text-align: center; }\n    .dy-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero *\/\n    .dy-hero {\n        background: radial-gradient(circle at center, #fbf5f0 0%, #ffffff 80%); \/* Gradiente cobre sutil *\/\n        min-height: 40vh;\n        padding-top: 4rem;\n        padding-bottom: 4rem;\n    }\n\n    .dy-badge {\n        color: #b85c38; \/* Tono Cobre Dyson *\/\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.8rem;\n        letter-spacing: 0.15em;\n        display: block;\n        margin-bottom: 1rem;\n        border: 1px solid #b85c38;\n        padding: 4px 12px;\n        display: inline-block;\n        border-radius: 2px;\n        background-color: rgba(184, 92, 56, 0.05);\n    }\n\n    .dy-title-hero {\n        font-size: 3.5rem;\n        margin-bottom: 1rem;\n        margin-top: 1rem;\n    }\n\n    .dy-subtitle-hero {\n        font-size: 1.5rem;\n        color: #666;\n        font-weight: 300;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid (Max 2 Columnas) *\/\n    .dy-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr; \/* Default móvil *\/\n        gap: 1.5rem;\n        margin-top: 3rem;\n    }\n\n    \/* Cards - ESTILO INGENIERÍA LIGHT *\/\n    .dy-card {\n        background-color: #f9f9f9; \/* Gris muy claro *\/\n        border: 1px solid #e5e5e5;\n        border-radius: 8px; \n        padding: 2.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n    }\n    \n    .dy-card:hover {\n        border-color: #b85c38; \/* Hover Cobre *\/\n        background-color: #ffffff;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    .dy-card-highlight {\n        background-color: #b85c38; \/* Cobre Sólido *\/\n        color: white;\n        border: none;\n    }\n\n    \/* FIX: Prevenir que la tarjeta destacada se vuelva blanca al pasar el mouse *\/\n    .dy-card-highlight:hover {\n        background-color: #b85c38;\n        color: white;\n    }\n    \n    .dy-card-highlight h3,\n    .dy-card-highlight p,\n    .dy-card-highlight .dy-stat-label,\n    .dy-card-highlight .dy-stat-number {\n        color: #ffffff !important;\n    }\n\n    \/* Animaciones CSS *\/\n    @keyframes dy-fade-up {\n        0% { opacity: 0; transform: translateY(30px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .dy-reveal {\n        animation: dy-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        opacity: 0;\n    }\n\n    \/* Elementos Gráficos *\/\n    .dy-tech-line {\n        width: 40px;\n        height: 3px;\n        background-color: #b85c38; \/* Línea Cobre *\/\n        margin-bottom: 1.5rem;\n        display: inline-block;\n    }\n\n    .dy-stat-number {\n        font-size: 3rem;\n        font-weight: 700;\n        color: #b85c38;\n        line-height: 1;\n        letter-spacing: -2px;\n    }\n    \n    .dy-stat-label {\n        font-size: 0.8rem;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: #888;\n        margin-top: 0.5rem;\n        display: block;\n        font-weight: 600;\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .dy-title-hero { font-size: 5rem; }\n        .dy-grid-2 { grid-template-columns: 1fr 1fr; } \/* 2 columnas en desktop *\/\n        .dy-col-span-2 { grid-column: span 2; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"dyson-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"dy-section dy-hero dy-reveal\"\u003e\n\n        \u003cdiv class=\"dy-container dy-text-center\"\u003e\n\n            \u003cspan class=\"dy-badge\"\u003eAUDIO EXCELLENCE\u003c\/span\u003e\n            \u003ch1 class=\"dy-title-hero\"\u003eDyson OnTrac™.\u003c\/h1\u003e\n\n            \u003cp class=\"dy-subtitle-hero\"\u003e\n                Sound engineering you can feel.\u003cbr\u003e\n                \u003cspan style=\"font-size: 1.1rem; color: #b85c38; font-weight: 600;\"\u003eHigh-Precision CNC Copper Finish.\u003c\/span\u003e\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Intro Text --\u003e\n    \u003cdiv class=\"dy-section\"\u003e\n\n        \u003cdiv class=\"dy-container dy-reveal\" style=\"animation-delay: 0.2s; text-align: center; max-width: 800px;\"\u003e\n\n            \u003cdiv class=\"dy-tech-line\"\u003e\u003c\/div\u003e\n\n            \u003ch2 style=\"font-size: 2.5rem; margin-bottom: 1.5rem;\"\u003eMore than headphones. A statement.\u003c\/h2\u003e\n\n            \u003cp style=\"font-size: 1.2rem; color: #444;\"\u003e\n                Dyson has reimagined acoustics. With an extended sound range of \u003cstrong\u003e6Hz to 21kHz\u003c\/strong\u003e, you hear bass others miss and highs others lose. Crafted from high-grade aluminum and finished with ceramic or CNC anodizing, they don't just sound perfect; they feel and look like a piece of luxury engineering.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Engineering Grid (2 Columns Max) --\u003e\n    \u003cdiv class=\"dy-section\" style=\"padding-top: 0; border-bottom: none;\"\u003e\n\n        \u003cdiv class=\"dy-container dy-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \n            \u003cdiv class=\"dy-grid-2\"\u003e\n\n                \u003c!-- Battery\/Range Card (Full Width) --\u003e\n                \u003cdiv class=\"dy-card dy-col-span-2 dy-card-highlight\"\u003e\n\n                    \u003ch3 style=\"font-size: 2rem; margin-bottom: 1rem;\"\u003ePower for Weeks.\u003c\/h3\u003e\n\n                    \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 2rem; align-items: center;\"\u003e\n\n                        \u003cdiv style=\"flex: 1; min-width: 250px;\"\u003e\n\n                            \u003cp\u003eForget daily charging. With up to 55 hours of playback with active noise cancellation, the Dyson OnTrac™ leads the industry. Smart sensors pause music when you take them off to save energy.\u003c\/p\u003e\n\n                            \u003cdiv style=\"margin-top: 2rem; display: flex; gap: 3rem;\"\u003e\n\n                                \u003cdiv\u003e\n\n                                    \u003cspan class=\"dy-stat-number\"\u003e55\u003c\/span\u003e\n                                    \u003cspan class=\"dy-stat-label\"\u003eHours\u003c\/span\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv\u003e\n\n                                    \u003cspan class=\"dy-stat-number\"\u003e6-21k\u003c\/span\u003e\n                                    \u003cspan class=\"dy-stat-label\"\u003eHz Range\u003c\/span\u003e\n                                \u003c\/div\u003e\n\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                        \u003cdiv style=\"flex: 1; min-width: 250px; text-align: right; opacity: 0.9;\"\u003e\n\n                            \u003ci class=\"fa-solid fa-battery-full\" style=\"font-size: 6rem; color: #ffffff;\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Noise Cancellation Card --\u003e\n                \u003cdiv class=\"dy-card\"\u003e\n\n                    \u003ci class=\"fa-solid fa-volume-xmark\" style=\"font-size: 2rem; color: #b85c38; margin-bottom: 1.5rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"font-size: 1.5rem;\"\u003ePure Silence.\u003c\/h3\u003e\n\n                    \u003cp\u003eOur noise cancellation technology monitors the environment 384,000 times per second. It blocks out the outside world so only your music exists.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Materials Card --\u003e\n                \u003cdiv class=\"dy-card\"\u003e\n\n                    \u003ci class=\"fa-solid fa-gem\" style=\"font-size: 2rem; color: #b85c38; margin-bottom: 1.5rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"font-size: 1.5rem;\"\u003eLuxury Materials.\u003c\/h3\u003e\n\n                    \u003cp\u003eOuter caps machined from high-grade aluminum for a lightweight, durable finish. Customize them with different colors and finishes.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Comfort Card --\u003e\n                \u003cdiv class=\"dy-card\"\u003e\n\n                    \u003ci class=\"fa-solid fa-layer-group\" style=\"font-size: 2rem; color: #b85c38; margin-bottom: 1.5rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"font-size: 1.5rem;\"\u003eAbsolute Comfort.\u003c\/h3\u003e\n\n                    \u003cp\u003eSuper-soft microfiber earcups and high-rebound foam. Designed for all-day wear without pressing on your ears. From pop to podcast, without fatigue.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Control Card --\u003e\n                \u003cdiv class=\"dy-card\"\u003e\n\n                    \u003ci class=\"fa-solid fa-gamepad\" style=\"font-size: 2rem; color: #b85c38; margin-bottom: 1rem;\"\u003e\u003c\/i\u003e\n                    \u003ch3 style=\"font-size: 1.5rem;\"\u003eIntuitive Control\u003c\/h3\u003e\n\n                    \u003cp style=\"margin-bottom: 0;\"\u003eSimple joystick to play, pause, and skip. Hold down for voice commands. All at your fingertips.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- MyDyson Card --\u003e\n                \u003cdiv class=\"dy-card dy-col-span-2\"\u003e\n\n                    \u003cdiv style=\"display: flex; align-items: center; gap: 1.5rem;\"\u003e\n\n                        \u003ci class=\"fa-solid fa-mobile-screen-button\" style=\"font-size: 3rem; color: #b85c38;\"\u003e\u003c\/i\u003e\n                        \u003cdiv\u003e\n\n                            \u003ch3 style=\"font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eMyDyson™ App.\u003c\/h3\u003e\n\n                            \u003cp style=\"margin-bottom: 0;\"\u003eAutomatic updates, personalized equalizer (EQ), and real-time hearing health tracking.\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\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Footer Specs --\u003e\n    \u003cdiv class=\"dy-section\" style=\"border-bottom: none; padding-top: 2rem;\"\u003e\n\n        \u003cdiv class=\"dy-container\" style=\"font-size: 0.75rem; color: #666; text-align: left; border-top: 1px solid #e5e7eb; padding-top: 2rem;\"\u003e\n\n            \u003cp style=\"margin-bottom: 0.5rem;\"\u003e1. Enhanced frequency range from 6Hz to 21kHz for a superior audio experience.\u003c\/p\u003e\n\n            \u003cp style=\"margin-bottom: 0.5rem;\"\u003e2. Up to 55 hours of listening with active noise cancellation enabled. Actual battery life may vary depending on usage.\u003c\/p\u003e\n\n            \u003cp style=\"margin-bottom: 0;\"\u003e3. Head detection sensors automatically pause audio to save energy.\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- END OF DYSON ONTRAC DESIGN --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"CNC Copper","offer_id":58173986931036,"sku":"B0D7WZV5LV","price":480.0,"currency_code":"USD","in_stock":true},{"title":"CNC Aluminum","offer_id":58173986963804,"sku":"B0D7X97N7B","price":598.92,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/cda181f0124e49982c1e893be12a85d7.jpg?v=1782948039","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/audifonos-dyson-ontrac-cnc-copper","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}