Bohemian White Tiered Maxi Dress

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

Product Description

Embrace effortless summer romance with this Bohemian White Tiered Maxi Dress. The airy, tiered silhouette flows into a full-length skirt that creates graceful movement with every step. Delicate detailing at the neckline and soft sleeve shapes add a relaxed, feminine touch, while the lightweight construction keeps the dress breathable and comfortable for warm days or layered cool-weather looks.

Key Features

  • Maxi length with multi-tiered skirt for soft volume and fluid movement.
  • Feminine neckline detail, finished with subtle ties or accents for a boho vibe.
  • Soft, breathable woven fabric that drapes naturally—ideal for all-day wear.
  • Gentle sleeve silhouette that balances coverage and airiness.
  • Clean white hue that offers a fresh, versatile canvas for accessories and layers.
  • Lightweight lining in the skirt area for modesty and comfortable wear (where applicable).
  • Easy-care construction—machine or hand wash recommended; hang to dry.

Styling & Pairing Suggestions

  • Casual daytime: pair with flat leather sandals, a straw tote, and layered delicate necklaces for an easy boho look.
  • Festival or beach outing: add a wide-brim hat, stacked bracelets, and suede ankle boots or gladiator sandals.
  • Evening or dress-up: cinch with a slim belt, wear heeled sandals, and choose bold statement earrings to elevate the silhouette.
  • Cooler weather: layer with a cropped denim jacket or lightweight knit and finish with ankle boots for a transitional outfit.
  • Minimal makeup and natural waves complement the dress’s relaxed, organic aesthetic.

Summary

The Bohemian White Tiered Maxi Dress is a versatile, timeless piece that blends relaxed comfort with feminine detailing. Its flowing tiers and clean white palette make it an excellent choice for warm-weather occasions, travel, or as a statement base for layered styling. Whether dressed down with sandals or elevated with accessories, this dress delivers easygoing elegance and enduring boho charm.