The Billion Dollar Pant exudes pulled-together polish with all the stretchy comfort of leggings. Outrageously flattering with a seam down the leg, cropped, and close-fitting, look like a billion dollars in one easy pant.
Cropped hand-cut raw hemPull-on style with faux flyDelicate front seam on legs, front slant pockets and faux back pockets create a flatteringly smooth silhouetteMid-rise fitSimone is 5'8" wearing a size STurn this garment inside out, machine wash on cold with like colors, and tumble dry on lowStyle Code: LAB600-BLK
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: LAB600-BLK-XS");
para.appendChild(node);
list.appendChild(para)
}