Elegant Vacation Soft Linen Halter Neck Boho Blouse

$21.99
Color:  Ivory
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

Product Description

A breezy, vacation-ready blouse crafted from a soft linen blend with a relaxed bohemian silhouette. This halter-neck top features an adjustable tie at the neck, gentle gathers at the neckline for natural drape, and a slightly flowy cut that skims the body for effortless movement. Lightweight and breathable, it's designed for warm-weather days, beach strolls, or casual evenings out.

Key Features

  • Soft linen-blend fabric for a natural handfeel and breathable comfort.
  • Halter-neck design with adjustable tie for a customizable fit and flirty open-shoulder look.
  • Subtle gathers at the neckline and a relaxed, boho-inspired silhouette that flatters many shapes.
  • Lightweight construction that layers easily or wears alone in hot weather.
  • Versatile neutral tone(s) and minimalist details that suit both casual and dressed-up occasions.

Styling Suggestions

  • For a seaside vibe: pair with high-waisted linen shorts, woven sandals, and a wide-brim straw hat.
  • Boho-chic look: tuck into a flowy maxi skirt, add layered necklaces and leather sandals or espadrilles.
  • City casual: team with cropped denim jeans, a lightweight blazer, and block-heel mules for an elevated daytime outfit.
  • Evening out: combine with tailored wide-leg trousers, statement earrings, and a compact clutch for a refined contrast.
  • Accessories: complements woven bags, raffia details, wooden or beaded jewelry, and sun-ready sunglasses.

Care & Fit Notes

Recommended gentle wash or hand wash with similar tones; line dry to preserve shape and softness. The blouse has a relaxed fit—consider your usual size for a loose look or size down for a slightly more fitted silhouette.

Summary

This Elegant Vacation Soft Linen Halter Neck Boho Blouse is a versatile, breathable staple for warm-weather wardrobes. With a flattering halter neckline, soft drape, and easygoing boho spirit, it transitions seamlessly from beach days to city nights while offering effortless style and comfort.