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 5805 U12/U12-K175, an exclusive frame that blends cutting-edge design with luxurious materials. This model features a striking copper titanium frame paired with a green acetate inner rim, creating a bold yet elegant contrast. Crafted from high-quality titalium, the frame is incredibly lightweight and durable, ensuring all-day comfort. The clear lenses highlight the minimalist design, perfect for those who appreciate refined and modern eyewear. Part of LINDBERG’s prestigious THINTANIUM collection, this frame offers both visual appeal and superior craftsmanship, making it an ideal choice for individuals who value style, comfort, and exclusivity.
INFORMATIONLens Size | 48 mm |
Nose Bridge Length | 26 mm |
Temple Length | 140 mm |
Gender | Unisex |
Material | Combination |
Shape | Round |
Country of Origin | Denmark |
Front Colour | Copper With Green Inner Rim |
Temple Colour | Copper |
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":"1779257",
"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:'1779257',
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:'1779257'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|