DESCRIPTION The JACQUEMUS 004 C1 sunglasses embody a refined classic style, featuring a black acetate frame that offers a sophisticated and versatile look. The solid grey lenses provide essential UV protection, ensuring your eyes stay shielded from harmful rays while maintaining a timeless aesthetic. Designed with a classic silhouette, the 004 C1 model seamlessly complements a range of face shapes and outfits, making it an ideal accessory for both casual and formal occasions. The premium acetate construction ensures durability and a comfortable fit, allowing for extended wear without compromising on style. Perfect for those who appreciate minimalist elegance, these sunglasses add a touch of effortless Parisian chic to any ensemble.
INFORMATIONLens Size | 55 mm |
Nose Bridge Length | 17 mm |
Temple Length | 135 mm |
Gender | Women |
Material | Acetate |
Shape | Cat Eye |
Country of Origin | Paris |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Grey |
Style Tip | This shape is best suited for an oval face while it goes well with a square or a diamond shaped face too. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"949179",
"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:'949179',
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:'949179'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|