Chic Sequin Wrap Maxi Dress In Ivory

$23.81
Color:  Ivory
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

Description

This elegant ivory maxi dress pairs timeless wrap styling with a modern sequin finish for instant red‑carpet glamour. The wrap-front silhouette creates a deep V-neckline and a defined waist, while the long, flowing skirt skims the floor for dramatic movement. Fully lined for comfort, the shimmering sequin overlay catches the light for an upscale, festive look suitable for evening events, weddings, and holiday parties.

Key Features

  • All-over sequin embellishment for a luminous, eye-catching finish
  • Classic wrap-front silhouette with adjustable self-tie waist to customize the fit
  • V-neckline and fitted bodice that flatters the waist and décolletage
  • Maxi length with a fluid, floor-grazing skirt for elegant movement
  • Soft, fully lined interior for comfortable wear beneath the sequins
  • Ivory hue offers a sophisticated, versatile palette for accessories
  • Recommended care: dry clean to preserve sequin shine and fabric integrity

Styling Suggestions

  • Evening glamorous: pair with strappy metallic heels, a sleek clutch, and chandelier earrings to amplify the sparkle.
  • Winter formal: add a faux-fur stole or a tailored velvet blazer and closed-toe pumps for warmth and texture contrast.
  • Wedding guest or bridesmaid: choose soft gold or pearl accessories to complement the ivory tone without overpowering the sequins.
  • Hair & makeup: an updo or sleek low bun keeps attention on the neckline; opt for luminous makeup and a bold lip for a polished finish.

Summary

The Chic Sequin Wrap Maxi Dress in Ivory is a refined and versatile statement piece—merging a flattering wrap shape with head-turning sparkle. It’s ideal for formal occasions when you want to feel polished, confident, and utterly memorable. For the best fit, adjust the self-tie waist and follow professional cleaning recommendations to maintain the dress’s radiant finish.