WHITE / XS

Shirt Silvio Silvio Italian O White

Size:
Colors:
Qty:

Silvio fuses modern Italian tailoring with California cool. The unique, fashion-forward detailingan exaggerated back pleat, oversized envelope pocket, and petite square fitmeans all the styling is done for you.

Curved shirttail hemShaped like a petite square with center back pleatOversized envelope pocketSignature bust flattering button placement and long sleeves with button cuffs>Turn this garment inside out and machine wash on cold with like colorsStyle Code: SILVIO-WHOX



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: SILVIO-WHOX-XXS"");
para.appendChild(node);
list.appendChild(para)
}