All MAYBACH 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 The MAYBACH THE PRODUCER I MG/B/HBX/Z66 sunglasses are a statement of opulence and impeccable design. Featuring a mellow gold-plated frame with elegant black lacquer accents, these sunglasses exude exclusivity and sophistication. Crafted from premium titanium and natural horn, they offer a perfect blend of lightweight durability and organic luxury. The green gradient lenses not only enhance visual appeal but also provide reliable UV protection, ensuring comfort and clarity in varying light conditions. With their distinctive design and meticulous craftsmanship, these sunglasses are ideal for individuals who seek to make a bold yet refined style statement. **THE PRODUCER I** embodies MAYBACH's legacy of unparalleled luxury and exceptional attention to detail.
INFORMATIONLens Size | 53 mm |
Nose Bridge Length | 22 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Titanium & Horn |
Shape | Oval |
Country of Origin | Germany |
Front Colour | Mellow Gold Plated & Black Lacquer |
Temple Colour | Emerald Green |
Lens Colour | Green Gradient |
Style Tip | This shape is best suited for a square or a base-down triangle face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"911381",
"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:'911381',
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:'911381'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|