Coastal Boho Mustard Knit Cardigan & White Linen Cargo Pant Set

$25.99
Color:  Yellow
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

This two-piece set pairs a textured mustard knit cardigan with breezy white linen cargo pants for an easy coastal-boho look. The cardigan offers a relaxed, slightly oversized silhouette in a warm, sun-kissed mustard tone, while the linen cargo pants bring casual utility with roomy pockets and a lightweight feel. Together they create a versatile outfit perfect for beachside walks, weekend markets, or relaxed city days.

Key Features

  • Cardigan: Soft, textured knit in a rich mustard hue; relaxed open-front silhouette with dropped shoulders for effortless layering.
  • Pants: White linen (or linen-blend) cargo pants with practical side pockets, a comfortable elastic/drawstring waist, and a relaxed straight/tapered leg.
  • Breathable & Lightweight: Fabrics chosen for comfort in warm weather while still offering coverage for cooler coastal breezes.
  • Easy Care: Durable construction suited to gentle machine wash or hand wash—best dried flat to keep knit shape and linen crispness.
  • Versatile Styling: Neutral white pant balances the warm mustard for a fresh, modern palette that pairs well with natural accessories.

Fit & Fabric Notes

  • Cardigan is designed with a relaxed, slightly oversized fit to allow for layering over tees, tanks, or lightweight sweaters.
  • Cargo pants are cut for a comfortable, roomy fit through the hip and thigh with a more tailored ankle for a contemporary silhouette.
  • Recommended fabrics: soft cotton/acrylic blend knit for the cardigan; lightweight linen or linen-cotton blend for the pants.

Styling Suggestions

  • For a beach-ready outfit: layer the cardigan over a simple white tank or cropped tee and slide into woven sandals or espadrilles. Add a straw hat and a crossbody basket bag.
  • For an urban casual look: wear with white sneakers and minimalist gold jewelry; roll the pant cuffs slightly to showcase ankle details.
  • For a layered cool-weather option: throw on a neutral trench or denim jacket and swap sandals for ankle boots in tan or cognac.
  • Color pairings that work well: navy or indigo, warm terracotta, soft beige, or olive green to complement the mustard tone.

Summary

This Coastal Boho Mustard Knit Cardigan & White Linen Cargo Pant Set delivers effortless, wearable style with a mix of texture and breathable fabrics. It’s a versatile wardrobe staple that transitions from beach days to city outings, offering comfort, functionality, and a timeless warm-and-bright color story.