Distressed Cotton Relaxed Men's Lounge Pants

$35.99
$62.99
-$27.00
people are viewing this right now
Color:  Black
Size:  S
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 Details

  • 65% cotton,35% Polyester
  • Cozy, cool and durable fabric
  • Non-pilling

Size And Fit

  • True to size
  • Please note this trousers is a relaxed fit. If you prefer an oversized fit, please size up 1-2 sizes.

Care Guide

  • Machine wash cold with like colors
  • Tumble dry at low heat
  • Do not use bleach/whitener

Shipping

  • Processing time is currently 2-5 business days as each item is printed by hand.
  • Shipping Time: arrives in 5-12 business days
  • Free Shipping on Orders Over $79

Returns And Refund

  • We offer a 30 days full refund policy.Items returned within 30 days from the date you've received all your items.Please visit our Return Policy for more information before starting a return

Feedback

We try our best to make sure every customer is completely satisfied.

If you are happy with your purchase, please consider posting a positive review for us. This helps us to continue providing great products and helps potential buyers to make confident decisions.

If you are not happy with the purchase, please  to resolve the problem via this address 

Product Details65% cotton,35% PolyesterCozy, cool anddurablefabricNon-pillingSize And FitTrue to sizePlease note this trousers is a relaxed fit. If you prefer an oversized fit, please size up 1-2 sizes.Care GuideMachine wash cold with like colorsTumble dry at low heatDo not use bleach/whitenerShippingProcessing time is currently 2-5 business days as each item is printed by hand.Shipping Time: arrives in 5-12 business daysFree Shipping on Orders Over $79Returns And RefundWe offer a 30 days full refund policy.Items returned within 30 days from the date you've received all your items.Please visit our Return Policy for more information before starting a returnFeedbackWe try our best to make sure every customer is completely satisfied.If you are happy with your purchase, please consider posting a positive review for us. This helps us to continue providing great products and helps potential buyers to make confident decisions.If you are not happy with the purchase, pleasecontact usto resolve the problem via this addresspoumje@outlook.com.