Bohemian Brown Satin Shirt And Skirt Suit

$25.49
Color:  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

Bohemian Brown Satin Shirt And Skirt Suit

Description

A warm, bohemian-inspired two-piece set in a rich brown satin finish. The ensemble pairs a relaxed, button-front shirt with a flowing midi skirt to create an elegant yet easygoing silhouette. The satin fabric offers a soft sheen and fluid drape, while boho details—such as gentle gathers, tiered movement and subtle tie or cuff accents—give the set artisanal character and effortless movement.

Product Features

  • Fabric: Smooth satin with a soft luster and lightweight drape for comfortable wear and graceful movement.
  • Color: Warm, versatile brown that complements a wide range of skin tones and accessories.
  • Shirt design: Relaxed fit, button-front closure, collar (revere or classic), and softly gathered sleeves for a laid-back bohemian feel.
  • Skirt design: High-waisted, flowing midi length with tiers or soft ruffles for volume and easy movement; elastic or smocked waistband for comfort.
  • Construction: Lined or opaque satin skirt for comfortable coverage; neat seams and finished edges for a polished look.
  • Fit: Designed to be worn as a coordinated set or as separates—offers a forgiving, relaxed silhouette that flatters multiple body types.
  • Care: Best with gentle washing (hand wash or delicate cycle) and low-heat ironing to preserve the satin sheen.

Styling Suggestions

  • Worn together: Pair the full set with minimal gold jewelry and strappy heels or mules for evening events or a sophisticated daytime look.
  • Mix-and-match: Layer the shirt over denim shorts or slim jeans for a casual twist; tuck the skirt into a fitted sweater for cooler days.
  • Footwear: Suede ankle boots or leather sandals highlight the boho vibe; pointed-toe pumps elevate the outfit for dressier occasions.
  • Accessories: Add a woven belt or leather crossbody bag to define the waist; a wide-brim hat or layered necklaces enhances the bohemian aesthetic.
  • Seasonal tips: In cooler weather, layer a cropped jacket or chunky knit over the shirt; in warm months, wear the skirt with a simple tank or the shirt tied at the waist.

Summary

This Bohemian Brown Satin Shirt And Skirt Suit blends relaxed boho styling with the refined sheen of satin, offering a versatile two-piece that works together as a coordinated outfit or separately across your wardrobe. Comfortable, flattering and easy to style, it’s an ideal choice for travel, brunches, date nights, and elevated everyday wear.