Casual Bohemian Indigo Washed Denim Shirt Maxi Dress

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

Casual Bohemian Indigo Washed Denim Shirt Maxi Dress

Product description: This relaxed indigo-washed denim shirt maxi dress blends laid-back bohemian charm with classic shirtdress structure. Featuring a soft, lived-in wash and a long, flowing skirt, it offers comfortable all-day wear with understated, versatile style. Ideal for casual weekends, beachside strolls, or effortless everyday outfits.

Key features

  • Indigo washed denim — soft, vintage-inspired finish that breaks in beautifully over time.
  • Shirt-style top with a classic collar and button-front closure for easy on/off and adjustable coverage.
  • Maxi length for a fluid, feminine silhouette that provides coverage and movement.
  • Relaxed bohemian cut — comfortable through the shoulders and body for a carefree fit.
  • Functional pockets (chest and/or side) for practical everyday use.
  • Long sleeves with roll-tab option to convert to a three-quarter length for warmer days.
  • Subtle detailing such as contrast stitching and soft fading for an authentic, worn-in look.
  • Light to medium-weight denim — breathable and easy to layer across seasons.

Styling suggestions

  • Daytime casual: Pair with flat leather sandals or white canvas sneakers and a crossbody bag for an easy, off-duty look.
  • Boho vibes: Add a wide-brim straw hat, layered necklaces, and stacked bracelets to emphasize the bohemian feel.
  • Transition to cooler weather: Layer with a lightweight cardigan or a cropped suede jacket and ankle boots.
  • Define the waist: Cinch with a braided or leather belt to create shape and highlight the maxi silhouette.
  • Evening polish: Swap sandals for heeled mules and add statement earrings for a more refined outfit.

Care & fit notes

  • True to a relaxed, slightly oversized shirtdress fit — consult size chart for best fit.
  • Machine wash cold with like colors; tumble dry low or hang to dry to preserve wash and shape.
  • Avoid harsh bleaching agents to maintain the indigo tone.

Summary: A versatile staple that marries classic shirtdress details with a bohemian maxi silhouette. The indigo-washed denim finish and practical design make this dress a go-to piece for effortless, everyday style—easy to dress up or down depending on the occasion.