Bohemian Champagne Sequin Dress

$25.00
Color:  Champagne
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 Champagne Sequin Dress

Description

This Bohemian Champagne Sequin Dress pairs free-spirited, flowing silhouettes with high-shine glamour. Delicately covered in champagne-tone sequins, the dress creates a soft, luminous effect while maintaining a relaxed boho shape—perfect for festive evenings, special events, or an elevated daytime look.

Product Features

  • All-over champagne sequins that catch light for a subtle, sophisticated shimmer.
  • Bohemian-inspired silhouette with a relaxed waist and a gently flowing skirt for comfortable movement.
  • Soft, breathable lining to reduce itch and add comfort under the sequin overlay.
  • Thoughtful finishing details—clean seams and a discreet closure—for a polished look.
  • Versatile piece that balances romantic, vintage-inspired styling with modern sparkle.
  • Recommended care: professional dry clean to preserve sequin integrity and color.

Styling Suggestions

  • For evening events: pair with strappy heels, a simple clutch, and statement earrings to amplify the glamour.
  • For a more grounded boho look: add suede ankle boots and layered necklaces or bangles.
  • To define the silhouette: add a slim leather or metallic belt at the waist for a tailored shape.
  • Layering: throw on a cropped denim jacket or a soft knit wrap for transitional weather and a relaxed contrast.
  • Outerwear for cold nights: complement sequins with a faux-fur coat or a tailored wool coat to keep the look luxe and warm.

Summary

The Bohemian Champagne Sequin Dress is a versatile, eye-catching wardrobe piece that merges boho ease with party-ready sparkle. It’s ideal for anyone who wants a romantic, effortless look with enough shine to stand out—dress it up for formal nights or tone it down for creative daytime styling.