DESCRIPTION The EMPORIO ARMANI 4237 6190/6R sunglasses bring a refined twist to classic eyewear with a stylish dark green matte acetate frame. The rich, muted tone adds a sophisticated touch, making these sunglasses both distinctive and versatile. Paired with solid green lenses, the design achieves a harmonious, monochromatic look that’s timeless and elegant. Engineered for comfort and durability, the acetate frame is lightweight, ideal for daily wear. The lenses provide essential UV protection, ensuring eye safety alongside effortless style. With EMPORIO ARMANI’s commitment to quality and modern design, the 4237 6190/6R model is perfect for those who appreciate understated luxury, adding a subtle yet impactful edge to any outfit.
INFORMATIONLens Size | 57 mm |
Nose Bridge Length | 18 mm |
Temple Length | 145 mm |
Gender | Men |
Material | Acetate |
Shape | Square |
Country of Origin | Italy |
Front Colour | Dark Green Matte |
Temple Colour | Dark Green Matte |
Lens Colour | Green |
Style Tip | This shape is best suited for an oval or round face while it goes well with most face shapes. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"442552",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'442552',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'442552'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|