DESCRIPTION Embrace action and style with the Maoli sunglasses, a retro-inspired design featuring a modified square shape that adds a modern edge to a classic look. Showcasing a vintage logo in high relief, Maoli's frame comes alive with a playful color palette, including a matte airbrushed gradient on the temple interiors for a touch of artistic flair. Built for performance, these sunglasses feature impact-resistant MauiPure lenses, ensuring lightweight comfort and exceptional clarity. The advanced PolarizedPlus2 lens technology enhances color, eliminates glare, and blocks harmful UV rays, providing a vivid, true-to-life view in any environment. The Signature Slash detail at the temple tips adds a unique finishing touch, combining style and function. Whether you’re exploring the outdoors or navigating city streets, Maoli’s blend of retro style and modern performance ensures you’re ready for any adventure with enhanced vision and comfort.
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 Dark Green |
Temple Colour | Matte Dark Green |
Lens Colour | Maui Ht |
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":"1037086",
"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:'1037086',
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:'1037086'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|