Bohemian Style Burgundy Glossy Ruffled Maxi Dress

$25.60
Color:  Claret
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

Bohemian Style Burgundy Glossy Ruffled Maxi Dress

Product Description

Embrace effortless boho elegance with this burgundy glossy ruffled maxi dress. The floor‑length silhouette and cascading ruffle details create graceful movement, while the rich, luminous finish adds a touch of glamour. Designed for flattering, flowy wear, this dress is ideal for everything from relaxed daytime outings to romantic evening occasions.

Product Features

  • Silhouette: Dramatic maxi length with a flowing, A‑line shape that skims the body for comfortable, feminine movement.
  • Finish: Satin‑like glossy sheen in a deep burgundy tone for a refined, eye‑catching look.
  • Ruffle Detail: Cascading ruffled tiers and delicate trim add volume, texture, and a signature bohemian feel.
  • Waist Definition: Subtle waist shaping that flatters the figure while maintaining an airy, relaxed fit.
  • Comfort: Lightweight, breathable fabric that drapes softly and moves beautifully with every step.
  • Care: Easy to maintain — recommended gentle wash and hang to dry to preserve the glossy finish and ruffle shape.

Styling Suggestions

  • Boho daytime: Pair with suede ankle boots, layered necklaces, and a wide‑brim hat for a festival or market day look.
  • Evening elegance: Dress up with strappy heels, a sleek clutch, and statement earrings for date nights or weddings.
  • Casual chic: Add a cropped denim jacket or knit cardigan and sandals for a relaxed, everyday outfit.
  • Transitional seasons: Cinch the waist with a leather belt and layer with a tailored blazer or moto jacket for cooler weather.
  • Resort styling: Lightweight scarf, oversized sunglasses, and flat sandals for effortless vacation glamour.

Summary

This Bohemian Style Burgundy Glossy Ruffled Maxi Dress blends romantic ruffle details and a radiant finish with a relaxed, flowing silhouette. Versatile and statement‑making, it transitions seamlessly from daytime boho to polished evening wear—an elegant staple for any wardrobe.