Our Belfast Sweatshirt Peacoat was love at first sight! This mini, everyday version has all the best parts of the originalluxurious horn buttons, scrunchable sleeves, and a statement collar with the cutest cropped fit!
Notched lapelsDouble-breasted horn buttonsRoomy patch pocketsLong easy-to-scrunch sleevesNathalie is 5'8" with a 34" bust wearing a size SThis style was made using a small batch garment-dye process, giving each piece a unique look that will evolve and fade over timeStyle Code: LABCROP-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: LABCROP-BRNV-XS");
para.appendChild(node);
list.appendChild(para)
}