VISION 2

VISION 2

13,00 

Fashionable protective eyewear design

The VISION 2 is available in two sizes and provides a fashionable design. The integrated side protection protects against foreign bodies.

  • Very low weight
  • Modern design
  • Transparent side shields
  • Suitable for narrow face shapes

SKU: 2070 03 4817 - 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; };