{"product_id":"liquid-gold","title":"Liquid Gold","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@200;300;400;500\u0026display=swap');\n\n  .lg-wrap {\n    background: #050505;\n    padding: 56px 48px;\n    border: 1px solid rgba(201,168,76,0.3);\n    position: relative;\n    overflow: hidden;\n    font-family: 'Cormorant Garamond', Georgia, serif;\n  }\n\n  \/* Deep rose vignette top-right *\/\n  .lg-glow-1 {\n    position: absolute;\n    top: -100px; right: -100px;\n    width: 350px; height: 350px;\n    background: radial-gradient(circle, rgba(200,80,120,0.1) 0%, transparent 65%);\n    pointer-events: none;\n    animation: lg-breathe 6s ease-in-out infinite;\n  }\n  \/* Gold vignette bottom-left *\/\n  .lg-glow-2 {\n    position: absolute;\n    bottom: -100px; left: -100px;\n    width: 320px; height: 320px;\n    background: radial-gradient(circle, rgba(201,168,76,0.09) 0%, transparent 65%);\n    pointer-events: none;\n    animation: lg-breathe 6s ease-in-out infinite reverse;\n  }\n  \/* Subtle centre bloom *\/\n  .lg-glow-3 {\n    position: absolute;\n    top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 400px; height: 200px;\n    background: radial-gradient(ellipse, rgba(180,60,100,0.04) 0%, transparent 70%);\n    pointer-events: none;\n    animation: lg-breathe 8s ease-in-out infinite 2s;\n  }\n  @keyframes lg-breathe {\n    0%, 100% { opacity: 0.5; transform: scale(1); }\n    50%       { opacity: 1;   transform: scale(1.18); }\n  }\n\n  \/* Thin gold top border accent *\/\n  .lg-wrap .lg-top-accent {\n    position: absolute;\n    top: 0; left: 15%; right: 15%;\n    height: 1px;\n    background: linear-gradient(to right, transparent, #c9a84c, #f0d080, #d4648c, #f0d080, #c9a84c, transparent);\n    background-size: 200% auto;\n    animation: lg-shimmer 5s linear infinite;\n  }\n  .lg-wrap .lg-bottom-accent {\n    position: absolute;\n    bottom: 0; left: 15%; right: 15%;\n    height: 1px;\n    background: linear-gradient(to right, transparent, #d4648c, #c9a84c, #f0d080, #c9a84c, #d4648c, transparent);\n    background-size: 200% auto;\n    animation: lg-shimmer 5s linear infinite reverse;\n  }\n\n  \/* Corner ornaments *\/\n  .lg-corner {\n    position: absolute;\n    width: 26px; height: 26px;\n    border-style: solid;\n    transition: all 0.5s ease;\n  }\n  .lg-wrap:hover .lg-corner { width: 36px; height: 36px; opacity: 1; }\n  .lg-corner.tl { top: 14px; left: 14px;   border-color: #d4648c; border-width: 1px 0 0 1px; opacity: 0.8; }\n  .lg-corner.tr { top: 14px; right: 14px;  border-color: #c9a84c; border-width: 1px 1px 0 0; opacity: 0.8; }\n  .lg-corner.bl { bottom: 14px; left: 14px;  border-color: #c9a84c; border-width: 0 0 1px 1px; opacity: 0.8; }\n  .lg-corner.br { bottom: 14px; right: 14px; border-color: #d4648c; border-width: 0 1px 1px 0; opacity: 0.8; }\n\n  \/* Floating particles *\/\n  .lg-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }\n  .lg-p {\n    position: absolute;\n    border-radius: 50%;\n    opacity: 0;\n    animation: lg-float-up linear infinite;\n  }\n  .lg-p:nth-child(1)  { width:2px; height:2px; background:#c9a84c; left:8%;   animation-duration:8s;  animation-delay:0s; }\n  .lg-p:nth-child(2)  { width:3px; height:3px; background:#d4648c; left:20%;  animation-duration:11s; animation-delay:1.5s; }\n  .lg-p:nth-child(3)  { width:2px; height:2px; background:#f0d080; left:35%;  animation-duration:7s;  animation-delay:3s; }\n  .lg-p:nth-child(4)  { width:2px; height:2px; background:#e8a0b8; left:52%;  animation-duration:9s;  animation-delay:0.8s; }\n  .lg-p:nth-child(5)  { width:3px; height:3px; background:#c9a84c; left:68%;  animation-duration:8s;  animation-delay:2s; }\n  .lg-p:nth-child(6)  { width:2px; height:2px; background:#d4648c; left:82%;  animation-duration:12s; animation-delay:4s; }\n  .lg-p:nth-child(7)  { width:2px; height:2px; background:#f0d080; left:92%;  animation-duration:7s;  animation-delay:1s; }\n  @keyframes lg-float-up {\n    0%   { bottom:-8px; opacity:0; transform:translateX(0) scale(1); }\n    15%  { opacity:0.8; }\n    85%  { opacity:0.3; }\n    100% { bottom:105%; opacity:0; transform:translateX(15px) scale(0.4); }\n  }\n\n  \/* Provenance badge *\/\n  .lg-badge {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 8px;\n    font-weight: 400;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #fff;\n    background: linear-gradient(90deg, #7a5820, #c9a84c, #f0d080, #e8a0b8, #d4648c, #e8a0b8, #f0d080, #c9a84c, #7a5820);\n    background-size: 400% auto;\n    display: inline-block;\n    padding: 6px 24px;\n    margin-bottom: 32px;\n    animation: lg-shimmer 5s linear infinite;\n  }\n  @keyframes lg-shimmer {\n    0%   { background-position: 0% center; }\n    100% { background-position: 400% center; }\n  }\n\n  \/* Eyebrow *\/\n  .lg-eyebrow {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 8px;\n    font-weight: 200;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: rgba(212,100,140,0.5);\n    margin: 0 0 10px 0;\n    animation: lg-rise 0.8s cubic-bezier(0.22,1,0.36,1) both;\n  }\n\n  \/* Title *\/\n  .lg-title {\n    font-size: 44px;\n    font-weight: 300;\n    font-style: italic;\n    letter-spacing: 2px;\n    margin: 0 0 6px 0;\n    line-height: 1.15;\n    animation: lg-rise 1s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .lg-title span {\n    background: linear-gradient(100deg, #c9a84c 0%, #f0d080 25%, #e8a0b8 50%, #d4648c 65%, #e8a0b8 80%, #f0d080 90%, #c9a84c 100%);\n    background-size: 300% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: lg-shimmer 5s linear infinite;\n  }\n\n  \/* Subtitle *\/\n  .lg-subtitle {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 9px;\n    font-weight: 200;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    color: rgba(201,168,76,0.55);\n    margin: 0 0 32px 0;\n    animation: lg-rise 1.2s cubic-bezier(0.22,1,0.36,1) both;\n  }\n\n  @keyframes lg-rise {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Divider *\/\n  .lg-divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 28px 0;\n  }\n  .lg-line {\n    flex: 1;\n    height: 1px;\n  }\n  .lg-line.gold { background: linear-gradient(to right, transparent, rgba(201,168,76,0.55), transparent); }\n  .lg-line.pink { background: linear-gradient(to right, transparent, rgba(212,100,140,0.55), transparent); }\n  .lg-heart {\n    color: #d4648c;\n    font-size: 15px;\n    display: inline-block;\n    filter: drop-shadow(0 0 6px rgba(212,100,140,0.6));\n    animation: lg-heartbeat 1.8s ease-in-out infinite;\n  }\n  @keyframes lg-heartbeat {\n    0%   { transform: scale(1);    filter: drop-shadow(0 0 4px rgba(212,100,140,0.4)); }\n    10%  { transform: scale(1.4);  filter: drop-shadow(0 0 10px rgba(212,100,140,0.8)); }\n    20%  { transform: scale(1);    filter: drop-shadow(0 0 4px rgba(212,100,140,0.4)); }\n    32%  { transform: scale(1.25); filter: drop-shadow(0 0 8px rgba(212,100,140,0.6)); }\n    44%  { transform: scale(1);    filter: drop-shadow(0 0 4px rgba(212,100,140,0.4)); }\n    100% { transform: scale(1);    filter: drop-shadow(0 0 4px rgba(212,100,140,0.4)); }\n  }\n\n  \/* Pull quote *\/\n  .lg-quote {\n    border-left: 2px solid rgba(201,168,76,0.4);\n    padding: 4px 0 4px 20px;\n    margin: 0 0 28px 0;\n    font-size: 20px;\n    font-style: italic;\n    font-weight: 300;\n    color: rgba(240,208,220,0.7);\n    line-height: 1.7;\n    animation: lg-rise 1.3s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .lg-quote em { color: #d4648c; font-style: normal; }\n\n  \/* Body *\/\n  .lg-body {\n    font-size: 16px;\n    font-weight: 300;\n    line-height: 2.1;\n    color: rgba(240,220,228,0.78);\n    margin-bottom: 32px;\n    animation: lg-rise 1.5s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .lg-body em     { font-style: italic; color: #d4648c; }\n  .lg-body strong { color: #f0d080; font-weight: 400; }\n\n  \/* Features *\/\n  .lg-features { list-style:none; padding:0; margin:0 0 32px 0; }\n  .lg-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 12px 0;\n    border-bottom: 1px solid rgba(201,168,76,0.08);\n    font-size: 13px;\n    font-weight: 300;\n    letter-spacing: 0.5px;\n    color: rgba(240,220,228,0.75);\n    animation: lg-rise 1.7s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .lg-features li:last-child { border-bottom: none; }\n  .lg-features li strong { color: #c9a84c; font-weight: 400; margin-right: 4px; }\n  .lg-dot {\n    width: 5px; height: 5px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 7px;\n  }\n  .lg-dot.pink { background:#d4648c; animation: lg-pulse-pink 2.8s ease-in-out infinite; }\n  .lg-dot.gold { background:#c9a84c; animation: lg-pulse-gold 2.8s ease-in-out infinite; }\n  @keyframes lg-pulse-pink {\n    0%,100% { box-shadow:0 0 0 0 rgba(212,100,140,0.5); }\n    50%      { box-shadow:0 0 0 6px rgba(212,100,140,0); }\n  }\n  @keyframes lg-pulse-gold {\n    0%,100% { box-shadow:0 0 0 0 rgba(201,168,76,0.5); }\n    50%      { box-shadow:0 0 0 6px rgba(201,168,76,0); }\n  }\n\n  \/* Signature *\/\n  .lg-signature {\n    text-align: center;\n    padding-top: 8px;\n    animation: lg-rise 2s cubic-bezier(0.22,1,0.36,1) both;\n  }\n  .lg-crown {\n    font-size: 20px;\n    display: block;\n    margin-bottom: 8px;\n    animation: lg-crown-float 4s ease-in-out infinite;\n    filter: drop-shadow(0 0 8px rgba(201,168,76,0.4));\n  }\n  @keyframes lg-crown-float {\n    0%,100% { transform: translateY(0) rotate(-3deg); filter: drop-shadow(0 0 6px rgba(201,168,76,0.3)); }\n    50%      { transform: translateY(-6px) rotate(3deg); filter: drop-shadow(0 0 14px rgba(201,168,76,0.7)); }\n  }\n  .lg-sig-text {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 8px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: rgba(201,168,76,0.3);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"lg-wrap\"\u003e\n  \u003cdiv class=\"lg-glow-1\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"lg-glow-2\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"lg-glow-3\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"lg-top-accent\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"lg-bottom-accent\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"lg-particles\"\u003e\n    \u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"lg-p\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cspan class=\"lg-corner tl\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"lg-corner tr\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"lg-corner bl\"\u003e\u003c\/span\u003e\n  \u003cspan class=\"lg-corner br\"\u003e\u003c\/span\u003e\n\n  \u003cdiv class=\"lg-badge\"\u003eCrowned Elegance  —  Maison de Luxe\u003c\/div\u003e\n\n  \u003cp class=\"lg-eyebrow\"\u003eThe Signature Collection\u003c\/p\u003e\n  \u003ch2 class=\"lg-title\"\u003e\u003cspan\u003eLiquid Gold\u003c\/span\u003e\u003c\/h2\u003e\n  \u003cp class=\"lg-subtitle\"\u003ePoured in Luxury  ·  Worn with Grace\u003c\/p\u003e\n\n  \u003cdiv class=\"lg-divider\"\u003e\n    \u003cspan class=\"lg-line gold\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"lg-heart\"\u003e♥\u003c\/span\u003e\n    \u003cspan class=\"lg-line pink\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"lg-quote\"\u003e“She does not wear luxury — she \u003cem\u003ebecomes\u003c\/em\u003e it.”\u003c\/p\u003e\n\n  \u003cp class=\"lg-body\"\u003e\n    There are creations that simply exist — and then there is \u003cstrong\u003eLiquid Gold\u003c\/strong\u003e. Born from the marriage of \u003cem\u003erose-kissed femininity\u003c\/em\u003e and the timeless authority of gold, this is a piece that does not ask for attention. It commands it. Conceived for the woman who moves through the world as though it was designed for her — because it was.\n  \u003c\/p\u003e\n\n  \u003cul class=\"lg-features\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"lg-dot pink\"\u003e\u003c\/span\u003e\u003cdiv\u003e\n\u003cstrong\u003eRare Femininity.\u003c\/strong\u003e A rose-gold palette that honours softness without surrendering power.\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"lg-dot gold\"\u003e\u003c\/span\u003e\u003cdiv\u003e\n\u003cstrong\u003eUncompromising Craft.\u003c\/strong\u003e Every detail considered, every finish perfected.\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"lg-dot pink\"\u003e\u003c\/span\u003e\u003cdiv\u003e\n\u003cstrong\u003eEnduring Presence.\u003c\/strong\u003e Designed to move with you — from morning light to midnight.\u003c\/div\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"lg-dot gold\"\u003e\u003c\/span\u003e\u003cdiv\u003e\n\u003cstrong\u003eExclusively Yours.\u003c\/strong\u003e A signature piece, curated only by Crowned Elegance.\u003c\/div\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"lg-divider\"\u003e\n    \u003cspan class=\"lg-line pink\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"lg-heart\"\u003e♥\u003c\/span\u003e\n    \u003cspan class=\"lg-line gold\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"lg-signature\"\u003e\n    \u003cspan class=\"lg-crown\"\u003e👑\u003c\/span\u003e\n    \u003cp class=\"lg-sig-text\"\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":52641616986388,"sku":null,"price":149.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_a97a660b-cd6d-407c-b6ef-084025b01b6f.png?v=1780931763","url":"https:\/\/crownedelegance.co.za\/products\/liquid-gold","provider":"Crowned Elegance","version":"1.0","type":"link"}