Effortless Coastal Breeze Blue & White Stripe Relaxed Maxi Dress

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Blue
size
XS
S
M
L
XL
2XL
3XL
Price
$31.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @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

Description

Light, airy and unmistakably seaside — this blue & white stripe relaxed maxi dress channels coastal ease with a flowing silhouette and timeless, nautical-inspired pattern. Designed for comfort and movement, it’s the kind of dress you reach for on warm days, weekend getaways, or relaxed summer evenings.

Product Highlights

  • Classic blue & white stripe pattern that feels fresh and versatile.
  • Relaxed maxi silhouette with a long, flowing skirt that skims the ankles for easy movement.
  • Lightweight, breathable construction ideal for warm-weather wear and travel.
  • Uncomplicated, minimal detailing for an effortless, throw-on-and-go look.
  • Versatile proportion and fit — wear loose for a casual feel or add a belt to define the waist.

Styling Suggestions

  • Daytime beach look: pair with flat leather sandals or espadrilles, a wide-brim straw hat and a woven tote.
  • City-casual: add a cropped denim jacket and white sneakers for easy urban styling.
  • Evening ease: cinch the waist with a slim belt, slip on heeled sandals and layer delicate gold jewelry.
  • Layering tip: throw on a lightweight linen blazer or cardigan on cooler nights without losing the relaxed silhouette.

Care & Fit Tips

  • Designed for a relaxed fit — consider sizing down if you prefer a more tailored look or use a belt to shape the waist.
  • Follow the garment care label; gentle washing and air-drying will help preserve the fabric’s drape and color.

Summary

Effortless and versatile, this blue & white stripe relaxed maxi dress is a summer wardrobe staple that blends comfort with classic coastal style. Whether you’re at the beach, exploring the city, or enjoying a relaxed dinner, it’s an easy-to-wear piece that adapts to multiple looks with minimal fuss.