NESTOR

NESTOR

4,40 5,00 

Our lightest safety protection spectacles

The NESTOR is perfectly suited for activities that require only light protection. A particularly light safety spectacles that meets many requirements.

  • Very low weight
  • Classic design
  • Available as outdoor version
  • Suitable for narrow face shapes

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