{"product_id":"eclat-de-tiare-huile-parfumee-diffuseurs-roseaux","title":"Monoï – Huile parfumée diffuseurs roseaux","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" 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\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ═══════════════════════════════════════\n       HALYA HOME — MONOÏ 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    \/* ── Page Base ── *\/\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    \/* ── Grain Overlay ── *\/\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    \/* ── Decorative Top Bar ── *\/\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 {\n      width: 40px;\n      height: 1px;\n      background: var(--halya-gold);\n    }\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    \/* ═══════════════════════════════════════\n       HERO SECTION\n    ═══════════════════════════════════════ *\/\n    .halya-hero {\n      text-align: center;\n      padding: 10px 0 40px;\n    }\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 {\n      font-style: italic;\n      font-weight: 300;\n      color: var(--halya-gold);\n    }\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    \/* ── Universe Tags ── *\/\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    \/* ── Format Selector Cards ── *\/\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 {\n      transform: scaleX(1);\n    }\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 {\n      font-size: 16px;\n      color: var(--halya-gold);\n      font-weight: 300;\n    }\n\n    .halya-format-desc {\n      font-size: 12.5px;\n      color: var(--halya-muted);\n      font-weight: 400;\n      line-height: 1.5;\n    }\n\n    \/* ═══════════════════════════════════════\n       OLFACTIVE PYRAMID — Special Section\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 {\n      background: rgba(255, 255, 255, 0.07);\n      transform: translateX(4px);\n    }\n\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    \/* ═══════════════════════════════════════\n       ACCORDION\n    ═══════════════════════════════════════ *\/\n    .halya-accordion {\n      margin-top: 8px;\n    }\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 {\n      border-color: var(--halya-gold-light);\n      box-shadow: 0 4px 16px rgba(182, 135, 99, 0.08);\n    }\n\n    .halya-accordion details[open] {\n      border-color: var(--halya-gold);\n      box-shadow: 0 8px 28px rgba(182, 135, 99, 0.1);\n    }\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 {\n      color: var(--halya-gold);\n    }\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 {\n      list-style: none;\n      padding: 0;\n    }\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 {\n      color: var(--halya-dark);\n      font-weight: 600;\n    }\n\n    \/* ── Tip Callout ── *\/\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    \/* ═══════════════════════════════════════\n       \"WHY YOU'LL LOVE IT\" — Highlight Grid\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 {\n      font-size: 28px;\n      margin-bottom: 10px;\n      display: block;\n    }\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 {\n      font-size: 12.5px;\n      color: var(--halya-muted);\n      line-height: 1.5;\n    }\n\n    \/* ═══════════════════════════════════════\n       FAQ SECTION\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 {\n      text-align: center;\n      font-size: 13px;\n      color: var(--halya-muted);\n      margin-bottom: 20px;\n    }\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 {\n      border-color: var(--halya-gold-light);\n      box-shadow: none;\n    }\n\n    .halya-faq details[open] {\n      border-color: var(--halya-gold);\n      box-shadow: none;\n    }\n\n    .halya-faq summary {\n      padding: 18px 4px;\n      font-size: 14.5px;\n    }\n\n    .halya-faq .halya-content {\n      padding: 0 4px 18px;\n    }\n\n    \/* ═══════════════════════════════════════\n       PRECAUTIONS — Subtle Footer\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 {\n      margin-bottom: 4px;\n    }\n\n    \/* ═══════════════════════════════════════\n       ANIMATIONS\n    ═══════════════════════════════════════ *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(20px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes fadeDown {\n      from { opacity: 0; transform: translateY(-12px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    @keyframes accordionOpen {\n      from { opacity: 0; transform: translateY(-6px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ═══════════════════════════════════════\n       RESPONSIVE\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\u003csection class=\"halya-product\"\u003e\u003c!-- ── Top Bar ── --\u003e\n\u003cdiv class=\"halya-topbar\"\u003e\n\u003cspan class=\"halya-topbar-line\"\u003e\u003c\/span\u003e \u003cspan class=\"halya-topbar-label\"\u003eHalya Home\u003c\/span\u003e \u003cspan class=\"halya-topbar-line\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════\n       HERO\n  ═══════════════════════════════════════ --\u003e\n\u003cdiv class=\"halya-hero\"\u003e\n\u003ch1\u003e\u003cem\u003eMonoï\u003c\/em\u003e\u003c\/h1\u003e\n\u003cp class=\"halya-hero-tagline\"\u003eUn souffle des îles, chez vous.\u003c\/p\u003e\n\u003cdiv class=\"halya-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Universe Tags --\u003e\n\u003cdiv class=\"halya-tags\"\u003e\n\u003cspan class=\"halya-tag\"\u003e☀️ Solaire\u003c\/span\u003e \u003cspan class=\"halya-tag\"\u003e🌺 Exotique\u003c\/span\u003e \u003cspan class=\"halya-tag\"\u003e🌸 Floral\u003c\/span\u003e \u003cspan class=\"halya-tag\"\u003e🍦 Gourmand\u003c\/span\u003e\n\u003c\/div\u003e\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 un usage personnel et régulier\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\"\u003eGrandes pièces, diffusion prolongée, usage pro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\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\"\u003eFleur de tiaré, bergamote, néroli\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eJasmin sambac, noix de coco lactée, ylang-ylang\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eVanille, musc blanc, bois ambré\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eSolaire \u0026amp; exotique\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-text\"\u003eUn parfum d'évasion qui invite au voyage\u003c\/div\u003e\n\u003c\/div\u003e\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; gourmand\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-text\"\u003eFloral, coco, vanille — sans lourdeur\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-card\"\u003e\n\u003cspan class=\"halya-highlight-icon\"\u003e⏳\u003c\/span\u003e\n\u003cdiv class=\"halya-highlight-title\"\u003eLongue tenue\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-text\"\u003ePrésent, mais jamais entêtant\u003c\/div\u003e\n\u003c\/div\u003e\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 à roseaux Halya Home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════\n       ACCORDION SECTIONS\n  ═══════════════════════════════════════ --\u003e\n\u003cdiv class=\"halya-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDescription\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eMonoï\u003c\/strong\u003e vous transporte instantanément sous les tropiques, là où les fleurs de tiaré embaument l'air chaud et ensoleillé. Ce parfum d'intérieur capture l'essence paradisiaque des lagons turquoise et des plages de sable fin : une fleur de tiaré \u003cem\u003esolaire\u003c\/em\u003e, un cœur \u003cem\u003ecoco lacté\u003c\/em\u003e réconfortant, puis une \u003cem\u003evanille douce\u003c\/em\u003e et un musc blanc qui prolongent la sensation d'évasion.\u003c\/p\u003e\n\u003cdiv class=\"halya-tip\"\u003e\n\u003cem\u003eAmbiance\u003c\/em\u003e\u003cbr\u003eÉté chic, maison lumineuse, mood vacances — idéal pour salon, chambre, entrée.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eConseils d'utilisation\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cul\u003e\n\u003cli\u003eVersez l'huile dans un \u003cstrong\u003eflacon prévu à cet effet\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eInsérez les \u003cstrong\u003ebâtonnets en roseau\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eRetournez-les au bout de \u003cstrong\u003equelques heures\u003c\/strong\u003e pour lancer la diffusion.\u003c\/li\u003e\n\u003cli\u003ePour raviver l'intensité, retournez les tiges \u003cstrong\u003e1 fois par semaine\u003c\/strong\u003e.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"halya-tip\"\u003e\n\u003cem\u003eAstuce\u003c\/em\u003e\u003cbr\u003eAdaptez le nombre de tiges selon la taille de la pièce et l'intensité souhaitée.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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 diffuseur à roseaux\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 · Solaire · Coco · Vanillé\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntensité :\u003c\/strong\u003e Modulable\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\u003c\/div\u003e\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\u003cdiv class=\"halya-accordion halya-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQuelle différence entre 250 ml et 500 ml ?\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003eLa même fragrance, deux formats. Le \u003cstrong\u003e250 ml\u003c\/strong\u003e est idéal pour un usage régulier, le \u003cstrong\u003e500 ml\u003c\/strong\u003e convient aux grandes pièces ou à une diffusion fréquente et prolongée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eEst-ce que ça sent fort ?\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003eL'intensité est \u003cstrong\u003emodulable\u003c\/strong\u003e : plus vous mettez de tiges (et plus vous les retournez), plus la diffusion sera puissante.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eÀ qui s'adresse Monoï ?\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003eÀ celles et ceux qui aiment les senteurs \u003cstrong\u003esolaires\u003c\/strong\u003e, \u003cstrong\u003eflorales\u003c\/strong\u003e et \u003cstrong\u003edouces\u003c\/strong\u003e, avec une touche gourmande coco-vanille.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\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 exclusivement réservé à la diffusion d'ambiance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eContient :\u003c\/strong\u003e\u003cspan\u003e Linalool, Citronellol, Geraniol, Hexyl Cinnamal, Hydroxycitronellal, Benzyl Salicylate.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Halya Home","offers":[{"title":"250 ML","offer_id":50949942214984,"sku":"HUILE-ROS-MONOI-250","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"500 ML","offer_id":50949942247752,"sku":"HUILE-ROS-MONOI-500","price":44.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/MONOI_ROSEAUX.png?v=1774864025","url":"https:\/\/halyahome.com\/products\/eclat-de-tiare-huile-parfumee-diffuseurs-roseaux","provider":"Halya Home","version":"1.0","type":"link"}