đŸĨ‡Discover Luxury Brand Eyewear – Authentic Sunglasses & Prescription LensesđŸ”Ĩ

Fossil 3114/G/S 003M9 Polarized Sunglass (Authentic Version)

15%

Original price was: 14,800৳ .Current price is: 12,580৳ .

Save 2,220৳  (15%)

Availability: 1 in stock

Delivery Address

āĻ“āĻ¯āĻŧā§‡āĻŦāĻ¸āĻžāĻ‡āĻŸā§‡ āĻ…āĻ°ā§āĻĄāĻžāĻ° āĻ•āĻ°āĻ˛ā§‡ āĻĄā§‡āĻ˛āĻŋāĻ­āĻžāĻ°āĻŋ āĻšāĻžāĻ°ā§āĻœ āĻĢā§āĻ°āĻŋ

Product Details

Let's describe the Product details: 

Brand:Fossil
Lens:POLARIZED
Frame Materials:Plastic
Warranty:1 Year Manufacture

Experience premium style and protection with the Fossil 3114/G/S 003M9 Polarized Sunglass, designed to enhance both your look and comfort. These sunglasses feature a lightweight plastic frame that offers durability and ease for everyday wear. The polarized lenses are specially crafted to reduce glare, providing clearer vision and enhanced eye protection, especially in bright conditions. Whether you’re driving, spending a day at the beach, or enjoying outdoor activities, the Fossil 3114/G/S 003M9 Polarized Sunglass ensures optimal UV protection.

Known for its high-quality craftsmanship, Fossil delivers a sleek design with long-lasting performance. The sturdy frame paired with polarized lenses ensures that you not only look stylish but also feel comfortable throughout the day. With the added assurance of a 1-year manufacturer warranty, you can wear these authentic sunglasses with confidence.

Elevate your accessory collection with the Fossil 3114/G/S 003M9 Polarized Sunglass, a perfect blend of modern aesthetics and practical function. Designed for those who value both fashion and performance, these sunglasses are an essential addition to your everyday wardrobe.

Brand:Fossil
Lens:POLARIZED
Frame Materials:Plastic
Warranty:1 Year Manufacture

Experience premium style and protection with the Fossil 3114/G/S 003M9 Polarized Sunglass, designed to enhance both your look and comfort. These sunglasses feature a lightweight plastic frame that offers durability and ease for everyday wear. The polarized lenses are specially crafted to reduce glare, providing clearer vision and enhanced eye protection, especially in bright conditions. Whether you’re driving, spending a day at the beach, or enjoying outdoor activities, the Fossil 3114/G/S 003M9 Polarized Sunglass ensures optimal UV protection.

Known for its high-quality craftsmanship, Fossil delivers a sleek design with long-lasting performance. The sturdy frame paired with polarized lenses ensures that you not only look stylish but also feel comfortable throughout the day. With the added assurance of a 1-year manufacturer warranty, you can wear these authentic sunglasses with confidence.

Elevate your accessory collection with the Fossil 3114/G/S 003M9 Polarized Sunglass, a perfect blend of modern aesthetics and practical function. Designed for those who value both fashion and performance, these sunglasses are an essential addition to your everyday wardrobe.

Brand

Fossil

Embrace vintage-inspired style with a modern twist in Fossil Eyewear. Known for its timeless designs and impeccable craftsmanship, Fossil offers a collection of eyeglasses and sunglasses that blend classic elements with contemporary flair. Perfect for those who appreciate a nostalgic yet fashionable look, Fossil Eyewear is your go-to accessory for a timeless and chic appearance.

Reviews

There are no reviews yet.

Be the first to review “Fossil 3114/G/S 003M9 Polarized Sunglass (Authentic Version)”

Your email address will not be published. Required fields are marked *

Lens length: 55mm
Bridge: 18mm
Temple: 145mm

The Fossil 3114/G/S 003M9 Polarized Sunglass features a durable plastic frame and polarized lenses that reduce glare and provide superior UV protection. Perfect for everyday wear, these stylish and functional sunglasses come with a 1-year manufacturer warranty, ensuring both comfort and long-lasting performance.

Lens options include anti-reflective coating for reduced glare, UV protection for eye safety, and blue light-cutting lenses to protect your eyes from digital screen strain. You should consider our authentic lens collections.

Check the frame’s measurements, including the bridge width and temple length, and compare them to your existing glasses. Feel free to contact us, We provide fit guides or recommendations based on your face shape.

Certainly! We offer a 7-day free home trial service exclusively within Mirpur, Uttara, Dhanmondi, Gulshan, Banani, and Baridhara, allowing you to try our glasses in the comfort of your home before making a purchase.

Yes, we accept insurance for eyewear. To learn more about how to use your insurance for our products, please check the product description. If you have further questions or need assistance, contact us.

We offer a 7-day return window. You can return your item within this period for a refund or exchange. Your satisfaction is our priority!

Lens Collection

Let's describe our Trendy lens collection!

I want to

Request Free
Home Trail

duration

24:00 Hrs

Shipping

Our Team

AtHome

7 days for free.

Currently, our home trial is allowed only for the following locations:

var $ = jQuery, clickLock = false, currentIndexes = [], movingAnimations = [], bottomOffset = 200, hash = true// Align the circle to the center of the iconfunction getCenter(el){ return el.position().left + el.width()/2 }// Move the circlefunction 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().leftparent.find('.elementor-widget-divider').css('transform', 'translateX(' + (centerDiff+leftOffset) + 'px)') }// Make the icon highlightedfunction 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 neededfunction 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 animationsetTimeout(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) })
Scroll to Top
āĻ¸āĻžāĻ°āĻžāĻĻā§‡āĻļā§‡ āĻ•ā§āĻ¯āĻžāĻļ āĻ…āĻ¨ āĻĄā§‡āĻ˛āĻŋāĻ­āĻžāĻ°āĻŋ
āĻĒā§āĻ°ā§‹āĻĄāĻžāĻ•ā§āĻŸ āĻšāĻžāĻ¤ā§‡ āĻĒā§‡āĻ¯āĻŧā§‡ āĻĒā§‡āĻŽā§‡āĻ¨ā§āĻŸ āĻ•āĻ°āĻžāĻ° āĻ¸ā§āĻ¯ā§‹āĻ—āĨ¤