Nanga's flagship model, the Aurora Down Jacket is made from their very own Aurora-Tex fabric, completely waterproof but still breathable, filled with Spanish White Duck Down from a label that takes their down sourcing seriously.
100% Nylon Aurora-Tex outer
Waterproof and highly breathable
40dn Nylon Taffeta lining
760 Fill Spanish White Duck Down 10% Feather
Fully padded adjustable hood
Adjustable hemline and cuffs with nubuck cover
Waterproof zippered closure
External chest and hand zippered pockets
Internal mesh pouch pocket and zip pocket
Collar, placket and hand pockets fleece lined for comfort
Made in Japan
Japanese sizing listedModel wears a size Large.
Jackson is 6'1' / 184cm with a 31” / 79cm waist
He usually wears a size L in shirting.
Nanga are serious about their down sourcing and handling. For more information on what they're up to or how to care for your down check out the information on their site'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"773711",
"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:'773711',
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:'773711'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});