{"product_id":"sweet-burgany","title":"Bordeaux Noir 14\"","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400\u0026family=Cinzel:wght@400;600\u0026display=swap');\n\n  .bn-wrapper {\n    background: #080808;\n    padding: 50px 36px;\n    position: relative;\n    overflow: hidden;\n    font-family: 'Cormorant Garamond', serif;\n  }\n\n  .bn-corner {\n    position: absolute;\n    width: 40px;\n    height: 40px;\n    opacity: 0.7;\n    animation: cornerGlow 3s ease-in-out infinite alternate;\n  }\n  .bn-corner.tl { top: 12px; left: 12px; border-top: 1px solid #c9a84c; border-left: 1px solid #c9a84c; }\n  .bn-corner.tr { top: 12px; right: 12px; border-top: 1px solid #c9a84c; border-right: 1px solid #c9a84c; }\n  .bn-corner.bl { bottom: 12px; left: 12px; border-bottom: 1px solid #c9a84c; border-left: 1px solid #c9a84c; }\n  .bn-corner.br { bottom: 12px; right: 12px; border-bottom: 1px solid #c9a84c; border-right: 1px solid #c9a84c; }\n\n  @keyframes cornerGlow {\n    from { opacity: 0.4; width: 30px; height: 30px; }\n    to   { opacity: 1; width: 44px; height: 44px; }\n  }\n\n  .bn-bg-shimmer {\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 50% 0%, rgba(139,0,0,0.12) 0%, transparent 70%),\n                radial-gradient(ellipse at 50% 100%, rgba(180,140,50,0.08) 0%, transparent 70%);\n    animation: bgPulse 6s ease-in-out infinite alternate;\n    pointer-events: none;\n  }\n\n  @keyframes bgPulse {\n    from { opacity: 0.5; }\n    to   { opacity: 1; }\n  }\n\n  .bn-dust {\n    position: absolute;\n    inset: 0;\n    pointer-events: none;\n    overflow: hidden;\n  }\n\n  .bn-dust span {\n    position: absolute;\n    display: block;\n    width: 2px;\n    height: 2px;\n    background: #c9a84c;\n    border-radius: 50%;\n    opacity: 0;\n    animation: dustFloat linear infinite;\n  }\n\n  .bn-dust span:nth-child(1)  { left: 8%;  animation-duration: 10s; animation-delay: 0s; }\n  .bn-dust span:nth-child(2)  { left: 18%; animation-duration: 14s; animation-delay: 2s; }\n  .bn-dust span:nth-child(3)  { left: 30%; animation-duration: 9s;  animation-delay: 1s; }\n  .bn-dust span:nth-child(4)  { left: 45%; animation-duration: 12s; animation-delay: 3s; }\n  .bn-dust span:nth-child(5)  { left: 58%; animation-duration: 11s; animation-delay: 0.5s; }\n  .bn-dust span:nth-child(6)  { left: 70%; animation-duration: 13s; animation-delay: 4s; }\n  .bn-dust span:nth-child(7)  { left: 82%; animation-duration: 8s;  animation-delay: 1.5s; }\n  .bn-dust span:nth-child(8)  { left: 92%; animation-duration: 15s; animation-delay: 2.5s; }\n\n  @keyframes dustFloat {\n    0%   { bottom: -5px; opacity: 0; }\n    15%  { opacity: 0.8; }\n    85%  { opacity: 0.3; }\n    100% { bottom: 105%; opacity: 0; }\n  }\n\n  .bn-crown {\n    text-align: center;\n    font-size: 1.4em;\n    color: #c9a84c;\n    margin-bottom: 8px;\n    animation: crownFloat 4s ease-in-out infinite;\n    letter-spacing: 6px;\n  }\n\n  @keyframes crownFloat {\n    0%, 100% { transform: translateY(0); opacity: 0.8; }\n    50%       { transform: translateY(-5px); opacity: 1; }\n  }\n\n  .bn-title {\n    font-family: 'Cinzel', serif;\n    font-size: 2em;\n    font-weight: 600;\n    text-align: center;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #6b0000, #c9a84c, #ffe08a, #c9a84c, #6b0000);\n    background-size: 250% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: titleShimmer 5s linear infinite;\n    margin-bottom: 4px;\n  }\n\n  @keyframes titleShimmer {\n    0%   { background-position: 0% center; }\n    100% { background-position: 250% center; }\n  }\n\n  \/* CROWNED ELEGANCE brand block *\/\n  .bn-brand {\n    text-align: center;\n    margin-bottom: 24px;\n  }\n\n  .bn-brand-name {\n    font-family: 'Cinzel', serif;\n    font-size: 1.1em;\n    font-weight: 600;\n    letter-spacing: 8px;\n    text-transform: uppercase;\n    background: linear-gradient(90deg, #ffe08a, #c9a84c, #fff8dc, #c9a84c, #ffe08a);\n    background-size: 200% auto;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: brandShimmer 3s linear infinite;\n    display: inline-block;\n    padding: 10px 24px;\n    border-top: 1px solid rgba(201,168,76,0.6);\n    border-bottom: 1px solid rgba(201,168,76,0.6);\n    position: relative;\n  }\n\n  .bn-brand-name::before,\n  .bn-brand-name::after {\n    content: '✦';\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 0.6em;\n    -webkit-text-fill-color: #c9a84c;\n    animation: starPulse 2s ease-in-out infinite alternate;\n  }\n  .bn-brand-name::before { left: 4px; }\n  .bn-brand-name::after  { right: 4px; }\n\n  @keyframes starPulse {\n    from { opacity: 0.4; transform: translateY(-50%) scale(0.8); }\n    to   { opacity: 1;   transform: translateY(-50%) scale(1.2); }\n  }\n\n  @keyframes brandShimmer {\n    0%   { background-position: 0% center; }\n    100% { background-position: 200% center; }\n  }\n\n  .bn-brand-glow {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c, #ffe08a, #c9a84c, transparent);\n    margin: 6px auto 0;\n    width: 80%;\n    animation: glowPulse 3s ease-in-out infinite alternate;\n  }\n\n  @keyframes glowPulse {\n    from { opacity: 0.3; box-shadow: none; }\n    to   { opacity: 1; box-shadow: 0 0 10px rgba(201,168,76,0.6); }\n  }\n\n  .bn-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin: 0 auto 28px;\n  }\n\n  .bn-divider-line {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #c9a84c);\n    animation: lineExpand 3s ease-in-out infinite alternate;\n  }\n  .bn-divider-line.right {\n    background: linear-gradient(90deg, #c9a84c, transparent);\n  }\n\n  @keyframes lineExpand {\n    from { width: 40px; opacity: 0.5; }\n    to   { width: 80px; opacity: 1; }\n  }\n\n  .bn-divider-gem {\n    color: #c9a84c;\n    font-size: 0.7em;\n    animation: gemSpin 6s linear infinite;\n    display: inline-block;\n  }\n\n  @keyframes gemSpin {\n    0%   { transform: rotate(0deg) scale(1); }\n    50%  { transform: rotate(180deg) scale(1.3); }\n    100% { transform: rotate(360deg) scale(1); }\n  }\n\n  .bn-description {\n    font-size: 1.05em;\n    line-height: 2;\n    color: #d4c5b0;\n    text-align: center;\n    font-weight: 300;\n    font-style: italic;\n    max-width: 520px;\n    margin: 0 auto 32px;\n    letter-spacing: 0.5px;\n  }\n\n  .bn-features {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n    margin-bottom: 32px;\n  }\n\n  .bn-feature {\n    font-family: 'Cinzel', serif;\n    font-size: 0.65em;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    border: 1px solid rgba(201,168,76,0.3);\n    padding: 8px 18px;\n    animation: featurePulse 4s ease-in-out infinite;\n    background: rgba(139,0,0,0.05);\n  }\n\n  .bn-feature:nth-child(2) { animation-delay: 1s; }\n  .bn-feature:nth-child(3) { animation-delay: 2s; }\n  .bn-feature:nth-child(4) { animation-delay: 3s; }\n\n  @keyframes featurePulse {\n    0%, 100% { border-color: rgba(201,168,76,0.3); box-shadow: none; }\n    50%       { border-color: rgba(201,168,76,0.9); box-shadow: 0 0 12px rgba(201,168,76,0.2); }\n  }\n\n  .bn-tagline {\n    font-family: 'Cinzel', serif;\n    text-align: center;\n    font-size: 0.7em;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: #c9a84c;\n    opacity: 0.7;\n    animation: taglineFade 6s ease-in-out infinite alternate;\n  }\n\n  @keyframes taglineFade {\n    from { opacity: 0.4; letter-spacing: 4px; }\n    to   { opacity: 0.9; letter-spacing: 6px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bn-wrapper\"\u003e\n  \u003cdiv class=\"bn-bg-shimmer\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bn-dust\"\u003e\n    \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bn-corner tl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bn-corner tr\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bn-corner bl\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bn-corner br\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"bn-crown\"\u003e♛\u003c\/div\u003e\n  \u003cdiv class=\"bn-title\"\u003eBordeaux Noir\u003c\/div\u003e\n\n  \u003c!-- Crowned Elegance brand block --\u003e\n  \u003cdiv class=\"bn-brand\"\u003e\n    \u003cdiv class=\"bn-brand-name\"\u003eCrowned Elegance\u003c\/div\u003e\n    \u003cdiv class=\"bn-brand-glow\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bn-divider\"\u003e\n    \u003cdiv class=\"bn-divider-line\"\u003e\u003c\/div\u003e\n    \u003cspan class=\"bn-divider-gem\"\u003e◆\u003c\/span\u003e\n    \u003cdiv class=\"bn-divider-line right\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bn-description\"\u003e\n    Indulge in the richness of deep, velvety burgundy — a shade that commands attention and exudes timeless elegance. Crafted for the woman who wears her confidence like a crown.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bn-features\"\u003e\n    \u003cdiv class=\"bn-feature\"\u003e✦ Premium Quality\u003c\/div\u003e\n    \u003cdiv class=\"bn-feature\"\u003e✦ Luxe Finish\u003c\/div\u003e\n    \u003cdiv class=\"bn-feature\"\u003e✦ Long-Lasting\u003c\/div\u003e\n    \u003cdiv class=\"bn-feature\"\u003e✦ Crowned Elegance\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bn-tagline\"\u003eWear Your Crown  ·  Own Your Elegance\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Crowned Elegance","offers":[{"title":"Default Title","offer_id":52641085817108,"sku":null,"price":599.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1013\/1433\/0900\/files\/rn-image_picker_lib_temp_b64b29b3-1f1a-48c6-ba73-9c05f0b4dcf5.png?v=1780905269","url":"https:\/\/crownedelegance.co.za\/products\/sweet-burgany","provider":"Crowned Elegance","version":"1.0","type":"link"}