Minimalist Halter Ruched Cami & Wide-Leg Maxi Skirt Two-Piece Set

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

Product Description

This two-piece set pairs a minimalist halter cami with a flowing wide-leg maxi skirt for an effortlessly modern look. The cami features delicate ruched detailing at the front and a halter neckline that highlights the shoulders, while the skirt offers a high-rise silhouette and fluid drape that creates graceful movement. Clean lines and understated details make this set a versatile choice for both daytime outings and evening occasions.

Key Features

  • Modern two-piece design: coordinated cami and maxi skirt for an instant, polished outfit.
  • Halter cami: slim, fitted bodice with ruched front detail that adds subtle texture and visual interest.
  • Wide-leg maxi skirt: high-rise waist and full-length, wide-leg cut for a relaxed yet refined silhouette.
  • Minimalist aesthetic: streamlined construction and simple shapes keep the look contemporary and versatile.
  • Lightweight drape: soft, breathable fabric with fluid movement (ideal for warm-weather wear or layered looks).
  • Easy to wear: designed for comfort and simple styling—can be slipped on and combined with different accessories.

Styling Suggestions

  • Daytime casual: pair with flat sandals or espadrilles and a woven tote for a relaxed weekend look.
  • Elevated evening: add strappy heels, a slim clutch, and bold earrings to dress up the set for dinner or an event.
  • Work-appropriate layering: throw on a lightweight blazer or cropped jacket to create a more structured silhouette.
  • Vacation-ready: wear the set alone for effortless resort style, or add a wide-brim hat and oversized sunglasses.
  • Mix-and-match: use the cami with tailored trousers or the skirt with a tucked-in blouse to extend wardrobe versatility.

Care & Fit Notes

  • Fit: true to size with a fitted cami and relaxed skirt—consider your preferred waist placement when choosing size.
  • Care: machine wash gentle or hand wash and hang to dry to maintain the fabric’s drape and finish.
  • Accessories: a slim belt can be added to the waist for more definition; delicate jewelry complements the minimalist vibe.

Summary

Clean, contemporary, and versatile, this Minimalist Halter Ruched Cami & Wide-Leg Maxi Skirt Two-Piece Set is a wardrobe essential for those who favor effortless style. With flattering ruched detailing, a comfortable high-rise skirt, and a fluid silhouette, it transitions easily from day to night and adapts to numerous styling options.