{"product_id":"black-beauty","title":"Luminous Darkness","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-wrap {\n    background: #000;\n    padding: 48px 40px;\n    border: 1px solid rgba(201,168,76,0.4);\n    position: relative;\n    overflow: hidden;\n    font-family: 'Cormorant Garamond', Georgia, serif;\n  }\n  .ce-wrap::before {\n    content: '';\n    position: absolute;\n    top: -60px; left: -60px;\n    width: 220px; height: 220px;\n    background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);\n    pointer-events: none;\n    animation: ce-pulse-glow 4s ease-in-out infinite;\n  }\n  .ce-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; right: -60px;\n    width: 200px; height: 200px;\n    background: radial-gradient(circle, rgba(201,168,76,0.09) 0%, transparent 70%);\n    pointer-events: none;\n    animation: ce-pulse-glow 4s ease-in-out infinite reverse;\n  }\n  @keyframes ce-pulse-glow {\n    0%, 100% { opacity: 0.6; transform: scale(1); }\n    50%       { opacity: 1;   transform: scale(1.12); }\n  }\n  .ce-corner {\n    position: absolute;\n    width: 22px;\n    height: 22px;\n    border-color: #c9a84c;\n    border-style: solid;\n    transition: width 0.4s, height 0.4s;\n  }\n  .ce-wrap:hover .ce-corner { width: 30px; height: 30px; }\n  .ce-corner.tl { top: 12px; left: 12px; border-width: 1px 0 0 1px; }\n  .ce-corner.tr { top: 12px; right: 12px; border-width: 1px 1px 0 0; }\n  .ce-corner.bl { bottom: 12px; left: 12px; border-width: 0 0 1px 1px; }\n  .ce-corner.br { bottom: 12px; right: 12px; border-width: 0 1px 1px 0; }\n  .ce-provenance {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #000;\n    background: linear-gradient(90deg, #a07830, #c9a84c, #f0d080, #c9a84c, #a07830);\n    background-size: 300% auto;\n    display: inline-block;\n    padding: 5px 20px;\n    margin-bottom: 28px;\n    animation: ce-shimmer 4s linear infinite;\n  }\n  @keyframes ce-shimmer {\n    0%   { background-position: 0% center; }\n    100% { background-position: 300% center; }\n  }\n  .ce-title {\n    font-size: 36px;\n    font-weight: 300;\n    font-style: italic;\n    letter-spacing: 3px;\n    color: #fff;\n    margin: 0 0 4px 0;\n    line-height: 1.2;\n    animation: ce-rise 1s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .ce-title span {\n    background: linear-gradient(90deg, #c9a84c, #f0d080, #c9a84c);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: ce-shimmer 3s linear infinite;\n  }\n  .ce-subtitle {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 10px;\n    font-weight: 300;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: rgba(201,168,76,0.65);\n    margin: 0 0 28px 0;\n    animation: ce-rise 1.2s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  @keyframes ce-rise {\n    from { opacity: 0; transform: translateY(14px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .ce-divider {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 24px 0;\n  }\n  .ce-divider-line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(to right, transparent, rgba(201,168,76,0.6), transparent);\n  }\n  .ce-heart {\n    color: #c9a84c;\n    font-size: 13px;\n    display: inline-block;\n    animation: ce-heartbeat 1.6s ease-in-out infinite;\n  }\n  @keyframes ce-heartbeat {\n    0%   { transform: scale(1);    opacity: 1; }\n    10%  { transform: scale(1.3);  opacity: 1; }\n    20%  { transform: scale(1);    opacity: 0.8; }\n    30%  { transform: scale(1.2);  opacity: 1; }\n    40%  { transform: scale(1);    opacity: 1; }\n    100% { transform: scale(1);    opacity: 1; }\n  }\n  .ce-body {\n    font-size: 17px;\n    font-weight: 300;\n    line-height: 2;\n    color: rgba(232,217,176,0.85);\n    margin-bottom: 28px;\n    animation: ce-rise 1.4s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .ce-body em { font-style: italic; color: #c9a84c; }\n  .ce-features {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 28px 0;\n  }\n  .ce-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 10px 0;\n    border-bottom: 1px solid rgba(201,168,76,0.1);\n    font-size: 14px;\n    font-weight: 300;\n    color: rgba(232,217,176,0.8);\n    animation: ce-rise 1.6s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .ce-features li:last-child { border-bottom: none; }\n  .ce-features li .ce-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: #c9a84c;\n    flex-shrink: 0;\n    margin-top: 8px;\n    animation: ce-dot-pulse 2.5s ease-in-out infinite;\n  }\n  @keyframes ce-dot-pulse {\n    0%, 100% { box-shadow: 0 0 0 0 rgba(201,168,76,0.5); }\n    50%       { box-shadow: 0 0 0 5px rgba(201,168,76,0); }\n  }\n  .ce-signature {\n    text-align: center;\n    margin-top: 8px;\n    animation: ce-rise 2s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .ce-signature p {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 9px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: rgba(201,168,76,0.35);\n    margin: 0;\n  }\n  .ce-signature .ce-crown {\n    font-size: 18px;\n    display: block;\n    margin-bottom: 6px;\n    animation: ce-float 3s ease-in-out infinite;\n  }\n  @keyframes ce-float {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-4px); }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ce-wrap\"\u003e\n  \u003cspan class=\"ce-corner tl\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"ce-corner tr\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"ce-corner bl\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"ce-corner br\"\u003e\u003c\/span\u003e\n\n  \u003cdiv class=\"ce-provenance\"\u003eCrowned Elegance  —  Maison de Luxe\u003c\/div\u003e\n\n  \u003ch2 class=\"ce-title\"\u003e\u003cspan\u003eLuminous Darkness\u003c\/span\u003e\u003c\/h2\u003e\n  \u003cp class=\"ce-subtitle\"\u003eThe Art of Luminous Darkness\u003c\/p\u003e\n\n  \u003cdiv class=\"ce-divider\"\u003e\n    \u003cspan class=\"ce-divider-line\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"ce-heart\"\u003e♥\u003c\/span\u003e\n    \u003cspan class=\"ce-divider-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"ce-body\"\u003e\n    Some things are not merely worn — they are \u003cem\u003efelt\u003c\/em\u003e. \u003cstrong\u003eLuminous Darkness\u003c\/strong\u003e is the embodiment of that rare duality: the depth of midnight and the warmth of gold, united in a single, breathtaking creation. Conceived for the woman who does not follow beauty trends — she sets them.\n  \u003c\/p\u003e\n\n  \u003cul class=\"ce-features\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"ce-dot\"\u003e\u003c\/span\u003eExquisitely crafted with uncompromising attention to detail\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"ce-dot\"\u003e\u003c\/span\u003eA seamless fusion of boldness and refined sophistication\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"ce-dot\"\u003e\u003c\/span\u003eEnduring wear designed to honour your every movement\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"ce-dot\"\u003e\u003c\/span\u003eA signature piece, exclusively by Crowned Elegance\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"ce-divider\"\u003e\n    \u003cspan class=\"ce-divider-line\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"ce-heart\"\u003e♥\u003c\/span\u003e\n    \u003cspan class=\"ce-divider-line\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ce-signature\"\u003e\n    \u003cspan class=\"ce-crown\"\u003e👑\u003c\/span\u003e\n    \u003cp\u003eCrowned Elegance  ·  Wear Your Crown\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52641492336916,"sku":null,"price":499.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_649cf8bd-4ed0-4433-99eb-6ef414d35a0a.png?v=1780926426","url":"https:\/\/crownedelegance.co.za\/products\/black-beauty","provider":"Crowned Elegance","version":"1.0","type":"link"}