DESCRIPTION You saw it here first. Akoni Eyewear could never be content with simply replicating what might already be on the market. Akoni’s designers are always inspired by iconic silhouettes but we aim for much more than some sort of copy/paste. And nothing makes us happier than to be able to say we have designed something that is obviously destined to become a new classic—something that no one has ever offered before, which has the strength and timeless style needed to serve the test of time. And nothing makes us happier than to be able to design something that no one has ever seen before—that has all the elements necessary to stand the test of time—and is destined to become a new classic, like Ara. The bold acetate frame has been expertly sliced straight through by a sculptural side cup—creating a distinctive depth and intriguing embellishment on both sides, without any disturbance to the silhouette’s sleek flow.
INFORMATIONLens Size | 52 mm |
Nose Bridge Length | 21 mm |
Temple Length | 148 mm |
Gender | Unisex |
Material | Acetate |
Shape | Wayfarer |
Country of Origin | Japan |
Front Colour | Dark Tortoise & Crystal Amber |
Temple Colour | Dark Tortoise |
Lens Colour | Brown |
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":"393765",
"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:'393765',
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:'393765'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|