's Ivy Tailored Pant in Latte are a season-less go-to for effortless sophistication.
Sitting high and fitted on the waist, the Ivy are crafted from a sleek and slightly stretchy fabrication in a tonal Latte hue. Flattering the body in a slightly straight leg silhouette, these tailored pants are detailed with wide belt loops, a fly front closure with a button, a coin pocket and side and back pockets.
Styled with the matching Ivy Blazer in Latte or paired back with a plain Tee, these tailored pants are a timeless investment for everyday styling through to office days and twilight cocktails.
DETAILS & CARE
Fabric: 79% Polyester 17% Viscose 4% Elastane
- High waisted tailored pant
- Coin pocket
- Knife pleat at front
- Wide belt loops
- Fly front closure with button
- Side and back pockets
- Turnover hem
- Lined
Our Coco girl Edenwears a Size AU 8 / Small.
Eden's height is 175cm.
Care Instructions:Dry clean only. Cool iron if needed on reverse side with protective cloth.
COCO STYLING TIP
Complete the look with theand finish with the'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"734048",
"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:'734048',
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:'734048'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});