Graceful Sky Blue Draped Maxi Dress

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

Product Description

This Graceful Sky Blue Draped Maxi Dress presents a fluid, elegant silhouette in a soft sky-blue shade. Designed with a gently draped neckline and a bias-cut skirt, the dress skims the body and falls to a full-length hem for a romantic, elongating look. The lightweight, slightly lustrous fabric offers graceful movement, while subtle gathering at the waist creates a flattering, feminine shape.

Key Features

  • Color: Delicate sky blue that flatters many skin tones.
  • Neckline: Soft draped/cowl detail for refined, effortless elegance.
  • Silhouette: Maxi length with a bias-cut, fluid skirt for natural movement and a graceful fall.
  • Fit: Gently cinched waist with subtle gathering to define the silhouette without restricting comfort.
  • Fabric: Lightweight, slightly silky material with a soft sheen—drapes beautifully and breathes well.
  • Construction details: Smooth finish with clean seams and an invisible closure for a seamless look.
  • Lining: Fully or partially lined to ensure opacity and comfort (depending on size/style variation).
  • Care: Best maintained with gentle wash or professional care to preserve drape and color.

Styling & Pairing Suggestions

  • For evening: Pair with strappy metallic heels, a slim clutch, and delicate drop earrings to accentuate the neckline.
  • For daytime events: Dress down with nude or tan sandals and a woven bag for a breezy, sophisticated daytime look.
  • Layering: Add a cropped blazer or a lightweight shawl for cooler evenings—neutral tones or soft pastels work best.
  • Accessories: Keep jewelry minimal to let the drape and color stand out; consider a simple pendant or slender bangles.
  • Hair & Makeup: Soft waves or a low chignon complement the dress’s romantic lines; natural, dewy makeup enhances the sky-blue hue.

Summary

The Graceful Sky Blue Draped Maxi Dress is an elegant, versatile piece that balances effortless movement with refined detailing. Its flattering drape, maxi length, and soft sky-blue tone make it suitable for weddings, formal occasions, or elevated daytime outings. With simple styling, it becomes a timeless wardrobe staple that reads both modern and romantic.