{"product_id":"short-and-sweet","title":"Velour Noir — The Crowned Muse Wig","description":"\u003cstyle\u003e\n  .ce-product-wrapper {\n    font-family: 'Georgia', serif;\n    background: #0a0a0a;\n    color: #f5f0e8;\n    padding: 40px 30px;\n    border: 1px solid #c9a84c;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ce-product-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.06) 0%, transparent 70%);\n    animation: shimmer 6s ease-in-out infinite;\n  }\n\n  @keyframes shimmer {\n    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.5; }\n    50% { transform: scale(1.1) rotate(5deg); opacity: 1; }\n  }\n\n  .ce-gold-line {\n    width: 60px;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, #c9a84c, transparent);\n    margin: 0 auto 24px auto;\n    animation: expandLine 3s ease-in-out infinite;\n  }\n\n  @keyframes expandLine {\n    0%, 100% { width: 60px; opacity: 0.6; }\n    50% { width: 120px; opacity: 1; }\n  }\n\n  .ce-crown-icon {\n    text-align: center;\n    font-size: 28px;\n    animation: pulse 2s ease-in-out infinite;\n    margin-bottom: 10px;\n  }\n\n  @keyframes pulse {\n    0%, 100% { transform: scale(1); opacity: 0.8; }\n    50% { transform: scale(1.15); opacity: 1; }\n  }\n\n  .ce-title {\n    text-align: center;\n    font-size: 22px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    margin-bottom: 6px;\n    animation: fadeSlideDown 1s ease forwards;\n  }\n\n  .ce-subtitle {\n    text-align: center;\n    font-size: 12px;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: #888;\n    margin-bottom: 28px;\n  }\n\n  @keyframes fadeSlideDown {\n    from { opacity: 0; transform: translateY(-10px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .ce-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 20px 0;\n  }\n\n  .ce-divider span {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c44);\n  }\n\n  .ce-divider em {\n    color: #c9a84c;\n    font-style: normal;\n    font-size: 14px;\n  }\n\n  .ce-description {\n    font-size: 14px;\n    line-height: 2;\n    color: #d4cfc8;\n    text-align: center;\n    max-width: 520px;\n    margin: 0 auto 28px auto;\n    letter-spacing: 0.5px;\n  }\n\n  .ce-features {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin: 24px 0;\n  }\n\n  .ce-feature-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 12px 16px;\n    border: 1px solid #c9a84c22;\n    background: rgba(201,168,76,0.04);\n    transition: all 0.3s ease;\n    animation: slideInLeft 0.6s ease forwards;\n    opacity: 0;\n  }\n\n  .ce-feature-item:nth-child(1) { animation-delay: 0.1s; }\n  .ce-feature-item:nth-child(2) { animation-delay: 0.25s; }\n  .ce-feature-item:nth-child(3) { animation-delay: 0.4s; }\n  .ce-feature-item:nth-child(4) { animation-delay: 0.55s; }\n\n  @keyframes slideInLeft {\n    from { opacity: 0; transform: translateX(-20px); }\n    to { opacity: 1; transform: translateX(0); }\n  }\n\n  .ce-feature-item:hover {\n    border-color: #c9a84c88;\n    background: rgba(201,168,76,0.08);\n  }\n\n  .ce-feature-icon {\n    color: #c9a84c;\n    font-size: 16px;\n    min-width: 20px;\n    text-align: center;\n    animation: pulse 2.5s ease-in-out infinite;\n  }\n\n  .ce-feature-text {\n    font-size: 13px;\n    color: #e0dbd2;\n    letter-spacing: 0.5px;\n  }\n\n  .ce-badge {\n    text-align: center;\n    margin-top: 28px;\n    padding: 14px 20px;\n    border-top: 1px solid #c9a84c33;\n  }\n\n  .ce-badge p {\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    animation: glow 3s ease-in-out infinite;\n  }\n\n  @keyframes glow {\n    0%, 100% { text-shadow: 0 0 4px rgba(201,168,76,0.3); }\n    50% { text-shadow: 0 0 12px rgba(201,168,76,0.8), 0 0 20px rgba(201,168,76,0.4); }\n  }\n\n  .ce-floating-dots {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    pointer-events: none;\n    overflow: hidden;\n  }\n\n  .ce-dot {\n    position: absolute;\n    width: 3px;\n    height: 3px;\n    background: #c9a84c;\n    border-radius: 50%;\n    opacity: 0;\n    animation: floatDot 8s ease-in-out infinite;\n  }\n\n  .ce-dot:nth-child(1) { left: 10%; animation-delay: 0s; }\n  .ce-dot:nth-child(2) { left: 30%; animation-delay: 2s; }\n  .ce-dot:nth-child(3) { left: 60%; animation-delay: 4s; }\n  .ce-dot:nth-child(4) { left: 80%; animation-delay: 6s; }\n\n  @keyframes floatDot {\n    0% { bottom: -10px; opacity: 0; }\n    20% { opacity: 0.6; }\n    80% { opacity: 0.3; }\n    100% { bottom: 110%; opacity: 0; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ce-product-wrapper\"\u003e\n  \u003cdiv class=\"ce-floating-dots\"\u003e\n    \u003cdiv class=\"ce-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ce-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ce-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ce-dot\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-crown-icon\"\u003e♛\u003c\/div\u003e\n  \u003cdiv class=\"ce-gold-line\"\u003e\u003c\/div\u003e\n\n  \u003ch2 class=\"ce-title\"\u003eLa Douceur\u003c\/h2\u003e\n  \u003cp class=\"ce-subtitle\"\u003eCrowned Elegance Collection\u003c\/p\u003e\n\n  \u003cp class=\"ce-description\"\u003e\n    Effortlessly refined. Delicately crafted for the woman who commands attention without saying a word.\n    La Douceur is the embodiment of understated luxury — where every strand whispers elegance.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ce-divider\"\u003e\n    \u003cspan\u003e\u003c\/span\u003e\n    \u003cem\u003e✦\u003c\/em\u003e\n    \u003cspan\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-features\"\u003e\n    \u003cdiv class=\"ce-feature-item\"\u003e\n      \u003cspan class=\"ce-feature-icon\"\u003e◈\u003c\/span\u003e\n      \u003cspan class=\"ce-feature-text\"\u003ePremium quality craftsmanship — designed to last\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ce-feature-item\"\u003e\n      \u003cspan class=\"ce-feature-icon\"\u003e◈\u003c\/span\u003e\n      \u003cspan class=\"ce-feature-text\"\u003eLightweight \u0026amp; comfortable for all-day wear\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ce-feature-item\"\u003e\n      \u003cspan class=\"ce-feature-icon\"\u003e◈\u003c\/span\u003e\n      \u003cspan class=\"ce-feature-text\"\u003eVersatile styling — from everyday glam to special occasions\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ce-feature-item\"\u003e\n      \u003cspan class=\"ce-feature-icon\"\u003e◈\u003c\/span\u003e\n      \u003cspan class=\"ce-feature-text\"\u003eExclusively curated by Crowned Elegance\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-badge\"\u003e\n    \u003cp\u003e✦   Luxury Redefined   ✦\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52641066549524,"sku":null,"price":349.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_5d82b4b3-9821-44e1-a376-207d76e06fac.png?v=1780904015","url":"https:\/\/crownedelegance.co.za\/products\/short-and-sweet","provider":"Crowned Elegance","version":"1.0","type":"link"}