Fast Style Bulletproof Helmet L110 NIJ Level IV High Cut Fast 7.62*51MM FMJ Tactical Helmets Military

127905 sold
$249.99
$379.99
-$130.00
COLOR- BLACK
SIZE- S
Quantity
DoD-Registered Supplier⚡
100% Made and Shipped from the USA✈️
NIJ-Certified Armor 30% Off🔥
10 Year Warranty & Free Returns✅
people are viewing this right now
Shipping
Standard delivery:Jun-06 Expedited delivery:May-30
Description

The Fast Style Bulletproof Helmet L110 NIJ Level IV High Cut Fast 7.62*51MM FMJ TophelmetfanTactical Helmets Military  are made of Kevlar aramid and are designed for wearers who may encounter high-threat situations and can block 7.52*51mm FMJ M80t 30-06 M2.

I. Product Specifications

  • Color: black, armygreen, soil
  • Size: S, M, L, XL
  • Weight: 1.60KG
  • Material: Kevlar Aramid Fiber
  • Bulletproof rating: NIJ Level IV (NIJ 0106.01)
  • Ballistic performance:7.52*51mm FMJ, M80t 30-06 M2 30 Caliber M2 AP(10.8g/166gr) VO @2880ft/s (878m/s)
  • Fragment nature:10.8g. FSP BL (P) V50>2998f/s (914m/s)
  • Applicable scene: Suitable for military, police, firefighting,training, search and rescue, mountaineering, tactics, hunting, shooting and other outdoor sports. Warning: This product is for adult use only.

II. Product advantages

  • Kevlar material. Lightweight, durable, hard shell design.
  • Easy to install and remove, adjustable inner pad, replacement inner pad and headgear kit. Adjustable rear dial knob for adjusting head size.
  • Velcro panels on the right, left and back of the helmet for morale patches, nameplates and IR/reflective labels.
  • Side rails fit a variety of accessories, and the integrated NVG mount is compatible with most GoPro NVG style mounts.
  • Each helmet comes with a free pair of lined memory foam.

III. Product Features

  • Comfortable chin lining
  • Night vision device can be installed on the front rail
  • Tactical side rails fit various accessories
  • Inner pad and headgear set that can be replaced by yourself as needed
  • COMMs headset built-in headset offline
  • Fully adjustable from the size of the headband to the height of the helmet
  • External hook and loop attachment for patches
  • Closed cell comfort foam not affected by temperature, altitude or humidity
  • FAST-ARCs - 4-Position Accessory Rail Connectors: Accessible attachment points for quickly and safely donning or doffing headsets, including lights, flashlights, cameras, goggles, tactical dumpers, tactical headsets, COMM, chin Bone guards, etc.

IV.5-Point Rubber Foam Pad System

The 5-pad system of the ballistic helmet gets the job done. With excellent airflow and sufficient depth to insulate from IV-level backface deformation, it is the economical delta of optimal comfort and performance in the field.

V.Injection Molded Turn Dial Suspension

The injection molded poly suspension incorporates recurves in the straps for natural shock absorption with each step. With a rubberized turn dial to adjust the continuous suspension, this helmet is convenient to adjust in the field with your gloves on.

Ⅵ. NIJ level test results
All Tophelmetfan tactical helmets are tested to NIJ standards. Because we take your protection seriously, we also do our own testing. Every helmet from each batch is hand-checked for quality, and a helmet is randomly selected for field testing. If we didn't trust it, we wouldn't sell it.

You may also like

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.