Resort Style Patchwork Art Dress

$24.60
Color:  Khaki
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

Resort Style Patchwork Art Dress

Product Description

This dress blends a relaxed resort silhouette with artful patchwork detailing for an effortless, eye-catching look. Panels of contrasting colors and painterly prints are stitched together to create visual movement, while a lightweight, airy construction lets the fabric sway softly as you walk. Designed for easy wear, it captures a carefree, vacation-ready vibe suited to warm-weather destinations and casual occasions.

Key Features

  • Art-inspired patchwork: contrasting color blocks and printed panels combine for a unique, handcrafted appearance.
  • Breezy drape: lightweight fabric offers a soft, flowing silhouette that moves gracefully.
  • Relaxed fit: an easy, comfortable cut that flatters a range of body types and allows for layering.
  • Versatile length and hemline: designed to work both as a daytime cover-up and a dressed-up resort piece.
  • Attention to detail: clean seams and balanced color placement create a polished, wearable statement.

Styling Suggestions

  • Beach day: pair with flat leather sandals, a wide-brim straw hat, and an oversized tote for effortless seaside style.
  • Resort dinner: elevate with wedge sandals, statement earrings, and a woven or leather clutch.
  • City exploring: add white sneakers and a lightweight denim or linen jacket for a comfortable, contemporary look.
  • Layering: throw on a thin cardigan or cropped blazer for cooler evenings without losing the relaxed resort feel.

Fit & Care Tips

  • Fit: designed with a relaxed, forgiving cut—choose your usual size for a loose fit or size down for a more tailored silhouette.
  • Care: gentle wash or hand wash recommended to preserve colors and patchwork detail; follow garment care label instructions.

Summary

This Resort Style Patchwork Art Dress is a versatile statement piece that fuses artistic patterning with comfortable, resort-ready design. Ideal for beach vacations, weekend getaways, or warm-weather outings, it’s an easy-to-style dress that stands out for its color, texture, and carefree elegance.