Effortless Boho Striped Ruffle Top & White Pants

$24.74
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

Product Description

This breezy ensemble pairs a boho-inspired striped ruffle top with crisp white pants for an easy, polished look. The top features layered ruffle accents and a relaxed silhouette that flatters a variety of body types, while the white pants offer a clean, modern base—together they create a light, airy outfit perfect for warm-weather days and casual weekend outings.

Key Features

  • Boho striped ruffle top: subtle vertical or multi-directional stripes with feminine ruffle detailing at the neckline and sleeves for movement and texture.
  • Relaxed, flattering fit: the top’s loose cut offers comfortable wear and effortless layering options.
  • Lightweight, breathable fabric: made from a soft, airy material (cotton/viscose blend recommended) for all-day comfort.
  • Crisp white pants: tailored yet easygoing, with a straight or slightly wide leg that balances the voluminous top.
  • Versatile styling: neutral palette and simple shapes make the set adaptable for casual and slightly dressier occasions.
  • Easy care: low-maintenance fabrics that wash and wear well for everyday use.

Styling Suggestions

  • Daytime casual: pair with flat sandals or white sneakers and a woven tote for a relaxed weekend look.
  • Beachy boho: add espadrille wedges, layered necklaces, and a straw hat to emphasize the bohemian vibe.
  • Smart casual: tuck the front of the top into the pants, add a slim belt and block-heel mules or loafers for a polished finish.
  • Layering: throw on a lightweight denim jacket or linen blazer for cooler evenings or a more structured silhouette.
  • Accessories: gold hoops, a simple pendant, or a textured crossbody complement the outfit without overpowering the ruffle details.

Summary

This Effortless Boho Striped Ruffle Top & White Pants Outfit blends relaxed, feminine detailing with clean tailoring for a versatile wardrobe staple. Ideal for spring and summer, it transitions smoothly from daytime errands to casual dinners—delivering comfort, style, and laid-back sophistication in one coordinated look.