Bohemian Mesh Layer Resort Ivory V-Neck Knit Top

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
White
size
XS
S
M
L
XL
2XL
3XL
Price
$24.59
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

Effortlessly breezy and beautifully textured, the Bohemian Mesh Layer Resort Ivory V-Neck Knit Top combines an airy openwork mesh overlay with a soft knit underlayer for a light, resort-ready look. The warm ivory tone and relaxed silhouette create a timeless piece that reads both casual and refined—perfect for warm-weather travel, beach days, or everyday layering.

Key Features

  • Design: V-neck silhouette with a layered look—delicate mesh outer layer over a smooth knit base for subtle dimension and semi-sheer detail.
  • Color: Classic ivory that pairs easily with neutrals and vibrant summer hues.
  • Fabric & Feel: Lightweight knit construction with breathable openwork; soft against the skin for all-day comfort.
  • Fit: Relaxed, easy fit that drapes naturally—ideal for slipping on over a swimsuit or pairing with high-waist bottoms.
  • Versatility: Functions as a standalone top or a chic cover-up; transitions effortlessly from beach to bar.
  • Care: Low-maintenance—recommended gentle wash and flat dry to preserve shape and mesh integrity.

Styling & Pairing Suggestions

  • Resort Ready: Wear over a neutral or contrasting bikini with linen wide-leg trousers and flat leather sandals for an elevated beach look.
  • Casual Day Out: Tuck the front into high-waisted denim shorts or a midi skirt; add layered necklaces and espadrilles to complete the boho vibe.
  • Evening Ease: Pair with tailored white or tan trousers and heeled mules; finish with gold-tone jewelry for a relaxed yet polished outfit.
  • Layering Tip: Use as a lightweight layer over a camisole or bandeau for extra coverage, or under a structured blazer for textural contrast in cooler evenings.

Summary

The Bohemian Mesh Layer Resort Ivory V-Neck Knit Top is a versatile warm-weather essential—combining breathable comfort with refined, textured detailing. Its neutral ivory hue and relaxed fit make it an easy go-to for vacation outfits, beach cover-ups, or everyday summer styling. A practical, stylish piece that elevates simple looks with subtle bohemian charm.