Relaxed Linen Blend V-Neck Midi Dress

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

This relaxed linen-blend midi dress features a clean V-neckline and a comfortable, easy silhouette that drapes to mid-calf. Crafted from a lightweight linen-blend fabric, it offers a natural textured look with breathable comfort—perfect for warm-weather days when you want a polished yet effortless outfit.

Key Features

  • Linen-blend fabric: lightweight, breathable, with a soft natural texture and gentle drape.
  • V-neckline: flattering and elongating without being revealing.
  • Relaxed midi silhouette: skims the body for comfort while maintaining a refined shape.
  • Short sleeves (easy-shoulder cut): offers coverage with a casual, modern feel.
  • Low-maintenance styling: designed for everyday wear—simple to layer and accessorize.
  • Versatile neutral tone: works well with both warm and cool accessories for seasonal flexibility.

Styling Suggestions

  • Casual daytime: pair with flat leather sandals or espadrilles, a woven tote, and minimal jewelry for an easy summer look.
  • Smart-casual: add a lightweight blazer or cropped denim jacket and block-heel mules to dress it up for brunch or the office.
  • Evening relaxed: accessorize with statement earrings, a slim belt to define the waist, and heeled sandals for a more polished silhouette.
  • Layering: wear over a fitted tee or thin turtleneck in cooler weather and finish with ankle boots and a trench or long cardigan.
  • Care tips: machine wash cold on a gentle cycle or hand wash, reshape while damp, and line dry to preserve texture. Light ironing or steaming if needed.

Summary

This Relaxed Linen Blend V-Neck Midi Dress is a wardrobe staple that balances breathable comfort with understated sophistication. Its timeless shape and neutral finish make it easy to style for a variety of occasions—from relaxed weekends to smart-casual events—while the linen-blend fabric keeps you cool and comfortable through the seasons.