DESCRIPTION The SWAROVSKI 6016 1043/82 sunglasses are a seamless blend of classic design and modern elegance. Crafted with a striking green acetate frame, these sunglasses exude sophistication and a touch of boldness. The solid green lenses not only enhance the cohesive aesthetic but also provide essential UV protection to safeguard your eyes. Lightweight yet durable, these sunglasses are designed for all-day comfort and resilience. Perfect for any occasion, whether a casual outing or a polished event, the SWAROVSKI 6016 1043/82 offers timeless style with a contemporary twist. Elevate your accessory game with this stunning piece, showcasing Swarovski's signature craftsmanship and attention to detail.
INFORMATIONLens Size | 56 mm |
Nose Bridge Length | 18 mm |
Temple Length | 140 mm |
Gender | Women |
Material | Acetate |
Shape | Butterfly |
Country of Origin | Italy |
Front Colour | Green |
Temple Colour | Green |
Lens Colour | Green |
Style Tip | This shape is best suited for a long slender face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"848874",
"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:'848874',
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:'848874'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|