Bohemian Ruffled One Shoulder Dress

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

Bohemian Ruffled One Shoulder Dress

Product Description

Effortlessly breezy and full of free-spirited charm, this Bohemian Ruffled One Shoulder Dress pairs a dramatic asymmetrical neckline with cascading ruffles and a flowing tiered skirt. The lightweight fabric and fluid silhouette create soft movement with every step, giving the dress a romantic, sun-drenched feel perfect for warm-weather events and weekend getaways.

Key Features

  • One-shoulder asymmetrical neckline accented with layered ruffles for a feminine, eye-catching look.
  • Defined bodice that gently sculpts the waist and transitions into a relaxed, tiered skirt for flattering coverage and volume.
  • Lightweight, breathable fabric that drapes beautifully and allows easy movement.
  • Delicate detailing—soft ruffle edges and subtle seaming—enhances the boho aesthetic without overpowering the silhouette.
  • Versatile midi/maxi length that works for daytime outings, beach celebrations, or evening soirées.

Styling Suggestions

  • Daytime: Pair with flat leather sandals or woven espadrilles, a wide-brim hat, and layered gold necklaces for a relaxed, beach-ready look.
  • Evening: Elevate with strappy block heels or heeled sandals, a clutch, and statement earrings to transform it into a polished party or wedding guest outfit.
  • Festival/Boho: Add a braided belt to cinch the waist, suede ankle boots, and stacked bracelets for a modern bohemian vibe.
  • Transitional Weather: Throw on a cropped denim jacket or a lightweight knit and opt for ankle boots to extend wear into cooler evenings.

Summary

This Bohemian Ruffled One Shoulder Dress is a versatile wardrobe staple that blends romantic detailing with easy, wearable comfort. Its flattering one-shoulder design and flowing tiers make it an instant go-to for summer events, vacations, and anytime you want to feel effortlessly chic. Add your favorite accessories and it's ready for any occasion.