{"title":"Hotel","description":"\u003c!-- HALYA HOME – AMBIANCE OLFACTIVE HÔTEL DUBAÏ | Bloc de présentation --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- À coller dans un bloc \"Custom Liquid\" ou \"Custom HTML\" Shopify, au-dessus de la grille produits --\u003e\n\u003cstyle\u003e\n    #halya-hotel-intro {\n      --halya-cream:       #faf7f2;\n      --halya-white:       #ffffff;\n      --halya-beige:       #f3ece0;\n      --halya-beige-mid:   #e8dcc8;\n      --halya-border:      #e2d5c0;\n      --halya-brown:       #7a5c3e;\n      --halya-brown-light: #a07850;\n      --halya-gold:        #b8873f;\n      --halya-gold-light:  #d4a86a;\n      --halya-dark:        #2e1f0f;\n      --halya-muted:       #8a7060;\n      --font-display:      'Cormorant Garamond', Georgia, serif;\n      --font-body:         'Outfit', 'Jost', sans-serif;\n      --radius:            12px;\n\n      font-family: var(--font-body);\n      background: var(--halya-cream);\n      color: var(--halya-dark);\n      padding: 0;\n      margin: 0 0 48px 0;\n    }\n\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026family=Outfit:wght@200;300;400;500\u0026display=swap');\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* ── HERO BANNER ── *\/\n    .hh-hero {\n      background: var(--halya-dark);\n      padding: 60px 40px 56px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n      animation: fadeUp 0.7s ease both;\n    }\n\n    .hh-hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background-image:\n        radial-gradient(ellipse 60% 50% at 80% 20%, rgba(184,135,63,0.13) 0%, transparent 70%),\n        radial-gradient(ellipse 40% 60% at 10% 80%, rgba(184,135,63,0.08) 0%, transparent 70%);\n      pointer-events: none;\n    }\n\n    .hh-eyebrow {\n      font-family: var(--font-body);\n      font-weight: 200;\n      font-size: 10px;\n      letter-spacing: 0.38em;\n      text-transform: uppercase;\n      color: var(--halya-gold);\n      margin-bottom: 24px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 16px;\n    }\n\n    .hh-eyebrow::before,\n    .hh-eyebrow::after {\n      content: '';\n      display: block;\n      width: 40px;\n      height: 0.5px;\n      background: var(--halya-gold);\n      opacity: 0.5;\n    }\n\n    .hh-hero-title {\n      font-family: var(--font-display);\n      font-weight: 300;\n      font-size: clamp(40px, 6vw, 66px);\n      line-height: 1.08;\n      color: #f5ead6;\n      margin: 0 0 10px;\n      letter-spacing: 0.01em;\n    }\n\n    .hh-hero-title em {\n      font-style: italic;\n      color: var(--halya-gold-light);\n    }\n\n    .hh-hero-sub {\n      font-family: var(--font-display);\n      font-style: italic;\n      font-weight: 300;\n      font-size: 17px;\n      color: rgba(245, 234, 214, 0.5);\n      margin: 0 0 48px;\n      letter-spacing: 0.06em;\n    }\n\n    .hh-divider {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 18px;\n      margin-bottom: 0;\n    }\n\n    .hh-divider-line {\n      width: 80px;\n      height: 0.5px;\n      background: rgba(184,135,63,0.4);\n    }\n\n    .hh-diamond {\n      width: 6px;\n      height: 6px;\n      border: 0.5px solid var(--halya-gold);\n      transform: rotate(45deg);\n      opacity: 0.65;\n    }\n\n    \/* ── BODY SECTION ── *\/\n    .hh-body {\n      background: var(--halya-cream);\n      padding: 52px 40px 48px;\n      animation: fadeUp 0.8s ease 0.15s both;\n    }\n\n    .hh-body-inner {\n      max-width: 760px;\n      margin: 0 auto;\n    }\n\n    .hh-lead {\n      font-family: var(--font-display);\n      font-size: clamp(21px, 3vw, 28px);\n      font-weight: 300;\n      line-height: 1.55;\n      color: var(--halya-brown);\n      margin: 0 0 36px;\n      text-align: center;\n      font-style: italic;\n    }\n\n    .hh-paragraphs {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n      margin-bottom: 44px;\n    }\n\n    @media (max-width: 640px) {\n      .hh-paragraphs { grid-template-columns: 1fr; }\n      .hh-hero { padding: 48px 24px 44px; }\n      .hh-body { padding: 40px 24px 36px; }\n    }\n\n    .hh-paragraph {\n      font-family: var(--font-body);\n      font-weight: 300;\n      font-size: 15px;\n      line-height: 1.85;\n      color: var(--halya-muted);\n      margin: 0;\n    }\n\n    .hh-paragraph strong {\n      font-weight: 400;\n      color: var(--halya-brown);\n    }\n\n    \/* ── PILLIERS ── *\/\n    .hh-pillars {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      margin: 0 0 44px;\n      animation: fadeUp 0.8s ease 0.3s both;\n    }\n\n    @media (max-width: 640px) {\n      .hh-pillars { grid-template-columns: 1fr; }\n    }\n\n    .hh-pillar {\n      background: var(--halya-white);\n      border: 1px solid var(--halya-border);\n      border-radius: var(--radius);\n      padding: 28px 22px;\n      text-align: center;\n      transition: border-color 0.3s ease, transform 0.3s ease;\n    }\n\n    .hh-pillar:hover {\n      border-color: var(--halya-gold-light);\n      transform: translateY(-3px);\n    }\n\n    .hh-pillar-icon {\n      width: 36px;\n      height: 36px;\n      margin: 0 auto 14px;\n      display: block;\n    }\n\n    .hh-pillar-title {\n      font-family: var(--font-display);\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--halya-brown);\n      margin: 0 0 8px;\n    }\n\n    .hh-pillar-text {\n      font-family: var(--font-body);\n      font-size: 13px;\n      font-weight: 300;\n      color: var(--halya-muted);\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    \/* ── CITATION ── *\/\n    .hh-quote-block {\n      background: var(--halya-beige);\n      border-left: 2px solid var(--halya-gold);\n      border-radius: 0 var(--radius) var(--radius) 0;\n      padding: 28px 32px;\n      margin: 0 0 44px;\n      animation: fadeUp 0.8s ease 0.4s both;\n    }\n\n    .hh-quote-block p {\n      font-family: var(--font-display);\n      font-style: italic;\n      font-weight: 300;\n      font-size: clamp(18px, 2.5vw, 23px);\n      line-height: 1.6;\n      color: var(--halya-brown);\n      margin: 0 0 10px;\n    }\n\n    .hh-quote-block cite {\n      font-family: var(--font-body);\n      font-size: 11px;\n      font-weight: 200;\n      letter-spacing: 0.25em;\n      text-transform: uppercase;\n      color: var(--halya-gold);\n      font-style: normal;\n    }\n\n    \/* ── FOOTER BANNER ── *\/\n    .hh-footer-band {\n      background: var(--halya-beige-mid);\n      border-top: 1px solid var(--halya-border);\n      padding: 24px 40px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      gap: 12px;\n      animation: fadeUp 0.8s ease 0.5s both;\n    }\n\n    .hh-brand {\n      font-family: var(--font-display);\n      font-size: 20px;\n      font-weight: 300;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--halya-brown);\n    }\n\n    .hh-brand em {\n      font-style: italic;\n      font-weight: 300;\n      letter-spacing: 0.06em;\n      color: var(--halya-gold);\n      font-size: 16px;\n    }\n\n    .hh-tags {\n      display: flex;\n      gap: 8px;\n      flex-wrap: wrap;\n    }\n\n    .hh-tag {\n      font-family: var(--font-body);\n      font-size: 10px;\n      font-weight: 300;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--halya-brown-light);\n      background: rgba(184,135,63,0.1);\n      border: 0.5px solid rgba(184,135,63,0.25);\n      border-radius: 100px;\n      padding: 4px 14px;\n    }\n  \u003c\/style\u003e\n\u003csection id=\"halya-hotel-intro\"\u003e\u003c!-- HERO --\u003e\n\u003cdiv class=\"hh-hero\"\u003e\n\u003cdiv class=\"hh-eyebrow\"\u003eHalya Home  ·  Ambiance Olfactive\u003c\/div\u003e\n\u003ch2 class=\"hh-hero-title\"\u003eHôtel\u003cbr\u003e\u003cem\u003eDubaï\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hh-hero-sub\"\u003eParfums d'intérieur — L'essence des palaces du Golfe\u003c\/p\u003e\n\u003cdiv class=\"hh-divider\"\u003e\n\u003cdiv class=\"hh-divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hh-diamond\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hh-divider-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BODY --\u003e\n\u003cdiv class=\"hh-body\"\u003e\n\u003cdiv class=\"hh-body-inner\"\u003e\n\u003cp class=\"hh-lead\"\u003eDans les grands palaces du Golfe, l'air lui-même est une expérience. Un accord rare, invisible, qui s'imprime en mémoire.\u003c\/p\u003e\n\u003cdiv class=\"hh-paragraphs\"\u003e\n\u003cp class=\"hh-paragraph\"\u003eIl y a dans les grands hôtels de Dubaï quelque chose d'irréel — un silence parfumé qui enveloppe chaque couloir, chaque suite, chaque instant. Une \u003cstrong\u003esignature olfactive reconnaissable entre mille\u003c\/strong\u003e, pensée pour marquer l'esprit et sublimer l'espace.\u003c\/p\u003e\n\u003cp class=\"hh-paragraph\"\u003eC'est cet art de l'accueil que la collection \u003cstrong\u003eHôtel de Luxe\u003c\/strong\u003e s'est donné pour mission de capturer. Chaque senteur a été composée en écho aux palaces du Golfe — ces écrins de marbre et d'or où le bois de oud se mêle au musc blanc, où la rose de Taïf flotte dans l'air des lobbies immaculés.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PILLIERS --\u003e\n\u003cdiv class=\"hh-pillars\"\u003e\n\u003cdiv class=\"hh-pillar\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"hh-pillar-icon\"\u003e\n            \u003ccircle stroke-width=\"0.8\" stroke=\"#b8873f\" r=\"17\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n            \u003cpath fill=\"rgba(184,135,63,0.08)\" stroke-width=\"0.8\" stroke=\"#b8873f\" d=\"M18 8 C18 8, 10 14, 10 20 C10 24.4 13.6 28 18 28 C22.4 28 26 24.4 26 20 C26 14 18 8 18 8Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"0.6\" stroke=\"#b8873f\" d=\"M18 14 C18 14, 14 17.5, 14 20.5 C14 22.7 15.8 24.5 18 24.5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003cdiv class=\"hh-pillar-title\"\u003eSenteurs exclusives\u003c\/div\u003e\n\u003cp class=\"hh-pillar-text\"\u003eAccords inspirés des signatures olfactives des plus grands palaces 5 étoiles du Golfe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-pillar\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"hh-pillar-icon\"\u003e\n            \u003ccircle stroke-width=\"0.8\" stroke=\"#b8873f\" r=\"17\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n            \u003crect fill=\"rgba(184,135,63,0.08)\" stroke-width=\"0.8\" stroke=\"#b8873f\" rx=\"2\" height=\"10\" width=\"14\" y=\"13\" x=\"11\"\u003e\u003c\/rect\u003e\n            \u003cpath fill=\"none\" stroke-width=\"0.8\" stroke=\"#b8873f\" d=\"M15 13 L15 11 Q18 9 21 11 L21 13\"\u003e\u003c\/path\u003e\n            \u003ccircle opacity=\"0.6\" fill=\"#b8873f\" r=\"1.5\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n\u003cdiv class=\"hh-pillar-title\"\u003eFabrication Émirats\u003c\/div\u003e\n\u003cp class=\"hh-pillar-text\"\u003eÉlaborées aux Émirats Arabes Unis, avec des matières premières sélectionnées avec soin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-pillar\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 36 36\" class=\"hh-pillar-icon\"\u003e\n            \u003ccircle stroke-width=\"0.8\" stroke=\"#b8873f\" r=\"17\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n            \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"0.8\" stroke=\"#b8873f\" d=\"M10 22 Q14 12 18 16 Q22 20 26 10\"\u003e\u003c\/path\u003e\n            \u003ccircle opacity=\"0.5\" fill=\"#b8873f\" r=\"1.5\" cy=\"22\" cx=\"10\"\u003e\u003c\/circle\u003e\n            \u003ccircle opacity=\"0.5\" fill=\"#b8873f\" r=\"1.5\" cy=\"16\" cx=\"18\"\u003e\u003c\/circle\u003e\n            \u003ccircle opacity=\"0.5\" fill=\"#b8873f\" r=\"1.5\" cy=\"10\" cx=\"26\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n\u003cdiv class=\"hh-pillar-title\"\u003eLongue tenue\u003c\/div\u003e\n\u003cp class=\"hh-pillar-text\"\u003eDes fragrances puissantes et enveloppantes, persistantes tout au long de la journée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CITATION --\u003e\n\u003cdiv class=\"hh-quote-block\"\u003e\n\u003cp\u003eLe luxe véritable ne se voit pas. Il se respire.\u003c\/p\u003e\n\u003ccite\u003eHalya Home  ·  Ambiance Olfactive Hôtel Dubaï\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER BAND --\u003e\n\u003cdiv class=\"hh-footer-band\"\u003e\n\u003cdiv class=\"hh-brand\"\u003eHalya  \u003cem\u003eHome\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-tags\"\u003e\n\u003cspan class=\"hh-tag\"\u003eParfums d'intérieur\u003c\/span\u003e \u003cspan class=\"hh-tag\"\u003eHôtel Dubaï\u003c\/span\u003e \u003cspan class=\"hh-tag\"\u003eAmbiance olfactive\u003c\/span\u003e \u003cspan class=\"hh-tag\"\u003eÉmirats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"velvet-lobby-huile-parfumee","title":"Velvet Lobby – Huile parfumée diffuseurs électriques","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \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\u003c\/p\u003e\n\u003cstyle\u003e\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    .halya-product { font-family: var(--font-body); line-height: 1.65; color: var(--halya-dark); background: var(--halya-cream); max-width: 780px; margin: 0 auto; padding: 0 20px 60px; position: relative; overflow: hidden; }\n    .halya-product::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; 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\"); pointer-events: none; z-index: 0; }\n    .halya-product \u003e * { position: relative; z-index: 1; }\n    .halya-topbar { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 32px 0 20px; opacity: 0; animation: fadeDown 0.8s ease 0.2s forwards; }\n    .halya-topbar-line { width: 40px; height: 1px; background: var(--halya-gold); }\n    .halya-topbar-label { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--halya-gold); }\n    .halya-hero { text-align: center; padding: 10px 0 40px; }\n    .halya-hero h1 { font-family: var(--font-display); font-size: clamp(38px, 7vw, 60px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--halya-dark); margin-bottom: 6px; opacity: 0; animation: fadeUp 1s ease 0.4s forwards; }\n    .halya-hero h1 em { font-style: italic; font-weight: 300; color: var(--halya-gold); }\n    .halya-hero-sub { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }\n    .halya-hero-tagline { font-family: var(--font-display); font-size: clamp(18px, 3vw, 22px); font-weight: 300; font-style: italic; color: var(--halya-muted); letter-spacing: 0.02em; margin-bottom: 28px; opacity: 0; animation: fadeUp 1s ease 0.6s forwards; }\n    .halya-divider { width: 60px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--halya-gold), transparent); margin: 0 auto 28px; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }\n    .halya-hero-desc { max-width: 580px; margin: 0 auto 30px; font-size: 15px; color: var(--halya-dark-soft); line-height: 1.75; text-align: center; opacity: 0; animation: fadeUp 0.8s ease 0.75s forwards; }\n    .halya-hero-desc strong { color: var(--halya-dark); }\n    .halya-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }\n    .halya-tag { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; border: 1px solid var(--halya-border); color: var(--halya-gold); background: var(--halya-gold-glow); transition: all 0.3s ease; }\n    .halya-tag:hover { background: var(--halya-gold); color: var(--halya-white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 135, 99, 0.25); }\n    .halya-formats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }\n    .halya-format-card { background: var(--halya-white); border: 1.5px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }\n    .halya-format-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--halya-gold-light), var(--halya-gold)); transform: scaleX(0); transition: transform 0.4s ease; }\n    .halya-format-card:hover { border-color: var(--halya-gold); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(182, 135, 99, 0.12); }\n    .halya-format-card:hover::before { transform: scaleX(1); }\n    .halya-format-size { font-family: var(--font-display); font-size: 34px; font-weight: 400; color: var(--halya-dark); line-height: 1; margin-bottom: 8px; }\n    .halya-format-size span { font-size: 16px; color: var(--halya-gold); font-weight: 300; }\n    .halya-format-desc { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-format-tags { display: flex; justify-content: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }\n    .halya-format-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--halya-gold); background: var(--halya-gold-glow); padding: 4px 12px; border-radius: 999px; }\n    .halya-pyramid { background: linear-gradient(160deg, var(--halya-dark) 0%, #2A2018 60%, #3D2E1E 100%); border-radius: 20px; padding: 40px 28px; margin: 32px 0; color: var(--halya-sand); position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 1s forwards; }\n    .halya-pyramid::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(182, 135, 99, 0.12) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid \u003e * { position: relative; z-index: 1; }\n    .halya-pyramid-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin-bottom: 8px; color: var(--halya-sand); }\n    .halya-pyramid-sub { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; text-align: center; color: var(--halya-gold-light); margin-bottom: 32px; font-weight: 400; }\n    .halya-note-group { margin-bottom: 24px; padding: 18px 20px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); border-left: 3px solid var(--halya-gold); transition: all 0.3s ease; }\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    .halya-note-label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold-light); margin-bottom: 6px; }\n    .halya-note-desc { font-family: var(--font-display); font-size: 19px; font-weight: 300; font-style: italic; color: rgba(245, 237, 227, 0.9); line-height: 1.5; }\n    .halya-highlights { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 28px 0; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }\n    .halya-highlight-card { background: var(--halya-white); border: 1px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; transition: all 0.4s ease; }\n    .halya-highlight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(182, 135, 99, 0.1); border-color: var(--halya-gold-light); }\n    .halya-highlight-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n    .halya-highlight-title { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--halya-dark); margin-bottom: 6px; }\n    .halya-highlight-text { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-accordion { margin-top: 8px; }\n    .halya-accordion details { border: 1px solid var(--halya-border); border-radius: var(--radius); margin: 12px 0; background: var(--halya-white); overflow: hidden; transition: all 0.3s ease; }\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    .halya-accordion summary { cursor: pointer; font-family: var(--font-body); font-weight: 500; font-size: 15px; letter-spacing: 0.3px; padding: 18px 22px; list-style: none; display: flex; align-items: center; justify-content: space-between; color: var(--halya-dark); transition: color 0.3s ease; user-select: none; }\n    .halya-accordion summary::-webkit-details-marker { display: none; }\n    .halya-accordion summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; font-weight: 300; color: var(--halya-gold); transition: all 0.3s ease; flex-shrink: 0; margin-left: 12px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--halya-gold-glow); }\n    .halya-accordion details[open] summary::after { content: '−'; background: var(--halya-gold); color: var(--halya-white); transform: rotate(180deg); }\n    .halya-accordion details[open] summary { color: var(--halya-gold); }\n    .halya-content { padding: 0 22px 22px; font-size: 14.5px; color: var(--halya-dark-soft); line-height: 1.7; animation: accordionOpen 0.4s ease forwards; }\n    .halya-content p { margin-bottom: 12px; }\n    .halya-content p:last-child { margin-bottom: 0; }\n    .halya-content ul { list-style: none; padding: 0; }\n    .halya-content ul li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid rgba(182, 135, 99, 0.08); }\n    .halya-content ul li:last-child { border-bottom: none; }\n    .halya-content ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--halya-gold-light); }\n    .halya-content strong { color: var(--halya-dark); font-weight: 600; }\n    .halya-tip { margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--halya-gold-glow), rgba(212, 165, 116, 0.08)); border-left: 3px solid var(--halya-gold); font-size: 13.5px; color: var(--halya-dark-soft); }\n    .halya-tip em { color: var(--halya-gold); font-style: normal; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }\n    .halya-faq-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin: 40px 0 8px; color: var(--halya-dark); }\n    .halya-faq-sub { text-align: center; font-size: 13px; color: var(--halya-muted); margin-bottom: 20px; }\n    .halya-faq details { background: transparent; border: none; border-bottom: 1px solid var(--halya-border); border-radius: 0; margin: 0; box-shadow: none !important; }\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    .halya-precautions { margin-top: 36px; padding: 22px 24px; background: var(--halya-sand); border-radius: var(--radius); font-size: 12.5px; color: var(--halya-muted); line-height: 1.7; }\n    .halya-precautions-title { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; }\n    .halya-precautions p { margin-bottom: 4px; }\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    @media (max-width: 560px) { .halya-product { padding: 0 16px 48px; } .halya-formats { grid-template-columns: 1fr; } .halya-highlights { grid-template-columns: 1fr; } .halya-pyramid { padding: 30px 20px; } }\n  \u003c\/style\u003e\n\u003csection class=\"halya-product\"\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\u003cdiv class=\"halya-hero\"\u003e\n\u003ch1\u003e\n\u003cem\u003eVelvet\u003c\/em\u003e Lobby\u003c\/h1\u003e\n\u003cp class=\"halya-hero-sub\"\u003eHuile parfumée · Diffuseur électrique \u0026amp; Brûleur\u003c\/p\u003e\n\u003cp class=\"halya-hero-tagline\"\u003eL'allure d'un grand hôtel, capturée en flacon.\u003c\/p\u003e\n\u003cdiv class=\"halya-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"halya-hero-desc\"\u003e\u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e s'ouvre sur une \u003cstrong\u003efraîcheur gourmande et lumineuse\u003c\/strong\u003e — melon juteux, pêche veloutée, pomme croquante. Le cœur s'épanouit en un \u003cstrong\u003ebouquet floral couture\u003c\/strong\u003e : mimosa solaire, tubéreuse addictive, lys élégant et freesia aérien. En fond, le \u003cstrong\u003emusc sensuel s'étire sur un santal crémeux\u003c\/strong\u003e relevé d'une mousse de chêne subtile — une empreinte chic, moderne et chaleureuse.\u003c\/p\u003e\n\u003cdiv class=\"halya-tags\"\u003e\n\u003cspan class=\"halya-tag\"\u003e🍑 Fruité\u003c\/span\u003e \u003cspan class=\"halya-tag\"\u003e🌸 Floral couture\u003c\/span\u003e \u003cspan class=\"halya-tag\"\u003e🤍 Musqué\u003c\/span\u003e \u003cspan class=\"halya-tag\"\u003e🌿 Boisé\u003c\/span\u003e\n\u003c\/div\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 régulier et une ambiance \"lobby\" quotidienne\u003c\/div\u003e\n\u003cdiv class=\"halya-format-tags\"\u003e\n\u003cspan class=\"halya-format-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e \u003cspan class=\"halya-format-tag\"\u003e🕯 Brûleur\u003c\/span\u003e\n\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 fréquente ou usage professionnel\u003c\/div\u003e\n\u003cdiv class=\"halya-format-tags\"\u003e\n\u003cspan class=\"halya-format-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e \u003cspan class=\"halya-format-tag\"\u003e🕯 Brûleur\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eMelon juteux · Pêche veloutée · Pomme croquante\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\"\u003eMimosa · Tubéreuse · Lys · Freesia\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\"\u003eMusc sensuel · Bois de santal crémeux · Mousse de chêne\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eOuverture gourmande\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-text\"\u003eMelon, pêche et pomme pour une fraîcheur fruitée et lumineuse\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\"\u003eCœur floral couture\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-text\"\u003eTubéreuse, mimosa et freesia — élégance absolue et addictive\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\"\u003eFond musc-santal\u003c\/div\u003e\n\u003cdiv class=\"halya-highlight-text\"\u003eUne empreinte chic et durable, jamais lourde\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"halya-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eConseils d'utilisation\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eDiffuseur électrique\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAjoutez quelques gouttes dans le réservoir selon les recommandations de votre appareil.\u003c\/li\u003e\n\u003cli\u003eAugmentez \u003cstrong\u003eprogressivement\u003c\/strong\u003e jusqu'à l'intensité souhaitée.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eBrûleur\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRemplissez la coupelle d'un peu d'eau puis ajoutez \u003cstrong\u003e3 à 8 gouttes\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003eAllumez la bougie chauffe-plat et ajustez selon la taille de la pièce.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"halya-tip\"\u003e\n\u003cem\u003e💡 Astuce Halya\u003c\/em\u003e\u003cbr\u003eDans une entrée, diffusez par courtes sessions pour un effet \"lobby\" toujours frais. Le fond musc-santal se révèle magnifiquement dans les espaces de réception.\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 la maison\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\u003eCompatibilité :\u003c\/strong\u003e Diffuseur électrique \u0026amp; brûleur\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfil olfactif :\u003c\/strong\u003e Fruité · Floral · Musqué · Boisé\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntensité :\u003c\/strong\u003e Modulaire selon dosage\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCertification :\u003c\/strong\u003e Conforme IFRA · Sans phtalates · Cruelty-free · Vegan\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\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 Velvet Lobby, deux formats. Le \u003cstrong\u003e250 ml\u003c\/strong\u003e est idéal pour un usage quotidien personnel, tandis que le \u003cstrong\u003e500 ml\u003c\/strong\u003e est pensé pour les grandes pièces, une diffusion fréquente ou un usage professionnel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eEst-ce plutôt fruité ou floral ?\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003eL'ouverture est \u003cstrong\u003efruitée et lumineuse\u003c\/strong\u003e — melon, pêche, pomme. Le cœur évolue ensuite vers un \u003cstrong\u003efloral couture\u003c\/strong\u003e avec la tubéreuse et le freesia. Un parfum qui voyage élégamment du fruit à la fleur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eConvient-elle aux grandes pièces ?\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003eOui, notamment avec le format \u003cstrong\u003e500 ml\u003c\/strong\u003e. Le fond \u003cstrong\u003emusc-santal\u003c\/strong\u003e apporte une belle tenue et une diffusion équilibrée dans les grands espaces, sans jamais saturer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003ePourquoi ce parfum est unique ?\u003c\/summary\u003e\n\u003cdiv class=\"halya-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e capture l'allure d'un lobby d'hôtel de luxe : accueillant, lumineux, impeccablement soigné. Son contraste \u003cstrong\u003efruits frais + fleurs couture\u003c\/strong\u003e prolongé sur un fond musc-santal habille l'espace avec une élégance mémorable — idéal pour l'entrée, le salon ou tout espace de prestige.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"halya-precautions\"\u003e\n\u003cdiv class=\"halya-precautions-title\"\u003ePrécautions d'usage\u003c\/div\u003e\n\u003cp\u003eTenir hors de portée des enfants et des animaux.\u003c\/p\u003e\n\u003cp\u003eNe pas avaler ni appliquer sur la peau.\u003c\/p\u003e\n\u003cp\u003eUsage exclusivement réservé à la diffusion d'ambiance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Halya Home","offers":[{"title":"250 ML","offer_id":50923328078152,"sku":"HUILE-ELEC-VELVETLOBBY-250","price":39.9,"currency_code":"EUR","in_stock":false},{"title":"500 ML","offer_id":50923328110920,"sku":"HUILE-ELEC-VELVETLOBBY-500","price":59.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/velvet-lobby-diffuseur-electrique-luxe.png?v=1779035631"},{"product_id":"velvet-lobby-huile-parfumee-diffuseurs-a-roseaux","title":"Velvet Lobby – Huile parfumée diffuseurs à roseaux","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eVelvet Lobby — Halya Home\u003c\/title\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  \u003cstyle\u003e\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    .halya-product { font-family: var(--font-body); line-height: 1.65; color: var(--halya-dark); background: var(--halya-cream); max-width: 780px; margin: 0 auto; padding: 0 20px 60px; position: relative; overflow: hidden; }\n    .halya-product::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; 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\"); pointer-events: none; z-index: 0; }\n    .halya-product \u003e * { position: relative; z-index: 1; }\n    .halya-topbar { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 32px 0 20px; opacity: 0; animation: fadeDown 0.8s ease 0.2s forwards; }\n    .halya-topbar-line { width: 40px; height: 1px; background: var(--halya-gold); }\n    .halya-topbar-label { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--halya-gold); }\n    .halya-hero { text-align: center; padding: 10px 0 40px; }\n    .halya-hero h1 { font-family: var(--font-display); font-size: clamp(38px, 7vw, 60px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--halya-dark); margin-bottom: 6px; opacity: 0; animation: fadeUp 1s ease 0.4s forwards; }\n    .halya-hero h1 em { font-style: italic; font-weight: 300; color: var(--halya-gold); }\n    .halya-hero-sub { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }\n    .halya-hero-tagline { font-family: var(--font-display); font-size: clamp(18px, 3vw, 22px); font-weight: 300; font-style: italic; color: var(--halya-muted); letter-spacing: 0.02em; margin-bottom: 28px; opacity: 0; animation: fadeUp 1s ease 0.6s forwards; }\n    .halya-divider { width: 60px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--halya-gold), transparent); margin: 0 auto 28px; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }\n    .halya-hero-desc { max-width: 580px; margin: 0 auto 30px; font-size: 15px; color: var(--halya-dark-soft); line-height: 1.75; text-align: center; opacity: 0; animation: fadeUp 0.8s ease 0.75s forwards; }\n    .halya-hero-desc strong { color: var(--halya-dark); }\n    .halya-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }\n    .halya-tag { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; border: 1px solid var(--halya-border); color: var(--halya-gold); background: var(--halya-gold-glow); transition: all 0.3s ease; }\n    .halya-tag:hover { background: var(--halya-gold); color: var(--halya-white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 135, 99, 0.25); }\n    .halya-formats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 10px; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }\n    .halya-format-card { background: var(--halya-white); border: 1.5px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; cursor: default; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; overflow: hidden; }\n    .halya-format-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--halya-gold-light), var(--halya-gold)); transform: scaleX(0); transition: transform 0.4s ease; }\n    .halya-format-card:hover { border-color: var(--halya-gold); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(182, 135, 99, 0.12); }\n    .halya-format-card:hover::before { transform: scaleX(1); }\n    .halya-format-size { font-family: var(--font-display); font-size: 34px; font-weight: 400; color: var(--halya-dark); line-height: 1; margin-bottom: 8px; }\n    .halya-format-size span { font-size: 16px; color: var(--halya-gold); font-weight: 300; }\n    .halya-format-desc { font-size: 12.5px; color: var(--halya-muted); font-weight: 400; line-height: 1.5; }\n    .halya-pyramid { background: linear-gradient(160deg, var(--halya-dark) 0%, #2A2018 60%, #3D2E1E 100%); border-radius: 20px; padding: 40px 28px; margin: 32px 0; color: var(--halya-sand); position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 1s forwards; }\n    .halya-pyramid::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(182, 135, 99, 0.12) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid \u003e * { position: relative; z-index: 1; }\n    .halya-pyramid-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin-bottom: 8px; color: var(--halya-sand); }\n    .halya-pyramid-sub { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; text-align: center; color: var(--halya-gold-light); margin-bottom: 32px; font-weight: 400; }\n    .halya-note-group { margin-bottom: 24px; padding: 18px 20px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); border-left: 3px solid var(--halya-gold); transition: all 0.3s ease; }\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    .halya-note-label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold-light); margin-bottom: 6px; }\n    .halya-note-desc { font-family: var(--font-display); font-size: 19px; font-weight: 300; font-style: italic; color: rgba(245, 237, 227, 0.9); line-height: 1.5; }\n    .halya-accordion { margin-top: 8px; }\n    .halya-accordion details { border: 1px solid var(--halya-border); border-radius: var(--radius); margin: 12px 0; background: var(--halya-white); overflow: hidden; transition: all 0.3s ease; }\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    .halya-accordion summary { cursor: pointer; font-family: var(--font-body); font-weight: 500; font-size: 15px; letter-spacing: 0.3px; padding: 18px 22px; list-style: none; display: flex; align-items: center; justify-content: space-between; color: var(--halya-dark); transition: color 0.3s ease; user-select: none; }\n    .halya-accordion summary::-webkit-details-marker { display: none; }\n    .halya-accordion summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; font-weight: 300; color: var(--halya-gold); transition: all 0.3s ease; flex-shrink: 0; margin-left: 12px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--halya-gold-glow); }\n    .halya-accordion details[open] summary::after { content: '−'; background: var(--halya-gold); color: var(--halya-white); transform: rotate(180deg); }\n    .halya-accordion details[open] summary { color: var(--halya-gold); }\n    .halya-content { padding: 0 22px 22px; font-size: 14.5px; color: var(--halya-dark-soft); line-height: 1.7; animation: accordionOpen 0.4s ease forwards; }\n    .halya-content p { margin-bottom: 12px; }\n    .halya-content p:last-child { margin-bottom: 0; }\n    .halya-content ul { list-style: none; padding: 0; }\n    .halya-content ul li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid rgba(182, 135, 99, 0.08); }\n    .halya-content ul li:last-child { border-bottom: none; }\n    .halya-content ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--halya-gold-light); }\n    .halya-content strong { color: var(--halya-dark); font-weight: 600; }\n    .halya-tip { margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--halya-gold-glow), rgba(212, 165, 116, 0.08)); border-left: 3px solid var(--halya-gold); font-size: 13.5px; color: var(--halya-dark-soft); }\n    .halya-tip em { color: var(--halya-gold); font-style: normal; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }\n    .halya-highlights { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 28px 0; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }\n    .halya-highlight-card { background: var(--halya-white); border: 1px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; transition: all 0.4s ease; }\n    .halya-highlight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(182, 135, 99, 0.1); border-color: var(--halya-gold-light); }\n    .halya-highlight-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n    .halya-highlight-title { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--halya-dark); margin-bottom: 6px; }\n    .halya-highlight-text { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-faq-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin: 40px 0 8px; color: var(--halya-dark); }\n    .halya-faq-sub { text-align: center; font-size: 13px; color: var(--halya-muted); margin-bottom: 20px; }\n    .halya-faq details { background: transparent; border: none; border-bottom: 1px solid var(--halya-border); border-radius: 0; margin: 0; box-shadow: none !important; }\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    .halya-precautions { margin-top: 36px; padding: 22px 24px; background: var(--halya-sand); border-radius: var(--radius); font-size: 12.5px; color: var(--halya-muted); line-height: 1.7; }\n    .halya-precautions-title { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; }\n    .halya-precautions p { margin-bottom: 4px; }\n    .halya-precautions-ingredients { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--halya-border); font-size: 11.5px; color: rgba(26, 20, 16, 0.45); line-height: 1.6; }\n    .halya-precautions-ingredients strong { color: var(--halya-muted); font-weight: 500; }\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    @media (max-width: 560px) { .halya-product { padding: 0 16px 48px; } .halya-formats { grid-template-columns: 1fr; } .halya-highlights { grid-template-columns: 1fr; } .halya-pyramid { padding: 30px 20px; } .halya-format-card { padding: 18px 16px; } }\n  \u003c\/style\u003e\n\n\n\n\u003csection class=\"halya-product\"\u003e\n\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  \u003cdiv class=\"halya-hero\"\u003e\n    \u003ch1\u003e\u003cem\u003eVelvet Lobby\u003c\/em\u003e\u003c\/h1\u003e\n    \u003cp class=\"halya-hero-sub\"\u003eÉlixir d'Ambiance\u003c\/p\u003e\n    \u003cp class=\"halya-hero-tagline\"\u003eL'essence luxueuse des plus beaux hôtels dans un flacon.\u003c\/p\u003e\n    \u003cdiv class=\"halya-divider\"\u003e\u003c\/div\u003e\n\n    \u003cp class=\"halya-hero-desc\"\u003e\n      Inspirée des grands halls de palace, \u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e évoque l'élégance discrète\n      et l'ambiance feutrée des hôtels les plus prestigieux. Cette fragrance fraîche, florale et musquée\n      crée une atmosphère \u003cstrong\u003epropre, chic et enveloppante\u003c\/strong\u003e, rappelant les signatures olfactives\n      emblématiques des établissements haut de gamme. Une senteur raffinée et contemporaine, pensée pour\n      transformer votre intérieur en un lieu d'exception.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"halya-tags\"\u003e\n      \u003cspan class=\"halya-tag\"\u003e🏨 Hôtel Signature\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌸 Floral\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🤍 Musqué\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e✨ Chic\u003c\/span\u003e\n    \u003c\/div\u003e\n\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 élégant et quotidien dans vos pièces de vie\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\"\u003eParfait pour les grands espaces, une diffusion prolongée ou un usage professionnel\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eMelon juteux, pêche veloutée, pomme croquante\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\"\u003eMimosa, tubéreuse, lys, freesia\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\"\u003eMusc sensuel, bois de santal crémeux, mousse de chêne\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eStyle hôtelier premium\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne signature olfactive inspirée des plus beaux palaces\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\"\u003ePropre \u0026amp; sophistiqué\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne senteur fraîche, musquée et élégante au rendu feutré\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\"\u003eDiffusion longue durée\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne présence raffinée, enveloppante et jamais entêtante\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-accordion\"\u003e\n\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 le \u003cstrong\u003econtenant du diffuseur à roseaux\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003ePlongez les \u003cstrong\u003ebâtonnets\u003c\/strong\u003e dans le parfum.\u003c\/li\u003e\n          \u003cli\u003eRetournez-les après \u003cstrong\u003equelques heures\u003c\/strong\u003e pour activer la diffusion.\u003c\/li\u003e\n          \u003cli\u003ePour raviver la senteur, 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\u003eAmbiance idéale\u003c\/em\u003e\u003cbr\u003e\n          Idéal pour une chambre, un salon ou une entrée baignée de lumière, dans une atmosphère propre, élégante et subtilement parfumée.\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 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 Fruité · Floral · Musqué · Sophistiqué\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          \u003cli\u003e\n\u003cstrong\u003eCompatibilité :\u003c\/strong\u003e Convient aux diffuseurs à roseaux Halya Home\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\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\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\u003e\n          La même fragrance, dans deux formats. Le \u003cstrong\u003e250 ml\u003c\/strong\u003e est idéal pour un usage régulier,\n          tandis que le \u003cstrong\u003e500 ml\u003c\/strong\u003e convient parfaitement aux grandes pièces ou à une diffusion plus fréquente et prolongée.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eQuel type d'ambiance crée Velvet Lobby ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e crée une atmosphère \u003cstrong\u003epropre, chic, lumineuse et feutrée\u003c\/strong\u003e,\n          inspirée des grands hôtels. C'est la senteur parfaite pour donner à votre intérieur une allure élégante et contemporaine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eÀ qui s'adresse Velvet Lobby ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\n          À celles et ceux qui aiment les senteurs \u003cstrong\u003efraîches\u003c\/strong\u003e, \u003cstrong\u003eflorales\u003c\/strong\u003e et \u003cstrong\u003emusquées\u003c\/strong\u003e,\n          avec une vraie touche haut de gamme, discrète et raffinée.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-precautions\"\u003e\n    \u003cdiv class=\"halya-precautions-title\"\u003ePrécautions d'usage\u003c\/div\u003e\n    \u003cp\u003eTenir hors de portée des enfants et des animaux.\u003c\/p\u003e\n    \u003cp\u003eNe pas avaler, ni appliquer sur la peau.\u003c\/p\u003e\n    \u003cp\u003eUsage exclusivement réservé à la diffusion d'ambiance.\u003c\/p\u003e\n\n    \u003cdiv class=\"halya-precautions-ingredients\"\u003e\n      \u003cstrong\u003eContient :\u003c\/strong\u003e Linalool, Limonene, Hexyl Cinnamal.\u003cbr\u003e\n      Peut provoquer une réaction allergique.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Halya Home","offers":[{"title":"250 ML","offer_id":50951761166664,"sku":"HUILE-ROS-VELVETLOBBY-250","price":29.9,"currency_code":"EUR","in_stock":false},{"title":"500 ML","offer_id":50951761199432,"sku":"HUILE-ROS-VELVETLOBBY-500","price":44.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/VELVET_LOBBY_L_ELEGANCE_PALACE.png?v=1774246108"},{"product_id":"spray-d-interieur-velvet-lobby-ambiance-hotel-luxe","title":"Spray Velvet Lobby – Ambiance Hôtel de Luxe","description":"\u003c!-- HALYA HOME – VELVET LOBBY · SPRAY D'INTÉRIEUR 200ML — EFFET WOW (FOND ADAPTATIF) --\u003e\n\u003cdiv id=\"halya-wow-velvetlobby\"\u003e\n\n  \u003c!-- GOOGLE FONTS --\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026amp;family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003cstyle\u003e\n    #halya-wow-velvetlobby * { margin:0; padding:0; box-sizing:border-box; }\n    #halya-wow-velvetlobby{\n      --gold:#c9a96e; --gold-light:#e8d5a8; --gold-dark:#a07d3f;\n      --cream:#faf6ef; --cream-deep:#f3ece0; --noir:#1a1714;\n      --gris:#6b6560; --blanc:#fffdf9;\n\n      \/* Palette Velvet Lobby (fruits veloutés + fleurs poudrées + musc\/bois\/mousse) *\/\n      --melon:#e7f7f3;        \/* melon juteux *\/\n      --peche:#ffe0cf;        \/* pêche veloutée *\/\n      --pomme:#f4ffd6;        \/* pomme croquante *\/\n      --mimosa:#fff2b8;       \/* mimosa lumineux *\/\n      --tubereuse:#fff5fb;    \/* tubéreuse *\/\n      --lys:#fffdf6;          \/* lys *\/\n      --freesia:#f3ecff;      \/* freesia *\/\n      --musc:#d9d2cc;         \/* musc sensuel *\/\n      --santal:#d7c3a3;       \/* bois de santal crémeux *\/\n      --mousse:#4f6a4f;       \/* mousse de chêne (vert profond) *\/\n\n      font-family:'Jost',sans-serif; color:var(--noir); overflow:hidden;\n    }\n\n    \/* ── HERO (FOND ADAPTATIF) ── *\/\n    #halya-wow-velvetlobby .hw-hero{\n      position:relative;\n      background:linear-gradient(160deg,\n        #fffdfb 0%,\n        var(--melon) 18%,\n        var(--peche) 40%,\n        var(--pomme) 60%,\n        #fff6ef 78%,\n        #fffdf9 100%\n      );\n      padding:60px 28px 50px; text-align:center; overflow:hidden;\n      border-radius:20px 20px 0 0;\n    }\n    #halya-wow-velvetlobby .hw-hero::before{\n      content:''; position:absolute; top:-60%; left:-30%; width:160%; height:160%;\n      background:\n        radial-gradient(ellipse at 25% 25%, rgba(255,224,207,0.16) 0%, transparent 55%),\n        radial-gradient(ellipse at 70% 35%, rgba(231,247,243,0.14) 0%, transparent 55%),\n        radial-gradient(ellipse at 78% 75%, rgba(215,195,163,0.12) 0%, transparent 52%),\n        radial-gradient(ellipse at 62% 20%, rgba(243,236,255,0.10) 0%, transparent 55%);\n      animation:hwv-shimmer 8s ease-in-out infinite alternate;\n    }\n    @keyframes hwv-shimmer{\n      0%{transform:translate(0,0) scale(1);opacity:.85}\n      100%{transform:translate(3%,-2%) scale(1.05);opacity:1}\n    }\n\n    \/* Particules *\/\n    #halya-wow-velvetlobby .hw-particles{ position:absolute; top:0;left:0;width:100%;height:100%; pointer-events:none; overflow:hidden; }\n    #halya-wow-velvetlobby .hw-particle{\n      position:absolute; width:4px;height:4px; background:rgba(79,106,79,.45); \/* mousse de chêne subtil *\/\n      border-radius:50%; opacity:0; animation:hwv-float 6s ease-in-out infinite;\n    }\n    #halya-wow-velvetlobby .hw-particle:nth-child(odd){ background:rgba(201,169,110,.7); }\n    #halya-wow-velvetlobby .hw-particle:nth-child(1){left:10%;top:20%;animation-delay:0s;animation-duration:7s}\n    #halya-wow-velvetlobby .hw-particle:nth-child(2){left:25%;top:60%;animation-delay:1.2s;animation-duration:5s;width:3px;height:3px}\n    #halya-wow-velvetlobby .hw-particle:nth-child(3){left:50%;top:30%;animation-delay:2.5s;animation-duration:8s;width:5px;height:5px}\n    #halya-wow-velvetlobby .hw-particle:nth-child(4){left:70%;top:70%;animation-delay:.8s;animation-duration:6s}\n    #halya-wow-velvetlobby .hw-particle:nth-child(5){left:85%;top:15%;animation-delay:3s;animation-duration:7s;width:3px;height:3px}\n    #halya-wow-velvetlobby .hw-particle:nth-child(6){left:40%;top:80%;animation-delay:1.8s;animation-duration:9s;width:6px;height:6px}\n    #halya-wow-velvetlobby .hw-particle:nth-child(7){left:60%;top:45%;animation-delay:4s;animation-duration:6s}\n    #halya-wow-velvetlobby .hw-particle:nth-child(8){left:15%;top:75%;animation-delay:2s;animation-duration:8s}\n    @keyframes hwv-float{\n      0%{opacity:0;transform:translateY(20px) scale(.5)}\n      20%{opacity:.7} 50%{opacity:1;transform:translateY(-30px) scale(1)}\n      80%{opacity:.4} 100%{opacity:0;transform:translateY(-60px) scale(.3)}\n    }\n\n    \/* Badge *\/\n    #halya-wow-velvetlobby .hw-badge{\n      position:relative; display:inline-block; padding:6px 22px;\n      background:linear-gradient(135deg, rgba(255,224,207,1), rgba(215,195,163,1));\n      color:var(--noir); font-size:10px; font-weight:500; letter-spacing:3px;\n      text-transform:uppercase; border-radius:30px; margin-bottom:24px;\n      animation:hwv-fadeDown 1s ease-out both;\n    }\n\n    \/* Titres *\/\n    #halya-wow-velvetlobby .hw-hero-title{\n      position:relative; font-family:'Playfair Display',serif; font-size:38px;\n      font-weight:700; line-height:1.15; letter-spacing:-.5px; color:var(--noir);\n      margin-bottom:8px; animation:hwv-fadeUp 1s .2s ease-out both;\n    }\n    #halya-wow-velvetlobby .hw-hero-subtitle{\n      position:relative; font-family:'Cormorant Garamond',serif; font-size:20px;\n      font-weight:300; font-style:italic; color:rgba(79,106,79,.95);\n      letter-spacing:1px; margin-bottom:28px; animation:hwv-fadeUp 1s .4s ease-out both;\n      opacity:.85;\n    }\n\n    \/* Ligne décorative *\/\n    #halya-wow-velvetlobby .hw-gold-line{\n      position:relative; width:60px; height:1px;\n      background:linear-gradient(90deg,transparent,rgba(201,169,110,.9),transparent);\n      margin:0 auto 28px; animation:hwv-expandLine 1.2s .5s ease-out both;\n    }\n    @keyframes hwv-expandLine{ 0%{width:0;opacity:0} 100%{width:60px;opacity:1} }\n\n    \/* Story *\/\n    #halya-wow-velvetlobby .hw-story{\n      position:relative; font-family:'Cormorant Garamond',serif; font-size:17px;\n      line-height:1.85; color:var(--gris); max-width:520px; margin:0 auto;\n      animation:hwv-fadeUp 1s .6s ease-out both;\n    }\n    #halya-wow-velvetlobby .hw-story strong{ color:var(--noir); font-weight:500; }\n    #halya-wow-velvetlobby .hw-story em{ color:rgba(79,106,79,.95); font-style:italic; }\n\n    \/* ── BANDE SIGNATURE ── *\/\n    #halya-wow-velvetlobby .hw-signature-band{\n      display:flex; align-items:center; justify-content:center; gap:16px;\n      padding:16px 20px; flex-wrap:wrap;\n      background:linear-gradient(135deg,var(--noir) 0%,#2a2520 50%,var(--noir) 100%);\n    }\n    #halya-wow-velvetlobby .hw-signature-band .hw-sig-icon{ font-size:16px; opacity:.7; }\n    #halya-wow-velvetlobby .hw-signature-band span{\n      font-size:11px; letter-spacing:2.5px; text-transform:uppercase;\n      color:var(--gold-light); font-weight:400;\n    }\n    #halya-wow-velvetlobby .hw-sig-divider{ width:1px; height:14px; background:rgba(201,169,110,0.3); }\n\n    \/* ── PYRAMIDE ── *\/\n    #halya-wow-velvetlobby .hw-pyramid{ padding:44px 24px; background:var(--blanc); text-align:center; }\n    #halya-wow-velvetlobby .hw-section-label{\n      font-size:10px; letter-spacing:3.5px; text-transform:uppercase;\n      color:rgba(79,106,79,.90); font-weight:500; margin-bottom:8px;\n    }\n    #halya-wow-velvetlobby .hw-section-title{\n      font-family:'Playfair Display',serif; font-size:26px; font-weight:600;\n      margin-bottom:36px; color:var(--noir);\n    }\n    #halya-wow-velvetlobby .hw-notes-stack{ display:flex; flex-direction:column; gap:16px; max-width:480px; margin:0 auto; }\n    #halya-wow-velvetlobby .hw-note-card{\n      padding:20px 24px; border-radius:14px; text-align:left; position:relative; overflow:hidden;\n      transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s ease;\n    }\n    #halya-wow-velvetlobby .hw-note-card:hover{ transform:translateY(-3px); box-shadow:0 12px 40px rgba(201,169,110,.10); }\n    #halya-wow-velvetlobby .hw-note-card::after{ content:''; position:absolute; top:0;left:0; width:3px;height:100%; border-radius:3px 0 0 3px; }\n\n    \/* Cartes colorées selon les notes *\/\n    #halya-wow-velvetlobby .hw-note-tete{\n      background:linear-gradient(135deg,var(--melon),var(--peche));\n      border:1px solid rgba(255,224,207,.35);\n    }\n    #halya-wow-velvetlobby .hw-note-tete::after{\n      background:linear-gradient(180deg,var(--pomme),rgba(255,224,207,.95));\n    }\n    #halya-wow-velvetlobby .hw-note-coeur{\n      background:linear-gradient(135deg,var(--mimosa),var(--tubereuse));\n      border:1px solid rgba(243,236,255,.22);\n    }\n    #halya-wow-velvetlobby .hw-note-coeur::after{\n      background:linear-gradient(180deg,var(--lys),var(--freesia));\n    }\n    #halya-wow-velvetlobby .hw-note-fond{\n      background:linear-gradient(135deg,#fffdf9,rgba(215,195,163,.22));\n      border:1px solid rgba(215,195,163,.18);\n    }\n    #halya-wow-velvetlobby .hw-note-fond::after{\n      background:linear-gradient(180deg,var(--musc),rgba(79,106,79,.85));\n    }\n\n    #halya-wow-velvetlobby .hw-note-label{\n      font-size:10px; letter-spacing:2px; text-transform:uppercase;\n      color:rgba(79,106,79,.95); font-weight:500; margin-bottom:8px;\n    }\n    #halya-wow-velvetlobby .hw-note-items{\n      font-family:'Cormorant Garamond',serif; font-size:17px; color:var(--noir);\n      font-weight:400; line-height:1.5;\n    }\n    #halya-wow-velvetlobby .hw-note-caption{\n      font-family:'Cormorant Garamond',serif; font-size:14px; font-style:italic;\n      color:var(--gris); margin-top:20px; max-width:480px; margin-left:auto; margin-right:auto;\n    }\n\n    \/* ── AVANTAGES ── *\/\n    #halya-wow-velvetlobby .hw-advantages{ padding:44px 24px; background:var(--cream); }\n    #halya-wow-velvetlobby .hw-adv-grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; max-width:480px; margin:0 auto; }\n    #halya-wow-velvetlobby .hw-adv-card{\n      background:var(--blanc); border:1px solid rgba(201,169,110,.12); border-radius:14px;\n      padding:22px 16px; text-align:center;\n      transition:transform .3s ease,box-shadow .3s ease;\n    }\n    #halya-wow-velvetlobby .hw-adv-card:hover{ transform:translateY(-4px); box-shadow:0 8px 30px rgba(201,169,110,.10); }\n    #halya-wow-velvetlobby .hw-adv-icon{ font-size:28px; margin-bottom:10px; display:block; }\n    #halya-wow-velvetlobby .hw-adv-label{ font-size:12px; font-weight:500; letter-spacing:.5px; color:var(--noir); line-height:1.4; }\n    #halya-wow-velvetlobby .hw-adv-sub{ font-family:'Cormorant Garamond',serif; font-size:12px; color:var(--gris); margin-top:4px; font-style:italic; }\n\n    \/* ── UTILISATION ── *\/\n    #halya-wow-velvetlobby .hw-usage{ padding:44px 24px; background:var(--blanc); text-align:center; }\n    #halya-wow-velvetlobby .hw-steps{ display:flex; flex-direction:column; gap:20px; max-width:420px; margin:0 auto; }\n    #halya-wow-velvetlobby .hw-step{ display:flex; align-items:flex-start; gap:16px; text-align:left; }\n    #halya-wow-velvetlobby .hw-step-num{\n      flex-shrink:0; width:40px;height:40px;\n      background:linear-gradient(135deg,rgba(255,224,207,1),rgba(79,106,79,.85));\n      color:var(--blanc); border-radius:50%; display:flex; align-items:center; justify-content:center;\n      font-family:'Playfair Display',serif; font-size:16px; font-weight:600;\n    }\n    #halya-wow-velvetlobby .hw-step-text{ padding-top:8px; }\n    #halya-wow-velvetlobby .hw-step-title{ font-weight:500; font-size:14px; color:var(--noir); margin-bottom:4px; }\n    #halya-wow-velvetlobby .hw-step-desc{ font-family:'Cormorant Garamond',serif; font-size:14px; color:var(--gris); line-height:1.5; }\n\n    \/* ── FAQ ── *\/\n    #halya-wow-velvetlobby .hw-faq{ padding:44px 24px; background:var(--cream); }\n    #halya-wow-velvetlobby .hw-faq-list{ max-width:480px; margin:0 auto; }\n    #halya-wow-velvetlobby .hw-faq-item{ border-bottom:1px solid rgba(201,169,110,.18); overflow:hidden; }\n    #halya-wow-velvetlobby .hw-faq-q{\n      padding:18px 0; cursor:pointer; display:flex; justify-content:space-between;\n      align-items:center; font-weight:500; font-size:14px; color:var(--noir); transition:color .3s;\n    }\n    #halya-wow-velvetlobby .hw-faq-q:hover{ color:rgba(79,106,79,.95); }\n    #halya-wow-velvetlobby .hw-faq-toggle{\n      width:28px;height:28px; border-radius:50%; background:var(--blanc);\n      border:1px solid rgba(201,169,110,.20); display:flex; align-items:center; justify-content:center;\n      font-size:14px; color:rgba(79,106,79,.95); flex-shrink:0;\n      transition:transform .4s cubic-bezier(.25,.46,.45,.94),background .3s;\n    }\n    #halya-wow-velvetlobby .hw-faq-item.active .hw-faq-toggle{ transform:rotate(45deg); background:rgba(79,106,79,.90); color:var(--blanc); }\n    #halya-wow-velvetlobby .hw-faq-a{\n      max-height:0; overflow:hidden;\n      transition:max-height .5s cubic-bezier(.25,.46,.45,.94),padding .4s;\n    }\n    #halya-wow-velvetlobby .hw-faq-item.active .hw-faq-a{ max-height:240px; padding:0 0 18px; }\n    #halya-wow-velvetlobby .hw-faq-a p{ font-family:'Cormorant Garamond',serif; font-size:15px; line-height:1.7; color:var(--gris); }\n\n    \/* ── MOT HALYA ── *\/\n    #halya-wow-velvetlobby .hw-mot{\n      padding:36px 24px; text-align:center;\n      background:linear-gradient(160deg,#fffdfb 0%, rgba(255,224,207,.85) 55%, rgba(231,247,243,.85) 100%);\n    }\n    #halya-wow-velvetlobby .hw-mot-quote{\n      font-family:'Cormorant Garamond',serif; font-size:17px; font-style:italic;\n      line-height:1.8; color:var(--gris); max-width:460px; margin:0 auto;\n    }\n    #halya-wow-velvetlobby .hw-mot-quote strong{ color:var(--noir); font-weight:500; }\n\n    \/* ── TRUST ── *\/\n    #halya-wow-velvetlobby .hw-trust{\n      display:flex; justify-content:center; gap:28px; padding:20px;\n      background:linear-gradient(135deg,var(--noir) 0%,#2a2520 100%);\n      border-radius:0 0 20px 20px;\n    }\n    #halya-wow-velvetlobby .hw-trust-item{ text-align:center; }\n    #halya-wow-velvetlobby .hw-trust-icon{ font-size:18px; display:block; margin-bottom:4px; }\n    #halya-wow-velvetlobby .hw-trust-label{ font-size:9px; letter-spacing:1.5px; text-transform:uppercase; color:var(--gold-light); font-weight:400; }\n\n    \/* ── ANIMATIONS ── *\/\n    @keyframes hwv-fadeUp{ 0%{opacity:0;transform:translateY(24px)} 100%{opacity:1;transform:translateY(0)} }\n    @keyframes hwv-fadeDown{ 0%{opacity:0;transform:translateY(-16px)} 100%{opacity:1;transform:translateY(0)} }\n\n    \/* ✅ IMPORTANT : structure identique + pas de bug “centre invisible” *\/\n    #halya-wow-velvetlobby .hw-reveal{ opacity:1; transform:none; }\n    #halya-wow-velvetlobby .hw-reveal.hw-visible{ opacity:1; transform:none; }\n\n    @media(max-width:420px){\n      #halya-wow-velvetlobby .hw-hero{padding:44px 20px 40px}\n      #halya-wow-velvetlobby .hw-hero-title{font-size:30px}\n      #halya-wow-velvetlobby .hw-adv-grid{gap:10px}\n      #halya-wow-velvetlobby .hw-trust{gap:16px}\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- ═══════════ HERO ═══════════ --\u003e\n  \u003cdiv class=\"hw-hero\"\u003e\n    \u003cdiv class=\"hw-particles\"\u003e\n      \u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hw-particle\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hw-badge\"\u003eSpray d'intérieur · 200 ml\u003c\/div\u003e\n    \u003ch2 class=\"hw-hero-title\"\u003eVelvet Lobby\u003c\/h2\u003e\n    \u003cp class=\"hw-hero-subtitle\"\u003eFruits veloutés · Fleurs poudrées · Sillage musqué-boisé\u003c\/p\u003e\n    \u003cdiv class=\"hw-gold-line\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"hw-story\"\u003e\n      \u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e ouvre sur un trio juteux et élégant :\n      \u003cstrong\u003emelon\u003c\/strong\u003e, \u003cstrong\u003epêche veloutée\u003c\/strong\u003e et \u003cstrong\u003epomme croquante\u003c\/strong\u003e —\n      un départ frais, lumineux, et immédiatement chic.\u003cbr\u003e\u003cbr\u003e\n      Le cœur révèle une aura florale douce et raffinée : \u003cstrong\u003emimosa\u003c\/strong\u003e, \u003cstrong\u003etubéreuse\u003c\/strong\u003e,\n      \u003cstrong\u003elys\u003c\/strong\u003e et \u003cstrong\u003efreesia\u003c\/strong\u003e, comme un lobby d’hôtel feutré, fleuri et impeccablement soigné.\u003cbr\u003e\u003cbr\u003e\n      En fond, le \u003cstrong\u003emusc sensuel\u003c\/strong\u003e, le \u003cstrong\u003ebois de santal crémeux\u003c\/strong\u003e et la\n      \u003cstrong\u003emousse de chêne\u003c\/strong\u003e déposent un sillage enveloppant, sophistiqué et ultra premium.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ BANDE SIGNATURE ═══════════ --\u003e\n  \u003cdiv class=\"hw-signature-band\"\u003e\n    \u003cspan class=\"hw-sig-icon\"\u003e✦\u003c\/span\u003e\n    \u003cspan\u003eFruitée · Florale · Musquée\u003c\/span\u003e\n    \u003cdiv class=\"hw-sig-divider\"\u003e\u003c\/div\u003e\n    \u003cspan\u003eFabriqué aux Émirats Arabes Unis\u003c\/span\u003e\n    \u003cspan class=\"hw-sig-icon\"\u003e✦\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PYRAMIDE OLFACTIVE ═══════════ --\u003e\n  \u003cdiv class=\"hw-pyramid hw-reveal\"\u003e\n    \u003cp class=\"hw-section-label\"\u003eComposition\u003c\/p\u003e\n    \u003ch3 class=\"hw-section-title\"\u003ePyramide Olfactive\u003c\/h3\u003e\n    \u003cdiv class=\"hw-notes-stack\"\u003e\n      \u003cdiv class=\"hw-note-card hw-note-tete\"\u003e\n        \u003cp class=\"hw-note-label\"\u003e✦ Notes de tête\u003c\/p\u003e\n        \u003cp class=\"hw-note-items\"\u003eMelon juteux · Pêche veloutée · Pomme croquante\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-note-card hw-note-coeur\"\u003e\n        \u003cp class=\"hw-note-label\"\u003e✦ Notes de cœur\u003c\/p\u003e\n        \u003cp class=\"hw-note-items\"\u003eMimosa · Tubéreuse · Lys · Freesia\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-note-card hw-note-fond\"\u003e\n        \u003cp class=\"hw-note-label\"\u003e✦ Notes de fond\u003c\/p\u003e\n        \u003cp class=\"hw-note-items\"\u003eMusc sensuel · Bois de santal crémeux · Mousse de chêne\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"hw-note-caption\"\u003eUn départ fruité velours, un cœur floral poudré, et un fond musqué-boisé signature — lobby de luxe, vibes 5★.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ AVANTAGES ═══════════ --\u003e\n  \u003cdiv class=\"hw-advantages hw-reveal\"\u003e\n    \u003cp class=\"hw-section-label\" style=\"text-align:center\"\u003ePromesse\u003c\/p\u003e\n    \u003ch3 class=\"hw-section-title\" style=\"text-align:center\"\u003ePourquoi vous allez l'adorer\u003c\/h3\u003e\n    \u003cdiv class=\"hw-adv-grid\"\u003e\n      \u003cdiv class=\"hw-adv-card\"\u003e\n        \u003cspan class=\"hw-adv-icon\"\u003e🍈\u003c\/span\u003e\n        \u003cp class=\"hw-adv-label\"\u003eFruité velouté\u003c\/p\u003e\n        \u003cp class=\"hw-adv-sub\"\u003eMelon, pêche, pomme\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-adv-card\"\u003e\n        \u003cspan class=\"hw-adv-icon\"\u003e💐\u003c\/span\u003e\n        \u003cp class=\"hw-adv-label\"\u003eFloral poudré\u003c\/p\u003e\n        \u003cp class=\"hw-adv-sub\"\u003eMimosa, tubéreuse\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-adv-card\"\u003e\n        \u003cspan class=\"hw-adv-icon\"\u003e🤍\u003c\/span\u003e\n        \u003cp class=\"hw-adv-label\"\u003eMusc sensuel\u003c\/p\u003e\n        \u003cp class=\"hw-adv-sub\"\u003eEnveloppant, chic\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-adv-card\"\u003e\n        \u003cspan class=\"hw-adv-icon\"\u003e🌿\u003c\/span\u003e\n        \u003cp class=\"hw-adv-label\"\u003eBoisé signature\u003c\/p\u003e\n        \u003cp class=\"hw-adv-sub\"\u003eSantal, mousse de chêne\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ UTILISATION ═══════════ --\u003e\n  \u003cdiv class=\"hw-usage hw-reveal\"\u003e\n    \u003cp class=\"hw-section-label\"\u003eMode d'emploi\u003c\/p\u003e\n    \u003ch3 class=\"hw-section-title\"\u003eConseils d'utilisation\u003c\/h3\u003e\n    \u003cdiv class=\"hw-steps\"\u003e\n      \u003cdiv class=\"hw-step\"\u003e\n        \u003cdiv class=\"hw-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"hw-step-text\"\u003e\n          \u003cp class=\"hw-step-title\"\u003ePulvérisez dans l'air\u003c\/p\u003e\n          \u003cp class=\"hw-step-desc\"\u003e2 à 3 pulvérisations au centre de la pièce, à hauteur de bras, pour un effet immédiat.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-step\"\u003e\n        \u003cdiv class=\"hw-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"hw-step-text\"\u003e\n          \u003cp class=\"hw-step-title\"\u003eSur vos textiles\u003c\/p\u003e\n          \u003cp class=\"hw-step-desc\"\u003eRideaux, coussins, plaids : la senteur s'imprègne délicatement (testez sur une zone discrète).\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-step\"\u003e\n        \u003cdiv class=\"hw-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"hw-step-text\"\u003e\n          \u003cp class=\"hw-step-title\"\u003eÉvitez les surfaces délicates\u003c\/p\u003e\n          \u003cp class=\"hw-step-desc\"\u003eNe pas vaporiser sur la peau, les meubles fragiles ou les surfaces vernies.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ FAQ ═══════════ --\u003e\n  \u003cdiv class=\"hw-faq hw-reveal\"\u003e\n    \u003cp class=\"hw-section-label\" style=\"text-align:center\"\u003eQuestions\u003c\/p\u003e\n    \u003ch3 class=\"hw-section-title\" style=\"text-align:center\"\u003eFoire aux questions\u003c\/h3\u003e\n    \u003cdiv class=\"hw-faq-list\"\u003e\n      \u003cdiv class=\"hw-faq-item\"\u003e\n        \u003cdiv class=\"hw-faq-q\"\u003ePlutôt frais ou chaleureux ?\u003cspan class=\"hw-faq-toggle\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"hw-faq-a\"\u003e\u003cp\u003eLes deux : un départ \u003cstrong\u003efrais fruité\u003c\/strong\u003e puis un fond \u003cstrong\u003emusc-santal\u003c\/strong\u003e plus enveloppant, très luxe.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-faq-item\"\u003e\n        \u003cdiv class=\"hw-faq-q\"\u003eQuelle ambiance crée-t-il ?\u003cspan class=\"hw-faq-toggle\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"hw-faq-a\"\u003e\u003cp\u003eUne atmosphère \u003cstrong\u003ehôtel 5★\u003c\/strong\u003e : propre, feutrée, florale, avec un sillage musqué-boisé ultra chic.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-faq-item\"\u003e\n        \u003cdiv class=\"hw-faq-q\"\u003eDans quelles pièces l'utiliser ?\u003cspan class=\"hw-faq-toggle\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"hw-faq-a\"\u003e\u003cp\u003eEntrée, salon, chambre, dressing : parfait pour une signature élégante et raffinée au quotidien.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hw-faq-item\"\u003e\n        \u003cdiv class=\"hw-faq-q\"\u003eQuelle est la durée de la senteur ?\u003cspan class=\"hw-faq-toggle\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"hw-faq-a\"\u003e\u003cp\u003eEnviron \u003cstrong\u003e3 à 6 heures\u003c\/strong\u003e selon la pièce. Sur les textiles, le fond musqué-boisé dure encore plus longtemps.\u003c\/p\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ MOT HALYA HOME ═══════════ --\u003e\n  \u003cdiv class=\"hw-mot hw-reveal\"\u003e\n    \u003cp class=\"hw-mot-quote\"\u003e\n      ✦\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e, c’est le parfum d’un lieu impeccable : lumineux à l’ouverture,\n      fleuri au cœur, et \u003cem\u003eterriblement chic\u003c\/em\u003e en fond.\u003cbr\u003e\u003cbr\u003e\n      Un sillage qui donne à votre intérieur cette aura “lobby de luxe” — feutré, propre et inoubliable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ TRUST ═══════════ --\u003e\n  \u003cdiv class=\"hw-trust\"\u003e\n    \u003cdiv class=\"hw-trust-item\"\u003e\n\u003cspan class=\"hw-trust-icon\"\u003e🇦🇪\u003c\/span\u003e\u003cspan class=\"hw-trust-label\"\u003eMade in UAE\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hw-trust-item\"\u003e\n\u003cspan class=\"hw-trust-icon\"\u003e🚚\u003c\/span\u003e\u003cspan class=\"hw-trust-label\"\u003eLivraison rapide\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hw-trust-item\"\u003e\n\u003cspan class=\"hw-trust-icon\"\u003e💎\u003c\/span\u003e\u003cspan class=\"hw-trust-label\"\u003eQualité premium\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hw-trust-item\"\u003e\n\u003cspan class=\"hw-trust-icon\"\u003e🌿\u003c\/span\u003e\u003cspan class=\"hw-trust-label\"\u003e200 ml\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ SCRIPT ═══════════ --\u003e\n  \u003cscript\u003e\n    (function(){\n      var root=document.getElementById('halya-wow-velvetlobby');\n      if(!root)return;\n\n      \/* FAQ toggle *\/\n      root.querySelectorAll('.hw-faq-q').forEach(function(q){\n        q.addEventListener('click',function(){\n          var item=q.parentElement,was=item.classList.contains('active');\n          root.querySelectorAll('.hw-faq-item').forEach(function(i){i.classList.remove('active')});\n          if(!was)item.classList.add('active');\n        });\n      });\n\n      \/* Reveal (conservé mais sans invisibilité) *\/\n      var reveals=root.querySelectorAll('.hw-reveal');\n      function check(){\n        reveals.forEach(function(el){\n          if(el.getBoundingClientRect().top \u003c window.innerHeight - 80) el.classList.add('hw-visible');\n        });\n      }\n      window.addEventListener('scroll',check);\n      check();\n    })();\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Halya Home","offers":[{"title":"Default Title","offer_id":52266132799816,"sku":"SPRAY-VELVETLOBBY-200","price":14.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/velvet_lobby.png?v=1771832298"},{"product_id":"halya-signature-huile-parfumee-30-ml-diffuseur-bruleur-copie","title":"Velvet Lobby – Huile parfumée 30 ml | Diffuseur \u0026 Brûleur","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eVelvet Lobby — Halya Home\u003c\/title\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  \u003cstyle\u003e\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    .halya-product { font-family: var(--font-body); line-height: 1.65; color: var(--halya-dark); background: var(--halya-cream); max-width: 780px; margin: 0 auto; padding: 0 20px 60px; position: relative; overflow: hidden; }\n    .halya-product::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; 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\"); pointer-events: none; z-index: 0; }\n    .halya-product \u003e * { position: relative; z-index: 1; }\n    .halya-topbar { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 32px 0 20px; opacity: 0; animation: fadeDown 0.8s ease 0.2s forwards; }\n    .halya-topbar-line { width: 40px; height: 1px; background: var(--halya-gold); }\n    .halya-topbar-label { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--halya-gold); }\n    .halya-hero { text-align: center; padding: 10px 0 40px; }\n    .halya-hero h1 { font-family: var(--font-display); font-size: clamp(38px, 7vw, 60px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--halya-dark); margin-bottom: 6px; opacity: 0; animation: fadeUp 1s ease 0.4s forwards; }\n    .halya-hero h1 em { font-style: italic; font-weight: 300; color: var(--halya-gold); }\n    .halya-hero-sub { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }\n    .halya-hero-tagline { font-family: var(--font-display); font-size: clamp(18px, 3vw, 22px); font-weight: 300; font-style: italic; color: var(--halya-muted); letter-spacing: 0.02em; margin-bottom: 28px; opacity: 0; animation: fadeUp 1s ease 0.6s forwards; }\n    .halya-divider { width: 60px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--halya-gold), transparent); margin: 0 auto 28px; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }\n    .halya-hero-desc { max-width: 580px; margin: 0 auto 30px; font-size: 15px; color: var(--halya-dark-soft); line-height: 1.75; text-align: center; opacity: 0; animation: fadeUp 0.8s ease 0.75s forwards; }\n    .halya-hero-desc strong { color: var(--halya-dark); }\n    .halya-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }\n    .halya-tag { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; border: 1px solid var(--halya-border); color: var(--halya-gold); background: var(--halya-gold-glow); transition: all 0.3s ease; }\n    .halya-tag:hover { background: var(--halya-gold); color: var(--halya-white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 135, 99, 0.25); }\n    .halya-format-card { background: var(--halya-white); border: 1.5px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; margin-bottom: 32px; position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }\n    .halya-format-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--halya-gold-light), var(--halya-gold)); }\n    .halya-format-size { font-family: var(--font-display); font-size: 34px; font-weight: 400; color: var(--halya-dark); line-height: 1; margin-bottom: 8px; }\n    .halya-format-size span { font-size: 16px; color: var(--halya-gold); font-weight: 300; }\n    .halya-format-desc { font-size: 13px; color: var(--halya-muted); font-weight: 400; line-height: 1.6; }\n    .halya-format-tags { display: flex; justify-content: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }\n    .halya-format-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--halya-gold); background: var(--halya-gold-glow); padding: 4px 12px; border-radius: 999px; }\n    .halya-pyramid { background: linear-gradient(160deg, var(--halya-dark) 0%, #2A2018 60%, #3D2E1E 100%); border-radius: 20px; padding: 40px 28px; margin: 32px 0; color: var(--halya-sand); position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 1s forwards; }\n    .halya-pyramid::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(182, 135, 99, 0.12) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid \u003e * { position: relative; z-index: 1; }\n    .halya-pyramid-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin-bottom: 8px; color: var(--halya-sand); }\n    .halya-pyramid-sub { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; text-align: center; color: var(--halya-gold-light); margin-bottom: 32px; font-weight: 400; }\n    .halya-note-group { margin-bottom: 24px; padding: 18px 20px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); border-left: 3px solid var(--halya-gold); transition: all 0.3s ease; }\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    .halya-note-label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold-light); margin-bottom: 6px; }\n    .halya-note-desc { font-family: var(--font-display); font-size: 19px; font-weight: 300; font-style: italic; color: rgba(245, 237, 227, 0.9); line-height: 1.5; }\n    .halya-highlights { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 28px 0; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }\n    .halya-highlight-card { background: var(--halya-white); border: 1px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; transition: all 0.4s ease; }\n    .halya-highlight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(182, 135, 99, 0.1); border-color: var(--halya-gold-light); }\n    .halya-highlight-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n    .halya-highlight-title { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--halya-dark); margin-bottom: 6px; }\n    .halya-highlight-text { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-accordion { margin-top: 8px; }\n    .halya-accordion details { border: 1px solid var(--halya-border); border-radius: var(--radius); margin: 12px 0; background: var(--halya-white); overflow: hidden; transition: all 0.3s ease; }\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    .halya-accordion summary { cursor: pointer; font-family: var(--font-body); font-weight: 500; font-size: 15px; letter-spacing: 0.3px; padding: 18px 22px; list-style: none; display: flex; align-items: center; justify-content: space-between; color: var(--halya-dark); transition: color 0.3s ease; user-select: none; }\n    .halya-accordion summary::-webkit-details-marker { display: none; }\n    .halya-accordion summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; font-weight: 300; color: var(--halya-gold); transition: all 0.3s ease; flex-shrink: 0; margin-left: 12px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--halya-gold-glow); }\n    .halya-accordion details[open] summary::after { content: '−'; background: var(--halya-gold); color: var(--halya-white); transform: rotate(180deg); }\n    .halya-accordion details[open] summary { color: var(--halya-gold); }\n    .halya-content { padding: 0 22px 22px; font-size: 14.5px; color: var(--halya-dark-soft); line-height: 1.7; animation: accordionOpen 0.4s ease forwards; }\n    .halya-content p { margin-bottom: 12px; }\n    .halya-content p:last-child { margin-bottom: 0; }\n    .halya-content ul { list-style: none; padding: 0; }\n    .halya-content ul li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid rgba(182, 135, 99, 0.08); }\n    .halya-content ul li:last-child { border-bottom: none; }\n    .halya-content ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--halya-gold-light); }\n    .halya-content strong { color: var(--halya-dark); font-weight: 600; }\n    .halya-tip { margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--halya-gold-glow), rgba(212, 165, 116, 0.08)); border-left: 3px solid var(--halya-gold); font-size: 13.5px; color: var(--halya-dark-soft); }\n    .halya-tip em { color: var(--halya-gold); font-style: normal; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }\n    .halya-faq-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin: 40px 0 8px; color: var(--halya-dark); }\n    .halya-faq-sub { text-align: center; font-size: 13px; color: var(--halya-muted); margin-bottom: 20px; }\n    .halya-faq details { background: transparent; border: none; border-bottom: 1px solid var(--halya-border); border-radius: 0; margin: 0; box-shadow: none !important; }\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    .halya-precautions { margin-top: 36px; padding: 22px 24px; background: var(--halya-sand); border-radius: var(--radius); font-size: 12.5px; color: var(--halya-muted); line-height: 1.7; }\n    .halya-precautions-title { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; }\n    .halya-precautions p { margin-bottom: 4px; }\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    @media (max-width: 560px) { .halya-product { padding: 0 16px 48px; } .halya-highlights { grid-template-columns: 1fr; } .halya-pyramid { padding: 30px 20px; } }\n  \u003c\/style\u003e\n\n\n\n\u003csection class=\"halya-product\"\u003e\n\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  \u003cdiv class=\"halya-hero\"\u003e\n    \u003ch1\u003e\n\u003cem\u003eVelvet\u003c\/em\u003e Lobby\u003c\/h1\u003e\n    \u003cp class=\"halya-hero-sub\"\u003eHuile parfumée · 30 ml\u003c\/p\u003e\n    \u003cp class=\"halya-hero-tagline\"\u003eL'allure d'un grand hôtel, capturée en flacon.\u003c\/p\u003e\n    \u003cdiv class=\"halya-divider\"\u003e\u003c\/div\u003e\n\n    \u003cp class=\"halya-hero-desc\"\u003e\n      \u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e s'ouvre sur une \u003cstrong\u003efraîcheur gourmande et lumineuse\u003c\/strong\u003e — melon juteux, pêche veloutée, pomme croquante. Le cœur s'épanouit en un \u003cstrong\u003ebouquet floral couture\u003c\/strong\u003e : mimosa solaire, tubéreuse addictive, lys élégant et freesia aérien. En fond, le \u003cstrong\u003emusc sensuel\u003c\/strong\u003e s'étire sur un santal crémeux relevé d'une mousse de chêne subtile — une empreinte chic, moderne et chaleureuse.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"halya-tags\"\u003e\n      \u003cspan class=\"halya-tag\"\u003e🍑 Fruité\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌸 Floral couture\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🤍 Musqué\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌿 Boisé\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-format-card\"\u003e\n      \u003cdiv class=\"halya-format-size\"\u003e30 \u003cspan\u003eml\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"halya-format-desc\"\u003eCompatible diffuseur électrique \u0026amp; brûleur · Intensité modulaire selon dosage\u003c\/div\u003e\n      \u003cdiv class=\"halya-format-tags\"\u003e\n        \u003cspan class=\"halya-format-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e\n        \u003cspan class=\"halya-format-tag\"\u003e🕯 Brûleur\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eMelon juteux · Pêche veloutée · Pomme croquante\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\"\u003eMimosa · Tubéreuse · Lys · Freesia\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\"\u003eMusc sensuel · Bois de santal crémeux · Mousse de chêne\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eOuverture gourmande\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne fraîcheur fruitée lumineuse qui invite à entrer\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\"\u003eCœur floral couture\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eTubéreuse, mimosa et freesia pour une élégance absolue\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\"\u003eFond musc-santal\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eUne empreinte chic et durable, jamais lourde\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-accordion\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConseils d'utilisation\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDiffuseur électrique\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eAjoutez quelques gouttes dans le réservoir selon les recommandations de votre appareil.\u003c\/li\u003e\n          \u003cli\u003eAugmentez \u003cstrong\u003eprogressivement\u003c\/strong\u003e jusqu'à l'intensité souhaitée.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp style=\"margin-top:16px\"\u003e\u003cstrong\u003eBrûleur\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eRemplissez la coupelle d'un peu d'eau puis ajoutez \u003cstrong\u003e3 à 8 gouttes\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003eAllumez la bougie chauffe-plat et ajustez selon la taille de la pièce.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"halya-tip\"\u003e\n          \u003cem\u003e💡 Astuce Halya\u003c\/em\u003e\u003cbr\u003e\n          Dans une entrée, diffusez par courtes sessions pour un effet \"lobby\" toujours frais. Commencez par 3 à 5 gouttes, puis ajustez selon l'espace.\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\u003eContenance :\u003c\/strong\u003e 30 ml\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eUsage :\u003c\/strong\u003e Diffuseur électrique \u0026amp; brûleur\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfil olfactif :\u003c\/strong\u003e Fruité · Floral · Musqué · Boisé\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIntensité :\u003c\/strong\u003e Modulaire selon dosage\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCertification :\u003c\/strong\u003e Conforme IFRA · Sans phtalates · Cruelty-free · Vegan\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\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\n    \u003cdetails\u003e\n      \u003csummary\u003eCombien de gouttes utiliser ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eCommencez par \u003cstrong\u003e3 à 5 gouttes\u003c\/strong\u003e, puis ajustez selon la taille de la pièce et l'intensité désirée. Le fond musc-santal apporte une belle tenue même à faible dosage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eEst-ce plutôt fruité ou floral ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eL'ouverture est \u003cstrong\u003efruitée et lumineuse\u003c\/strong\u003e — melon, pêche, pomme. Le cœur évolue ensuite vers un \u003cstrong\u003efloral couture\u003c\/strong\u003e avec la tubéreuse et le freesia. Un parfum qui voyage élégamment du fruit à la fleur.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConvient-elle aux grandes pièces ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eOui : augmentez progressivement le dosage. Le fond \u003cstrong\u003emusc-santal\u003c\/strong\u003e apporte une belle tenue et une diffusion équilibrée dans les grands espaces, sans jamais saturer.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003ePourquoi ce parfum est unique ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003eVelvet Lobby\u003c\/strong\u003e capture l'allure d'un lobby d'hôtel de luxe : accueillant, lumineux, impeccablement soigné. Son contraste \u003cstrong\u003efruits frais + fleurs couture\u003c\/strong\u003e prolongé sur un fond musc-santal habille l'espace avec élégance — une signature idéale pour l'entrée, le salon, ou toute pièce où l'on veut une présence raffinée et mémorable.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-precautions\"\u003e\n    \u003cdiv class=\"halya-precautions-title\"\u003ePrécautions d'usage\u003c\/div\u003e\n    \u003cp\u003eTenir hors de portée des enfants et des animaux.\u003c\/p\u003e\n    \u003cp\u003eNe pas avaler ni appliquer sur la peau.\u003c\/p\u003e\n    \u003cp\u003eUsage exclusivement réservé à la diffusion d'ambiance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Halya Home","offers":[{"title":"30 ml","offer_id":52441058378056,"sku":"HUILE-30-VELVETLOBBY","price":12.9,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/30_ML_VELVET_LOBBY.png?v=1775929111"},{"product_id":"adress-hotel-dubai-huile-parfumee-30-ml-diffuseur-bruleur","title":"Adress Dubaï – Huile parfumée 30 ml Brûleur","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eAdress Hotel Dubai — Halya Home\u003c\/title\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  \u003cstyle\u003e\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    .halya-product { font-family: var(--font-body); line-height: 1.65; color: var(--halya-dark); background: var(--halya-cream); max-width: 780px; margin: 0 auto; padding: 0 20px 60px; position: relative; overflow: hidden; }\n    .halya-product::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; 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\"); pointer-events: none; z-index: 0; }\n    .halya-product \u003e * { position: relative; z-index: 1; }\n    .halya-topbar { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 32px 0 20px; opacity: 0; animation: fadeDown 0.8s ease 0.2s forwards; }\n    .halya-topbar-line { width: 40px; height: 1px; background: var(--halya-gold); }\n    .halya-topbar-label { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--halya-gold); }\n    .halya-hero { text-align: center; padding: 10px 0 40px; }\n    .halya-hero h1 { font-family: var(--font-display); font-size: clamp(38px, 7vw, 60px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--halya-dark); margin-bottom: 6px; opacity: 0; animation: fadeUp 1s ease 0.4s forwards; }\n    .halya-hero h1 em { font-style: italic; font-weight: 300; color: var(--halya-gold); }\n    .halya-hero-sub { font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }\n    .halya-hero-tagline { font-family: var(--font-display); font-size: clamp(18px, 3vw, 22px); font-weight: 300; font-style: italic; color: var(--halya-muted); letter-spacing: 0.02em; margin-bottom: 28px; opacity: 0; animation: fadeUp 1s ease 0.6s forwards; }\n    .halya-divider { width: 60px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--halya-gold), transparent); margin: 0 auto 28px; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }\n    .halya-hero-desc { max-width: 580px; margin: 0 auto 30px; font-size: 15px; color: var(--halya-dark-soft); line-height: 1.75; text-align: center; opacity: 0; animation: fadeUp 0.8s ease 0.75s forwards; }\n    .halya-hero-desc strong { color: var(--halya-dark); }\n    .halya-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }\n    .halya-tag { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; border: 1px solid var(--halya-border); color: var(--halya-gold); background: var(--halya-gold-glow); transition: all 0.3s ease; }\n    .halya-tag:hover { background: var(--halya-gold); color: var(--halya-white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 135, 99, 0.25); }\n    .halya-format-card { background: var(--halya-white); border: 1.5px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; margin-bottom: 32px; position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }\n    .halya-format-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--halya-gold-light), var(--halya-gold)); }\n    .halya-format-size { font-family: var(--font-display); font-size: 34px; font-weight: 400; color: var(--halya-dark); line-height: 1; margin-bottom: 8px; }\n    .halya-format-size span { font-size: 16px; color: var(--halya-gold); font-weight: 300; }\n    .halya-format-desc { font-size: 13px; color: var(--halya-muted); font-weight: 400; line-height: 1.6; }\n    .halya-format-tags { display: flex; justify-content: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }\n    .halya-format-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--halya-gold); background: var(--halya-gold-glow); padding: 4px 12px; border-radius: 999px; }\n    .halya-pyramid { background: linear-gradient(160deg, var(--halya-dark) 0%, #2A2018 60%, #3D2E1E 100%); border-radius: 20px; padding: 40px 28px; margin: 32px 0; color: var(--halya-sand); position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 1s forwards; }\n    .halya-pyramid::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(182, 135, 99, 0.12) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid \u003e * { position: relative; z-index: 1; }\n    .halya-pyramid-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin-bottom: 8px; color: var(--halya-sand); }\n    .halya-pyramid-sub { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; text-align: center; color: var(--halya-gold-light); margin-bottom: 32px; font-weight: 400; }\n    .halya-note-group { margin-bottom: 24px; padding: 18px 20px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); border-left: 3px solid var(--halya-gold); transition: all 0.3s ease; }\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    .halya-note-label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold-light); margin-bottom: 6px; }\n    .halya-note-desc { font-family: var(--font-display); font-size: 19px; font-weight: 300; font-style: italic; color: rgba(245, 237, 227, 0.9); line-height: 1.5; }\n    .halya-highlights { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 28px 0; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }\n    .halya-highlight-card { background: var(--halya-white); border: 1px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; transition: all 0.4s ease; }\n    .halya-highlight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(182, 135, 99, 0.1); border-color: var(--halya-gold-light); }\n    .halya-highlight-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n    .halya-highlight-title { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--halya-dark); margin-bottom: 6px; }\n    .halya-highlight-text { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-accordion { margin-top: 8px; }\n    .halya-accordion details { border: 1px solid var(--halya-border); border-radius: var(--radius); margin: 12px 0; background: var(--halya-white); overflow: hidden; transition: all 0.3s ease; }\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    .halya-accordion summary { cursor: pointer; font-family: var(--font-body); font-weight: 500; font-size: 15px; letter-spacing: 0.3px; padding: 18px 22px; list-style: none; display: flex; align-items: center; justify-content: space-between; color: var(--halya-dark); transition: color 0.3s ease; user-select: none; }\n    .halya-accordion summary::-webkit-details-marker { display: none; }\n    .halya-accordion summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; font-weight: 300; color: var(--halya-gold); transition: all 0.3s ease; flex-shrink: 0; margin-left: 12px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--halya-gold-glow); }\n    .halya-accordion details[open] summary::after { content: '−'; background: var(--halya-gold); color: var(--halya-white); transform: rotate(180deg); }\n    .halya-accordion details[open] summary { color: var(--halya-gold); }\n    .halya-content { padding: 0 22px 22px; font-size: 14.5px; color: var(--halya-dark-soft); line-height: 1.7; animation: accordionOpen 0.4s ease forwards; }\n    .halya-content p { margin-bottom: 12px; }\n    .halya-content p:last-child { margin-bottom: 0; }\n    .halya-content ul { list-style: none; padding: 0; }\n    .halya-content ul li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid rgba(182, 135, 99, 0.08); }\n    .halya-content ul li:last-child { border-bottom: none; }\n    .halya-content ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--halya-gold-light); }\n    .halya-content strong { color: var(--halya-dark); font-weight: 600; }\n    .halya-tip { margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--halya-gold-glow), rgba(212, 165, 116, 0.08)); border-left: 3px solid var(--halya-gold); font-size: 13.5px; color: var(--halya-dark-soft); }\n    .halya-tip em { color: var(--halya-gold); font-style: normal; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }\n    .halya-faq-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin: 40px 0 8px; color: var(--halya-dark); }\n    .halya-faq-sub { text-align: center; font-size: 13px; color: var(--halya-muted); margin-bottom: 20px; }\n    .halya-faq details { background: transparent; border: none; border-bottom: 1px solid var(--halya-border); border-radius: 0; margin: 0; box-shadow: none !important; }\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    .halya-precautions { margin-top: 36px; padding: 22px 24px; background: var(--halya-sand); border-radius: var(--radius); font-size: 12.5px; color: var(--halya-muted); line-height: 1.7; }\n    .halya-precautions-title { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; }\n    .halya-precautions p { margin-bottom: 4px; }\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    @media (max-width: 560px) { .halya-product { padding: 0 16px 48px; } .halya-highlights { grid-template-columns: 1fr; } .halya-pyramid { padding: 30px 20px; } }\n  \u003c\/style\u003e\n\n\n\n\u003csection class=\"halya-product\"\u003e\n\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  \u003cdiv class=\"halya-hero\"\u003e\n    \u003ch1\u003e\n\u003cem\u003eAdress\u003c\/em\u003e Hotel Dubai\u003c\/h1\u003e\n    \u003cp class=\"halya-hero-sub\"\u003eHuile parfumée · 30 ml\u003c\/p\u003e\n    \u003cp class=\"halya-hero-tagline\"\u003eL'atmosphère feutrée des grands hôtels de Dubaï, en flacon.\u003c\/p\u003e\n    \u003cdiv class=\"halya-divider\"\u003e\u003c\/div\u003e\n\n    \u003cp class=\"halya-hero-desc\"\u003e\n      \u003cstrong\u003eAdress Hotel Dubai\u003c\/strong\u003e s'ouvre sur une \u003cstrong\u003efraîcheur élégante\u003c\/strong\u003e où la bergamote et les agrumes rencontrent la noblesse du bois de cèdre. Le cœur révèle une \u003cstrong\u003esignature sophistiquée\u003c\/strong\u003e — accord floral discret, patchouli et touche de poivre épicé. En fond, les épices chaudes, le vétiver et les \u003cstrong\u003ebois précieux\u003c\/strong\u003e installent une ambiance profonde, raffinée et résolument luxueuse.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"halya-tags\"\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌲 Boisé\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌶 Épicé\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e✨ Chic\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🖤 Intense\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halya-format-card\"\u003e\n      \u003cdiv class=\"halya-format-size\"\u003e30 \u003cspan\u003eml\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"halya-format-desc\"\u003eCompatible diffuseur électrique \u0026amp; brûleur · Intensité modulaire selon dosage\u003c\/div\u003e\n      \u003cdiv class=\"halya-format-tags\"\u003e\n        \u003cspan class=\"halya-format-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e\n        \u003cspan class=\"halya-format-tag\"\u003e🕯 Brûleur\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eBergamote · Bois de cèdre · Agrumes\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\"\u003eAccord floral · Patchouli · Poivre\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\"\u003eÉpices chaudes · Vétiver · Bois précieux\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eOuverture fraîche\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eBergamote et agrumes pour une entrée lumineuse et élégante\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\"\u003eCœur épicé-floral\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003ePatchouli et poivre pour une signature chic et caractérielle\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\"\u003eFond boisé précieux\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eVétiver et bois rares pour une empreinte profonde et durable\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-accordion\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConseils d'utilisation\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDiffuseur électrique\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eAjoutez quelques gouttes dans le réservoir selon les recommandations de votre appareil.\u003c\/li\u003e\n          \u003cli\u003eAjustez \u003cstrong\u003eprogressivement\u003c\/strong\u003e pour une diffusion élégante et équilibrée.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp style=\"margin-top:16px\"\u003e\u003cstrong\u003eBrûleur\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eAjoutez un peu d'eau dans la coupelle puis \u003cstrong\u003e3 à 8 gouttes\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003eDiffusez par sessions pour préserver la sophistication du parfum.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"halya-tip\"\u003e\n          \u003cem\u003e💡 Astuce Halya\u003c\/em\u003e\u003cbr\u003e\n          Parfait pour une entrée, un salon ou un bureau pour une signature \"hôtel de luxe\" instantanée. Commencez par 3 à 5 gouttes et ajustez selon l'espace.\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 la maison\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eContenance :\u003c\/strong\u003e 30 ml\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCompatibilité :\u003c\/strong\u003e Diffuseur électrique \u0026amp; brûleur\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfil olfactif :\u003c\/strong\u003e Boisé · Épicé · Élégant · Intense\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIntensité :\u003c\/strong\u003e Modulaire selon dosage\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCertification :\u003c\/strong\u003e Conforme IFRA · Sans phtalates · Cruelty-free · Vegan\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\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\n    \u003cdetails\u003e\n      \u003csummary\u003eQuelle ambiance crée Adress Hotel Dubai ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eUne atmosphère \u003cstrong\u003echic, boisée et puissante\u003c\/strong\u003e, inspirée des lobbies des hôtels 5 étoiles de Dubaï. Un lieu parfaitement maîtrisé, élégant, rassurant et prestigieux — sans jamais être envahissant.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eEst-ce un parfum masculin ou unisexe ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eAdress Hotel Dubai est un parfum d'ambiance \u003cstrong\u003eunisexe\u003c\/strong\u003e. Sa signature boisée-épicée plaît à tous ceux qui recherchent une atmosphère \u003cstrong\u003esophistiquée et profonde\u003c\/strong\u003e, inspirée de la parfumerie orientale de luxe.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConvient-il aux grandes pièces ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eOui. Le fond \u003cstrong\u003evétiver et bois précieux\u003c\/strong\u003e assure une diffusion profonde et équilibrée même dans les grands espaces. Augmentez progressivement le dosage selon la superficie de la pièce.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003ePourquoi ce parfum est unique ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eInspirée de l'atmosphère inimitable des \u003cstrong\u003ehôtels 5 étoiles de Dubaï\u003c\/strong\u003e, cette huile recrée cette sensation de luxe maîtrisé : élégance boisée, chaleur épicée, profondeur orientale. Une signature idéale pour ceux qui veulent transformer leur intérieur en lieu de prestige.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-precautions\"\u003e\n    \u003cdiv class=\"halya-precautions-title\"\u003ePrécautions d'usage\u003c\/div\u003e\n    \u003cp\u003eTenir hors de portée des enfants et des animaux.\u003c\/p\u003e\n    \u003cp\u003eNe pas avaler ni appliquer sur la peau.\u003c\/p\u003e\n    \u003cp\u003eUsage exclusivement réservé à la diffusion d'ambiance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Halya Home","offers":[{"title":"30 ml","offer_id":52443704885576,"sku":"HUILE-30-ADRESS","price":12.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/30_ML_ADRESS_HOTEL_DUBAI.png?v=1775929111"},{"product_id":"adress-hotel-dubai-huile-parfumee-diffuseurs-electriques","title":"Adress hôtel Dubaï – Huile parfumée diffuseurs électriques","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eAdress Hotel Dubai — Halya Home\u003c\/title\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  \u003cstyle\u003e\n    :root {\n      --halya-sand: #F5EDE3;\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    .halya-product { font-family: var(--font-body); line-height: 1.65; color: var(--halya-dark); background: var(--halya-cream); max-width: 780px; margin: 0 auto; padding: 0 20px 60px; position: relative; overflow: hidden; }\n    .halya-product::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; 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\"); pointer-events: none; z-index: 0; }\n    .halya-product \u003e * { position: relative; z-index: 1; }\n    .halya-topbar { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 32px 0 20px; opacity: 0; animation: fadeDown 0.8s ease 0.2s forwards; }\n    .halya-topbar-line { width: 40px; height: 1px; background: var(--halya-gold); }\n    .halya-topbar-label { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: var(--halya-gold); }\n    .halya-hero { text-align: center; padding: 10px 0 40px; }\n    .halya-hero h1 { font-family: var(--font-display); font-size: clamp(38px, 7vw, 60px); font-weight: 300; line-height: 1.1; letter-spacing: -0.02em; color: var(--halya-dark); margin-bottom: 6px; opacity: 0; animation: fadeUp 1s ease 0.4s forwards; }\n    .halya-hero h1 em { font-style: italic; font-weight: 300; color: var(--halya-gold); }\n    .halya-hero-sub { font-size: 12px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }\n    .halya-hero-tagline { font-family: var(--font-display); font-size: clamp(18px, 3vw, 22px); font-weight: 300; font-style: italic; color: var(--halya-muted); letter-spacing: 0.02em; margin-bottom: 28px; opacity: 0; animation: fadeUp 1s ease 0.6s forwards; }\n    .halya-divider { width: 60px; height: 1.5px; background: linear-gradient(90deg, transparent, var(--halya-gold), transparent); margin: 0 auto 28px; opacity: 0; animation: fadeUp 1s ease 0.7s forwards; }\n    .halya-hero-desc { max-width: 580px; margin: 0 auto 30px; font-size: 15px; color: var(--halya-dark-soft); line-height: 1.75; text-align: center; opacity: 0; animation: fadeUp 0.8s ease 0.75s forwards; }\n    .halya-hero-desc strong { color: var(--halya-dark); }\n    .halya-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }\n    .halya-tag { font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; border: 1px solid var(--halya-border); color: var(--halya-gold); background: var(--halya-gold-glow); transition: all 0.3s ease; }\n    .halya-tag:hover { background: var(--halya-gold); color: var(--halya-white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(182, 135, 99, 0.25); }\n    .halya-formats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 32px; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; }\n    .halya-format-card { background: var(--halya-white); border: 1.5px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }\n    .halya-format-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--halya-gold-light), var(--halya-gold)); transform: scaleX(0); transition: transform 0.4s ease; }\n    .halya-format-card:hover { border-color: var(--halya-gold); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(182, 135, 99, 0.12); }\n    .halya-format-card:hover::before { transform: scaleX(1); }\n    .halya-format-size { font-family: var(--font-display); font-size: 34px; font-weight: 400; color: var(--halya-dark); line-height: 1; margin-bottom: 8px; }\n    .halya-format-size span { font-size: 16px; color: var(--halya-gold); font-weight: 300; }\n    .halya-format-desc { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-format-tags { display: flex; justify-content: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }\n    .halya-format-tag { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--halya-gold); background: var(--halya-gold-glow); padding: 4px 12px; border-radius: 999px; }\n    .halya-pyramid { background: linear-gradient(160deg, var(--halya-dark) 0%, #2A2018 60%, #3D2E1E 100%); border-radius: 20px; padding: 40px 28px; margin: 32px 0; color: var(--halya-sand); position: relative; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 1s forwards; }\n    .halya-pyramid::before { content: ''; position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(182, 135, 99, 0.12) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid::after { content: ''; position: absolute; bottom: -60px; left: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(212, 165, 116, 0.08) 0%, transparent 70%); border-radius: 50%; }\n    .halya-pyramid \u003e * { position: relative; z-index: 1; }\n    .halya-pyramid-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin-bottom: 8px; color: var(--halya-sand); }\n    .halya-pyramid-sub { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; text-align: center; color: var(--halya-gold-light); margin-bottom: 32px; font-weight: 400; }\n    .halya-note-group { margin-bottom: 24px; padding: 18px 20px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.04); border-left: 3px solid var(--halya-gold); transition: all 0.3s ease; }\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    .halya-note-label { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold-light); margin-bottom: 6px; }\n    .halya-note-desc { font-family: var(--font-display); font-size: 19px; font-weight: 300; font-style: italic; color: rgba(245, 237, 227, 0.9); line-height: 1.5; }\n    .halya-highlights { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin: 28px 0; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }\n    .halya-highlight-card { background: var(--halya-white); border: 1px solid var(--halya-border); border-radius: var(--radius); padding: 22px 18px; text-align: center; transition: all 0.4s ease; }\n    .halya-highlight-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(182, 135, 99, 0.1); border-color: var(--halya-gold-light); }\n    .halya-highlight-icon { font-size: 28px; margin-bottom: 10px; display: block; }\n    .halya-highlight-title { font-family: var(--font-display); font-size: 17px; font-weight: 500; color: var(--halya-dark); margin-bottom: 6px; }\n    .halya-highlight-text { font-size: 12.5px; color: var(--halya-muted); line-height: 1.5; }\n    .halya-accordion { margin-top: 8px; }\n    .halya-accordion details { border: 1px solid var(--halya-border); border-radius: var(--radius); margin: 12px 0; background: var(--halya-white); overflow: hidden; transition: all 0.3s ease; }\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    .halya-accordion summary { cursor: pointer; font-family: var(--font-body); font-weight: 500; font-size: 15px; letter-spacing: 0.3px; padding: 18px 22px; list-style: none; display: flex; align-items: center; justify-content: space-between; color: var(--halya-dark); transition: color 0.3s ease; user-select: none; }\n    .halya-accordion summary::-webkit-details-marker { display: none; }\n    .halya-accordion summary::after { content: '+'; font-family: var(--font-display); font-size: 22px; font-weight: 300; color: var(--halya-gold); transition: all 0.3s ease; flex-shrink: 0; margin-left: 12px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--halya-gold-glow); }\n    .halya-accordion details[open] summary::after { content: '−'; background: var(--halya-gold); color: var(--halya-white); transform: rotate(180deg); }\n    .halya-accordion details[open] summary { color: var(--halya-gold); }\n    .halya-content { padding: 0 22px 22px; font-size: 14.5px; color: var(--halya-dark-soft); line-height: 1.7; animation: accordionOpen 0.4s ease forwards; }\n    .halya-content p { margin-bottom: 12px; }\n    .halya-content p:last-child { margin-bottom: 0; }\n    .halya-content ul { list-style: none; padding: 0; }\n    .halya-content ul li { padding: 10px 0 10px 24px; position: relative; border-bottom: 1px solid rgba(182, 135, 99, 0.08); }\n    .halya-content ul li:last-child { border-bottom: none; }\n    .halya-content ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 6px; border-radius: 50%; background: var(--halya-gold-light); }\n    .halya-content strong { color: var(--halya-dark); font-weight: 600; }\n    .halya-tip { margin-top: 14px; padding: 14px 18px; border-radius: var(--radius-sm); background: linear-gradient(135deg, var(--halya-gold-glow), rgba(212, 165, 116, 0.08)); border-left: 3px solid var(--halya-gold); font-size: 13.5px; color: var(--halya-dark-soft); }\n    .halya-tip em { color: var(--halya-gold); font-style: normal; font-weight: 600; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }\n    .halya-faq-title { font-family: var(--font-display); font-size: 28px; font-weight: 300; text-align: center; margin: 40px 0 8px; color: var(--halya-dark); }\n    .halya-faq-sub { text-align: center; font-size: 13px; color: var(--halya-muted); margin-bottom: 20px; }\n    .halya-faq details { background: transparent; border: none; border-bottom: 1px solid var(--halya-border); border-radius: 0; margin: 0; box-shadow: none !important; }\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    .halya-precautions { margin-top: 36px; padding: 22px 24px; background: var(--halya-sand); border-radius: var(--radius); font-size: 12.5px; color: var(--halya-muted); line-height: 1.7; }\n    .halya-precautions-title { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--halya-gold); margin-bottom: 10px; }\n    .halya-precautions p { margin-bottom: 4px; }\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    @media (max-width: 560px) { .halya-product { padding: 0 16px 48px; } .halya-formats { grid-template-columns: 1fr; } .halya-highlights { grid-template-columns: 1fr; } .halya-pyramid { padding: 30px 20px; } }\n  \u003c\/style\u003e\n\n\n\n\u003csection class=\"halya-product\"\u003e\n\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  \u003cdiv class=\"halya-hero\"\u003e\n    \u003ch1\u003e\n\u003cem\u003eAdress\u003c\/em\u003e Hotel Dubai\u003c\/h1\u003e\n    \u003cp class=\"halya-hero-sub\"\u003eHuile parfumée · Diffuseur électrique \u0026amp; Brûleur\u003c\/p\u003e\n    \u003cp class=\"halya-hero-tagline\"\u003eL'atmosphère feutrée des grands hôtels de Dubaï, en flacon.\u003c\/p\u003e\n    \u003cdiv class=\"halya-divider\"\u003e\u003c\/div\u003e\n\n    \u003cp class=\"halya-hero-desc\"\u003e\n      \u003cstrong\u003eAdress Hotel Dubai\u003c\/strong\u003e s'ouvre sur une \u003cstrong\u003efraîcheur élégante\u003c\/strong\u003e où la bergamote et les agrumes rencontrent la noblesse du bois de cèdre. Le cœur révèle une \u003cstrong\u003esignature sophistiquée\u003c\/strong\u003e — accord floral discret, patchouli et touche de poivre épicé. En fond, les épices chaudes, le vétiver et les \u003cstrong\u003ebois précieux\u003c\/strong\u003e installent une ambiance profonde, raffinée et résolument luxueuse.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"halya-tags\"\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌲 Boisé\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🌶 Épicé\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e✨ Chic\u003c\/span\u003e\n      \u003cspan class=\"halya-tag\"\u003e🖤 Intense\u003c\/span\u003e\n    \u003c\/div\u003e\n\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 une ambiance \"hôtel de luxe\" quotidienne\u003c\/div\u003e\n        \u003cdiv class=\"halya-format-tags\"\u003e\n          \u003cspan class=\"halya-format-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e\n          \u003cspan class=\"halya-format-tag\"\u003e🕯 Brûleur\u003c\/span\u003e\n        \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 fréquente ou usage professionnel\u003c\/div\u003e\n        \u003cdiv class=\"halya-format-tags\"\u003e\n          \u003cspan class=\"halya-format-tag\"\u003e⚡ Diffuseur électrique\u003c\/span\u003e\n          \u003cspan class=\"halya-format-tag\"\u003e🕯 Brûleur\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eBergamote · Bois de cèdre · Agrumes\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\"\u003eAccord floral · Patchouli · Poivre\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\"\u003eÉpices chaudes · Vétiver · Bois précieux\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\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\"\u003eOuverture fraîche\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eBergamote et agrumes pour une entrée lumineuse et élégante\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\"\u003eCœur épicé-floral\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003ePatchouli et poivre pour une signature chic et caractérielle\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\"\u003eFond boisé précieux\u003c\/div\u003e\n      \u003cdiv class=\"halya-highlight-text\"\u003eVétiver et bois rares pour une empreinte profonde et durable\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-accordion\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConseils d'utilisation\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003e\u003cstrong\u003eDiffuseur électrique\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eRemplissez directement le réservoir de votre diffuseur électrique avec l'huile parfumée.\u003c\/li\u003e\n          \u003cli\u003eNe pas diluer sauf indication spécifique de votre appareil.\u003c\/li\u003e\n          \u003cli\u003eDiffusion recommandée par sessions de \u003cstrong\u003e20 à 40 minutes\u003c\/strong\u003e.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp style=\"margin-top:16px\"\u003e\u003cstrong\u003eBrûleur\u003c\/strong\u003e\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eAjoutez de l'eau dans la coupelle puis un \u003cstrong\u003eléger filet d'huile parfumée\u003c\/strong\u003e.\u003c\/li\u003e\n          \u003cli\u003eDiffusez par sessions pour préserver la qualité olfactive.\u003c\/li\u003e\n          \u003cli\u003eNe laissez jamais l'eau s'évaporer complètement.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"halya-tip\"\u003e\n          \u003cem\u003e💡 Astuce Halya\u003c\/em\u003e\u003cbr\u003e\n          Parfait pour instaurer une signature olfactive \"hôtel de luxe\" dès l'entrée — ou dans un salon, un bureau premium, un showroom.\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 d'ambiance\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\u003eCompatibilité :\u003c\/strong\u003e Diffuseur électrique \u0026amp; brûleur\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eProfil olfactif :\u003c\/strong\u003e Boisé · Épicé · Élégant · Intense\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eIntensité :\u003c\/strong\u003e Modulaire selon appareil et durée\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eCertification :\u003c\/strong\u003e Conforme IFRA · Sans phtalates · Cruelty-free · Vegan\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\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\n    \u003cdetails\u003e\n      \u003csummary\u003eDoit-on diluer l'huile ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eNon pour le diffuseur électrique : elle s'utilise \u003cstrong\u003epure\u003c\/strong\u003e, en remplissant directement le réservoir. Pour le brûleur, ajoutez simplement un filet d'huile dans la coupelle avec un peu d'eau.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\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 quotidien personnel, tandis que le \u003cstrong\u003e500 ml\u003c\/strong\u003e est pensé pour les grandes pièces, une diffusion fréquente ou un usage professionnel.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eConvient-elle aux grandes pièces ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eOui. Le fond \u003cstrong\u003evétiver et bois précieux\u003c\/strong\u003e assure une diffusion profonde et équilibrée même dans les grands espaces — salon, bureau, showroom ou espace de réception.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eÀ qui s'adresse ce parfum ?\u003c\/summary\u003e\n      \u003cdiv class=\"halya-content\"\u003e\n        \u003cp\u003eÀ celles et ceux qui apprécient les ambiances \u003cstrong\u003eboisées, élégantes et sophistiquées\u003c\/strong\u003e, inspirées des hôtels de luxe de Dubaï. Une signature chic, présente sans être envahissante — idéale pour créer un intérieur au raffinement maîtrisé.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halya-precautions\"\u003e\n    \u003cdiv class=\"halya-precautions-title\"\u003ePrécautions d'usage\u003c\/div\u003e\n    \u003cp\u003eTenir hors de portée des enfants et des animaux.\u003c\/p\u003e\n    \u003cp\u003eNe pas avaler ni appliquer sur la peau.\u003c\/p\u003e\n    \u003cp\u003eUsage exclusivement réservé à la diffusion d'ambiance.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Halya Home","offers":[{"title":"250 ML","offer_id":52443782381896,"sku":"HUILE-ELEC-ADRESS-250","price":39.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/files\/Huile_parfumee_HALYA_HOME_signature.png?v=1775985729"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0884\/2939\/6296\/collections\/Halya_Siganture_88b23c03-7c58-4b44-a584-083368c12454.png?v=1774553534","url":"https:\/\/halyahome.com\/collections\/hotel.oembed","provider":"Halya Home","version":"1.0","type":"link"}