Connect Connect
We send tasty emails
Eileens relaxed fit looks phenomenal on every figure. Better yet. she exudes casual California effortlessness. But. the best part? Eileen is generously cut. with our signature bust-flattering button placement. Try tucking. tying. or tossing this easy-to-pull-off best seller over everything in your closet.
Shirttail hem long enough to cover your bumShaped like a circle with soft rounded shoulders and no back pleatChest pocketSignature bust flattering button placement and long sleeves with button cuffsCherie is 5'9" with a 34" bust wearing a size SStyle Code: EILEEN-BFLL
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: EILEEN-BFLL-XXS");
para.appendChild(node);
list.appendChild(para)
}