Why We Love It:
Soft as the cloud, our asymmetrical Dynamic Sports Bra has a sexy one-shoulder, double-strap look. You will be surprised at how well it hugs your body giving you that nice support. Pair it with your fave .
Fit and Features:
- Removable push-up paddings
- Medium support
- Colour: Almond Butter
- Model 1 is 5’7”, with a 33.4” bust,26” waist & 35.4” hips – she wears size S
Fabrication:
- WISKII Nude Sensation series. Love at the first feel
- 4-way super stretch that fits like a glove
- Engineered to lift and sculpt, supporting every movement you make
- Moisture-wicking
- Nylon / Spandex
Washing & Care:
- Machine wash cold on gentle cycle, inside out, with like colors
- Do not bleach
- Tumble dry low
Product code: WS863
Explore the spectrum of colors in our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1100438",
"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:'1100438',
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:'1100438'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});