Intimidate the elements with our stylish and functional XGXF Techwear Jacket.
Exude streetwise refinement with theTechwear XGXF Jacket, a sartorial epitome of urban style. A perfect blend of functionality and fashion, thiswindbreaker is designed to cater to the sartorial needs of the contemporary urban dweller.
With its funnel hood and tactical pockets, this is a masterclass in wind-breaking technology. Its high-quality polyester material and durable construction make it a reliable companion for the streets. The half-zip design and washable nature further add to its practicality.
But the jacket's true brilliance lies in its aesthetic - a fusion of techwear and street style that exudes a calm sophistication. It's a garment that embodies the spirit of the city and the defiance of tradition.
- Techwear design on the front and back with solid impact font and military combat phrases.
- Ultra-resistant techwear jacket: Made with high-quality materials (95% Polyester, 5% cotton & spandex) that are durable, flexible, quick-drying, and lightweight to preserve your mobility while keeping you warm.
- Technical Clothing: The Xgxf Jacketwill protect you from the elements and complete your techwear outfit.
- Multi-pockets for extra utility and storage
- Screen print design with adjustable string on the waist area to tighten or loosen according to waist size
- Design: Techwear, Ninja Techwear, Cyberpunk Fashion, Japanese Techwear, Urban Style
- Inspirations:tactical windbreakers.
#split
XGXF meaning: themilitaryinspiration of the jacket.
The inscription XGXF (X.G.X.F.) flocked on the front and back of the jacket refers to a land combat group unit from which this military design jacket is inspired.
If an XGXF Jacket isn't for you, check out our unmissable . This windbreaker will perfectly complete your urban techwear style. And for an even wider selection of techwear clothing, get ready to explore and dive into the depths of our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1492116",
"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:'1492116',
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:'1492116'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});