LEVIOR

LEVIOR

Price range: 6,60 € through 7,10 €

Ultralight and perfect fit

The extremely low weight and the highly flexible temple sides make the LEVIOR invisible to the wearer. Furthermore, the nose pads can be individually adjusted.

  • Low weight
  • Sporty design
  • Pressure-free fit
  • Soft nose pads

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