NESTOR SMALL

NESTOR SMALL

4,40 4,65 

Our lightest safety spectacles in a smaller size

The NESTOR "Small" is perfect for activities that require only light protection. A particularly light safety spectacles for petite face shapes, which meets many requirements.

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

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