Minimalist Linen Vest Split Midi Skirt Set

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

Minimalist Linen Vest & Split Midi Skirt Set

Product Description

A modern two-piece set in a lightweight linen-blend designed for warm-weather polish. The sleeveless vest features clean, minimalist lines and a tailored fit, while the matching midi skirt falls to a flattering mid-calf length with a discreet side split for ease of movement. Neutral tones and subtle texture create an effortless, refined look that transitions easily from day to night.

Key Features

  • Material: Breathable linen-blend with natural texture and soft drape.
  • Design: Minimal, tailored vest with streamlined silhouette—no excessive hardware or embellishment.
  • Skirt: High-waisted midi length with a side split for comfort and a modern edge.
  • Fit: Thoughtfully cut for a balanced, contemporary fit that flatters the waist and elongates the leg.
  • Versatility: Neutral palette and simple construction make it easy to mix-and-match with existing wardrobe pieces.
  • Care: Best cared for with gentle washing and line drying to preserve fabric texture and shape.

Styling Suggestions

  • Casual daytime: Layer over a slim cotton tee or tank and finish with white sneakers or espadrilles for an easy, relaxed look.
  • Office-ready: Pair with minimalist sandals or low block heels and add a delicate necklace for polished simplicity.
  • Evening: Swap to strappy heels, add a bold earring or cuff, and wear the vest buttoned or slightly tailored with a thin belt to emphasize the waist.
  • Layering: For cooler days, wear a lightweight long-sleeve top underneath the vest or add a structured blazer for a chic, layered silhouette.

Summary

This Minimalist Linen Vest & Split Midi Skirt Set is a versatile wardrobe staple that blends comfort with understated elegance. Its breathable fabric, clean tailoring, and subtle split detail make it ideal for warm-weather occasions—whether you’re headed to the office, a weekend brunch, or a casual evening out. Keep accessories simple to honor the set’s refined, minimalist aesthetic.