Unleash the spectrum with Strata multi colored shoes, the epitome of bold streetwear in a dazzling blend of vibrant shades. These revolutionary men's streetwear sneakers boast a daring, chunky design and an explosive color scheme that captures the essence of a daring adventurer. Strata is not just an accessory - it's a statement of originality, combining unique textures and eye-catching elements to elevate your street style.
Experience the thrill of the city with Strata men's mesh sneakers. These kicks are a perfect blend of strength and creativity, making them an essential part of your street-style collection.
Strata multi colored shoes are crafted to:
ELEVATE YOUR IMPACT - Step boldly on any terrain with the specialized chunky rubber soles designed for ultimate impact and long-lasting durability on city streets.
BALANCE VISIBILITY & COMFORT - Stand out in the crowd and feel comfortable with this bold mix of synthetic and textile materials, perfectly balancing elegance and breathability.
STABILIZE EVERY STEP - Take on your daily adventures with confidence, powered by the EVA midsoles that evenly distribute weight and provide unwavering stability.
SECURE YOUR FIT - Strive for the ultimate fit with the inventive strap and lace setup, engineered to boost stability and strength!
SIMPLIFY WEARING - Conquer the day with ease using the dynamic dual pull tab system for effortless and speedy sneaker application and removal.
CHOOSE YOUR STYLE - Experience the thrill of choice with Strata, available in three unique color options: the refreshing Teal | Red, the dynamic White | Multi, and the daring Multi.
An Unmatched Shopping Adventure
Embark on a fearless journey with Strata White | Multi, the ultimate multi colored shoes. Experience . Don't miss out - become a '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"996957",
"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:'996957',
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:'996957'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});