Effortless Boho Striped Sleeveless Maxi Dress

$23.59
Color:  Blue
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

A relaxed, sun-ready maxi that blends breezy bohemian style with easy everyday wear. This sleeveless striped dress features a flowing, ankle-skimming silhouette and lightweight woven fabric that drapes softly and moves beautifully with every step. Simple and unfussy, it’s designed for warm days, travel, and effortless layering.

Features

  • Lightweight, breathable woven fabric for soft drape and all-day comfort
  • Sleeveless cut with relaxed armholes—perfect for warm-weather wear
  • Maxi length provides an elongating, elegant silhouette
  • Boho-inspired striped pattern adds visual texture and a laid-back vibe
  • Easy slip-on design for no-fuss dressing
  • Generous skirt for natural movement—ideal for twirling, walking or travel

Styling Suggestions

  • Casual daytime: pair with flat leather sandals, a straw tote and oversized sunglasses
  • Vacation-ready: add espadrille wedges and a wide-brim straw hat for a resort look
  • Layering: throw on a cropped denim jacket or lightweight cardigan for cooler evenings
  • Define the waist: add a braided or leather belt for a more structured silhouette
  • Accessories: finish with layered necklaces, stacked bracelets or statement earrings to emphasize the boho vibe

Summary

This Effortless Boho Striped Sleeveless Maxi Dress is a versatile wardrobe staple—comfortable, flattering and travel-friendly. Its airy fabric and relaxed shape make it ideal for warm-weather days, while simple styling options let you dress it up or down with ease. Easy-care and endlessly wearable, it’s a go-to piece for brunches, beach days, festivals and casual evenings.

Care Tip

Easy-care garment—machine wash cold on gentle cycle and hang to dry for best results.