Elegant Contrast Piped Kaftan Maxi Dress

$25.00
Color:  Cream
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:

An effortlessly refined kaftan maxi that balances relaxed comfort with polished detailing. The flowing, ankle-skimming silhouette is elevated by crisp contrast piping that traces the neckline, center placket, sleeve edges and hem, creating a modern, graphic finish. The easy, slip-on cut drapes softly over the body for a flattering, breathable look ideal for warm-weather days or layered styling in cooler seasons.

Key features

  • Relaxed kaftan silhouette for an easy, comfortable fit
  • Maxi length offers graceful coverage and movement
  • Distinct contrast piped trim along neckline, placket, cuffs and hem for visual definition
  • V-neck / open placket design creates a vertical line that elongates the figure
  • Lightweight, drapey fabric for fluid motion and all-day wearability
  • Minimal seaming for a clean, modern aesthetic

How to style

  • For a relaxed daytime look, wear with flat leather sandals, a woven tote and oversized sunglasses.
  • Elevate for evenings by adding a slim metallic belt to define the waist, heeled sandals and a structured clutch.
  • Layer a tailored blazer or cropped jacket over the kaftan for a smart-casual office option or cooler nights.
  • Accessorize with long pendant necklaces or stacked bangles to complement the vertical lines and open neckline.
  • Try a contrasting slip or fitted underdress beneath if you prefer added coverage or shaping.

Summary

This Elegant Contrast Piped Kaftan Maxi Dress is a versatile wardrobe staple that combines comfort with thoughtful tailoring details. The contrast piping gives a contemporary edge to a timeless silhouette, making it suitable for resort weekends, relaxed city weekends, and dressed-up evenings alike. An easy-to-wear piece that transitions seamlessly across seasons with simple accessory swaps.