DESCRIPTION The JACQUEMUS JAC 41 C1 Spiaggia sunglasses offer a striking combination of classic style and bold color accents. Featuring a sleek black acetate frame, these sunglasses are designed for both durability and comfort, perfect for daily wear. The vibrant yellow lenses provide UV protection while adding a unique and playful contrast to the dark frame, making them a standout accessory for those who enjoy a touch of modern flair. With their timeless silhouette and high-quality construction, the Spiaggia sunglasses blend fashion and functionality, making them a versatile choice for any occasion. Whether you're relaxing at the beach or exploring the city, these sunglasses will elevate your look with effortless sophistication.
INFORMATIONLens Size | 60 mm |
Nose Bridge Length | 12 mm |
Temple Length | 145 mm |
Gender | Women |
Material | Acetate |
Shape | Butterfly |
Country of Origin | Paris |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Yellow |
Style Tip | This shape is best suited for a long slender face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"731272",
"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:'731272',
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:'731272'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|