Flowy Light Pink Pleated Off-shoulder Maxi Dress

$25.84
Color:  Pink
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

Flowy Light Pink Pleated Off-shoulder Maxi Dress

Product Description

This airy, light pink maxi dress features a romantic off-shoulder neckline and elegant all-over pleating for graceful movement. Designed with a gently defined waist and a flowing floor-length skirt, the dress offers a feminine silhouette that flatters the shoulders and elongates the figure—perfect for warm-weather events and special occasions.

Key Features

  • Off-shoulder neckline with soft fold-over detail that highlights the collarbone.
  • Fine, all-over pleats create texture and fluid motion as you walk.
  • Lightweight, breathable fabric with a smooth lining for comfort and modesty.
  • Maxi length for an elegant, elongated look suitable for formal and semi-formal settings.
  • Subtle waist shaping to define the silhouette while keeping a relaxed, flowy skirt.
  • Easy-entry closure (hidden zipper or slip-on style depending on production) for a clean finish.

Styling Suggestions

  • Day events: Pair with nude or metallic flat sandals and a straw clutch for garden parties or daytime weddings.
  • Evening/formal: Add strappy heels, a delicate pendant or statement drop earrings, and a small embellished clutch to elevate the look.
  • Casual outings: Throw on a denim jacket or a lightweight cropped cardigan and wear with wedges or espadrilles.
  • Hair & makeup: Soft waves or a low chignon complement the off-shoulder neckline; keep makeup fresh with rosy tones to harmonize with the light pink shade.

Care & Fit Notes

  • Fit: Designed to be feminine and slightly flowy—choose your usual size; consider sizing up if you prefer extra room in the bust or shoulders.
  • Care: Gentle hand wash or delicate machine cycle in cold water; hang to dry to maintain pleats and shape. Dry cleaning recommended for best longevity.

Summary

Elegant and effortlessly romantic, this Flowy Light Pink Pleated Off-shoulder Maxi Dress is a versatile wardrobe staple for weddings, parties, and special evenings. With its soft pleats, flattering off-shoulder neckline, and flowing silhouette, it offers timeless femininity and easy styling for many occasions.