Elegant Embroidered Shirt Maxi Dress

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Soft Ivory
size
XS
S
M
L
XL
2XL
3XL
Price
$31.00
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Description

Description

Product Description

This Elegant Embroidered Shirt Maxi Dress combines the crisp structure of a classic shirt with the effortless flow of a maxi silhouette. The dress features a collared neckline and a button-down front that gives it a refined, versatile look, while delicate embroidered detailing along the bodice and sleeves adds a feminine, artisanal touch. Soft gathers through the skirt create gentle movement for an airy, comfortable fit ideal for day-to-evening wear.

Key Features

  • Shirt-style bodice with pointed collar and full button-front placket for easy wear and a polished finish.
  • Intricate embroidered detailing on the yoke and sleeves that elevates the overall design with subtle texture.
  • Maxi-length skirt with soft gathers for graceful drape and fluid movement.
  • Long sleeves with buttoned cuffs for an adaptable look—roll them up for a relaxed daytime feel or keep them down for a more formal appearance.
  • Defined or optional waist tie to accentuate the silhouette and offer adjustable shaping (if included).
  • Lightweight, breathable fabric that moves comfortably with you—perfect for warm-weather outings and layered cooler-weather styling.
  • Available in versatile neutral and seasonal colorways to suit a variety of wardrobes.

How to Style

  • Daytime casual: Pair with flat leather sandals or espadrilles, a wide-brim straw hat, and a woven tote for effortless summer charm.
  • Office-ready: Add a slim belt at the waist, block-heeled sandals or loafers, and simple stud earrings to strike a balance between professional and relaxed.
  • Evening or event: Dress it up with heeled sandals or ankle boots, statement earrings, and a clutch for a refined, feminine look.
  • Layering: Throw on a denim jacket or a lightweight blazer for transitional weather, or a longline cardigan for a cozy, bohemian vibe.

Summary

This Elegant Embroidered Shirt Maxi Dress is a versatile wardrobe staple that marries structured shirt elements with the romance of embroidered detail and a flowing maxi skirt. Its thoughtful design lines and breathable fabric make it suitable for a wide range of occasions—from weekend brunches to evening gatherings. Easy to style and flattering on many body types, it’s a timeless piece that brings both comfort and polished style to your closet.

Care Tips

  • Machine wash cold on a gentle cycle or hand wash to preserve embroidery and fabric hand.
  • Use mild detergent, avoid bleach, and turn the dress inside out before washing.
  • Hang to dry or lay flat; iron on a low setting if needed, avoiding direct heat on embroidered areas.