{"product_id":"rose-wood-huile-parfum-diffuseurs-lectriques","title":"Rose Wood – Huile parfumée diffuseurs électriques","description":"\u003c!-- HALYA HOME — ROSE WOOD · HUILE PARFUMÉE (DIFFUSEUR ÉLECTRIQUE) --\u003e\n\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026amp;family=Outfit:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  \/* ═══════════════════════════════════════\n     HALYA HOME — PRODUCT PAGE\n     Luxury \/ Warm Sand \/ Tropical Gold\n  ═══════════════════════════════════════ *\/\n\n  :root {\n    --halya-sand: #F5EDE3;\n    --halya-sand-deep: #E8D9C8;\n    --halya-gold: #B68763;\n    --halya-gold-light: #D4A574;\n    --halya-gold-glow: rgba(182, 135, 99, 0.15);\n    --halya-dark: #1A1410;\n    --halya-dark-soft: #3D3028;\n    --halya-cream: #FFFAF5;\n    --halya-white: #FFFFFF;\n    --halya-muted: rgba(26, 20, 16, 0.55);\n    --halya-border: rgba(182, 135, 99, 0.2);\n    --font-display: 'Cormorant Garamond', Georgia, serif;\n    --font-body: 'Outfit', -apple-system, sans-serif;\n    --radius: 16px;\n    --radius-sm: 10px;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .halya-product {\n    font-family: var(--font-body);\n    line-height: 1.65;\n    color: var(--halya-dark);\n    background: var(--halya-cream);\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 20px 60px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .halya-product::before {\n    content: '';\n    position: fixed;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .halya-product \u003e * { position: relative; z-index: 1; }\n\n  .halya-topbar {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    padding: 32px 0 20px;\n    opacity: 0;\n    animation: fadeDown 0.8s ease 0.2s forwards;\n  }\n\n  .halya-topbar-line { width: 40px; height: 1px; background: var(--halya-gold); }\n\n  .halya-topbar-label {\n    font-family: var(--font-body);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: var(--halya-gold);\n  }\n\n  .halya-hero { text-align: center; padding: 10px 0 40px; }\n\n  .halya-hero h1 {\n    font-family: var(--font-display);\n    font-size: clamp(42px, 7vw, 64px);\n    font-weight: 300;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    color: var(--halya-dark);\n    margin-bottom: 6px;\n    opacity: 0;\n    animation: fadeUp 1s ease 0.4s forwards;\n  }\n\n  .halya-hero h1 em { font-style: italic; font-weight: 300; color: var(--halya-gold); }\n\n  .halya-hero-tagline {\n    font-family: var(--font-display);\n    font-size: clamp(18px, 3vw, 22px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--halya-muted);\n    letter-spacing: 0.02em;\n    margin-bottom: 28px;\n    opacity: 0;\n    animation: fadeUp 1s ease 0.6s forwards;\n  }\n\n  .halya-divider {\n    width: 60px;\n    height: 1.5px;\n    background: linear-gradient(90deg, transparent, var(--halya-gold), transparent);\n    margin: 0 auto 28px;\n    opacity: 0;\n    animation: fadeUp 1s ease 0.7s forwards;\n  }\n\n  .halya-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 30px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 0.8s forwards;\n  }\n\n  .halya-tag {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 7px 18px;\n    border-radius: 100px;\n    border: 1px solid var(--halya-border);\n    color: var(--halya-gold);\n    background: var(--halya-gold-glow);\n    transition: all 0.3s ease;\n  }\n\n  .halya-tag:hover {\n    background: var(--halya-gold);\n    color: var(--halya-white);\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(182, 135, 99, 0.25);\n  }\n\n  .halya-formats {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 10px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 0.9s forwards;\n  }\n\n  .halya-format-card {\n    background: var(--halya-white);\n    border: 1.5px solid var(--halya-border);\n    border-radius: var(--radius);\n    padding: 22px 18px;\n    text-align: center;\n    cursor: default;\n    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .halya-format-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--halya-gold-light), var(--halya-gold));\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n  }\n\n  .halya-format-card:hover {\n    border-color: var(--halya-gold);\n    transform: translateY(-4px);\n    box-shadow: 0 12px 32px rgba(182, 135, 99, 0.12);\n  }\n\n  .halya-format-card:hover::before { transform: scaleX(1); }\n\n  .halya-format-size {\n    font-family: var(--font-display);\n    font-size: 34px;\n    font-weight: 400;\n    color: var(--halya-dark);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n\n  .halya-format-size span { font-size: 16px; color: var(--halya-gold); font-weight: 300; }\n\n  .halya-format-desc { font-size: 12.5px; color: var(--halya-muted); font-weight: 400; line-height: 1.5; }\n\n  .halya-pyramid {\n    background: linear-gradient(160deg, var(--halya-dark) 0%, #2A2018 60%, #3D2E1E 100%);\n    border-radius: 20px;\n    padding: 40px 28px;\n    margin: 32px 0;\n    color: var(--halya-sand);\n    position: relative;\n    overflow: hidden;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 1s forwards;\n  }\n\n  .halya-pyramid::before {\n    content: '';\n    position: absolute;\n    top: -80px; right: -80px;\n    width: 220px; height: 220px;\n    background: radial-gradient(circle, rgba(182, 135, 99, 0.12) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n\n  .halya-pyramid::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -40px;\n    width: 180px; height: 180px;\n    background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n\n  .halya-pyramid \u003e * { position: relative; z-index: 1; }\n\n  .halya-pyramid-title {\n    font-family: var(--font-display);\n    font-size: 28px;\n    font-weight: 300;\n    text-align: center;\n    margin-bottom: 8px;\n    color: var(--halya-sand);\n  }\n\n  .halya-pyramid-sub {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    text-align: center;\n    color: var(--halya-gold-light);\n    margin-bottom: 32px;\n    font-weight: 400;\n  }\n\n  .halya-note-group {\n    margin-bottom: 24px;\n    padding: 18px 20px;\n    border-radius: var(--radius-sm);\n    background: rgba(255, 255, 255, 0.04);\n    border-left: 3px solid var(--halya-gold);\n    transition: all 0.3s ease;\n  }\n\n  .halya-note-group:hover { background: rgba(255, 255, 255, 0.07); transform: translateX(4px); }\n  .halya-note-group:last-child { margin-bottom: 0; }\n\n  .halya-note-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--halya-gold-light);\n    margin-bottom: 6px;\n  }\n\n  .halya-note-desc {\n    font-family: var(--font-display);\n    font-size: 19px;\n    font-weight: 300;\n    font-style: italic;\n    color: rgba(245, 237, 227, 0.9);\n    line-height: 1.5;\n  }\n\n  .halya-accordion { margin-top: 8px; }\n\n  .halya-accordion details {\n    border: 1px solid var(--halya-border);\n    border-radius: var(--radius);\n    margin: 12px 0;\n    background: var(--halya-white);\n    overflow: hidden;\n    transition: all 0.3s ease;\n  }\n\n  .halya-accordion details:hover { border-color: var(--halya-gold-light); box-shadow: 0 4px 16px rgba(182, 135, 99, 0.08); }\n  .halya-accordion details[open] { border-color: var(--halya-gold); box-shadow: 0 8px 28px rgba(182, 135, 99, 0.1); }\n\n  .halya-accordion summary {\n    cursor: pointer;\n    font-family: var(--font-body);\n    font-weight: 500;\n    font-size: 15px;\n    letter-spacing: 0.3px;\n    padding: 18px 22px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    color: var(--halya-dark);\n    transition: color 0.3s ease;\n    user-select: none;\n  }\n\n  .halya-accordion summary::-webkit-details-marker { display: none; }\n\n  .halya-accordion summary::after {\n    content: '+';\n    font-family: var(--font-display);\n    font-size: 22px;\n    font-weight: 300;\n    color: var(--halya-gold);\n    transition: all 0.3s ease;\n    flex-shrink: 0;\n    margin-left: 12px;\n    width: 28px;\n    height: 28px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--halya-gold-glow);\n  }\n\n  .halya-accordion details[open] summary::after {\n    content: '−';\n    background: var(--halya-gold);\n    color: var(--halya-white);\n    transform: rotate(180deg);\n  }\n\n  .halya-accordion details[open] summary { color: var(--halya-gold); }\n\n  .halya-content {\n    padding: 0 22px 22px;\n    font-size: 14.5px;\n    color: var(--halya-dark-soft);\n    line-height: 1.7;\n    animation: accordionOpen 0.4s ease forwards;\n  }\n\n  .halya-content p { margin-bottom: 12px; }\n  .halya-content p:last-child { margin-bottom: 0; }\n\n  .halya-content ul { list-style: none; padding: 0; }\n\n  .halya-content ul li {\n    padding: 10px 0 10px 24px;\n    position: relative;\n    border-bottom: 1px solid rgba(182, 135, 99, 0.08);\n  }\n\n  .halya-content ul li:last-child { border-bottom: none; }\n\n  .halya-content ul li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--halya-gold-light);\n  }\n\n  .halya-content strong { color: var(--halya-dark); font-weight: 600; }\n\n  .halya-tip {\n    margin-top: 14px;\n    padding: 14px 18px;\n    border-radius: var(--radius-sm);\n    background: linear-gradient(135deg, var(--halya-gold-glow), rgba(212, 165, 116, 0.08));\n    border-left: 3px solid var(--halya-gold);\n    font-size: 13.5px;\n    color: var(--halya-dark-soft);\n  }\n\n  .halya-tip em {\n    color: var(--halya-gold);\n    font-style: normal;\n    font-weight: 600;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .halya-highlights {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin: 28px 0;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 1.1s forwards;\n  }\n\n  .halya-highlight-card {\n    background: var(--halya-white);\n    border: 1px solid var(--halya-border);\n    border-radius: var(--radius);\n    padding: 22px 18px;\n    text-align: center;\n    transition: all 0.4s ease;\n  }\n\n  .halya-highlight-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 10px 28px rgba(182, 135, 99, 0.1);\n    border-color: var(--halya-gold-light);\n  }\n\n  .halya-highlight-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n\n  .halya-highlight-title {\n    font-family: var(--font-display);\n    font-size: 17px;\n    font-weight: 500;\n    color: var(--halya-dark);\n    margin-bottom: 6px;\n  }\n\n  .halya-highlight-text { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n\n  .halya-faq-title {\n    font-family: var(--font-display);\n    font-size: 28px;\n    font-weight: 300;\n    text-align: center;\n    margin: 40px 0 8px;\n    color: var(--halya-dark);\n  }\n\n  .halya-faq-sub { text-align: center; font-size: 13px; color: var(--halya-muted); margin-bottom: 20px; }\n\n  .halya-faq details {\n    background: transparent;\n    border: none;\n    border-bottom: 1px solid var(--halya-border);\n    border-radius: 0;\n    margin: 0;\n    box-shadow: none !important;\n  }\n\n  .halya-faq details:hover { border-color: var(--halya-gold-light); box-shadow: none; }\n  .halya-faq details[open] { border-color: var(--halya-gold); box-shadow: none; }\n  .halya-faq summary { padding: 18px 4px; font-size: 14.5px; }\n  .halya-faq .halya-content { padding: 0 4px 18px; }\n\n  .halya-precautions {\n    margin-top: 36px;\n    padding: 22px 24px;\n    background: var(--halya-sand);\n    border-radius: var(--radius);\n    font-size: 12.5px;\n    color: var(--halya-muted);\n    line-height: 1.7;\n  }\n\n  .halya-precautions-title {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--halya-gold);\n    margin-bottom: 10px;\n  }\n\n  .halya-precautions p { margin-bottom: 4px; }\n\n  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes fadeDown { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes accordionOpen { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }\n\n  @media (max-width: 560px) {\n    .halya-product { padding: 0 16px 48px; }\n    .halya-formats { grid-template-columns: 1fr; }\n    .halya-highlights { grid-template-columns: 1fr; }\n    .halya-pyramid { padding: 30px 20px; }\n    .halya-format-card { padding: 18px 16px; }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"halya-product\"\u003e\n\n  \u003c!-- ── Top Bar ── --\u003e\n  \u003cdiv class=\"halya-topbar\"\u003e\n    \u003cspan class=\"halya-topbar-line\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"halya-topbar-label\"\u003eHalya Home\u003c\/span\u003e\n    \u003cspan class=\"halya-topbar-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════════════════════════════\n         HERO\n  ═══════════════════════════════════════ --\u003e\n  \u003cdiv class=\"halya-hero\"\u003e\n    \u003ch1\u003e\u003cem\u003eRose wood\u003c\/em\u003e\u003c\/h1\u003e\n    \u003cp class=\"halya-hero-tagline\"\u003eUne parenthèse florale, chez vous\u003c\/p\u003e\n    \u003cdiv class=\"halya-divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Universe Tags --\u003e\n    \u003cdiv class=\"halya-tags\"\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌹 Rose\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e✨ Poudré\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🤍 Élégant\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Format Cards --\u003e\n    \u003cdiv class=\"halya-formats\"\u003e\n      \u003cdiv class=\"halya-format-card\"\u003e\n        \u003cdiv class=\"halya-format-size\"\u003e250 \u003cspan\u003eml\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"halya-format-desc\"\u003eIdéal pour créer une ambiance douce au quotidien\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"halya-format-card\"\u003e\n        \u003cdiv class=\"halya-format-size\"\u003e500 \u003cspan\u003eml\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"halya-format-desc\"\u003eGrand format : grandes pièces, diffusion plus fréquente\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════════════════════════════\n         OLFACTIVE PYRAMID\n  ═══════════════════════════════════════ --\u003e\n  \u003cdiv class=\"halya-pyramid\"\u003e\n    \u003ch2 class=\"halya-pyramid-title\"\u003ePyramide olfactive\u003c\/h2\u003e\n    \u003cp class=\"halya-pyramid-sub\"\u003eL'architecture du parfum\u003c\/p\u003e\n\n    \u003cdiv class=\"halya-note-group\"\u003e\n      \u003cdiv class=\"halya-note-label\"\u003e✦ Notes de tête\u003c\/div\u003e\n      \u003cdiv class=\"halya-note-desc\"\u003eRose, orange, labdanum\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-note-group\"\u003e\n      \u003cdiv class=\"halya-note-label\"\u003e✦ Notes de cœur\u003c\/div\u003e\n      \u003cdiv class=\"halya-note-desc\"\u003eBois de santal, lavande, benjoin\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-note-group\"\u003e\n      \u003cdiv class=\"halya-note-label\"\u003e✦ Notes de fond\u003c\/div\u003e\n      \u003cdiv class=\"halya-note-desc\"\u003eAmbre, vanille, fève tonka\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════════════════════════════\n         HIGHLIGHTS — \"Pourquoi vous allez l’adorer\"\n  ═══════════════════════════════════════ --\u003e\n  \u003cdiv class=\"halya-highlights\"\u003e\n    \u003cdiv class=\"halya-highlight-card\"\u003e\n      \u003cspan class=\"halya-highlight-icon\"\u003e🌸\u003c\/span\u003e\n      \u003cdiv class=\"halya-highlight-title\"\u003eFloral \u0026amp; enveloppant\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne rose veloutée au sillage doux et élégant\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-highlight-card\"\u003e\n      \u003cspan class=\"halya-highlight-icon\"\u003e🕊️\u003c\/span\u003e\n      \u003cdiv class=\"halya-highlight-title\"\u003eDoux \u0026amp; intemporel\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne senteur raffinée, romantique, jamais criarde\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-highlight-card\"\u003e\n      \u003cspan class=\"halya-highlight-icon\"\u003e⏳\u003c\/span\u003e\n      \u003cdiv class=\"halya-highlight-title\"\u003eLongue durée\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eDiffusion longue tenue, sans excès\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-highlight-card\"\u003e\n      \u003cspan class=\"halya-highlight-icon\"\u003e⚡\u003c\/span\u003e\n      \u003cdiv class=\"halya-highlight-title\"\u003eCompatible\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eTous diffuseurs électriques Halya Home\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════════════════════════════\n         ACCORDION SECTIONS\n  ═══════════════════════════════════════ --\u003e\n  \u003cdiv class=\"halya-accordion\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDescription\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eRose wood\u003c\/strong\u003e vous transporte dans un jardin de roses fraîchement écloses, où chaque pétale exhale la pureté et l’élégance.\n          Ce parfum d’intérieur célèbre la reine des fleurs dans toute sa splendeur : \u003cem\u003edélicate\u003c\/em\u003e, \u003cem\u003eveloutée\u003c\/em\u003e et \u003cem\u003eenivrante\u003c\/em\u003e.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Une senteur apaisante et féminine, idéale pour créer une atmosphère \u003cstrong\u003edouce\u003c\/strong\u003e, \u003cstrong\u003eraffinée\u003c\/strong\u003e et \u003cstrong\u003eromantique\u003c\/strong\u003e.\n          Une fragrance florale, fraîche et poudrée, qui pare vos espaces d’un voile élégant et lumineux.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"halya-tip\"\u003e\n          \u003cem\u003eAmbiance\u003c\/em\u003e\u003cbr\u003e\n          Draps propres, lumière dorée, bouquet de roses — l’élégance “clean \u0026amp; chic”.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConseils d'utilisation\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eÀ utiliser exclusivement\u003c\/strong\u003e avec un diffuseur électrique.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eVersez l’huile\u003c\/strong\u003e dans le réservoir de votre appareil selon l’intensité souhaitée.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eActivez\u003c\/strong\u003e votre diffuseur et laissez la fragrance se diffuser.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eNe pas utiliser\u003c\/strong\u003e dans un diffuseur à bougie ni à bâtonnets.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eAprès usage :\u003c\/strong\u003e nettoyez le réservoir si vous changez de fragrance.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"halya-tip\"\u003e\n          \u003cem\u003eAstuce\u003c\/em\u003e\u003cbr\u003e\n          Pour un rendu “poudré chic”, commencez léger puis augmentez progressivement.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCaractéristiques\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eType :\u003c\/strong\u003e Huile parfumée pour \u003cstrong\u003ediffuseur électrique\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eContenance :\u003c\/strong\u003e 250 ml ou 500 ml\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfil olfactif :\u003c\/strong\u003e Floral · Frais · Poudré · Ambré vanillé\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eTenue :\u003c\/strong\u003e Longue durée, diffusion stable\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUsage :\u003c\/strong\u003e Diffusion d’ambiance uniquement\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAllergènes\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003eContient :\u003c\/strong\u003e Linalool, Citronellol, Coumarin, Geraniol, Eugenol, Cinnamyl Alcohol.\u003c\/p\u003e\n        \u003cp\u003ePeut provoquer une réaction allergique.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════════════════════════════\n         FAQ\n  ═══════════════════════════════════════ --\u003e\n  \u003ch3 class=\"halya-faq-title\"\u003eQuestions fréquentes\u003c\/h3\u003e\n  \u003cp class=\"halya-faq-sub\"\u003eTout ce que vous devez savoir\u003c\/p\u003e\n\n  \u003cdiv class=\"halya-accordion halya-faq\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eEst-ce une rose très sucrée ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\n          Non : \u003cstrong\u003eRose wood\u003c\/strong\u003e est une rose \u003cstrong\u003efraîche et poudrée\u003c\/strong\u003e, élégante et lumineuse, avec un fond ambré-vanillé doux.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDans quelles pièces l’utiliser ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\n          Idéal pour \u003cstrong\u003esalon\u003c\/strong\u003e, \u003cstrong\u003echambre\u003c\/strong\u003e et \u003cstrong\u003eentrée\u003c\/strong\u003e : l’effet “maison raffinée” est immédiat.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003ePuis-je l’utiliser dans un diffuseur à bougie ou à bâtonnets ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eNon.\u003c\/strong\u003e Cet élixir est conçu \u003cstrong\u003euniquement\u003c\/strong\u003e pour un \u003cstrong\u003ediffuseur électrique\u003c\/strong\u003e.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════════════════════════════════\n         PRECAUTIONS\n  ═══════════════════════════════════════ --\u003e\n  \u003cdiv class=\"halya-precautions\"\u003e\n    \u003cdiv class=\"halya-precautions-title\"\u003ePrécautions\u003c\/div\u003e\n    \u003cp\u003eTenir hors de portée des enfants.\u003c\/p\u003e\n    \u003cp\u003eNe pas avaler et ne pas utiliser sur la peau.\u003c\/p\u003e\n    \u003cp\u003eUsage strictement réservé à la diffusion d’ambiance avec un diffuseur électrique.\u003c\/p\u003e\n    \u003cp\u003eNe pas utiliser dans un diffuseur à bougie ni à bâtonnets.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Halya Home","offers":[{"title":"250 ML","offer_id":50923296751944,"sku":"HUILE-ELEC-ROSEWOOD-250","price":39.9,"currency_code":"EUR","in_stock":false},{"title":"500 ML","offer_id":50923296784712,"sku":"HUILE-ELEC-ROSEWOOD-500","price":59.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/diffuseur-parfum-rose-wood-maison.jpg?v=1779347036","url":"https:\/\/halyahome.com\/de\/products\/rose-wood-huile-parfum-diffuseurs-lectriques","provider":"Halya Home","version":"1.0","type":"link"}