HUNTOR

HUNTOR

4,40 

Very light and comfortable

Due to the soft nose pad, the very lightweight HUNTOR offers a high level of wearing comfort even during longer periods of wear.

  • Very low weight
  • Sporty design
  • Outdoor version available
  • Soft nose pad

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