{"product_id":"wig-care-spray","title":"Elixir de Soie","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026family=Montserrat:wght@300;400;500\u0026display=swap');\n\n  .ce-wrapper {\n    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);\n    border: 1px solid #c9a84c;\n    padding: 48px 40px;\n    font-family: 'Montserrat', sans-serif;\n    color: #e8d5a3;\n    position: relative;\n    overflow: hidden;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .ce-wrapper::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(ellipse at center, rgba(201,168,76,0.04) 0%, transparent 60%);\n    animation: shimmerRotate 8s linear infinite;\n    pointer-events: none;\n  }\n\n  @keyframes shimmerRotate {\n    0%   { transform: rotate(0deg); }\n    100% { transform: rotate(360deg); }\n  }\n\n  .ce-corner {\n    position: absolute;\n    width: 28px;\n    height: 28px;\n    border-color: #c9a84c;\n    border-style: solid;\n    opacity: 0.7;\n  }\n  .ce-corner.tl { top: 14px; left: 14px; border-width: 1px 0 0 1px; }\n  .ce-corner.tr { top: 14px; right: 14px; border-width: 1px 1px 0 0; }\n  .ce-corner.bl { bottom: 14px; left: 14px; border-width: 0 0 1px 1px; }\n  .ce-corner.br { bottom: 14px; right: 14px; border-width: 0 1px 1px 0; }\n\n  .ce-heartbeat-line {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 28px 0;\n  }\n\n  .ce-line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c, transparent);\n  }\n\n  .ce-heartbeat-svg {\n    animation: heartbeat 1.8s ease-in-out infinite;\n    flex-shrink: 0;\n  }\n\n  @keyframes heartbeat {\n    0%   { transform: scale(1);    opacity: 0.6; }\n    14%  { transform: scale(1.25); opacity: 1;   }\n    28%  { transform: scale(1);    opacity: 0.6; }\n    42%  { transform: scale(1.18); opacity: 0.9; }\n    70%  { transform: scale(1);    opacity: 0.6; }\n    100% { transform: scale(1);    opacity: 0.6; }\n  }\n\n  .ce-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2.4rem;\n    font-weight: 300;\n    letter-spacing: 0.18em;\n    color: #c9a84c;\n    text-align: center;\n    text-transform: uppercase;\n    margin: 0 0 6px;\n    animation: fadeSlideDown 1s ease both;\n  }\n\n  .ce-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1rem;\n    font-style: italic;\n    font-weight: 300;\n    letter-spacing: 0.3em;\n    color: #a08840;\n    text-align: center;\n    text-transform: uppercase;\n    margin: 0 0 4px;\n    animation: fadeSlideDown 1.2s ease both;\n  }\n\n  @keyframes fadeSlideDown {\n    from { opacity: 0; transform: translateY(-16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .ce-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.15rem;\n    font-style: italic;\n    color: #d4b96a;\n    text-align: center;\n    letter-spacing: 0.08em;\n    margin: 0;\n    animation: fadeIn 1.6s ease both;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; }\n    to   { opacity: 1; }\n  }\n\n  .ce-body {\n    font-size: 0.82rem;\n    font-weight: 300;\n    line-height: 1.95;\n    letter-spacing: 0.06em;\n    color: #c8b98a;\n    text-align: center;\n    margin: 0 0 28px;\n    animation: fadeIn 2s ease both;\n  }\n\n  .ce-benefits {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 16px;\n    margin: 0 0 28px;\n  }\n\n  .ce-benefit-item {\n    background: rgba(201,168,76,0.05);\n    border: 1px solid rgba(201,168,76,0.2);\n    padding: 18px 14px;\n    text-align: center;\n    position: relative;\n    animation: fadeIn 2.2s ease both;\n    transition: border-color 0.3s ease, background 0.3s ease;\n  }\n\n  .ce-benefit-item:hover {\n    border-color: #c9a84c;\n    background: rgba(201,168,76,0.1);\n  }\n\n  .ce-benefit-icon {\n    font-size: 1.4rem;\n    display: block;\n    margin-bottom: 8px;\n    animation: floatIcon 3s ease-in-out infinite;\n  }\n\n  @keyframes floatIcon {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-4px); }\n  }\n\n  .ce-benefit-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    color: #c9a84c;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .ce-benefit-desc {\n    font-size: 0.72rem;\n    font-weight: 300;\n    color: #a08840;\n    letter-spacing: 0.04em;\n    line-height: 1.6;\n  }\n\n  .ce-how-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1rem;\n    font-weight: 400;\n    letter-spacing: 0.22em;\n    color: #c9a84c;\n    text-transform: uppercase;\n    text-align: center;\n    margin: 0 0 16px;\n  }\n\n  .ce-steps {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 28px;\n    counter-reset: steps;\n  }\n\n  .ce-steps li {\n    counter-increment: steps;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    margin-bottom: 12px;\n    font-size: 0.78rem;\n    font-weight: 300;\n    color: #c8b98a;\n    letter-spacing: 0.05em;\n    line-height: 1.7;\n    animation: fadeIn 2.4s ease both;\n  }\n\n  .ce-steps li::before {\n    content: counter(steps, upper-roman);\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 0.75rem;\n    color: #c9a84c;\n    border: 1px solid #c9a84c;\n    min-width: 28px;\n    height: 28px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .ce-seal {\n    text-align: center;\n    margin-top: 8px;\n  }\n\n  .ce-seal-text {\n    display: inline-block;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 0.7rem;\n    font-weight: 400;\n    letter-spacing: 0.28em;\n    color: #a08840;\n    text-transform: uppercase;\n    border-top: 1px solid rgba(201,168,76,0.3);\n    border-bottom: 1px solid rgba(201,168,76,0.3);\n    padding: 6px 20px;\n    animation: heartbeat 2.4s ease-in-out infinite;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ce-wrapper\"\u003e\n  \u003cdiv class=\"ce-corner tl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"ce-corner tr\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"ce-corner bl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"ce-corner br\"\u003e\u003c\/div\u003e\n\n  \u003cp class=\"ce-subtitle\"\u003eCrowned Elegance — Luxury Hair Care\u003c\/p\u003e\n  \u003ch2 class=\"ce-title\"\u003eElixir de Soie\u003c\/h2\u003e\n  \u003cp class=\"ce-tagline\"\u003eThe Art of Wig Preservation\u003c\/p\u003e\n\n  \u003cdiv class=\"ce-heartbeat-line\"\u003e\n    \u003cdiv class=\"ce-line\"\u003e\u003c\/div\u003e\n    \u003csvg class=\"ce-heartbeat-svg\" width=\"36\" height=\"20\" viewbox=\"0 0 36 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpolyline points=\"0,10 6,10 9,2 12,18 15,6 18,14 21,10 36,10\" stroke=\"#c9a84c\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n    \u003c\/svg\u003e\n    \u003cdiv class=\"ce-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ce-body\"\u003e\n    Introducing \u003cem\u003eElixir de Soie\u003c\/em\u003e — a meticulously crafted wig care mist designed for the discerning woman who demands nothing less than perfection. Infused with a weightless, fast-absorbing formula, this luxurious spray breathes life back into every strand, restoring softness, sheen, and structure with a single application. Whether your wig is human hair or premium synthetic, \u003cem\u003eElixir de Soie\u003c\/em\u003e delivers salon-grade results from the comfort of your own sanctuary.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ce-benefits\"\u003e\n    \u003cdiv class=\"ce-benefit-item\"\u003e\n      \u003cspan class=\"ce-benefit-icon\"\u003e✦\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-title\"\u003eIntense Hydration\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-desc\"\u003eReplenishes moisture and eliminates dryness for a silky, touchable finish.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ce-benefit-item\"\u003e\n      \u003cspan class=\"ce-benefit-icon\"\u003e✦\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-title\"\u003eFrizz Control\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-desc\"\u003eTames flyaways and restores a smooth, polished appearance instantly.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ce-benefit-item\"\u003e\n      \u003cspan class=\"ce-benefit-icon\"\u003e✦\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-title\"\u003eExtends Longevity\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-desc\"\u003eProtects fibres from daily wear, preserving your investment piece.\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ce-benefit-item\"\u003e\n      \u003cspan class=\"ce-benefit-icon\"\u003e✦\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-title\"\u003eWeightless Mist\u003c\/span\u003e\n      \u003cspan class=\"ce-benefit-desc\"\u003eUltra-fine spray leaves no residue — just effortless, natural movement.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-heartbeat-line\"\u003e\n    \u003cdiv class=\"ce-line\"\u003e\u003c\/div\u003e\n    \u003csvg class=\"ce-heartbeat-svg\" width=\"36\" height=\"20\" viewbox=\"0 0 36 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpolyline points=\"0,10 6,10 9,2 12,18 15,6 18,14 21,10 36,10\" stroke=\"#c9a84c\" stroke-width=\"1.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/polyline\u003e\n    \u003c\/svg\u003e\n    \u003cdiv class=\"ce-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ce-how-title\"\u003eThe Ritual\u003c\/p\u003e\n  \u003col class=\"ce-steps\"\u003e\n    \u003cli\u003eHold the bottle 20–25 cm from your wig and mist evenly across all sections.\u003c\/li\u003e\n    \u003cli\u003eUse a wide-tooth comb or paddle brush to distribute the elixir through each layer.\u003c\/li\u003e\n    \u003cli\u003eAllow to air-dry naturally, or finish with a low-heat setting for added smoothness.\u003c\/li\u003e\n    \u003cli\u003eRepeat as needed — daily use is safe and encouraged for optimal results.\u003c\/li\u003e\n  \u003c\/ol\u003e\n\n  \u003cdiv class=\"ce-seal\"\u003e\n    \u003cspan class=\"ce-seal-text\"\u003eCrowned Elegance  ·  Crafted for the Extraordinary\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52641564033300,"sku":null,"price":0.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_99ad4eed-93ee-4d61-9f84-f2afa5982fc9.png?v=1780929659","url":"https:\/\/crownedelegance.co.za\/products\/wig-care-spray","provider":"Crowned Elegance","version":"1.0","type":"link"}