{"product_id":"bob-elegance","title":"La Couronne Élégante","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-wrapper {\n    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);\n    border: 1px solid #c9a84c;\n    padding: 48px 40px;\n    font-family: 'Montserrat', sans-serif;\n    position: relative;\n    overflow: hidden;\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .ce-wrapper::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 100%; height: 2px;\n    background: linear-gradient(90deg, transparent, #c9a84c, #f5d98b, #c9a84c, transparent);\n    animation: shimmer-top 3s linear infinite;\n  }\n\n  .ce-wrapper::after {\n    content: '';\n    position: absolute;\n    bottom: 0; right: -100%;\n    width: 100%; height: 2px;\n    background: linear-gradient(90deg, transparent, #c9a84c, #f5d98b, #c9a84c, transparent);\n    animation: shimmer-bottom 3s linear infinite;\n  }\n\n  @keyframes shimmer-top {\n    0% { left: -100%; }\n    100% { left: 100%; }\n  }\n\n  @keyframes shimmer-bottom {\n    0% { right: -100%; }\n    100% { right: 100%; }\n  }\n\n  .ce-crown-divider {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .ce-crown-divider span {\n    display: inline-block;\n    color: #c9a84c;\n    font-size: 22px;\n    animation: heartbeat 1.8s ease-in-out infinite;\n    letter-spacing: 12px;\n  }\n\n  @keyframes heartbeat {\n    0%, 100% { transform: scale(1); opacity: 1; }\n    14%       { transform: scale(1.18); opacity: 1; }\n    28%       { transform: scale(1); opacity: 0.85; }\n    42%       { transform: scale(1.1); opacity: 1; }\n    70%       { transform: scale(1); opacity: 1; }\n  }\n\n  .ce-product-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 2.6rem;\n    font-weight: 300;\n    letter-spacing: 0.18em;\n    text-align: center;\n    color: #c9a84c;\n    text-transform: uppercase;\n    margin: 0 0 6px;\n    animation: fadeSlideDown 1s ease both;\n  }\n\n  .ce-product-subtitle {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 1.1rem;\n    color: #8a7340;\n    text-align: center;\n    letter-spacing: 0.25em;\n    margin-bottom: 32px;\n    animation: fadeSlideDown 1.2s ease both;\n  }\n\n  @keyframes fadeSlideDown {\n    from { opacity: 0; transform: translateY(-16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .ce-rule {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin: 28px 0;\n  }\n\n  .ce-rule-line {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c, transparent);\n  }\n\n  .ce-rule-diamond {\n    width: 8px; height: 8px;\n    background: #c9a84c;\n    transform: rotate(45deg);\n    animation: pulse-diamond 2s ease-in-out infinite;\n  }\n\n  @keyframes pulse-diamond {\n    0%, 100% { transform: rotate(45deg) scale(1); box-shadow: 0 0 0 0 rgba(201,168,76,0.5); }\n    50%       { transform: rotate(45deg) scale(1.3); box-shadow: 0 0 10px 4px rgba(201,168,76,0.2); }\n  }\n\n  .ce-description {\n    color: #d4c5a0;\n    font-size: 0.88rem;\n    line-height: 2;\n    letter-spacing: 0.06em;\n    text-align: center;\n    font-weight: 300;\n    animation: fadeIn 1.6s ease both;\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; }\n    to   { opacity: 1; }\n  }\n\n  .ce-features {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin: 32px 0;\n  }\n\n  .ce-feature-pill {\n    border: 1px solid #c9a84c;\n    color: #c9a84c;\n    font-size: 0.7rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    background: transparent;\n    position: relative;\n    overflow: hidden;\n    transition: color 0.3s ease;\n    animation: fadeIn 2s ease both;\n  }\n\n  .ce-feature-pill::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: #c9a84c;\n    transform: scaleX(0);\n    transform-origin: left;\n    transition: transform 0.3s ease;\n    z-index: 0;\n  }\n\n  .ce-feature-pill:hover::before { transform: scaleX(1); }\n  .ce-feature-pill:hover { color: #0a0a0a; }\n  .ce-feature-pill span { position: relative; z-index: 1; }\n\n  .ce-heartbeat-badge {\n    text-align: center;\n    margin: 24px 0 8px;\n  }\n\n  .ce-heartbeat-badge svg {\n    width: 28px; height: 28px;\n    fill: #c9a84c;\n    animation: heartbeat 1.8s ease-in-out infinite;\n    filter: drop-shadow(0 0 6px rgba(201,168,76,0.6));\n  }\n\n  .ce-particles {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    pointer-events: none;\n    overflow: hidden;\n    z-index: 0;\n  }\n\n  .ce-particle {\n    position: absolute;\n    width: 2px; height: 2px;\n    background: #c9a84c;\n    border-radius: 50%;\n    opacity: 0;\n    animation: float-particle var(--dur, 6s) ease-in-out var(--delay, 0s) infinite;\n  }\n\n  @keyframes float-particle {\n    0%   { opacity: 0; transform: translateY(100%) scale(0); }\n    20%  { opacity: 0.6; }\n    80%  { opacity: 0.3; }\n    100% { opacity: 0; transform: translateY(-120%) scale(1.5); }\n  }\n\n  .ce-content { position: relative; z-index: 1; }\n\n  .ce-signature {\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-size: 0.85rem;\n    color: #6b5c30;\n    text-align: center;\n    letter-spacing: 0.15em;\n    margin-top: 32px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ce-wrapper\"\u003e\n\u003cdiv class=\"ce-particles\"\u003e\n\u003cdiv style=\"left: 10%; --dur: 7s; --delay: 0s;\" class=\"ce-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"left: 25%; --dur: 5s; --delay: 1.2s;\" class=\"ce-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"left: 45%; --dur: 8s; --delay: 0.5s;\" class=\"ce-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"left: 65%; --dur: 6s; --delay: 2s;\" class=\"ce-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"left: 80%; --dur: 9s; --delay: 0.8s;\" class=\"ce-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"left: 92%; --dur: 5.5s; --delay: 1.8s;\" class=\"ce-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ce-content\"\u003e\n\u003cdiv class=\"ce-crown-divider\"\u003e\u003cspan\u003e♛ ✦ ♛\u003c\/span\u003e\u003c\/div\u003e\n\u003ch2 class=\"ce-product-name\"\u003eLa Couronne Élégante\u003c\/h2\u003e\n\u003cp class=\"ce-product-subtitle\"\u003eThe Crown of Elegance · Signature Collection\u003c\/p\u003e\n\u003cdiv class=\"ce-heartbeat-badge\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-rule\"\u003e\n\u003cdiv class=\"ce-rule-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-rule-diamond\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-rule-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ce-description\"\u003eDraped in the quiet confidence of a woman who knows her worth — \u003cem\u003eLa Couronne Élégante\u003c\/em\u003e is more than a style. It is a statement. Crafted with precision and finished with an artisan's devotion, this signature piece embodies the seamless union of structure and grace. Wear it as a crown. Because that is exactly what it is.\u003c\/p\u003e\n\u003cdiv class=\"ce-rule\"\u003e\n\u003cdiv class=\"ce-rule-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-rule-diamond\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-rule-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ce-features\"\u003e\n\u003cdiv class=\"ce-feature-pill\"\u003e\u003cspan\u003ePremium Quality\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-feature-pill\"\u003e\u003cspan\u003eHandcrafted Finish\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-feature-pill\"\u003e\u003cspan\u003eSignature Collection\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"ce-feature-pill\"\u003e\u003cspan\u003eCrowned Elegance\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ce-signature\"\u003e— Crowned Elegance · Where Luxury Meets Identity —\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52641465205012,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_8e4d1945-76f2-4da9-b0e1-4893797eb571.png?v=1780925513","url":"https:\/\/crownedelegance.co.za\/products\/bob-elegance","provider":"Crowned Elegance","version":"1.0","type":"link"}