Bohemian Casual White Skirt Suit

$24.60
Color:  White
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 Casual White Skirt Suit

Description

A breezy, all-white two-piece set that blends relaxed bohemian spirit with everyday sophistication. The lightweight blazer and flowing midi skirt create an airy silhouette—effortless, feminine and perfectly suited for warm-weather weekends, resort days or casual city outings. Subtle boho touches such as delicate trims and soft gathers give this suit an artisanal, hand-finished feel while keeping the look modern and wearable.

Product Features

  • Two-piece set: structured yet relaxed blazer paired with a flowy midi skirt for versatile styling.
  • Lightweight, breathable fabric ideal for spring and summer wear; comfortable for all-day use.
  • Bohemian details—delicate lace/embroidered trims and gentle gathers—add texture without bulk.
  • Relaxed blazer fit with easy button closure for layering over tops or a slip dress.
  • Midi-length skirt with soft drape and movement; comfortable waist construction for a flattering fit.
  • Neutral white shade offers a clean canvas for accessorizing; easy to dress up or down.
  • Easy-care construction—low-maintenance pieces designed for frequent wear.

Styling Suggestions

  • Casual daytime: wear the blazer open over a cotton tee and pair with flat sandals or espadrilles for a relaxed look.
  • Boho chic: add layered necklaces, a woven straw bag and braided sandals to emphasize the artisanal feel.
  • Smart casual: button the blazer and add a slim belt to define the waist; finish with heeled mules or ankle boots.
  • Resort-ready: pair with a linen camisole, oversized sunglasses and slide sandals for effortless vacation style.
  • Mix-and-match: separate the pieces—use the blazer with jeans or the skirt with a lightweight sweater—to extend wardrobe versatility.

Summary

This Bohemian Casual White Skirt Suit is a timeless, season-spanning set that combines artisan details with practical comfort. Its breathable fabric and versatile silhouette make it a wardrobe staple for relaxed weekends, travel, and laid-back events—easy to style up or down for any occasion.