Time to elevate your sports bra game with this incredible piece. Itfeatures two layers of fabric for extra support, wide elastic straps for comfort and support, and powerful high-performance brushed active fabricthat isprinted using a sustainable process.
FIT
This style runs true to size. Model is 5' 8' and is wearing a size XS. 5'length measuring from a small. Size range = XS 0-2, S 2-4, M 6-8, L 10-12, XL 14-16.
FABRIC
High performance, double brushed jersey, moisture management, anti-microbial,UV protection, 4-way stretchand two layer support. 79% Polyester, 21% Spandex.Jala is ethically made with love in the southern California, USA.
CARE
Machine wash, cold water, gentle cycle. Tumble dry, low heat.
*This is a final-sale item and is non-refundable.'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1011783",
"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:'1011783',
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:'1011783'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});