Opulent Midnight Paisley Off Shoulder Boho Blouse

$19.39
Color:  Purple
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

Opulent Midnight Paisley Off Shoulder Boho Blouse

Product Description

This off-shoulder bohemian blouse features a rich midnight background embroidered with an intricate paisley motif in jewel-toned accents. Cut from a lightweight, breathable woven fabric, it drapes softly over the body for an effortless, romantic silhouette. The elasticized neckline allows for comfortable off-shoulder wear or a more traditional bateau look.

Key Features

  • Off-shoulder neckline with soft elastic for secure, versatile styling
  • All-over paisley print in deep midnight tones with warm accent colors
  • Lightweight, breathable woven fabric for comfortable all-day wear
  • Flowy sleeves that enhance the boho aesthetic and add movement
  • Relaxed silhouette that flatters waist and shoulders without clinging
  • Easy-care construction — gentle machine wash or hand wash recommended

Styling Suggestions

  • Casual: Tuck into high-waisted jeans and finish with woven sandals or white sneakers for a modern daytime look.
  • Boho-Chic: Pair with a tiered maxi skirt, layered necklaces, and suede ankle boots to amplify the free-spirited vibe.
  • Evening: Wear with tailored black trousers or a leather skirt and heels; add statement earrings to elevate for night.
  • Layering: Throw on a denim jacket or lightweight cardigan when it’s cooler—neckline allows for easy layering without bulk.

Fit & Care Notes

  • Fit: Relaxed fit; the elastic neckline adapts to on- or off-shoulder styling. If you prefer a roomier drape, consider sizing up.
  • Care: Recommended gentle cold wash and hang to dry to preserve print and fabric hand.

Summary

With its opulent paisley print and effortless off-shoulder shape, this blouse is a versatile wardrobe staple that transitions seamlessly from day to night. Lightweight and flattering, it’s perfect for cultivating a timeless boho look—pair it with denim, skirts, or tailored pieces to suit any occasion.