Royal Blue Off-Shoulder Lantern Sleeve Top Shorts Set

$25.44
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

Royal Blue Off-Shoulder Lantern Sleeve Top & Shorts Set

Make a vibrant statement in this Royal Blue Off-Shoulder Lantern Sleeve Top & Shorts Set. The matching two-piece features a flattering off-shoulder neckline and voluminous lantern sleeves balanced by a relaxed, easy-fit short. Designed for warm-weather days and laid-back evenings, this set offers a polished yet effortless look in a rich, eye-catching blue.

Product Features

  • Off-shoulder neckline that highlights the shoulders and collarbone for a feminine silhouette.
  • Lantern sleeves with soft volume and elastic cuffs for comfortable movement and a romantic feel.
  • Coordinated high-rise shorts with an elasticated waistband for easy on/off and a comfortable fit.
  • Relaxed, breathable fabric with a soft drape—lightweight and ideal for spring and summer wear.
  • Vibrant royal blue color that stands out and complements various skin tones.
  • Versatile set that can be worn together or mixed-and-matched with other wardrobe pieces.
  • Easy-care construction — machine wash cold and hang to dry recommended for best results.

Styling Suggestions

  • Daytime casual: pair with flat sandals or white sneakers and a wide-brim straw hat for a beach-ready look.
  • Dress it up: add wedge sandals or block heels, layered gold necklaces, and a clutch for brunch or summer evenings.
  • Transitional layers: throw on a light denim jacket or a cropped blazer for cooler nights or a more structured outfit.
  • Accessories: choose statement earrings to draw attention to the exposed neckline, or keep it minimal with delicate chains for a chic, modern vibe.
  • Color pairing: neutrals like beige, white, or metallics work well; for a bold combo, try coral or mustard accents.

Summary

This Royal Blue Off-Shoulder Lantern Sleeve Top & Shorts Set is a versatile, stylish choice for vacations, weekend outings, and warm-weather occasions. Its flattering off-shoulder cut and airy sleeves create a balanced, on-trend silhouette while the comfortable shorts make it practical for all-day wear. Easy to style and simple to care for, it’s a go-to set for a polished, effortless summer wardrobe.