Effortless Boho Stripe Halter Neck Button-Front High-Slit Maxi Dress

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

Float through warm days and breezy evenings in this effortless boho maxi dress. Featuring a halter neckline, vertical stripe motif, functional button-front, and a dramatic high slit, this dress combines relaxed, free-spirited style with flattering lines and easy movement. The lightweight woven fabric and gentle A-line silhouette create a soft drape that suits beachside strolls, weekend markets, and summer soirées.

Product Features

  • Halter neckline with adjustable tie for a customizable fit and open-shoulder silhouette.
  • Vertical stripe pattern that visually elongates the body and adds relaxed bohemian charm.
  • Functional front buttons—easy to put on and offers optional styling from modest to breezy.
  • High slit at the skirt for airflow, movement, and a subtly flirty touch.
  • Maxi length that balances coverage with an airy, summery feel.
  • Lightweight woven construction with a soft drape—perfect for warm weather layering or solo wear.
  • Simple, unfussy silhouette that works equally well dressed up or down.

Styling Suggestions

  • Casual daytime: pair with flat leather sandals or espadrilles, a straw tote, and layered delicate necklaces.
  • Beach-ready: wear over a swimsuit with slide sandals and an oversized sun hat for instant resort vibes.
  • Evening look: add heeled sandals or wedges, statement earrings, and a slim belt to define the waist.
  • Transitional styling: throw on a cropped denim jacket or lightweight cardigan for cooler nights.
  • Accessories: choose natural textures—woven bags, wooden beads, or leather accents—to enhance the boho aesthetic.

Summary

This Effortless Boho Stripe Halter Neck Button-Front High-Slit Maxi Dress is an adaptable summer staple—effortlessly chic, breathable, and flattering. Whether you’re headed to the beach, brunch, or a sunset walk, it delivers laid-back elegance with versatile styling options. Choose your favorite accessories and wear it your way.