Bohemian Blue-brown Printed Bell Sleeve Top And Shorts Set

$25.09
Color:  blue-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 Blue-Brown Printed Bell Sleeve Top And Shorts Set

Product Description

This bohemian-inspired two-piece set features a blue-and-brown all-over print with a relaxed, effortless silhouette. The top showcases feminine bell sleeves and a softly shaped neckline, while the matching shorts offer a comfortable, easy pull-on fit. Lightweight and breathable, the set is designed for warm-weather wear and delivers a laid-back yet stylish look perfect for daytime outings, beach vacations, or festival days.

Key Features

  • Coordinated two-piece set: matching top and shorts for a cohesive look
  • Bohemian blue-brown print with an artisan feel
  • Bell sleeves on the top for a flattering, statement sleeve detail
  • Relaxed, slightly cropped top silhouette for easy layering and movement
  • Comfortable pull-on shorts with an elasticated waistband for a secure, flexible fit
  • Lightweight, breathable fabric that drapes softly and keeps you cool
  • Versatile styling suitable for casual, beach, and festival wardrobes

Styling Suggestions

  • Casual day: pair with flat leather sandals or espadrilles and a straw tote for an easy, sun-ready look.
  • Festival-ready: layer on stacked necklaces, beaded bracelets and suede ankle boots for a boho-chic vibe.
  • Transitional cooler days: add a cropped denim jacket or lightweight kimono and slip-on mules.
  • Accessorize with a wide-brim hat and oversized sunglasses to elevate the set into a resort-ready outfit.

Summary

This Bohemian Blue-Brown Printed Bell Sleeve Top and Shorts Set is a versatile warm-weather staple that combines comfortable ease with eye-catching details. The soft, breathable fabric and relaxed shapes make it perfect for travel, weekends, and outdoor events—simply style it up or down to suit the occasion.