Elegant Royal Blue Satin Shirt Dress

$23.84
Color:  Royal 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

Product Description

This Elegant Royal Blue Satin Shirt Dress combines the timeless structure of a classic shirt with the luxurious sheen of satin for a look that's both polished and sensual. Tailored to skim the figure, the dress balances a crisp collar and button-front silhouette with fluid drape and soft luster for effortless daytime refinement and evening glamour.

Product Features

  • Fabric: Smooth, high-shine satin with a rich royal blue color that reflects light for a sophisticated, luminous finish.
  • Silhouette: Shirt dress cut with a tailored bodice and a gently flared skirt to flatter a variety of body shapes.
  • Collar & Closure: Classic point collar and button-front placket for a refined, versatile look.
  • Waist Detail: Removable self-tie belt to define the waist or wear loose for a relaxed, robe-like effect.
  • Sleeves: Long sleeves with tailored cuffs that can be rolled for a casual vibe.
  • Length & Movement: Midi length that offers elegant coverage and graceful movement; subtle side slit(s) for ease of walking.
  • Finish: Neat topstitching and clean hems for a high-quality appearance; lightweight lining or finished interior for comfortable wear.
  • Care: Best cared for with gentle hand wash or professional dry cleaning to preserve the satin sheen.

Styling Suggestions

  • Office Ready: Pair with pointed-toe pumps, a structured tote, and delicate gold studs for a professional yet feminine ensemble.
  • Weekend Casual: Wear with white leather sneakers, a crossbody bag, and rolled sleeves for an elevated off-duty look.
  • Evening Glam: Swap the belt for a metallic clutch, add strappy heels and statement earrings to emphasize the dress’s satin shine.
  • Layering: Throw on a tailored blazer or a cropped knit for cooler days; a slim waist belt in contrast leather can accentuate an hourglass shape.
  • Color Coordination: Compliments easily with neutrals (nude, black, white) or warm metallics (gold, bronze) to enhance the royal blue tone.

Summary

This Elegant Royal Blue Satin Shirt Dress is a versatile wardrobe staple that marries structured tailoring with luxe fabric. Ideal for work, weekend, or evening, its timeless silhouette and luminous finish make it an easy go-to piece that transitions seamlessly from day to night. Simple accessories and the optional belt let you customize the look to suit any occasion.