All LINDBERG products are preview only. Kindly get in touch with us on if you wish to purchase this piece and we shall be happy to arrange an in-person viewing for you
DESCRIPTION Introducing the LINDBERG THINTANIUM 5808 T850 P60/K25/P60, a true embodiment of modern elegance and exclusive design. This sophisticated frame combines polished gold and Havana brown, creating a luxurious yet understated aesthetic. Crafted from a combination of lightweight and durable materials, the THINTANIUM frame offers unparalleled comfort and resilience. The clear lenses enhance its sleek and minimalist look, making it perfect for those who appreciate refined style in every detail. LINDBERG's innovative approach to eyewear is showcased in this exquisite piece, designed for individuals who value both form and function. Elevate your look with the THINTANIUM, where timeless luxury meets cutting-edge design.
INFORMATIONLens Size | 46 mm |
Nose Bridge Length | 21 mm |
Temple Length | 140 mm |
Gender | Unisex |
Material | Combination |
Shape | Round |
Country of Origin | Denmark |
Front Colour | Polished Gold & Havana Brown |
Temple Colour | Polished Gold |
Lens Colour | Clear |
Style Tip | This shape is best suited for a square or a long oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1122944",
"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:'1122944',
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:'1122944'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|