{"product_id":"luxe-noir-layered-wig","title":"Luxe Noir Layered Wig","description":"\u003cstyle\u003e\n  .crown-wig-wrapper {\n    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);\n    color: #f5e6c8;\n    font-family: 'Georgia', serif;\n    padding: 40px 30px;\n    border: 1px solid #c9a84c;\n    position: relative;\n    overflow: hidden;\n  }\n  .crown-wig-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.08) 0%, transparent 60%);\n    animation: shimmer-bg 6s ease-in-out infinite alternate;\n    pointer-events: none;\n  }\n  @keyframes shimmer-bg {\n    0% { transform: translate(0, 0) rotate(0deg); opacity: 0.5; }\n    100% { transform: translate(10%, 10%) rotate(15deg); opacity: 1; }\n  }\n  .crown-divider {\n    width: 100%;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c, #f5e6c8, #c9a84c, transparent);\n    margin: 20px 0;\n    animation: glow-line 3s ease-in-out infinite alternate;\n  }\n  @keyframes glow-line {\n    0% { opacity: 0.5; box-shadow: 0 0 4px #c9a84c; }\n    100% { opacity: 1; box-shadow: 0 0 12px #c9a84c, 0 0 24px rgba(201,168,76,0.4); }\n  }\n  .crown-badge {\n    display: inline-block;\n    background: linear-gradient(135deg, #c9a84c, #f5e6c8, #c9a84c);\n    color: #0a0a0a;\n    font-size: 11px;\n    font-weight: bold;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    margin-bottom: 20px;\n    animation: badge-pulse 2.5s ease-in-out infinite;\n  }\n  @keyframes badge-pulse {\n    0%, 100% { box-shadow: 0 0 8px rgba(201,168,76,0.6); }\n    50% { box-shadow: 0 0 20px rgba(201,168,76,1), 0 0 40px rgba(201,168,76,0.4); }\n  }\n  .crown-title {\n    font-size: 28px;\n    font-weight: bold;\n    letter-spacing: 2px;\n    background: linear-gradient(135deg, #c9a84c 0%, #f5e6c8 40%, #c9a84c 70%, #f5e6c8 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    background-size: 200% auto;\n    animation: gold-shine 4s linear infinite;\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n  @keyframes gold-shine {\n    0% { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n  .crown-subtitle {\n    font-size: 14px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 24px;\n    opacity: 0.85;\n  }\n  .crown-intro {\n    font-size: 16px;\n    line-height: 1.9;\n    color: #e8d5b0;\n    margin-bottom: 24px;\n    font-style: italic;\n  }\n  .crown-features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 24px 0;\n  }\n  .crown-features li {\n    padding: 10px 0;\n    border-bottom: 1px solid rgba(201,168,76,0.15);\n    font-size: 15px;\n    color: #f0deb8;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    animation: fade-in-up 0.6s ease both;\n  }\n  .crown-features li:nth-child(1) { animation-delay: 0.1s; }\n  .crown-features li:nth-child(2) { animation-delay: 0.2s; }\n  .crown-features li:nth-child(3) { animation-delay: 0.3s; }\n  .crown-features li:nth-child(4) { animation-delay: 0.4s; }\n  .crown-features li:nth-child(5) { animation-delay: 0.5s; }\n  @keyframes fade-in-up {\n    from { opacity: 0; transform: translateY(12px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  .crown-icon {\n    color: #c9a84c;\n    font-size: 18px;\n    flex-shrink: 0;\n    animation: icon-glow 2s ease-in-out infinite alternate;\n  }\n  @keyframes icon-glow {\n    0% { text-shadow: 0 0 4px rgba(201,168,76,0.4); }\n    100% { text-shadow: 0 0 12px rgba(201,168,76,1); }\n  }\n  .crown-highlight-box {\n    background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.03));\n    border-left: 3px solid #c9a84c;\n    padding: 18px 22px;\n    margin: 24px 0;\n    font-size: 15px;\n    line-height: 1.8;\n    color: #e8d5b0;\n    font-style: italic;\n    animation: border-glow 3s ease-in-out infinite alternate;\n  }\n  @keyframes border-glow {\n    0% { border-color: #c9a84c; box-shadow: -2px 0 8px rgba(201,168,76,0.2); }\n    100% { border-color: #f5e6c8; box-shadow: -2px 0 20px rgba(201,168,76,0.6); }\n  }\n  .crown-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin: 20px 0;\n  }\n  .crown-spec-item {\n    background: rgba(201,168,76,0.05);\n    border: 1px solid rgba(201,168,76,0.2);\n    padding: 12px 16px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n  .crown-spec-item:hover {\n    background: rgba(201,168,76,0.12);\n    border-color: #c9a84c;\n    box-shadow: 0 0 16px rgba(201,168,76,0.3);\n  }\n  .crown-spec-label {\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    display: block;\n    margin-bottom: 4px;\n  }\n  .crown-spec-value {\n    font-size: 14px;\n    color: #f5e6c8;\n    font-weight: bold;\n  }\n  .crown-closing {\n    text-align: center;\n    margin-top: 28px;\n    font-size: 13px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    animation: fade-pulse 3s ease-in-out infinite;\n  }\n  @keyframes fade-pulse {\n    0%, 100% { opacity: 0.6; }\n    50% { opacity: 1; }\n  }\n  .crown-crown-icon {\n    font-size: 22px;\n    display: block;\n    margin-bottom: 6px;\n    animation: crown-float 3s ease-in-out infinite;\n  }\n  @keyframes crown-float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-6px); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"crown-wig-wrapper\"\u003e\n\u003cdiv class=\"crown-badge\"\u003e✦ The Crown Collection ✦\u003c\/div\u003e\n\u003ch1 class=\"crown-title\"\u003eLuxe Noir Layered Wig\u003c\/h1\u003e\n\u003cp class=\"crown-subtitle\"\u003eLong Straight Silk | Signature Fringe\u003c\/p\u003e\n\u003cdiv class=\"crown-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"crown-intro\"\u003eSome women walk into a room. Others make an entrance. With the Luxe Noir Layered Wig, you will always be the latter. Draped in deep, midnight black with a silky-smooth finish and a perfectly sculpted fringe, this wig was designed for the woman who refuses to be ordinary.\u003c\/p\u003e\n\u003cul class=\"crown-features\"\u003e\n\u003cli\u003e\n\u003cspan class=\"crown-icon\"\u003e♛\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eSilky Straight Layers\u003c\/strong\u003e — Cascading layers that move naturally with every step, creating effortless volume and dimension.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"crown-icon\"\u003e♛\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eChic Side-Swept Fringe\u003c\/strong\u003e — A softly styled fringe that frames the face beautifully, flattering every face shape.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"crown-icon\"\u003e♛\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eDeep Noir Color\u003c\/strong\u003e — A rich, lustrous black that catches the light and commands attention in any setting.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"crown-icon\"\u003e♛\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eLightweight \u0026amp; Breathable Cap\u003c\/strong\u003e — Designed for all-day comfort so you can wear your crown from morning to midnight.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"crown-icon\"\u003e♛\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eHeat-Friendly Fibres\u003c\/strong\u003e — Style with high heat to curl, wave, or straighten — your look, your rules.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"crown-highlight-box\"\u003e✦   Whether you're stepping into the boardroom, onto the dance floor, or into a candlelit dinner — the Luxe Noir Wig ensures you arrive as the most captivating woman in the room.\u003c\/div\u003e\n\u003cdiv class=\"crown-specs\"\u003e\n\u003cdiv class=\"crown-spec-item\"\u003e\n\u003cspan class=\"crown-spec-label\"\u003eLength\u003c\/span\u003e \u003cspan class=\"crown-spec-value\"\u003eLong (26\")\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"crown-spec-item\"\u003e\n\u003cspan class=\"crown-spec-label\"\u003eStyle\u003c\/span\u003e \u003cspan class=\"crown-spec-value\"\u003eStraight + Layered\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"crown-spec-item\"\u003e\n\u003cspan class=\"crown-spec-label\"\u003eColour\u003c\/span\u003e \u003cspan class=\"crown-spec-value\"\u003eJet Black\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"crown-spec-item\"\u003e\n\u003cspan class=\"crown-spec-label\"\u003eCap Type\u003c\/span\u003e \u003cspan class=\"crown-spec-value\"\u003eAdjustable Headband\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"crown-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"crown-closing\"\u003e\n\u003cspan class=\"crown-crown-icon\"\u003e♛\u003c\/span\u003e Wear Your Crown. Own Your Story.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"The Crown Collection","offers":[{"title":"Default Title","offer_id":52557994492180,"sku":null,"price":699.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/ChatGPT_Image_Jun_2_2026_02_59_29_PM.png?v=1780405268","url":"https:\/\/crownedelegance.co.za\/products\/luxe-noir-layered-wig","provider":"Crowned Elegance","version":"1.0","type":"link"}