Effortless Boho V-Neck Ivory Kaftan Dress

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Ivory
size
XS
S
M
L
XL
2XL
3XL
Price
$29.74
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 airy ivory kaftan blends relaxed bohemian ease with feminine finishing details. Cut in a flowing, oversized silhouette with a flattering V-neck, the dress drapes softly over the body for comfortable all-day wear. Subtle decorative accents and generous sleeves give it a handcrafted, resort-ready look—perfect as a breezy daytime dress or an elegant cover-up for beach and poolside moments.

Product Features

  • Silhouette: Loose, flowing kaftan fit that flatters many body shapes while offering effortless movement.
  • Neckline: Deep V-neck that enhances the neckline and layers well with necklaces or a camisole.
  • Fabric: Lightweight, breathable fabric for a soft hand feel and easy drape—ideal for warm weather.
  • Sleeves: Wide, relaxed sleeves that add to the boho vibe and allow for air flow and comfort.
  • Decorative details: Delicate trim and subtle texture (such as lace, embroidery or tassel ties) for artisanal charm.
  • Length & fit: Midi to ankle length with a breezy cut; optionally cinch with a belt for a more defined waist.
  • Practical touches: Easy pull-on design with minimal closures; can be layered as a cover-up.
  • Care: Gentle wash recommended to preserve fabric and detailing (follow specific care label).

Styling Suggestions

  • Beach day: Wear over a swimsuit with flat leather sandals, a straw tote and oversized sunglasses.
  • Casual outing: Add a thin braided belt, layered gold necklaces and espadrille wedges for a chic daytime look.
  • Evening or dinner: Dress it up with statement earrings, heeled sandals and a clutch for an elegant boho vibe.
  • Layering: Pair with a lightweight denim jacket or kimono in cooler evenings; slip on leggings underneath for added coverage.
  • Accessories: Natural textures—straw hats, wooden bangles, or beaded bags—reinforce the effortless bohemian feel.

Summary

The Effortless Boho V-Neck Ivory Kaftan Dress is a versatile wardrobe staple that marries comfort with artisanal details. Its airy fabric and relaxed silhouette make it perfect for travel, beach days, or laid-back evenings. Style it simple for a minimalist look or accessorize to elevate it for special occasions—either way, it’s an easy, timeless piece that brings soft bohemian charm to every outfit.