WHITE / XS

Blouse Lab518 Lab518tf Triple White

Size:
Colors:
Qty:

We updated the timeless turtleneck into something better. Continuous seam sleeves, a loose, easy-to-layer fit, plus an elegant rolled neck make this Capelet the perfect winter warmer.

Hand-cut raw hem and edgesRolled funnel neckLong continuous sleevesSignature capelet side slitMichele is 5'9"" with a 34"" bust wearing a size STurn this garment inside out, machine wash on cold with like colors, and tumble dry on lowStyle Code: LAB518TF- HTWM



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