Bohemian Lace Trim Resort Cocoa Brown Maxi Dress

$23.99
Color:  Coco Brown
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 Features

  • Color: Rich cocoa brown that flatters a wide range of skin tones and pairs easily with natural accessories.
  • Lace trim: Delicate lace accents along the neckline and hem add a romantic, handcrafted touch.
  • Silhouette: Maxi length with a flowing A-line or gently tiered skirt for graceful movement and comfortable coverage.
  • Straps & neckline: Sleeveless design with thin adjustable straps for a customizable fit and an open, airy neckline.
  • Fabric: Lightweight, breathable woven fabric ideal for warm climates and resort wear.
  • Ease of wear: Simple pull-on styling for fuss-free dressing; designed for both relaxed and slightly dressed-up occasions.
  • Care: Low-maintenance care—recommended gentle wash and hang to dry to preserve the lace detailing and color.

Styling Suggestions

  • Daytime resort look: Pair with flat leather sandals or espadrilles, a wide-brim straw hat, and a woven tote for an effortless beach-to-brunch outfit.
  • Evening or dinner: Dress up with heeled sandals, a leather belt to define the waist, and bold statement earrings for a polished look.
  • Layering: Throw on a lightweight denim jacket, linen blazer, or crochet shrug for cooler evenings or a more structured silhouette.
  • Accessories: Layer delicate gold or mixed-metal necklaces that echo the lace detail; add bangles or stacked rings for a boho-chic finish.
  • Travel-ready: Packable and versatile, this dress works as a single outfit for sightseeing by day and relaxed dining by night.

Summary

This Bohemian Lace Trim Resort Cocoa Brown Maxi Dress is a versatile, feminine staple for any warm-weather wardrobe. With its flattering cocoa hue, romantic lace accents, and breezy maxi silhouette, it offers both comfort and style for vacations, weekend escapes, or everyday summer wear. Easy to style and effortless to wear, it’s a go-to piece when you want a polished yet relaxed look.