Bohemian Pink Leopard Print Chiffon Lantern Sleeve Top

$19.99
Color:  Pink
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

Bohemian Pink Leopard Print Chiffon Lantern Sleeve Top

This airy chiffon top blends a playful pink leopard print with a relaxed bohemian silhouette. Sheer, lightweight fabric and sculpted lantern sleeves create a feminine, floaty look perfect for warm days, weekend outings, or layered evening styles. The pullover design and gentle drape make it an easy statement piece that elevates casual and dressy outfits alike.

Product Features

  • Fabric: Lightweight chiffon with a soft, semi-sheer finish that moves beautifully.
  • Print: Eye-catching pink leopard pattern for a modern, feminine twist on animal print.
  • Sleeves: Voluminous lantern sleeves with gathered cuffs add boho flair and movement.
  • Fit: Relaxed, slightly A-line silhouette that flatters most body shapes and layers comfortably.
  • Neckline & Closure: Easy pull-on style with a simple round or slightly scooped neckline for versatility.
  • Lining Advice: Semi-sheer nature; pair with a camisole or bralette for coverage as desired.
  • Care Tip: Delicate wash or hand wash recommended to preserve the chiffon texture and print.

Styling Suggestions

  • Casual daytime: Tuck into high-waisted light-wash jeans and add flat sandals or white sneakers for an effortless, on-trend look.
  • Boho weekend: Pair with a suede mini skirt or wide-leg linen pants and layered necklaces for festival-ready vibes.
  • Office-friendly: Layer under a tailored blazer with slim trousers and neutral pumps—use a nude camisole underneath for a polished finish.
  • Evening: Wear with a black leather skirt or skinny faux-leather pants and heeled ankle boots; add statement earrings to complete the outfit.
  • Layering: Lightweight cardigan or denim jacket works well for cooler days without masking the sleeve detail.

Summary

The Bohemian Pink Leopard Print Chiffon Lantern Sleeve Top is a versatile wardrobe staple that combines bold print with delicate chiffon and dramatic sleeves. It transitions effortlessly from casual days to dressed-up nights and complements a wide range of bottoms and accessories. Ideal for anyone seeking a feminine, fashion-forward piece with playful boho energy.