DESCRIPTION Named for one of the largest asteroids hurtling through our solar system, the Juno frame embodies the surprising paradox that the most powerful of impacts can sometimes be best achieved via the smallest of instruments. The Juno lens deftly melds together two key Akoni symbols—the pared-down perfection of the circle and the square—and this new geometrical shape forms the center of an exceptional rimmed-rimless style, with the tinted ‘90s-inspired lenses outlined with sleek and slim acetate rims in complementary colors. Japanese influences are clear, with Akoni’s deep connections with that rich culture resulting in a singular design that owes as much to Tokyo cool as it does to the nation’s timeless intellectual spirit. Premium lightweight-yet-powerful Japanese titanium is relied upon to craft the nose bridge as well as the complementary sleek temples that are embellished with Akoni’s signature knurling piece and finished off with a branded temple tip and custom branded screws.
INFORMATIONLens Size | 47 mm |
Nose Bridge Length | 24 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Titanium |
Shape | Square |
Country of Origin | Japan |
Front Colour | Brushed Black Palladium & Dark Grey Crystal |
Temple Colour | Brushed Black Palladium |
Lens Colour | Dark Grey & Olive Gradient |
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":"1341552",
"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:'1341552',
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:'1341552'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|