DESCRIPTION The boldest expression of Carrera’s signature style, the Flag collection returns with a much-awaited new unisex design: the Facer sunglasses. Crafted from a mix of acetate and metal, rendered here in a tortoiseshell and gold-tone colorway, these full-rim rectangular frames push the boundaries of traditional eyewear to the highest peaks. The metal top bar, which transforms seamlessly into a set of sleek arms, as well as delicate rivet detailing and sporty side shields, add a contemporary edge, while the tinted lenses shield your eyes from harmful rays. Carrera’s inimitable details – the C-logo to the front and the logo lettering along the temples – are an instantly recognizable finishing touch.
INFORMATIONLens Size | 62 mm |
Nose Bridge Length | 15 mm |
Temple Length | 130 mm |
Gender | Unisex |
Material | Combination |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Red |
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":"712721",
"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:'712721',
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:'712721'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|