DESCRIPTION Embrace timeless style with the Ray-Ban Clubmaster 3016 sunglasses in Havana Pink. This iconic model combines retro flair with modern appeal, featuring a classic Clubmaster design that never goes out of style. The elegant frame blends a combination of materials for lightweight comfort and durability. Paired with light brown gradient lenses, these sunglasses provide only UV protection, ensuring your eyes are shielded while you enjoy a stylishly understated look. The subtle gradient lenses add a sophisticated touch, ideal for both sunny days and low-light conditions. Elevate your look effortlessly with these versatile and chic Ray-Ban Clubmasters, perfect for any occasion.
INFORMATIONLens Size | 51 mm |
Nose Bridge Length | 21 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Combination |
Shape | Clubmaster |
Front Colour | Havana Pink |
Temple Colour | Havana Pink |
Lens Colour | Light Brown Gradient |
Style Tip | This shape is best suited for a round or oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"428629",
"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:'428629',
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:'428629'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|