Bohemian Open-Knit Resort Midnight Black Cardigan

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Black
size
XS
S
M
L
XL
2XL
3XL
Price
$25.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
/** @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

Description

This lightweight, open-knit cardigan in deep midnight black brings effortless bohemian flair to your resort and everyday wardrobes. Designed to layer easily over swimwear or warm-weather separates, the airy knit and relaxed drape create a flattering, breathable cover-up that feels as easy as it looks.

Product Highlights

  • Open-knit construction for subtle sheerness and airflow—perfect for warm climates and breezy nights.
  • Midnight black hue offers a versatile, timeless base that pairs well with bold prints and neutrals alike.
  • Relaxed, flowing silhouette creates a laid-back bohemian vibe without bulk.
  • Lightweight and packable—ideal for travel and resort wear.
  • Buttonless/open-front design for easy on/off layering.

Styling Suggestions

  • Beach-ready: wear over a swimsuit or bikini as a chic cover-up with leather sandals or espadrilles.
  • Casual day: layer over a tank or crop top with high-waist denim shorts and flat sandals for an easy weekend look.
  • Resort evening: pair with a slip dress or linen wide-leg trousers and statement earrings for relaxed sophistication.
  • Urban edge: throw on over a fitted tee and skinny jeans, add ankle boots and a wide belt to define the waist.
  • Accessorize with layered necklaces, a woven bag, or a floppy hat to enhance the boho aesthetic.

Care & Practical Tips

  • Machine wash on a gentle cycle or hand wash to preserve the knit texture; use cold water.
  • Lay flat to dry to maintain shape and avoid stretching.
  • Store folded rather than hung to prevent shoulder distortion.

Summary

This Bohemian Open-Knit Resort Midnight Black Cardigan is a versatile, travel-friendly layer that balances style and comfort. With its breathable open-knit, relaxed drape, and classic black tone, it’s a go-to piece for beach days, resort evenings, and casual city outings—effortlessly elevating any warm-weather outfit.