{"product_id":"dyson-airwrap-origin™-multi-haarstyler-und-trockner-nickel-kupfer","title":"Dyson Airwrap Origin™ Multi-styler and hair dryer (Nickel\/Cuivre) HS05","description":"\u003cstyle\u003e\n  \/* Grundlegende Stile \u0026 Variablen *\/\n  :root {\n    --text-color: #444;\n    --heading-color: #111;\n    --brand-pink: #d88a9a;\n    --border-color: #eee; \/* Farbe für die Trennlinien *\/\n  }\n  body {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif,\n      \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\";\n    margin: 0;\n    color: var(--text-color);\n    line-height: 1.6;\n  }\n\n  \/* Allgemeine Sektions-Stile mit Trennlinien *\/\n  .feature-section,\n  .description-section,\n  .steps-section,\n  .specs-section,\n  .included-section,\n  .faq-section,\n  .legal-section {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 50px 20px; \/* Erhöhter Abstand für die Linien *\/\n    border-top: 1px solid var(--border-color); \/* Trennlinie *\/\n  }\n  \/* Entfernt die Linie über dem allerersten Abschnitt *\/\n  .feature-section {\n    border-top: none;\n    padding-top: 40px;\n  }\n\n  h2 {\n    font-size: 26px;\n    font-weight: bold;\n    text-align: center;\n    margin-top: 0;\n    margin-bottom: 30px;\n    color: var(--heading-color);\n  }\n\n  \/* Feature Sektion *\/\n  .feature-flex {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 30px;\n  }\n  .feature-text {\n    flex: 1 1 300px;\n  }\n  .feature-text h2 {\n    font-size: 22px;\n    font-weight: bold;\n    margin-bottom: 15px;\n    color: var(--heading-color);\n    text-align: left;\n  }\n  .feature-text ul {\n    list-style: none;\n    padding: 0;\n    font-size: 15px;\n    margin: 0;\n  }\n  .feature-text ul li {\n    margin-bottom: 15px;\n    padding-left: 25px;\n    position: relative;\n  }\n  .feature-text ul li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--brand-pink);\n    font-weight: bold;\n  }\n\n  \/* Beschreibungs-Sektion *\/\n  .description-section p {\n    font-size: 16px;\n    text-align: center;\n    max-width: 780px;\n    margin: 0 auto 20px auto;\n  }\n\n  \/* Steps \/ How-To Sektion *\/\n  .step-grid {\n    display: flex;\n    flex-wrap: nowrap;\n    gap: 20px;\n    justify-content: center;\n  }\n  .step-item {\n    flex: 1 1 0;\n    max-width: 220px;\n    min-width: 0;\n    text-align: center;\n  }\n  .step-item video,\n  .step-item img {\n    width: 100%;\n    border-radius: 10px;\n    display: block;\n  }\n  .step-item figcaption {\n    margin-top: 10px;\n  }\n  .step-item h3 {\n    font-size: 16px;\n    margin: 0 0 5px 0;\n  }\n  .step-item p {\n    font-size: 13px;\n    margin: 0;\n  }\n\n  \/* Sektion für Technische Spezifikationen *\/\n  .specs-section {\n    max-width: 900px;\n  }\n  .specs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 auto;\n    max-width: 650px;\n  }\n  .specs-list li {\n    padding: 15px 0;\n    border-bottom: 1px solid #eee;\n    font-size: 16px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 15px;\n  }\n  .specs-list li:last-child {\n    border-bottom: none;\n  }\n  .specs-list strong {\n    color: var(--heading-color);\n    font-weight: bold;\n    flex-shrink: 0;\n  }\n  .specs-list span {\n    text-align: right;\n  }\n\n  \/* Sektion für Lieferumfang *\/\n  .included-section h2 {\n    font-size: 24px;\n  }\n  .included-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 auto;\n    max-width: 800px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 15px 30px;\n    justify-content: center;\n  }\n  .included-list li {\n    padding-left: 30px;\n    position: relative;\n    font-size: 16px;\n  }\n  .included-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--brand-pink);\n    font-weight: bold;\n    font-size: 20px;\n  }\n\n  \/* FAQ Sektion *\/\n  .faq-section {\n    max-width: 800px;\n  }\n  .faq-item {\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n  .faq-item summary {\n    font-size: 17px;\n    font-weight: bold;\n    color: var(--heading-color);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: color 0.2s ease;\n    padding: 18px 0;\n  }\n  .faq-item summary:hover {\n    color: var(--brand-pink);\n  }\n  .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n  .faq-item summary::after {\n    content: \"+\";\n    font-size: 22px;\n    color: var(--brand-pink);\n    font-weight: normal;\n    transition: transform 0.3s ease;\n  }\n  .faq-item[open] summary::after {\n    content: \"−\";\n    transform: rotate(180deg);\n  }\n  .faq-item p {\n    margin: 0 0 15px 0;\n    padding-right: 25px;\n    font-size: 15px;\n  }\n\n  \/* Rechtliches \/ Hinweis *\/\n  .legal-section {\n    max-width: 800px;\n  }\n  .legal-section p {\n    font-size: 13px;\n    margin: 0;\n    color: #666;\n    text-align: center;\n  }\n\n  \/* Media Query für Responsivität *\/\n  @media (max-width: 768px) {\n    .feature-flex {\n      flex-direction: column;\n    }\n    h2 {\n      font-size: 22px;\n    }\n    .feature-section,\n    .description-section,\n    .steps-section,\n    .specs-section,\n    .included-section,\n    .faq-section,\n    .legal-section {\n      padding: 25px 15px;\n    }\n    .feature-section {\n      padding-top: 25px;\n    }\n    .included-list {\n      grid-template-columns: 1fr;\n      max-width: 420px;\n    }\n    .step-grid {\n      flex-direction: column;\n      align-items: center;\n      gap: 40px;\n    }\n    .step-item {\n      flex-basis: auto;\n      width: 100%;\n      max-width: 350px;\n    }\n    .faq-item summary {\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"feature-section\" aria-labelledby=\"feature-heading\"\u003e\n\u003cdiv class=\"feature-flex\"\u003e\n\n\u003cdiv class=\"feature-text\"\u003e\n\n\u003ch2 id=\"feature-heading\"\u003eDyson Airwrap Origin™ : a styling tout in lightness\u003c\/h2\u003e\n\n\u003cp\u003ethe Multi-styler dyson airwrap origin simplifie the styling Everyday, combinant drying, mise in form and finish in a seul device.\u003c\/p\u003e\n\n\u003cul\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003etechnology Coanda for a styling tested :\u003c\/strong\u003e the flux of air ciblé Help to former the curls and the waves, for a experience of styling Heatless extrême.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ecurls \u0026amp; waves in the two sens :\u003c\/strong\u003e L'embout of bouclage Airwrap™ of 40 mm helps looks with a movement naturel, quickly and easily every day.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003efinish more straight, less of frizz :\u003c\/strong\u003e the brush of straightening Help to discipliner the hair and to achieve a result polished.\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePuissant \u0026amp; control precise :\u003c\/strong\u003e 3 niveaux of heat and 3 niveaux of puissance, alimenté by the moteur digital Dyson V9 (up to 110 000 tr\/min).\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"description-section\" aria-labelledby=\"description-heading\"\u003e\n\u003ch2 id=\"description-heading\"\u003eSimplifiez your routine of styling\u003c\/h2\u003e\n\n\u003cp\u003ethe Multi-styler dyson airwrap origin a Summer designed for make the styling Everyday : pre-drying, mise in form and finish, with attachments for the curls\/waves, a brush of straightening and a embout of drying fast. the Multi-styler dyson airwrap origin devient thus a solution pratique for the styling and the drying fast every day. the technology Coanda utilise a flux of air tested for guider and façonner the hair. this helps of achieve a look of haute quality tout in reducing the exposition to the heat pendant the processus of styling.\u003c\/p\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"steps-section\" aria-labelledby=\"steps-heading\"\u003e\n\u003ch2 id=\"steps-heading\"\u003eComment utiliser the Airwrap Origin™ : three applications\u003c\/h2\u003e\n\n\u003cp\u003eLorsque you Use the Multi-styler dyson airwrap origin such as Multi-styler capillaire, you can alterner between the pre-drying, the bouclage and a finish more straight, in function of your goal of styling.\u003c\/p\u003e\n\n\u003cdiv class=\"step-grid\"\u003e\n\n\u003cfigure class=\"step-item\"\u003e\u003c!-- Optional: Bild\/Video-URL einfügen --\u003e\n\u003cfigcaption\u003e\n\u003ch3\u003e1) pre-drying\u003c\/h3\u003e\n\n\u003cp\u003eUse the \u003cstrong\u003eembout of drying fast\u003c\/strong\u003e for pre-dry the hair up to this qu'they are towel-dried.\u003c\/p\u003e\n\n\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"step-item\"\u003e\u003c!-- Optional: Bild\/Video-URL einfügen --\u003e\n\u003cfigcaption\u003e\n\u003ch3\u003e2) curls \u0026amp; waves\u003c\/h3\u003e\n\n\u003cp\u003eUse the \u003cstrong\u003eembout of bouclage of 40 mm\u003c\/strong\u003e for the waves\/curls – variez depending on the direction.\u003c\/p\u003e\n\n\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"step-item\"\u003e\u003c!-- Optional: Bild\/Video-URL einfügen --\u003e\n\u003cfigcaption\u003e\n\u003ch3\u003e3) finish more straight\u003c\/h3\u003e\n\n\u003cp\u003ewith the \u003cstrong\u003ebrush of straightening\u003c\/strong\u003e, perfectionnez the result and reduce the frizz.\u003c\/p\u003e\n\n\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"specs-section\" aria-labelledby=\"specs-heading\"\u003e\n\u003ch2 id=\"specs-heading\"\u003eSpecifications techniques\u003c\/h2\u003e\n\n\u003cul class=\"specs-list\"\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eNiveaux of heat\/puissance\u003c\/strong\u003e\u003cspan\u003e3 niveaux of heat \u0026amp; 3 niveaux of puissance\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePuissance\u003c\/strong\u003e\u003cspan\u003e1 300 W\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eTension\u003c\/strong\u003e\u003cspan\u003e220–240 V\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eFlux of air\u003c\/strong\u003e\u003cspan\u003e13,5 l\/s\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eLongueur of the Cable\u003c\/strong\u003e\u003cspan\u003e2 m\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003ePoids\u003c\/strong\u003e\u003cspan\u003e0,581 kg\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eDimensions (H × L × P)\u003c\/strong\u003e\u003cspan\u003e272 × 41 × 48 mm\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\u003cli\u003e\n\n\u003cstrong\u003eMoteur\u003c\/strong\u003e\u003cspan\u003eMoteur digital Dyson V9 (up to 110 000 tr\/min)\u003c\/span\u003e\n\n\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"included-section\" aria-labelledby=\"included-heading\"\u003e\n\u003ch2 id=\"included-heading\"\u003eContenu of the shipping\u003c\/h2\u003e\n\n\u003cp\u003ethe dyson airwrap origin multi haarstyler is livré with the principaux accessories for a drying fast, the bouclage and a styling gentle.\u003c\/p\u003e\n\n\u003cul class=\"included-list\"\u003e\n\n\u003cli\u003eDyson Airwrap Origin™ Multi-styler \u0026amp; hair dryer (Nickel\/Cuivre)\u003c\/li\u003e\n\n\u003cli\u003eEmbout of bouclage Airwrap™ 40 mm\u003c\/li\u003e\n\n\u003cli\u003eBrush of straightening\u003c\/li\u003e\n\n\u003cli\u003eEmbout of drying fast\u003c\/li\u003e\n\n\n\u003c\/ul\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"faq-section\" aria-labelledby=\"faq-heading\"\u003e\n\u003ch2 id=\"faq-heading\"\u003eFrequently asked questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eQu'is-ce that the technology Coanda and to quoi sert-it ?\u003c\/summary\u003e\n\u003cp\u003ethe technology Coanda utilise a flux of air tested for guider the hair of way targeted and soutenir the styling. the result : a mise in form contrôlable curls\/waves and a finish more straight, Heatless extrême.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eDois-je utiliser the Airwrap on hair wet or dry ?\u003c\/summary\u003e\n\u003cp\u003efor the plupart hairstyles, the hair towel-dried are recommended. Dry of abord with the \u003cstrong\u003eembout of drying fast\u003c\/strong\u003e, puis Use the embout of styling desired.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eComment faire curls and waves in the two sens ?\u003c\/summary\u003e\n\u003cp\u003eTravaillez strand by strand with the \u003cstrong\u003eembout of bouclage Airwrap™ of 40 mm\u003c\/strong\u003e. depending on the base and the orientation, you can vary the direction for create vagues of plage symétriques or délibérément \"irrégulières\".\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003efor quels types of hair the Airwrap Origin™ is suited ?\u003c\/summary\u003e\n\u003cp\u003ethanks to \u003cstrong\u003e3 niveaux of heat\u003c\/strong\u003e and \u003cstrong\u003e3 niveaux of puissance\u003c\/strong\u003e, you can adjust the device to different types of hair. for the hair fine, a niveau of heat more bas is recommended ; for the hair thick, a niveau of puissance more High peut be appropriate.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003eComment achieve a finish more straight and polished ?\u003c\/summary\u003e\n\u003cp\u003eUse the \u003cstrong\u003ebrush of straightening\u003c\/strong\u003e for reduce frizz and straighten evenly the lengths. for a result particularly net, travaillez by petites sections.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary\u003ePuis-je utiliser the Airwrap in voyage ?\u003c\/summary\u003e\n\u003cp\u003eL'device is designed for \u003cstrong\u003e220–240 V\u003c\/strong\u003e. Vérifiez toujours the tension of the network and, the cas applicable, a adaptateur of voyage appropriate before of the utiliser to abroad.\u003c\/p\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"legal-section\" aria-label=\"Hinweise\"\u003e\n\u003cp\u003eRemarque : Dyson, Airwrap and Coanda are marques of the groupe Dyson. the mention sert only to the description précise of the product.\u003c\/p\u003e\n\n\u003c\/section\u003e","brand":"Wavy24","offers":[{"title":"Default title","offer_id":56243118506316,"sku":null,"price":348.87,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0937\/0819\/0028\/files\/s-l1600.jpg?v=1779971373","url":"https:\/\/wavy24.com\/products\/dyson-airwrap-origin-multi-styler-seche-hair-nickel-cuivre","provider":"Wavy24","version":"1.0","type":"link"}