DESCRIPTION The BALENCIAGA 0360S 005 sunglasses are a bold statement of contemporary style. Featuring a sleek Black acetate frame, these sunglasses embody the brand's avant-garde approach to fashion. The solid Grey lenses provide excellent UV protection, ensuring both eye safety and effortless sophistication. Designed with a trendy silhouette, these sunglasses offer a distinctive edge, perfect for those who love to make a fashion-forward impression. Lightweight and durable, they deliver all-day comfort without compromising on style. Whether paired with casual or high-fashion ensembles, the BALENCIAGA 0360S 005 sunglasses are an iconic accessory that showcases modern luxury and individuality.
INFORMATIONLens Size | 56 mm |
Nose Bridge Length | 18 mm |
Temple Length | 125 mm |
Gender | Women |
Material | Acetate |
Shape | Cat Eye |
Country of Origin | Italy |
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":"1043405",
"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:'1043405',
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:'1043405'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|