DESCRIPTION The EMPORIO ARMANI 4219 5763/80 sunglasses deliver a bold yet refined style with a blue-on-blue design that’s both modern and timeless. Crafted from premium acetate, the frame’s deep blue hue offers a sleek and polished appearance, enhanced by matching solid blue lenses that create a cohesive look. Designed with UV protection, these lenses provide essential eye protection without compromising style, making them perfect for sunny days. With its classic silhouette, this pair reflects Emporio Armani’s commitment to elegant design and quality craftsmanship. Ideal for those who appreciate sophistication with a hint of vibrancy, these sunglasses add a touch of luxury to any outfit and suit a variety of occasions.
INFORMATIONLens Size | 57 mm |
Nose Bridge Length | 18 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Acetate |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Blue |
Temple Colour | Blue |
Lens Colour | Blue |
Style Tip | This shape is best suited for an oval, round or heart shaped face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"706713",
"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:'706713',
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:'706713'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|