Effortless Boho White Linen Shirt & Maxi Skirt Set

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

Product Description

This Effortless Boho White Linen Shirt & Maxi Skirt Set blends natural texture with an airy, relaxed silhouette. Crafted from breathable linen, the matching shirt and skirt create a cohesive, minimalist bohemian look that feels light and comfortable in warm weather. The shirt offers an easy, timeless top layer while the maxi skirt provides fluid movement and coverage — together they form a versatile set for daytime outings, beachside strolls, or laid-back evenings.

Key Features

  • Fabric: 100% (or primarily) linen — lightweight, breathable, and naturally textured for a soft, lived-in look.
  • Shirt: Classic button-front design with a relaxed cut that layers easily over camisoles or tees.
  • Skirt: Flowy maxi length with a generous, draping silhouette for effortless movement and comfort.
  • Color: Clean white, offering a fresh, neutral canvas that complements many accessories and seasonal palettes.
  • Versatility: Wear together as a coordinated set or mix-and-match each piece with other wardrobe staples.
  • Easy care tips: Hand-wash or gentle machine wash cold and line dry to preserve linen’s natural texture and shape.

Styling Suggestions

  • Casual day: Tuck the shirt partially into the skirt, add leather sandals or espadrilles and a woven tote for an easy summer look.
  • Boho-chic: Layer with layered necklaces, stackable bracelets, and a wide-brim straw hat; finish with ankle boots or gladiator sandals.
  • Evening out: Cinch the waist with a slim belt, swap to heeled sandals, and add gold-tone jewelry for an elevated yet relaxed outfit.
  • Cooler weather: Throw on a denim jacket or oversized knit and opt for closed-toe flats to transition the set into spring or early fall.
  • Mix & match: Pair the shirt with jeans, linen shorts, or tailored trousers; wear the skirt with a fitted tee, cropped top, or lightweight sweater.

Summary

This white linen shirt and maxi skirt set is a timeless, breathable choice for anyone seeking an easy bohemian aesthetic. Its neutral color and relaxed lines make it a wardrobe staple that can be styled for many occasions — from beach days to casual dinners. Lightweight, comfortable, and effortlessly chic, this set is designed for everyday versatility and warm-weather ease.