🥇EyeSpace22 – Where Authentic Vision Meets Style🔥

Previous
Varilux® XR design Lens

Varilux® XR design Lens

Price range: ৳ 57,100 through ৳ 122,200
Next

Essilor Stellest Myopia Control Lenses for Your Child

Original price was: ৳ 36,450.Current price is: ৳ 27,337.

Save ৳ 9,113 (25%)

Essilor Stellest Myopia Control Lenses for Your Child
Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus)

Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus)

Price range: ৳ 8,600 through ৳ 16,900

Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus)

Price range: ৳ 8,600 through ৳ 16,900

Discover Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus) — all-day clarity for near, intermediate, and distance vision. With Crizal protection and blue light filtration. Available now at EyeSpace22, Bangladesh.

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/=

Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus)

Product Description

Experience effortless, all-day visual comfort with the Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus) — designed for modern lifestyles that demand clear, seamless vision at every distance. Powered by Essilor’s advanced digital surfacing technology, this lens delivers precise optics, smooth transitions, and exceptional comfort for near, intermediate, and distance vision.

With a Modern Soft Design and Atoric-Aspheric surface, the Everyday Plus lens ensures sharp, distortion-free vision and a thinner, more aesthetic appearance. Whether you’re driving, working on a screen, or reading a book, these lenses provide the clarity and comfort you need to stay focused all day.


Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus) Discover <strong data-start="3714" data-end="3788">Essilor Crizal Essential Plus Digital Progressive Lens (Everyday Plus)</strong> — all-day clarity for near, intermediate, and distance vision. With Crizal protection and blue light filtration. Available now at <strong data-start="3919" data-end="3933">EyeSpace22</strong>, Bangladesh.

Key Features & Benefits

Modern Soft Design Progressive Lens
Engineered to reduce aberrations for sharp, comfortable vision at all distances.

Three-in-One Lens Functionality
One single lens for near, intermediate, and distance vision — no visible lines, just seamless clarity.

Bifocal Converter Advantage
Transforms traditional bifocal wearers into progressive lens users with smooth transitions, faster adaptation, and better aesthetics.

Atoric-Aspheric Surface Design
Flatter, thinner lenses that provide wide visual corridors and eliminate unwanted edge distortion.

Custom Digital Surfacing Precision
Accurate power control ensures stable, natural vision for everyday activities — driving, computer use, and reading.


Crizal® Protection & Coating Options

Protect your lenses with Crizal® technology for durability and clarity:

  • Crizal® Titus — Enhanced scratch resistance and long-lasting clarity.

  • Crizal® Easy Pro — Easy-clean surface that resists smudges and dirt.

  • Crizal® Rock — Tough everyday resistance against scratches and wear.

  • Blue UV Protection — Shields your eyes from harmful blue light and UV rays.

  • Essidrive™ — Optimized for clearer, glare-free vision while driving.

  • Optifog® — Anti-fog coating for humidity-proof clarity.


Protection Highlights

🌤 Double-Sided UV Protection — Blocks UV rays reflected from both sides.
💧 Water, Dust & Smudge Resistance — Keeps lenses cleaner for longer.
🔵 Blue Light Filtration — Reduces digital eye strain and fatigue.
🪶 Durable Scratch & Reflection Resistance — Long-lasting clarity and comfort.
Easy-to-Clean Surface — Repels oil, dust, and fingerprints.


Optional Upgrades

Blue UV Capture Protection — +BDT 1,000
Essidrive Over Crizal Rock — +BDT 2,500
Optifog® Upgrade — +BDT 1,000
Transitions® Classic (Grey) — Adaptive light-responsive comfort

Available Lens Indexes: 1.50, 1.56, 1.59, 1.60


Product Details

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


Why Buy from EyeSpace22

At EyeSpace22, we guarantee 100% authentic Essilor lenses, professionally fitted to your exact prescription by certified opticians. Enjoy superior quality, true comfort, and unmatched precision — because your vision deserves the best.

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) })