{"product_id":"speras-th6-hunting-flashlight-4-in-1-hunting-light-zoomable-hunting-flashlight","title":"SPERAS TH6 Rechargeable 4-in-1 LED Hunting Flashlight","description":"\u003cstyle\u003e\n    \/* 🏆 Speras Universal Hero Banner \u0026 Layout Style *\/\n    .speras-pdp-container { font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif; color: #333; line-height: 1.6; max-width: 950px; margin: 0 auto; padding: 20px; }\n    .speras-hero-banner { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); padding: 50px 30px; border-radius: 20px; margin-bottom: 40px; text-align: center; border-bottom: 6px solid #ea580c; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }\n    .speras-hero-banner h1 { font-size: 38px; font-weight: 900; color: #ffffff !important; margin: 0 0 15px 0; line-height: 1.3; }\n    .speras-hero-banner .subtitle { font-size: 18px; max-width: 850px; margin: 0 auto 20px auto; color: #cbd5e1 !important; line-height: 1.7; }\n    \n    \/* Comparison Table \/ Formatting *\/\n    .speras-table-wrapper { overflow-x: auto; margin: 40px 0; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border: 1px solid #e2e8f0; }\n    .speras-table { width: 100%; border-collapse: collapse; text-align: left; background-color: #fff; min-width: 600px; }\n    .speras-table th, .speras-table td { padding: 16px 20px; border-bottom: 1px solid #e2e8f0; font-size: 16px; color: #444; }\n    .speras-table th { background-color: #0f172a; font-weight: bold; color: #fff; font-size: 16px; }\n    .speras-table tr:hover { background-color: #f9fafb; }\n    .speras-highlight-col { background-color: #fff7ed; font-weight: bold; width: 40%; color: #c2410c !important; }\n\n    \/* ========================================================= *\/\n    \/* 🔍 修复版：安全居中的点击放大灯箱 (Lightbox) *\/\n    \/* ========================================================= *\/\n    .speras-zoomable { cursor: zoom-in; transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; }\n    .speras-zoomable:hover { transform: scale(1.02); box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important; }\n    \/* 解决置顶 BUG：去掉 height:100vh，改为四向绝对拉伸配合 flex 居中 *\/\n    #speras-lightbox { position: fixed; z-index: 999999; top: 0; left: 0; right: 0; bottom: 0; background: rgba(15, 23, 42, 0.95); display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; cursor: zoom-out; padding: 15px; box-sizing: border-box; }\n    #speras-lightbox.active { opacity: 1; visibility: visible; }\n    \/* object-fit: contain 确保图片比例正确并在手机端完美居中 *\/\n    #speras-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.5); transform: scale(0.9); transition: transform 0.3s ease; }\n    #speras-lightbox.active img { transform: scale(1); }\n\n    \/* Layout Elements *\/\n    .speras-section-title { font-size: 28px; font-weight: bold; color: #111; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-top: 50px; margin-bottom: 30px; text-align: center; }\n\n    \/* 极致稳定的左右图文模块 *\/\n    .speras-feature-row { display: flex; flex-wrap: wrap; background: #fafafa; border-radius: 12px; border: 1px solid #e2e8f0; margin-bottom: 40px; overflow: hidden; align-items: center; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }\n    .speras-feature-text { flex: 1 1 300px; padding: 35px; }\n    .speras-feature-img { flex: 1 1 300px; padding: 25px; text-align: center; }\n    .speras-feature-img img { width: 100%; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); display: block; margin: 0 auto; }\n\n    \/* ========================================================= *\/\n    \/* 📱 移动端防重叠修复补丁 (纯 CSS 拦截) *\/\n    \/* ========================================================= *\/\n    @media screen and (max-width: 850px) {\n        .speras-pdp-container { padding: 10px !important; box-sizing: border-box !important; overflow: hidden !important; }\n        .speras-hero-banner { padding: 30px 15px !important; height: auto !important; }\n        \n        \/* 强制打散所有横向排版模块，变更为上下单列 *\/\n        .speras-pdp-container div[style*=\"display: flex\"],\n        .speras-feature-row { display: block !important; }\n        \n        .speras-feature-text, .speras-feature-img, \n        .speras-pdp-container div[style*=\"flex: 1\"] { \n            display: block !important; \n            width: 100% !important; \n            max-width: 100% !important; \n            padding: 15px !important; \n            margin-bottom: 20px !important;\n            height: auto !important; \n            box-sizing: border-box !important; \n        }\n\n        \/* 彻底释放文字高度与换行：消除“叠罗汉”现象 *\/\n        .speras-pdp-container h1, \n        .speras-pdp-container h2, \n        .speras-pdp-container h3, \n        .speras-pdp-container p, \n        .speras-pdp-container span, \n        .speras-pdp-container li,\n        .speras-pdp-container summary,\n        .speras-pdp-container div {\n            height: auto !important;\n            max-height: none !important;\n            white-space: normal !important;\n            word-wrap: break-word !important;\n            word-break: break-word !important;\n            overflow-wrap: anywhere !important;\n            line-height: 1.5 !important;\n            box-sizing: border-box !important;\n        }\n        \n        .speras-pdp-container h1 { font-size: 26px !important; line-height: 1.3 !important; margin-bottom: 15px !important; }\n        .speras-pdp-container .speras-section-title { font-size: 22px !important; line-height: 1.4 !important; }\n        .speras-pdp-container img { max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"speras-pdp-container\"\u003e\n\u003cdiv class=\"speras-hero-banner\"\u003e\n\u003cspan style=\"display: inline-block; background: #ea580c; color: #fff; padding: 6px 18px; border-radius: 30px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px;\"\u003eUltimate Predator Hunting Light\u003c\/span\u003e\n\u003ch1\u003eSPERAS TH6: 4-in-1 Zoomable Flashlight\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eDominate the night with the SPERAS TH6. Specially designed for professional hunters, this powerful torch delivers a massive \u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003e1173-meter throw\u003c\/strong\u003e\u003c\/span\u003e. Featuring an innovative rotary switch for 4 distinct LED colors (\u003cstrong\u003e\u003cspan style=\"color: #ea580c;\"\u003eWhite, Red, Green, IR850\u003c\/span\u003e\u003c\/strong\u003e) and stepless dimming, it is your ultimate tactical solution for tracking targets without spooking the prey.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-top: 15px;\"\u003e\n\u003cspan style=\"background: rgba(255,255,255,0.1); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px;\"\u003e💡 1173m Throw\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.1); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px;\"\u003e🎯 4 Built-in Colors\u003c\/span\u003e \u003cspan style=\"background: rgba(255,255,255,0.1); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px;\"\u003e🔦 Stepless Dimming\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"speras-section-title\"\u003eMaster the Hunt with 4 Built-in LEDs\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #475569; margin-bottom: 30px; font-size: 16px;\"\u003eDitch the flimsy plastic filters. The TH6 integrates four independent high-performance LED cores into one single flashlight, allowing you to instantly adapt to any hunting environment.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 50px;\"\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.03);\"\u003e\n\u003cimg class=\"speras-zoomable\" loading=\"lazy\" style=\"width: 100%; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\" alt=\"SPERAS TH6 4-in-1 rotating LED switch\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-6.gif?v=1727175118\"\u003e\n\u003ch3 style=\"font-size: 19px; font-weight: 800; color: #0f172a; margin-top: 0;\"\u003eInstant Color Switching\u003c\/h3\u003e\n\u003cp style=\"font-size: 15px; color: #475569; line-height: 1.5; margin-bottom: 0;\"\u003eSimply rotate the switch to transition between brilliant White, stealthy Red, high-contrast Green, and invisible IR850.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.03);\"\u003e\n\u003cimg class=\"speras-zoomable\" loading=\"lazy\" style=\"width: 100%; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\" alt=\"Zoomable hunting torch flood to focus beam\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-7.gif?v=1727175119\"\u003e\n\u003ch3 style=\"font-size: 19px; font-weight: 800; color: #0f172a; margin-top: 0;\"\u003eAdjustable Focus\u003c\/h3\u003e\n\u003cp style=\"font-size: 15px; color: #475569; line-height: 1.5; margin-bottom: 0;\"\u003eEquipped with a massive 66mm lens. Push and pull the head to shift from a wide flood beam to a tight focus reaching 1173m.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 30%; background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.03);\"\u003e\n\u003cimg class=\"speras-zoomable\" loading=\"lazy\" style=\"width: 100%; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\" alt=\"SPERAS TH6 stepless dimming hunting flashlight\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-8.gif?v=1727175118\"\u003e\n\u003ch3 style=\"font-size: 19px; font-weight: 800; color: #0f172a; margin-top: 0;\"\u003eStealthy Stepless Dimming\u003c\/h3\u003e\n\u003cp style=\"font-size: 15px; color: #475569; line-height: 1.5; margin-bottom: 0;\"\u003eSudden bright lights scare animals. The tail dial supports smooth dimming to choose the exact brightness needed without spooking prey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"speras-section-title\"\u003eSPERAS TH6 Unstoppable Power \u0026amp; Tactical Design\u003c\/h2\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px; max-width: 850px; margin-left: auto; margin-right: auto;\"\u003e\u003cimg class=\"speras-zoomable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-1.jpg?v=1727175118\" alt=\"SPERAS TH6 4-in-1 professional powerful hunting flashlight 600lm 1173m throw\" style=\"width: 100%; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.08);\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-row\"\u003e\n\u003cdiv class=\"speras-feature-text\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: bold; color: #ea580c; margin-top: 0;\"\u003e1173 Meters Extreme Beam Distance\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 15px;\"\u003eThe SPERAS TH6 is a true predator hunting flashlight. Utilizing a massive 66mm aspheric lens and advanced optics, it achieves an astonishing \u003cstrong\u003e1173-meter maximum throw\u003c\/strong\u003e and 344,000cd intensity.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 0;\"\u003eWhether you are spotting coyotes across a vast field or navigating dense forests, this focused beam pierces through the darkness to give you a clear tactical advantage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-img\"\u003e\u003cimg class=\"speras-zoomable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-2.jpg?v=1727175118\" alt=\"SPERAS TH6 integrated white red green IR850 LED colors mounted on rifle scope\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-row\" style=\"flex-direction: row-reverse;\"\u003e\n\u003cdiv class=\"speras-feature-text\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: bold; color: #ea580c; margin-top: 0;\"\u003e4 Colors Integrated for Any Mission\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 15px;\"\u003eStop carrying fragile clip-on filters that reduce output. The TH6 natively integrates four powerful LEDs into one solid unit.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 0;\"\u003eSwitch instantly between \u003cstrong\u003eWhite (1173m)\u003c\/strong\u003e for searching, \u003cstrong\u003eRed (614m) \u0026amp; Green (614m)\u003c\/strong\u003e for hunting hogs and predators without spooking them, and \u003cstrong\u003eIR850\u003c\/strong\u003e for invisible illumination using your Night Vision optics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-img\"\u003e\u003cimg class=\"speras-zoomable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-9.jpg?v=1727175118\" alt=\"SPERAS TH6 ultra compact and lightweight 391g hunting flashlight handheld\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-row\"\u003e\n\u003cdiv class=\"speras-feature-text\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: bold; color: #ea580c; margin-top: 0;\"\u003e48 Hours Ultra-Long Runtime\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 15px;\"\u003eLong nights in the blind require dependable power. Supported by a premium \u003cstrong\u003e21700 5000mAh rechargeable lithium battery\u003c\/strong\u003e, the TH6 keeps your light running all night long.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 0;\"\u003eIt delivers up to \u003cstrong\u003e48 hours of continuous runtime\u003c\/strong\u003e on lower settings, ensuring you are never left in the dark. Easily recharge it via the built-in USB-C port, which also accepts the remote pressure switch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-img\"\u003e\u003cimg class=\"speras-zoomable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-3.jpg?v=1727175118\" alt=\"SPERAS TH6 powered by 21700 5000mAh battery for 48 hours ultra long runtime\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-row\" style=\"flex-direction: row-reverse;\"\u003e\n\u003cdiv class=\"speras-feature-text\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: bold; color: #ea580c; margin-top: 0;\"\u003eUltra-Compact \u0026amp; Firearm Mountable\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 15px;\"\u003eDespite its massive lens and performance capabilities, the TH6 boasts an ultra-compact and lightweight body profile.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; margin-bottom: 0;\"\u003eWeighing only \u003cstrong\u003e391g (13.8oz)\u003c\/strong\u003e without the battery, it is perfectly balanced to be either comfortably handheld during a search or seamlessly mounted onto your firearm without adding unnecessary heavy bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speras-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-4.jpg?v=1727175118\" alt=\"SPERAS TH6 1173米超远射程狩猎手电筒，强光\" class=\"speras-zoomable\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"speras-section-title\"\u003eWhy Choose SPERAS TH6?\u003c\/h2\u003e\n\u003cdiv class=\"speras-table-wrapper\" style=\"margin-bottom: 50px;\"\u003e\n\u003ctable class=\"speras-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"background: #ea580c !important; color: #fff; width: 35%; font-size: 18px;\"\u003e🔥 SPERAS TH6\u003c\/th\u003e\n\u003cth style=\"background: #475569 !important; color: #fff; width: 35%; font-size: 18px;\"\u003eTraditional Torches\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: bold; color: #555;\"\u003eLight Colors\u003c\/td\u003e\n\u003ctd class=\"speras-highlight-col\"\u003eBuilt-in 4 LEDs (W\/R\/G\/IR850)\u003c\/td\u003e\n\u003ctd style=\"background: #f1f5f9;\"\u003eRequires flimsy plastic filters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: bold; color: #555;\"\u003eBrightness Control\u003c\/td\u003e\n\u003ctd class=\"speras-highlight-col\"\u003eStepless Dimming (Stealthy)\u003c\/td\u003e\n\u003ctd style=\"background: #fff;\"\u003eFixed Modes (Sudden flashes)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: bold; color: #555;\"\u003eRemote Switch\u003c\/td\u003e\n\u003ctd class=\"speras-highlight-col\"\u003ePlugs into Side USB-C Port\u003c\/td\u003e\n\u003ctd style=\"background: #f1f5f9;\"\u003eMust replace the entire tail cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: bold; color: #555;\"\u003eBeam Distance\u003c\/td\u003e\n\u003ctd class=\"speras-highlight-col\"\u003eUp to 1173 Meters (Zoomable)\u003c\/td\u003e\n\u003ctd style=\"background: #fff;\"\u003eLimited to 300-500 Meters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"speras-section-title\"\u003eTechnical Specifications \u0026amp; Box Contents\u003c\/h2\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 40px; margin-bottom: 50px;\"\u003e\n\u003cdiv style=\"background: #fafafa; padding: 30px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 10px rgba(0,0,0,0.03);\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: bold; color: #0f172a; margin-top: 0; margin-bottom: 20px; text-align: center;\"\u003eTechnical Specifications ⚙️\u003c\/h3\u003e\n\u003cimg class=\"speras-zoomable\" alt=\"Detailed technical specifications and dimensions chart for SPERAS TH6 hunting light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-5.jpg?v=1727175118\" style=\"width: 100%; max-width: 800px; border-radius: 8px; display: block; margin: 0 auto; box-shadow: 0 4px 15px rgba(0,0,0,0.05);\"\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; padding: 30px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 10px rgba(0,0,0,0.03);\"\u003e\n\u003ch3 style=\"font-size: 22px; font-weight: bold; color: #0f172a; margin-top: 0; margin-bottom: 20px; text-align: center;\"\u003eWhat's Inside the Box 📦\u003c\/h3\u003e\n\u003cul style=\"font-size: 16px; color: #475569; padding-left: 20px; line-height: 1.8; margin-bottom: 30px; font-weight: 500; columns: 2; -webkit-columns: 2; -moz-columns: 2; max-width: 650px; margin-left: auto; margin-right: auto;\"\u003e\n\u003cli\u003e1 × TH6 Flashlight\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/sperasflashlight.com\/products\/speras-s50-21700-5000mah-battery\" target=\"_blank\" title=\"SPERAS S50 21700 5000mAh Battery\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e1 × 21700 5000mAh Lithium Battery\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e1 × USB-C Remote Pressure Switch\u003c\/li\u003e\n\u003cli\u003e1 x Mount\u003c\/li\u003e\n\u003cli\u003e1 × Adjustable Mount\u003c\/li\u003e\n\u003cli\u003e1 × USB-C Charging Cable\u003c\/li\u003e\n\u003cli\u003e2 × Spare O-rings \u0026amp; 1 × Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg class=\"speras-zoomable\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/TH6-12_ceccc601-aecf-431e-a825-c701c7aa3a52.jpg?v=1727322004\" alt=\"SPERAS TH6 Box Contents and included outdoor accessories\" style=\"width: 100%; max-width: 800px; border-radius: 8px; display: block; margin: 0 auto; box-shadow: 0 4px 15px rgba(0,0,0,0.05);\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; background: #fff; padding: 45px 20px; border: 2px solid #ea580c; border-radius: 12px; margin-bottom: 50px; box-shadow: 0 10px 25px rgba(234, 88, 12, 0.08);\"\u003e\n\u003cspan style=\"display: inline-block; background: #fef08a; color: #b45309; padding: 4px 12px; border-radius: 4px; font-size: 13px; font-weight: bold; text-transform: uppercase; margin-bottom: 15px;\"\u003e🎯 Limited Time Outdoor Offer\u003c\/span\u003e\n\u003ch2 style=\"font-size: 28px; color: #0f172a; margin-top: 0; margin-bottom: 15px; font-weight: 900;\"\u003eUpgrade Your Outdoor Loadout\u003c\/h2\u003e\n\u003cp style=\"font-size: 16px; color: #475569; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto;\"\u003eDon't let the ultimate tracking light slip away. Equip yourself with the SPERAS TH6 today and instantly switch between White, Red, Green, and IR850 in the field.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 35px; font-size: 15px; color: #15803d; font-weight: bold;\"\u003e\n\u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e✅ Fast \u0026amp; Secure Shipping\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e✅ 1-Year Official Warranty\u003c\/span\u003e \u003cspan style=\"display: flex; align-items: center; gap: 5px;\"\u003e✅ 100% Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#top\" style=\"display: inline-block; background: #ea580c; color: #fff; padding: 18px 50px; border: none; border-radius: 8px; font-weight: 900; font-size: 18px; text-transform: uppercase; cursor: pointer; box-shadow: 0 6px 20px rgba(234, 88, 12, 0.35); text-decoration: none; transition: transform 0.2s;\"\u003e 🛒 Add to Cart Now \u003c\/a\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"speras-section-title\"\u003eFrequently Asked Questions (FAQ)\u003c\/h2\u003e\n\u003cdiv style=\"margin-bottom: 50px;\"\u003e\n\u003cdetails open=\"\" style=\"background: #fff; padding: 20px; margin-bottom: 15px; border-radius: 8px; border: 1px solid #cbd5e1; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: 800; color: #1e293b; outline: none;\"\u003eWhat color light is best for tracking coyotes and feral hogs?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 15px; font-size: 16px; color: #475569; line-height: 1.6;\"\u003e\u003cstrong\u003eRed light\u003c\/strong\u003e is generally best for coyotes and nocturnal animals as they are highly insensitive to it, preventing them from spooking. \u003cstrong\u003eGreen light\u003c\/strong\u003e is highly visible to the human eye, retains good contrast, and is favored for tracking feral hogs. The SPERAS TH6 provides both colors natively without needing any external filters.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" style=\"background: #fff; padding: 20px; margin-bottom: 15px; border-radius: 8px; border: 1px solid #cbd5e1; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: 800; color: #1e293b; outline: none;\"\u003eWhat is the IR850 LED used for?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 15px; font-size: 16px; color: #475569; line-height: 1.6;\"\u003eThe Osram IR850 (Infrared) LED emits light that is completely invisible to the naked human and animal eye. It is designed to be used strictly as an illuminator in conjunction with Night Vision Goggles (NVG) or digital night vision equipment.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" style=\"background: #fff; padding: 20px; margin-bottom: 15px; border-radius: 8px; border: 1px solid #cbd5e1; cursor: pointer;\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: 800; color: #1e293b; outline: none;\"\u003eHow do I attach the remote pressure switch?\u003c\/summary\u003e\n\u003cp style=\"margin-top: 15px; font-size: 16px; color: #475569; line-height: 1.6;\"\u003eUnlike older models that require replacing the entire tail cap, the SPERAS TH6 features a plug-and-play design. Simply plug the included remote pressure switch directly into the side USB-C charging port of the flashlight once it is mounted to your equipment.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"speras-lightbox\"\u003e\u003cimg alt=\"Zoomed Product Image\" id=\"speras-lightbox-img\"\u003e\u003c\/div\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [{\n        \"@type\": \"Question\",\n        \"name\": \"What color light is best for tracking coyotes and feral hogs?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Red light is generally best for coyotes and nocturnal animals as they are highly insensitive to it. Green light is favored for tracking feral hogs. The SPERAS TH6 provides both colors natively without external filters.\"\n        }\n      },{\n        \"@type\": \"Question\",\n        \"name\": \"What is the IR850 LED used for?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The Osram IR850 (Infrared) LED emits light that is completely invisible to the naked eye. It is designed to be used strictly as an illuminator in conjunction with Night Vision Goggles or digital night vision equipment.\"\n        }\n      },{\n        \"@type\": \"Question\",\n        \"name\": \"How do I attach the remote pressure switch?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The SPERAS TH6 features a plug-and-play design. Simply plug the included remote pressure switch directly into the side USB-C charging port of the flashlight once it is mounted to your equipment.\"\n        }\n      }]\n    }\n    \u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        var lightbox = document.getElementById('speras-lightbox');\n        var lightboxImg = document.getElementById('speras-lightbox-img');\n        var images = document.querySelectorAll('.speras-zoomable');\n\n        if (lightbox \u0026\u0026 lightboxImg) {\n            images.forEach(function(img) {\n                img.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    lightboxImg.src = this.src;\n                    lightbox.classList.add('active');\n                    document.body.style.overflow = 'hidden';\n                });\n            });\n\n            lightbox.addEventListener('click', function() {\n                lightbox.classList.remove('active');\n                document.body.style.overflow = '';\n                setTimeout(function() {\n                    lightboxImg.src = '';\n                }, 300);\n            });\n        }\n    });\n\u003c\/script\u003e","brand":"Speras Light","offers":[{"title":"黑色","offer_id":46738162876593,"sku":null,"price":169.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0605\/4549\/9313\/files\/sperasflashlight-2025-TH6.jpg?v=1745229236","url":"https:\/\/sperasflashlight.com\/products\/speras-th6-hunting-flashlight-4-in-1-hunting-light-zoomable-hunting-flashlight","provider":"Speras Light","version":"1.0","type":"link"}