The Smith I/O Mag XL Ski Goggles are the ultimate choice for skiers who demand the best in performance and comfort. With their extra-large frame size, these goggles provide an unparalleled field of vision that allows you to see more of the mountain. The I/O Mag system uses a series of magnets to quickly and easily swap out the lens, so you can adapt to changing light conditions in an instant. The goggles feature a responsive pivot hinge that allows you to easily open and close the frame, and they are equipped with a comfortable silicone strap to keep them securely in place. Whether you're charging through powder or carving through groomers, the Smith I/O Mag XL Ski Goggles have you covered.
Features:
Vision
- Spherical Carbonic-x lens for distortion-free optics and impact resistance
- ChromaPop lenses enhance contrast and natural color to make the details pop
- 5X anti-fog inner lens for advanced fog-free performance
- Smith MAG lens change system uses magnets for quick, easy lens changes
- Fits over the glasses (OTG ) and is compatible with ouroptical docking system (ODS) prescription lens insert
Fit / Integration
- Designed for ultimate integration with Smith helmets for maximum comfort, venting and fog-free performance
- QuickFit strap adjustment system lets you find the right fit fast
- Ultra-wide, silicone-backed strap stays put
- Three-layer DriWix face foam wicks moisture for a fog-free fit
- Responsive Fit frame adjusts to your face for a precise, comfortable fit
- Large fit; Available in'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1206047",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1206047'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});