Feel yourself move freely through life in this airy skirt design featuring a reimagined ruffle design. Keep moving and achieving all you can dream of.
- For Golf, Tennis Yoga & more
- Pleated flare golf / tennis skirt with sculpting benefits.
- Build-in liner shorts feature a pocket on one side.
- Featuring zipper for function and style.
- Breathable fabrics for indoor & outdoor activities so you can be sure to feel comfortable throughout your workout and throughout the day.
- Available in Black, Beige, White, Red Orange, Navy. Red Plaid, Black Plaid
- Made in Korea.
** Our fashion products ship from the warehouse in South Korea. Please allow up to two weeks for delivery. **
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"365350",
"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:'365350'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});