White Sleeveless Linen Top And Wide-leg Pants Suit

$25.24
Color:  White
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

White Sleeveless Linen Top and Wide-leg Pants Suit

Product Description

A modern, minimalist two-piece set crafted from breathable linen in a crisp white tone. The sleeveless top features clean, unfussy lines for an airy, relaxed silhouette, while the accompanying wide-leg pants offer a flowing, elegant drape that balances comfort with understated refinement. This ensemble is designed for warm-weather wear and transitions easily between casual and dressed-up occasions.

Key Features

  • Material: Lightweight, breathable linen blend for cool comfort in spring and summer.
  • Silhouette: Relaxed sleeveless top paired with high-waist, wide-leg trousers for a flattering, elongated look.
  • Color: Classic white—versatile and easy to coordinate with seasonal accessories.
  • Design: Minimal, clean-cut aesthetic that emphasizes shape and movement over embellishment.
  • Versatility: Works as a coordinated set or as separate pieces integrated into existing wardrobes.
  • Care: Low-maintenance fabric—best treated with gentle washing and line drying to preserve texture.

How to Style

  • Daytime casual: Pair with flat sandals or white sneakers and a straw tote for an effortless weekend look.
  • Office-smart: Add a tailored blazer or lightweight cardigan, heeled mules, and minimalist jewelry to elevate the set.
  • Evening: Cinch the waist with a slim belt, swap to heeled sandals, and add statement earrings for a refined night-out outfit.
  • Accessories: Opt for natural tones—tan leather, rattan, or gold accents—to keep the look warm and polished.

Summary

The White Sleeveless Linen Top and Wide-leg Pants Suit is a versatile, breathable two-piece designed for effortless summer style. Its clean lines and timeless color make it a wardrobe staple that adapts from casual days to more polished occasions. Lightweight and comfortable, it’s an ideal choice for anyone seeking a refined yet relaxed look.