checkered blouse for a playful, preppy vibeShirt Eileen Eileen It Co Blue-Stripe-Red-Hear

Color BLUE STRIPE RED HEAR
Size XS S M
Qty:

Meet the crew neck, boyish tee of your dreams in full-length form. Our Perfect Tee Dress is airy and easy to wear with a gently curving, never-too-tight body, short sleeves, and longer length.

Hand-cut curved raw hem and edgesRibbed crew neckShort sleevesPullover design with no closurePaloma is 5'9" with a 34" bust wearing a size SStyle Code: LAB419ST-BRNR

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