Pink Cotton Linen Top And Wide Leg Pants Set

$25.44
Color:  Pink
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

Pink Cotton-Linen Top and Wide-Leg Pants Set

Product Description

A breezy two-piece set crafted from a lightweight cotton-linen blend in a soft pink hue. The ensemble pairs a relaxed, softly-structured top with roomy wide-leg pants for an effortless, modern silhouette. Natural texture and breathable fibers make this set ideal for warm-weather days, travel, and easy everyday dressing.

Product Features

  • Material: Cotton-linen blend — breathable, lightweight, and slightly textured for a natural, matte finish.
  • Top design: Relaxed fit with a softly structured collar and a clean front (button or pullover style) for easy wear.
  • Pants design: High-rise, wide-leg cut that drapes fluidly from the hip for comfort and movement.
  • Functional details: Practical side pockets on the pants (and pockets or subtle seam details on the top, depending on the style) for hands-free convenience.
  • Color: Soft pink — versatile and flattering, suitable for a variety of skin tones.
  • Care: Easy-care natural fibers; gentle machine wash recommended to preserve shape and color.

Styling Suggestions

  • Casual daytime: Pair with flat sandals or white sneakers and a straw tote for a relaxed weekend look.
  • Smart-casual: Tuck the front of the top into the pants and add a slim belt, pointed mules, and minimalist gold jewelry for a polished outfit.
  • Layering: Throw on a lightweight blazer or denim jacket for cooler evenings or a more structured appearance.
  • Accessories: Complement the soft pink with neutral tones (beige, white, tan) or contrast with navy or olive for added depth.
  • Travel-friendly: The breathable fabric and roomy cut make this set ideal for flights or sightseeing — comfortable yet put-together.

Summary

This Pink Cotton-Linen Top and Wide-Leg Pants Set offers a timeless, easy-to-wear combination that balances comfort and style. With breathable natural fibers, a relaxed silhouette, and versatile styling options, it’s a go-to choice for spring and summer wardrobes — from casual weekends to smart-casual outings.