{"product_id":"estilizador-dreame-airstyle-pro-7-en-1","title":"7-in-1 Hair Styler and High-Speed Dryer | DREAME AirStyle Pro","description":"\u003c!-- DREAME AIRSTYLE PRO DESIGN START (PURE TECH VERSION - MATTE ELEGANCE) --\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;500;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    #dreame-custom-landing {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        background-color: #ffffff;\n        color: #1d1d1f; \/* Gris casi negro, estándar de tecnología *\/\n        width: 100%;\n        max-width: 100%;\n        margin: 0 auto;\n        line-height: 1.6;\n        box-sizing: border-box;\n    }\n\n    \/* Reset básico interno *\/\n    #dreame-custom-landing *, \n    #dreame-custom-landing *::before, \n    #dreame-custom-landing *::after {\n        box-sizing: border-box;\n    }\n\n    #dreame-custom-landing img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* Tipografía *\/\n    #dreame-custom-landing h1, \n    #dreame-custom-landing h2, \n    #dreame-custom-landing h3 {\n        margin-top: 0;\n        letter-spacing: -0.02em;\n        line-height: 1.2;\n        font-weight: 700;\n        color: #000000;\n    }\n\n    #dreame-custom-landing p {\n        margin-bottom: 1rem;\n        color: #555555;\n        font-weight: 400;\n    }\n\n    \/* Utilidades de Layout *\/\n    .dr-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 #f2f2f2;\n    }\n\n    .dr-container {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto;\n    }\n\n    .dr-text-center { text-align: center; }\n    .dr-text-left { text-align: left; }\n\n    \/* SECCIONES ESPECÍFICAS *\/\n    \n    \/* Hero - MINIMALISTA *\/\n    .dr-hero {\n        background-color: #ffffff;\n        min-height: auto; \n        padding-top: 2rem; \n        padding-bottom: 3rem;\n        border-bottom: none;\n    }\n\n    .dr-badge {\n        color: #666;\n        font-weight: 600;\n        text-transform: uppercase;\n        font-size: 0.75rem;\n        letter-spacing: 0.15em;\n        display: inline-block;\n        margin-bottom: 1rem;\n        background-color: #f5f5f7;\n        padding: 0.4rem 1rem;\n        border-radius: 4px;\n    }\n\n    .dr-title-hero {\n        font-size: 3.5rem;\n        margin-bottom: 0.5rem;\n        margin-top: 0.5rem;\n    }\n\n    .dr-subtitle-hero {\n        font-size: 1.25rem;\n        color: #444;\n        font-weight: 400;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    \/* Features Grid (2 Columnas Max) *\/\n    .dr-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 2rem;\n        margin-top: 3rem;\n    }\n\n    \/* Cards - ESTILO DREAME CLEAN *\/\n    .dr-card {\n        background-color: #f9f9f9; \/* Gris muy suave *\/\n        border-radius: 16px;\n        padding: 2.5rem;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        border: 1px solid transparent;\n    }\n    \n    .dr-card:hover {\n        background-color: #ffffff;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        border-color: #e5e5e5;\n    }\n\n    \/* TARJETA DESTACADA (JETAIRFLOW) - SIN EFECTOS, COLOR ELEGANTE *\/\n    .dr-card-highlight {\n        background-color: #1a1a1a; \/* Grafito Mate Elegante *\/\n        color: white;\n        border: none;\n    }\n\n    \/* Eliminamos el efecto de elevación y sombra al pasar el mouse *\/\n    .dr-card-highlight:hover {\n        background-color: #1a1a1a; \/* Mantiene el color *\/\n        transform: none; \/* Sin movimiento *\/\n        box-shadow: none; \/* Sin sombra extra *\/\n    }\n    \n    .dr-card-highlight h3,\n    .dr-card-highlight p,\n    .dr-card-highlight .dr-stat-label,\n    .dr-card-highlight .dr-stat-number {\n        color: #ffffff !important;\n    }\n\n    \/* Animaciones CSS *\/\n    @keyframes dr-fade-up {\n        0% { opacity: 0; transform: translateY(30px); }\n        100% { opacity: 1; transform: translateY(0); }\n    }\n\n    .dr-reveal {\n        animation: dr-fade-up 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n        opacity: 0;\n    }\n\n    \/* Elementos Gráficos *\/\n    .dr-tech-line {\n        width: 60px;\n        height: 3px;\n        background-color: #1d1d1f; \/* Línea Negra *\/\n        margin-bottom: 2rem;\n        display: inline-block;\n        border-radius: 2px;\n    }\n\n    .dr-stat-number {\n        font-size: 3rem;\n        font-weight: 700;\n        color: #1d1d1f;\n        line-height: 1;\n        letter-spacing: -1px;\n    }\n    \n    .dr-stat-label {\n        font-size: 0.8rem;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: #666;\n        margin-top: 0.5rem;\n        display: block;\n        font-weight: 600;\n    }\n\n    .dr-icon-circle {\n        width: 56px;\n        height: 56px;\n        background-color: #ffffff;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1.5rem;\n        color: #1d1d1f;\n        font-size: 1.5rem;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n    }\n\n    \/* Responsive Media Queries *\/\n    @media (min-width: 768px) {\n        .dr-title-hero { font-size: 4.5rem; }\n        .dr-grid-2 { grid-template-columns: 1fr 1fr; }\n        .dr-col-span-2 { grid-column: span 2; }\n    }\n\n\u003c\/style\u003e\n\n\u003cdiv id=\"dreame-custom-landing\"\u003e\n\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"dr-section dr-hero dr-reveal\"\u003e\n\n        \u003cdiv class=\"dr-container dr-text-center\"\u003e\n\n            \u003cspan class=\"dr-badge\"\u003eAIR AESTHETICS\u003c\/span\u003e\n            \u003c!-- SEO Optimized H1 --\u003e\n            \u003ch1 class=\"dr-title-hero\"\u003eAirStyle Pro.\u003c\/h1\u003e\n\n            \u003cp class=\"dr-subtitle-hero\"\u003e\n                7-in-1 High-Speed Styler.\u003cbr\u003e\n                \u003cspan style=\"font-size: 1.1rem; color: #666;\"\u003eSuperior beauty engineering.\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=\"dr-section\" style=\"border-bottom: none; padding-top: 1rem;\"\u003e\n\n        \u003cdiv class=\"dr-container dr-reveal\" style=\"animation-delay: 0.2s; text-align: center; max-width: 800px;\"\u003e\n\n            \u003cdiv class=\"dr-tech-line\"\u003e\u003c\/div\u003e\n\n            \u003ch2 style=\"font-size: 2.2rem; margin-bottom: 1.5rem;\"\u003eInnovation you can feel.\u003c\/h2\u003e\n\n            \u003cp style=\"font-size: 1.1rem; color: #444;\"\u003e\n                The \u003cstrong\u003eDreame AirStyle Pro\u003c\/strong\u003e combines luxurious ergonomic design with the raw power of a \u003cstrong\u003e110,000 RPM\u003c\/strong\u003e motor. Designed for those seeking the technical perfection of leading brands like Dyson, but with a focus on total versatility and hair care.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Feature Grid --\u003e\n    \u003cdiv class=\"dr-section\" style=\"padding-top: 0; border-bottom: none;\"\u003e\n\n        \u003cdiv class=\"dr-container dr-reveal\" style=\"animation-delay: 0.3s;\"\u003e\n\n            \n            \u003cdiv class=\"dr-grid-2\"\u003e\n\n                \u003c!-- Motor Card (Highlight Matte Graphite) --\u003e\n                \u003cdiv class=\"dr-card dr-col-span-2 dr-card-highlight\"\u003e\n\n                    \u003cdiv style=\"display: flex; flex-direction: column; height: 100%; justify-content: center;\"\u003e\n\n                        \u003ch3 style=\"font-size: 2rem; margin-bottom: 1rem;\"\u003eJetAirflow™ Technology.\u003c\/h3\u003e\n\n                        \u003cp style=\"font-size: 1rem; opacity: 0.9; max-width: 600px;\"\u003e\n                            Style smarter. Our brushless motor delivers ultra-high-speed airflow that dramatically reduces drying time without extreme heat.\n                        \u003c\/p\u003e\n\n                        \u003cdiv style=\"margin-top: 2.5rem; display: flex; gap: 4rem; align-items: flex-end;\"\u003e\n\n                            \u003cdiv\u003e\n\n                                \u003cspan class=\"dr-stat-number\" style=\"color: white;\"\u003e110k\u003c\/span\u003e\n                                \u003cspan class=\"dr-stat-label\" style=\"color: #ccc;\"\u003eRPM Motor\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv\u003e\n\n                                \u003cspan class=\"dr-stat-number\" style=\"color: white;\"\u003e600h\u003c\/span\u003e\n                                \u003cspan class=\"dr-stat-label\" style=\"color: #ccc;\"\u003eLifespan\u003c\/span\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Versatility Card --\u003e\n                \u003cdiv class=\"dr-card\"\u003e\n\n                    \u003cdiv class=\"dr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-layer-group\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.5rem; margin-bottom: 1rem;\"\u003e7 Magnetic Attachments.\u003c\/h3\u003e\n\n                    \u003cp\u003eFrom voluminous curls to a sleek, straight look. Change your style in seconds with click-on attachments.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Premium Finish Card --\u003e\n                \u003cdiv class=\"dr-card\"\u003e\n\n                    \u003cdiv class=\"dr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-fingerprint\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.5rem; margin-bottom: 1rem;\"\u003eLeather-like Touch.\u003c\/h3\u003e\n\n                    \u003cp\u003ePebbled-texture handle for a luxurious and secure grip. Elegant and ergonomic design for effortless use.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Care Card --\u003e\n                \u003cdiv class=\"dr-card\"\u003e\n\n                    \u003cdiv class=\"dr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-snowflake\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.5rem; margin-bottom: 1rem;\"\u003eCool Shot \u0026amp; Care.\u003c\/h3\u003e\n\n                    \u003cp\u003eProtect your natural shine. The intelligent heat system and cool shot button seal the hair cuticle for a long-lasting finish without thermal damage.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Warranty Card --\u003e\n                \u003cdiv class=\"dr-card\"\u003e\n\n                    \u003cdiv class=\"dr-icon-circle\"\u003e\n\n                        \u003ci class=\"fa-solid fa-shield-check\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ch3 style=\"font-size: 1.5rem; margin-bottom: 1rem;\"\u003e2+1 Year Warranty.\u003c\/h3\u003e\n\n                    \u003cp\u003eSecure investment. Enjoy an extended warranty of up to 3 years, ensuring long-term performance and peace of mind.\u003c\/p\u003e\n\n                \u003c\/div\u003e\n\n\n                \u003c!-- Summary Card (Full Width) --\u003e\n                \u003cdiv class=\"dr-card dr-col-span-2\"\u003e\n\n                    \u003cdiv style=\"display: flex; align-items: center; gap: 2rem;\"\u003e\n\n                        \u003cdiv class=\"dr-icon-circle\" style=\"width: 70px; height: 70px; font-size: 2rem; background-color: #f0f0f0; box-shadow: none;\"\u003e\n\n                            \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv\u003e\n\n                            \u003ch3 style=\"font-size: 1.5rem; margin-bottom: 0.5rem;\"\u003eThe smart choice.\u003c\/h3\u003e\n\n                            \u003cp style=\"margin-bottom: 0;\"\u003eSame drying power, more attachments, and a better warranty than the leading competitor. Style without compromise.\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!-- Final Gallery Section --\u003e\n    \u003cdiv class=\"dr-section\" style=\"background-color: #ffffff; padding-top: 2rem;\"\u003e\n\n        \u003cdiv class=\"dr-container dr-reveal\"\u003e\n\n            \u003cdiv style=\"display: flex; justify-content: center;\"\u003e\n\n                \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/71wFkCMfnIL.jpg\" alt=\"Dreame AirStyle Pro Full Kit\" style=\"width: 100%; max-width: 900px; border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,0.05);\"\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- Footer Specs --\u003e\n    \u003cdiv class=\"dr-section\" style=\"border-bottom: none; padding-top: 2rem; background-color: #f9f9f9;\"\u003e\n\n        \u003cdiv class=\"dr-container\" style=\"font-size: 0.8rem; color: #888; text-align: left; padding-top: 1rem;\"\u003e\n\n            \u003cp style=\"margin-bottom: 0.5rem;\"\u003e*High-speed motor tested under laboratory conditions.\u003c\/p\u003e\n\n            \u003cp style=\"margin-bottom: 0.5rem;\"\u003e*Included attachments: Fast drying nozzle, 2 auto-wrap barrels (1.26\"), smoothing and volumizing brushes, Flyaway attachment.\u003c\/p\u003e\n\n            \u003cp style=\"margin-bottom: 0;\"\u003ePower: 1300W | Voltage: 120V\u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/div\u003e\n\u003c!-- DREAME AIRSTYLE PRO DESIGN END --\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"7-In-1 Kit","offer_id":58173992173916,"sku":"B0DXF75SRS","price":450.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/9ae7c1b831103318b3dcc3d1a0c9d2c3.jpg?v=1782948068","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/estilizador-dreame-airstyle-pro-7-en-1","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}