🥇EyeSpace22 – Where Authentic Vision Meets Style🔥

Previous
Varilux® Comfort Max™ lenses

Varilux® Comfort Max™ lenses

Price range: ৳ 29,700 through ৳ 93,650
Next

Varilux® Physio 3.0™ Lens

Price range: ৳ 46,950 through ৳ 70,550
Varilux® Physio 3.0™ Lens
Varilux® E series™ Lenses

Varilux® E series™ Lenses

Price range: ৳ 38,750 through ৳ 60,250

Varilux® E series™ Lenses

Price range: ৳ 38,750 through ৳ 60,250

Varilux® E Series™ lenses offer sharp, seamless vision with Swim Control™ tech for fast adaptation. 100% authentic at EyeSpace22.

About this Product

** Lens’ prices are for SPH power upto -6.00 and CYL power upto -2.00
** High-Power Lens/Progressive Lens/Complex Power will cost higher
** EMI facilities available for all eligible credit card holders. Minimum Purchase amount 5,000/=

Varilux® E Series™ Progressive Lenses – Easy Vision for an Easy Life

Experience seamless vision at every distance with Varilux® E Series™ progressive lenses, designed by Essilor for ultimate comfort and clarity. Unlike traditional reading glasses or bifocals, Varilux® lenses deliver sharp vision from near to far, giving you effortless focus transitions for daily tasks, digital screens, and outdoor activities.

Why Choose Varilux® E Series™?

Engineered with Swim Control™ technology, Varilux® E Series™ reduces the swim effect by up to 50%, offering faster adaptation and more stable vision. Whether you’re new to progressive lenses or upgrading your eyewear, these lenses ensure instant comfort and natural vision correction across all zones.

Key Benefits

  • Sharp and stable vision across all distances

  • Fast, easy adaptation for first-time progressive users

  • Reduced visual distortion and swim effect

  • Ideal for everyday wear and dynamic lifestyles

How It Works

The innovation lies in Essilor’s Digital Surfacing combined with Swim Control™ technology, optimizing peripheral vision for smooth transitions. Every pair of Varilux® E Series™ lenses is precisely engineered to match your prescription and visual behavior, ensuring all-day comfort and clarity.

  Varilux® E series™ Lenses Varilux® E Series™ lenses offer sharp, seamless vision with Swim Control™ tech for fast adaptation. 100% authentic at EyeSpace22.

Varilux® E series™ Lenses Varilux® E Series™ lenses offer sharp, seamless vision with Swim Control™ tech for fast adaptation. 100% authentic at EyeSpace22.

Varilux® E series™ Lenses Varilux® E Series™ lenses offer sharp, seamless vision with Swim Control™ tech for fast adaptation. 100% authentic at EyeSpace22.

Varilux® E series™ Lenses Varilux® E Series™ lenses offer sharp, seamless vision with Swim Control™ tech for fast adaptation. 100% authentic at EyeSpace22.

Optional Upgrades

Enhance your lenses with premium add-ons:

  • Blue UV Capture Protection — +BDT 1,000

  • Transitions® GEN 8 Upgrade — +BDT 14,000

Imported Essilor Lenses | Delivery: 12–20 working days
Advance Payment: Minimum 50% required
Note: COD not available outside Dhaka, Bangladesh

Why Buy from EyeSpace22

When you buy from EyeSpace22, your lenses are 100% authentic Essilor products, custom-fitted by experienced opticians for your exact prescription. Trust EyeSpace22 for genuine lenses, premium quality, and expert precision — every time.

