DESCRIPTION
These men’s Flagtop II square men sunglasses inject a classic sports-inspired shape with Carrera's fearless attitude — perfect for making a statement on the streets. The square full-rim frames feature an injected plastic front and temples, as well as UV-protective polycarbonate lenses to shield your eyes from harmful rays. The final finishing touches come via the label’s logo engraved on each temple, the iconic Flag motif positioned discreetly inside the frame front’s top edge, as well as the unmistakable C-logo photoengraved inside the left end-tip. The result? Carrera’s cool and authentic style at its very finest.
INFORMATION
Lens Size: 99 mm, Nose bridge length: 1 mm, Temple length: 140 mm
Gender: Unisex
Material: Polymide Inj
Shape: Rectangle
Country of Origin: Italy
Lens Colour: Red Flash (Black | AJ1/UZ)
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":"688113",
"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:'688113',
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:'688113'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});