DESCRIPTION Discover the KUBORAUM Q2 BM sunglasses – a bold, exclusive design that captures the essence of modern luxury. With a sleek black matte frame crafted from high-quality Mazzucchelli acetate, these sunglasses offer a sophisticated, understated aesthetic. The solid grey lenses provide reliable UV protection, blending function with Kuboraum’s signature artistry. True to Kuboraum's philosophy of eyewear as 'masks,' the Q2 BM frames are designed to reveal the individuality of their wearer, acting as both shield and statement. Imagined in Berlin and handmade in Italy, these sunglasses bring a refined, avant-garde edge to any look, perfect for those who appreciate high craftsmanship and a unique vision of personal style.
INFORMATIONLens Size | 51 mm |
Nose Bridge Length | 18 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Mazzucchelli Acetate |
Shape | Square |
Country of Origin | Berlin |
Front Colour | Black Matte |
Temple Colour | Shiny Black |
Lens Colour | Grey |
Style Tip | This shape is best suited for an oval or round face while it goes well with most face shapes. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"456459",
"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:'456459',
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:'456459'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|