Elegance Black Cape Midi Dress Set

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

Elegance Black Cape Midi Dress Set

A refined two-piece ensemble combining a sleek midi dress with a coordinating cape overlay. Rendered in timeless black, this set merges classic tailoring with modern drama: a tailored bodice and defined waist meet a flowing cape that adds movement and instant sophistication, making it ideal for evening events, weddings, business receptions or any occasion that calls for understated glamour.

Product Features

  • Two-piece set: fitted midi dress paired with a matching cape overlay for layered elegance.
  • Timeless black color that flatters a variety of skin tones and suits both day and evening looks.
  • Tailored silhouette with a defined waist and a midi-length skirt for a balanced, flattering profile.
  • Cape detail drapes from the shoulders to add soft movement and a statement-making finish.
  • Clean neckline and minimal seams for a polished, streamlined appearance.
  • Medium-weight, structured fabric with a smooth lining for comfortable wear and a refined fall.
  • Concealed closures for a seamless look (e.g., hidden zipper at the back).
  • Care recommendation: dry clean or gentle hand wash per garment label to preserve shape and finish.

Styling Suggestions

  • For formal occasions: pair with pointed-toe pumps or strappy heels, a compact clutch and statement earrings to enhance the cape’s drama.
  • For a modern office look: wear with low block heels or loafers and a slim leather belt to emphasize the waist.
  • For cooler months: layer a tailored long coat over the ensemble and add sheer tights and ankle boots for warmth without losing sophistication.
  • To personalize the silhouette: add a slim metallic or leather belt at the waistline for contrast and definition.

Summary

This Elegance Black Cape Midi Dress Set offers a versatile, elegant option for anyone seeking a refined yet contemporary look. The combination of a tailored midi dress with a dramatic cape overlay creates a memorable silhouette that is both wearable and distinctive — a go-to choice for events where polished style matters.