Unleash your inner monsoon with Storm, the pinnacle of bold streetwear in a striking black and red sneakers scheme. These cutting-edge sneakers boast a robust silhouette and a vivid mix of colors that capture the essence of the streetwise trendsetter. More than just footwear, Storm represents a bold statement, combining diverse materials and distinctive features to make a dramatic impact on your urban style.
Step into the raw energy of the city with these dynamic mens streetwear shoes. Storm masterfully melds rugged durability with a fearless aesthetic, solidifying its place as an essential part of your streetwear collection.
Storm black and red sneakers are designed to:
AMPLIFY YOUR PRESENCE - March confidently with unique rubber soles that command attention and ensure durability on urban terrains.
MEANT TO BE SEEN & CRAFTED WITH COMFORT - Stand out and stay comfortable with a mix of synthetic and textile materials, perfectly balancing visual appeal with breathability.
EVA MIDSOLES FOR STABILITY - Walk comfortably with EVA midsoles that help disperse weight evenly and provide stability, perfect for navigating the urban jungle.
STRAP AND LACE SUPPORT SYSTEM - Enjoy a snug, secure fit thanks to the integrated strap and lace system, enhancing support and stability.
DUAL PULL TAB SYSTEM - Experience ease with the dual pull tabs, making getting these sneakers on and off effortlessly quick.
INDULGE IN DIVERSITY - Embrace the electrifying mix of colors, including bold black and fiery red!
A Thrilling Shopping Experience
. Become a member of our exclusive '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"921473",
"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:'921473',
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:'921473'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});