Effortless Boho Abstract Print Two-Piece Blue Brown Set

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

Embrace relaxed, artful style with this Effortless Boho Abstract Print Two-Piece set in calming blue and warm brown tones. The lightweight, breathable pieces feature a painterly abstract print and an easy, flowy silhouette designed for comfort and movement — perfect for warm days, weekend getaways, or laid-back evenings.

Product Features

  • Two-piece coordinated set: matching top and bottoms for an instant, put-together look.
  • Soft, lightweight fabric that drapes beautifully and feels comfortable against the skin.
  • Abstract bohemian print in blue and brown hues for versatile, earthy styling.
  • Relaxed, flowy silhouette that flatters a range of body types and allows easy layering.
  • Comfort-focused details such as an elasticized waistband and subtle adjustable/tie elements for a personalized fit.
  • Easy-care construction — made for regular wear (machine wash friendly).

How to Style

  • Daytime: Pair with woven sandals or espadrilles and a straw tote for a breezy vacation-ready look.
  • Evening: Elevate with block-heel mules, gold layered necklaces, and a clutch for effortless dinner or drinks attire.
  • Layering: Add a denim jacket or lightweight cardigan on cooler days; belt the waist to create more definition if desired.
  • Accessories: Complement the boho palette with wooden or beaded jewelry, a wide-brim hat, and oversized sunglasses.

Summary

This two-piece boho set combines comfort, artful print, and easy styling into one versatile outfit. Whether you're headed to the beach, a festival, or a casual brunch, the blue-and-brown abstract design and relaxed fit make it a simple way to look curated without trying too hard.