Feminine Dusty Rose Drawstring Two-Piece Set

$25.39
Color:  Dusty Rose
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 elegant two-piece set features a soft, dusty rose hue and a clean, feminine silhouette. The coordinating top and bottoms are designed for effortless everyday wear — flattering yet relaxed, with an adjustable drawstring at the waist for a personalized fit. The muted tone and minimalist detailing make this set a versatile staple for lounging, errands, or casual outings.

Key Features

  • Color: Subtle dusty rose — a soft, feminine shade that pairs easily with neutrals and denim.
  • Two-piece design: Matching top and bottom for an instantly coordinated look.
  • Adjustable drawstring waist: Allows for a comfortable, customizable fit.
  • Relaxed fit: Drapes softly for ease of movement and a flattering silhouette.
  • Low-maintenance styling: Simple lines and a matte finish make it easy to dress up or down.

Styling Suggestions

  • Wear as a set for a streamlined, feminine look — add white sneakers for daytime ease.
  • Layer a light denim jacket or an oversized cardigan over the top for transitional weather.
  • Dress it up by swapping sneakers for heeled sandals and adding delicate gold jewelry.
  • Mix-and-match option: Pair the top with high-waist jeans or the bottoms with a simple tee for versatile outfit combinations.
  • Great for travel and lounge — pack it as a comfortable, put-together option that requires minimal styling.

Summary

Combining effortless comfort with polished simplicity, the Feminine Dusty Rose Drawstring Two-Piece Set is a versatile addition to any wardrobe. Its adjustable fit and soft color make it ideal for casual days, relaxed weekends, and easy on-the-go styling. A timeless, wearable set that transitions seamlessly between lounging and outings.