Safari Chic Olive Linen Vest & White Slit Maxi Skirt Set

$25.59
Color:  Green
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 two-piece set pairs an olive linen-inspired vest with a crisp white maxi skirt featuring a flattering slit. Designed with a safari-chic sensibility, the ensemble balances structured tailoring and breezy ease — ideal for warm-weather days, travel, or a polished casual look. The natural olive tone and clean white skirt create a timeless, versatile palette.

Key Features

  • Fabric: Lightweight linen or linen-blend for breathability and natural texture.
  • Vest design: Utility-inspired, sleeveless silhouette with tailored lines for a refined, structured look.
  • Skirt design: Maxi length with a side/front slit to enhance mobility and add subtle sexiness.
  • Colorway: Olive vest paired with a crisp white skirt — easy to mix with neutrals and earth tones.
  • Comfort & fit: Relaxed yet polished fit that drapes well and keeps you cool in warm weather.
  • Practical details: Thoughtful construction for everyday wear—easy to layer and style.
  • Care: Best cared for with gentle washing and line drying to preserve linen texture and shape.

Styling Suggestions

  • Daytime casual: Wear with flat sandals or white sneakers and a woven tote for effortless daytime chic.
  • City-smart: Add heeled mules and minimal gold jewelry to elevate the set for brunch or meetings.
  • Layering: Throw on a lightweight longline blazer or a cropped denim jacket for cooler evenings.
  • Accessories: A thin leather belt at the waist, aviator sunglasses, and a straw hat emphasize the safari vibe.
  • Color pairing: Complement with tan, beige, or warm metallic accents; the white skirt also pairs beautifully with bold-colored tops if worn separately.