{"title":"Home page","description":null,"products":[{"product_id":"bushbound™-heatseat","title":"BushBound™ HeatSeat","description":"\u003cstyle\u003e\n  .bb-heatseat {\n    --bb-charcoal: #151515;\n    --bb-charcoal-2: #24211f;\n    --bb-rust: #a94f2a;\n    --bb-rust-light: #c86638;\n    --bb-bone: #f3eadb;\n    --bb-bone-soft: #d8c9b4;\n    --bb-line: rgba(243,234,219,.14);\n\n    max-width: 980px;\n    margin: 0 auto;\n    padding: 34px 22px;\n    font-family: inherit;\n    color: var(--bb-bone);\n    background:\n      radial-gradient(circle at top left, rgba(169,79,42,.24), transparent 34%),\n      radial-gradient(circle at bottom right, rgba(243,234,219,.08), transparent 32%),\n      linear-gradient(135deg, #111 0%, var(--bb-charcoal-2) 52%, #080808 100%);\n    border-radius: 28px;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 26px 80px rgba(0,0,0,.42);\n    border: 1px solid rgba(243,234,219,.10);\n  }\n\n  .bb-heatseat * {\n    box-sizing: border-box;\n  }\n\n  .bb-heatseat::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(rgba(243,234,219,.035) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(243,234,219,.035) 1px, transparent 1px);\n    background-size: 42px 42px;\n    mask-image: radial-gradient(circle at center, black, transparent 75%);\n    pointer-events: none;\n  }\n\n  .bb-glow {\n    position: absolute;\n    width: 300px;\n    height: 300px;\n    background: rgba(169,79,42,.32);\n    filter: blur(85px);\n    border-radius: 50%;\n    top: -100px;\n    right: -90px;\n    animation: bbPulse 5s ease-in-out infinite;\n  }\n\n  @keyframes bbPulse {\n    0%,100% { transform: scale(1) rotate(0deg); opacity: .65; }\n    50% { transform: scale(1.18) rotate(8deg); opacity: 1; }\n  }\n\n  .bb-section {\n    position: relative;\n    z-index: 2;\n    margin-bottom: 42px;\n    animation: bbFadeUp .85s ease both;\n  }\n\n  .bb-section:nth-of-type(2) { animation-delay: .12s; }\n  .bb-section:nth-of-type(3) { animation-delay: .24s; }\n  .bb-section:nth-of-type(4) { animation-delay: .36s; }\n  .bb-section:nth-of-type(5) { animation-delay: .48s; }\n\n  @keyframes bbFadeUp {\n    from { opacity: 0; transform: translateY(24px) scale(.98); }\n    to { opacity: 1; transform: translateY(0) scale(1); }\n  }\n\n  .bb-badge {\n    display: inline-block;\n    padding: 9px 16px;\n    margin-bottom: 18px;\n    border: 1px solid rgba(200,102,56,.65);\n    border-radius: 999px;\n    color: var(--bb-bone);\n    font-weight: 800;\n    letter-spacing: .8px;\n    font-size: 13px;\n    background: linear-gradient(135deg, rgba(169,79,42,.28), rgba(243,234,219,.06));\n    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);\n  }\n\n  .bb-heatseat h2 {\n    font-size: clamp(30px, 4vw, 52px);\n    line-height: 1.05;\n    margin: 0 0 18px;\n    color: var(--bb-bone);\n    letter-spacing: -1.2px;\n  }\n\n  .bb-heatseat h3 {\n    font-size: clamp(22px, 3vw, 32px);\n    margin: 0 0 16px;\n    color: var(--bb-rust-light);\n  }\n\n  .bb-heatseat p {\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--bb-bone-soft);\n    margin: 0 0 16px;\n  }\n\n  .bb-highlight {\n    color: var(--bb-bone);\n    font-weight: 800;\n  }\n\n  .bb-card {\n    padding: 28px;\n    border-radius: 24px;\n    background:\n      linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));\n    border: 1px solid var(--bb-line);\n    backdrop-filter: blur(12px);\n    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;\n  }\n\n  .bb-card:hover {\n    transform: translateY(-7px) rotateX(1deg);\n    border-color: rgba(200,102,56,.65);\n    box-shadow: 0 22px 50px rgba(169,79,42,.18);\n  }\n\n  .bb-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .bb-check {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    padding: 15px 16px;\n    border-radius: 17px;\n    background: rgba(243,234,219,.055);\n    border: 1px solid rgba(243,234,219,.10);\n    color: var(--bb-bone);\n    font-weight: 700;\n    transition: all .28s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bb-check::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(90deg, transparent, rgba(243,234,219,.12), transparent);\n    transform: translateX(-120%);\n    transition: transform .6s ease;\n  }\n\n  .bb-check:hover {\n    background: rgba(169,79,42,.18);\n    border-color: rgba(200,102,56,.55);\n    transform: translateX(6px) scale(1.015);\n  }\n\n  .bb-check:hover::after {\n    transform: translateX(120%);\n  }\n\n  .bb-tick {\n    color: var(--bb-rust-light);\n    font-size: 20px;\n    font-weight: 900;\n  }\n\n  .bb-included {\n    display: grid;\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .bb-include-item {\n    padding: 18px 20px;\n    border-left: 4px solid var(--bb-rust-light);\n    background: rgba(243,234,219,.06);\n    border-radius: 15px;\n    font-weight: 800;\n    color: var(--bb-bone);\n    transition: transform .28s ease, background .28s ease;\n  }\n\n  .bb-include-item:hover {\n    transform: translateX(6px);\n    background: rgba(169,79,42,.16);\n  }\n\n  .bb-final {\n    text-align: center;\n    padding: 36px 22px;\n    border-radius: 26px;\n    background:\n      linear-gradient(135deg, rgba(169,79,42,.28), rgba(243,234,219,.065));\n    border: 1px solid rgba(200,102,56,.38);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,.10);\n  }\n\n  .bb-final strong {\n    color: var(--bb-rust-light);\n  }\n\n  @media (max-width: 700px) {\n    .bb-heatseat {\n      padding: 28px 16px;\n      border-radius: 22px;\n    }\n\n    .bb-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .bb-card {\n      padding: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bb-heatseat\"\u003e\n  \u003cdiv class=\"bb-glow\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"bb-section\"\u003e\n    \u003cspan class=\"bb-badge\"\u003eBUSHBOUND™ HEATSEAT\u003c\/span\u003e\n    \u003ch2\u003eBuilt for South African Conditions\u003c\/h2\u003e\n    \u003cp\u003e\n      From icy winter mornings in the bush to chilly evenings around the campfire, the\n      \u003cspan class=\"bb-highlight\"\u003eBushBound HeatSeat™\u003c\/span\u003e is built for the South African outdoors.\n      Crafted from durable, outdoor-ready materials, it delivers dependable warmth and comfort wherever your adventure takes you.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bb-section bb-card\"\u003e\n    \u003ch3\u003e💬 The Outdoor Essential You Didn't Know You Needed\u003c\/h3\u003e\n    \u003cp\u003e\n      Whether you're sitting in a hunting hide before sunrise, around the campfire after dark,\n      or cheering from the sidelines on a cold Saturday morning, the BushBound HeatSeat™ turns\n      uncomfortable outdoor moments into hours of warmth and comfort.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Once you've experienced the comfort of the HeatSeat™, you'll never want to head outdoors without it.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bb-section\"\u003e\n    \u003ch3\u003ePerfect For\u003c\/h3\u003e\n    \u003cdiv class=\"bb-grid\"\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Hunting\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Camping\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Fishing\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Overlanding\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Farming\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Sporting Events\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Outdoor Work\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e School \u0026amp; Weekend Sports\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Bird Watching\u003c\/div\u003e\n      \u003cdiv class=\"bb-check\"\u003e\n\u003cspan class=\"bb-tick\"\u003e✔\u003c\/span\u003e Caravan \u0026amp; 4×4 Trips\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bb-section bb-card\"\u003e\n    \u003ch3\u003e⭐ The BushBound Difference\u003c\/h3\u003e\n    \u003cp\u003eAnyone can sell a heated cushion.\u003c\/p\u003e\n    \u003cp\u003e\n      At BushBound, we believe outdoor gear should earn its place in your kit. That's why we carefully\n      select products that solve real problems and deliver genuine value when you're out in the field.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The BushBound HeatSeat™ was chosen to help you stay warm, comfortable and outdoors for longer —\n      whether you're waiting in a hunting hide before sunrise, relaxing around the campfire, or spending\n      the day on the sidelines.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cspan class=\"bb-highlight\"\u003eBecause the best outdoor adventures shouldn't end just because you're cold.\u003c\/span\u003e\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bb-section\"\u003e\n    \u003ch3\u003e📦 What's Included\u003c\/h3\u003e\n    \u003cdiv class=\"bb-included\"\u003e\n      \u003cdiv class=\"bb-include-item\"\u003e✔ BushBound HeatSeat™ Heated Outdoor Cushion\u003c\/div\u003e\n      \u003cdiv class=\"bb-include-item\"\u003e✔ Premium 10,000mAh Power Bank\u003c\/div\u003e\n      \u003cdiv class=\"bb-include-item\"\u003e✔ USB Charging Cable\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bb-final\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eStay warmer. Sit longer. Enjoy the outdoors in comfort.\u003c\/strong\u003e\u003cbr\u003e\n      The BushBound HeatSeat™ is made for cold mornings, long waits and unforgettable outdoor moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"BushBound","offers":[{"title":"Default Title","offer_id":58123528012079,"sku":null,"price":1249.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/0906\/9359\/files\/heatseat-silver-logo.png?v=1783361483"}],"url":"https:\/\/bushbound.co.za\/collections\/frontpage.oembed","provider":"BushBound","version":"1.0","type":"link"}