Bohemian Open-Knit Resort Olive Green Top

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Green
size
XS
S
M
L
XL
2XL
3XL
Price
$24.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @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

Description

Product Description

Lightweight, airy and effortlessly bohemian, this open-knit resort top in olive green is designed for warm-weather escapes and laid-back city days alike. The semi-sheer knit lets a hint of skin or an underlying layer show through, creating a relaxed, beach-ready silhouette that moves with you. Ideal as a cover-up over swimwear or as a casual statement piece layered over camisoles and tanks.

Key Features

  • Open-knit construction for breathability and a soft, textured look
  • Olive green hue — versatile and season-spanning
  • Relaxed, easy fit that drapes naturally over the body
  • Semi-sheer finish that works well layered or worn as a cover-up
  • Lightweight knit suitable for resort wear, beach days, or casual outings

Styling Suggestions

  • Beach day: wear over a neutral or patterned swimsuit with woven sandals and a wide-brim hat.
  • Casual city look: layer over a fitted camisole, pair with high-waisted denim shorts or linen trousers, and add espadrilles.
  • Evening resort: tuck the front into a flowy maxi skirt, add layered necklaces and strappy sandals for a relaxed, elevated vibe.
  • Transitioning seasons: layer a long-sleeve tee underneath and combine with ankle boots and a lightweight jacket.

Fit & Care

The top offers a forgiving, relaxed fit—consider sizing according to how much drape you prefer. For best care, hand wash or use a gentle cycle in cold water, reshape and lay flat to dry to preserve the knit structure.

Summary

A versatile, resort-ready piece, the Bohemian Open-Knit Resort Olive Green Top blends breathable comfort with easy style. Whether layered for an urban outfit or thrown over swimwear on the sand, it brings a relaxed, chic touch to any warm-weather wardrobe.