DESCRIPTION Light Metal line showcases narrow and on-trend light-weight design. To give a lighter perception of the frame the new temple design is characterized by an empty corner angle. Masculine navigator shape in light metal featuring a sophisticated construction with floating low temples with double bridge and empty corner angle. The style embeds a distinctive keyhole bridge recalling MCQ flash detail. The MCQ logo is applied on the left temple with a metal sticker and the iconic hyperlilac flash is tampoprinted on both the end tips. The metal pins, recalling the Jack design, are applied on the extremities of the frame. The nickname, 'No. 0 BY MCQ' is lasered in the inner side of the temple. The color palette includes colorfull gradient lenses and a clear one, paired with a matte or shiny metal frame. The acetate end tips are proposed in both classic and colored havanas in tone with the lenses.
INFORMATIONLens Size | 59 mm |
Nose Bridge Length | 16 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Metal |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Gunmetal |
Temple Colour | Gunmetal |
Lens Colour | Green |
Style Tip | This shape is best suited for an oval or round face while it goes well with most face shapes. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1049672",
"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:'1049672',
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:'1049672'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|