Boho Ruched V-Neck Sleeveless Top & Ruffle High-Slit Maxi Skirt Set

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

Product Description

This feminine two-piece set blends relaxed bohemian spirit with modern, flattering details. The sleeveless ruched V-neck top offers gentle shaping across the bust and a clean, cropped silhouette, while the matching maxi skirt features cascading ruffles and a high slit for movement and a touch of drama. Lightweight and breezy, the set is designed to drape beautifully and move with you—perfect for warm-weather occasions, vacations, or styling for a romantic evening out.

Key Features

  • Ruched V-neck sleeveless top that flatters the neckline and creates subtle shaping.
  • High-waisted maxi skirt with layered ruffles and a thigh-high slit for graceful movement and a hint of allure.
  • Flowing silhouette—skirt offers a soft drape and easy sway as you walk.
  • Comfort-focused design—elastic or adjustable waist detail for an easy fit and all-day wearability.
  • Lightweight, breathable fabric ideal for warm weather (soft hand-feel and good drape).
  • Easy care and versatile styling: wears effortlessly as a coordinated set or as separates.

Styling Suggestions

  • Daytime/Beach: Pair with flat leather sandals or espadrilles, a woven tote, and layered beaded necklaces for an effortless boho look.
  • Evening: Dress up with strappy heels, a sleek clutch, and statement earrings to contrast the relaxed fabric with polished accessories.
  • Cooler Weather: Add a cropped denim jacket or a lightweight kimono and ankle boots to transition the set into spring or fall.
  • Mix & Match: Wear the top with high-rise jeans or tailored trousers for a casual-chic contrast; style the skirt with a fitted tee or bodysuit for a different silhouette.

Summary

This Boho Ruched V-Neck Sleeveless Top & Ruffle High-Slit Maxi Skirt Set is a versatile, fashion-forward option for anyone seeking a romantic, free-spirited outfit that moves with them. With flattering ruched detailing, cascading ruffles, and a dramatic slit, the set balances comfort and style—easy to wear for daytime adventures, beach getaways, or dressed-up evenings. A go-to summer staple that also works beautifully as mix-and-match pieces in your wardrobe.