Effortless Sky Blue Utility Mini Dress

$23.04
Color:  Sky Blue
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

Effortless Sky Blue Utility Mini Dress

This sky-blue utility mini dress blends practical detailing with a breezy, feminine silhouette. Designed for easy everyday wear, it pairs structured utility elements—like multiple pockets and topstitching—with a soft, lightweight woven fabric and a short, above-the-knee length that feels fresh and modern. The result is a versatile piece that moves seamlessly from daytime errands to casual evenings.

Product Features

  • Color: Soft sky blue for a bright yet understated statement.
  • Silhouette: Mini length with a relaxed, slightly A-line cut that flatters most shapes.
  • Utility details: Functional patch pockets at the chest and hips for practical style.
  • Closure: Front placket (button or zip) for effortless on/off.
  • Waist definition: Optional self-tie belt or internal drawstring to cinch the waist and customize the fit.
  • Sleeves: Short or capped sleeves with subtle cuffing to balance the utility look with softness.
  • Construction: Lightweight woven fabric with light structure—breathable and easy to layer.
  • Hardware: Minimal metal accents for a modern, utilitarian finish.

Styling Suggestions

  • Casual daytime: Pair with white sneakers and a canvas tote for a relaxed, on-the-go outfit.
  • Elevated casual: Add strappy sandals or low block heels and layered gold jewelry for a polished weekend look.
  • Transitional layers: Throw on an oversized denim jacket or cropped blazer when the temperature drops.
  • Edge it up: Wear with ankle boots and a leather crossbody for a slightly tougher, city-ready vibe.
  • Accessories: A woven belt can replace the self-tie for contrast; aviator sunglasses and a straw hat complement warm-weather styling.

Fit & Care Tips

  • Fit guidance: Designed for a relaxed fit—choose your usual size for a comfortable, slightly looser silhouette; size down for a more fitted look or size up if you prefer extra room for layering.
  • Care: Machine wash cold or hand wash and line dry to maintain color and shape. Follow garment label for specific instructions.

Summary

The Effortless Sky Blue Utility Mini Dress is a versatile wardrobe staple that marries functionality with flattering design. Its utility-inspired details and breezy mini length make it ideal for everyday wear, while simple styling swaps let you take it from casual daytime to a refined evening look. Lightweight, easy to style, and effortlessly chic, it’s a go-to piece for modern, practical dressing.