Pants Lab634t Lab634tf Triple British-Royal-Navy

Color BRITISH ROYAL NAVY
Size XS S M
Qty:

Cropped? Check. Wide Leg? Check. Drawstring waist? Check. Weve reinterpreted the traditional sweatpant into a cool, contemporary silhouette with a fashion-forward feel.


Cropped hand-cut raw hemElastic waistband with drawstringIntentionally designed with no pocketsMid-rise, wide-leg fitPaloma is 5'9" wearing a size STurn this garment inside out, machine wash on cold with like colors, and tumble dry on lowStyle Code: LAB634TF -BRNV



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: LAB634TF-BRNV-XS");
para.appendChild(node);
list.appendChild(para)
}