RAPTOR

RAPTOR

5,70 6,50 

Classic safety glasses with comfortable fit

Thanks to the innovative temples, the RAPTOR offers particularly good hold and non-slip pressure-free fit.

  • Geringes Gewicht
  • Sporty design
  • Outdoor version available
  • Welding protection version available

SKU: 9060 105 - Need Help? Contact Us Leave Feedback

Share
// select video element var vid = document.getElementById('v0'); //var vid = $('#v0')[0]; // jquery option // pause video on load vid.pause(); // alternative & optimized implementation thanks to http://codepen.io/daveroma/ window.onscroll = function(){ vid.currentTime = window.pageYOffset/400; };