DESCRIPTION Elevate your style with the HUGO BOSS 1505/S KB7/QT sunglasses, a perfect blend of classic elegance and modern sophistication. These sunglasses feature a sleek grey acetate frame, offering a refined and versatile look that complements any outfit. The solid green lenses not only provide a striking contrast but also ensure essential UV protection, keeping your eyes safe while enhancing your visual clarity. Designed with both style and durability in mind, the HUGO BOSS 1505/S sunglasses are an ideal accessory for any occasion, whether you're enjoying a sunny day outdoors or simply making a statement with your everyday attire. Experience the perfect combination of luxury and functionality with these timeless sunglasses.
INFORMATIONLens Size | 52 mm |
Nose Bridge Length | 20 mm |
Temple Length | 145 mm |
Gender | Men |
Material | Acetate |
Shape | Rectangle |
Country of Origin | Italy |
Front Colour | Grey |
Temple Colour | Grey |
Lens Colour | Green |
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":"1005821",
"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:'1005821',
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:'1005821'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|