Elegant Ivory Halter Neck Slim Silhouette Maxi Dress

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

Product Description

This elegant ivory maxi dress features a halter neckline and a slim, body-skimming silhouette that flatters the figure from the bust through the hem. The clean, minimalist design highlights the shoulders and neckline while the long length creates a refined, elongating effect. Lightweight drape and gentle movement give the dress an effortless, sophisticated appeal suitable for formal events, evening occasions, or elevated daytime looks.

Key Features

  • Color: Soft ivory—timeless and versatile for many occasions.
  • Neckline: Halter neck that accentuates shoulders and collarbone.
  • Silhouette: Slim, figure-hugging cut that elongates the body.
  • Length: Maxi length for a polished, formal finish.
  • Fabric & Finish: Smooth, drapey fabric with light stretch for comfort and refined movement.
  • Construction Details: Clean lines and minimal seams for a seamless, elegant look.

Styling Suggestions

  • Footwear: Pair with strappy heels or sleek sandals for evening events; block heels or pointed flats work well for daytime sophistication.
  • Jewelry: Keep accessories minimal—delicate drop earrings or a slim cuff emphasize the neckline without overwhelming it.
  • Outerwear: A tailored blazer, cropped bolero, or lightweight shawl complements the slim silhouette while providing coverage when needed.
  • Bags: Choose a compact clutch or a structured mini bag to maintain the dress’s refined proportions.
  • Occasions: Ideal for weddings, cocktail parties, formal dinners, and special events where understated elegance is desired.

Fit & Care Notes

  • Fit: Designed to be slim and body-skimming—consider sizing up if you prefer a little extra ease through the hips or waist.
  • Care: Follow garment care label—typically gentle wash or dry clean recommended to preserve fabric drape and color.

Summary

Sophisticated and versatile, this ivory halter neck maxi dress combines a timeless color with a modern, slim silhouette. It’s an elegant choice when you want a clean, elongated look that highlights the shoulders and neckline while remaining effortlessly chic. Perfect for memorable occasions where understated refinement is key.