Bohemian White Linen Ruffled Top And Wide Leg Pants

$24.99
Color:  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

Bohemian White Linen Ruffled Top And Wide Leg Pants

Description

A breezy two-piece set in crisp white linen that captures effortless bohemian charm. The ruffled top features soft, feminine trim along the neckline and sleeves, while the matching wide-leg pants offer a relaxed, flowing silhouette for all-day comfort. Lightweight and breathable, this ensemble is ideal for warm-weather outings, beachside escapes, or casual weekend looks.

Key Features

  • Material: Lightweight white linen for natural breathability and a textured, summery look.
  • Top details: Delicate ruffle accents that add romantic, boho-inspired flair to the neckline and cuffs.
  • Pants details: High-rise, wide-leg design that creates an elongated silhouette and relaxed movement.
  • Fit: Relaxed, easy-to-wear cut that balances comfort with flattering shape.
  • Versatility: Neutral white shade makes the set easy to mix-and-match with seasonal accessories.

How to Wear

  • Daytime: Pair with flat leather sandals or espadrilles, a straw tote, and layered gold or wooden necklaces for a sun-ready look.
  • Evening: Dress up with heeled mules, a slim belt to cinch the waist, and statement earrings to transition to dinner or a casual event.
  • Layering: Add a denim jacket or lightweight kimono for cooler evenings while keeping the bohemian vibe.
  • Accessories: Complement the set with natural textures—woven hats, beaded bracelets, or a simple crossbody bag.

Summary

This Bohemian White Linen Ruffled Top and Wide Leg Pants set is a timeless, breathable option for warm-weather wardrobes. With its relaxed fit and romantic ruffle details, it offers both comfort and effortless style—perfect as a standalone look or as a versatile base for seasonal accessorizing.