Bohemian White Maxi Dress With Floral Embroidery And Balloon Sleeves

$25.00
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

Bohemian White Maxi Dress With Floral Embroidery And Balloon Sleeves

Product Description

This airy white maxi dress blends vintage bohemian charm with modern detailing. The full-length silhouette flows into a soft gathered skirt while delicate floral embroidery decorates the bodice and sleeve cuffs. Statement balloon sleeves and a relaxed waist create an effortless, feminine look that works from a casual day out to a sunset event.

Key Features

  • Bohemian-inspired maxi silhouette with a long, flowing skirt for graceful movement.
  • Intricate floral embroidery across the bodice and sleeve details for a handcrafted appearance.
  • Balloon sleeves with gentle elastic or cuffing to accentuate the sleeve volume.
  • Lightweight, breathable fabric that drapes softly—ideal for warm weather layering.
  • Subtle shaping at the waist (tie or elastic) to define the figure while keeping a relaxed fit.
  • Modest neckline suitable for day-to-evening styling; easy on/off closure (tie, buttons or hidden zip).
  • Versatile white hue that complements a range of accessories and color palettes.

Styling Suggestions

  • For a beachy daytime look: pair with flat leather sandals, a woven tote and a wide-brim straw hat.
  • For festival or casual city wear: add layered necklaces, ankle boots and a suede or denim jacket.
  • For a more polished evening outfit: cinch the waist with a slim belt, wear heeled sandals and carry a small clutch.
  • Mix textures—macramé bags, beaded jewelry or simple gold pieces enhance the boho embroidery.
  • Works well as a lightweight maternity-friendly dress due to its forgiving waist and flowing skirt.

Care & Practical Notes

  • Recommended gentle wash or hand wash to preserve embroidery and fabric finish; line dry.
  • Avoid heavy ironing over embroidery—use low heat or steam to remove wrinkles.
  • Layer with a slip if desired for additional opacity or warmth.

Summary

This Bohemian White Maxi Dress with Floral Embroidery and Balloon Sleeves is a versatile, feminine piece that combines romantic detailing with comfortable, wearable design. Its embroidered accents and flowing silhouette make it a go-to dress for travel, festivals, garden parties, or romantic evenings—easy to style up or down to suit any occasion.