Why We Love It:
Running, Yoga, even dancing. The hight raise mini shorts bring ultra-stretch and softness to your daily wear. Its half-moon design in thethigh adds extra sweety and fits the body well. The super-smooth, lifting fit, and second-skin feel will let you love it. Pair well with our Open Back Tennis Dress.
Fit and Features:
- On-trend high waist
- Mini length--hits at upper thigh
- Engineered to lift, sculpt& contour
- The model is 5’9”, with a 33” bust, 24” waist & 36” hips – she wears size S
- Color: Pink Empire
- Explore our captivating scallop collection, crafted with seamless super thin finish 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, 4-way super stretch' src=' data-mce-fragment='1'>WISKII Nude Sensation series. Love at the first feel4-way super stretch that fits like a gloveEngineered to lift and sculpt, supporting every movement you makeFlat-locked seams for comfortMoisture-wickingNylon, LYCRA SpandexWashing & Care:
- Machine wash cold on gentle cycle, inside out, with like colors
- Do not bleach
- Tumble dry low
Product code: WS205C
Find the '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1121129",
"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:'1121129',
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:'1121129'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});