DESCRIPTION The CUTLER AND GROSS 0005 01 sunglasses in White Gold Rhodium radiate a luxurious and timeless appeal. Crafted from high-quality metal, the frame's white gold rhodium finish exudes elegance, offering a polished look that enhances any outfit. The brown solid lenses provide UV protection, ensuring both style and eye safety. With a classic silhouette, these sunglasses are versatile and refined, making them an ideal choice for those who seek a touch of sophistication in their everyday wear. CUTLER AND GROSS’s commitment to quality is evident in the design’s durability and comfort, while the understated elegance of the frame elevates any look, bringing a distinctive blend of luxury and classic charm to your eyewear collection.
INFORMATIONLens Size | 50 mm |
Nose Bridge Length | 21 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Metal |
Shape | Rectangle |
Country of Origin | London, Handmade In Italy |
Front Colour | White Gold Rhodium |
Temple Colour | White Gold Rhodium |
Lens Colour | Brown |
Style Tip | This shape is best suited for an oval, round or heart shaped face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"967876",
"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:'967876',
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:'967876'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|