Bohemian Chiffon Top And Satin Skirt

$25.59
Color:  Purple and 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 Chiffon Top and Satin Skirt

This two-piece set blends dreamy bohemian flair with modern polish: a lightweight chiffon top with soft, billowy sleeves paired with a fluid satin midi skirt. The contrast of sheer, textured chiffon and glossy satin creates movement and visual interest, making the set versatile for daytime outings, festivals, or dressed-up evenings.

Product Features

  • Top fabric: Featherweight chiffon with a semi-sheer, airy handfeel that drapes softly over the body.
  • Top details: Romantic, voluminous sleeves (bishop/bell style), gentle gathers at the shoulder and cuff, and a flattering V-neckline with a subtle tie or button detail for adjustable coverage.
  • Skirt fabric: Smooth satin with a soft sheen and fluid bias cut that skims the hips and sways with each step.
  • Skirt details: High-rise silhouette with a clean waistband (elastic or concealed zip), midi length for a classic look, and a modest slit or asymmetric hem for ease of movement.
  • Construction: Lightweight lining where needed for coverage and comfortable pull-on or discreet zip closure for a streamlined finish.
  • Care: Delicate wash recommended (hand wash or gentle machine cycle, cold water). Hang to dry and iron on low heat if needed.

Styling Suggestions

  • For a laid-back daytime look, pair with flat leather sandals or suede ankle boots and layered pendant necklaces.
  • To dress it up for evening, add strappy heels, a compact clutch, and statement earrings—swap the casual belt in for a slim metallic or braided belt to define the waist.
  • Layer with a cropped denim jacket or a tailored blazer for cooler weather or a more structured contrast.
  • Keep accessories natural and textural for a true boho vibe (woven bags, beaded bracelets), or go sleek and minimal for a contemporary, elevated look.

Fit & Sizing Tips

  • The chiffon top is designed with a relaxed, airy fit—consider sizing down for a more fitted look at the torso if you prefer less volume in the sleeves.
  • The satin skirt follows the body subtly due to the bias cut; choose your usual waist size for a comfortable, flattering fit.

Summary

This Bohemian Chiffon Top and Satin Skirt set offers an elegant mix of texture and silhouette—romantic chiffon sleeves meet sleek satin drape for a wardrobe staple that transitions effortlessly from casual daytime charm to polished evening style.