VISION 4

VISION 4

13,00 

Safety eyewear with neutral design

The classical VISION 4 comes in a neutral design and available in two sizes. The integrated side protection protects against foreign objects.

  • Very low weight
  • Classic design
  • Integrated side shields
  • Transparent side shields

SKU: 2040 00 5217 - 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; };