Colorful Clothing Jeans Galway Galway It Dream 1972-Wash

Color 1972 WASH
Size 25 27 29
Qty:

Introducing Galway! Our first-ever Wide-Leg Jean in Italian Dream Denim evokes the easy, carefree nature of our favorite Irish city. A cropped, hand-distressed raw hem, wide leg fit, and elevated trouser waistband have comfort covered.

Hand-distressed raw hemZip fly with hook-and-bar closureMid-rise, wide-leg fitSoft like butter denim that holds its shape thanks to magical fabric technologyMilan is 5'9" wearing a size 27Inseam: 26", front rise: 10", leg opening: 23"This garment is made using indigo fabric with a small batch stone washing process, giving each garment a unique look that will evolve and fade over timeStyle Code: GALWAY-1972

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: GALWAY-1972-24");
para.appendChild(node);
list.appendChild(para)
}