DESCRIPTION
Our Skymapper frame, obviously, riffs on the classic look of a glacier explorer. Back a few decades ago, frames with a side cuffs like this were used to protect adventurers against the danger of the winter sun’s strong reflected glare. They were a necessary and stylish final addition to the look of every intrepid mountain climber and skier. Think back to those graphic, compelling images from mid-century Swiss travel posters—skiers posed against pristine alpine slopes—this is the look you see them wearing. To make this signature style right for today, John Juniper and Jeff Solorio have updated the classic round frames, playing with the possibilities offered by new breakthroughs in manufacturing to offer a compelling play on multiple levels and dimensions, adding a richness and spirit that’s just right for today’s modern-day explorers.
INFORMATION
Lens Size | 51 mm |
Nose Bridge Length | 23 mm |
Temple Length | 142 mm |
Gender | Unisex |
Material | Titanium |
Shape | Round |
Country of Origin | Japan |
Front Colour | Brushed Black & Crystal Light Blue |
Temple Colour | Brushed Black |
Lens Colour | Grey |
Style Tip | This shape is best suited for a square or a long oval face. To learn more, please refer to our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"774303",
"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:'774303',
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:'774303'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});
|