{"product_id":"the-wild-thing-earrings","title":"The Wild Thing Earrings","description":"```html\n\u003csection class=\"wild-earrings-section\"\u003e\n\n    \u003cdiv class=\"wild-earrings-image\"\u003e\n        \u003cimg src=\"YOUR-EARRINGS-IMAGE.jpg\" alt=\"Collect A Memory The Wild Thing Leopard Hoop Earrings\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wild-earrings-content\"\u003e\n\n        \u003cdiv class=\"wild-earrings-badge\"\u003e\n            BOLD • WILD • UNAPOLOGETIC\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n            The Wild Thing Earrings\n        \u003c\/h2\u003e\n\n        \u003cdiv class=\"gold-divider\"\u003e\u003c\/div\u003e\n\n        \u003cp class=\"lead-text\"\u003e\n            A little wild. A little fearless. Completely you.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n            Meet The Wild Thing Earrings — where timeless hoop elegance meets\n            your untamed side.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n            Featuring a striking leopard charm suspended from a classic hoop,\n            these statement earrings were designed for the woman who knows\n            exactly who she is and isn't afraid to show it.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n            Available in both Gold and Silver, choose the finish that reflects\n            your style and let your wild side do the talking.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n            Because sometimes the perfect accessory isn't the one that blends in.\n            It's the one that makes you feel bold, confident, and completely yourself.\n        \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"wild-earrings-story\"\u003e\n\n    \u003cdiv class=\"wild-earrings-header\"\u003e\n\n        \u003cdiv class=\"wild-badge\"\u003e\n            WEAR YOUR WILD\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n            Every Woman Has A Wild Side\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n            Let yours shine a little brighter.\n        \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"earrings-symbol-grid\"\u003e\n\n        \u003cdiv class=\"earrings-card\"\u003e\n\n            \u003cdiv class=\"earrings-icon\"\u003e\n                🐆\n            \u003c\/div\u003e\n\n            \u003ch3\u003e\n                The Leopard\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                A symbol of confidence, independence, strength, and the courage\n                to embrace exactly who you are.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"earrings-card\"\u003e\n\n            \u003cdiv class=\"earrings-icon\"\u003e\n                ◯\n            \u003c\/div\u003e\n\n            \u003ch3\u003e\n                The Hoop\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                A timeless silhouette that never goes out of style,\n                designed to move effortlessly with you.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"earrings-card\"\u003e\n\n            \u003cdiv class=\"earrings-icon\"\u003e\n                ✨\n            \u003c\/div\u003e\n\n            \u003ch3\u003e\n                Your Finish\n            \u003c\/h3\u003e\n\n            \u003cp\u003e\n                Choose Gold for warmth and glamour, or Silver for a cool,\n                effortless edge. Your style. Your choice.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"wild-earrings-quote-section\"\u003e\n\n    \u003cdiv class=\"wild-earrings-quote\"\u003e\n        \"She's not everyone's cup of tea.\u003cbr\u003e\n        She's champagne.\"\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"wild-earrings-quote-small\"\u003e\n        COLLECT A MEMORY\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003cstyle\u003e\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600\u0026family=Montserrat:wght@300;400;500\u0026display=swap');\n\n\n\/* =================================\n   MAIN HERO SECTION\n================================= *\/\n\n.wild-earrings-section{\n\n    display:flex;\n\n    align-items:center;\n\n    gap:70px;\n\n    max-width:1300px;\n\n    margin:80px auto 60px;\n\n    padding:60px;\n\n    background:\n\n    radial-gradient(\n        circle at 20% 20%,\n        rgba(190,150,82,0.08),\n        transparent 35%\n    ),\n\n    linear-gradient(\n        135deg,\n        #faf8f3,\n        #f2ede5\n    );\n\n    border-radius:24px;\n\n    box-shadow:\n        0 25px 60px rgba(0,0,0,0.08);\n\n    overflow:hidden;\n\n}\n\n\n\/* =================================\n   PRODUCT IMAGE\n================================= *\/\n\n.wild-earrings-image{\n\n    flex:1;\n\n}\n\n\n.wild-earrings-image img{\n\n    width:100%;\n\n    display:block;\n\n    border-radius:20px;\n\n    box-shadow:\n        0 30px 60px rgba(0,0,0,0.18);\n\n    animation:\n        earringsFloat 6s ease-in-out infinite;\n\n    transition:\n        transform .6s ease,\n        box-shadow .6s ease;\n\n}\n\n\n.wild-earrings-image img:hover{\n\n    transform:\n        scale(1.03);\n\n    box-shadow:\n        0 40px 80px rgba(0,0,0,0.22);\n\n}\n\n\n\/* =================================\n   CONTENT\n================================= *\/\n\n.wild-earrings-content{\n\n    flex:1;\n\n}\n\n\n.wild-earrings-badge{\n\n    letter-spacing:5px;\n\n    color:#b89652;\n\n    font-size:11px;\n\n    text-transform:uppercase;\n\n    margin-bottom:20px;\n\n}\n\n\n.wild-earrings-content h2{\n\n    font-family:\n        'Cormorant Garamond',\n        serif;\n\n    font-size:64px;\n\n    font-weight:500;\n\n    color:#222;\n\n    line-height:1.05;\n\n    margin:0;\n\n}\n\n\n.gold-divider{\n\n    width:130px;\n\n    height:1px;\n\n    margin:30px 0;\n\n    background:\n\n    linear-gradient(\n        90deg,\n        transparent,\n        #b89652,\n        transparent\n    );\n\n    animation:\n        shimmer 4s infinite;\n\n}\n\n\n.lead-text{\n\n    font-family:\n        'Cormorant Garamond',\n        serif;\n\n    font-size:27px;\n\n    line-height:1.5;\n\n    color:#8b6a3f;\n\n}\n\n\n.wild-earrings-content p{\n\n    font-family:\n        'Montserrat',\n        sans-serif;\n\n    color:#555;\n\n    font-size:15px;\n\n    line-height:2;\n\n}\n\n\n\/* =================================\n   STORY SECTION\n================================= *\/\n\n.wild-earrings-story{\n\n    max-width:1200px;\n\n    margin:80px auto;\n\n    padding:20px;\n\n}\n\n\n.wild-earrings-header{\n\n    text-align:center;\n\n    margin-bottom:60px;\n\n}\n\n\n.wild-badge{\n\n    color:#b89652;\n\n    letter-spacing:4px;\n\n    font-size:11px;\n\n    text-transform:uppercase;\n\n}\n\n\n.wild-earrings-header h2{\n\n    font-family:\n        'Cormorant Garamond',\n        serif;\n\n    font-size:58px;\n\n    color:#222;\n\n    margin:15px 0;\n\n}\n\n\n.wild-earrings-header p{\n\n    font-family:\n        'Cormorant Garamond',\n        serif;\n\n    font-size:23px;\n\n    color:#777;\n\n}\n\n\n\/* =================================\n   SYMBOL CARDS\n================================= *\/\n\n.earrings-symbol-grid{\n\n    display:grid;\n\n    grid-template-columns:\n        repeat(\n            auto-fit,\n            minmax(250px,1fr)\n        );\n\n    gap:25px;\n\n}\n\n\n.earrings-card{\n\n    text-align:center;\n\n    padding:40px 30px;\n\n    background:#fff;\n\n    border:\n        1px solid\n        #eee8dd;\n\n    transition:\n        transform .4s ease,\n        box-shadow .4s ease;\n\n}\n\n\n.earrings-card:hover{\n\n    transform:\n        translateY(-10px);\n\n    box-shadow:\n        0 25px 50px\n        rgba(0,0,0,0.08);\n\n}\n\n\n.earrings-icon{\n\n    font-size:34px;\n\n    margin-bottom:15px;\n\n}\n\n\n.earrings-card h3{\n\n    font-family:\n        'Cormorant Garamond',\n        serif;\n\n    font-size:32px;\n\n    font-weight:500;\n\n    color:#b89652;\n\n    margin:\n        0 0 15px;\n\n}\n\n\n.earrings-card p{\n\n    font-family:\n        'Montserrat',\n        sans-serif;\n\n    color:#666;\n\n    font-size:14px;\n\n    line-height:1.8;\n\n    margin:0;\n\n}\n\n\n\/* =================================\n   QUOTE SECTION\n================================= *\/\n\n.wild-earrings-quote-section{\n\n    max-width:1000px;\n\n    margin:90px auto;\n\n    padding:70px 40px;\n\n    text-align:center;\n\n    background:\n\n    linear-gradient(\n        135deg,\n        #faf8f3,\n        #f3ede4\n    );\n\n    border-radius:20px;\n\n}\n\n\n.wild-earrings-quote{\n\n    font-family:\n        'Cormorant Garamond',\n        serif;\n\n    font-size:43px;\n\n    line-height:1.4;\n\n    color:#222;\n\n}\n\n\n.wild-earrings-quote-small{\n\n    margin-top:25px;\n\n    letter-spacing:5px;\n\n    color:#b89652;\n\n    font-size:11px;\n\n}\n\n\n\/* =================================\n   ANIMATIONS\n================================= *\/\n\n@keyframes earringsFloat{\n\n    0%{\n        transform:\n            translateY(0);\n    }\n\n    50%{\n        transform:\n            translateY(-12px);\n    }\n\n    100%{\n        transform:\n            translateY(0);\n    }\n\n}\n\n\n@keyframes shimmer{\n\n    0%{\n        opacity:.4;\n    }\n\n    50%{\n        opacity:1;\n    }\n\n    100%{\n        opacity:.4;\n    }\n\n}\n\n\n\/* =================================\n   MOBILE\n================================= *\/\n\n@media(max-width:900px){\n\n    .wild-earrings-section{\n\n        flex-direction:\n            column;\n\n        padding:\n            40px 25px;\n\n    }\n\n\n    .wild-earrings-content{\n\n        text-align:center;\n\n    }\n\n\n    .wild-earrings-content h2{\n\n        font-size:44px;\n\n    }\n\n\n    .gold-divider{\n\n        margin:\n            30px auto;\n\n    }\n\n\n    .lead-text{\n\n        font-size:22px;\n\n    }\n\n\n    .wild-earrings-header h2{\n\n        font-size:44px;\n\n    }\n\n\n    .wild-earrings-quote{\n\n        font-size:32px;\n\n    }\n\n}\n\n\u003c\/style\u003e\n```\n","brand":"Collect A Memory","offers":[{"title":"Gold","offer_id":48474150273218,"sku":null,"price":119.99,"currency_code":"ZAR","in_stock":true},{"title":"Silver","offer_id":48474150305986,"sku":null,"price":119.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/5803\/5394\/files\/gold-leopard-hoop-earrings.png?v=1784717151","url":"https:\/\/collectamemory.co.za\/products\/the-wild-thing-earrings","provider":"Collect A Memory","version":"1.0","type":"link"}