Boho Casual Lace Sage Blue Crochet V-Neck Flowy Relaxed Fit Blouse

$19.19
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 airy sage-blue blouse blends bohemian crochet lace with a relaxed, flowy silhouette for effortless everyday style. Designed with a flattering V-neck and delicate crochet panels, it offers lightweight breathability and a soft drape that moves beautifully—perfect for warm days, layered looks, or a relaxed weekend outfit.

Product Features

  • Design: Feminine V-neck with intricate crochet lace accents and scalloped edge details that add texture and visual interest.
  • Fit: Relaxed, flowy cut that skims the body for a comfortable, easygoing silhouette—great for layering over camisoles or tanks.
  • Fabric & Feel: Lightweight, breathable fabric with semi-sheer crochet inserts for a breezy, summery feel.
  • Sleeves: Soft, relaxed sleeves that enhance the boho look and provide comfortable coverage while maintaining movement.
  • Construction: Pullover style for easy wear; finished hems and delicate lacework for a polished, handcrafted vibe.
  • Care: Best cared for gently—hand wash or machine wash on delicate and lay flat to dry to preserve lace detail (check garment tag for exact instructions).

How to Style

  • Casual Days: Pair with high-rise denim shorts or distressed jeans and flat sandals for an effortless daytime look.
  • Boho-Chic: Tuck into a flowing maxi skirt, add layered necklaces and suede ankle boots to embrace full bohemian flair.
  • Work-Ready Layers: Wear over a slim camisole and under a tailored blazer or lightweight cardigan for an elevated, office-appropriate outfit.
  • Beach & Travel: Use as a stylish cover-up over swimwear—add a wide-brim hat and espadrilles for a resort-ready ensemble.
  • Accessories: Complement with hammered metal jewelry, woven bags, and stacked bracelets to highlight the artisanal crochet details.

Summary

This sage blue crochet blouse is a versatile wardrobe staple that balances relaxed comfort with feminine detailing. Whether layered for cooler days or worn solo in warm weather, its breathable fabric and boho-inspired design make it an easy pick for everyday styling and special casual occasions.