DESCRIPTION Taking inspiration from the unmistakable shields created in collaboration with Porsche Design back in the 1970s, these striking Americana oversized aviator sunglasses are bound to stand out. The oversized goggle-like silhouette and the cylindrical double-lens construction breathe new life into each piece, while the stainless steel rims and arms ensure they’re remarkably resistant and comfortable. A front center 'C' monogram alongside the label’s hand-painted Flag symbol and the logo lettering engraved across the top bar ensure a signature finish from all angles, but the precious details don’t stop there. In fact, you’ll notice the Carrera lettering engraved in high-relief, as well as artful hand-painted detailing on each temple. The clean and generously proportioned silhouette is fitted with gradient polycarbonate lenses for clarity and superior UV protection. Last but certainly not least, a bold palette of saturated hues ensures a high-impact look that echoes the brand’s bold, forward-looking attitude.
INFORMATIONLens Size | 76 mm |
Nose Bridge Length | 17 mm |
Temple Length | 120 mm |
Gender | Men |
Material | Combination |
Shape | Aviator |
Country of Origin | Italy |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Grey |
Style Tip | This shape goes well with all face shapes depending on the size of the eyewear. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"911537",
"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:'911537',
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:'911537'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|