DESCRIPTION Echoing the spirit of Balmain’s precision-tai- lored “New French Style,” clean and sharp geometries immediately command attention, with the sub- stantial temples set at oblique angles against the front of the frame, where perfectly rounded lenses are joined by a pyramidal nose bridge. Embossed with the house founder’s initials, squared rivets embellish both the front and temples. Color choices mirror familiar runway tonal pairings—a frame in classic Bal- main black-and- gold sports grey lenses; a pristine white silhouette holds grey-to-clear degradé lenses, temples on rich brown designs intrigue with the addition of the recently re-issued classic alternating motif that Monsieur Balmain first introduced in the early eighties, and, finally, building on Olivier Rousteing’s Egyptian-inspired collections, a special limited-edition offering of 500 pieces, pairs an organically patter- ned Brown Leather Acetate with brown lenses.
INFORMATIONLens Size | 42 mm |
Nose Bridge Length | 28 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Acetate |
Shape | Round |
Country of Origin | Italy |
Front Colour | White |
Temple Colour | White |
Lens Colour | Grey 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":"407629",
"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:'407629',
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:'407629'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|