MATADOR

MATADOR

6,70 9,30 

Increased protection due to removable soft-clip

The MATADOR includes a removable soft clip which encloses the eye space all around the spectacles, providing comfortable wearing and increased protection. The inclination of the safety lens can be individually adjusted for added comfort.

  • Low weight
  • Modern design
  • Adjustable inclination
  • Unrestricted field of vision

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