الفهود في الأحذية طباعة سترة وسروال البدلة

$45.79
$52.00
-12%
لون:  كما هي
مقاس:  S
/** @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);

وصف

رمز المنتج: BL24080224646
الفئة: بدلة طباعة سترة وسروال
النمط: نمر
السُمك: تقليدي
المرونة: لا
المشاهد: الاجتماعية اليومية
المواد: البوليستر
الموسم: الصيف
النمط: كاجوال/أنيق/متعدد الاستخدامات
حجم الرسم البياني:

مقاس صدر أعلى طول كتف
سم بوصة سم بوصة سم بوصة
S 94 37.0 40 15.75 29 11.42
M 99 39.0 41 16.14 30 11.81
L 104 40.9 42 16.54 31 12.20
XL 109 42.9 43 16.93 32 12.60
2XL 114 44.9 44 17.32 33 12.99
3XL 119 46.9 45 17.72 34 13.39
4XL 124 48.8 46 18.11 35 13.78
5XL 129 50.8 47 18.50 36 14.17

مقاس وَسَط خاصرة طول البنطال
سم بوصة سم بوصة سم بوصة
S 68 26.77 108 42.52 99 38.98
M 72 28.35 113 44.49 100 39.37
L 76 29.92 118 46.46 101 39.76
XL 80 31.50 123 48.43 102 40.16
2XL 84 33.07 128 50.39 103 40.55
3XL 88 34.65 133 52.36 104 40.94
4XL 92 36.22 138 54.33 105 41.34
5XL 96 37.80 143 56.30 106 41.73