Minimal Off-Shoulder Cargo Pants Set

$24.99
Color:  White
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

A contemporary two-piece set featuring a minimalist off-shoulder top paired with tailored cargo-style pants. The clean, streamlined silhouette balances feminine off-shoulder lines with utilitarian cargo details for a modern, versatile look. Designed for everyday wear, the set combines comfort and structure for easy styling from day to night.

Key Features

  • Off-shoulder neckline that creates a flattering, modern shoulder-baring silhouette while remaining subtly elegant.
  • Minimal, fitted top with clean seams and a cropped or waist-length cut to complement high-rise bottoms.
  • Cargo pants with practical patch pockets and subtle utility detailing that keep the look functional yet polished.
  • Mid- to high-rise waist with elastic or adjustable closure for comfortable, secure fit and easy movement.
  • Tapered or slightly cuffed ankles to accentuate footwear and maintain a neat profile.
  • Constructed from a midweight, breathable fabric with a soft hand for everyday comfort and easy care.

Styling Suggestions

  • Casual daytime: pair with clean white sneakers and a minimal crossbody bag for an effortless street-chic outfit.
  • Elevated evening: add heeled sandals or ankle boots and statement earrings to transform the set into a sleek, modern look.
  • Layering: throw on an oversized blazer or structured trench to introduce contrast between the set’s sleek top and the blazer’s shape.
  • Accessories: keep jewelry minimal—thin chain necklaces or a cuff bracelet—to preserve the set’s understated aesthetic.
  • Seasonal wear: in cooler months, layer a fitted turtleneck beneath the off-shoulder top or add tights under the cargo pants for extra warmth.

Fit & Care

  • Fit tip: designed to sit neatly—consider your usual size for a close fit or size up for a relaxed silhouette.
  • Care: machine wash on gentle cycle and line dry or tumble dry low to maintain shape and fabric quality.

Summary

This Minimal Off-Shoulder Cargo Pants Set offers a refined mix of feminine and utilitarian elements—clean off-shoulder lines meet functional cargo details—making it a versatile wardrobe staple. It’s ideal for those who want a contemporary, low-key look that adapts easily across casual and more polished occasions.