DESCRIPTION Experience the bold allure of the KUBORAUM U8 BS sunglasses – an exclusive design that merges sophistication with personality. With a shiny black frame crafted from premium Mazzucchelli acetate and solid grey lenses providing essential UV protection, these sunglasses embody Kuboraum’s concept of eyewear as 'masks.' Designed to highlight individuality and self-expression, the U8 BS frames are more than an accessory – they are a statement. Dreamed up in Berlin and handcrafted in Italy, each pair offers a unique blend of protection and style. Ideal for those who appreciate modern luxury and artistic design, the U8 BS lets you see the world with distinctive clarity and confidence.
INFORMATIONLens Size | 48 mm |
Nose Bridge Length | 25 mm |
Temple Length | 140 mm |
Gender | Men |
Material | Mazzucchelli Acetate |
Shape | Rectangle |
Country of Origin | Berlin |
Front Colour | Shiny Black |
Temple Colour | Shiny Black |
Lens Colour | Grey |
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":"659875",
"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:'659875',
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:'659875'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|