DESCRIPTION Add a burst of color to your outdoor world with the piopio sunglasses, a perfect blend of retro-inspired style and modern performance. Featuring a vintage logo in high relief, these shades embrace a playful color palette with a unique matte airbrushed gradient on the temple interiors. The MauiPure lenses ensure lightweight wear and exceptional optical clarity, while the advanced PolarizedPlus2 lens technology enhances colors, reduces glare, and offers full UV protection, letting you enjoy vibrant, true-to-life views. Thoughtfully designed, the frame includes a bridge with a built-up nose pad area for added comfort and stability, making it suitable for all-day wear. Distinctive details, such as the Signature Slash at the hinge and temple tips, add a touch of character and sophistication. piopio combines fashion-forward design with premium technology, offering a stylish way to elevate your outdoor experiences and see the world in a new light.
INFORMATIONLens Size | 54 mm |
Nose Bridge Length | 20 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Nylon |
Shape | Rectangle |
Country of Origin | Hawaii |
Front Colour | Matte Dark Blue |
Temple Colour | Matte Dark Blue |
Lens Colour | Blue Hawaii |
Style Tip | This shape is best suited for an oval, round or heart shaped face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"761978",
"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:'761978',
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:'761978'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|