Bohemian Style Off The Shoulder Flowing Maxi Dress

$24.00
Color:  brown
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 Style Off The Shoulder Flowing Maxi Dress

Embrace effortless boho elegance with this off-the-shoulder flowing maxi dress. Designed for relaxed movement and warm-weather charm, the dress combines a soft, drapey silhouette with a romantic ruffled neckline and a long, airy skirt for a flattering, free-spirited look.

Product Details

  • Silhouette: Relaxed A-line maxi with generous skirt volume for graceful movement.
  • Neckline: Off-the-shoulder ruffle neckline that can be worn on or slightly off the shoulders for a versatile look.
  • Bodice: Elastic-smocked or elasticized detail at the bust/back for a comfortable, secure fit without restricting movement.
  • Fabric: Lightweight, breathable woven fabric with a soft drape—ideal for warm seasons and layered looks.
  • Print & Color: Bohemian-inspired all-over print in warm, natural tones (floral/folk motifs) that enhance the dress’s artisanal feel.
  • Length & Finish: Full-length maxi that skims the ankles with a flowing hem that moves beautifully in breeze and dance.

Key Features

  • Effortless, feminine off-the-shoulder styling with ruffle detail for instant romance.
  • Elasticized bodice ensures easy on/off and adapts to different body shapes.
  • Generous skirt provides comfort, coverage, and a flattering silhouette for most figures.
  • Lightweight construction makes it perfect for travel, beach days, festivals, and summertime events.
  • Versatile boho print that pairs well with both casual and dressier accessories.

How to Wear / Styling Suggestions

  • Casual daytime: Pair with flat leather sandals or espadrilles, a wide-brim straw hat, and layered delicate necklaces for an easy, sun-ready look.
  • Festival or street style: Add ankle boots, a fringe or suede vest, stacked bracelets, and round sunglasses for a true bohemian vibe.
  • Evening/outfit upgrade: Cinch the waist with a slim belt, slip on wedge heels, and add statement earrings for a polished, romantic outfit.
  • Transitional layering: Throw on a cropped denim jacket or a lightweight cardigan for cooler evenings while keeping the silhouette intact.

Summary

This Bohemian Style Off The Shoulder Flowing Maxi Dress is a versatile wardrobe staple that blends relaxed comfort with romantic detail. Its off-the-shoulder ruffle, elasticized fit, and flowing maxi skirt create an effortlessly chic look that transitions from beach days to evening gatherings—making it a beautiful choice for anyone seeking timeless boho style.