DESCRIPTION Step into timeless style with the Pūkaua sunglasses, a classic round design that effortlessly blends sophistication and flair. The frame features transparent temple tips adorned with a colorful wavy pattern, adding a subtle touch of artistry to this enduring look. Crafted with lightweight MauiPure lenses, Pūkaua provides exceptional optical clarity and impact resistance, ensuring your view remains as sharp and vibrant as your style. The advanced PolarizedPlus2 lens technology offers premium protection, eliminating glare and enhancing colors for true-to-life visuals while blocking harmful UV rays. The Signature Wavy Pattern adds a unique element to the frame, giving it a fresh, distinctive appearance. Whether you’re strolling along the coast or exploring the city, Pūkaua’s blend of classic round design and modern details ensures you’ll always be on-trend. Embrace a look that never goes out of style and enjoy the world through clearer, more colorful lenses.
INFORMATIONLens Size | 50 mm |
Nose Bridge Length | 21 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Nylon |
Shape | Round |
Country of Origin | Hawaii |
Front Colour | Shiny Dark Ruthenium |
Temple Colour | Shiny Dark Ruthenium |
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":"477545",
"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:'477545',
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:'477545'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|