Relaxed Sleeveless Layered Midi Dress

$23.20
Color:  Blue
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

This relaxed sleeveless layered midi dress features a breezy, easy silhouette with soft cascading tiers that add gentle volume and movement. Designed to hit mid-calf, the dress offers a comfortable, laid-back look that transitions effortlessly from daytime errands to relaxed evening outings.

Key features

  • Relaxed fit: Loose, comfortable cut that skims the body without clinging.
  • Sleeveless design: Clean, shoulder-baring style ideal for warm weather or layered looks.
  • Layered tiers: Subtle tiered panels create texture and fluid movement for a feminine, airy silhouette.
  • Midi length: Mid-calf hem provides a versatile, flattering length suitable for many occasions.
  • Lightweight drape: Soft, breathable fabrication for all-day comfort and natural flow.
  • Easy care: Low-maintenance construction meant for simple washing and wear (follow garment care label).

How to style

  • Daytime casual: Pair with flat sandals or white sneakers and a woven tote for a relaxed weekend look.
  • Layered cooler-weather outfit: Add a denim jacket or lightweight cardigan and ankle boots to extend wear into spring/fall.
  • Elevated evening: Dress it up with heeled mules, a statement clutch, and delicate jewelry for a refined yet effortless vibe.
  • Accessories: A slim belt can define the waist if you prefer more shape; oversized sunglasses and a straw hat work well for sunny days.
  • Suitable occasions: Brunches, beach walks, casual office days (with a blazer), travel, and weekend outings.

Summary

This Relaxed Sleeveless Layered Midi Dress is a versatile wardrobe staple that blends comfort with subtle feminine detailing. Its easy fit and tiered design make it an ideal pick for warm-weather days and adaptable styling year-round. Effortless to wear and easy to dress up or down, it’s a go-to piece for a polished yet relaxed look.