Airy Puff Sleeve Wide-Leg Set

$25.34
Color:  Olive Green
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

Light and effortlessly chic, the Airy Puff Sleeve Wide-Leg Set is a coordinated two-piece designed for warm-weather ease and modern silhouettes. The set pairs a breezy puff-sleeve top with relaxed wide-leg trousers to create a polished yet comfortable outfit that moves with you.

Product Features

  • Two-piece set: includes a puff-sleeve top and matching high-rise wide-leg trousers for an instant put-together look.
  • Airy fabric: lightweight, breathable material with natural drape to keep you cool and comfortable throughout the day.
  • Puff sleeves: soft volume at the shoulders and elasticated or gathered cuffs for a flattering, feminine profile.
  • Relaxed top silhouette: slightly cropped or boxy cut that balances the full-leg trousers and works well tucked or untucked.
  • High-rise wide-leg trousers: elongating, flowy legs that create a streamlined yet relaxed aesthetic; gentle pleats or a clean front keep the look modern.
  • Refined details: neat seams and minimal hardware so the silhouette stays the focus; elastic or structured waistband for comfort and easy wear.
  • Versatile colorways: designed to transition from daytime outings to evening plans with simple accessory swaps.

Styling Suggestions

  • Casual daytime: pair with white leather sneakers and a crossbody bag for an easy, off-duty vibe.
  • Office or meetings: add heeled mules or block heels and delicate jewelry to elevate the set while keeping comfort intact.
  • Evening out: switch to strappy sandals or pointed-toe pumps and a clutch; consider a statement earring to complement the puff sleeves.
  • Layering: throw on a lightweight trench or cropped blazer for cooler weather without hiding the sleeve detail.
  • Accessories: belts, wide-brim hats, or a colorful scarf can personalize the look and shift it from minimal to bold.

Care & Fit Tips

  • Fit: designed for a relaxed, easy fit—choose your usual size for the intended silhouette; size up if you prefer extra room in the top.
  • Care: gentle wash or hand wash recommended; hang to dry and low-temperature ironing if needed to preserve the fabric’s drape and shape.

Summary

The Airy Puff Sleeve Wide-Leg Set offers a modern, feminine silhouette with the comfort of lightweight fabrics and a coordinated look that’s ready for any occasion. Whether styled casual or dressed up, this set makes effortless dressing simple—pair with your favorite shoes and accessories to make it your own.