Minimal Henley And Sheer Maxi Dress

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Black
size
XS
S
M
L
XL
2XL
3XL
Price
$29.01
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @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

Product Description

A modern, minimalist maxi that balances clean tailoring with subtle transparency. This dress features a classic Henley neckline with a short button placket up front, a longline silhouette that skims the body, and strategically placed sheer panels that add movement and delicate contrast. The result is an effortless piece that feels lightweight, breathable, and distinctly contemporary.

Key Features

  • Henley neckline with functional button placket for an understated, casual-chic detail.
  • Sheer paneling along the skirt and/or back to introduce texture and soft translucency.
  • Maxi length provides an elongated, elegant profile suitable for day-to-night wear.
  • Minimal, relaxed silhouette that layers well and flatters a range of body types.
  • Lightweight, semi-sheer fabric—airy and breathable for warmer weather or layered styling.
  • Easy-care construction designed for frequent wear; intended to be paired with an underlayer (slip or bodysuit) as desired.

Styling Suggestions

  • Casual daytime: wear over a simple slip or shorts with flat sandals and a straw tote for an elevated beach or weekend look.
  • Evening: layer a sleek slip underneath, add heeled sandals or mules and bold earrings to elevate the minimal silhouette.
  • Layered cool-weather outfit: throw on a cropped jacket or lightweight knit and finish with ankle boots and a belt to define the waist.
  • Play with contrast: choose a neutral underlayer for a seamless look or a contrasting color (black, nude, or vibrant tone) to emphasize the sheer panels.

Summary

The Minimal Henley And Sheer Maxi Dress is a versatile wardrobe staple that combines clean, pared-back design with delicate, modern detailing. Lightweight and highly adaptable, it transitions easily from beach cover-up to city-evening staple—perfect for anyone who values effortless style with a refined, contemporary edge.