Graceful White Draped Pant Set

$25.84
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

Description

This elegant two-piece set features a soft white draped top paired with matching high-rise wide-leg pants. Clean lines and fluid draping create a refined, modern silhouette that moves beautifully and flatters a variety of body types. Designed to translate effortlessly from daytime sophistication to evening chic, the set balances comfort with a polished, couture-inspired look.

Product Features

  • Fabric & Feel: Lightweight, breathable fabric with a smooth hand and gentle fluidity for natural movement and an airy finish.
  • Top Design: Asymmetric draped overlay that creates soft folds and visual interest while providing comfortable coverage; tailored underlayer for secure fit.
  • Pant Design: High-rise, wide-leg trousers with a clean front silhouette that elongates the leg and offers a relaxed yet polished shape.
  • Construction Details: Minimal seams and refined finishing for a seamless, elevated appearance; discreet closures and thoughtfully placed seams preserve the drape.
  • Versatility: Neutral white hue and classic tailoring make the set suitable for a range of occasions—from weekend brunches and office events to evening receptions.
  • Care: Easy-care construction—recommended gentle wash or professional care to maintain drape and color.

Styling Suggestions

  • Daytime: Pair with nude or tan sandals, a structured tote, and delicate gold jewelry for a fresh, understated look.
  • Evening: Elevate with strappy metallic heels, a statement clutch, and bold earrings to emphasize the clean lines and graceful drape.
  • Layering: Add a cropped blazer or a longline coat in neutral tones for cooler weather or more formal settings; a slim belt can define the waist for a different silhouette.
  • Accessories: Opt for minimalist jewelry to keep the focus on the garment’s sculptural folds, or choose one statement piece (earrings or cuff) to create a focal point.

Summary

The Graceful White Draped Pant Set is a versatile wardrobe investment that combines effortless comfort with refined elegance. Its fluid drape, timeless white palette, and adaptable styling options make it ideal for women seeking a polished, modern look that transitions smoothly across occasions.