brings a fresh take on the low-top style with the Huxley casual black sneakers combining sleek design with all-day comfort. Made for everyday wear, these mens low top sneakers feature a smooth, man-made upper with subtle side panel detailing for a modern, streamlined look. Whether you’re dressing casually or adding a sharp touch to your streetwear, Huxley’s versatile design has you covered.
Equipped with a durable rubber sole for excellent traction and a padded insole with a breathable interior, thesecasual black sneakers keep your feet cushioned and comfortable throughout the day. The lace-up system allows for a customizable fit, ensuring you stay locked in whether you're on the move or kicking back.
Huxleycasual black sneakers key features:
SLEEK LOW TOP STYLE - The smooth man-made upper with subtle side detailing and a classic low-top silhouette brings a clean, modern style to any outfit.
DURABLE RUBBER SOLE - The tough rubber outsole provides solid traction and durability, perfect for everyday wear.
PADDED INSOLE & BEATHABLE INTERIOR - A cushioned insole and breathable lining ensure all-day comfort, keeping your feet fresh.
LACE UP FOR CUSTOM FIT - The lace-up system lets you adjust for a snug, secure fit, giving you personalized comfort.
CHOOSE YOUR COLOR - Choose your color option to easily match your style.
Step Into the Spotlight
Elevate your sneaker rotation with the Huxley casual black sneakers – the perfect blend of sleek style and everyday comfort. These aren’t just more mens low top sneakers, they’re designed for those who value both fashion and function.
Don’t wait – grab your men’s low-top sneakers today. Have any questions?'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1047106",
"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:'1047106',
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:'1047106'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});