🔥Womens 3/4 Lantern Sleeve Casual V-Neck T-Shirts Pleated Loose Hollow-Out Blouse

$34.90
Colour:  Pink
SIZE:  S
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

Discover effortless elegance with this lightweight blouse, designed for all-day comfort and subtle style. 

💛The relaxed silhouette and intricate sleeve details add a refined touch that transitions seamlessly from brunch to boardroom.

The perfect 3/4 sleeve blouse! It goes with any pants, any day.I need every color!👏😍

✨ Exquisite Design Details You’ll Adore

  • 3/4 Lantern Sleeves 🎀: Unique, flowy lantern sleeve cut with just the right volume – adds a romantic, feminine touch without feeling bulky. The 3/4 length is perfect for transitional weather, easy to layer and keeps your arms covered while staying lightweight and breezy.

  • Flattering V-Neckline 💫: Classic V-neck design that elongates the neckline, frames the face beautifully and adds a subtle sophisticated touch to casual outfits. Not too deep, just the ideal modest yet elegant cut for daily wear.
  • Relaxed Loose Fit 🧘♀️: Generous but not oversized loose silhouette that skims your body gently, hides problem areas and allows full range of motion. No tight, restrictive fabric – all-day comfort from morning till night, perfect for casual, laidback vibes.

  • Delicate Pleated & Hollow-Out Details 🧵: Thoughtful pleated accents add texture and dimension, while the subtle hollow-out stitching brings a touch of delicate elegance, making this basic tee stand out from ordinary tops without being over-the-top.
  • Premium Soft Knit/Fabric 🧶: Crafted with high-quality, skin-friendly material that’s soft to the touch, lightweight, breathable and resistant to fading or wrinkling. Easy to care for, durable enough for daily wear and machine washable.

🌿 Endless Styling Possibilities

This versatile blouse is made to mix and match with every piece in your closet – no fashion stress required! Pair it with jeans and sneakers for a casual, laidback daily look; tuck it into high-waisted shorts or a midi skirt for a sweet weekend outfit; layer it under a cardigan or denim jacket for cooler days; or dress it up with simple jewelry and loafers for a casual office or dinner look. Available in classic, easy-to-style solid colors that complement any accessory and footwear, it’s the ultimate transitional piece for spring, summer and early fall.