Bohemian Linen Color Blocked Belted Maxi Dress

$25.00
Color:  Khaki
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 Linen Color Blocked Belted Maxi Dress

Product Description

Effortlessly chic and endlessly wearable, this Bohemian Linen Color Blocked Belted Maxi Dress combines natural texture with modern color-block panels for a relaxed yet refined look. Crafted from breathable linen-blend fabric, the maxi-length silhouette drapes beautifully and moves with you, while the removable self-tie belt defines the waist for a flattering shape. The result is a versatile wardrobe staple that channels laid-back boho charm with contemporary polish.

Key Features

  • Fabric: Lightweight linen or linen-blend for breathable comfort and a natural, textured finish.
  • Design: Bold color-block panels that create visual interest and a modern, artisanal feel.
  • Fit: Relaxed bohemian silhouette with a defined waist thanks to the removable self-tie belt.
  • Length: Maxi length for elegant coverage and fluid movement.
  • Neckline & Sleeves: Designed for easy everyday wear (V-neckline and short sleeves are typical for this style).
  • Convenience: Easy to dress up or down; typically lightweight and packable for travel.
  • Care: Simple care recommended—gentle machine wash or hand wash and line dry to preserve linen texture.

How to Style

  • Casual day: Pair with flat leather sandals, a woven straw tote, and oversized sunglasses for a relaxed weekend look.
  • Beach or resort: Wear over a swimsuit with slide sandals and a floppy hat for effortless coastal vibes.
  • Evening out: Swap to heeled espadrilles, layered gold necklaces, and a clutch to elevate the color-block panels into a chic dinner outfit.
  • Layering: Add a cropped denim jacket or lightweight cardigan on cooler nights; a wide-brim hat and stacked bangles enhance the bohemian mood.
  • Color coordination: Pick accessories that match one of the color-block panels to create a cohesive, polished ensemble.

Summary

The Bohemian Linen Color Blocked Belted Maxi Dress is a versatile, on-trend piece that blends breathable linen comfort with striking color-block design and a flattering belted waist. Perfect for travel, weekend errands, or relaxed evenings—this maxi offers an easy way to look put-together with minimal effort. Add simple accessories to personalize the look and enjoy a staple that performs across seasons and occasions.