var $ = jQuery, clickLock = false, currentIndexes = [], movingAnimations = [], bottomOffset = 200, hash = true // Align the circle to the center of the icon function getCenter(el){ return el.position().left + el.width()/2 } // Move the circle function moveCircle(parent, el){ var centerDiff = getCenter(el) - getCenter(parent.find('.elementor-widget-icon-box').eq(0)) leftOffset = parent.find('.elementor-widget-icon-box').eq(0).offset().left - parent.offset().left parent.find('.elementor-widget-divider').css('transform', 'translateX(' + (centerDiff+leftOffset) + 'px)') } // Make the icon highlighted function setActive(menu, index, i){ menu.addClass('bubbling') movingAnimations[i] = true setTimeout(function(){ if(movingAnimations[i]){ menu.addClass('bubble') } },50) menu.find('.elementor-widget-icon-box').removeClass('active') menu.find('.elementor-widget-icon-box').eq(index).addClass('active') moveCircle(menu, menu.find('.elementor-widget-icon-box').eq(index)) } // Remove highlighted if needed function removeActive(menu, i){ movingAnimations[i] = false menu.removeClass('bubbling bubble') menu.find('.elementor-widget-icon-box').removeClass('active') } $(document).ready(function(){ $('.icon-menu').each(function(i){ var $this = $(this) currentIndexes.push(-1) movingAnimations.push(false) // Hover Effect $this.find('.elementor-widget-icon-box').on('mousemove mouseenter', function(){ setActive($this, $(this).index(), i) }) // Back to current item on mouse leave $this.on('mouseleave', function(){ if(currentIndexes[i] == -1){ removeActive($this, i) }else{ setActive($this, currentIndexes[i]) } }) // Click Effect $this.find('.elementor-widget-icon-box').on('click', function(e){ if( !hash ){ var link = $(this).find('a').attr('href') if( link == '' || link[0] == '#' ){ return } } setActive($this, $(this).index(), i) currentIndexes[i] = $(this).index() clickLock = true setTimeout(function(){ clickLock = false },1500) }) }) }) function removeSlash(str){ return str.replace(/^\/+|\/+$/g, '') } function getPath(url){ return removeSlash((new URL(url, location.protocol+'//'+location.hostname)).pathname) } $(window).on('load', function(){ $('.icon-menu').each(function(i){ var $this = $(this) $this.find('.elementor-widget-icon-box').each(function(index){ // Add # in case of empty link var span1 = $(this).find('span.elementor-icon'), span2 = $(this).find('.elementor-icon-box-title span') if( span1.length ){ span1.replaceWith($('' + span1.html() + '')) } if( span2.length ){ span2.replaceWith($('' + span2.html() + '')) } // Hightlight icon in case of page URL var link = $(this).find('a').eq(0).attr('href') if(link){ if(link[0] != '#'){ hash = false if(getPath(link) == removeSlash(location.pathname)){ setActive($this, index, i) currentIndexes[i] = index } } } }) // Avoid initial animation setTimeout(function(){ $this.addClass('transition') },400) }) }) // Title overflow fixing for v2 $(window).on('load resize', function(){ $('.icon-menu').each(function(i){ var $this = $(this) $this.find('.elementor-widget-icon-box').each(function(index){ if($this.hasClass('v2')){ var offset = 20, title = $(this).find('.elementor-icon-box-title'), titleLeft = title.offset().left, menuLeft = $this.offset().left, titleRight = titleLeft + title.outerWidth(), menuRight = menuLeft + $this.outerWidth(), translateLeft = titleLeft - menuLeft, translateRight = menuRight - titleRight if($(window).width() < 768){ offset = 4 } // Right fix if(translateRight < offset){ title.css('transform', 'translateX(' + (translateRight-offset) + 'px)') } // Left fix if(translateLeft *:not(.icon-menu)') selector.each(function(){ if($(window).scrollTop() + $(window).height() - 350 > $(this).offset().top){ topIds.push($(this).attr('id')) } }) topIds = topIds.filter(element => element !== undefined) $('.icon-menu').each(function(i){ var $this = $(this), menuIndex // Hide menu near window bottom if( $('body').height() > $(window).height()+bottomOffset+100 ){ if($('body').height() -1 ) return var menuId = topIds[topIds.length - 1 - index] menuIndex = $this.find('[href="#'+ menuId +'"]').closest('.elementor-widget-icon-box').index() currentIndexes[i] = menuIndex }) if( menuIndex==undefined || menuIndex == -1 ){ currentIndexes[i] = -1 removeActive($(this), i) }else{ setActive($(this), menuIndex, i) } }) delay = 0 },delay) })