Fashion Essentials Jeans Wicklow Wicklow It Twill Navy

Color NAVY
Size US-04 US-06 US-08 XS S M
Qty:

A relaxed fit, mid-rise waistband, distressed hem, and plenty of four-way stretch make this comfy, Italy-meets-California chino the perfect, casually polished pant for everyday wear.


Cropped hand-distressed raw hemFront slant pockets and back welt pocketsZip fly with hook-and-bar closureMid-rise, straight-leg fitMecca is 5'9" wearing a size 4Inseam: 25.5, front rise: 9", leg opening: 13 " (size 4)Turn this garment inside out, machine wash on cold with like colors, and tumble dry on lowStyle Code: WICKLOW-VNVY



const list = document.querySelector('.acc__menu#description .details > ul');
if (list){
let para = document.createElement("li");
para.classList.add("js-sku")
const node = document.createTextNode("Style Code: WICKLOW-VNVY-00");
para.appendChild(node);
list.appendChild(para)
}