Jameson is about to be your new favorite jogger. This sporty silhouette's high-rise waistband, tapered ankle, and utility pockets are designed to feel contemporary, comfortable, and functional.
Front and back patch pocketsTapered jogger ankleHigh-rise fitZip fly with hook-and-bar closureKristine is 5'9" wearing a size 4Inseam: 25.5, front rise: 10.25", leg opening: 11"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: JAMESON-2000
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: JAMESON-2000-0");
para.appendChild(node);
list.appendChild(para)
}