Delivery & Return:Free shipping on all orders over $50
Estimated Delivery:7-15 days international
People:26 people viewing this product right now!
Easy Returns:Enjoy hassle-free returns within 30 days!
Payment:Secure checkout
SKU:45940549
Dublin's easy-to-scrunch sleeves, oversized pockets, and durable fabric are rooted in everyday practicality. Designed with versatility in mind, wear this stretchy blazer from the farmer's market to meetings and more.
Notched lapelsButtonless open frontRoomy patch pocketsLong easy-to-scrunch sleevesPaloma is 5'9" with a 34" bust wearing a size SStyle Code: DUBLIN-HYDL
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: DUBLIN-HYDL-XXS");
para.appendChild(node);
list.appendChild(para)
}