DESCRIPTION The KUBORAUM P8 CY sunglasses make a bold statement with a luxurious blend of exclusivity and everyday wearability. Crafted from premium acetate in a striking purple hue, these sunglasses are designed to elevate any look with ease. Featuring solid grey lenses with reliable UV protection, the P8 CY model offers both style and eye safety. KUBORAUM’s philosophy of creating 'masks' shines through in this design, which provides a sense of self-expression while maintaining an aura of mystery. Handcrafted to the highest standards, these sunglasses are perfect for those who seek a unique accessory that effortlessly enhances daily style.
INFORMATIONLens Size | 53 mm |
Nose Bridge Length | 17 mm |
Temple Length | 145 mm |
Gender | Men |
Material | Acetate |
Shape | Navigator |
Country of Origin | Berlin |
Front Colour | Purple |
Temple Colour | White & Black |
Lens Colour | Grey |
Style Tip | This shape is best suited for a round or oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"823894",
"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:'823894',
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:'823894'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|