COMBOR

COMBOR

10,50 29,50 

Available with temple or headband as required

The COMBOR temples can be easily exchanged for a comfortable elastic headband. This ensures a secure hold even with fast and jerky movements.

  • Sporty design
  • Easy to change safety lens
  • Optional headband for even tighter fit
  • Available as outdoor version

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