Retro Bohemian Midnight Blue Top

$19.39
Color:  Night 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

Retro Bohemian Midnight Blue Top

Description: This Retro Bohemian Midnight Blue Top blends vintage charm with modern ease. Rendered in a deep midnight-blue base, the top features a relaxed, airy silhouette and retro-inspired detailing—think soft drape, decorative trims, and gentle volume in the sleeves—making it an elegant everyday piece with a distinctly bohemian soul.

Product Highlights

  • Color & Print: Rich midnight-blue background with subtle retro/bohemian motifs or tonal accents that enhance depth and versatility.
  • Fabric & Feel: Lightweight, breathable fabric with a soft hand (viscose/cotton-blend character) for comfortable all-day wear and natural movement.
  • Silhouette: Relaxed, slightly A-line cut that skims the body—offers comfort without appearing oversized.
  • Sleeve Detail: Statement sleeves (gentle bell or balloon shape) that add boho flair while keeping the overall look balanced.
  • Neckline & Trim: Feminine neckline (scoop or slight V) with delicate trim or a small keyhole/button detail for a vintage touch.
  • Finishing Touches: Subtle embroidery, lace-like edging, or contrast piping elevates the top from simple to thoughtfully crafted.
  • Fit & Sizing: True to size with a forgiving cut—ideal for tucking slightly at the front or wearing loose for a relaxed boho look.
  • Care: Easy-care construction; recommended gentle wash and low-temperature ironing to preserve trims and color depth.

Styling Suggestions

  • Casual Day Out: Pair with high-waisted light-wash jeans, ankle boots, and layered pendant necklaces for an effortless retro-casual outfit.
  • Boho Weekend: Combine with a flowing maxi skirt, strappy sandals, and stacked bangles for a festival-ready bohemian ensemble.
  • Work-Ready: Tuck into tailored cropped trousers and add a structured blazer and loafers for a polished, feminine office look with personality.
  • Seasonal Layering: Layer under a suede vest or chunky cardigan in cooler months; wear solo or over a camisole during warmer weather.

Summary

This Retro Bohemian Midnight Blue Top is a versatile wardrobe staple—combining a deep, sophisticated color with retro-inspired details and comfortable, breathable fabric. It dresses up or down with ease and becomes a go-to piece for building layered, textured looks that feel timelessly bohemian.