Relaxed Cloud Blue Printed Two-Piece Set

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

Description 

This relaxed two-piece set features a soft cloud-blue print on a lightweight, breathable fabric for effortless all-day comfort. Designed with a laid-back silhouette, the coordinating top and bottoms create a cohesive, easygoing look perfect for lounging, weekend errands, or casual outings.

Product Highlights

  • Fabric: Lightweight, breathable cotton-blend (soft hand feel) that drapes gently and is comfortable against the skin.
  • Print: Subtle cloud-blue or watercolor-style print for a calm, contemporary aesthetic that feels fresh and wearable.
  • Top: Relaxed, boxy cropped top with wide straps and a roomy fit for easy movement.
  • Bottoms: Matching relaxed-fit pants with an elasticated waistband and drawstring for an adjustable, secure fit.
  • Details: Minimal seams and clean lines keep the look modern; easy to slip on and wear throughout the day.

Styling Suggestions

  • Casual day: Pair with white low-top sneakers and a simple canvas tote for an off-duty, city-ready outfit.
  • Warm-weather outing: Swap sneakers for leather slides or espadrilles and add oversized sunglasses for a relaxed vacation vibe.
  • Layering: Throw on a cropped denim jacket or a lightweight cardigan to add structure while keeping the relaxed feel.
  • Accessorizing: Keep jewelry minimal—thin gold hoops or a delicate chain—to maintain the effortless style.
  • Transition to evening: Tuck the top slightly into the waistband, add a sleek sandal and a small shoulder bag for a polished casual look.

Fit & Care

  • Fit: Intended as a relaxed, easy-fit set—choose your usual size for the described silhouette or size down for a more fitted appearance.
  • Care: Machine wash cold with similar colors, gentle cycle; reshape and lay flat or tumble dry low. Iron on low if needed.

Summary

The Relaxed Cloud Blue Printed Two-Piece Set combines breathable comfort with a soft, modern print—an ideal go-to for relaxed weekends, travel, and everyday styling when you want an easy, put-together look.