Elegant Ivory Peplum Floral Maxi Dress

$24.14
Color:  Ivory Floral
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 Elegant Ivory Peplum Floral Maxi Dress blends timeless romance with modern tailoring. The dress features an ivory base softened by a delicate floral motif and a sculpted peplum waist that accentuates the silhouette. The ankle-length skirt flows gracefully for an elongated, feminine look—perfect for weddings, garden parties, or elegant evening events.

Key Features

  • Color & Print: Soft ivory background with a subtle, tonal floral pattern for a refined, romantic aesthetic.
  • Silhouette: Fitted bodice with a defined peplum at the natural waist and a flowing maxi skirt for balanced proportions.
  • Fabric & Drape: Lightweight, breathable fabric with a gentle drape that moves beautifully and feels comfortable for all-day wear.
  • Construction Details: Tailored seams and darts provide a polished fit; clean finishes enhance the dress’s elegant look.
  • Versatility: Design transitions effortlessly from daytime events to evening affairs—dress up or down depending on accessories.

Styling Suggestions

  • For a formal occasion, pair with nude or metallic strappy heels, a compact clutch, and delicate drop earrings to keep the look sophisticated and refined.
  • For a daytime or garden setting, choose wedge sandals or embellished flats and a wide-brim hat for a relaxed, chic vibe.
  • Add a tailored blazer or a lightweight shawl in a complementary neutral for cooler evenings or a more structured silhouette.
  • Define the waist further with a slim belt in soft gold or ivory if you want extra emphasis on the peplum detail.

Fit & Care Tips

  • Fit: Designed to flatter the waist and skim the hips—consider sizing based on bust measurements for the best fit across the bodice.
  • Care: Follow garment label instructions; generally recommended to hand wash or use a gentle cycle and hang to dry to preserve fabric and print.

Summary

This Elegant Ivory Peplum Floral Maxi Dress is a versatile, feminine staple that pairs classic romance with contemporary tailoring. Its flattering peplum waist and flowing maxi length create a timeless silhouette ideal for a wide range of occasions, from intimate celebrations to upscale events.