DESCRIPTION Get ready for action with the Maoli sunglasses, a retro-inspired design that merges style and performance for your everyday adventures. The modified square frame exudes a timeless appeal, featuring a vintage logo in high relief and a fun, playful color palette. The temple interiors are enhanced with a matte airbrushed gradient, adding a modern twist to the classic look. Engineered with impact-resistant MauiPure lenses, these sunglasses offer superior clarity while keeping the weight minimal for all-day comfort. The advanced PolarizedPlus2 lens technology ensures vibrant visuals by eliminating glare and enhancing colors, while also providing full UV protection. The Signature Slash at the temple tips adds a distinct touch, making the Maoli both stylish and functional. Ideal for those seeking to elevate their daily experiences, Maoli sunglasses deliver a blend of retro flair and cutting-edge performance, allowing you to enjoy the outdoors with clear, vivid views.
INFORMATIONLens Size | 52 mm |
Nose Bridge Length | 19 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Nylon |
Shape | Round |
Country of Origin | Hawaii |
Front Colour | Matte Black |
Temple Colour | Matte Black |
Lens Colour | Neutral Grey |
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":"1005634",
"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:'1005634',
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:'1005634'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|