{"product_id":"locks-of-labyrinth-hair-perfume-signature-fragrance-100ml","title":"Limited Edition Locks of Labyrinth Signature Hair Fragrance 100ml","description":"\u003cdiv class=\"description-code-wrapper\"\u003e\n  \u003c!-- IN SHORT (Open by Default) --\u003e\n  \u003cdiv class=\"description-code-section description-code-open\"\u003e\n    \u003cdiv class=\"description-code-header\"\u003e\n      \u003cdiv class=\"description-code-title\"\u003eIN SHORT\u003c\/div\u003e\n      \u003cspan class=\"description-code-toggle\"\u003e−\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"description-code-content\"\u003e\n      \u003cp class=\"description-code-text\"\u003e\n        The Limited Edition Locks of Labyrinth signature hair fragrance contains a refined and luxurious hair scent that boosts the senses and delivers a fresh and harmonious feeling. The Silk Protein and Argan Elixir infused perfume nourishes, repairs and protects the hair. Reimagined with a unique, limited-edition sleeve inspired by the Locks of Labyrinth theme.\n      \u003c\/p\u003e\n\n      \u003c!-- Features with gold checkmarks (no bullets) --\u003e\n      \u003cdiv class=\"description-code-feature\"\u003eSignature Balmain Hair Fragrance\u003c\/div\u003e\n      \u003cdiv class=\"description-code-feature\"\u003eEnriched with Silk Protein \u0026amp; Argan Elixir\u003c\/div\u003e\n      \u003cdiv class=\"description-code-feature\"\u003eLimited-Edition Couture Design\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DESCRIPTION (Closed by Default) --\u003e\n  \u003cdiv class=\"description-code-section\"\u003e\n    \u003cdiv class=\"description-code-header\"\u003e\n      \u003cdiv class=\"description-code-title\"\u003eDESCRIPTION\u003c\/div\u003e\n      \u003cspan class=\"description-code-toggle\"\u003e+\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"description-code-content\"\u003e\n      \u003cdiv class=\"description-code-subtitle\"\u003eLimited Edition Locks of Labyrinth Signature Fragrance Hair\u003c\/div\u003e\n\n      \u003cp class=\"description-code-text\"\u003e\n        This limited edition expression of the iconic Balmain Signature Hair Fragrance is presented in an exquisite sleeve inspired by the Locks of Labyrinth theme, transforming a beloved daily ritual into a collector's moment of fragrance and hair care.\n      \u003c\/p\u003e\n\n      \u003cp class=\"description-code-text\"\u003e\n        The hair mist creates a light, invisible veil and delivers perfect coverage with every spray. The unique blend of the finest key notes ensures an uplifting experience and smooths flyaway hair. Enriched with Argan Elixir and Silk Protein to moisturize and revive dehydrated hair.\n      \u003c\/p\u003e\n\n      \u003cp class=\"description-code-text\"\u003e\n        All notes unfold gracefully over time, revealing a sophisticated composition of star anise, tarragon, pinewood, peach blossom, raspberry, gardenia, orange blossom, cloves, jasmine, rose, ylang-ylang, apricot, lilac amber, vanilla, sandalwood, cedarwood, balsamic and white musk.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"description-code-subtitle\"\u003eHow to use\u003c\/div\u003e\n      \u003col class=\"description-code-list\"\u003e\n        \u003cli\u003eHold the fragrance at a distance and delicately mist over dry hair.\u003c\/li\u003e\n        \u003cli\u003eAlternatively, spray onto a brush and glide through the lengths for an even, refined diffusion.\u003c\/li\u003e\n        \u003cli\u003eAllow the scent to unfold, leaving the hair subtly perfumed with a luxurious finish.\u003c\/li\u003e\n      \u003c\/ol\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .description-code-wrapper { font-family: inherit; margin: 20px 0; }\n\n  .description-code-header{\n    display:flex; justify-content:space-between; align-items:center;\n    cursor:pointer; padding:10px 0; border-bottom:1px solid #ddd;\n  }\n\n  .description-code-title{ font-size:1.2rem; font-weight:700; }\n  .description-code-toggle{ font-size:1.4rem; font-weight:700; user-select:none; }\n\n  .description-code-content{\n    max-height:0; overflow:hidden; transition:max-height .4s ease;\n  }\n  .description-code-open .description-code-content{ overflow:hidden; }\n\n  .description-code-text{ font-size:.95rem; line-height:1.6; margin-bottom:12px; }\n  .description-code-subtitle{ font-size:1rem; font-weight:600; margin:12px 0 6px; }\n\n  \/* IN SHORT features (no bullets) *\/\n  .description-code-feature{ font-size:.95rem; margin:6px 0; }\n  .description-code-feature::before{\n    content:\"✓\"; color:#C6A664; font-weight:700; margin-right:8px;\n  }\n\n  \/* How-to list: no bullets *\/\n  .description-code-list{ list-style:none; padding:0; margin:10px 0 20px; }\n  .description-code-list li{ margin-bottom:6px; font-size:.95rem; padding-left:0; }\n\n  @media (max-width:768px){\n    .description-code-title{ font-size:1.1rem; }\n    .description-code-text, .description-code-list li{ font-size:.9rem; }\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    document.querySelectorAll(\".description-code-section\").forEach(function (section) {\n      const header = section.querySelector(\".description-code-header\");\n      const content = section.querySelector(\".description-code-content\");\n      const toggle = section.querySelector(\".description-code-toggle\");\n\n      \/\/ Default open state height\n      if (section.classList.contains(\"description-code-open\")) {\n        content.style.maxHeight = content.scrollHeight + \"px\";\n      }\n\n      header.addEventListener(\"click\", function () {\n        const isOpen = section.classList.contains(\"description-code-open\");\n\n        if (isOpen) {\n          section.classList.remove(\"description-code-open\");\n          content.style.maxHeight = null;\n          toggle.textContent = \"+\";\n        } else {\n          section.classList.add(\"description-code-open\");\n          content.style.maxHeight = content.scrollHeight + \"px\";\n          toggle.textContent = \"−\";\n        }\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"Balmain Hair Couture, Inc.","offers":[{"title":"Default Title","offer_id":47362516680898,"sku":"BALC22601","price":256.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0506\/0644\/0642\/files\/BALC22601.webp?v=1775582939","url":"https:\/\/balmainhaircouture.ca\/fr\/products\/locks-of-labyrinth-hair-perfume-signature-fragrance-100ml","provider":"BALMAIN HAIR CANADA","version":"1.0","type":"link"}