Boho Slub Linen Sleeveless Blouse & Lace-Trimmed Wide-Leg Pants Set

$25.44
Color:  Off-white
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

Boho Slub Linen Sleeveless Blouse & Lace-Trimmed Wide-Leg Pants Set

Elevate your warm-weather wardrobe with this effortless boho set crafted from slub linen. The lightweight, textured blouse pairs perfectly with breezy wide-leg pants finished with delicate lace trim for a feminine, relaxed look that transitions from beach days to casual city brunches.

Product Description

  • Fabric: Breathable slub linen or linen-blend with a natural textured finish for an organic, lived-in look.
  • Top: Sleeveless blouse with a relaxed, airy silhouette that allows for comfortable movement and layered styling.
  • Pants: Wide-leg, flowy trousers with decorative lace trim along the hem for a subtle bohemian detail.
  • Construction: Lightweight, woven fabric with a soft handfeel; designed as an easy pull-on set for uncomplicated dressing.

Key Features

  • Breathable & lightweight — ideal for spring and summer wear.
  • Textured slub weave adds visual interest and a casual, artisanal vibe.
  • Relaxed fit top creates a flattering, comfortable silhouette for a range of body types.
  • Wide-leg pants lend a flowy movement that pairs comfort with elegance.
  • Delicate lace trim injects a romantic, feminine accent that elevates the set.
  • Easy-care construction — gentle wash and line dry recommended to preserve texture and trim.

Styling Suggestions

  • For a beach-ready look: pair with leather sandals or espadrilles, a wide-brim straw hat and woven tote.
  • For casual daytime: add flat mules or slide sandals, layered gold necklaces, and oversized sunglasses.
  • For a slightly dressier feel: tuck the blouse in and add a thin leather belt, wedge heels, and a lightweight cardigan or kimono.
  • Travel-friendly: pack the set as a coordinated outfit that mixes easily with denim jacket or linen blazer for cooler evenings.

Summary

This boho slub linen set combines relaxed comfort with thoughtful feminine details — textured fabric, an airy sleeveless top, and lace-trimmed wide-leg pants — making it a versatile go-to for warm-weather days. Easy to style and effortless to wear, it’s perfect for casual outings, vacations, and anytime you want a breezy, polished look.