Sleek Satin V-Neck Tie-Waist Maxi Dress

$23.20
Color:  Charcoal Gray
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

Effortlessly elegant, this Sleek Satin V-Neck Tie-Waist Maxi Dress features a glossy satin finish and a flattering V-neckline that elongates the silhouette. The adjustable self-tie at the waist creates a defined shape while the long, flowing maxi skirt skims the body for a graceful, modern look. Designed for both evening occasions and elevated daytime wear, this dress balances minimalism with luxurious texture.

Key Features

  • Satin fabric with a subtle sheen for a refined, polished appearance.
  • V-neckline that flatters the décolletage and balances proportions.
  • Adjustable tie-waist to cinch and customize the fit at the waist.
  • Maxi-length skirt that provides elegant coverage and fluid movement.
  • Clean, streamlined silhouette that works for many body types.
  • Discreet closures and finishes for a smooth, uninterrupted look.
  • Easy-care suggestions: gentle hand wash or professional care recommended to preserve the satin finish.

Styling Suggestions

  • For evening events: pair with strappy heels, a metallic clutch, and delicate drop earrings to enhance the dress's glossy finish.
  • For a daytime or destination look: wear with flat sandals, a wide-brim hat, and layered minimalist necklaces for relaxed sophistication.
  • Layering options: add a cropped blazer or a lightweight wrap for cooler nights; swap the tie for a statement belt to change the focal point.
  • Accessories: keep jewelry simple and polished—thin bangles or small hoops—to maintain the dress’s sleek aesthetic.

Summary

This Sleek Satin V-Neck Tie-Waist Maxi Dress is a versatile wardrobe staple that blends timeless lines with a luxe satin finish. With its adjustable waist and flowing maxi skirt, it flatters a range of body shapes and transitions seamlessly from daytime elegance to evening glamour. Perfect for weddings, cocktail events, date nights, or any occasion when you want a refined, effortless look.