MIRADOR

MIRADOR

12,90 

Variable full-view safety goggle

With the additional adjustable head-strap, MIRADOR is the close-fitting pair of glasses with an unobstructed view.

  • Suited to tough industrial environments
  • Additional headband for even tighter fit
  • Soft nose pads
  • Soft face shield

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