ALLIGATOR

ALLIGATOR

Price range: 7,30 € through 8,30 €

Universal protection and large panoramic lens

The large panoramic lens of the ALLIGATOR provides good lateral protection and an unrestricted field of vision. The lens is easily replaceable.

  • Sporty design
  • Individual adjustable temple length
  • Easy to change safety lens
  • Prescription lenses can be inserted with the RX insert

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