Elevate your style and comfort with the Arcade 'Carto' Elastic Webbing Belt. With subtle pops of color, this belt adds a refreshing touch to any outfit. Made with performance stretch material, it ensures a perfect fit for your next adventure.
- New Contoured Buckle - Low-profile and molded to follow the curve of your form for maximum comfort
- Performance Stretch - Freedom of motion to move with your body, providing a secure hold with no pinching
- Easy On & Off - Tapered buckle design feeds easily through belt loops- Patented 3 Piece Buckle System - holds securely while in use and releases with less pressure
- Custom Fit - More precise than holes, micro-adjustable buckle dials in your exact fit
- Recycled Materials - Webbing is made with 85% post-consumer recycled REPREVE polyester
- Long-lasting - Our buckle is molded with high density plastic that is durable, yet lightweight, designed to endure the toughest outdoor adventures
- Machine Washable and Dryable - Throw 'em in the laundry with your pants
- Travel Friendly - Metal-free buckle makes airport security a breeze
- Belt Keeper - Elastic loop keeps excess belt tucked in place
Size Guide:
Length
- – 1.25″ (3.17cm)
- '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1236646",
"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:'1236646',
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:'1236646'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});