PROTOR

PROTOR

9,10 9,40 

Increased protection through rubber lip

The additional rubber lip on the upper rim of the PROTOR increases safety to protect against foreign bodies penetrating from above.

  • Very low weight
  • Sporty design
  • Available as outdoor version
  • Soft nose pads

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