DESCRIPTION The Ray-Ban Aviator 3025I in Gunmetal offers a fresh take on a classic design, perfect for those who value both style and performance. Crafted from lightweight, durable metal, the gunmetal frame ensures all-day comfort with a refined, polished look. The polarized blue and grey gradient lenses add a unique touch, seamlessly transitioning shades to provide a sophisticated aesthetic while enhancing clarity by reducing glare. Designed for both UV protection and standout style, these Aviators blend iconic heritage with modern updates. Ideal for bright light and variable conditions, they’re the perfect accessory for anyone looking to make a statement with timeless elegance.
INFORMATIONLens Size | 58 mm |
Nose Bridge Length | 14 mm |
Temple Length | 135 mm |
Gender | Unisex |
Material | Metal |
Shape | Aviator |
Front Colour | Gunmetal |
Temple Colour | Gunmetal |
Lens Colour | Blue & Grey Gradient Polarised |
Style Tip | This shape goes well with all face shapes depending on the size of the eyewear. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"961634",
"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:'961634',
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:'961634'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|