DESCRIPTION The BVLGARI Serpenti 40006I 01B sunglasses offer a chic and contemporary design. Featuring a bold black acetate frame, these trendy sunglasses embody luxury and sophistication. The serpent-inspired temple detail, a signature of BVLGARI’s Serpenti collection, adds a touch of glamour and uniqueness. The grey gradient lenses not only enhance the stylish appeal but also provide essential UV protection, making them perfect for sunny days. Crafted from durable acetate, the Serpenti sunglasses offer both comfort and lasting quality. Their gradient lens design adds versatility, transitioning smoothly from darker to lighter shades, making these sunglasses both functional and fashionable. A perfect statement piece for those who appreciate elegance and modern style.
INFORMATIONLens Size | 52 mm |
Nose Bridge Length | 18 mm |
Temple Length | 140 mm |
Gender | Women |
Material | Acetate |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Grey Gradient |
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":"414677",
"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:'414677',
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:'414677'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|