Enter the wild cityscape with newest cutting-edge design - our Hessonite grey high top sneakers. Crafted with care for the contemporary man, these casual high top shoes for men aren't just an accessory, they're a bold fashion statement. Make a statement with every stride in these unique print grey high top sneakers that combine bold fashion with everyday function.
Hessonite grey high top sneakers offer:
CONQUER WITH STYLE - Elevate your urban style with these kicks that radiate both luxury and street appeal. Make a statement in any setting with a design as daring and adventurous as you.
CRAFT WITH PRECISION - Discover the expert artistry of these grey high top sneakers, where the rugged elegance of croc-embossed design meets the durability of high-quality materials suited for the contemporary man on the go.
ELEVATE WITH FEATURES - Experience the unbeatable stability and weight distribution thanks to our revolutionary Eva Midsoles. Perfect for those who are dedicated to pounding the pavement with a purpose with our grey high top sneakers.
SELECT WITH VARIETY - Unlock your unique style with the Hessonite collection's range of color options. Embrace your personal style with black, brown, green, grey, and royal hues to make a statement that truly reflects you.
Navigate with Support
Experience Mazino's vibrant urban lifestyle with confidence. Our grey high top sneakers embody our unwavering dedication to unmatched style and comfort. Shop effortlessly and enjoy fast, complimentary shipping on all orders over $50. Our knowledgeable customer support team is just a click away, benefits to the '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1040947",
"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:'1040947',
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:'1040947'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});