DESCRIPTION Drawing inspiration from the infinite expanse of the cosmos, this innovative design reinterprets the iconic Skymapper shape and Solis features with a smart fusion of materials. This striking design features a bold acetate front combined with a distinctive half-eye rim in titanium and half acetate with naylor detailing, creating a sophisticated interplay of materials. Characterized by its geometric dot patterns, Infinity explores the tridimensionality of its form, with titanium side shields that introduce a profound sense of depth and spatial intrigue. These side shields extend both forwards and backwards, enhancing the frame’s dynamic movement and visual complexity. Adjustable temples further elevate the design, offering a tailored fit and reflecting the frame’s innovative spirit. Emblematic of Akoni’s commitment to merging classic elegance with modern ingenuity, the Infinity frame invites wearers to experience a new dimension of eyewear that celebrates the infinite possibilities of style and design.
INFORMATIONLens Size | 46 mm |
Nose Bridge Length | 24 mm |
Temple Length | 152 mm |
Gender | Unisex |
Material | Titanium & Acetate |
Shape | Round |
Country of Origin | Japan |
Front Colour | Green Tortoise Swirl & Black Iron With Dark Grey |
Temple Colour | Green Tortoise Swirl & Black Iron With Dark Grey |
Lens Colour | Clear |
Style Tip | This shape is best suited for a square or a long oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1791266",
"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:'1791266',
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:'1791266'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|