{"product_id":"braaiboost™-fire-blower","title":"BraaiBoost™ Fire Blower","description":"\u003cstyle\u003e\n#gorsa-blazeboost{\n    max-width:1200px;\n    margin:30px auto;\n    font-family:Arial,Helvetica,sans-serif;\n    color:#222;\n    overflow:hidden;\n}\n#gorsa-blazeboost *{\n    box-sizing:border-box;\n}\n#gorsa-blazeboost .hero{\n    background:linear-gradient(135deg,#000,#1a1a1a,#111);\n    color:#fff;\n    border-radius:20px;\n    padding:60px 30px;\n    text-align:center;\n    position:relative;\n    overflow:hidden;\n}\n#gorsa-blazeboost .hero:before{\n    content:'';\n    position:absolute;\n    width:250px;\n    height:250px;\n    background:rgba(255,170,0,.25);\n    border-radius:50%;\n    top:-80px;\n    left:-80px;\n    filter:blur(40px);\n    animation:float 8s ease-in-out infinite;\n}\n#gorsa-blazeboost .hero:after{\n    content:'';\n    position:absolute;\n    width:280px;\n    height:280px;\n    background:rgba(255,60,0,.18);\n    border-radius:50%;\n    bottom:-120px;\n    right:-100px;\n    filter:blur(45px);\n    animation:float 10s ease-in-out infinite reverse;\n}\n@keyframes float{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(25px);}\n}\n#gorsa-blazeboost h1{\n    font-size:40px;\n    color:#FFD000;\n    margin-bottom:15px;\n    position:relative;\n    z-index:2;\n    word-break:normal;\n    hyphens:none;\n}\n#gorsa-blazeboost h2{\n    font-size:24px;\n    color:#fff;\n    margin-bottom:25px;\n    position:relative;\n    z-index:2;\n    word-break:normal;\n    hyphens:none;\n}\n#gorsa-blazeboost .hero p{\n    max-width:850px;\n    margin:auto;\n    line-height:1.8;\n    font-size:17px;\n    color:#f4f4f4;\n    position:relative;\n    z-index:2;\n}\n#gorsa-blazeboost .cta{\n    display:inline-block;\n    margin-top:35px;\n    background:#FFD000;\n    color:#000;\n    text-decoration:none;\n    padding:16px 40px;\n    border-radius:50px;\n    font-weight:bold;\n    font-size:17px;\n    transition:.35s;\n    position:relative;\n    z-index:2;\n    animation:pulse 2s infinite;\n}\n#gorsa-blazeboost .cta:hover{\n    background:#ff5b00;\n    color:#fff;\n    transform:translateY(-4px);\n}\n@keyframes pulse{\n    0%{box-shadow:0 0 0 rgba(255,208,0,.7);}\n    70%{box-shadow:0 0 25px rgba(255,208,0,.7);}\n    100%{box-shadow:0 0 0 rgba(255,208,0,0);}\n}\n#gorsa-blazeboost .section{\n    padding:50px 15px;\n}\n#gorsa-blazeboost .title{\n    text-align:center;\n    font-size:30px;\n    color:#111;\n    margin-bottom:35px;\n    word-break:normal;\n    hyphens:none;\n}\n#gorsa-blazeboost .title:after{\n    content:'';\n    display:block;\n    width:80px;\n    height:4px;\n    background:#FFD000;\n    margin:12px auto;\n    border-radius:20px;\n}\n#gorsa-blazeboost .grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n    gap:25px;\n}\n#gorsa-blazeboost .card{\n    background:#fff;\n    border-radius:18px;\n    padding:28px 22px;\n    box-shadow:0 10px 30px rgba(0,0,0,.08);\n    transition:.35s;\n    border-top:5px solid #FFD000;\n    word-break:normal;\n    hyphens:none;\n    overflow-wrap:break-word;\n}\n#gorsa-blazeboost .card:hover{\n    transform:translateY(-10px);\n    box-shadow:0 20px 45px rgba(0,0,0,.15);\n}\n#gorsa-blazeboost .icon{\n    font-size:42px;\n    margin-bottom:18px;\n}\n#gorsa-blazeboost .card h3{\n    margin-bottom:12px;\n    color:#111;\n    font-size:18px;\n    word-break:normal;\n    hyphens:none;\n}\n#gorsa-blazeboost .card p{\n    line-height:1.7;\n    color:#666;\n}\n#gorsa-blazeboost .features{\n    background:#f8f8f8;\n    border-radius:20px;\n    padding:40px 30px;\n}\n#gorsa-blazeboost ul{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:15px;\n    list-style:none;\n    padding:0;\n    margin:0;\n}\n#gorsa-blazeboost li{\n    background:#fff;\n    padding:18px;\n    border-radius:12px;\n    font-weight:600;\n    transition:.3s;\n    word-break:normal;\n    hyphens:none;\n}\n#gorsa-blazeboost li:hover{\n    background:#FFD000;\n    transform:scale(1.03);\n}\n#gorsa-blazeboost .why{\n    background:linear-gradient(135deg,#111,#000);\n    color:#fff;\n    border-radius:20px;\n    padding:55px 30px;\n    text-align:center;\n}\n#gorsa-blazeboost .why h2{\n    color:#FFD000;\n}\n#gorsa-blazeboost .why p{\n    max-width:850px;\n    margin:20px auto 0;\n    line-height:1.9;\n    color:#ddd;\n    font-size:17px;\n}\n#gorsa-blazeboost .reviews-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(270px,1fr));\n    gap:20px;\n}\n#gorsa-blazeboost .review-card{\n    background:#fff;\n    border-radius:15px;\n    padding:25px 20px;\n    box-shadow:0 10px 25px rgba(0,0,0,.08);\n    border-left:5px solid #FFD000;\n    word-break:normal;\n    hyphens:none;\n    overflow-wrap:break-word;\n}\n#gorsa-blazeboost .review-stars{\n    color:#FFD000;\n    font-size:20px;\n    margin-bottom:10px;\n    letter-spacing:2px;\n}\n#gorsa-blazeboost .review-text{\n    font-size:15px;\n    color:#333;\n    font-style:italic;\n    margin:0 0 15px;\n    line-height:1.7;\n}\n#gorsa-blazeboost .review-author{\n    display:flex;\n    align-items:center;\n    gap:12px;\n}\n#gorsa-blazeboost .review-avatar{\n    width:44px;\n    height:44px;\n    border-radius:50%;\n    background:#009739;\n    color:#fff;\n    font-weight:bold;\n    font-size:18px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    flex-shrink:0;\n}\n#gorsa-blazeboost .review-name{\n    font-weight:bold;\n    color:#111;\n    font-size:15px;\n}\n#gorsa-blazeboost .review-location{\n    font-size:13px;\n    color:#777;\n}\n#gorsa-blazeboost .review-badge{\n    display:inline-block;\n    background:#009739;\n    color:#fff;\n    font-size:11px;\n    padding:2px 8px;\n    border-radius:20px;\n    margin-top:4px;\n    font-weight:bold;\n}\n#gorsa-blazeboost .bottom{\n    text-align:center;\n    padding:55px 20px;\n}\n#gorsa-blazeboost .bottom h2{\n    color:#111;\n    margin-bottom:15px;\n    word-break:normal;\n    hyphens:none;\n}\n#gorsa-blazeboost .bottom p{\n    color:#666;\n    margin-bottom:30px;\n    line-height:1.8;\n}\n@media(max-width:768px){\n    #gorsa-blazeboost h1{font-size:28px;}\n    #gorsa-blazeboost h2{font-size:20px;}\n    #gorsa-blazeboost .hero{padding:45px 20px;}\n    #gorsa-blazeboost .hero p{font-size:16px;}\n    #gorsa-blazeboost .title{font-size:24px;}\n    #gorsa-blazeboost .features{padding:25px 15px;}\n    #gorsa-blazeboost .why{padding:40px 20px;}\n    #gorsa-blazeboost .cta{width:100%;max-width:320px;}\n}\n@media(max-width:480px){\n    #gorsa-blazeboost{padding:0 10px;}\n    #gorsa-blazeboost h1{font-size:23px;}\n    #gorsa-blazeboost h2{font-size:17px;}\n    #gorsa-blazeboost .section{padding:35px 10px;}\n    #gorsa-blazeboost .title{font-size:21px;}\n    #gorsa-blazeboost .card{padding:20px 15px;}\n    #gorsa-blazeboost .bottom{padding:35px 10px;}\n}\n\u003c\/style\u003e\n\n\u003cdiv id=\"gorsa-blazeboost\"\u003e\n\n\u003cdiv class=\"hero\"\u003e\n\u003ch1\u003e🔥 BlazeBoost™ Portable Fire Starter Blower\u003c\/h1\u003e\n\u003ch2\u003eIgnite Your Fire Faster. Enjoy Every Outdoor Moment.\u003c\/h2\u003e\n\u003cp\u003eTake the hassle out of starting fires with the \u003cstrong\u003eBlazeBoost™ Portable Fire Starter Blower\u003c\/strong\u003e — the perfect companion for braais, camping trips, fireplaces, and outdoor adventures. Designed with a simple hand-operated crank, this lightweight blower delivers a steady stream of air directly to your fire, helping ignite charcoal, wood, and kindling quickly without the need for batteries or electricity.\u003cbr\u003e\u003cbr\u003eWhether you're preparing a traditional South African braai, lighting a campfire, or warming up your fireplace, BlazeBoost™ makes fire starting faster, safer, and more efficient.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta\"\u003e🔥 Start Your Fire Faster\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"title\"\u003eWhy You'll Love It\u003c\/h2\u003e\n\u003cdiv class=\"grid\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eFaster Fire Starting\u003c\/h3\u003e\n\u003cp\u003eCreates a concentrated stream of air that helps charcoal and wood ignite in minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eNo Batteries Needed\u003c\/h3\u003e\n\u003cp\u003eCompletely manual operation means you'll never run out of power while outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏕️\u003c\/div\u003e\n\u003ch3\u003ePerfect for Camping\u003c\/h3\u003e\n\u003cp\u003eIdeal for camping, braais, fireplaces, wood stoves and outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eBuilt to Last\u003c\/h3\u003e\n\u003cp\u003eDurable construction designed to withstand repeated outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section features\"\u003e\n\u003ch2 class=\"title\"\u003eProduct Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e✅ Hand-operated crank\u003c\/li\u003e\n\u003cli\u003e✅ No electricity required\u003c\/li\u003e\n\u003cli\u003e✅ Lightweight \u0026amp; portable\u003c\/li\u003e\n\u003cli\u003e✅ Ergonomic comfortable handle\u003c\/li\u003e\n\u003cli\u003e✅ Direct airflow for faster ignition\u003c\/li\u003e\n\u003cli\u003e✅ Suitable for charcoal, wood \u0026amp; kindling\u003c\/li\u003e\n\u003cli\u003e✅ Great for braais \u0026amp; fireplaces\u003c\/li\u003e\n\u003cli\u003e✅ Perfect camping accessory\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"why\"\u003e\n\u003ch2\u003e🇿🇦 Designed for Every South African Braai\u003c\/h2\u003e\n\u003cp\u003eWhether you're enjoying a weekend braai with family, camping under the stars, or relaxing around a fire pit, the \u003cstrong\u003eBlazeBoost™ Portable Fire Starter Blower\u003c\/strong\u003e helps you build a stronger fire in less time. Spend less time struggling to light your fire and more time creating unforgettable memories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"title\"\u003e⭐ What South Africans Are Saying\u003c\/h2\u003e\n\u003cdiv class=\"reviews-grid\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Hierdie ding is ‘n absolute braäi-redder! My kole was binne 5 minute aan die brand. Geen meer waai met ‘n kartonbord nie — die BlazeBoost doen al die werk. Elke braai-meester in Suid-Afrika benodig een!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eJ\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eJohan van Rensburg\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Centurion, Gauteng\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Used this on our Heritage Day braai and it was a total hit! Got the fire going in no time and everyone was impressed. Compact enough to throw in the camping bag too. Brilliant product, fast delivery!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eN\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eNomsa Khumalo\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Soweto, Gauteng\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Took this on a camping trip to the Drakensberg and it worked perfectly. No batteries, no fuss — just crank and blow. The fire was roaring within minutes. Lightweight and easy to pack. Definitely buying another one as a gift!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eR\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eRuan Pretorius\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Pietermaritzburg, KwaZulu-Natal\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Ek het dit as ‘n geskenk vir my pa gekoop en hy is mal daaroor! Hy braai elke naweek en sê dit is die beste braai-hulpmiddel wat hy nog ooit gehad het. Vinnige aflewering en goeie kwaliteit. Dankie GoRSA!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eL\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eLiezel Fourie\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 George, Western Cape\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“As a braai enthusiast from Durban, I've tried everything to get my fire going faster. This blower is the real deal. Works on wood and charcoal, super easy to use and my kids love cranking it. Great family braai tool!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eD\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eDeven Pillay\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Durban, KwaZulu-Natal\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Ordered two — one for home and one for the bush. Works like a charm on both wood fires and charcoal. No more blowing until you’re dizzy! The handle is comfortable and the build quality is solid. 10\/10 would recommend.”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eT\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eThabo Nkosi\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Polokwane, Limpopo\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Fantastiese produk! Ons gebruik dit elke naweek by die braai en dit werk elke keer perfek. Maklik om te gebruik, selfs vir die kinders. Die vuur is binne minute gereed. Sal dit definitief aan vriende aanbeveel!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eC\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eChanel Engelbrecht\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Potchefstroom, North West\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e“Bought this for our annual Kruger Park camping trip and it was a lifesaver! Starting a fire in the bush with damp wood is always a challenge, but the BlazeBoost made it so easy. Compact, sturdy and works perfectly. GoRSA delivers again!”\u003c\/p\u003e\n\u003cdiv class=\"review-author\"\u003e\n\u003cdiv class=\"review-avatar\"\u003eS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"review-name\"\u003eSipho Dlamini\u003c\/div\u003e\n\u003cdiv class=\"review-location\"\u003e📍 Nelspruit, Mpumalanga\u003c\/div\u003e\n\u003cdiv class=\"review-badge\"\u003e✔ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"bottom\"\u003e\n\u003ch2\u003e🎁 The Perfect Gift for Every Braai Master\u003c\/h2\u003e\n\u003cp\u003eA practical gift for campers, outdoor enthusiasts, dads, and anyone who loves cooking over an open fire.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta\"\u003e🔥 Order Yours Today\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"GoRSA","offers":[{"title":"Default Title","offer_id":49293251805443,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0830\/2749\/3123\/files\/ChatGPTImageJul19_2026_08_02_51PM.png?v=1784484193","url":"https:\/\/gorsa.co.za\/products\/braaiboost%e2%84%a2-fire-blower","provider":"GoRSA","version":"1.0","type":"link"}