Chic Cotton Striped Wrap-Tie Loose Blue & White Kaftan Maxi Dress

😍Buy $70 get 8% off 😍Buy $80 get 22% off😍Buy $150 get 65% off
color
Blue
size
XS
S
M
L
XL
2XL
3XL
Price
$32.85
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

Product Description

Embrace effortless seaside elegance with this blue and white striped kaftan maxi dress. Crafted from textured cotton, it offers a relaxed, airy silhouette with a wrap-tie design that gently defines the waist while maintaining comfortable movement. The nautical-inspired color palette and flowing maxi length make it an ideal choice for beach holidays, resort getaways, and warm-weather occasions.

Product Features

  • Classic blue and white stripes for a fresh nautical-inspired look.
  • Textured cotton fabric with a lightweight, breathable feel.
  • Loose kaftan silhouette designed for comfort and easy movement.
  • Wrap-front styling with a tie waist for an adjustable, flattering fit.
  • Maxi length creates an elegant, flowing appearance.
  • Relaxed design makes it easy to layer over swimwear or everyday outfits.
  • Suitable for beach vacations, poolside lounging, cruises, resort wear, and casual summer dressing.

    Size US Size UK Size Length(CM) Length(IN) Bust(CM) Bust(IN) Sleeve(CM) Sleeve(IN)
    XS 0-2 4-6 131 51.8 98 38.6 50 19.7
    S 4-6 8-10 132 52.0 102 40.2 51 20.1
    M 8-10 12-14 133 52.4 106 41.7 52 20.5
    L 12-14 16-18 134 52.8 112 44.1 53 20.9
    XL 14-16 18-20 135 53.1 118 46.5 54 21.3
    2XL 16-18 20-22 136 53.5 124 48.8 55 21.7
    3XL 18-20 22-24 137 53.9 130 51.2 56 22.0

Styling Suggestions

Wear it over a swimsuit with leather sandals, a woven beach bag, and oversized sunglasses for a polished poolside look. For a casual daytime outfit, pair it with flat espadrilles, simple hoop earrings, and a straw hat. To create an elevated evening resort look, add wedge sandals, delicate gold jewelry, and a structured clutch. The adjustable wrap tie allows you to style the dress loosely for a relaxed feel or cinch it at the waist for more definition.