Airy Textured Lounge Set

$25.49
Color:  Green
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

The Airy Textured Lounge Set is a lightweight two-piece ensemble designed for relaxed comfort and elevated everyday style. Crafted from a breathable textured knit, the set features a softly structured top and coordinating bottoms with a flattering, easy silhouette. Subtle texture and a slightly open weave give the fabric an airy feel that keeps you cool while adding visual interest.

Key Features

  • Breathable textured knit with a soft, airy handfeel suitable for warm weather and layered looks.
  • Relaxed fit top with a gently dropped shoulder and clean neckline for effortless wear.
  • Coordinating bottoms designed for comfort—elastic or drawstring waist and a relaxed leg (shorts or tapered lounge pant options).
  • Lightweight construction that drapes beautifully and is slightly sheer for a casual, lived-in look.
  • Easy-care fabric: machine wash on gentle cycle and lay flat to dry to maintain shape and texture.
  • Versatile neutral colorway that pairs well with a wide range of accessories and outerwear.

Styling & Pairing Suggestions

  • Wear as a complete set for a polished at-home or weekend outfit—add minimalist sandals or low-profile sneakers to finish the look.
  • Layer the top over a simple tank or bralette for extra coverage and texture contrast, or tuck it into high-waisted jeans for a casual daytime look.
  • Throw on an oversized blazer or denim jacket to take the outfit from lounge to street-ready while maintaining comfort.
  • Accessorize with delicate gold jewelry, a straw tote, or a woven belt to emphasize the relaxed, natural aesthetic.
  • For cooler evenings, pair with lightweight leggings or tailored joggers and an open-front cardigan.

Summary

The Airy Textured Lounge Set blends comfort and contemporary design with breathable knit construction and a relaxed silhouette. It’s an ideal choice for those who prioritize ease without sacrificing style—perfect for lounging, travel, or casual outings. Versatile, effortless, and timeless, this set is a seasonal staple that layers and pairs beautifully with your wardrobe essentials.