{"title":"Home page","description":null,"products":[{"product_id":"halo-collar™-by-snout-society","title":"Halo Collar™ by Snout Society","description":"\u003cstyle\u003e\n  .halo-wrap {\n    font-family: inherit;\n    color: #ffffff;\n    background: linear-gradient(180deg, #07111f 0%, #0b1728 100%);\n    border-radius: 22px;\n    padding: 22px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .halo-wrap * {\n    box-sizing: border-box;\n  }\n\n  .halo-glow {\n    position: absolute;\n    width: 220px;\n    height: 220px;\n    background: #00d9ff;\n    filter: blur(90px);\n    opacity: 0.28;\n    top: -60px;\n    right: -60px;\n    animation: pulseGlow 3s infinite alternate;\n  }\n\n  @keyframes pulseGlow {\n    from { opacity: 0.18; transform: scale(1); }\n    to { opacity: 0.38; transform: scale(1.15); }\n  }\n\n  .halo-title {\n    font-size: 30px;\n    font-weight: 800;\n    margin: 0 0 8px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .halo-subtitle {\n    font-size: 16px;\n    line-height: 1.6;\n    color: #d8f7ff;\n    margin-bottom: 18px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .halo-highlight {\n    color: #00e5ff;\n    text-shadow: 0 0 14px rgba(0, 229, 255, 0.8);\n  }\n\n  .halo-card {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(0,229,255,0.25);\n    border-radius: 18px;\n    padding: 16px;\n    margin: 14px 0;\n    backdrop-filter: blur(12px);\n    box-shadow: 0 0 24px rgba(0, 217, 255, 0.12);\n    animation: fadeUp 0.8s ease both;\n    position: relative;\n    z-index: 2;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(12px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .halo-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .halo-feature {\n    background: rgba(255,255,255,0.07);\n    border-radius: 14px;\n    padding: 12px;\n    font-size: 14px;\n    color: #ffffff;\n    border: 1px solid rgba(255,255,255,0.08);\n    transition: 0.25s ease;\n  }\n\n  .halo-feature:hover {\n    transform: translateY(-3px);\n    border-color: rgba(0,229,255,0.55);\n    box-shadow: 0 0 18px rgba(0,217,255,0.18);\n  }\n\n  .halo-feature span {\n    display: block;\n    font-size: 20px;\n    margin-bottom: 5px;\n  }\n\n  .halo-badges {\n    display: grid;\n    gap: 14px;\n    margin-top: 25px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .halo-badge {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    padding: 18px;\n    border-radius: 18px;\n    background: linear-gradient(135deg,#13253c,#0b1627);\n    border: 1px solid rgba(0,229,255,.18);\n    transition: .35s ease;\n    box-shadow:\n      0 10px 25px rgba(0,0,0,.25),\n      inset 0 1px 0 rgba(255,255,255,.04);\n    cursor: pointer;\n  }\n\n  .halo-badge:hover {\n    transform: translateY(-5px) scale(1.02);\n    border-color: #00e5ff;\n    box-shadow:\n      0 18px 40px rgba(0,229,255,.20),\n      0 0 30px rgba(0,229,255,.18);\n    background: linear-gradient(135deg,#17304d,#10233b);\n  }\n\n  .halo-icon {\n    width: 52px;\n    height: 52px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    font-size: 25px;\n    background: rgba(0,229,255,.12);\n    box-shadow: 0 0 18px rgba(0,229,255,.25);\n    flex-shrink: 0;\n    transition: .35s ease;\n  }\n\n  .halo-badge:hover .halo-icon {\n    transform: rotate(10deg) scale(1.1);\n    background: #00e5ff;\n    color: #05111f;\n    box-shadow: 0 0 25px #00e5ff;\n  }\n\n  .halo-content {\n    flex: 1;\n  }\n\n  .halo-content h4 {\n    margin: 0 0 6px;\n    color: white;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .halo-content p {\n    margin: 0;\n    color: #bdd8ec;\n    line-height: 1.5;\n    font-size: 13px;\n  }\n\n  .halo-trusted {\n    margin-top: 18px;\n    padding: 18px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, rgba(0,229,255,0.16), rgba(255,255,255,0.06));\n    border: 1px solid rgba(0,229,255,0.28);\n    box-shadow: 0 0 24px rgba(0,217,255,0.14);\n    position: relative;\n    z-index: 2;\n  }\n\n  .halo-trusted strong {\n    display: block;\n    font-size: 18px;\n    margin-bottom: 6px;\n  }\n\n  .halo-trusted p {\n    margin: 0;\n    color: #d8f7ff;\n    line-height: 1.6;\n    font-size: 14px;\n  }\n\n  .halo-cta-box {\n    margin-top: 18px;\n    padding: 16px;\n    border-radius: 18px;\n    background: linear-gradient(135deg, #00d9ff, #0077ff);\n    color: #ffffff;\n    text-align: center;\n    box-shadow: 0 0 28px rgba(0, 217, 255, 0.45);\n    position: relative;\n    z-index: 2;\n  }\n\n  .halo-cta-box strong {\n    display: block;\n    font-size: 18px;\n    margin-bottom: 4px;\n  }\n\n  .halo-note {\n    font-size: 13px;\n    color: #bfefff;\n    margin-top: 12px;\n    text-align: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  @media (max-width: 480px) {\n    .halo-wrap {\n      padding: 18px;\n      border-radius: 18px;\n    }\n\n    .halo-title {\n      font-size: 26px;\n    }\n\n    .halo-features {\n      grid-template-columns: 1fr;\n    }\n\n    .halo-badge {\n      padding: 15px;\n      gap: 12px;\n    }\n\n    .halo-icon {\n      width: 46px;\n      height: 46px;\n      font-size: 22px;\n    }\n\n    .halo-content h4 {\n      font-size: 15px;\n    }\n\n    .halo-content p {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"halo-wrap\"\u003e\n  \u003cdiv class=\"halo-glow\"\u003e\u003c\/div\u003e\n\n  \u003ch2 class=\"halo-title\"\u003eHalo Collar™ by \u003cspan class=\"halo-highlight\"\u003eSnout Society\u003c\/span\u003e\n\u003c\/h2\u003e\n\n  \u003cp class=\"halo-subtitle\"\u003e\n    Keep your pet safe, stylish, and visible after dark with a bright LED glow made for night walks, outdoor adventures, and low-light moments.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"halo-card\"\u003e\n    \u003cdiv class=\"halo-features\"\u003e\n      \u003cdiv class=\"halo-feature\"\u003e\n\u003cspan\u003e💡\u003c\/span\u003eBright LED Visibility\u003c\/div\u003e\n      \u003cdiv class=\"halo-feature\"\u003e\n\u003cspan\u003e🌙\u003c\/span\u003ePerfect for Night Walks\u003c\/div\u003e\n      \u003cdiv class=\"halo-feature\"\u003e\n\u003cspan\u003e🐾\u003c\/span\u003eComfortable Adjustable Fit\u003c\/div\u003e\n      \u003cdiv class=\"halo-feature\"\u003e\n\u003cspan\u003e🔋\u003c\/span\u003eReplaceable CR2032 Battery\u003c\/div\u003e\n      \u003cdiv class=\"halo-feature\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003eMultiple Light Modes\u003c\/div\u003e\n      \u003cdiv class=\"halo-feature\"\u003e\n\u003cspan\u003e🐶\u003c\/span\u003eMade for Dogs \u0026amp; Cats\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halo-card\"\u003e\n    \u003cstrong style=\"font-size:17px;\"\u003eWhy pet owners love it\u003c\/strong\u003e\n    \u003cp style=\"color:#d8f7ff; line-height:1.6; margin-bottom:0;\"\u003e\n      The Halo Collar™ helps drivers, cyclists, and pedestrians spot your pet from a distance — giving you extra peace of mind every time you step outside.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halo-badges\"\u003e\n    \u003cdiv class=\"halo-badge\"\u003e\n      \u003cdiv class=\"halo-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv class=\"halo-content\"\u003e\n        \u003ch4\u003eProtected Checkout\u003c\/h4\u003e\n        \u003cp\u003eEvery purchase is securely processed through Shopify's trusted checkout with encrypted payment protection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halo-badge\"\u003e\n      \u003cdiv class=\"halo-icon\"\u003e🚚\u003c\/div\u003e\n      \u003cdiv class=\"halo-content\"\u003e\n        \u003ch4\u003eTracked Shipping\u003c\/h4\u003e\n        \u003cp\u003eYour order is processed with care and shipped with tracking so you can follow every step of the delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halo-badge\"\u003e\n      \u003cdiv class=\"halo-icon\"\u003e💙\u003c\/div\u003e\n      \u003cdiv class=\"halo-content\"\u003e\n        \u003ch4\u003eReal Customer Support\u003c\/h4\u003e\n        \u003cp\u003eQuestions before or after ordering? The Snout Society team is here to help whenever you need us.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"halo-badge\"\u003e\n      \u003cdiv class=\"halo-icon\"\u003e⭐\u003c\/div\u003e\n      \u003cdiv class=\"halo-content\"\u003e\n        \u003ch4\u003eQuality You Can Trust\u003c\/h4\u003e\n        \u003cp\u003eWe carefully select products designed to keep pets safer, happier, and more comfortable every day.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halo-trusted\"\u003e\n    \u003cstrong\u003e❤️ Trusted by Pet Owners\u003c\/strong\u003e\n    \u003cp\u003e\n      Snout Society is built for pet lovers who want simple, useful products that make everyday adventures safer and more enjoyable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"halo-cta-box\"\u003e\n    \u003cstrong\u003eGlow brighter. Walk safer.\u003c\/strong\u003e\n    Give your pet extra visibility when it matters most.\n  \u003c\/div\u003e\n\n  \u003cp class=\"halo-note\"\u003e\n    Lightweight design • Easy battery replacement • Premium luminous look\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Snout Society","offers":[{"title":"Default Title","offer_id":48592387834081,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0837\/7997\/7441\/files\/product_3.png?v=1782397328"}],"url":"https:\/\/snoutsociety.co.za\/collections\/frontpage.oembed","provider":"Snout Society","version":"1.0","type":"link"}