{"product_id":"aspiradora-robot-dyson-360-vis-nav","title":"Dyson 360 Vis Nav Robot Vacuum","description":"\u003c!-- DYSON 360 VIS NAV DESIGN START (LIGHT LAB VERSION - PURE CSS) --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- We only load fonts and icons, the rest is pure CSS --\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\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 Muy Oscuro (Casi negro) *\/\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 cómoda *\/\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        background-color: #ffffff;\n    }\n\n    .dy-container {\n        width: 100%;\n        max-width: 1100px; \/* 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, #f5f7ff 0%, #ffffff 70%); \/* Gradiente muy sutil azulado\/blanco *\/\n        min-height: auto; \/* Altura automática al no haber imagen *\/\n        padding-top: 4rem;\n        padding-bottom: 2rem;\n        border-bottom: 1px solid #e5e7eb;\n    }\n\n    .dy-badge {\n        color: #3657e2; \/* Azul Dyson Vis Nav *\/\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 0.8rem;\n        letter-spacing: 0.1em;\n        display: block;\n        margin-bottom: 1rem;\n    }\n\n    .dy-title-hero {\n        font-size: 3.5rem;\n        margin-bottom: 1rem;\n    }\n\n    .dy-subtitle-hero {\n        font-size: 1.5rem;\n        color: #666;\n        font-weight: 300;\n        max-width: 700px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid *\/\n    .dy-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n        margin-top: 3rem;\n    }\n\n    .dy-grid-3 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 1.5rem;\n        margin-top: 1.5rem;\n    }\n\n    \/* Cards - ESTILO INGENIERÍA LIGHT *\/\n    .dy-card {\n        background-color: #f8f8f8; \/* Gris muy claro \"Clean Lab\" *\/\n        border: 1px solid #e5e5e5;\n        border-radius: 4px;\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: #3657e2; \/* Hover Azul *\/\n        background-color: #ffffff;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    \/* (Eliminado estilo dy-card-highlight para uniformidad) *\/\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: 50px;\n        height: 3px;\n        background-color: #3657e2;\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: #3657e2;\n        line-height: 1;\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; }\n        .dy-grid-3 { grid-template-columns: repeat(3, 1fr); }\n        .dy-col-span-2 { grid-column: span 2; }\n    }\n\n\u003c\/style\u003e\n\u003cdiv id=\"dyson-custom-landing\"\u003e\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\"\u003eDyson Engineering\u003c\/span\u003e\n\u003ch1 class=\"dy-title-hero\"\u003e360 Vis Nav™\u003c\/h1\u003e\n\n\u003cp class=\"dy-subtitle-hero\"\u003eThe most powerful robot vacuum cleaner.\u003cbr\u003e\u003cspan style=\"font-size: 1rem; color: #666;\"\u003e2x the suction of any other robot.¹\u003c\/span\u003e\u003c\/p\u003e\n\n\u003c!-- Image section completely removed --\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Intro Text --\u003e\n\u003cdiv class=\"dy-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.2s; text-align: center; max-width: 800px;\" class=\"dy-container dy-reveal\"\u003e\n\n\u003cdiv class=\"dy-tech-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003ch2 style=\"font-size: 2.5rem; margin-bottom: 1.5rem;\"\u003eIntelligent. Independent.\u003c\/h2\u003e\n\n\u003cp style=\"font-size: 1.2rem; color: #444;\"\u003eIt sees where it needs to clean and remembers where it’s been. With \u003cstrong\u003e26 sensors\u003c\/strong\u003e and 360° navigation, its low-profile design and dual link suspension allow it to reach far and avoid getting stuck.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Engineering Grid (Bento Style) --\u003e\n\u003cdiv style=\"padding-top: 0;\" class=\"dy-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.3s;\" class=\"dy-container dy-reveal\"\u003e\n\n\u003cdiv class=\"dy-grid-2\"\u003e\n\n\u003c!-- Suction Card --\u003e\n\u003cdiv class=\"dy-card dy-col-span-2\"\u003e\n\n\u003cdiv class=\"dy-tech-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\n\u003ch3 style=\"font-size: 2rem; margin-bottom: 1rem;\"\u003eHyperdymium™ Motor.\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\u003eGenerates the most powerful suction. In Auto mode, the robot automatically adapts suction power to the dirt level detected by the piezoelectric sensor.³\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\"\u003e\n\n\u003cspan class=\"dy-stat-number\"\u003e110,000\u003c\/span\u003e \u003cspan class=\"dy-stat-label\"\u003eMotor RPM\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex: 1; min-width: 250px; text-align: right;\"\u003e\n\n\u003ci style=\"font-size: 5rem; color: #e0e0e0;\" class=\"fa-solid fa-wind\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Edge Cleaning Card --\u003e\n\u003cdiv class=\"dy-card\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #3657e2; margin-bottom: 1.5rem;\" class=\"fa-solid fa-arrow-right-to-bracket\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"font-size: 1.5rem;\"\u003eReal Edge Cleaning.\u003c\/h3\u003e\n\n\u003cp\u003eUnlike side brushes that scatter dirt, Dyson uses an automatic extendable side duct that redirects suction to capture debris right against the wall.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Brush Bar Card --\u003e\n\u003cdiv class=\"dy-card\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #3657e2; margin-bottom: 1.5rem;\" class=\"fa-solid fa-brush\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"font-size: 1.5rem;\"\u003eTriple Brush Bar.\u003c\/h3\u003e\n\n\u003cp\u003eDyson's first brush bar to combine three forms of deep cleaning. Wide diameter to reduce hair tangles and cover more floor with each pass.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"dy-grid-3\"\u003e\n\n\u003c!-- HEPA Card (Now with standard style, no blue background) --\u003e\n\u003cdiv class=\"dy-card\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #3657e2; margin-bottom: 1.5rem;\" class=\"fa-solid fa-filter\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"font-size: 1.5rem;\"\u003eHEPA Filtration\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003eCaptures 99.99% of microscopic particles as small as 0.1 microns. Cleaner expelled air.⁵\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Modes Card --\u003e\n\u003cdiv class=\"dy-card\"\u003e\n\n\u003ch3 style=\"font-size: 1.2rem; color: #888; margin-bottom: 0.5rem;\"\u003e4 Power Modes\u003c\/h3\u003e\n\n\u003cp style=\"color: #111; font-weight: 600; font-size: 1.1rem;\"\u003eAuto • Boost • Quick • Quiet\u003c\/p\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003eUp to 65 minutes of run time before automatically recharging.⁴\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- App Card --\u003e\n\u003cdiv class=\"dy-card\"\u003e\n\n\u003ch3 style=\"font-size: 1.2rem; color: #888; margin-bottom: 0.5rem;\"\u003eMyDyson™ App\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003eHome mapping, no-go zones, intelligent scheduling, and deep cleaning reports on your mobile.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Privacy and Warranty Section --\u003e\n\u003cdiv style=\"background-color: #f9f9f9; border-top: 1px solid #e5e5e5;\" class=\"dy-section\"\u003e\n\n\u003cdiv style=\"animation-delay: 0.4s;\" class=\"dy-container dy-reveal\"\u003e\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center;\"\u003e\n\n\u003cdiv style=\"flex: 1; min-width: 280px; text-align: center; padding: 1rem;\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #888; margin-bottom: 1rem;\" class=\"fa-solid fa-shield-halved\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"font-size: 1.2rem;\"\u003eData Privacy\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003eThe camera detects shapes and contrasts, but never stores, records, or sends images.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"flex: 1; min-width: 280px; text-align: center; padding: 1rem;\"\u003e\n\n\u003ci style=\"font-size: 2rem; color: #888; margin-bottom: 1rem;\" class=\"fa-solid fa-medal\"\u003e\u003c\/i\u003e\n\u003ch3 style=\"font-size: 1.2rem;\"\u003eDyson Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"font-size: 0.9rem;\"\u003e2-year guarantee and lifetime support. Automatic software updates via Wi-Fi.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- Technical footnotes --\u003e\n\u003cdiv style=\"margin-top: 4rem; padding-top: 2rem; border-top: 1px solid #ddd; font-size: 0.75rem; color: #666;\"\u003e\n\n\u003cp\u003e1. Suction tests based on ASTM F558 at the inlet loaded to the full bin, in Boost mode.\u003c\/p\u003e\n\n\u003cp\u003e2. Straight-line pickup performance based on market average, on three surface types.\u003c\/p\u003e\n\n\u003cp\u003e3. Suction power automatically reacts only in Auto mode.\u003c\/p\u003e\n\n\u003cp\u003e4. In Quiet mode, in an unobstructed environment.\u003c\/p\u003e\n\n\u003cp\u003e5. Tested according to ASTM F3150 in Boost mode.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- END DYSON 360 VIS NAV DESIGN --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"360 Vis Nav Robot","offer_id":58173986865500,"sku":"B0CT95LTCJ","price":710.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/11b8b4315bfb1c8add3a94e5480504b1.jpg?v=1782948035","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/aspiradora-robot-dyson-360-vis-nav","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}