Vintage Cream Botanical Print Wrap Mini Dress

$23.04
Color:  Cream & Brown
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

Description

A timeless, feminine mini dress with a soft cream background and a delicate botanical print that evokes vintage charm. The wrap-front silhouette creates a flattering V-neckline and defines the waist with an adjustable self-tie, while the short, airy skirt keeps the look fresh and youthful. Light, breathable fabric and subtle detailing make this dress perfect for warm-weather days and laid-back evening events.

Key Features

  • Vintage-inspired botanical print on a warm cream base for an elegant, easygoing aesthetic.
  • Wrap-front design with a self-tie waist for a customizable, figure-enhancing fit.
  • Flattering V-neckline that frames the collarbone and elongates the torso.
  • Mini length skirt with gentle movement—ideal for day-to-night versatility.
  • Lightweight, breathable fabric for comfort in warmer temperatures (partially lined where needed for smooth coverage).
  • Delicate feminine details (soft sleeves and a subtly flared hem) that enhance the vintage look.

How to Style

  • Daytime casual: pair with white canvas sneakers and a crossbody straw bag for effortless weekend energy.
  • Brunch or garden party: wear with espadrille wedges, a woven tote, and dainty gold jewelry to emphasize the romantic vibe.
  • Evening or date night: swap to heeled sandals, add a cropped cardigan or lightweight blazer, and choose a clutch for a polished finish.
  • Layering: throw on a denim jacket or chunky knit for cooler days; add ankle boots for a more modern, slightly edgy twist.

Summary

This Vintage Cream Botanical Print Wrap Mini Dress blends nostalgic charm with contemporary wearability. Its adjustable wrap fit and breezy fabric make it an easy go-to for seasonal outings—from casual weekends to special daytime events. A versatile, feminine piece that adds instant vintage-inspired style to your wardrobe.