{"product_id":"brinyte-t28-ir-3-color-in-1-night-hunting-kit-ir850-ir940","title":"T28-IR 3-Color-In-1 Night Hunting Kit—Brinyte","description":"\u003c!-- ═══════════════════════════════════════════════════════\n  Brinyte T28IR — SEO 强化版 (v2.3)\n  · 核心大词融入 H1\/首段 · 长尾词埋入卖点\/FAQ\n  · 图片 Alt 优化 · 问答词触发 PAA · 无 Product JSON‑LD\n═══════════════════════════════════════════════════════ --\u003e\n\n\u003cstyle\u003e\n:root {\n  --zt-accent:     #1e3a5f;\n  --zt-accent-lt:  #2c5282;\n  --zt-accent-bg:  #eef4fa;\n  --zt-accent-pale:#f5f8fc;\n  --zt-dark:       #0f172a;\n  --zt-mid:        #1e293b;\n  --zt-slate:      #334155;\n  --zt-muted:      #64748b;\n  --zt-border:     #e2e8f0;\n  --zt-bg:         #f8fafc;\n  --zt-white:      #ffffff;\n  --zt-green:      #16a34a;\n  --zt-green-bg:   #dcfce7;\n  --zt-red:        #dc2626;\n  --zt-blue-bg:    #eff6ff;\n  --zt-blue-border:#bfdbfe;\n  --zt-radius-sm: 8px;\n  --zt-radius:    14px;\n  --zt-radius-lg: 20px;\n  --zt-shadow:    0 2px 12px rgba(0,0,0,0.08);\n  --zt-shadow-lg: 0 8px 32px rgba(0,0,0,0.13);\n  --zt-font:      -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n}\n\n.zt-page *, .zt-page *::before, .zt-page *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.zt-page {\n  max-width: 860px; margin: 0 auto; padding: 1rem 1rem 2.5rem;\n  font-family: var(--zt-font); font-size: 1rem; line-height: 1.65;\n  color: var(--zt-dark); background: var(--zt-white);\n}\n\n.zt-page h1 {\n  font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 800; line-height: 1.2;\n  letter-spacing: -0.02em; border-left: 5px solid var(--zt-accent);\n  padding-left: 0.9rem; margin-bottom: 0.5rem;\n}\n.zt-page h2 {\n  font-size: clamp(1.05rem, 3vw, 1.35rem); font-weight: 700; color: var(--zt-mid);\n  margin: 2rem 0 0.75rem; padding-bottom: 0.3rem; border-bottom: 2px solid var(--zt-border);\n}\n.zt-page h3 { font-size: 1rem; font-weight: 700; color: var(--zt-mid); margin-bottom: 0.4rem; }\n.zt-page p  { margin-bottom: 0.9rem; }\n.zt-page a  { color: var(--zt-accent); text-decoration: underline; text-underline-offset: 2px; }\n.zt-page a:hover { color: var(--zt-accent-lt); }\n.zt-page a:focus-visible { outline: 2px solid var(--zt-accent); outline-offset: 2px; border-radius: 2px; }\n\n\/* 英雄钩子 *\/\n.zt-hero-hook {\n  background: linear-gradient(135deg, var(--zt-dark) 0%, #1a2e4a 100%);\n  color: var(--zt-white); border-radius: var(--zt-radius); padding: 1.2rem 1.4rem;\n  margin: 0.75rem 0 1rem; overflow: hidden; position: relative;\n}\n.zt-hero-hook::before {\n  content: ''; position: absolute; inset: 0;\n  background: repeating-linear-gradient(45deg, transparent, transparent 24px,\n    rgba(255,255,255,0.018) 24px, rgba(255,255,255,0.018) 48px);\n  pointer-events: none;\n}\n.zt-hero-text { position: relative; font-size: clamp(0.92rem, 2.5vw, 1.03rem); line-height: 1.55; }\n.zt-hero-text strong { color: #86c252; }\n.zt-hero-badges { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.9rem; position: relative; }\n.zt-hbadge {\n  background: rgba(255,255,255,0.11); border: 1px solid rgba(255,255,255,0.2);\n  border-radius: 20px; padding: 0.18rem 0.72rem; font-size: 0.79rem;\n  font-weight: 600; color: #e2e8f0; white-space: nowrap;\n}\n\n\/* 信任胶囊 *\/\n.zt-proof {\n  display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap;\n  background: var(--zt-accent-bg); border: 1px solid #c3d9f0;\n  border-radius: var(--zt-radius-sm); padding: 0.6rem 1rem; margin: 0.75rem 0 1rem; font-size: 0.86rem;\n}\n.zt-stars-gold { color: #f59e0b; font-size: 1rem; letter-spacing: 1px; }\n.zt-proof-count { color: var(--zt-muted); }\n.zt-proof-sep { color: var(--zt-border); }\n.zt-proof-pill { background: var(--zt-green-bg); color: var(--zt-green); font-weight: 700; font-size: 0.76rem; padding: 0.13rem 0.55rem; border-radius: 20px; }\n\n\/* 紧迫感 *\/\n.zt-urgency { display: flex; gap: 0.7rem; flex-wrap: wrap; margin: 0 0 1.1rem; }\n.zt-urg-item { display: flex; align-items: center; gap: 0.32rem; font-size: 0.83rem; font-weight: 600; color: var(--zt-green); }\n.zt-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; animation: zt-pulse 2s infinite; background: var(--zt-green); }\n@keyframes zt-pulse { 0%,100%{opacity:1} 50%{opacity:.35} }\n\n.zt-price-note {\n  background: var(--zt-accent-pale); border: 1px solid #c3d9f0;\n  border-radius: var(--zt-radius-sm); padding: 0.55rem 0.9rem;\n  font-size: 0.83rem; color: var(--zt-slate); margin: 0 0 1.1rem; text-align: center;\n}\n\n\/* 参数卡片 *\/\n.zt-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.65rem; margin: 1.25rem 0; }\n.zt-stat {\n  background: var(--zt-bg); border: 1px solid var(--zt-border);\n  border-top: 3px solid var(--zt-accent); border-radius: var(--zt-radius);\n  padding: 0.85rem 0.9rem; text-align: center; transition: box-shadow .2s, transform .2s;\n}\n.zt-stat:hover { box-shadow: var(--zt-shadow); transform: translateY(-2px); }\n.zt-snum { font-size: clamp(1.5rem,4vw,2.1rem); font-weight: 800; color: var(--zt-accent); line-height: 1.1; display: block; }\n.zt-sunit { font-size: 0.72rem; font-weight: 600; color: var(--zt-muted); display: block; margin-top: .1rem; }\n.zt-slabel { font-size: 0.78rem; color: var(--zt-slate); margin-top: .28rem; font-weight: 500; }\n.zt-snote { font-size: 0.67rem; color: var(--zt-muted); margin-top: .12rem; }\n\n\/* 核心卖点 *\/\n.zt-highlights {\n  background: var(--zt-accent-pale); border: 1px solid #c3d9f0;\n  border-radius: var(--zt-radius); padding: 1.1rem 1.25rem; margin: 1.25rem 0;\n}\n.zt-highlights ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .52rem; }\n.zt-highlights li { display: flex; gap: .55rem; align-items: flex-start; font-size: .91rem; line-height: 1.45; }\n.zt-check { color: var(--zt-accent); font-weight: 700; font-size: 1.05rem; flex-shrink: 0; margin-top: .05rem; }\n\n\/* 竞品对比表 *\/\n.zt-compare-wrap {\n  overflow-x: auto; margin: 1.25rem 0; border-radius: var(--zt-radius);\n  border: 1px solid var(--zt-border); box-shadow: var(--zt-shadow);\n}\n.zt-compare { width: 100%; border-collapse: collapse; background: var(--zt-white); min-width: 480px; font-size: .86rem; }\n.zt-compare thead tr { background: var(--zt-dark); color: var(--zt-white); }\n.zt-compare thead th { padding: .7rem 1rem .7rem 1.4rem !important; font-weight: 700; text-align: left !important; font-size: .83rem; }\n.zt-compare thead th.ztc-hi { background: var(--zt-accent) !important; }\n.zt-compare tbody td { padding: .65rem 1rem .65rem 1.4rem !important; border-bottom: 1px solid var(--zt-border) !important; vertical-align: middle !important; color: var(--zt-slate); }\n.zt-compare tbody tr:last-child td { border-bottom: none !important; }\n.zt-compare tbody tr:hover td { background: var(--zt-bg); }\n.zt-compare tbody td:first-child { font-weight: 600 !important; color: var(--zt-dark) !important; background: var(--zt-bg) !important; white-space: nowrap; padding-left: 1.6rem !important; }\n.zt-compare tbody td.ztc-hi { background: var(--zt-accent-bg) !important; font-weight: 600 !important; color: var(--zt-dark) !important; }\n.zt-win { color: var(--zt-green); font-weight: 700; }\n.zt-lose { color: var(--zt-muted); }\n.zt-neut { color: var(--zt-slate); }\n\n\/* 场景卡片 *\/\n.zt-scenarios { display: grid; grid-template-columns: repeat(2, 1fr); gap: .72rem; margin: 1.25rem 0; }\n.zt-scenario {\n  background: var(--zt-bg); border: 1px solid var(--zt-border);\n  border-left: 4px solid var(--zt-accent); border-radius: var(--zt-radius);\n  padding: .95rem 1.05rem; transition: box-shadow .2s;\n}\n.zt-scenario:hover { box-shadow: var(--zt-shadow); }\n.zt-scenario h3 { font-size: .93rem; margin-bottom: .3rem; }\n.zt-scenario p { font-size: .86rem; color: var(--zt-slate); margin: 0; }\n\n\/* 抽屉 *\/\n.zt-drawer { border: 1px solid var(--zt-border); border-radius: var(--zt-radius); overflow: hidden; margin: .72rem 0; background: var(--zt-white); }\n.zt-drawer \u003e summary {\n  all: revert; box-sizing: border-box; font-family: var(--zt-font); font-weight: 700; font-size: .97rem;\n  display: flex; align-items: center; justify-content: space-between;\n  padding: .9rem 1.2rem; cursor: pointer; list-style: none;\n  background: var(--zt-bg); color: var(--zt-dark); border: none; width: 100%; transition: background .15s;\n}\n.zt-drawer \u003e summary:hover { background: #e9edf2; }\n.zt-drawer \u003e summary::-webkit-details-marker { display: none; }\n.zt-drawer \u003e summary::marker { display: none; }\n.zt-drawer \u003e summary::after { content: '＋'; font-size: 1.15rem; color: var(--zt-accent); font-weight: 700; flex-shrink: 0; margin-left: .75rem; }\n.zt-drawer[open] \u003e summary::after { content: '－'; }\n.zt-drawer-body { padding: 1rem 1.2rem 1.3rem; border-top: 1px solid var(--zt-border); }\n\n\/* FAQ *\/\n.zt-faq { display: flex; flex-direction: column; gap: .58rem; margin: .75rem 0; }\n.zt-faq-item { background: var(--zt-bg); border: 1px solid var(--zt-border); border-radius: var(--zt-radius-sm); overflow: hidden; }\n.zt-faq-item \u003e details \u003e summary {\n  all: revert; box-sizing: border-box; font-family: var(--zt-font); font-weight: 600; font-size: .91rem;\n  color: var(--zt-dark); cursor: pointer; padding: .72rem 1rem;\n  list-style: none; display: flex; justify-content: space-between; align-items: center;\n  width: 100%; background: transparent; border: none;\n}\n.zt-faq-item \u003e details \u003e summary::-webkit-details-marker { display: none; }\n.zt-faq-item \u003e details \u003e summary::marker { display: none; }\n.zt-faq-item \u003e details \u003e summary::after { content: '＋'; color: var(--zt-accent); font-weight: 700; flex-shrink: 0; margin-left: .5rem; }\n.zt-faq-item \u003e details[open] \u003e summary::after { content: '－'; }\n.zt-faq-answer { padding: .62rem 1rem .78rem; border-top: 1px solid var(--zt-border); font-size: .87rem; color: var(--zt-slate); line-height: 1.6; }\n\n\/* 信任徽章 *\/\n.zt-trust {\n  display: grid; grid-template-columns: repeat(4, 1fr); gap: .58rem;\n  background: var(--zt-bg); border: 1px solid var(--zt-border);\n  border-radius: var(--zt-radius-lg); padding: 1rem; margin: 1.5rem 0; text-align: center;\n}\n.zt-trust-item span { font-size: 1.55rem; display: block; margin-bottom: .22rem; }\n.zt-trust-item p { font-size: .7rem; font-weight: 600; color: var(--zt-slate); line-height: 1.3; }\n\n\/* CTA *\/\n.zt-cta {\n  display: block; text-align: center;\n  background: linear-gradient(135deg, var(--zt-accent) 0%, var(--zt-accent-lt) 100%);\n  color: var(--zt-white) !important; text-decoration: none !important;\n  padding: .95rem 1.5rem; border-radius: 40px; font-size: 1.05rem; font-weight: 800;\n  margin: 1.25rem 0 .28rem; box-shadow: 0 4px 20px rgba(30,58,95,.33);\n  letter-spacing: .01em; transition: opacity .2s, transform .15s;\n}\n.zt-cta:hover { opacity: .91; transform: translateY(-1px); }\n.zt-cta-sub { text-align: center; font-size: .77rem; color: var(--zt-muted); margin-bottom: 1.25rem; }\n\n\/* 物流 *\/\n.zt-shipping {\n  background: var(--zt-bg); border: 1px solid var(--zt-border);\n  border-radius: var(--zt-radius); padding: 1rem 1.2rem; margin: 1.5rem 0; font-size: .87rem;\n}\n.zt-shipping h2 { margin: 0 0 .6rem; border: none; padding: 0; font-size: .98rem; color: var(--zt-dark); }\n.zt-shipping p { margin-bottom: .38rem; }\n.zt-shipping a { color: var(--zt-accent); text-decoration: underline; }\n.zt-note { font-size: .8rem; color: var(--zt-muted); margin: .58rem 0; line-height: 1.5; }\n\n\/* 画廊 *\/\n.zt-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; margin: 1.25rem 0; }\n.zt-gitem {\n  background: var(--zt-bg); border-radius: var(--zt-radius-sm); overflow: hidden;\n  border: 1px solid var(--zt-border); transition: transform .2s, box-shadow .2s;\n}\n.zt-gitem:hover { transform: scale(1.03); box-shadow: var(--zt-shadow); }\n.zt-gitem img { width: 100%; height: auto; display: block; object-fit: cover; cursor: zoom-in; }\n\n\/* 灯箱 *\/\n.zt-lb {\n  display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92);\n  z-index: 99999; align-items: center; justify-content: center; padding: 1rem; cursor: pointer;\n}\n.zt-lb.on { display: flex; }\n.zt-lb img { max-width: 90%; max-height: 90%; object-fit: contain; border-radius: 8px; cursor: default; box-shadow: 0 10px 40px rgba(0,0,0,.6); }\n.zt-lb-x { position: absolute; top: 1rem; right: 1.25rem; font-size: 2.2rem; color: #fff; cursor: pointer; line-height: 1; background: rgba(255,255,255,.12); width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background .2s; }\n.zt-lb-x:hover { background: rgba(255,255,255,.25); }\n\n@media (max-width: 640px) {\n  .zt-page { padding: .75rem .75rem 2rem; }\n  .zt-stats { grid-template-columns: repeat(2,1fr); gap: .5rem; }\n  .zt-gallery { grid-template-columns: repeat(2,1fr); }\n  .zt-scenarios { grid-template-columns: 1fr; }\n  .zt-trust { grid-template-columns: repeat(2,1fr); }\n}\n@media (min-width: 641px) {\n  .zt-stats { grid-template-columns: repeat(4,1fr); }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"zt-page\" id=\"zt-page\"\u003e\n\n  \u003c!-- 标题：融入 Night Hunting Flashlight Kit 和 Coyote Hunting Light --\u003e\n  \u003ch1\u003eBrinyte T28-IR Night Hunting Flashlight Kit — 3-in-1 IR850 IR940 White LED Coyote Hunting Light | Stepless Dimmer | 700m+ Beam\n    \u003cspan style=\"display:block;font-size:.6em;font-weight:600;color:#64748b;border:none;padding:0;margin-top:.2rem;\"\u003ePatented Tri-Color Switch · Tail Rotary Dimmer 2‑100% · Remote Pressure Switch · 21700 USB‑C\u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003c!-- 产品描述首段：植入 hog hunting light kit, predator light for night hunting, best IR illuminator --\u003e\n  \u003cp\u003e\u003cstrong\u003eUpgrade your night hunts with the ultimate predator light for night hunting.\u003c\/strong\u003e The Brinyte T28-IR is a professional \u003cstrong\u003ehog hunting light kit\u003c\/strong\u003e that combines a 1000-lumen white LED with covert IR850 and IR940 illumination in one rugged body. Whether you're scanning open fields or stalking through dense brush, this \u003cstrong\u003ebest IR illuminator for hunting\u003c\/strong\u003e gives you the versatility to switch between visible and invisible light instantly. The stepless tail dimmer and included remote pressure switch make it the ideal \u003cstrong\u003enight hunting flashlight kit\u003c\/strong\u003e for serious coyote, hog, and predator control.\u003c\/p\u003e\n\n  \u003c!-- 英雄钩子：融入 predator hunting, coyote 等词 --\u003e\n  \u003cdiv class=\"zt-hero-hook\"\u003e\n    \u003cdiv class=\"zt-hero-text\"\u003e\n      Most hunting lights force you to choose between visible illumination and covert IR. The T28IR combines \u003cstrong\u003eWhite, IR850, and IR940 in one light\u003c\/strong\u003e — switch with a single step. Its \u003cstrong\u003etail stepless dimmer\u003c\/strong\u003e dials from 2% to 100% without clicks, and the \u003cstrong\u003eremote pressure switch\u003c\/strong\u003e keeps your hands on the gun. 700+ meters of throw on White, 500+ on IR — making it the definitive \u003cstrong\u003ecoyote hunting light\u003c\/strong\u003e and \u003cstrong\u003epredator hunting flashlight\u003c\/strong\u003e for those who demand complete darkness control.\n    \u003c\/div\u003e\n    \u003cdiv class=\"zt-hero-badges\"\u003e\n      \u003cspan class=\"zt-hbadge\"\u003e🔴 IR850\u003c\/span\u003e\n      \u003cspan class=\"zt-hbadge\"\u003e🔵 IR940\u003c\/span\u003e\n      \u003cspan class=\"zt-hbadge\"\u003e⚪ White 1000lm\u003c\/span\u003e\n      \u003cspan class=\"zt-hbadge\"\u003e🎚️ Stepless Dimmer\u003c\/span\u003e\n      \u003cspan class=\"zt-hbadge\"\u003e🎯 700m+ Beam\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 信任胶囊 --\u003e\n  \u003cdiv class=\"zt-proof\" role=\"region\" aria-label=\"Customer ratings\"\u003e\n    \u003cspan class=\"zt-stars-gold\"\u003e★★★★★\u003c\/span\u003e\n    \u003cspan class=\"zt-proof-count\"\u003eHunters' Choice for IR \u0026amp; White Combo\u003c\/span\u003e\n    \u003cspan class=\"zt-proof-sep\"\u003e|\u003c\/span\u003e\n    \u003cspan class=\"zt-proof-pill\"\u003e✓ In Stock\u003c\/span\u003e\n    \u003cspan class=\"zt-proof-sep\"\u003e|\u003c\/span\u003e\n    \u003cspan style=\"font-size:.81rem;color:#64748b;\"\u003eISO9001 · 30+ Patents\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"zt-price-note\" role=\"note\"\u003e\n\u003cstrong\u003e💡 Pricing:\u003c\/strong\u003e Final price shown at checkout (discount applies automatically). \u003cstrong\u003eFree shipping\u003c\/strong\u003e over $49.\u003c\/div\u003e\n\n  \u003cdiv class=\"zt-urgency\" role=\"status\"\u003e\n    \u003cdiv class=\"zt-urg-item ship\"\u003e\n\u003cdiv class=\"zt-dot\"\u003e\u003c\/div\u003eShips within 1–3 business days\u003c\/div\u003e\n    \u003cdiv class=\"zt-urg-item ship\"\u003e\n\u003cdiv class=\"zt-dot\"\u003e\u003c\/div\u003eFree shipping over $49\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ca href=\"#\" class=\"zt-cta zt-cta-action\" aria-label=\"Add T28IR to cart\"\u003e⚡ Add to Cart — Light Up the Night\u003c\/a\u003e\n  \u003cp class=\"zt-cta-sub\"\u003e🛡️ 2-Year Warranty · 30-Day Returns · Secure Checkout\u003c\/p\u003e\n\n  \u003c!-- 图片画廊：Alt 文本优化 --\u003e\n  \u003cdiv class=\"zt-gallery\" role=\"region\" aria-label=\"Product images\"\u003e\n    \u003cdiv class=\"zt-gitem\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0332\/8766\/7844\/files\/T28-IR-8_2048x2048.webp?v=1692434169\" data-lbsrc=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0332\/8766\/7844\/files\/T28-IR-8_2048x2048.webp?v=1692434169\" alt=\"Brinyte T28-IR night hunting flashlight kit with remote pressure switch and IR850 IR940 white LED for coyote and hog hunting\" loading=\"lazy\" onclick=\"window.ztShowLb(this.getAttribute('data-lbsrc')||this.src, this.alt)\" width=\"400\" height=\"400\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"zt-gitem\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0332\/8766\/7844\/files\/T28-IR-6_2048x2048.webp?v=1692434317\" data-lbsrc=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0332\/8766\/7844\/files\/T28-IR-6_2048x2048.webp?v=1692434317\" alt=\"3-in-1 hunting light showing IR850 IR940 and white LED modes with stepless dimmer and zoomable beam\" loading=\"lazy\" onclick=\"window.ztShowLb(this.getAttribute('data-lbsrc')||this.src, this.alt)\" width=\"400\" height=\"400\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"zt-gitem\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0332\/8766\/7844\/files\/T28-IR-7_2048x2048.webp?v=1692434373\" data-lbsrc=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0332\/8766\/7844\/files\/T28-IR-7_2048x2048.webp?v=1692434373\" alt=\"Brinyte T28-IR predator light for night hunting with tail rotary stepless dimmer switch and remote pressure pad\" loading=\"lazy\" onclick=\"window.ztShowLb(this.getAttribute('data-lbsrc')||this.src, this.alt)\" width=\"400\" height=\"400\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 关键参数 --\u003e\n  \u003ch2\u003eKey Specs at a Glance\u003c\/h2\u003e\n  \u003cdiv class=\"zt-stats\" role=\"region\" aria-label=\"Key specifications\"\u003e\n    \u003cdiv class=\"zt-stat\"\u003e\n\u003cspan class=\"zt-snum\"\u003e3‑in‑1\u003c\/span\u003e\u003cspan class=\"zt-sunit\"\u003eCOLORS\u003c\/span\u003e\u003cdiv class=\"zt-slabel\"\u003eWhite \/ IR850 \/ IR940\u003c\/div\u003e\n\u003cdiv class=\"zt-snote\"\u003ePatented switch design\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-stat\"\u003e\n\u003cspan class=\"zt-snum\"\u003e700\u003cspan style=\"font-size:.75rem;\"\u003em\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"zt-sunit\"\u003eBEAM (WHITE)\u003c\/span\u003e\u003cdiv class=\"zt-slabel\"\u003e500m+ on IR\u003c\/div\u003e\n\u003cdiv class=\"zt-snote\"\u003e125,000+ cd intensity\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-stat\"\u003e\n\u003cspan class=\"zt-snum\"\u003e2‑100\u003cspan style=\"font-size:.75rem;\"\u003e%\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"zt-sunit\"\u003eSTEPLESS DIMMER\u003c\/span\u003e\u003cdiv class=\"zt-slabel\"\u003eTail rotary control\u003c\/div\u003e\n\u003cdiv class=\"zt-snote\"\u003ePrecision brightness\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-stat\"\u003e\n\u003cspan class=\"zt-snum\"\u003e5000\u003cspan style=\"font-size:.75rem;\"\u003emAh\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"zt-sunit\"\u003e21700 BATTERY\u003c\/span\u003e\u003cdiv class=\"zt-slabel\"\u003eUSB‑C rechargeable\u003c\/div\u003e\n\u003cdiv class=\"zt-snote\"\u003eRemote switch included\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 核心卖点：融入 3-in-1 hunting light, rotary switch flashlight, zoomable beam 等 --\u003e\n  \u003cdiv class=\"zt-highlights\" role=\"region\" aria-label=\"Product highlights\"\u003e\n    \u003ch2 style=\"margin:0 0 .8rem;border:none;padding:0;\"\u003eWhy the T28IR Is the Best IR Illuminator for Night Hunting\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cspan class=\"zt-check\"\u003e✦\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e3-in-1 Hunting Light Switch:\u003c\/strong\u003e The patented rotary selector switch lets you toggle between White, IR850, and IR940 instantly. No filter caps, no module swaps — just a simple twist to match your environment.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zt-check\"\u003e✦\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eStepless Tail Dimmer (2%–100%):\u003c\/strong\u003e Dial in the exact brightness you need with the silent rotary switch flashlight tail. Smooth, infinitely adjustable, and completely click‑free — perfect for avoiding game spooking.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zt-check\"\u003e✦\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eRemote Pressure Switch for Weapon Mount:\u003c\/strong\u003e The included remote pad lets you operate this predator light from your foregrip. Hands‑free activation is ideal for weapon‑mounted coyote and hog hunting setups.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zt-check\"\u003e✦\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e700m+ White Beam \/ 500m+ IR with Zoomable Optics:\u003c\/strong\u003e The aspheric zoomable beam delivers extreme throw for long‑range target identification, while IR modes provide invisible illumination for night vision devices.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"zt-check\"\u003e✦\u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003e21700 5000mAh USB‑C Battery:\u003c\/strong\u003e Long runtimes (up to 220 mins on IR), fast USB‑C charging, and an IP66 weatherproof body make this the best night hunting flashlight kit for extended operations.\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 竞品对比表 --\u003e\n  \u003ch2\u003eT28IR vs. The Alternatives\u003c\/h2\u003e\n  \u003cdiv class=\"zt-compare-wrap\" role=\"region\" aria-label=\"Comparison table\"\u003e\n    \u003ctable class=\"zt-compare\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"ztc-hi\"\u003eT28IR ✦\u003c\/th\u003e\n\u003cth\u003eAvg. IR Hunting Light\u003c\/th\u003e\n\u003cth\u003ePhone Flashlight\u003c\/th\u003e\n\u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd class=\"ztc-label\"\u003eLight Sources\u003c\/td\u003e\n\u003ctd class=\"ztc-hi zt-win\"\u003eWhite + IR850 + IR940\u003c\/td\u003e\n\u003ctd class=\"zt-neut\"\u003eSingle IR or white\u003c\/td\u003e\n\u003ctd class=\"zt-lose\"\u003eWhite only\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"ztc-label\"\u003eBrightness Control\u003c\/td\u003e\n\u003ctd class=\"ztc-hi zt-win\"\u003eStepless dimmer 2‑100%\u003c\/td\u003e\n\u003ctd class=\"zt-neut\"\u003ePre‑set modes\u003c\/td\u003e\n\u003ctd class=\"zt-lose\"\u003eFixed\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"ztc-label\"\u003eBeam Distance\u003c\/td\u003e\n\u003ctd class=\"ztc-hi zt-win\"\u003e700m+ (White)\u003c\/td\u003e\n\u003ctd class=\"zt-neut\"\u003e300‑500m\u003c\/td\u003e\n\u003ctd class=\"zt-lose\"\u003e~15m\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"ztc-label\"\u003eRemote Switch\u003c\/td\u003e\n\u003ctd class=\"ztc-hi zt-win\"\u003eIncluded pressure pad\u003c\/td\u003e\n\u003ctd class=\"zt-neut\"\u003eSold separately\u003c\/td\u003e\n\u003ctd class=\"zt-lose\"\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd class=\"ztc-label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"ztc-hi zt-win\"\u003e2 Years\u003c\/td\u003e\n\u003ctd class=\"zt-neut\"\u003e1 Year\u003c\/td\u003e\n\u003ctd class=\"zt-lose\"\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ca href=\"#\" class=\"zt-cta zt-cta-action\" aria-label=\"Add T28IR to cart\"\u003e🛒 Get the T28IR — Add to Cart\u003c\/a\u003e\n  \u003cp class=\"zt-cta-sub\"\u003eShips within 1–3 business days · Free shipping over $49 · 30-Day Replacement\u003c\/p\u003e\n\n  \u003c!-- 使用场景 --\u003e\n  \u003ch2\u003eBuilt for Night Vision \u0026amp; Tactical Missions\u003c\/h2\u003e\n  \u003cdiv class=\"zt-scenarios\" role=\"region\" aria-label=\"Use cases\"\u003e\n    \u003cdiv class=\"zt-scenario\"\u003e\n\u003ch3\u003e🔭 Night Vision Ops\u003c\/h3\u003e\n\u003cp\u003eSwitch to IR850 or IR940 for invisible illumination. Compatible with all NVG devices — scan, stalk, and identify targets without a visible signature.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-scenario\"\u003e\n\u003ch3\u003e🐗 Hog \u0026amp; Coyote Hunting\u003c\/h3\u003e\n\u003cp\u003eUse white light for scanning and spotting, then switch to IR for covert approach. Stepless dimmer avoids spooking game with sudden brightness jumps.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-scenario\"\u003e\n\u003ch3\u003e🔫 Weapon‑Mounted Tactical\u003c\/h3\u003e\n\u003cp\u003eRemote pressure switch attaches to your foregrip for hands‑free activation. White light for target ID, IR for night‑vision shooting.\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-scenario\"\u003e\n\u003ch3\u003e🌧️ All‑Weather Durability\u003c\/h3\u003e\n\u003cp\u003eIP66 rated against rain and dust. The stepless dimmer and color switch are fully sealed — no weather intrusion.\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 详细参数（折叠） --\u003e\n  \u003cdetails class=\"zt-drawer\"\u003e\n    \u003csummary\u003e📊 Technical Specifications\u003c\/summary\u003e\n    \u003cdiv class=\"zt-drawer-body\"\u003e\n      \u003cdiv style=\"overflow-x:auto;\"\u003e\n        \u003ctable style=\"width:100%;border-collapse:collapse;font-size:.85rem;background:var(--zt-white);\"\u003e\n          \u003cthead\u003e\u003ctr style=\"background:var(--zt-mid);color:#fff;\"\u003e\n\u003cth style=\"padding:0.58rem 1.2rem !important;text-align:left;\"\u003eSpecification\u003c\/th\u003e\n\u003cth style=\"padding:0.58rem 1.2rem !important;text-align:left;\"\u003eHighest (White)\u003c\/th\u003e\n\u003cth style=\"padding:0.58rem 1.2rem !important;text-align:left;\"\u003eIR850\u003c\/th\u003e\n\u003cth style=\"padding:0.58rem 1.2rem !important;text-align:left;\"\u003eIR940\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eBrightness (Lumens)\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e1000\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e\/\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e\/\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr style=\"background:var(--zt-bg);\"\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eRuntime (Mins)\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e160\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e220\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e220\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eBeam Distance\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e700m+\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e500m+\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e500m+\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr style=\"background:var(--zt-bg);\"\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eIntensity\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e125,000+ cd\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e\/\u003c\/td\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e\/\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eImpact Resistant\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e1m\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr style=\"background:var(--zt-bg);\"\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eProtection Proof\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eIP66\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eWorking Voltage\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e3.0 – 4.2V\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr style=\"background:var(--zt-bg);\"\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003eDimensions\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"padding:0.52rem 1.2rem !important;border-bottom:1px solid var(--zt-border);\"\u003e182~196mm × 25.4mm × 54mm\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd style=\"padding:0.52rem 1.2rem !important;\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd colspan=\"3\" style=\"padding:0.52rem 1.2rem !important;\"\u003e200g (excluding battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 包装清单 --\u003e\n  \u003cdetails class=\"zt-drawer\" open\u003e\n    \u003csummary\u003e📦 What's in the Box\u003c\/summary\u003e\n    \u003cdiv class=\"zt-drawer-body\"\u003e\n      \u003ctable style=\"width:100%;border-collapse:collapse;font-size:.9rem;\"\u003e\n        \u003cthead\u003e\u003ctr style=\"background:var(--zt-bg);\"\u003e\n\u003cth style=\"padding:0.5rem 1rem;text-align:left;\"\u003eQuantity\u003c\/th\u003e\n\u003cth style=\"padding:0.5rem 1rem;text-align:left;\"\u003eAccessory\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003e1\u003c\/td\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003eT28IR Flashlight\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003e1\u003c\/td\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003e21700 5000mAh Rechargeable Battery (USB‑C)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003e1\u003c\/td\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003eLanyard\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003e1\u003c\/td\u003e\n\u003ctd style=\"padding:0.5rem 1rem;border-bottom:1px solid var(--zt-border);\"\u003eUSB Charging Cable\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd style=\"padding:0.5rem 1rem;\"\u003e1\u003c\/td\u003e\n\u003ctd style=\"padding:0.5rem 1rem;\"\u003eRemote Pressure Switch\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- FAQ（新增 SEO 问答） --\u003e\n  \u003cdetails class=\"zt-drawer\"\u003e\n    \u003csummary\u003e❓ Frequently Asked Questions\u003c\/summary\u003e\n    \u003cdiv class=\"zt-drawer-body\"\u003e\n      \u003cdiv class=\"zt-faq\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\" role=\"region\" aria-label=\"Frequently asked questions\"\u003e\n\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eHow do I switch between White, IR850, and IR940?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eThe T28IR features a patented tri‑color control switch. Simply toggle the switch to cycle between white light, IR850, and IR940. No modules to swap — everything is built into the head.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eHow does the tail stepless dimmer work?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eRotate the tail dial to smoothly adjust brightness from 2% to 100%. No clicks, no preset steps — infinite control for any lighting condition.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eIs the IR light visible to the human eye?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eIR850 produces a faint red glow that is barely visible, while IR940 is completely invisible to the naked eye. Both are designed for use with night‑vision devices.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 新增问答1：关于 IR850 vs IR940 的选择 --\u003e\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eHow to choose between IR 850 and 940 for predator hunting?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eIR850 offers slightly more output and a faint visible glow, making it ideal for long‑range predator hunting and scanning. IR940 is completely covert with zero visible signature — perfect for wary coyotes and close‑range hog hunting when absolute darkness is required. Both provide exceptional illumination when paired with night vision devices.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 新增问答2：关于最佳捕食者狩猎灯 --\u003e\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eWhat is the best light for predator hunting at night?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eThe best predator hunting light combines white and IR illumination with stepless brightness control. The Brinyte T28-IR is purpose‑built for this: its 3‑in‑1 design lets you switch between a 1000‑lumen white LED for target identification and IR850\/IR940 for covert stalking. The tail rotary dimmer and included remote pressure switch make it the top choice for serious coyote and hog hunters.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eCan I use the T28IR as a weapon‑mounted light?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eYes. The included remote pressure switch allows you to operate the light from your foregrip. The body is compatible with standard 25.4mm scope rings for weapon mounting.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"zt-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\"\u003e\n          \u003cdetails\u003e\n            \u003csummary itemprop=\"name\"\u003eWhat battery does it use and how long does it last?\u003c\/summary\u003e\n            \u003cdiv class=\"zt-faq-answer\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\"\u003e\u003cdiv itemprop=\"text\"\u003eIt comes with a 21700 5000mAh rechargeable battery (USB‑C charging port on the battery). White highest mode runs ~160 minutes, IR modes run ~220 minutes.\u003c\/div\u003e\u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- 品牌认证 --\u003e\n  \u003cdiv class=\"zt-cert-section\" role=\"region\" aria-label=\"Brand certifications\" style=\"background:var(--zt-bg);border:1px solid var(--zt-border);border-radius:var(--zt-radius);padding:1rem 1.15rem;margin:1.25rem 0;font-size:0.85rem;\"\u003e\n    \u003ch3 style=\"font-size:0.9rem;margin-bottom:0.55rem;color:var(--zt-dark);\"\u003e🏅 Brinyte: Precision Illumination Since 2009\u003c\/h3\u003e\n    \u003cp style=\"font-size:.87rem;color:var(--zt-slate);margin-bottom:.55rem;\"\u003eISO9001 certified manufacturer with 30+ patents. Trusted by hunters, tactical professionals, and night‑vision operators worldwide.\u003c\/p\u003e\n    \u003cdiv style=\"display:flex;flex-wrap:wrap;gap:0.5rem;\"\u003e\n      \u003cspan style=\"background:var(--zt-white);border:1px solid var(--zt-border);border-radius:20px;padding:0.22rem 0.7rem;font-size:0.76rem;color:var(--zt-slate);\"\u003eISO9001 Certified\u003c\/span\u003e\n      \u003cspan style=\"background:var(--zt-white);border:1px solid var(--zt-border);border-radius:20px;padding:0.22rem 0.7rem;font-size:0.76rem;color:var(--zt-slate);\"\u003e30+ Patents\u003c\/span\u003e\n      \u003cspan style=\"background:var(--zt-white);border:1px solid var(--zt-border);border-radius:20px;padding:0.22rem 0.7rem;font-size:0.76rem;color:var(--zt-slate);\"\u003eANSI\/PLATO FL1\u003c\/span\u003e\n      \u003cspan style=\"background:var(--zt-white);border:1px solid var(--zt-border);border-radius:20px;padding:0.22rem 0.7rem;font-size:0.76rem;color:var(--zt-slate);\"\u003eIP66 Rated\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 信任徽章 --\u003e\n  \u003cdiv class=\"zt-trust\" role=\"region\" aria-label=\"Trust signals\"\u003e\n    \u003cdiv class=\"zt-trust-item\"\u003e\n\u003cspan\u003e🛡️\u003c\/span\u003e\u003cp\u003e2-Year Warranty\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-trust-item\"\u003e\n\u003cspan\u003e🚚\u003c\/span\u003e\u003cp\u003eWorldwide Shipping\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-trust-item\"\u003e\n\u003cspan\u003e🔄\u003c\/span\u003e\u003cp\u003e30-Day Replacement\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"zt-trust-item\"\u003e\n\u003cspan\u003e🔧\u003c\/span\u003e\u003cp\u003eFree Repairs\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ca href=\"#\" class=\"zt-cta zt-cta-action\" aria-label=\"Add T28IR to cart now\"\u003e⚡ Add to Cart — Get Your T28IR Today\u003c\/a\u003e\n  \u003cp class=\"zt-cta-sub\"\u003eISO9001 Certified · 2-Year Warranty · Free Shipping over $49\u003c\/p\u003e\n\n  \u003cdiv class=\"zt-shipping\" role=\"region\" aria-label=\"Shipping and warranty\"\u003e\n    \u003ch2\u003eShipping, Warranty \u0026amp; Support\u003c\/h2\u003e\n    \u003cp\u003e\u003cstrong\u003e📦 Shipping:\u003c\/strong\u003e Track via \u003ca href=\"https:\/\/www.yuntrack.com\/\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"\u003eYunexpress Track \u0026amp; Trace\u003c\/a\u003e. Free shipping over $49.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e🔄 30-Day Free Replacement:\u003c\/strong\u003e If defective under normal use within 30 days, we replace or repair for free. \u003ca href=\"https:\/\/brinytestore.com\/blogs\/brinyte-light\/warranty-return-policy\" rel=\"noopener noreferrer\" target=\"_blank\"\u003eFull Policy →\u003c\/a\u003e\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e🔧 2-Year Free Repairs:\u003c\/strong\u003e All flashlights covered for 2 years (1 year for accessories).\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003e📧 Support:\u003c\/strong\u003e \u003ca href=\"mailto:service@brinyte.com\"\u003eservice@brinyte.com\u003c\/a\u003e — 24‑hour response\u003c\/p\u003e\n    \u003cp class=\"zt-note\"\u003e© 2026 Brinyte · Shenzhen Yeguang Technology Co., Ltd. Specifications subject to change.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .zt-page --\u003e\n\n\u003c!-- 灯箱 --\u003e\n\u003cdiv class=\"zt-lb\" id=\"zt-lb\" role=\"dialog\" aria-modal=\"true\" aria-label=\"Enlarged product image\"\u003e\n  \u003cdiv class=\"zt-lb-x\" id=\"zt-lb-x\" role=\"button\" aria-label=\"Close\" tabindex=\"0\"\u003e×\u003c\/div\u003e\n  \u003cimg id=\"zt-lb-img\" src=\"\" alt=\"\"\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n  window.ztShowLb = function(src, alt) {\n    var lb = document.getElementById('zt-lb'), img = document.getElementById('zt-lb-img');\n    if (!lb || !img) return;\n    img.src = src || ''; img.alt = alt || '';\n    lb.style.display = 'flex'; lb.classList.add('on');\n    document.body.style.overflow = 'hidden';\n  };\n  window.ztCloseLb = function() {\n    var lb = document.getElementById('zt-lb'), img = document.getElementById('zt-lb-img');\n    if (!lb) return;\n    lb.classList.remove('on'); lb.style.display = 'none';\n    document.body.style.overflow = '';\n    if (img) { img.src = ''; img.alt = ''; }\n  };\n\n  function init() {\n    var lb = document.getElementById('zt-lb'), lbX = document.getElementById('zt-lb-x');\n    if (lb) { lb.style.display = 'none'; lb.addEventListener('click', function(e) { if (e.target === lb) ztCloseLb(); }); }\n    if (lbX) { lbX.addEventListener('click', ztCloseLb); lbX.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); ztCloseLb(); } }); }\n    document.addEventListener('keydown', function(e) { if (e.key === 'Escape') ztCloseLb(); });\n\n    var page = document.getElementById('zt-page');\n    if (page) page.addEventListener('click', function(e) {\n      if (e.target.closest('.zt-cta-action')) {\n        e.preventDefault(); window.scrollTo({ top: 0, behavior: 'smooth' });\n        var btn = document.querySelector('[name=\"add\"], .product-form__cart-submit, .add-to-cart, button[type=\"submit\"]');\n        if (btn) { btn.style.transition = 'box-shadow 0.3s'; btn.style.boxShadow = '0 0 0 3px rgba(30,58,95,0.5)'; setTimeout(function(){ btn.style.boxShadow = ''; }, 1500); }\n      }\n    });\n  }\n  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', function() { setTimeout(init, 600); });\n  else setTimeout(init, 600);\n})();\n\u003c\/script\u003e","brand":"Brinyte","offers":[{"title":"Without BRM12  Mount \/ Without spare battery","offer_id":51207896826162,"sku":"11244102","price":129.95,"currency_code":"USD","in_stock":true},{"title":"Without BRM12  Mount \/ With spare battery","offer_id":51207896858930,"sku":"11244102+21117002","price":149.95,"currency_code":"USD","in_stock":true},{"title":"With BRM12 Mount \/ Without spare battery","offer_id":51207896891698,"sku":"11244102+34110108","price":133.45,"currency_code":"USD","in_stock":true},{"title":"With BRM12 Mount \/ With spare battery","offer_id":51207896924466,"sku":"11244102+34110108+21117002","price":153.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/9554\/7186\/files\/Night_Hunting_20250703.webp?v=1781667411","url":"https:\/\/brinyte.com\/products\/brinyte-t28-ir-3-color-in-1-night-hunting-kit-ir850-ir940","provider":"Brinyte","version":"1.0","type":"link"}