Relaxed Halter Maxi Dress

$24.00
Color:  White
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 breezy, effortlessly elegant maxi dress designed for warm-weather days and relaxed evenings. The halter neckline ties at the nape, creating a flattering open-back silhouette while the softly draped, lightweight fabric skims the body for a comfortable, relaxed fit. Clean lines and a long flowing skirt give this dress a timeless, versatile look.

Key Features

  • Halter neckline with adjustable tie for a customizable fit and flattering shoulder line.
  • Relaxed A-line silhouette that offers ease of movement and a forgiving fit through the waist and hips.
  • Maxi length skirt with gentle flare for graceful movement and longline coverage.
  • Lightweight, breathable woven fabric with a soft drape — ideal for warm climates and layered looks.
  • Subtle design details (open-back/keyhole and side slit) enhance airflow and add a modern touch.
  • Minimal seams and clean finish for a refined yet casual aesthetic that transitions easily from day to night.

How to Wear / Styling Suggestions

  • Daytime: Pair with flat leather sandals or espadrilles, a wide-brim straw hat and a woven tote for an easy, vacation-ready look.
  • Evening: Dress up with heeled sandals, delicate layered necklaces and a clutch — add a lightweight shawl for cooler nights.
  • Casual layering: Throw on a cropped denim jacket or a soft linen shirt left open for effortless, layered styling.
  • Define your waist by adding a slim belt to create a more tailored silhouette when desired.

Fit & Care

  • Relaxed fit — true to size; choose your usual size for a casual look or size down for a more fitted appearance at the bust/waist.
  • Fabric care: machine wash cold on gentle or hand wash, hang to dry to preserve drape and color; low-iron if needed.

Summary

The Relaxed Halter Maxi Dress blends easy, all-day comfort with understated, feminine style. Its adjustable halter, flowing maxi skirt and breathable fabric make it a go-to piece for holidays, weekend outings and summer evenings — versatile enough to be styled up or down to suit any occasion.