Meet Wicklow in Italian Performance Denim. A relaxed fit, distressed hem, and plenty of four-way stretch make our Italy-meets-California chino the perfect mid-rise denim pant for everyday wear.
Cropped hand-distressed raw hemFront slant pockets and back welt pocketsZip fly with hook-and-bar closureMid-rise, straight-leg fitMichele 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, and hang dry to keep this made-with-love denim in tip-top conditionStyle Code: WICKLOW-1977
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-1977-00");
para.appendChild(node);
list.appendChild(para)
}