{"product_id":"mama-always-necklace","title":"Mama Always Necklace","description":"```html\n\u003cdiv class=\"collect-memory-section\"\u003e\n\n    \u003cdiv class=\"luxury-badge\"\u003e\n        FOR THE WOMAN WHO CHANGED EVERYTHING\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"collect-memory-title\"\u003e\n        Mama Necklace\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"collect-memory-subtitle\"\u003e\n        Available in Gold \u0026amp; Silver\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gold-divider\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"collect-memory-story\"\u003e\n\n        Some words mean more than others.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Mama is more than a name. It is a journey, a sacrifice, a bond and a love unlike any other.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        The Collect A Memory Mama Necklace is a timeless keepsake designed to celebrate motherhood in all its forms — whether you're becoming a mother, raising little ones, honouring the woman who raised you, or carrying the memory of a beloved mama forever in your heart.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Beautifully crafted in your choice of Gold or Silver, this meaningful piece serves as a daily reminder of the love, strength and devotion that motherhood represents.\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"memory-grid\"\u003e\n\n        \u003cdiv class=\"memory-card\"\u003e\n            \u003cdiv class=\"memory-title\"\u003eMama-To-Be\u003c\/div\u003e\n            \u003cdiv class=\"memory-text\"\u003e\n                A meaningful gift for an expecting mother as she prepares to begin the most beautiful chapter of her life.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"memory-card\"\u003e\n            \u003cdiv class=\"memory-title\"\u003eProud Mama\u003c\/div\u003e\n            \u003cdiv class=\"memory-text\"\u003e\n                Celebrate the joy, love and everyday moments that make motherhood one of life's greatest gifts.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"memory-card\"\u003e\n            \u003cdiv class=\"memory-title\"\u003eIn Loving Memory\u003c\/div\u003e\n            \u003cdiv class=\"memory-text\"\u003e\n                A heartfelt keepsake to honour and remember a beloved mother whose love remains forever present.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gold-divider\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"collect-memory-story\"\u003e\n\n        Whether gifted from a partner, child, friend, or chosen for yourself, the Mama Necklace carries a message that words often cannot express.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It celebrates the sleepless nights, the endless love, the sacrifices made without recognition, and the beautiful moments that become cherished memories.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        Because being a Mama is not simply a role.\n\n        \u003cbr\u003e\u003cbr\u003e\n\n        It becomes part of who you are.\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"quote-section\"\u003e\n\n        \u003cdiv class=\"quote\"\u003e\n            \"First my mother. Forever my friend.\"\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"quote-small\"\u003e\n            COLLECT A MEMORY\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500;600\u0026display=swap');\n\n.collect-memory-section{\n    max-width:1100px;\n    margin:auto;\n    padding:90px 25px;\n    text-align:center;\n}\n\n.luxury-badge{\n    color:#b89652;\n    letter-spacing:5px;\n    text-transform:uppercase;\n    font-size:12px;\n    margin-bottom:20px;\n    animation:fadeUp 1s ease;\n}\n\n.collect-memory-title{\n    font-family:'Cormorant Garamond', serif;\n    font-size:62px;\n    color:#222;\n    line-height:1.1;\n    animation:fadeUp 1.2s ease;\n}\n\n.collect-memory-subtitle{\n    font-family:'Cormorant Garamond', serif;\n    color:#777;\n    font-size:24px;\n    margin-top:12px;\n    animation:fadeUp 1.4s ease;\n}\n\n.gold-divider{\n    width:140px;\n    height:1px;\n    margin:40px auto;\n    background:linear-gradient(\n        90deg,\n        transparent,\n        #b89652,\n        transparent\n    );\n    animation:shimmer 4s infinite;\n}\n\n.collect-memory-story{\n    max-width:850px;\n    margin:auto;\n    font-size:18px;\n    line-height:2;\n    color:#555;\n    animation:fadeUp 1.6s ease;\n}\n\n.memory-grid{\n    display:flex;\n    justify-content:center;\n    gap:30px;\n    flex-wrap:wrap;\n    margin-top:70px;\n    margin-bottom:70px;\n}\n\n.memory-card{\n    width:300px;\n    padding:35px;\n    border:1px solid #f1ece0;\n    background:white;\n    transition:all .4s ease;\n}\n\n.memory-card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 20px 40px rgba(0,0,0,.06);\n}\n\n.memory-title{\n    font-family:'Cormorant Garamond', serif;\n    font-size:34px;\n    color:#b89652;\n    margin-bottom:15px;\n}\n\n.memory-text{\n    color:#666;\n    line-height:1.8;\n    font-size:15px;\n}\n\n.quote-section{\n    margin-top:90px;\n    padding:60px 30px;\n    background:#faf8f3;\n}\n\n.quote{\n    font-family:'Cormorant Garamond', serif;\n    font-size:42px;\n    color:#222;\n    line-height:1.4;\n}\n\n.quote-small{\n    margin-top:20px;\n    letter-spacing:4px;\n    text-transform:uppercase;\n    color:#b89652;\n    font-size:12px;\n}\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(30px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@keyframes shimmer{\n    0%{\n        opacity:.4;\n    }\n    50%{\n        opacity:1;\n    }\n    100%{\n        opacity:.4;\n    }\n}\n\n@media(max-width:768px){\n\n.collect-memory-title{\n    font-size:42px;\n}\n\n.collect-memory-subtitle{\n    font-size:18px;\n}\n\n.collect-memory-story{\n    font-size:16px;\n}\n\n.memory-card{\n    width:100%;\n}\n\n.quote{\n    font-size:30px;\n}\n\n}\n\n\u003c\/style\u003e\n```\n","brand":"Collect A Memory","offers":[{"title":"Silver","offer_id":47725825818818,"sku":null,"price":159.99,"currency_code":"ZAR","in_stock":true},{"title":"Gold","offer_id":47725825851586,"sku":null,"price":159.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/5803\/5394\/files\/mamanecklaceingold.png?v=1780402539","url":"https:\/\/collectamemory.co.za\/products\/mama-always-necklace","provider":"Collect A Memory","version":"1.0","type":"link"}