{"catalog_name":"World Products","variant":"c","item":{"handle":"rechargeable-neck-work-light-hands-free-magnetic","title":"Arccaptain 500lm Rechargeable Neck Light for Welding Work","category":"Welding Accessories","category_name":"Welding Accessories","category_gid":"gid://shopify/TaxonomyCategory/ha-14-29","product_type":"Welding Parts","vendor":"Arccaptain","price":"$39.99","currency_code":"USD","availability":"in_stock","inventory_quantity":8,"sku":"20140100119","barcode":null,"variant_title":"Default Title","selected_options":{"Title":"Default Title"},"description":":root { --arc-brand-red: #e8380d; --arc-brand-red-dark: #c42e09; --arc-brand-red-light: #fff1ee; --arc-brand-red-mid: #fdd4cb; --arc-white: #ffffff; --arc-bg-page: #f5f5f5; --arc-bg-card: #ffffff; --arc-bg-alt: #f0f0f0; --arc-border-light: #e6e6e6; --arc-border-mid: #cccccc; --arc-text-dark: #1a1a1a; --arc-text-body: #3d3d3d; --arc-text-muted: #777777; --arc-text-faint: #aaaaaa; --arc-green-ok: #1e8a3d; --arc-font-ui: 'DM Sans', sans-serif; --arc-font-data: 'DM Mono', monospace; --arc-radius-md: 10px; --arc-radius-lg: 14px; --arc-shadow-sm: 0 1px 3px rgba(0,0,0,0.07), 0 2px 10px rgba(0,0,0,0.05); --arc-shadow-hover: 0 4px 18px rgba(232,56,13,0.14), 0 2px 8px rgba(0,0,0,0.08); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } .arcnl-page { background: var(--arc-bg-page); font-family: var(--arc-font-ui); font-size: 15px; color: var(--arc-text-body); line-height: 1.65; padding-bottom: 64px; } /* ── SECTION TITLES ───────────────────────────────────────── */ .arcnl-section-title { font-size: clamp(1.15rem, 3vw, 1.6rem); font-weight: 700; color: var(--arc-text-dark); letter-spacing: -0.02em; margin: 48px 0 20px; padding-bottom: 14px; border-bottom: 2px solid var(--arc-border-light); position: relative; } .arcnl-section-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 36px; height: 2px; background: var(--arc-brand-red); border-radius: 2px; } /* ── FEATURE LIST ─────────────────────────────────────────── */ .arcnl-feature-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .arcnl-feature-item { background: var(--arc-bg-card); border: 1px solid var(--arc-border-light); border-left: 3px solid var(--arc-brand-red); border-radius: var(--arc-radius-md); padding: 18px 20px 16px 18px; box-shadow: var(--arc-shadow-sm); transition: box-shadow 0.2s, border-color 0.2s; } .arcnl-feature-item:hover { box-shadow: var(--arc-shadow-hover); border-color: var(--arc-brand-red-mid); border-left-color: var(--arc-brand-red-dark); } .arcnl-feature-headline { font-weight: 700; font-size: 0.95rem; color: var(--arc-text-dark); margin-bottom: 7px; line-height: 1.35; } .arcnl-feature-body { font-size: 0.875rem; color: var(--arc-text-muted); line-height: 1.65; } /* ── COMPARISON TABLE ─────────────────────────────────────── */ .arcnl-comparison-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--arc-radius-lg); box-shadow: var(--arc-shadow-sm); border: 1px solid var(--arc-border-light); } .arcnl-comparison-table { width: 100%; min-width: 520px; border-collapse: collapse; background: var(--arc-bg-card); font-size: 0.875rem; } .arcnl-cthead-feature { background: var(--arc-bg-alt); text-align: left; padding: 13px 18px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--arc-text-muted); border-bottom: 2px solid var(--arc-border-mid); width: 36%; } .arcnl-cthead-brand { background: var(--arc-brand-red); text-align: center; padding: 13px 18px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--arc-white); border-bottom: 2px solid var(--arc-brand-red-dark); width: 32%; } .arcnl-cthead-generic { background: var(--arc-bg-alt); text-align: center; padding: 13px 18px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--arc-text-muted); border-bottom: 2px solid var(--arc-border-mid); width: 32%; } .arcnl-ctcell-label { padding: 12px 18px; color: var(--arc-text-body); border-bottom: 1px solid var(--arc-border-light); background: var(--arc-bg-card); } .arcnl-ctcell-brand { padding: 12px 18px; text-align: center; background: var(--arc-brand-red-light); border-bottom: 1px solid var(--arc-brand-red-mid); font-weight: 500; color: var(--arc-text-dark); } .arcnl-ctcell-generic { padding: 12px 18px; text-align: center; border-bottom: 1px solid var(--arc-border-light); color: var(--arc-text-muted); } .arcnl-cell-pass { color: var(--arc-green-ok) !important; font-weight: 600 !important; } .arcnl-cell-pass::before { content: ' '; font-weight: 800; } .arcnl-cell-fail { color: var(--arc-text-faint) !important; } .arcnl-cell-fail::before { content: ' '; color: #c42e09; font-weight: 800; } .arcnl-cell-standout { color: var(--arc-brand-red) !important; font-weight: 700 !important; font-family: var(--arc-font-data); font-size: 0.83rem !important; } /* ── USE CASE GRID ────────────────────────────────────────── */ .arcnl-usecase-grid { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .arcnl-usecase-card { background: var(--arc-bg-card); border: 1px solid var(--arc-border-light); border-radius: var(--arc-radius-md); padding: 18px 20px; box-shadow: var(--arc-shadow-sm); transition: box-shadow 0.2s, border-color 0.2s, transform 0.18s; } .arcnl-usecase-card:hover { box-shadow: var(--arc-shadow-hover); border-color: var(--arc-brand-red-mid); transform: translateY(-2px); } .arcnl-usecase-tag { display: inline-block; background: var(--arc-brand-red); color: var(--arc-white); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; margin-bottom: 10px; } .arcnl-usecase-title { font-weight: 700; font-size: 0.9rem; color: var(--arc-text-dark); margin-bottom: 7px; line-height: 1.3; } .arcnl-usecase-body { font-size: 0.845rem; color: var(--arc-text-muted); line-height: 1.62; } /* ── SPEC TABLE ───────────────────────────────────────────── */ .arcnl-spec-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--arc-radius-lg); box-shadow: var(--arc-shadow-sm); border: 1px solid var(--arc-border-light); } .arcnl-spec-table { width: 100%; min-width: 360px; border-collapse: collapse; background: var(--arc-bg-card); font-size: 0.875rem; } .arcnl-sthead-key { background: var(--arc-brand-red); text-align: left; padding: 13px 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--arc-white); border-bottom: 2px solid var(--arc-brand-red-dark); width: 36%; } .arcnl-sthead-val { background: var(--arc-brand-red); padding: 13px 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: rgba(255,255,255,0.8); border-bottom: 2px solid var(--arc-brand-red-dark); } .arcnl-stcell-key { padding: 12px 20px; font-weight: 600; font-size: 0.82rem; color: var(--arc-text-body); background: var(--arc-bg-alt); border-bottom: 1px solid var(--arc-border-light); } .arcnl-stcell-val { padding: 12px 20px; font-size: 0.875rem; color: var(--arc-text-dark); border-bottom: 1px solid var(--arc-border-light); background: var(--arc-bg-card); line-height: 1.5; } /* ── IMAGE STACK — vertical, full width ──────────────────── */ .arcnl-imgstack-wrap { margin-top: 32px; display: flex; flex-direction: column; gap: 0; } .arcnl-imgstack-photo { display: block; width: 100%; height: auto; } /* ── RESPONSIVE ───────────────────────────────────────────── */ @media (max-width: 768px) { .arcnl-usecase-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 640px) { .arcnl-section-title { font-size: 1.12rem; margin: 36px 0 16px; } .arcnl-ctcell-label, .arcnl-ctcell-brand, .arcnl-ctcell-generic, .arcnl-cthead-feature, .arcnl-cthead-brand, .arcnl-cthead-generic { padding: 10px 12px; font-size: 0.78rem; } } @media (max-width: 420px) { .arcnl-usecase-grid { grid-template-columns: 1fr; } } Why This Neck Work Light Is the Top Choice 500 Lumens — Significantly Brighter Than Most Neck Lights on the Market The leading competitors (EZRED, CAT, Snap-on) top out at 250–300 lumens. This puts out 500lm combined (both heads on high) or 300lm from a single head — enough to clearly illuminate engine bays, crawl spaces, and dark work areas without straining your eyes. Four brightness levels: single-head low (100lm), single-head high (300lm), both low (200lm), both high (500lm). Magnetic Mount: Wear It OR Stick It to Any Metal Surface Dual magnets on the back let you detach from your neck and mount directly to a car hood, engine bay panel, metal shelf, toolbox, or any ferrous surface. It locks on firmly — strong enough to stay put when you're working underneath or beside it. Most neck lights can only be worn. This one doubles as a mounted work lamp. 8-Hour Runtime — Powered by a Replaceable 2200mAh 18650 Battery Each lamp head runs for a full 8 hours at maximum brightness without dimming (not the \"up to\" runtime that fades after the first hour). The 2200mAh 18650 cell is one of the highest capacities in this category. The battery is replaceable — swap in a fresh cell on a long job instead of waiting 3 hours to recharge via USB-C. Battery LED indicator shows remaining charge at a glance. Adjustable Angle AND Focus — Independent on Each Head The soft, flexible arms let you reposition each lamp head independently without fatiguing your wrist. Angle both heads forward for maximum illumination, angle one down for close detail work and one forward for ambient light, or direct them in completely different directions. The focus adjustment on each head narrows or widens the beam for spot work or flood coverage. Red Warning Light — For Roadside Breakdowns and Emergency Visibility A built-in red flashing mode turns this into a safety signal light. Car broken down at night? Flip to red flash mode to alert oncoming traffic while you diagnose the problem. Night construction, campsite marking, emergency kits — few competitors include this feature. IPX4 waterproof and 1-meter drop resistant so it survives real-world conditions. Neck Light vs. Headlamp — Why Tradespeople Are Switching Feature ARCCAPTAIN Neck Light Standard Headlamp Forehead pressure / discomfort None — rests at collarbone Constant pressure, strap marks Hair tangling / sweat band No contact with hair Straps get tangled, absorb sweat Wear with hard hat or welding helmet? Yes — neck doesn't interfere Headlamp + hard hat = problem Use without wearing it Magnetic mount on surfaces No — wearable only Dual independent light heads Each head fully adjustable Typically single beam Red safety / warning light Built-in red flash mode Rarely included Runtime at max brightness 8H · 2200mAh 18650 3–5H typical Replaceable battery Standard 18650 cell Most are sealed / non-replaceable Who Uses This Light — Real Applications Auto Auto Mechanics & DIY Car Repair Under-hood diagnostics, brake jobs, oil changes, suspension work. Snap it magnetically to the hood for hands-free engine bay lighting. Wear it for chassis inspection without losing a hand to hold a flashlight. Fabrication Welders & Metal Fabricators Pre-weld fit-up checks, grinding setups, post-weld bead inspection in narrow joints. Magnetic base attaches directly to workpieces or fixture tables for stationary lighting during tacking and assembly. Trade Electricians & HVAC Technicians Panel work, attic crawls, running conduit in unlit spaces. Adjustable focus lets you spotlight a specific terminal or fitting while keeping ambient light with the second head. Outdoor Camping, Hiking & Outdoor Use Cooking over a camp stove, setting up a tent after dark, night fishing, walking the dog. IPX4 handles rain and heavy dew. Red flash mode doubles as a campsite safety marker. Home Readers & Crafters Reading in bed, knitting, crochet, model building, cross-stitch. Drop to 100lm low mode for eye-friendly close-range work in a dark room. No holding required, no shadowing from hands. Emergency Roadside Emergency Kit Keep one in the glove box. Flat tire at midnight? 500lm work light AND a red warning light to signal passing cars. IPX4 rating means rain doesn't stop it. Technical Specifications Specification Detail Brightness Output 500lm (both high) · 300lm (single high) · 200lm (both low) · 100lm (single low) Battery 2200mAh 18650 lithium-ion (replaceable) Runtime per Head Up to 8 hours (single head at high brightness) Charging USB Type-C · full charge in approx. 3 hours Beam Distance Up to 65 meters (213 ft) at maximum output Brightness Modes 4 levels + Red warning/flash mode Waterproof Rating IPX4 (splash/rain resistant from any direction) Drop Resistance 1 meter (3.3 ft) Material Silicone neck band + Plastic body + Aluminum alloy lamp heads Mounting Wearable around neck + dual magnetic base for surface mounting Weight 0.66 lb (300g) Dimensions 6.69 × 6.30 × 1.97 inches Battery Indicator LED battery level indicator In the Box 1× Neck work light · 1× USB-C charging cable · 1× User manual","image_url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_7.png?v=1772788723","href":"/product/rechargeable-neck-work-light-hands-free-magnetic.html","buy_url":"https://arccaptain.myshopify.com/products/rechargeable-neck-work-light-hands-free-magnetic","buy_url_source":"shops.shop_domain + product.handle","seller_name":"arccaptain.myshopify.com","seller_url":"https://arccaptain.myshopify.com/","return_policy_url":"https://arccaptain.myshopify.com/policies/refund-policy","media":[{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_7.png?v=1772788723","alt":null,"position":0},{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_1.png?v=1772788723","alt":null,"position":1},{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_2.png?v=1772788723","alt":null,"position":2},{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_3.png?v=1772788723","alt":null,"position":3},{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_4.png?v=1772788723","alt":null,"position":4},{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_5.png?v=1772788723","alt":null,"position":5},{"url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/RechargeableNeckLight_6.png?v=1772788723","alt":null,"position":6}],"related":[{"handle":"wp17v-150a-tig-welding-torch-air-cooled-35-50mm-connector","title":"13ft WP-17V 150A Argon Lift TIG Torch with 35-50mm Connector","category":"Welding Accessories","price":"$59.99","image_url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/tig_torch.jpg?v=1747634196","sku":"10210200201","href":"/product/wp17v-150a-tig-welding-torch-air-cooled-35-50mm-connector.html"},{"handle":"arccaptain-tig-welding-torch-parts","title":"Arccaptain TIG Welding Torch Parts","category":"Welding Accessories","price":"$29.99","image_url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/49pcs_welding_parts_7.jpg?v=1747995311","sku":"10240100110","href":"/product/arccaptain-tig-welding-torch-parts.html"},{"handle":"aluminum-welding-wire-1-pound-aluminum-mig-wire","title":"ARCCAPTAIN Aluminum Welding Wire 1 Pound Aluminum MIG Wire","category":"Welding Accessories","price":"$15.99","image_url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/ER5356_MIG_Aluminum_Wire_0.030.png?v=1773377141","sku":"10130102510","href":"/product/aluminum-welding-wire-1-pound-aluminum-mig-wire.html"},{"handle":"arccaptain-er70s-6-mig-wire-2-lbs-gas-solid-welding-wire","title":"Arccaptain 2 Lbs ER70S-6 MIG Welding Wire Gas Solid Wire","category":"Welding Accessories","price":"$15.99","image_url":"https://cdn.shopify.com/s/files/1/0613/8458/9369/files/solid_wire_0.045.jpg?v=1770708078","sku":"10130102310","href":"/product/arccaptain-er70s-6-mig-wire-2-lbs-gas-solid-welding-wire.html"}]}}