Fresh Mint Blue Chiffon Off-shoulder Ruffle Top

$19.79
Color:  mint blue
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

Fresh Mint Blue Chiffon Off-shoulder Ruffle Top

Product Description

This Fresh Mint Blue Chiffon Off-shoulder Ruffle Top is a lightweight, airy blouse designed for a romantic, feminine look. The off-shoulder neckline is accented with cascading ruffles that frame the décolletage and shoulders, while the delicate chiffon outer layer gives a soft, floaty drape. A subtle inner lining ensures comfortable wear and modest coverage while preserving the chiffon’s sheer, ethereal quality.

Key Features

  • Fabric: Lightweight chiffon outer layer with a soft lining for comfort and modesty.
  • Neckline: Elasticized off-shoulder neckline for a secure, flattering fit that showcases the shoulders.
  • Design: Layered ruffle detailing across the bust and sleeves for added volume and movement.
  • Silhouette: Relaxed, flowy cut that gently skims the torso for an effortless, breezy feel.
  • Color: Fresh mint blue — a soft, cool tone that brightens the complexion and pairs easily with neutrals.
  • Finish: Lightweight, slightly sheer chiffon with a refined, dressy-casual appeal.

Styling Suggestions

  • Casual daytime look: Tuck into high-waisted denim shorts or jeans and add espadrilles or white sneakers.
  • Dressy occasion: Pair with a fitted midi skirt or tailored trousers and strappy sandals or heels to highlight the ruffle detail.
  • Layering: Add a cropped denim jacket or a lightweight blazer for cooler evenings while keeping the shoulder detail visible.
  • Accessories: Keep jewelry delicate — dainty necklaces, hoop earrings, or a slim bracelet to complement the neckline without overwhelming it.
  • Color pairings: Neutrals like white, beige, or light gray create a soft palette; navy or blush adds subtle contrast; metallic accessories give a polished finish.

Summary

The Fresh Mint Blue Chiffon Off-shoulder Ruffle Top is a versatile piece that blends airy comfort with feminine detailing. Its off-shoulder ruffles and soft chiffon make it ideal for warm-weather outings, weekend brunches, or dressy casual events. Pair it with high-waisted bottoms and simple accessories for an easy, elegant look that highlights the top’s delicate charm.