Bohemian Blue Relaxed Suit

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

Bohemian Blue Relaxed Suit

Embrace effortless elegance with the Bohemian Blue Relaxed Suit — a two-piece set that blends relaxed tailoring with free-spirited prints. Rendered in soothing indigo and sky-blue tones, the suit features a loose, comfortable blazer and wide-leg trousers designed to move with you. Lightweight and breathable, it’s perfect for warm days, city strolls, and destination adventures where style and comfort matter equally.

Product Features

  • Relaxed silhouette: Roomy blazer with a softly structured shoulder and a relaxed, easy fit that layers comfortably over tees or blouses.
  • Wide-leg trousers: High-rise, wide-leg cut that creates a long, flowing line and adds instant polish to a casual look.
  • Bohemian print: All-over artisanal-inspired pattern in varying blue tones for a distinctive, hand-crafted feel.
  • Lightweight drape: Soft, breathable fabric with a gentle drape for movement and comfort in warmer weather.
  • Versatile design: Designed to be worn together as a coordinated suit or mixed into wardrobes as standalone statement pieces.
  • Easy care: Low-maintenance construction suited to travel and everyday wear (follow garment care label for best results).

Styling Suggestions

  • Daytime casual: Layer the blazer over a white cotton tee and finish with flat leather sandals or sneakers for a relaxed weekend look.
  • Office-ready: Tuck a silk or satin camisole into the trousers, add a slim leather belt and block-heel mules for a refined, professional ensemble.
  • Evening out: Wear the suit as a set with statement earrings, strappy heels and a sleek clutch to elevate the boho print for night.
  • Vacation vibe: Pair with woven accessories — a straw hat and espadrille wedges — for an easy, resort-ready outfit.
  • Layering tip: Use a fitted turtleneck or a lightweight knit underneath the blazer for cooler days while keeping the relaxed proportions intact.

Summary

The Bohemian Blue Relaxed Suit is a versatile wardrobe staple that marries a carefree boho aesthetic with modern tailoring. Wear it as a coordinated set for bold, cohesive style or break it apart to add textured, patterned pieces to everyday outfits. Lightweight and comfortable, it’s a go-to choice for travel, weekends, and anywhere you want to feel effortlessly put-together.