{"product_id":"ltd-pince-a-cheveux-large-red-pearl","title":"Limited Edition Locks of Love Pince à Cheveux Large","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 Love Pince à Cheveux Large features vibrant red marble acetate with a pearl shimmer, paired with the signature gold plated Balmain logo. This clip is made of premium cellulose acetate and features an innovative elastic grip that holds fine or thick hair securely.\n      \u003c\/p\u003e\n\n      \u003c!-- Features with gold checkmarks (no bullets) --\u003e\n      \u003cdiv class=\"description-code-feature\"\u003eLimited Edition\u003c\/div\u003e\n      \u003cdiv class=\"description-code-feature\"\u003eMarble inspired\u003c\/div\u003e\n      \u003cdiv class=\"description-code-feature\"\u003eSuitable for every hair type and hair colour\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 Love Pince à Cheveux Large\u003c\/div\u003e\n\n      \u003cp class=\"description-code-text\"\u003e\n        Part of the Limited Edition Locks of Love collection, this acetate clip features a vibrant colour with a marble pattern and a soft shimmering finish. This acetate clip brings understated elegance and exceptional hold. It features an ingenious elastic mechanism presses each hair section together for a firm grip that never slips, whether your hair is fine or thick.\n      \u003c\/p\u003e\n\n      \u003cp class=\"description-code-text\"\u003e\n        Presented in a sleek Limited Edition Balmain box, it makes a thoughtful gift or a sophisticated treat for yourself.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"description-code-subtitle\"\u003eDetails\u003c\/div\u003e\n      \u003cp class=\"description-code-text\"\u003e\n        Dimensions: Length: 10,70 cm \/ Width: 5,00 cm \/ Height: 4,10 cm\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\u003eGather your hair into a low ponytail.\u003c\/li\u003e\n        \u003cli\u003eTwist the ponytail upwards and hold it firmly.\u003c\/li\u003e\n        \u003cli\u003eSecure the Pince à Cheveux Large over the twisted hair, ensuring the elastic grip holds the hair in place.\u003c\/li\u003e\n        \u003cli\u003eCheck that the clip is secure and does not slip.\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\n","brand":"Balmain Hair Couture, Inc.","offers":[{"title":"Default Title","offer_id":47241732653250,"sku":"BALC12623","price":255.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0506\/0644\/0642\/files\/BALC12623_3.webp?v=1773159130","url":"https:\/\/balmainhaircouture.ca\/products\/ltd-pince-a-cheveux-large-red-pearl","provider":"BALMAIN HAIR CANADA","version":"1.0","type":"link"}