Sheer Layered Ruffle Midi Dress

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

Product Description

Elegant and airy, this Sheer Layered Ruffle Midi Dress combines delicate translucence with romantic movement. A lightweight sheer overlay forms cascading tiered ruffles that create soft volume and graceful sway as you walk. The design balances feminine detailing with an easy, wearable midi silhouette—perfect for warm-weather events or dressing up an everyday look.

Features

  • Sheer overlay with multiple layered ruffles for textured, flowing movement.
  • Midi length that lands around mid-calf for a versatile, flattering profile.
  • Soft inner lining provides comfortable coverage while preserving the sheer effect of the outer layer.
  • Lightweight, breathable fabric—designed for comfort and all-day wear.
  • Refined finishing (concealed closure or pull-on design) for a seamless silhouette.
  • Subtle, feminine details suitable for both daytime and evening occasions.

Styling Suggestions

  • Daytime: Pair with flat sandals or white sneakers and a straw tote for a relaxed, chic daytime look.
  • Evening: Elevate with strappy heels, a sleek clutch, and delicate layered necklaces to highlight the neckline and ruffles.
  • Transitional Weather: Layer a cropped denim jacket or a fitted blazer to add structure and contrast the dress's soft texture.
  • Accessories: Keep jewelry minimal—dainty gold or silver pieces, small hoop earrings, or a slim belt to define the waist if desired.
  • Occasions: Ideal for garden parties, bridal showers, date nights, wedding guest dressing, or any event where a romantic, polished look is needed.

Care & Fit Tips

  • Follow garment care label; usually best to hand wash or use a gentle machine cycle and hang to dry to preserve delicate ruffles.
  • If concerned about transparency, choose a slip or nude undergarments for added coverage.
  • Try on with the shoes you plan to wear to confirm the midi hem hits at your preferred length.

Summary

This Sheer Layered Ruffle Midi Dress is a soft, romantic option that blends ethereal sheer layers with practical coverage and a flattering midi silhouette. Versatile enough for casual daytime outings or dressed-up evenings, it’s a feminine wardrobe staple that brings movement and charm to any occasion.