DESCRIPTION The M3105 is a timeless round rimless optical frame, expertly crafted from ultra-lightweight titanium for maximum comfort and style. Originating in the late 1800s as a revolutionary approach to eyewear, this modern interpretation pays homage to the past while standing out with exquisite hand-engraved details adorning the top and bottom of the flexible beta titanium temples. The rimless design enhances its lightweight feel, making it an ideal choice for those seeking both sophistication and practicality. With a commitment to quality, the M3105 is meticulously made in Japan, ensuring durability and a luxurious finish. This frame effortlessly combines classic elegance with contemporary craftsmanship, making it a must-have addition to any eyewear collection.
INFORMATIONLens Size | 49 mm |
Nose Bridge Length | 22 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Titanium |
Shape | Irregular |
Country of Origin | Japan |
Front Colour | Palladium White |
Temple Colour | Palladium White |
Lens Colour | Blue |
Style Tip | This shape is best suited for oval / round faces. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1081337",
"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:'1081337',
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:'1081337'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|