DESCRIPTION 'As its title makes clear, the Balmain Major has achieved high rank. The geometric shield, with its straight browline and powerful-yet-featherweight Japanese titanium frame, displays a pair of special temple ornaments: eye-catching, tactile chains crafted in yellow and rose gold, as well as one special jet-black design. These embellishments were inspired by aiguilletes, a distinctive type of military gilded cords, which have adorned high-ranking French uniforms since the Renaissance. A symbol of great honor, awarded for only the most impressive of accomplishments, the dress-uniform cords have served to recognize great loyalty for centuries. Balmain Eyewear has adapted this singular emblem of fidelity as a mark of adherence to the inclusive and progressive values shared by all members of the Balmain Army.Major’s color choices look to Balmain’s heritage, with designs incorporating the greys of Pierre Balmain’s port-war couture collections, the dark browns dominating Olivier Rousteing’s recent Egyptian-inspired runways and, of course, the matte-black tones which have a special importance for the house, due to the color’s distinct connections to both couture elegance and biker rebelliousness.'
INFORMATIONLens Size | 142 mm |
Nose Bridge Length | 0 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Japanese Titanium |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Rose Gold |
Temple Colour | Rose Gold |
Lens Colour | Brown |
Style Tip | This shape is best suited for an oval, round or heart shaped face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"923956",
"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:'923956',
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:'923956'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|