DESCRIPTION The FERRAGAMO 296R 772 sunglasses exude luxury and elegance with their exquisite rose gold metal frame, perfect for those who appreciate timeless style. The gradient grey lenses beautifully complement the frame, offering a sophisticated contrast while providing essential UV protection against harmful rays. Crafted from premium metal, these sunglasses combine durability with a lightweight feel, ensuring comfort for all-day wear. The classic design is enhanced by subtle detailing, making them a versatile accessory suitable for any occasion, from casual outings to formal events. Elevate your eyewear collection with the FERRAGAMO 296R 772, a chic blend of refinement and modernity that enhances any look.
INFORMATIONLens Size | 60 mm |
Nose Bridge Length | 16 mm |
Temple Length | 145 mm |
Gender | Women |
Material | Metal |
Shape | Cat Eye |
Country of Origin | Italy |
Front Colour | Rose Gold |
Temple Colour | Rose Gold |
Lens Colour | Grey Gradient |
Style Tip | This shape is best suited for an oval face while it goes well with a square or a diamond shaped face too. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1068699",
"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:'1068699',
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:'1068699'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|