Elegant Moss Green Layered Halter Maxi Dress

$23.14
Color:  Green
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

A graceful, floor-length maxi in a rich moss green hue, this layered halter dress blends effortless movement with refined silhouette. The halter neckline frames the shoulders and elongates the neck, while the tiered layers of the skirt create soft volume and a romantic flow as you move. Designed for occasions that call for understated elegance, this dress balances modern minimalism with feminine detail.

Key Features

  • Rich moss green color for a versatile, sophisticated look.
  • Halter neckline that highlights the shoulders and collarbone.
  • Layered, tiered maxi skirt that creates airy volume and graceful movement.
  • Defined waistline for a flattering, elongating silhouette.
  • Lightweight, draping fabric for comfortable all-day wear.
  • Refined, minimal detailing suitable for both daytime and evening events.

Styling Suggestions

  • For a formal event, pair with strappy metallic heels and gold statement earrings to elevate the look.
  • For a more relaxed or daytime occasion, wear with flat sandals and a woven clutch for a chic, bohemian vibe.
  • Add a fitted blazer or a cropped shawl for cooler evenings without hiding the halter neckline.
  • Keep accessories in warm tones—bronze, gold, or nude—to complement the moss green and maintain an elegant palette.
  • Wear hair up or swept to the side to showcase the halter detail and neckline.

Summary

This Elegant Moss Green Layered Halter Maxi Dress is a versatile wardrobe staple that marries classic sophistication with modern ease. Its flattering halter top and flowing tiered skirt make it ideal for weddings, garden parties, evening dinners, or any occasion where you want to feel polished and effortlessly feminine.