Airy Bohemian Sleeveless Flowy Maxi Dress

$23.60
Color:  White
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

Airy Bohemian Sleeveless Flowy Maxi Dress

Product Description

Embrace relaxed, free-spirited style with this airy bohemian sleeveless maxi dress. Designed with a lightweight, flowy outer layer and a soft lining, the dress skims the body and moves beautifully with every step. Its breezy silhouette, subtle boho print, and maxi length make it an effortless choice for warm-weather days and laid-back evenings.

Key Features

  • Lightweight, breathable fabric with a soft lining for comfortable all-day wear.
  • Sleeveless cut and relaxed bodice for easy layering and a cool feel.
  • Flowing maxi skirt with gentle tiers that create natural movement and volume.
  • Bohemian-inspired pattern and detailing that add artisanal charm.
  • Versatile silhouette that flatters a range of body types and can be styled up or down.

Styling Suggestions

  • For a beach-ready look, pair with flat leather sandals, a wide-brim hat, and oversized sunglasses.
  • Dress it up for summer evenings with wedge heels or strappy sandals and layered gold necklaces.
  • Add a denim or cropped jacket for cooler days or to create a casual, city-ready outfit.
  • Define your waist with a slim belt to switch to a more fitted silhouette when desired.
  • Complete a festival or boho-chic vibe with ankle boots, stacked bracelets, and a crossbody bag.

Care & Fit Tips

  • Recommended care: gentle machine wash or hand wash in cold water; hang to dry to preserve the fabric’s drape.
  • True to size for a relaxed fit; consider sizing down if you prefer a more fitted bodice.
  • Light lining prevents sheerness while maintaining an airy feel—no heavy layers needed.

Summary

This Airy Bohemian Sleeveless Flowy Maxi Dress is a versatile wardrobe staple that blends comfort and effortless style. Perfect for vacation, weekend outings, or warm-weather events, it offers breathable wear, flattering movement, and boho-inspired charm—an easy pick for creating relaxed, feminine looks.