{"product_id":"cowgirl-soul-necklace-copy","title":"Bohemian Blessing Charm Necklace","description":"\u003cp\u003e```html\u003c\/p\u003e\n\u003csection class=\"charm-story-section\"\u003e\n\u003cdiv class=\"charm-image\"\u003e\u003cimg alt=\"Collect A Memory Charm Necklace\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"charm-content\"\u003e\n\u003cdiv class=\"charm-badge\"\u003eBOHO • WESTERN • PROTECTIVE\u003c\/div\u003e\n\u003ch2\u003eThe Story Charm Necklace\u003c\/h2\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"lead-text\"\u003eA collection of symbols, protection, and memories designed to be worn close to your heart.\u003c\/p\u003e\n\u003cp\u003eEvery charm tells a story. Every symbol carries meaning.\u003c\/p\u003e\n\u003cp\u003eThe Story Charm Necklace blends bohemian beauty with Western soul, creating a piece that celebrates adventure, protection, love, faith, and individuality.\u003c\/p\u003e\n\u003cp\u003eFeaturing meaningful charms, colourful glass beads, and golden details, this necklace becomes a personal collection of everything that guides and inspires you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"symbol-grid\"\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eEvil Eye\u003c\/h3\u003e\n\u003cp\u003eA symbol of protection, positivity, and keeping negative energy away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eHamsa Hand\u003c\/h3\u003e\n\u003cp\u003eRepresents strength, blessings, protection, and good fortune.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eLadybug\u003c\/h3\u003e\n\u003cp\u003eA sign of luck, happiness, and beautiful new beginnings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eDragonfly\u003c\/h3\u003e\n\u003cp\u003eSymbolising change, transformation, and embracing life's journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eCowboy Hat\u003c\/h3\u003e\n\u003cp\u003eA reminder of freedom, adventure, and a Western spirit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003ePainted Heart\u003c\/h3\u003e\n\u003cp\u003eRepresenting love, passion, and the people who matter most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eCross\u003c\/h3\u003e\n\u003cp\u003eA timeless symbol of faith, hope, and guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eRed Chili\u003c\/h3\u003e\n\u003cp\u003eBelieved to bring protection, passion, energy, and good luck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"symbol-card\"\u003e\n\u003ch3\u003eCowboy Boot\u003c\/h3\u003e\n\u003cp\u003eCelebrating independence, courage, and the open road ahead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"quote-section\"\u003e\n\u003cdiv class=\"quote\"\u003e\"Protect your spirit. Follow your heart. Wear your story.\"\u003c\/div\u003e\n\u003cdiv class=\"quote-small\"\u003eCOLLECT A MEMORY\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600\u0026family=Montserrat:wght@300;400\u0026display=swap');\n\n.charm-story-section{\n    display:flex;\n    align-items:center;\n    gap:70px;\n    max-width:1300px;\n    margin:80px auto 50px;\n    padding:60px;\n    background:linear-gradient(135deg,#faf6ef,#f2e7d6);\n    border-radius:24px;\n    box-shadow:0 25px 60px rgba(0,0,0,0.08);\n}\n\n.charm-image{\n    flex:1;\n}\n\n.charm-image img{\n    width:100%;\n    border-radius:20px;\n    box-shadow:0 30px 60px rgba(0,0,0,0.15);\n    animation:float 6s ease-in-out infinite;\n}\n\n.charm-content{\n    flex:1;\n}\n\n.charm-badge{\n    letter-spacing:4px;\n    color:#b89652;\n    font-size:12px;\n    text-transform:uppercase;\n    margin-bottom:20px;\n}\n\n.charm-content h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:60px;\n    color:#222;\n    margin:0;\n}\n\n.gold-divider{\n    width:120px;\n    height:1px;\n    margin:30px 0;\n    background:linear-gradient(\n        90deg,\n        transparent,\n        #b89652,\n        transparent\n    );\n}\n\n.lead-text{\n    font-family:'Cormorant Garamond',serif;\n    font-size:24px;\n    color:#8b6a3f;\n}\n\n.charm-content p{\n    font-family:'Montserrat',sans-serif;\n    color:#555;\n    line-height:2;\n}\n\n.symbol-grid{\n    max-width:1200px;\n    margin:0 auto;\n    padding:20px;\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n    gap:25px;\n}\n\n.symbol-card{\n    background:white;\n    border:1px solid #f1ece0;\n    padding:30px;\n    transition:.4s;\n}\n\n.symbol-card:hover{\n    transform:translateY(-8px);\n    box-shadow:0 20px 40px rgba(0,0,0,.08);\n}\n\n.symbol-card h3{\n    font-family:'Cormorant Garamond',serif;\n    color:#b89652;\n    font-size:32px;\n    margin-top:0;\n}\n\n.symbol-card p{\n    color:#666;\n    line-height:1.8;\n    font-size:15px;\n}\n\n.quote-section{\n    margin:80px auto;\n    max-width:1000px;\n    padding:60px;\n    background:#faf8f3;\n    text-align:center;\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    color:#b89652;\n    text-transform:uppercase;\n    font-size:12px;\n}\n\n@keyframes float{\n    0%{transform:translateY(0);}\n    50%{transform:translateY(-12px);}\n    100%{transform:translateY(0);}\n}\n\n@media(max-width:900px){\n\n.charm-story-section{\n    flex-direction:column;\n    padding:40px 25px;\n}\n\n.charm-content{\n    text-align:center;\n}\n\n.charm-content h2{\n    font-size:42px;\n}\n\n.gold-divider{\n    margin:30px auto;\n}\n\n.lead-text{\n    font-size:20px;\n}\n\n.quote{\n    font-size:30px;\n}\n\n}\n\n\u003c\/style\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"Collect A Memory","offers":[{"title":"Default Title","offer_id":47952740647106,"sku":null,"price":259.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0756\/5803\/5394\/files\/boho-charm-necklace-on-neck.png?v=1782318456","url":"https:\/\/collectamemory.co.za\/products\/cowgirl-soul-necklace-copy","provider":"Collect A Memory","version":"1.0","type":"link"}