Minimal Button-Front Sleeveless Midi Dress

$25.40
Color:  Soft Ivory
Size:  XS
Quantity
/** @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

Product Description

 A clean, contemporary midi dress designed for everyday elegance. The sleeveless silhouette and button-front placket create a timeless, minimal look that falls to a flattering mid-calf length. Cut from a lightweight woven blend, this dress offers an airy, polished appearance perfect for warm-weather wear or layered styling.

Key features

  • Minimal, streamlined design with a button-front placket for easy on/off and subtle visual interest
  • Sleeveless cut that keeps the look fresh and versatile for layering
  • Midi length that hits around mid-calf for a balanced, modern proportion
  • Defined waistline and gently flared skirt for comfortable movement and a flattering silhouette
  • Lightweight, breathable fabric with a soft handfeel for all-day comfort
  • Easy-care construction — low-maintenance and travel friendly

Styling suggestions

  • Casual daytime: pair with white sneakers and a canvas tote for an effortless weekend look.
  • Warm-weather chic: add strappy sandals, a woven bag and minimalist jewelry for brunch or vacation days.
  • Layered cool: throw on a cropped denim jacket or lightweight cardigan and ankle boots when temperatures dip.
  • Office-ready: style with a slim belt at the waist, a tailored blazer and loafers for a clean, professional outfit.
  • Accessories: elongate the silhouette with a long pendant or keep it simple with hoop earrings and a stack of bracelets.

Care & fit notes

  • Fit: true to size with an easy, relaxed fit — consider your usual size for best results.
  • Care: machine wash cold on a gentle cycle or hand wash; reshape and hang to dry to preserve shape and finish.

Summary

With its understated button-front detail, sleeveless cut and midi length, this Minimal Button-Front Sleeveless Midi Dress is a versatile wardrobe staple. It transitions seamlessly from casual to polished looks, offering comfort, simplicity and timeless style season after season.