- Runs true to size
- Pull-on style
- Smocked, elasticized, drawstring waist
- Can be adjusted to sit high or low on the waist
- Relaxed. wide-leg silhouette
- Two on-seam pockets
- 30' inseam based on size Small
- 100% Polyester
- Imported
- Model is 5'9' and is wearing a size Small
Our fluid Gorja Pant will help you make a major luxe lounge statement. In a beautiful recycled satin-finish fabric, its relaxed, wide, palazzo leg and drawstring-smocked elastic waist not only accentuate the feminine silhouette but also add a bit of movement that lets you flow through your day. Wear it as a set with our matching Dallas Blouse for everyday comfort that never looked so chic.
Part of our ‘Kinder To The Environment’ collection, our Gorja Pant is made from a recycled eco fabric that reduces our carbon footprint
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1033505",
"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:'1033505',
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:'1033505'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});