Discover the HAZEL cropped racerback top, your go-to essential for active days and athleisure wear. Designed akin to a sports bra, it features flat fell seams that delicately contour the bust while providing light support.
Pair the HAZEL cropped racerback top with the for a streamlined athleisure look, or wear it with a matching lounge set like the and for ultimate effortless comfort and style.
Description:
- Buttery-soft, light support, double-layer fabric
- Silhouette-enhancing contour lines
- Mid rib-cage length
- Designed for the extra-petite frame
- Flattering racer-back design
Model wearing the black is 4’10” and wears size S.
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1023741",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1023741'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});