Boho Knit V-Neck Oversized Relaxed Fit Beach Cover-Up Top And Cotton-Linen Short Pant Set

$25.94
Color:  Ivory
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

This breezy two-piece set combines a loose, bohemian-inspired knit V-neck top with soft cotton-linen blend shorts for an effortless beach-to-street look. The oversized, relaxed silhouette of the top works perfectly as a lightweight cover-up over swimwear, while the shorts offer breathable comfort for warm-weather days and casual outings.

Key Features

  • Top: Lightweight knit construction with a V-neckline and an oversized, relaxed fit for easy layering and movement.
  • Shorts: Cotton-linen blend fabric that is soft, breathable, and ideal for hot weather.
  • Easy-wear design: Pull-on shorts with a comfortable waist (elastic or adjustable) and a relaxed leg for everyday comfort.
  • Versatile styling: Neutral, natural textures and a laid-back silhouette make the set adaptable to multiple looks.
  • Seasonal use: Perfect for spring and summer, beach vacations, poolside lounging, or casual weekend wear.

Styling & Pairing Suggestions

  • As a cover-up: Layer the knit top over a bikini or one-piece for an instant beach-ready outfit.
  • Casual daytime: Wear the shorts with a tucked tee or crop top and sandals or slides for an easy, relaxed look.
  • Elevate it: Add espadrilles, a woven straw bag, layered necklaces, and a wide-brim hat for a chic boho vibe.
  • Define the waist: Cinch the oversized top with a slim belt for a more tailored silhouette when desired.
  • Mix-and-match: Pair the knit top with denim shorts or linen pants, and wear the cotton-linen shorts with crisp shirts or tanks.

Care & Fit Notes

  • Fit: Oversized/relaxed—consider sizing down if you prefer a closer fit or keep your usual size for a roomy cover-up.
  • Care: Follow garment label instructions; typically gentle machine wash cold or hand wash and lay flat to dry to preserve knit shape and fabric texture.

Summary

This Boho Knit V-Neck set offers comfort, breathability, and easy style for warm-weather living. With its relaxed knit top and cotton-linen shorts, it’s a versatile wardrobe staple that transitions seamlessly from beach days to casual city strolls while keeping a relaxed, effortless aesthetic.