Step into refined femininity with the Satin Bias Tie Side Skirt in a classic black. Crafted from a blend of 72% sustainable Acetate and 28% Polyester, this full-length skirt boasts a bias cut for a silhouette-enhancing effect. The invisible side seam zipper ensures a seamless look, while the bind finish at the waist, adorned with a side tie detail, adds a touch of sophistication. Elevate your ensemble with this maxi skirt that seamlessly blends comfort and sophistication.
- RRP: $240.00
- Length: 95cm (size AU8)
- Unlined
- Bias cut
- Left side invisible zip; hook and eye closure
- Left side tie detailing
- Top bind hem
- Steph's wearing a AU 8: 176cm Tall, 68cm Waist, 86cm Bust and 95cm Hip.
- Sierra's wearing a AU 12: 170cm Tall, 71cm Waist, 86cm Bust and 104cm Hip.
- Fits true to size, if you are between sizes we suggest sizing up.
- Also available in'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"821877",
"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:'821877',
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:'821877'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});