{"product_id":"velour-noir-crown-jewel-edition","title":"Velour Noir — The Crown Jewel Edition","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300\u0026display=swap');\n\n  .vn-wrapper {\n    background: linear-gradient(160deg, #080808 0%, #0f0f0f 50%, #080808 100%);\n    color: #fff;\n    font-family: 'Cormorant Garamond', 'Georgia', serif;\n    padding: 60px 40px;\n    position: relative;\n    overflow: hidden;\n    border-top: 1px solid #c9a84c;\n    border-bottom: 1px solid #c9a84c;\n  }\n\n  .vn-corner {\n    position: absolute;\n    width: 60px;\n    height: 60px;\n    opacity: 0.6;\n    animation: cornerPulse 3s ease-in-out infinite;\n  }\n  .vn-corner.tl { top: 12px; left: 12px; border-top: 1px solid #c9a84c; border-left: 1px solid #c9a84c; }\n  .vn-corner.tr { top: 12px; right: 12px; border-top: 1px solid #c9a84c; border-right: 1px solid #c9a84c; }\n  .vn-corner.bl { bottom: 12px; left: 12px; border-bottom: 1px solid #c9a84c; border-left: 1px solid #c9a84c; }\n  .vn-corner.br { bottom: 12px; right: 12px; border-bottom: 1px solid #c9a84c; border-right: 1px solid #c9a84c; }\n\n  @keyframes cornerPulse {\n    0%, 100% { opacity: 0.4; }\n    50% { opacity: 1; }\n  }\n\n  .vn-glow {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(ellipse at center, rgba(201,168,76,0.06) 0%, transparent 70%);\n    animation: glowBreath 5s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  @keyframes glowBreath {\n    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }\n    50% { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }\n  }\n\n  .vn-particle {\n    position: absolute;\n    border-radius: 50%;\n    background: #c9a84c;\n    opacity: 0;\n    animation: riseParticle 8s ease-in-out infinite;\n  }\n  .vn-particle:nth-child(1) { width: 3px; height: 3px; left: 8%; animation-delay: 0s; }\n  .vn-particle:nth-child(2) { width: 2px; height: 2px; left: 22%; animation-delay: 1.5s; }\n  .vn-particle:nth-child(3) { width: 4px; height: 4px; left: 45%; animation-delay: 3s; }\n  .vn-particle:nth-child(4) { width: 2px; height: 2px; left: 68%; animation-delay: 4.5s; }\n  .vn-particle:nth-child(5) { width: 3px; height: 3px; left: 88%; animation-delay: 6s; }\n\n  @keyframes riseParticle {\n    0% { bottom: -10px; opacity: 0; transform: scale(0.5) translateX(0); }\n    15% { opacity: 0.9; }\n    85% { opacity: 0.4; }\n    100% { bottom: 105%; opacity: 0; transform: scale(1.8) translateX(10px); }\n  }\n\n  .vn-eyebrow {\n    text-align: center;\n    font-size: 0.65em;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 16px;\n    animation: fadeSlideDown 1.2s ease forwards;\n    opacity: 0;\n  }\n\n  @keyframes fadeSlideDown {\n    from { opacity: 0; transform: translateY(-12px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .vn-title {\n    font-size: 2.8em;\n    font-weight: 300;\n    color: #fff;\n    text-align: center;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    line-height: 1.2;\n    animation: royalHeartbeat 2.2s ease-in-out infinite;\n    margin-bottom: 6px;\n  }\n\n  @keyframes royalHeartbeat {\n    0%, 100% { transform: scale(1); text-shadow: 0 0 0px rgba(201,168,76,0); }\n    14% { transform: scale(1.04); text-shadow: 0 0 20px rgba(201,168,76,0.3); }\n    28% { transform: scale(1); text-shadow: 0 0 0px rgba(201,168,76,0); }\n    42% { transform: scale(1.025); text-shadow: 0 0 12px rgba(201,168,76,0.2); }\n    56% { transform: scale(1); }\n  }\n\n  .vn-title-gold {\n    color: #c9a84c;\n    font-style: italic;\n    display: block;\n    font-size: 0.75em;\n    letter-spacing: 8px;\n    margin-top: 4px;\n  }\n\n  .vn-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin: 28px auto;\n  }\n\n  .vn-divider-line {\n    height: 1px;\n    background: linear-gradient(to right, transparent, #c9a84c);\n    width: 0;\n    animation: growLine 1.8s ease forwards 0.4s;\n  }\n  .vn-divider-line.right {\n    background: linear-gradient(to left, transparent, #c9a84c);\n  }\n\n  @keyframes growLine {\n    to { width: 120px; }\n  }\n\n  .vn-divider-gem {\n    color: #c9a84c;\n    font-size: 1em;\n    animation: royalHeartbeat 2.5s ease-in-out infinite;\n  }\n\n  .vn-quote {\n    text-align: center;\n    font-style: italic;\n    font-size: 1.15em;\n    font-weight: 300;\n    color: #d4c5a0;\n    letter-spacing: 1px;\n    line-height: 1.8;\n    max-width: 520px;\n    margin: 0 auto 36px;\n    animation: fadeInUp 1.2s ease forwards 0.6s;\n    opacity: 0;\n  }\n\n  @keyframes fadeInUp {\n    from { opacity: 0; transform: translateY(18px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .vn-body {\n    color: #c8c8c8;\n    font-size: 0.92em;\n    line-height: 2;\n    text-align: center;\n    max-width: 580px;\n    margin: 0 auto 40px;\n    letter-spacing: 0.3px;\n    animation: fadeInUp 1.2s ease forwards 0.9s;\n    opacity: 0;\n  }\n\n  \/* Wig details section *\/\n  .vn-wig-details {\n    background: rgba(201,168,76,0.04);\n    border: 1px solid rgba(201,168,76,0.25);\n    padding: 32px 30px;\n    max-width: 560px;\n    margin: 0 auto 40px;\n    animation: fadeInUp 1.2s ease forwards 1s;\n    opacity: 0;\n  }\n\n  .vn-wig-title {\n    font-size: 0.65em;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    text-align: center;\n    margin-bottom: 22px;\n    display: block;\n  }\n\n  .vn-wig-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px 24px;\n  }\n\n  .vn-wig-item {\n    display: flex;\n    flex-direction: column;\n    gap: 3px;\n  }\n\n  .vn-wig-key {\n    font-size: 0.58em;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c9a84c;\n  }\n\n  .vn-wig-val {\n    font-size: 0.82em;\n    color: #e8e8e8;\n    font-style: italic;\n  }\n\n  \/* Care tips *\/\n  .vn-care {\n    max-width: 560px;\n    margin: 0 auto 40px;\n    animation: fadeInUp 1.2s ease forwards 1.1s;\n    opacity: 0;\n  }\n\n  .vn-care-title {\n    font-size: 0.65em;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    text-align: center;\n    margin-bottom: 18px;\n    display: block;\n  }\n\n  .vn-care-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .vn-care-list li {\n    color: #c8c8c8;\n    font-size: 0.82em;\n    font-style: italic;\n    line-height: 1.8;\n    padding: 6px 0;\n    border-bottom: 1px solid rgba(201,168,76,0.1);\n    padding-left: 18px;\n    position: relative;\n  }\n\n  .vn-care-list li::before {\n    content: '\\2726';\n    color: #c9a84c;\n    font-size: 0.6em;\n    position: absolute;\n    left: 0;\n    top: 9px;\n  }\n\n  .vn-pillars {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1px;\n    justify-content: center;\n    margin: 36px 0;\n    border: 1px solid rgba(201,168,76,0.3);\n  }\n\n  .vn-pillar {\n    flex: 1 1 120px;\n    padding: 28px 16px;\n    text-align: center;\n    background: #0a0a0a;\n    border-right: 1px solid rgba(201,168,76,0.2);\n    animation: floatPillar 4s ease-in-out infinite;\n  }\n\n  .vn-pillar:last-child { border-right: none; }\n  .vn-pillar:nth-child(2) { animation-delay: 0.6s; }\n  .vn-pillar:nth-child(3) { animation-delay: 1.2s; }\n  .vn-pillar:nth-child(4) { animation-delay: 1.8s; }\n\n  @keyframes floatPillar {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-5px); }\n  }\n\n  .vn-pillar-icon {\n    font-size: 1.4em;\n    color: #c9a84c;\n    display: block;\n    margin-bottom: 10px;\n    animation: royalHeartbeat 2.8s ease-in-out infinite;\n  }\n\n  .vn-pillar-label {\n    font-size: 0.6em;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .vn-pillar-text {\n    font-size: 0.78em;\n    color: #e0e0e0;\n    line-height: 1.5;\n    font-style: italic;\n  }\n\n  .vn-seal {\n    text-align: center;\n    margin-top: 36px;\n    animation: fadeInUp 1.2s ease forwards 1.2s;\n    opacity: 0;\n  }\n\n  .vn-seal-ring {\n    display: inline-block;\n    border: 1px solid #c9a84c;\n    border-radius: 50%;\n    width: 90px;\n    height: 90px;\n    line-height: 90px;\n    font-size: 1.8em;\n    color: #c9a84c;\n    animation: royalHeartbeat 3s ease-in-out infinite, rotateSeal 20s linear infinite;\n    margin-bottom: 16px;\n  }\n\n  @keyframes rotateSeal {\n    from { transform: rotate(0deg); }\n    to { transform: rotate(360deg); }\n  }\n\n  .vn-seal-text {\n    font-size: 0.65em;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    display: block;\n  }\n\n  .vn-seal-sub {\n    font-size: 0.7em;\n    color: #888;\n    letter-spacing: 2px;\n    font-style: italic;\n    margin-top: 4px;\n    display: block;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vn-wrapper\"\u003e\n  \u003cdiv class=\"vn-corner tl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-corner tr\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-corner bl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-corner br\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"vn-glow\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-particle\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"vn-particle\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"vn-eyebrow\"\u003eCrowned Elegance  ✦  Maison de Luxe\u003c\/div\u003e\n\n  \u003cdiv class=\"vn-title\"\u003e\n    Velour Noir\n    \u003cspan class=\"vn-title-gold\"\u003eThe Crown Jewel Edition\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vn-divider\"\u003e\n    \u003cdiv class=\"vn-divider-line\"\u003e\u003c\/div\u003e\n    \u003cspan class=\"vn-divider-gem\"\u003e◈\u003c\/span\u003e\n    \u003cdiv class=\"vn-divider-line right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vn-quote\"\u003e\n    “ She does not follow trends — she sets them. ”\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vn-body\"\u003e\n    Born from the pursuit of perfection, Velour Noir is more than a wig —\n    it is a declaration. This premium synthetic wig is meticulously curated for the woman\n    who moves through the world with intention, grace, and an unwavering sense of self.\n    Wear it as your armour. Wear it as your crown.\n  \u003c\/div\u003e\n\n  \u003c!-- Wig Specifications --\u003e\n  \u003cdiv class=\"vn-wig-details\"\u003e\n    \u003cspan class=\"vn-wig-title\"\u003e✦   Product Specifications   ✦\u003c\/span\u003e\n    \u003cdiv class=\"vn-wig-grid\"\u003e\n      \u003cdiv class=\"vn-wig-item\"\u003e\n        \u003cspan class=\"vn-wig-key\"\u003eType\u003c\/span\u003e\n        \u003cspan class=\"vn-wig-val\"\u003eSynthetic Wig\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-wig-item\"\u003e\n        \u003cspan class=\"vn-wig-key\"\u003eFibre\u003c\/span\u003e\n        \u003cspan class=\"vn-wig-val\"\u003ePremium Heat-Resistant Fibre\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-wig-item\"\u003e\n        \u003cspan class=\"vn-wig-key\"\u003eCap Construction\u003c\/span\u003e\n        \u003cspan class=\"vn-wig-val\"\u003eAdjustable Wig Cap\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-wig-item\"\u003e\n        \u003cspan class=\"vn-wig-key\"\u003eDensity\u003c\/span\u003e\n        \u003cspan class=\"vn-wig-val\"\u003e150% Full \u0026amp; Voluminous\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-wig-item\"\u003e\n        \u003cspan class=\"vn-wig-key\"\u003eFinish\u003c\/span\u003e\n        \u003cspan class=\"vn-wig-val\"\u003eNatural Lustrous Sheen\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vn-wig-item\"\u003e\n        \u003cspan class=\"vn-wig-key\"\u003eOccasion\u003c\/span\u003e\n        \u003cspan class=\"vn-wig-val\"\u003eEveryday Luxury \u0026amp; Events\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Care Instructions --\u003e\n  \u003cdiv class=\"vn-care\"\u003e\n    \u003cspan class=\"vn-care-title\"\u003e✦   Care Instructions   ✦\u003c\/span\u003e\n    \u003cul class=\"vn-care-list\"\u003e\n      \u003cli\u003eGently detangle with a wide-tooth comb, starting from the ends\u003c\/li\u003e\n      \u003cli\u003eHand wash in cool water with mild synthetic wig shampoo only\u003c\/li\u003e\n      \u003cli\u003eDo not use heat tools unless fibre is heat-resistant rated\u003c\/li\u003e\n      \u003cli\u003eAir dry on a wig stand — never wring or tumble dry\u003c\/li\u003e\n      \u003cli\u003eStore on a wig stand or in a silk bag away from direct sunlight\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vn-pillars\"\u003e\n    \u003cdiv class=\"vn-pillar\"\u003e\n      \u003cspan class=\"vn-pillar-icon\"\u003e✦\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-label\"\u003ePrestige\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-text\"\u003eCouture-Grade Finish\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-pillar\"\u003e\n      \u003cspan class=\"vn-pillar-icon\"\u003e♛\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-label\"\u003eReign\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-text\"\u003eEditorial Luxury\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-pillar\"\u003e\n      \u003cspan class=\"vn-pillar-icon\"\u003e◈\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-label\"\u003eCraft\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-text\"\u003ePrecision Artistry\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vn-pillar\"\u003e\n      \u003cspan class=\"vn-pillar-icon\"\u003e✿\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-label\"\u003eAura\u003c\/span\u003e\n      \u003cspan class=\"vn-pillar-text\"\u003eEffortless Allure\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vn-divider\"\u003e\n    \u003cdiv class=\"vn-divider-line\"\u003e\u003c\/div\u003e\n    \u003cspan class=\"vn-divider-gem\"\u003e✦\u003c\/span\u003e\n    \u003cdiv class=\"vn-divider-line right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vn-seal\"\u003e\n    \u003cdiv class=\"vn-seal-ring\"\u003e♛\u003c\/div\u003e\n    \u003cspan class=\"vn-seal-text\"\u003eCrowned Elegance\u003c\/span\u003e\n    \u003cspan class=\"vn-seal-sub\"\u003eWear Your Crown — Always\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52614935871764,"sku":null,"price":699.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_bef50a48-0339-4fd1-898c-c7580a9cfd2f.png?v=1780737201","url":"https:\/\/crownedelegance.co.za\/products\/velour-noir-crown-jewel-edition","provider":"Crowned Elegance","version":"1.0","type":"link"}