Denime 261 Loopwheel Raglan Sweatshirt is super soft and luscious sweatshirt that will feel as good on your body as it does in your hand. Using 100% American cotton, Denime takes inspiration from vintage sportswear to design these sweatshirts. The 261 loopwheel sweatshirt is finished with four-needle flat-seam construction, a brushed interior, and no side seams for a stress-free fit.
Note: These generally run small when taking into account shrinkage after wash. We recommend sizing up one from your typical American brand tops size. The garment will shrink about 3-4cm (1.1-1.6') in length and chest after wash. Cold wash and hang-dry to minimize the amount/degree of shrinkage.
Model: 6'0'' and 175 lbs. wearing size S for a slim fit, but after shrinkage will defintiely be too tight and small. Model would size up to M for a similar fit post-shrinkage (slim fit). See model wearingsize M in the '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1059773",
"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:'1059773',
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:'1059773'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});