Soft Pink Tulle Batwing Sleeve Shorts Set

$25.99
Color:  Pink
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

Soft Pink Tulle Batwing Sleeve Shorts Set

Product Description

This Soft Pink Tulle Batwing Sleeve Shorts Set pairs whimsical romance with effortless summer comfort. The airy batwing-sleeve top features a soft, layered tulle overlay that drapes gently over a smooth inner lining for modesty and ease of movement. Coordinating shorts mirror the feminine aesthetic with a relaxed silhouette and an easy, elasticated waist—making this set ideal for warm-weather outings, relaxed vacations, or styled photo moments.

Key Features

  • Delicate soft-pink tulle overlay for a dreamy, textured look.
  • Light inner lining for comfort and subtle opacity under the sheer tulle.
  • Relaxed batwing sleeves that create an elegant, flowing silhouette.
  • Comfortable shorts with an elasticated waist for an adjustable fit.
  • Lightweight and breathable—great for spring and summer wear.
  • Versatile set design: wear together for a coordinated look or piece separately.

Styling Suggestions

  • For daytime outings, pair with flat nude sandals and a woven straw tote for an easy, feminine look.
  • Elevate for evening or events with strappy heels, delicate jewelry, and a small clutch.
  • Mix-and-match: combine the tulle top with high-waisted jeans for a chic contrast, or wear the shorts with a fitted tee for a casual vibe.
  • Add a light denim jacket or cropped blazer for cooler evenings while keeping the outfit balanced.

Care & Fit Notes

  • Recommended gentle care: hand wash cold or use a delicate machine cycle; reshape and lay flat to dry.
  • Designed with a relaxed fit—refer to sizing guide for best fit; elastic waist provides flexibility in the shorts.

Summary

This Soft Pink Tulle Batwing Sleeve Shorts Set is a romantic, versatile addition to a warm-weather wardrobe. With its soft tulle texture, breezy batwing top, and comfortable shorts, it’s perfect for casual days, special moments, and creative styling—offering a delicate, on-trend look that’s easy to wear and style.