{"title":"Gift Sets","description":"\u003cp\u003eGive the gift of luxury with Avensi's curated gift sets. From the opulent Aurum Set to the Golden Hour Stack and Silver Luxe Stack Set, each collection is beautifully coordinated and ready to delight.\u003c\/p\u003e","products":[{"product_id":"the-silver-luxe-stack-set","title":"The Silver Luxe Stack Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600;700\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nbody{\n    background:#ffffff;\n    font-family:'Montserrat',sans-serif;\n    min-height:100vh;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    padding:40px 20px;\n    overflow-x:hidden;\n}\n\n.premium-card{\n    position:relative;\n    max-width:1000px;\n    background:#fff;\n    border-radius:30px;\n    padding:70px;\n    overflow:hidden;\n    box-shadow:\n        0 30px 80px rgba(0,0,0,.08),\n        0 15px 35px rgba(192,192,192,.15);\n    animation:fadeUp 1.2s ease;\n}\n\n.premium-card::before{\n    content:\"\";\n    position:absolute;\n    top:-200px;\n    right:-150px;\n    width:500px;\n    height:500px;\n    background:radial-gradient(circle,\n    rgba(192,192,192,.25),\n    transparent 70%);\n    animation:floatGlow 8s ease-in-out infinite;\n}\n\n.premium-card::after{\n    content:\"\";\n    position:absolute;\n    bottom:-150px;\n    left:-150px;\n    width:350px;\n    height:350px;\n    background:radial-gradient(circle,\n    rgba(220,220,220,.3),\n    transparent 70%);\n    animation:floatGlowReverse 10s ease-in-out infinite;\n}\n\n.label{\n    display:inline-block;\n    color:#7d7d7d;\n    letter-spacing:4px;\n    text-transform:uppercase;\n    font-size:12px;\n    font-weight:600;\n    margin-bottom:20px;\n    animation:fadeIn 1.5s ease;\n}\n\n.silver-line{\n    width:100px;\n    height:3px;\n    background:linear-gradient(to right,#8c8c8c,#d9d9d9,#8c8c8c);\n    border-radius:50px;\n    margin-bottom:25px;\n}\n\nh1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:68px;\n    line-height:1;\n    color:#111;\n    margin-bottom:25px;\n    animation:slideLeft 1s ease;\n}\n\n.tagline{\n    font-size:22px;\n    color:#444;\n    font-weight:300;\n    margin-bottom:35px;\n    animation:fadeIn 1.8s ease;\n}\n\n.description{\n    color:#555;\n    line-height:2;\n    font-size:17px;\n    margin-bottom:45px;\n    animation:fadeIn 2s ease;\n}\n\n.highlight{\n    color:#222;\n    font-weight:600;\n}\n\n.features-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:18px;\n    margin-bottom:45px;\n}\n\n.feature{\n    padding:22px;\n    border:1px solid rgba(0,0,0,.08);\n    border-radius:18px;\n    background:rgba(255,255,255,.85);\n    backdrop-filter:blur(8px);\n    transition:.4s ease;\n    animation:fadeUp 1.4s ease;\n}\n\n.feature:hover{\n    transform:translateY(-8px);\n    box-shadow:0 15px 30px rgba(0,0,0,.08);\n}\n\n.feature-icon{\n    font-size:24px;\n    margin-bottom:12px;\n}\n\n.feature h3{\n    color:#222;\n    font-size:15px;\n    margin-bottom:8px;\n}\n\n.feature p{\n    color:#666;\n    font-size:14px;\n    line-height:1.7;\n}\n\n.quote-box{\n    position:relative;\n    background:linear-gradient(135deg,#f9f9f9,#ffffff);\n    border-left:4px solid #bfbfbf;\n    padding:30px;\n    border-radius:20px;\n    margin-bottom:40px;\n}\n\n.quote-box p{\n    font-family:'Cormorant Garamond',serif;\n    font-size:32px;\n    color:#222;\n    line-height:1.3;\n}\n\n.cta-btn{\n    display:inline-block;\n    padding:18px 42px;\n    text-decoration:none;\n    color:#fff;\n    background:linear-gradient(135deg,#7c7c7c,#cfcfcf,#8f8f8f);\n    border-radius:60px;\n    font-weight:600;\n    letter-spacing:1px;\n    transition:.4s ease;\n    box-shadow:0 12px 30px rgba(120,120,120,.25);\n}\n\n.cta-btn:hover{\n    transform:translateY(-4px);\n    box-shadow:0 18px 40px rgba(120,120,120,.35);\n}\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(40px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes slideLeft{\n    from{\n        opacity:0;\n        transform:translateX(-40px);\n    }\n    to{\n        opacity:1;\n        transform:translateX(0);\n    }\n}\n\n@keyframes fadeIn{\n    from{\n        opacity:0;\n    }\n    to{\n        opacity:1;\n    }\n}\n\n@keyframes floatGlow{\n    0%,100%{\n        transform:translateY(0px);\n    }\n    50%{\n        transform:translateY(35px);\n    }\n}\n\n@keyframes floatGlowReverse{\n    0%,100%{\n        transform:translateY(0px);\n    }\n    50%{\n        transform:translateY(-35px);\n    }\n}\n\n@media(max-width:768px){\n\n    .premium-card{\n        padding:40px 25px;\n    }\n\n    h1{\n        font-size:48px;\n    }\n\n    .tagline{\n        font-size:18px;\n    }\n\n    .quote-box p{\n        font-size:24px;\n    }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"premium-card\"\u003e\n\u003cdiv class=\"silver-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"label\"\u003eLuxury Bracelet Collection\u003c\/span\u003e\n\u003ch1\u003eFour Pieces.\u003cbr\u003eOne Effortless Statement.\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003eRefined, elegant, and designed to elevate every look.\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003eThis luxury-inspired \u003cspan class=\"highlight\"\u003e4-piece bracelet set\u003c\/span\u003e is the art of understated glamour made wearable. Each piece is thoughtfully curated to complement the next — a crystal tennis bracelet that catches the light, a smooth silver bangle engraved with delicate clover motifs, a timeless beaded bracelet, and a twisted rope cuff crowned with a sparkling clover charm. \u003cbr\u003e\u003cbr\u003eTogether, they create a look that feels intentional. Worn separately, each piece holds its own. Crafted for the woman who moves through her day with quiet confidence — from morning meetings to evening occasions, this set transitions effortlessly with you.\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003ePremium Silver Finish\u003c\/h3\u003e\n\u003cp\u003eElegant silver-tone craftsmanship designed for a sophisticated look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eTarnish Resistant\u003c\/h3\u003e\n\u003cp\u003eMade to maintain its shine and beauty through everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eVersatile Styling\u003c\/h3\u003e\n\u003cp\u003eFour individual pieces for endless combinations and layered looks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eGift-Ready Packaging\u003c\/h3\u003e\n\u003cp\u003eBeautifully presented for gifting or a luxurious treat for yourself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote-box\"\u003e\n\u003cp\u003eStack them all. Mix and match. Make it yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"#\"\u003eShop The Collection\u003c\/a\u003e\u003c\/section\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":49489853415576,"sku":null,"price":900.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0781\/1058\/9080\/files\/4piecesetsilver.webp?v=1784119310"},{"product_id":"the-golden-hour-stack","title":"The Golden Hour Stack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600;700\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nbody{\n    background:#ffffff;\n    font-family:'Montserrat',sans-serif;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    min-height:100vh;\n    padding:40px 20px;\n    overflow-x:hidden;\n}\n\n.luxury-container{\n    position:relative;\n    max-width:1100px;\n    background:#fff;\n    border-radius:32px;\n    padding:70px;\n    overflow:hidden;\n    box-shadow:\n        0 30px 80px rgba(0,0,0,.08),\n        0 15px 40px rgba(212,175,55,.15);\n    animation:fadeUp 1.2s ease;\n}\n\n\/* Animated Gold Glow *\/\n.luxury-container::before{\n    content:'';\n    position:absolute;\n    top:-250px;\n    right:-180px;\n    width:550px;\n    height:550px;\n    background:radial-gradient(circle,\n    rgba(212,175,55,.28),\n    transparent 70%);\n    animation:goldFloat 8s ease-in-out infinite;\n}\n\n.luxury-container::after{\n    content:'';\n    position:absolute;\n    bottom:-200px;\n    left:-150px;\n    width:420px;\n    height:420px;\n    background:radial-gradient(circle,\n    rgba(255,215,0,.18),\n    transparent 70%);\n    animation:goldFloatReverse 10s ease-in-out infinite;\n}\n\n.gold-label{\n    color:#b8860b;\n    text-transform:uppercase;\n    letter-spacing:4px;\n    font-size:12px;\n    font-weight:600;\n    margin-bottom:18px;\n    display:block;\n}\n\n.gold-line{\n    width:110px;\n    height:3px;\n    border-radius:50px;\n    background:linear-gradient(\n        90deg,\n        #b8860b,\n        #f5d76e,\n        #ffd700,\n        #b8860b\n    );\n    margin-bottom:28px;\n}\n\nh1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:72px;\n    line-height:0.95;\n    color:#111;\n    margin-bottom:25px;\n    animation:slideIn 1s ease;\n}\n\n.subtitle{\n    font-size:24px;\n    color:#444;\n    font-weight:300;\n    margin-bottom:35px;\n    animation:fadeIn 1.6s ease;\n}\n\n.description{\n    color:#555;\n    line-height:2;\n    font-size:17px;\n    margin-bottom:50px;\n    animation:fadeIn 2s ease;\n}\n\n.description strong{\n    color:#111;\n    font-weight:600;\n}\n\n.feature-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));\n    gap:20px;\n    margin-bottom:50px;\n}\n\n.feature{\n    padding:24px;\n    border-radius:20px;\n    background:rgba(255,255,255,.9);\n    border:1px solid rgba(212,175,55,.15);\n    backdrop-filter:blur(10px);\n    transition:.4s ease;\n}\n\n.feature:hover{\n    transform:translateY(-8px);\n    border-color:#d4af37;\n    box-shadow:0 15px 35px rgba(212,175,55,.18);\n}\n\n.feature-icon{\n    font-size:28px;\n    margin-bottom:12px;\n}\n\n.feature-title{\n    color:#111;\n    font-weight:600;\n    margin-bottom:8px;\n}\n\n.feature-text{\n    color:#666;\n    font-size:14px;\n    line-height:1.7;\n}\n\n.quote{\n    position:relative;\n    padding:35px;\n    border-radius:24px;\n    background:linear-gradient(\n        135deg,\n        rgba(255,248,220,.7),\n        rgba(255,255,255,.9)\n    );\n    border-left:4px solid #d4af37;\n    margin-bottom:40px;\n}\n\n.quote p{\n    font-family:'Cormorant Garamond',serif;\n    font-size:38px;\n    color:#222;\n    line-height:1.2;\n}\n\n.button{\n    display:inline-block;\n    text-decoration:none;\n    color:#fff;\n    padding:18px 42px;\n    border-radius:60px;\n    font-weight:600;\n    letter-spacing:1px;\n    background:linear-gradient(\n        135deg,\n        #b8860b,\n        #d4af37,\n        #ffd700\n    );\n    box-shadow:0 15px 35px rgba(212,175,55,.35);\n    transition:.4s ease;\n}\n\n.button:hover{\n    transform:translateY(-4px) scale(1.02);\n    box-shadow:0 20px 45px rgba(212,175,55,.45);\n}\n\n.sparkle{\n    position:absolute;\n    color:#d4af37;\n    font-size:18px;\n    animation:sparkle 4s infinite;\n}\n\n.sparkle.one{\n    top:70px;\n    right:100px;\n}\n\n.sparkle.two{\n    bottom:120px;\n    left:80px;\n    animation-delay:2s;\n}\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(40px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes slideIn{\n    from{\n        opacity:0;\n        transform:translateX(-40px);\n    }\n    to{\n        opacity:1;\n        transform:translateX(0);\n    }\n}\n\n@keyframes fadeIn{\n    from{opacity:0;}\n    to{opacity:1;}\n}\n\n@keyframes goldFloat{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(40px);}\n}\n\n@keyframes goldFloatReverse{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-40px);}\n}\n\n@keyframes sparkle{\n    0%,100%{\n        opacity:0.3;\n        transform:scale(1);\n    }\n    50%{\n        opacity:1;\n        transform:scale(1.4);\n    }\n}\n\n@media(max-width:768px){\n\n    .luxury-container{\n        padding:45px 25px;\n    }\n\n    h1{\n        font-size:50px;\n    }\n\n    .subtitle{\n        font-size:18px;\n    }\n\n    .quote p{\n        font-size:28px;\n    }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"luxury-container\"\u003e\n\u003cdiv class=\"sparkle one\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"sparkle two\"\u003e✦\u003c\/div\u003e\n\u003cspan class=\"gold-label\"\u003eLuxury Bracelet Collection\u003c\/span\u003e\n\u003cdiv class=\"gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch1\u003eFour Pieces.\u003cbr\u003eOne Golden Moment.\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eWarm, radiant, and effortlessly refined.\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003e\n\u003cstrong\u003eThe Golden Hour Stack\u003c\/strong\u003e is a curated 4-piece bracelet set that captures the magic of that perfect light. \u003cbr\u003e\u003cbr\u003eEach piece tells its own story: a bold nail cuff bangle for edge, a sparkling crystal tennis bracelet for brilliance, a polished love bangle engraved with clover motifs for timeless elegance, and a delicate clover chain bracelet for feminine charm. \u003cbr\u003e\u003cbr\u003eTogether, they create a wrist stack that turns heads. Worn alone, each piece becomes a quiet statement of luxury. Crafted for the woman who appreciates the details, this collection moves seamlessly from day to evening, from boardroom to celebration.\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Gold Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eRich gold-tone plating designed for a luxurious look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💎\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eTarnish Resistant\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eBuilt to maintain its shine and brilliance over time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👑\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eVersatile Styling\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eFour pieces that can be stacked, layered, or worn solo.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎁\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eBeautifully Gifted\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eArrives elegantly packaged for gifting or self-indulgence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote\"\u003e\n\u003cp\u003eStack them all.\u003cbr\u003eOwn the moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"button\" href=\"#\"\u003eDiscover The Collection\u003c\/a\u003e\u003c\/section\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":49489859379352,"sku":null,"price":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0781\/1058\/9080\/files\/CelesteJewelleryset.webp?v=1784119818"},{"product_id":"the-aurum-set","title":"The Aurum Set","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600;700\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\n:root{\n    --gold:#D4AF37;\n    --gold-light:#F7E7A8;\n    --gold-dark:#A67C00;\n    --text:#1a1a1a;\n    --soft:#666;\n}\n\nbody{\n    background:#ffffff;\n    font-family:'Montserrat',sans-serif;\n    min-height:100vh;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    padding:40px 20px;\n    overflow-x:hidden;\n}\n\n.aurum-section{\n    position:relative;\n    max-width:1100px;\n    background:#fff;\n    padding:80px;\n    border-radius:36px;\n    overflow:hidden;\n    box-shadow:\n        0 35px 80px rgba(0,0,0,.08),\n        0 15px 40px rgba(212,175,55,.15);\n    animation:fadeUp 1.2s ease;\n}\n\n\/* Luxury Ambient Lighting *\/\n.aurum-section::before{\n    content:'';\n    position:absolute;\n    top:-220px;\n    right:-180px;\n    width:600px;\n    height:600px;\n    background:radial-gradient(circle,\n        rgba(212,175,55,.22),\n        transparent 70%);\n    animation:floatGlow 8s ease-in-out infinite;\n}\n\n.aurum-section::after{\n    content:'';\n    position:absolute;\n    bottom:-180px;\n    left:-180px;\n    width:450px;\n    height:450px;\n    background:radial-gradient(circle,\n        rgba(255,215,0,.14),\n        transparent 70%);\n    animation:floatGlowReverse 10s ease-in-out infinite;\n}\n\n.sparkle{\n    position:absolute;\n    color:var(--gold);\n    font-size:18px;\n    animation:sparkle 4s infinite;\n}\n\n.sparkle.one{\n    top:90px;\n    right:120px;\n}\n\n.sparkle.two{\n    bottom:100px;\n    left:100px;\n    animation-delay:2s;\n}\n\n.collection{\n    color:var(--gold-dark);\n    text-transform:uppercase;\n    letter-spacing:5px;\n    font-size:12px;\n    font-weight:600;\n    margin-bottom:20px;\n    display:block;\n}\n\n.gold-line{\n    width:120px;\n    height:3px;\n    border-radius:30px;\n    background:linear-gradient(\n        90deg,\n        var(--gold-dark),\n        var(--gold),\n        var(--gold-light),\n        var(--gold-dark)\n    );\n    margin-bottom:28px;\n}\n\nh1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:78px;\n    line-height:0.95;\n    color:var(--text);\n    margin-bottom:20px;\n    animation:slideLeft 1s ease;\n}\n\n.subtitle{\n    font-size:24px;\n    color:#444;\n    font-weight:300;\n    margin-bottom:35px;\n    animation:fadeIn 1.6s ease;\n}\n\n.description{\n    color:var(--soft);\n    font-size:17px;\n    line-height:2;\n    margin-bottom:50px;\n    animation:fadeIn 2s ease;\n}\n\n.description strong{\n    color:var(--text);\n    font-weight:600;\n}\n\n.luxury-highlight{\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    gap:15px;\n    margin:45px 0;\n    color:var(--gold-dark);\n    font-family:'Cormorant Garamond',serif;\n    font-size:30px;\n    font-style:italic;\n    text-align:center;\n}\n\n.luxury-highlight::before,\n.luxury-highlight::after{\n    content:'';\n    width:80px;\n    height:1px;\n    background:linear-gradient(\n        90deg,\n        transparent,\n        var(--gold),\n        transparent\n    );\n}\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n    gap:20px;\n    margin-bottom:50px;\n}\n\n.feature-card{\n    background:rgba(255,255,255,.92);\n    border:1px solid rgba(212,175,55,.15);\n    border-radius:22px;\n    padding:25px;\n    transition:.4s ease;\n    backdrop-filter:blur(12px);\n}\n\n.feature-card:hover{\n    transform:translateY(-8px);\n    border-color:var(--gold);\n    box-shadow:0 15px 35px rgba(212,175,55,.18);\n}\n\n.icon{\n    font-size:28px;\n    margin-bottom:12px;\n}\n\n.feature-title{\n    font-weight:600;\n    color:var(--text);\n    margin-bottom:8px;\n}\n\n.feature-text{\n    color:var(--soft);\n    line-height:1.7;\n    font-size:14px;\n}\n\n.quote-box{\n    position:relative;\n    padding:40px;\n    border-radius:28px;\n    background:linear-gradient(\n        135deg,\n        rgba(255,248,220,.65),\n        rgba(255,255,255,.95)\n    );\n    border-left:4px solid var(--gold);\n    margin-bottom:40px;\n}\n\n.quote-box p{\n    font-family:'Cormorant Garamond',serif;\n    font-size:42px;\n    color:var(--text);\n    text-align:center;\n    line-height:1.2;\n}\n\n.cta{\n    display:inline-block;\n    text-decoration:none;\n    color:#fff;\n    padding:18px 46px;\n    border-radius:60px;\n    font-weight:600;\n    letter-spacing:1px;\n    background:linear-gradient(\n        135deg,\n        var(--gold-dark),\n        var(--gold),\n        #FFD700\n    );\n    box-shadow:0 15px 35px rgba(212,175,55,.35);\n    transition:.4s ease;\n}\n\n.cta:hover{\n    transform:translateY(-5px) scale(1.02);\n    box-shadow:0 20px 50px rgba(212,175,55,.45);\n}\n\n\/* Animations *\/\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(40px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes slideLeft{\n    from{\n        opacity:0;\n        transform:translateX(-40px);\n    }\n    to{\n        opacity:1;\n        transform:translateX(0);\n    }\n}\n\n@keyframes fadeIn{\n    from{opacity:0;}\n    to{opacity:1;}\n}\n\n@keyframes floatGlow{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(40px);}\n}\n\n@keyframes floatGlowReverse{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-40px);}\n}\n\n@keyframes sparkle{\n    0%,100%{\n        opacity:.3;\n        transform:scale(1);\n    }\n    50%{\n        opacity:1;\n        transform:scale(1.5);\n    }\n}\n\n@media(max-width:768px){\n\n    .aurum-section{\n        padding:45px 25px;\n    }\n\n    h1{\n        font-size:54px;\n    }\n\n    .subtitle{\n        font-size:18px;\n    }\n\n    .quote-box p{\n        font-size:28px;\n    }\n\n    .luxury-highlight{\n        font-size:24px;\n    }\n}\n\u003c\/style\u003e\n\u003csection class=\"aurum-section\"\u003e\n\u003cdiv class=\"sparkle one\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"sparkle two\"\u003e✦\u003c\/div\u003e\n\u003cspan class=\"collection\"\u003eAurum Collection\u003c\/span\u003e\n\u003cdiv class=\"gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch1\u003eThe Aurum Set\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eTime and elegance, perfectly paired.\u003c\/p\u003e\n\u003cdiv class=\"description\"\u003eNamed after the Latin word for gold, \u003cstrong\u003eThe Aurum Set\u003c\/strong\u003e is a refined 2-piece collection that brings together a sleek gold-tone timepiece and a minimalist open cuff bangle — two pieces that feel like they were always meant to be worn together. \u003cbr\u003e\u003cbr\u003eThe watch features a clean white dial with slim gold index markers and a polished link bracelet that sits effortlessly on the wrist. The open cuff bangle mirrors its warmth with a smooth sculptural finish, adding just the right amount of presence without overpowering.\u003c\/div\u003e\n\u003cdiv class=\"luxury-highlight\"\u003eUnderstated. Intentional. Timeless.\u003c\/div\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e⌚\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eElegant Timepiece\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eClean white dial with refined gold index markers and polished bracelet links.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Gold Finish\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eLuxurious gold-tone plating designed to elevate every look.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eTarnish Resistant\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eCrafted for lasting brilliance and everyday confidence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eGift-Ready Presentation\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003eBeautifully packaged for gifting or a well-deserved indulgence.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"quote-box\"\u003e\n\u003cp\u003eWear it as a set.\u003cbr\u003eLet it speak for itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta\" href=\"#\"\u003e Discover The Aurum Set \u003c\/a\u003e\u003c\/section\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":49489871175832,"sku":null,"price":1599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0781\/1058\/9080\/files\/peicewatchset.webp?v=1784120144"}],"url":"https:\/\/avensi.co.za\/collections\/gift-sets.oembed","provider":"Avensi","version":"1.0","type":"link"}