DESCRIPTION Inspired by the pince-nez style of the late 1800s, this design reinterprets a vintage silhouette with modern craftsmanship. The round frame, crafted from lightweight titanium, offers both durability and comfort. Signature Matsuda engraving along the rim wire adds a touch of intricate artistry, enhancing the frame’s timeless appeal. Complementing the round shape are matching round nose pads, providing both function and an elegant design element. The semi-flat lenses contribute to the frame’s sleek and sophisticated look, making it a perfect blend of old-world charm and contemporary style. Handcrafted in Japan with meticulous attention to detail, this piece embodies the fusion of tradition and innovation for those who appreciate classic yet forward-thinking eyewear.
INFORMATIONLens Size | 45 mm |
Nose Bridge Length | 27 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Titanium |
Shape | Round |
Country of Origin | Japan |
Front Colour | Gold |
Temple Colour | Gold |
Lens Colour | Cobalt Blue |
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":"842503",
"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:'842503',
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:'842503'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|