Our runaway hit Popover Henley has a slight drop sleeve, sporty v-neck, and straight raw-cut hem that looks cropped without sacrificing any length or coverage. This piece takes you from running laps to lunch, from beach walks to brunch...
Slightly cropped hand-cut raw hem and edgesCollared V necklineLong sleevesMilan is 5'9" with a 33" bust wearing a size STurn this garment inside out, machine wash on cold with like colors, and tumble dry on lowStyle Code: LAB510HJ-WHT
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: LAB510HJ-WHT-XS");
para.appendChild(node);
list.appendChild(para)
}