DESCRIPTION The BVLGARI 6122B 2014/8G sunglasses exude modern luxury and trendy elegance. Featuring a chic pink gold metal frame, these sunglasses blend a bold, fashionable style with lightweight comfort. The grey gradient lenses add a sophisticated contrast, seamlessly transitioning from darker to lighter shades while offering essential UV protection. Perfect for shielding your eyes in style, the gradient lenses ensure both function and fashion in various lighting conditions. These sunglasses are ideal for those who appreciate cutting-edge design with a touch of glamour. The BVLGARI 6122B 2014/8G is a must-have accessory for individuals seeking a trendy, high-fashion look that reflects timeless sophistication.
INFORMATIONLens Size | 58 mm |
Nose Bridge Length | 16 mm |
Temple Length | 140 mm |
Gender | Women |
Material | Metal |
Shape | Irregular |
Country of Origin | Italy |
Front Colour | Pink Gold |
Temple Colour | Pink Gold |
Lens Colour | Grey Gradient |
Style Tip | This shape is best suited for oval / round faces. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"568115",
"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:'568115',
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:'568115'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|