✦ Verified product
Nomad
USD 4,995.00
Filtrabox
Verified independent store
→
Nomad focuses on three main objectives: true portability, a full-size capture arm with effortless maneuverability, and high filtration efficiency. It's the first portable welding f
ume extractor with a full-size 10-ft capture arm, and it's over 100 lbs. lighter than typical units. Throw it in the back of your pickup, glide it over rough terrain, and slip it through 30" doorways into tight spaces. Nomad handles laser, MIG, TIG, stick, and flux-core welding, so mobile welders and field service crews can show up fully equipped. Welding produces ultrafine particulate matter in the form of fumes. Nomad comes standard with an oversized 22 m² F9 filter (MERV 16 equivalent) and an integrated steel mesh spark arrestor. You can upgrade to a HEPA filter with 99.995% efficiency at 0.3 micron for stainless steel and other toxic metals. The PAO integrity test validated design holds up in critical environments, and Nomad maintains 100 fpm in the welding zone as required by OSHA 1910.252(c)(3)(i). /* Compact specs layout – larger text */ .specs { --specs-bg: #ffffff; --specs-border: #e2e8f0; --specs-text: #0f172a; --specs-muted: #475569; --specs-radius: 12px; --specs-gap: 0.75rem; --specs-padding: 0.85rem; } .specs__heading { font-size: 1.7rem; margin-bottom: 0.5rem; } .specs__grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: var(--specs-gap); } @media (min-width: 640px) { .specs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .specs__item { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0.35rem 0.75rem; border: 1px solid var(--specs-border); border-radius: var(--specs-radius); padding: var(--specs-padding); } .specs__label { font-size: 1.1rem; font-weight: 600; color: var(--specs-muted); } .specs__value { font-size: 1.1rem; font-weight: 700; justify-self: end; } /* Filters section – matches specs styling */ .filters { margin-top: 1.25rem; --filters-border: var(--specs-border, #e2e8f0); --filters-text: var(--specs-text, #0f172a); --filters-muted: var(--specs-muted, #475569); --filters-radius: var(--specs-radius, 12px); --filters-padding: var(--specs-padding, 0.85rem); } .filters__heading { font-size: 1.7rem; margin-bottom: 0.5rem; } .filters__table { border: 1px solid var(--filters-border); border-radius: var(--filters-radius); overflow: hidden; background: #fff; } .filters__row { display: grid; grid-template-columns: 1.25fr 1fr 0.6fr; } .filters__row + .filters__row { border-top: 1px solid var(--filters-border); } .filters__row--head { background: #f8fafc; } .filters__cell { padding: var(--filters-padding); font-size: 1.1rem; color: var(--filters-text); line-height: 1.25; } .filters__row--head .filters__cell { font-weight: 700; color: var(--filters-muted); padding-top: 0.75rem; padding-bottom: 0.75rem; } .filters__cell + .filters__cell { border-left: 1px solid var(--filters-border); } .filters__cell--right { text-align: right; font-weight: 700; } /* Mobile: stack each row into a clean label/value layout */ @media (max-width: 639px) { .filters__row { grid-template-columns: 1fr; } .filters__row--head { display: none; } .filters__cell { border-left: none !important; } .filters__cell:nth-child(1)::before { content: "Type"; display: block; font-size: 1.1rem; font-weight: 700; color: var(--filters-muted); margin-bottom: 0.25rem; } .filters__cell:nth-child(2)::before { content: "Material"; display: block; font-size: 1.1rem; font-weight: 700; color: var(--filters-muted); margin-bottom: 0.25rem; } .filters__cell:nth-child(3)::before { content: "Total Media"; display: block; font-size: 1.1rem; font-weight: 700; color: var(--filters-muted); margin-bottom: 0.25rem; } .filters__cell--right { text-align: left; } .filters__cell + .filters__cell { border-top: 1px dashed var(--filters-border); } }