DESCRIPTION Akoni’s new Icarus design is inspired by mindset of Richard Rogers and Renzo Piano, withthe vintage-inspired aviator frame spotlighting the strength of perfectly formed components that are more typically concealed. In addition, those familiar signature brand embellishments that set Akoni apart—recalling timeless finishing touches customarily found on the finest luxury pens and lighters—also surprise, with new and unexpected placements For centuries, the cautionary tale of Icarus crashing to earth after flying too close to the sun has been used as a warning, teaching the necessity of self-control and moderation. We believe there’s a clear need to highlight countervailing arguments: how about celebrating daring, exploration and adventure? For where wouldwe be today without our modern Icaruse's, those who refuse to clip their wings, and instead dare to dream of pushing past restrictive limitations imposed by others? Think of what we would have lost, for example, without the audaciousness gamble of Rogers and Piano, fifty years ago.
INFORMATIONLens Size | 58 mm |
Nose Bridge Length | 15 mm |
Temple Length | 147 mm |
Gender | Men |
Material | Titanium |
Shape | Navigator |
Country of Origin | Japan |
Front Colour | Brushed White Gold |
Temple Colour | Black Palladium |
Lens Colour | Dark 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":"666892",
"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:'666892',
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:'666892'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|