Effortless Boho Lace Trim V-Neck Peplum Relaxed Fit Flowy Blouse

$19.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

Product Description

This airy bohemian blouse features a delicate lace-trimmed V-neck and a soft peplum hem for feminine shaping. Cut in a relaxed, flowy silhouette, the top drapes gently from the shoulders and creates a flattering, comfortable fit. Light-weight woven fabric gives a breezy feel—perfect for warm-weather days or layered looks in cooler seasons.

Key Features

  • Lace-trimmed V-neck: Feminine lace detail frames the neckline for a romantic, boho-inspired finish.
  • Peplum hem: Subtle waist definition that adds movement and a flattering silhouette.
  • Relaxed, flowy fit: Roomy through the body for comfort while maintaining a polished look.
  • Lightweight fabric: Breathable woven material that drapes beautifully—ideal for all-day wear.
  • Soft, voluminous sleeves: Gentle sleeve volume adds a relaxed, effortless vibe.
  • Easy pull-on design: Simple styling with no-fuss closures for quick dressing.
  • Care tips: Recommended gentle wash and line dry to preserve lace trim and shape.

Styling Suggestions

  • Casual days: Pair with high-rise skinny or straight jeans and flat sandals for an easy everyday outfit.
  • Boho chic: Tuck into a flowy maxi skirt, add layered necklaces and suede ankle boots for a festival-ready look.
  • Smart casual: Wear with tailored trousers or a pencil skirt and block heels; finish with delicate jewelry for the office-to-dinner transition.
  • Layering: Add a lightweight cardigan or denim jacket on cooler days; belt the waist over the peplum to accentuate shape.
  • Accessories: Long pendant necklaces, stacked bracelets, or statement earrings complement the V-neck and lace detail.

Summary

This Effortless Boho Lace Trim V-Neck Peplum blouse blends romantic lace detail with a relaxed, flattering cut—making it a versatile wardrobe staple. Lightweight and easy to style, it transitions smoothly from casual daytime looks to dressier evenings. A timeless addition for anyone who loves feminine, comfortable pieces with boho flair.