Boho Stripe Ruffle V-Neck Bell Sleeve Relaxed Fit Blouse

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

This lightweight boho blouse combines airy comfort with feminine detailing. Featuring a soft striped pattern, a ruffled V-neckline and dramatic bell sleeves, the relaxed silhouette creates an effortless, free-spirited look that works from daytime errands to relaxed evenings out.

Product Features

  • Silhouette: Relaxed, slightly boxy fit that skims the body for an easy, comfortable wear.
  • Neckline: Deep V-neck with delicate ruffle trim for a romantic, flattering finish.
  • Sleeves: Long bell sleeves with layered ruffle detail, adding movement and boho flair.
  • Pattern: Subtle stripe motif that gives a classic yet modern visual texture.
  • Fabric: Lightweight, breathable woven fabric with soft drape—ideal for spring and summer.
  • Hem: Hits around the hip for versatile tucking or wearing untucked.
  • Care: Easy-care fabric—recommended gentle wash and line dry to preserve shape and ruffle detail.

How to Wear

  • Casual everyday: Tuck the blouse into high-rise skinny jeans or straight-leg denim and finish with espadrilles or white sneakers.
  • Dressed up: Pair with a midi skirt or tailored trousers and strappy sandals or low block heels for a relaxed office or brunch look.
  • Boho styling: Wear with a flowy maxi skirt, layered necklaces and ankle boots for festival-ready vibes.
  • Layering: Throw on a light utility jacket or a fitted blazer to balance the volume of the sleeves while keeping the ruffle neckline visible.
  • Accessories: Delicate gold or silver jewelry complements the V-neck; add a woven bag or wide-brim hat for a finished boho feel.

Fit & Sizing Tips

  • True to size for a relaxed fit; size down for a slightly more tailored look or size up for extra room in the body and sleeves.
  • Lightweight fabric has minimal structure; consider your preferred sleeve comfort when selecting size.

Summary

With its ruffled V-neck, statement bell sleeves and timeless stripe detail, this blouse is a versatile wardrobe staple that elevates casual outfits with feminine boho charm. Easy to style and comfortable to wear, it’s a go-to piece for warm-weather days and layered transitional looks.