Lakai Griffin-Chocolate Brown
The Chocolate Suede Griffin has quickly become a highly requested team favorite. The upper features our popular clean toe construction with a seamless vamp and perf detail to increase breathability. Hidden midsole crating adds a layer of shock absorption for comfort, while unique tongue branding lends the finishing detail.
This stylish shoe is perfect for any occasion, whether you're hitting the skate park or just looking for a comfortable and fashionable everyday shoe. The rich chocolate brown color adds a touch of sophistication to any outfit, making it a must-have for any fashion-forward individual.
Crafted with quality materials and designed for both style and functionality, the Lakai Griffin-Chocolate Brown is a must-have for any shoe collection. Don't miss out on this highly sought-after team favorite, get yours today!
Shop now at '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"935457",
"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:'935457',
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:'935457'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});