{"product_id":"rechargeable-neck-work-light-hands-free-magnetic","title":"Arccaptain 500lm Rechargeable Neck Light for Welding Work","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700\u0026amp;family=DM+Mono:wght@500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --arc-brand-red:       #e8380d;\n    --arc-brand-red-dark:  #c42e09;\n    --arc-brand-red-light: #fff1ee;\n    --arc-brand-red-mid:   #fdd4cb;\n    --arc-white:           #ffffff;\n    --arc-bg-page:         #f5f5f5;\n    --arc-bg-card:         #ffffff;\n    --arc-bg-alt:          #f0f0f0;\n    --arc-border-light:    #e6e6e6;\n    --arc-border-mid:      #cccccc;\n    --arc-text-dark:       #1a1a1a;\n    --arc-text-body:       #3d3d3d;\n    --arc-text-muted:      #777777;\n    --arc-text-faint:      #aaaaaa;\n    --arc-green-ok:        #1e8a3d;\n    --arc-font-ui:         'DM Sans', sans-serif;\n    --arc-font-data:       'DM Mono', monospace;\n    --arc-radius-md:       10px;\n    --arc-radius-lg:       14px;\n    --arc-shadow-sm:       0 1px 3px rgba(0,0,0,0.07), 0 2px 10px rgba(0,0,0,0.05);\n    --arc-shadow-hover:    0 4px 18px rgba(232,56,13,0.14), 0 2px 8px rgba(0,0,0,0.08);\n  }\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .arcnl-page {\n    background: var(--arc-bg-page);\n    font-family: var(--arc-font-ui);\n    font-size: 15px;\n    color: var(--arc-text-body);\n    line-height: 1.65;\n    padding-bottom: 64px;\n  }\n\n  \/* ── SECTION TITLES ───────────────────────────────────────── *\/\n  .arcnl-section-title {\n    font-size: clamp(1.15rem, 3vw, 1.6rem);\n    font-weight: 700;\n    color: var(--arc-text-dark);\n    letter-spacing: -0.02em;\n    margin: 48px 0 20px;\n    padding-bottom: 14px;\n    border-bottom: 2px solid var(--arc-border-light);\n    position: relative;\n  }\n  .arcnl-section-title::after {\n    content: '';\n    position: absolute;\n    bottom: -2px; left: 0;\n    width: 36px; height: 2px;\n    background: var(--arc-brand-red);\n    border-radius: 2px;\n  }\n\n  \/* ── FEATURE LIST ─────────────────────────────────────────── *\/\n  .arcnl-feature-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n  .arcnl-feature-item {\n    background: var(--arc-bg-card);\n    border: 1px solid var(--arc-border-light);\n    border-left: 3px solid var(--arc-brand-red);\n    border-radius: var(--arc-radius-md);\n    padding: 18px 20px 16px 18px;\n    box-shadow: var(--arc-shadow-sm);\n    transition: box-shadow 0.2s, border-color 0.2s;\n  }\n  .arcnl-feature-item:hover {\n    box-shadow: var(--arc-shadow-hover);\n    border-color: var(--arc-brand-red-mid);\n    border-left-color: var(--arc-brand-red-dark);\n  }\n  .arcnl-feature-headline {\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: var(--arc-text-dark);\n    margin-bottom: 7px;\n    line-height: 1.35;\n  }\n  .arcnl-feature-body {\n    font-size: 0.875rem;\n    color: var(--arc-text-muted);\n    line-height: 1.65;\n  }\n\n  \/* ── COMPARISON TABLE ─────────────────────────────────────── *\/\n  .arcnl-comparison-scroll {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border-radius: var(--arc-radius-lg);\n    box-shadow: var(--arc-shadow-sm);\n    border: 1px solid var(--arc-border-light);\n  }\n  .arcnl-comparison-table {\n    width: 100%; min-width: 520px;\n    border-collapse: collapse;\n    background: var(--arc-bg-card);\n    font-size: 0.875rem;\n  }\n  .arcnl-cthead-feature {\n    background: var(--arc-bg-alt);\n    text-align: left;\n    padding: 13px 18px;\n    font-size: 0.72rem; font-weight: 600;\n    letter-spacing: 0.08em; text-transform: uppercase;\n    color: var(--arc-text-muted);\n    border-bottom: 2px solid var(--arc-border-mid);\n    width: 36%;\n  }\n  .arcnl-cthead-brand {\n    background: var(--arc-brand-red);\n    text-align: center;\n    padding: 13px 18px;\n    font-size: 0.78rem; font-weight: 700;\n    letter-spacing: 0.06em; text-transform: uppercase;\n    color: var(--arc-white);\n    border-bottom: 2px solid var(--arc-brand-red-dark);\n    width: 32%;\n  }\n  .arcnl-cthead-generic {\n    background: var(--arc-bg-alt);\n    text-align: center;\n    padding: 13px 18px;\n    font-size: 0.78rem; font-weight: 700;\n    letter-spacing: 0.06em; text-transform: uppercase;\n    color: var(--arc-text-muted);\n    border-bottom: 2px solid var(--arc-border-mid);\n    width: 32%;\n  }\n  .arcnl-ctcell-label {\n    padding: 12px 18px;\n    color: var(--arc-text-body);\n    border-bottom: 1px solid var(--arc-border-light);\n    background: var(--arc-bg-card);\n  }\n  .arcnl-ctcell-brand {\n    padding: 12px 18px;\n    text-align: center;\n    background: var(--arc-brand-red-light);\n    border-bottom: 1px solid var(--arc-brand-red-mid);\n    font-weight: 500;\n    color: var(--arc-text-dark);\n  }\n  .arcnl-ctcell-generic {\n    padding: 12px 18px;\n    text-align: center;\n    border-bottom: 1px solid var(--arc-border-light);\n    color: var(--arc-text-muted);\n  }\n  .arcnl-cell-pass { color: var(--arc-green-ok) !important; font-weight: 600 !important; }\n  .arcnl-cell-pass::before { content: '  '; font-weight: 800; }\n  .arcnl-cell-fail { color: var(--arc-text-faint) !important; }\n  .arcnl-cell-fail::before { content: '  '; color: #c42e09; font-weight: 800; }\n  .arcnl-cell-standout {\n    color: var(--arc-brand-red) !important;\n    font-weight: 700 !important;\n    font-family: var(--arc-font-data);\n    font-size: 0.83rem !important;\n  }\n\n  \/* ── USE CASE GRID ────────────────────────────────────────── *\/\n  .arcnl-usecase-grid {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .arcnl-usecase-card {\n    background: var(--arc-bg-card);\n    border: 1px solid var(--arc-border-light);\n    border-radius: var(--arc-radius-md);\n    padding: 18px 20px;\n    box-shadow: var(--arc-shadow-sm);\n    transition: box-shadow 0.2s, border-color 0.2s, transform 0.18s;\n  }\n  .arcnl-usecase-card:hover {\n    box-shadow: var(--arc-shadow-hover);\n    border-color: var(--arc-brand-red-mid);\n    transform: translateY(-2px);\n  }\n  .arcnl-usecase-tag {\n    display: inline-block;\n    background: var(--arc-brand-red);\n    color: var(--arc-white);\n    font-size: 0.67rem; font-weight: 700;\n    letter-spacing: 0.08em; text-transform: uppercase;\n    padding: 3px 8px; border-radius: 4px;\n    margin-bottom: 10px;\n  }\n  .arcnl-usecase-title {\n    font-weight: 700;\n    font-size: 0.9rem;\n    color: var(--arc-text-dark);\n    margin-bottom: 7px;\n    line-height: 1.3;\n  }\n  .arcnl-usecase-body {\n    font-size: 0.845rem;\n    color: var(--arc-text-muted);\n    line-height: 1.62;\n  }\n\n  \/* ── SPEC TABLE ───────────────────────────────────────────── *\/\n  .arcnl-spec-scroll {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border-radius: var(--arc-radius-lg);\n    box-shadow: var(--arc-shadow-sm);\n    border: 1px solid var(--arc-border-light);\n  }\n  .arcnl-spec-table {\n    width: 100%; min-width: 360px;\n    border-collapse: collapse;\n    background: var(--arc-bg-card);\n    font-size: 0.875rem;\n  }\n  .arcnl-sthead-key {\n    background: var(--arc-brand-red);\n    text-align: left;\n    padding: 13px 20px;\n    font-size: 0.72rem; font-weight: 700;\n    letter-spacing: 0.09em; text-transform: uppercase;\n    color: var(--arc-white);\n    border-bottom: 2px solid var(--arc-brand-red-dark);\n    width: 36%;\n  }\n  .arcnl-sthead-val {\n    background: var(--arc-brand-red);\n    padding: 13px 20px;\n    font-size: 0.72rem; font-weight: 700;\n    letter-spacing: 0.09em; text-transform: uppercase;\n    color: rgba(255,255,255,0.8);\n    border-bottom: 2px solid var(--arc-brand-red-dark);\n  }\n  .arcnl-stcell-key {\n    padding: 12px 20px;\n    font-weight: 600;\n    font-size: 0.82rem;\n    color: var(--arc-text-body);\n    background: var(--arc-bg-alt);\n    border-bottom: 1px solid var(--arc-border-light);\n  }\n  .arcnl-stcell-val {\n    padding: 12px 20px;\n    font-size: 0.875rem;\n    color: var(--arc-text-dark);\n    border-bottom: 1px solid var(--arc-border-light);\n    background: var(--arc-bg-card);\n    line-height: 1.5;\n  }\n\n  \/* ── IMAGE STACK — vertical, full width ──────────────────── *\/\n  .arcnl-imgstack-wrap {\n    margin-top: 32px;\n    display: flex;\n    flex-direction: column;\n    gap: 0;\n  }\n  .arcnl-imgstack-photo {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  \/* ── RESPONSIVE ───────────────────────────────────────────── *\/\n  @media (max-width: 768px) {\n    .arcnl-usecase-grid { grid-template-columns: 1fr 1fr; }\n  }\n  @media (max-width: 640px) {\n    .arcnl-section-title { font-size: 1.12rem; margin: 36px 0 16px; }\n    .arcnl-ctcell-label, .arcnl-ctcell-brand, .arcnl-ctcell-generic,\n    .arcnl-cthead-feature, .arcnl-cthead-brand, .arcnl-cthead-generic {\n      padding: 10px 12px; font-size: 0.78rem;\n    }\n  }\n  @media (max-width: 420px) {\n    .arcnl-usecase-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"arcnl-page\"\u003e\n\u003ch3 class=\"arcnl-section-title\"\u003eWhy This Neck Work Light Is the Top Choice\u003c\/h3\u003e\n\u003cul class=\"arcnl-feature-list\"\u003e\n\u003cli class=\"arcnl-feature-item\"\u003e\n\u003cdiv class=\"arcnl-feature-headline\"\u003e500 Lumens — Significantly Brighter Than Most Neck Lights on the Market\u003c\/div\u003e\n\u003cdiv class=\"arcnl-feature-body\"\u003eThe 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).\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-feature-item\"\u003e\n\u003cdiv class=\"arcnl-feature-headline\"\u003eMagnetic Mount: Wear It OR Stick It to Any Metal Surface\u003c\/div\u003e\n\u003cdiv class=\"arcnl-feature-body\"\u003eDual 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-feature-item\"\u003e\n\u003cdiv class=\"arcnl-feature-headline\"\u003e8-Hour Runtime — Powered by a Replaceable 2200mAh 18650 Battery\u003c\/div\u003e\n\u003cdiv class=\"arcnl-feature-body\"\u003eEach 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-feature-item\"\u003e\n\u003cdiv class=\"arcnl-feature-headline\"\u003eAdjustable Angle AND Focus — Independent on Each Head\u003c\/div\u003e\n\u003cdiv class=\"arcnl-feature-body\"\u003eThe 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-feature-item\"\u003e\n\u003cdiv class=\"arcnl-feature-headline\"\u003eRed Warning Light — For Roadside Breakdowns and Emergency Visibility\u003c\/div\u003e\n\u003cdiv class=\"arcnl-feature-body\"\u003eA 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"arcnl-section-title\"\u003eNeck Light vs. Headlamp — Why Tradespeople Are Switching\u003c\/h3\u003e\n\u003cdiv class=\"arcnl-comparison-scroll\"\u003e\n\u003ctable class=\"arcnl-comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"arcnl-cthead-feature\"\u003eFeature\u003c\/th\u003e\n\u003cth class=\"arcnl-cthead-brand\"\u003eARCCAPTAIN Neck Light\u003c\/th\u003e\n\u003cth class=\"arcnl-cthead-generic\"\u003eStandard Headlamp\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eForehead pressure \/ discomfort\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eNone — rests at collarbone\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic\"\u003eConstant pressure, strap marks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eHair tangling \/ sweat band\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eNo contact with hair\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic\"\u003eStraps get tangled, absorb sweat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eWear with hard hat or welding helmet?\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eYes — neck doesn't interfere\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic arcnl-cell-fail\"\u003eHeadlamp + hard hat = problem\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eUse without wearing it\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eMagnetic mount on surfaces\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic arcnl-cell-fail\"\u003eNo — wearable only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eDual independent light heads\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eEach head fully adjustable\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic arcnl-cell-fail\"\u003eTypically single beam\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eRed safety \/ warning light\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eBuilt-in red flash mode\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic arcnl-cell-fail\"\u003eRarely included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eRuntime at max brightness\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-standout\"\u003e8H · 2200mAh 18650\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic\"\u003e3–5H typical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-ctcell-label\"\u003eReplaceable battery\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-brand arcnl-cell-pass\"\u003eStandard 18650 cell\u003c\/td\u003e\n\u003ctd class=\"arcnl-ctcell-generic arcnl-cell-fail\"\u003eMost are sealed \/ non-replaceable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"arcnl-section-title\"\u003eWho Uses This Light — Real Applications\u003c\/h3\u003e\n\u003cul class=\"arcnl-usecase-grid\"\u003e\n\u003cli class=\"arcnl-usecase-card\"\u003e\n\u003cdiv class=\"arcnl-usecase-tag\"\u003eAuto\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-title\"\u003eAuto Mechanics \u0026amp; DIY Car Repair\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-body\"\u003eUnder-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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-usecase-card\"\u003e\n\u003cdiv class=\"arcnl-usecase-tag\"\u003eFabrication\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-title\"\u003eWelders \u0026amp; Metal Fabricators\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-body\"\u003ePre-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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-usecase-card\"\u003e\n\u003cdiv class=\"arcnl-usecase-tag\"\u003eTrade\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-title\"\u003eElectricians \u0026amp; HVAC Technicians\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-body\"\u003ePanel 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-usecase-card\"\u003e\n\u003cdiv class=\"arcnl-usecase-tag\"\u003eOutdoor\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-title\"\u003eCamping, Hiking \u0026amp; Outdoor Use\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-body\"\u003eCooking 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-usecase-card\"\u003e\n\u003cdiv class=\"arcnl-usecase-tag\"\u003eHome\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-title\"\u003eReaders \u0026amp; Crafters\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-body\"\u003eReading 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"arcnl-usecase-card\"\u003e\n\u003cdiv class=\"arcnl-usecase-tag\"\u003eEmergency\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-title\"\u003eRoadside Emergency Kit\u003c\/div\u003e\n\u003cdiv class=\"arcnl-usecase-body\"\u003eKeep 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.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3 class=\"arcnl-section-title\"\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cdiv class=\"arcnl-spec-scroll\"\u003e\n\u003ctable class=\"arcnl-spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"arcnl-sthead-key\"\u003eSpecification\u003c\/th\u003e\n\u003cth class=\"arcnl-sthead-val\"\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eBrightness Output\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e500lm (both high) · 300lm (single high) · 200lm (both low) · 100lm (single low)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eBattery\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e2200mAh 18650 lithium-ion (replaceable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eRuntime per Head\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eUp to 8 hours (single head at high brightness)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eCharging\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eUSB Type-C · full charge in approx. 3 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eBeam Distance\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eUp to 65 meters (213 ft) at maximum output\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eBrightness Modes\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e4 levels + Red warning\/flash mode\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eWaterproof Rating\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eIPX4 (splash\/rain resistant from any direction)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eDrop Resistance\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e1 meter (3.3 ft)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eSilicone neck band + Plastic body + Aluminum alloy lamp heads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eMounting\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eWearable around neck + dual magnetic base for surface mounting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eWeight\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e0.66 lb (300g)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eDimensions\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e6.69 × 6.30 × 1.97 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eBattery Indicator\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003eLED battery level indicator\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"arcnl-stcell-key\"\u003eIn the Box\u003c\/td\u003e\n\u003ctd class=\"arcnl-stcell-val\"\u003e1× Neck work light · 1× USB-C charging cable · 1× User manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ── IMAGES — vertical stack, full width ────────────────── --\u003e\n\u003cdiv class=\"arcnl-imgstack-wrap\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_2.png?v=1772788182\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_3.png?v=1772788183\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_4.png?v=1772788184\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_5.png?v=1772788184\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_6.png?v=1772788184\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_7.png?v=1772788184\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_8.png?v=1772788181\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_10.png?v=1772788184\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_11.png?v=1772788183\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_12.png?v=1772788184\" class=\"arcnl-imgstack-photo\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/Rechargeable_Neck_Lamp_1.png?v=1772788183\" class=\"arcnl-imgstack-photo\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Arccaptain","offers":[{"title":"Default Title","offer_id":45567698436153,"sku":"20140100119","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0613\/8458\/9369\/files\/RechargeableNeckLight_7.png?v=1772788723","url":"https:\/\/www.arccaptain.com\/products\/rechargeable-neck-work-light-hands-free-magnetic","provider":"Arccaptain","version":"1.0","type":"link"}