{"title":"Home page","description":null,"products":[{"product_id":"10-000-lumen-high-power-flashlight","title":"Torch X10","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;900\u0026display=swap');\n  .t10{font-family:'Inter',sans-serif;background:#f8f8f8;color:#111;margin:0;padding:0;border-radius:16px;overflow:hidden;}\n  @keyframes fadeUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}\n  @keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}\n  @keyframes beamPulse{0%,100%{box-shadow:0 0 40px rgba(0,0,0,0.08)}50%{box-shadow:0 0 80px rgba(0,0,0,0.18)}}\n  @keyframes countUp{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}\n\n  \/* HERO *\/\n  .t10-hero{background:#111;color:#fff;padding:80px 40px;text-align:center;position:relative;overflow:hidden;}\n  .t10-hero::after{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,0.06) 0%,transparent 65%);pointer-events:none;}\n  .t10-badge{display:inline-block;background:#fff;color:#111;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:28px;animation:fadeUp 0.6s ease forwards;}\n  .t10-hero h1{font-size:52px;font-weight:900;line-height:1.1;margin:0 0 20px;letter-spacing:-1px;animation:fadeUp 0.7s ease forwards;}\n  .t10-hero h1 span{background:linear-gradient(90deg,#fff,#aaa,#fff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s linear infinite;}\n  .t10-hero p{font-size:17px;line-height:1.8;color:#aaa;max-width:600px;margin:0 auto 40px;animation:fadeUp 0.8s ease forwards;}\n  .t10-divider{width:60px;height:3px;background:#fff;margin:0 auto;border-radius:2px;animation:fadeUp 0.9s ease forwards;}\n\n  \/* STATS *\/\n  .t10-stats{display:grid;grid-template-columns:repeat(3,1fr);background:#1a1a1a;text-align:center;}\n  .t10-stat{padding:40px 20px;border-right:1px solid #2a2a2a;animation:countUp 0.8s ease forwards;}\n  .t10-stat:last-child{border-right:none;}\n  .t10-stat-num{font-size:42px;font-weight:900;color:#fff;display:block;line-height:1;}\n  .t10-stat-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:2px;margin-top:8px;display:block;}\n\n  \/* INTRO *\/\n  .t10-intro{padding:70px 40px;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}\n  .t10-intro-text h2{font-size:32px;font-weight:800;line-height:1.2;margin:0 0 20px;}\n  .t10-intro-text p{font-size:15px;line-height:1.9;color:#555;margin:0;}\n  .t10-intro-visual{background:#111;border-radius:16px;padding:50px 30px;text-align:center;animation:beamPulse 3s ease-in-out infinite;}\n  .t10-intro-visual .beam{font-size:72px;display:block;margin-bottom:16px;}\n  .t10-intro-visual p{color:#888;font-size:13px;letter-spacing:1px;text-transform:uppercase;margin:0;}\n\n  \/* BENEFITS *\/\n  .t10-benefits{padding:70px 40px;background:#f8f8f8;}\n  .t10-benefits h2{font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#999;margin:0 0 40px;}\n  .t10-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}\n  .t10-benefit{background:#fff;border-radius:14px;padding:30px;border:1px solid #eee;transition:all 0.3s ease;animation:fadeUp 0.6s ease forwards;}\n  .t10-benefit:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,0.1);border-color:#ddd;}\n  .t10-benefit-icon{font-size:32px;margin-bottom:16px;display:block;}\n  .t10-benefit h3{font-size:16px;font-weight:700;margin:0 0 8px;}\n  .t10-benefit p{font-size:14px;color:#777;line-height:1.7;margin:0;}\n\n  \/* HOW IT WORKS *\/\n  .t10-how{background:#111;color:#fff;padding:70px 40px;}\n  .t10-how h2{font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#666;margin:0 0 16px;}\n  .t10-how h3{font-size:32px;font-weight:800;margin:0 0 40px;}\n  .t10-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}\n  .t10-step{border-top:2px solid #333;padding-top:24px;}\n  .t10-step-num{font-size:48px;font-weight:900;color:#333;line-height:1;margin-bottom:12px;display:block;}\n  .t10-step h4{font-size:15px;font-weight:700;color:#fff;margin:0 0 8px;}\n  .t10-step p{font-size:13px;color:#777;line-height:1.7;margin:0;}\n\n  \/* MODES *\/\n  .t10-modes{background:#fff;padding:70px 40px;}\n  .t10-modes h2{font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#999;margin:0 0 16px;}\n  .t10-modes h3{font-size:32px;font-weight:800;margin:0 0 40px;}\n  .t10-mode-list{display:flex;gap:12px;flex-wrap:wrap;}\n  .t10-mode{background:#f0f0f0;border-radius:100px;padding:12px 24px;font-size:14px;font-weight:600;transition:all 0.3s;}\n  .t10-mode:hover{background:#111;color:#fff;}\n\n  \/* CASE *\/\n  .t10-case{background:#f8f8f8;padding:70px 40px;text-align:center;}\n  .t10-case-inner{background:#111;border-radius:20px;padding:60px 40px;max-width:600px;margin:0 auto;}\n  .t10-case-inner span{font-size:48px;display:block;margin-bottom:20px;}\n  .t10-case-inner h3{font-size:24px;font-weight:800;color:#fff;margin:0 0 12px;}\n  .t10-case-inner p{font-size:15px;color:#888;line-height:1.7;margin:0;}\n\n  \/* FOOTER CTA *\/\n  .t10-cta{background:#111;padding:60px 40px;text-align:center;}\n  .t10-cta h2{font-size:36px;font-weight:900;color:#fff;margin:0 0 12px;}\n  .t10-cta p{font-size:15px;color:#666;margin:0;}\n\n  @media(max-width:640px){\n    .t10-hero h1{font-size:32px;}\n    .t10-stats{grid-template-columns:1fr;}\n    .t10-stat{border-right:none;border-bottom:1px solid #2a2a2a;}\n    .t10-intro{grid-template-columns:1fr;}\n    .t10-grid{grid-template-columns:1fr;}\n    .t10-steps{grid-template-columns:1fr;}\n    .t10-hero{padding:50px 24px;}\n    .t10-intro,.t10-benefits,.t10-how,.t10-modes,.t10-case,.t10-cta{padding:50px 24px;}\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"t10\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"t10-hero\"\u003e\n    \u003cdiv class=\"t10-badge\"\u003e🔦 Iron Torch — Torch 10\u003c\/div\u003e\n    \u003ch1\u003e\n\u003cspan\u003eSee Everything.\u003c\/span\u003e\u003cbr\u003eMiss Nothing.\u003c\/h1\u003e\n    \u003cp\u003eThere's a moment — on a trail at midnight, during a blackout, or deep in the bush — when you need light you can actually count on. The Torch 10 was built for exactly that moment.\u003c\/p\u003e\n    \u003cdiv class=\"t10-divider\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- STATS --\u003e\n  \u003cdiv class=\"t10-stats\"\u003e\n    \u003cdiv class=\"t10-stat\"\u003e\n      \u003cspan class=\"t10-stat-num\"\u003e10K\u003c\/span\u003e\n      \u003cspan class=\"t10-stat-label\"\u003eLumens Output\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"t10-stat\"\u003e\n      \u003cspan class=\"t10-stat-num\"\u003e500m\u003c\/span\u003e\n      \u003cspan class=\"t10-stat-label\"\u003eBeam Distance\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"t10-stat\"\u003e\n      \u003cspan class=\"t10-stat-num\"\u003e5\u003c\/span\u003e\n      \u003cspan class=\"t10-stat-label\"\u003eLight Modes\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"t10-intro\"\u003e\n    \u003cdiv class=\"t10-intro-text\"\u003e\n      \u003ch2\u003eBuilt for the moments that matter most.\u003c\/h2\u003e\n      \u003cp\u003eWhether you're navigating unfamiliar terrain, securing a perimeter, or just refusing to be caught off guard — the Torch 10 puts you in complete control. 10,000 lumens of raw output turns pitch black into broad daylight, reaching up to 500 metres ahead.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"t10-intro-visual\"\u003e\n      \u003cspan class=\"beam\"\u003e💡\u003c\/span\u003e\n      \u003cp\u003e10,000 Lumens\u003cbr\u003eHigh Power LED Array\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BENEFITS --\u003e\n  \u003cdiv class=\"t10-benefits\"\u003e\n    \u003ch2\u003eWhat It Does For You\u003c\/h2\u003e\n    \u003cdiv class=\"t10-grid\"\u003e\n      \u003cdiv class=\"t10-benefit\"\u003e\n        \u003cspan class=\"t10-benefit-icon\"\u003e👁️\u003c\/span\u003e\n        \u003ch3\u003eSee Further, Move Faster\u003c\/h3\u003e\n        \u003cp\u003e10,000 lumens illuminates up to 500m ahead — you always know exactly what's coming.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-benefit\"\u003e\n        \u003cspan class=\"t10-benefit-icon\"\u003e⚡\u003c\/span\u003e\n        \u003ch3\u003eAdapt to Any Situation\u003c\/h3\u003e\n        \u003cp\u003eSwitch between high, medium, low, strobe, and SOS modes in seconds — whatever the moment demands.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-benefit\"\u003e\n        \u003cspan class=\"t10-benefit-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003ch3\u003eBuilt to Take a Beating\u003c\/h3\u003e\n        \u003cp\u003eWater-resistant and impact-resistant body engineered to handle South African conditions without complaint.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-benefit\"\u003e\n        \u003cspan class=\"t10-benefit-icon\"\u003e🔋\u003c\/span\u003e\n        \u003ch3\u003eLasts When It Matters\u003c\/h3\u003e\n        \u003cp\u003eExtended battery runtime so you're never left in the dark mid-task, mid-trail, or mid-emergency.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-benefit\"\u003e\n        \u003cspan class=\"t10-benefit-icon\"\u003e🤝\u003c\/span\u003e\n        \u003ch3\u003eComfortable in Hand\u003c\/h3\u003e\n        \u003cp\u003eErgonomic grip designed for extended use — no fatigue, no fumbling, just control.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-benefit\"\u003e\n        \u003cspan class=\"t10-benefit-icon\"\u003e🌡️\u003c\/span\u003e\n        \u003ch3\u003eStays Cool Under Pressure\u003c\/h3\u003e\n        \u003cp\u003eRugged aluminium body dissipates heat efficiently — consistent performance over long sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"t10-how\"\u003e\n    \u003ch2\u003eTechnology\u003c\/h2\u003e\n    \u003ch3\u003e⚙️ How It Works\u003c\/h3\u003e\n    \u003cdiv class=\"t10-steps\"\u003e\n      \u003cdiv class=\"t10-step\"\u003e\n        \u003cspan class=\"t10-step-num\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003eHigh-Efficiency LED Array\u003c\/h4\u003e\n        \u003cp\u003eProduces 10,000 lumens of raw output — more light, less energy wasted as heat.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-step\"\u003e\n        \u003cspan class=\"t10-step-num\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eAdjustable Beam\u003c\/h4\u003e\n        \u003cp\u003eWide flood for close-range visibility. Focused throw for long-distance illumination. You choose.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"t10-step\"\u003e\n        \u003cspan class=\"t10-step-num\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eThermal Management\u003c\/h4\u003e\n        \u003cp\u003eAluminium body channels heat away from the LED — keeping output consistent over extended sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MODES --\u003e\n  \u003cdiv class=\"t10-modes\"\u003e\n    \u003ch2\u003eLight Modes\u003c\/h2\u003e\n    \u003ch3\u003eFive Modes. One Torch.\u003c\/h3\u003e\n    \u003cdiv class=\"t10-mode-list\"\u003e\n      \u003cdiv class=\"t10-mode\"\u003e🔆 High — 10,000lm\u003c\/div\u003e\n      \u003cdiv class=\"t10-mode\"\u003e🔅 Medium\u003c\/div\u003e\n      \u003cdiv class=\"t10-mode\"\u003e💡 Low\u003c\/div\u003e\n      \u003cdiv class=\"t10-mode\"\u003e⚡ Strobe\u003c\/div\u003e\n      \u003cdiv class=\"t10-mode\"\u003e🆘 SOS\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARRY CASE --\u003e\n  \u003cdiv class=\"t10-case\"\u003e\n    \u003cdiv class=\"t10-case-inner\"\u003e\n      \u003cspan\u003e🎒\u003c\/span\u003e\n      \u003ch3\u003eIncludes Iron Torch Branded Carry Case\u003c\/h3\u003e\n      \u003cp\u003eA torch this capable deserves to be protected. Every Torch 10 ships with a premium branded carry case — built for storage, transport, and keeping your gear in perfect condition.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"t10-cta\"\u003e\n    \u003ch2\u003eThe Torch 10. 🔦\u003c\/h2\u003e\n    \u003cp\u003eBuilt for South Africa. Built to last. Built to perform.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Iron Torch","offers":[{"title":"Default Title","offer_id":53448439824684,"sku":null,"price":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/6777\/6812\/files\/iron-torch-flashlight-ad-restyled.png?v=1784365095"}],"url":"https:\/\/irontorch.co.za\/collections\/frontpage.oembed","provider":"Iron Torch","version":"1.0","type":"link"}