Refined Ruffle-Trim Embroidered Blouse Relaxed Linen Blend Tailored Shorts

$24.99
Color:  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

Refined Ruffle-Trim Embroidered Blouse & Relaxed Linen-Blend Tailored Shorts

Description

This two-piece set pairs a refined ruffle-trim embroidered blouse with relaxed, tailored shorts in a breathable linen-blend. The blouse features delicate ruffle detailing around the neckline and cuffs, plus tonal embroidery that adds a subtle, handcrafted finish. The shorts balance the romantic top with clean, tailored lines and a relaxed leg for comfortable, polished wear.

Product Features

  • Blouse details: Lightweight, airy fabric with ruffle-trim accents and embroidered motifs for a feminine, elevated look. Button-front closure and a softly relaxed silhouette for easy layering.
  • Shorts details: Linen-blend construction with tailored shaping—structured waistband and relaxed leg that skims the thigh for a flattering, easy fit. Practical side pockets and a neat hem create a versatile, day-to-night piece.
  • Fabric & feel: Breathable linen-blend offering natural texture, lightweight drape, and comfortable wear in warm weather.
  • Care: Gentle machine wash or hand wash recommended; cool iron if needed to maintain finish.

Styling Suggestions

  • For an effortless daytime look, wear the set with leather sandals or espadrilles and a woven tote; keep jewelry minimal to highlight the embroidery.
  • Dress it up by tucking the blouse slightly into the shorts, adding a slim belt, block-heel mules and layered gold necklaces.
  • For cooler evenings, layer a lightweight linen or cotton blazer over the blouse to maintain the airy texture while adding structure.
  • Mix-and-match: pair the blouse with high-waist jeans for a casual-chic outfit, or wear the tailored shorts with a fitted tee and sneakers for a relaxed weekend look.

Summary

This refined set combines romantic detailing and modern tailoring: the ruffle-trim embroidered blouse brings delicate, artisanal charm, while the relaxed linen-blend tailored shorts offer all-day comfort and polished versatility. Ideal for warm-weather events, city weekends, or elevated casual styling, the set is an easy way to look put-together with minimal effort.