VENTOR

VENTOR

13,50 19,50 

Anti Scratch and Anti Fog

The protective lens has a scratch-resistant finish on the front surface and is fog-free on the back surface. Thus, this version of the VENTOR is protected against mechanical influences from the outside and offers clear vision even during sweaty work.

  • Classic design
  • Wide flexible textile strap
  • Large panoramic lenses
  • Indirect ventilation system

SKU: 9560 165 - 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; };