Effortless Ivory Pleated Halter Two-Piece Set

$24.29
Color:  Ivory
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 Effortless Ivory Pleated Halter Two-Piece Set features a chic halter-style crop top and matching high-waist pleated trousers designed for easy, elegant wear. The soft ivory hue and delicate all-over pleating create a refined, airy silhouette that flatters a range of body types. Lightweight and breathable, the set is perfect for warm-weather occasions when you want a polished yet relaxed look.

Key Features

  • Halter neckline with a flattering, streamlined crop top that highlights the shoulders and collarbone.
  • Finely pleated fabric throughout for fluid movement and subtle texture.
  • Coordinated high-waist bottoms with a wide-leg silhouette for balance and elongation.
  • Soft ivory color for versatile, timeless styling across seasons.
  • Lightweight, breathable fabric with a smooth lining for comfortable all-day wear.
  • Easy-to-wear two-piece design allows for mix-and-match versatility.

Styling Suggestions

  • Daytime: Pair with minimalist flat sandals or espadrilles and a straw tote for a refined resort or brunch outfit.
  • Evening: Dress it up with strappy heels, statement earrings, and a metallic clutch for cocktail or dinner events.
  • Casual: Layer a light denim jacket or cropped blazer and add sneakers for an elevated casual look.
  • Accessories: Opt for delicate gold jewelry or pearl accents to complement the ivory tone without overpowering the pleated texture.
  • Seasonal: Add a lightweight shawl or tailored coat in cooler weather to maintain the set’s elegant silhouette.

Care & Fit Tips

  • For best results, follow the garment care label—typically gentle wash or hand wash and hang to dry to preserve pleats.
  • Choose your usual size for a comfortable fit; the high waist and flowy leg provide forgiving proportions.
  • If in doubt between sizes, consider sizing up for additional drape and comfort in the bottoms.

Summary

The Effortless Ivory Pleated Halter Two-Piece Set is a versatile wardrobe staple that blends timeless elegance with contemporary ease. Its refined pleating, flattering halter top, and flowing wide-leg bottoms make it ideal for travel, special occasions, or everyday elevated dressing. Easy to style and comfortable to wear, this set is a go-to choice when you want a polished look with minimal effort.