DESCRIPTION Introducing the GAST OLLI OL02 sunglasses, a perfect blend of style and functionality. Featuring a striking gold and Havana brown color frame, these sunglasses are designed to suit both men and women. The high-quality metal frame ensures durability and a sleek look, while the green lenses provide 100% UV protection, safeguarding your eyes from harmful rays. Whether you're heading to the beach, driving, or just enjoying a sunny day, the GAST OLLI OL02 sunglasses are your ideal companion, offering both comfort and a timeless aesthetic. Elevate your eyewear game with these versatile and protective sunglasses.
INFORMATIONLens Size | 52 mm |
Nose Bridge Length | 22 mm |
Temple Length | 140 mm |
Gender | Unisex |
Material | Metal |
Shape | Round |
Country of Origin | Milan, Italy |
Front Colour | Gold |
Temple Colour | Havana Brown |
Lens Colour | Green |
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":"731143",
"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:'731143',
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:'731143'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|