Elegant Ruched Waist Cotton Midi Dress In Classic Blue

$23.51
Color:  Blue
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

Elegant Ruched Waist Cotton Midi Dress in Classic Blue

This timeless midi dress in a deep, classic blue combines effortless comfort with refined detailing. Crafted from soft, breathable cotton, the design features a ruched waist that sculpts the silhouette and a gently flared skirt that moves beautifully with every step — an elegant choice for both daytime plans and evening occasions.

Key Features

  • Premium cotton construction: light-to-medium weight, breathable and comfortable for all-day wear.
  • Ruched waist detailing: gathered fabric at the waist flatters the figure and creates a defined, feminine shape.
  • Midi length skirt: a versatile hemline that balances modesty and modern style with a soft A-line silhouette.
  • Delicate sleeve and neckline design: subtle sleeve shaping and a clean neckline keep the look elegant and wearable.
  • Classic blue color: a versatile, easy-to-coordinate shade that transitions well from casual to dressy settings.

How to Style

  • Daytime casual: layer with a cropped denim jacket, white sneakers and a crossbody bag for an easy weekend look.
  • Office-ready: add a tailored blazer and low-heeled pumps; keep accessories minimal for a polished silhouette.
  • Evening dressing: switch to strappy heels, a statement clutch and bold earrings to elevate the dress for dinner or events.
  • Seasonal layering: pair with a lightweight cardigan or a trench coat in cooler weather; add sheer tights for extra warmth.

Summary

Refined yet relaxed, this ruched-waist cotton midi dress in classic blue is a versatile wardrobe staple. Its flattering waist detail and flowing skirt make it easy to dress up or down — a dependable piece for everyday elegance and special occasions alike.