DESCRIPTION The JACQUEMUS JAC 42 C1 Bambino sunglasses exude a chic and modern aesthetic with their sleek black acetate frame and light blue lenses. Designed for everyday wear, the lightweight frame ensures durability and comfort, making these sunglasses perfect for any occasion. The solid light blue lenses provide essential UV protection while adding a fresh pop of color, creating a refined yet playful contrast to the classic black frame. With a timeless silhouette and high-quality craftsmanship, the Bambino sunglasses effortlessly blend style and practicality, making them a versatile addition to any wardrobe. Whether you're dressing up or keeping it casual, these sunglasses offer a stylish edge that complements any look.
INFORMATIONLens Size | 56 mm |
Nose Bridge Length | 17 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":"774259",
"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:'774259',
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:'774259'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|