Why We Love It:
Win on and off the court with our Cropped Bra Top & Pleated Skirt. The top features a curved neckline, and ruched detail to add a fashion sense, this skirt with built-in compression and moisture-wicking shorts for ultimate comfort, ready for all the ways you move, stretch, and open. Bundle Include Long Sleeve Ruched Bra & Pleated Skirt
Fit and Features:
- Top: Removable push-up pads and ruched detail front
- Skirt: High-rise & hits above mid-thigh,14'' length & Pleated chiffon skirt & Compression built-in shorts
- The model is 5’9”, with a 33” bust, 24” waist & 36” hips – she wears size S
Fabrication:
- WISKII Nude Sensation series. Love at the first feel
- 4-way super stretch that fits like a glove
- Flat-locked seams for comfort
- Moisture-wicking
- Nylon, LYCRA Spandex
Washing & Care:
- Machine wash cold on gentle cycle, inside out, with like colors
- Do not bleach
- Tumble dry low
Product Code: WS236 Crop Top & WS109 Skirt
See all the innovative designs in our '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"362312",
"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:'362312',
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:'362312'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});