Why We Love It:
Designed in ultra-soft & breathable fabric, it's perfect to be worn on and off the court. Made in sweet half-moon scalloped edging, a cross-back detail for added airflow when workout. For additional support, pair well with or .
Fit and Features:
- Inner shorts need to be bought separately
- Removablepush-up paddings
- Hits at upper thigh
- Full length: Size S is 73cm/28.74inch, Size M is 75cm/29.52inch, Size L is 77cm/30.31inch
- Colour: Ivory White
- The model is 5’9”, with a 33” bust, 24” waist & 36” hips – she wears size S
- Explore our captivating Elegant Scallop Series, crafted with seamless adhesive for a flawless fit. If you experience any tightness upon wearing, simply stretch them firmly to release the elasticity and embrace ultimate comfort.
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: WS208
Find the '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"755300",
"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:'755300'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});