DESCRIPTION The BALMAIN BRIGADE I BPS 110-C sunglasses exude timeless elegance with a classic design that seamlessly merges luxury and sophistication. Crafted from high-quality Japanese acetate and titanium, these sunglasses are both lightweight and durable. The White Gold & Bone frame color adds a refined, polished touch, perfect for elevating any outfit. The dark brown gradient lenses not only enhance visual appeal but also provide essential UV protection. With gradient lenses that transition smoothly for optimal clarity, these sunglasses are ideal for sunny days. Perfect for those who appreciate understated elegance, the BRIGADE I model captures BALMAIN’s mastery in blending tradition with modern flair.
INFORMATIONLens Size | 52 mm |
Nose Bridge Length | 20 mm |
Temple Length | 140 mm |
Gender | Women |
Material | Japanese Acetate / Titanium |
Shape | Round |
Country of Origin | Italy |
Front Colour | White Gold & Bone |
Temple Colour | White Gold & Bone |
Lens Colour | Dark Brown Gradient |
Style Tip | This shape is best suited for a square or a long oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"718913",
"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:'718913',
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:'718913'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|