Elegant Ink Wash Print Loose Fitting Suit

$25.04
Color:  black
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

Elegant Ink Wash Print Loose Fitting Suit

Product Description

This two-piece ensemble features a soft, ink-wash print across a relaxed, loose-fitting silhouette. The set includes an unstructured jacket and wide-leg trousers designed with a fluid drape that moves easily with the body. The muted, watercolor-like pattern gives the suit an artistic, effortless elegance suitable for both casual and refined occasions.

Key Features

  • All-over ink wash / watercolor print for a sophisticated, artistic look.
  • Loose, relaxed silhouette—oversized jacket and wide-leg trousers—for comfortable, contemporary styling.
  • Lightweight woven fabric with soft drape for breathable, year-round wear.
  • Minimal, versatile construction that transitions from day to evening.
  • Subtle detailing (clean lines, dropped shoulders, easy fit) that emphasizes comfort and modern minimalism.

Styling Suggestions

  • Casual daytime: pair with a simple white tank or cotton tee and clean white sneakers for an easy, modern look.
  • Office-ready: layer over a tailored blouse and add loafers or low block heels; cinch the waist with a slim belt to create definition.
  • Evening: wear a silk camisole underneath, add delicate jewelry and heeled sandals to elevate the outfit.
  • Accessories: choose minimalist metallics and neutral bags to let the ink-wash pattern remain the focal point.

Fit & Care

  • Fit: designed for a relaxed, loose fit—choose your usual size for the intended oversized effect; size down if you prefer a more tailored appearance.
  • Care: gentle wash recommended (hand wash or delicate machine cycle, cold water). Reshape and hang to dry; cool iron if needed.

Summary

This Elegant Ink Wash Print Loose Fitting Suit blends artistic patterning with contemporary comfort. Its flowing lines and versatile styling options make it a go-to piece for anyone seeking an understated statement—effortless to wear, easy to style, and uniquely chic.