Boho Oversized Knit Poncho Top & Wide-Leg Relaxed Pants Set

$25.49
Color:  Blue
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

Description

Embrace effortless bohemian style with this coordinated set featuring an oversized knit poncho top and matching wide-leg relaxed pants. The poncho drapes loosely for a comfortable, free-flowing silhouette, while the pants offer a roomy, flattering leg that moves with you. Soft, breathable knit construction makes this set an ideal choice for transitional weather and laid-back days when you still want to look thoughtfully styled.

Key Features

  • Oversized poncho-style knit top with relaxed fit for easy layering and movement.
  • Wide-leg trousers with a relaxed cut for comfort and a contemporary boho silhouette.
  • Elasticized waistband (with optional drawstring) ensures an adjustable, comfortable fit.
  • Lightweight, breathable knit fabric that drapes naturally and provides subtle texture.
  • Coordinated monochromatic design for a polished, put-together look straight out of the box.
  • Versatile pieces that can be worn together as a set or separately for multiple outfit options.

Styling Suggestions

  • Shoes: Pair with flat leather sandals or woven espadrilles for a true boho vibe, or choose ankle boots for cooler days and a more elevated feel.
  • Layering: Add a fitted long-sleeve tee underneath the poncho for extra warmth, or throw on a denim jacket for casual outings.
  • Accessories: Accent with layered necklaces, stacked bracelets, and a wide-brim hat to enhance the bohemian aesthetic. Consider a slim belt at the waist to add shape when desired.
  • Bags: Choose a slouchy hobo bag or a woven crossbody to keep the relaxed, artisanal look cohesive.
  • Occasions: Ideal for weekend brunches, travel, markets, or relaxed office environments when styled with polished footwear.

Fit & Care

  • Fit: True to the oversized, relaxed design — size up only if you prefer an even more slouchy look. Pants designed for a roomy silhouette; check waistband measurements if between sizes.
  • Care: Gentle wash recommended. Lay flat to dry to preserve shape and knit texture. Avoid high heat and harsh detergents.

Summary

This Boho Oversized Knit Poncho Top & Wide-Leg Relaxed Pants Set blends comfort with a modern, free-spirited aesthetic. Lightweight knit fabric and an easygoing silhouette make it a versatile staple for your wardrobe—wear it together for an effortlessly coordinated look or mix and match the pieces to expand your styling options.