VELOR

VELOR

9,90 18,90 

Very good eye area coverage

VELOR's soft face pad reduces the risk of injury and provides ideal coverage of the eye area.

  • Sporty design
  • Optional headband for even tighter fit
  • Available as outdoor version
  • Soft nose pads

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