Relaxed Textured Asymmetric Knit Set

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

Description

Effortlessly chic and supremely comfortable, this Relaxed Textured Asymmetric Knit Set combines modern silhouette details with a cozy, tactile knit. Designed as a coordinated two-piece, the set balances a loose, easy fit with an eye-catching asymmetric cut and textured stitchwork for a refined but relaxed look.

Product Highlights

  • Soft, medium-weight textured knit that drapes beautifully and feels comfortable against the skin.
  • Relaxed top with an asymmetric hemline (or neckline), creating visual interest and a contemporary silhouette.
  • Coordinating bottom—either a skirt or trousers—with a comfortable elasticated waist for effortless wear.
  • Subtle ribbing at cuffs and hem to add structure without sacrificing comfort.
  • Versatile neutral tones and understated texture make the set easy to mix and match with existing wardrobe pieces.
  • Designed for easy layering and season-spanning wear—great for transitional weather.

Styling Suggestions

  • Casual daytime: Pair with clean white sneakers and a crossbody bag for a relaxed, polished look.
  • Elevated essentials: Tuck the front of the top into the waist of the bottom and add heeled mules and delicate jewelry for a refined outfit.
  • Layering option: Layer a longline coat or oversized blazer over the set for added warmth and a modern, tailored contrast.
  • Accessorize: Add a slim belt to define the waist, or wear statement earrings to draw attention to the asymmetric detail.
  • Work-ready: Swap sneakers for loafers or ankle boots and add a structured tote to transition to a smart-casual office look.

Care & Fit Notes

  • Relaxed fit — consider sizing down for a more fitted look, or stay true to size for maximum comfort.
  • Recommended gentle wash and lay flat to dry to preserve the knit texture and shape.

Summary

This Relaxed Textured Asymmetric Knit Set is a versatile wardrobe staple that combines comfort with contemporary design. Its textured fabric and asymmetric detailing make it a standout coordinated look that can be dressed up or down—perfect for travel, everyday wear, or casual evenings out.