This black graffiti inspired sweatshirtpresents a graffiti piece on its front that says Loner with a graffiti character chilling on top of it. On the right sleeve, it has a graffiti tag saying Loner with our iconic snowflake logo on top of it.
Being a loner can mean different things to different people. Some may find comfort and freedom in being alone, while others may sense isolation and loneliness.
It can be a choice to detach from the world's noise or a consequence of feeling like an outsider, a weirdo, or a misfit.
Regardless of the reason, being a loner can be a beautiful, introspective journey of self-discovery and finding one's meaning.
It's a test of strength and resilience to navigate the world. For some, it is a necessary step toward true independence and fulfillment. That's precisely why we created this graphic and slapped it in front of this graffiti inspired '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"438663",
"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:'438663',
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:'438663'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});