Why We Love It:
Elevate your workout attire to the next level with WISKII V-waist Vigorous Short with pockets. Crafted with a 4-way stretch and ultra-soft fabric, you'll enjoy unparalleled comfort and flexibility while you exercise. Combine them with your for a complete look that will allow you to conquer any workout, regardless of location.
Fit and Features:
- V-shaped waistline front
- 2 pockets to hold your essentials
- Mini length & Hits above upper thigh
- Engineered to lift, sculpt & contour
- Colour: Bitter Lime
- The model is 5′9.4″, with a 33.5” bust, 26”waist & 37.5” 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
- 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: WS265
Why We Love It:
Elevate your workout attire to the next level with WISKII V-waist Vigorous Short with pockets. Crafted with a 4-way stretch and ultra-soft fabric, you'll enjoy unparalleled comfort and flexibility while you exercise. Combine them with your for a complete look that will allow you to conquer any workout, regardless of location.
Fit and Features:
- V-shaped waistline front
- 2 pockets to hold your essentials
- Mini length & Hits above upper thigh
- Engineered to lift, sculpt & contour
- Colour: Pure Vanilla
- The model is 5′9.4″, with a 33.5” bust, 26”waist & 37.5” 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
- 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: WS265
Choose your favorite color '
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"1089728",
"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:'1089728'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});