DESCRIPTION The JACQUEMUS JAC 55 C1 Capri sunglasses are a chic blend of classic design and contemporary color accents. Featuring a sleek black acetate frame, these sunglasses offer both durability and comfort for daily wear. The light blue lenses provide UV protection while adding a fresh, modern twist to the timeless silhouette. Perfectly suited for any occasion, the Capri sunglasses seamlessly combine high-quality craftsmanship with effortless style. Whether you're dressing up for an event or enjoying a casual day out, these sunglasses elevate any outfit with their bold yet refined aesthetic. Designed for those who appreciate understated elegance with a pop of color, the JAC 55 C1 Capri is a versatile accessory for any wardrobe.
INFORMATIONLens Size | 55 mm |
Nose Bridge Length | 16 mm |
Temple Length | 145 mm |
Gender | Women |
Material | Acetate |
Shape | Cat Eye |
Country of Origin | Paris |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Light Blue |
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":"1125452",
"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:'1125452',
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:'1125452'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|