DESCRIPTION The RAY-BAN 4840S 601S/71 sunglasses are a timeless accessory that blends iconic design with modern functionality. Featuring a bold black acetate frame, these sunglasses deliver both durability and a classic, refined aesthetic. The solid green lenses add a touch of vintage appeal, creating a balanced contrast with the black frame and offering a subtle pop of color. Designed with Ray-Ban’s renowned quality, these lenses provide reliable UV protection, ensuring comfort and safety on bright days. Lightweight and comfortable, the acetate frame is ideal for everyday wear. Perfect for those who value understated style, the RAY-BAN 4840S 601S/71 is a versatile accessory that complements any look with effortless sophistication.
INFORMATIONLens Size | 50 mm |
Nose Bridge Length | 21 mm |
Temple Length | 145 mm |
Gender | Unisex |
Material | Acetate |
Shape | Wayfarer |
Front Colour | Black |
Temple Colour | Black |
Lens Colour | Green |
Style Tip | This shape is best suited for an oval or round face while it goes well with most face shapes. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1005822",
"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:'1005822',
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:'1005822'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|