Converse x Topo Chico Chuck Taylor All Star

$28.98
people are viewing this right now
Color:  Black/White/Red
Size:  M3/W4.5
sku:  2024517-9
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

Converse x TOPO CHICO

A refreshing take on classic Converse style: Mexican artist Marka27 brings the iconicity of Topo Chico to Chuck Taylor All Star low tops. With a vibrant combination of screenprinted and embroidered graphics and details that echo the iconic Topo Chico bottle, the design celebrates the timeless quality of a Mexican mineral water that is now beloved around the world.
WHY YOU SHOULD BE DOWN
  • Limited-edition, low-top sneaker made in collaboration with Topo Chico
  • Classic 12oz canvas upper with screenprinted and embroidered graphic details
  • TPU tongue patch with printed water droplets and transparent outsole
  • Rubber Topo Chico bottle cap foxing overlay and custom bottle cap graphic screenprinted on sockliner
  • Topo Chico branded rubber license plate on left heel
  • SKU: A10455C

Converse x Topo Chico Chuck Taylor All Star

Shoe Fit
 
 
 
Runs SmallRuns Large
<td class="size-guide--chart-column size-guide--chart-first-column even" style="box-sizing: border-box; margin: 0px; padding: 0.8rem 0px; line-height: 1.375rem; font-weight: bold; border-width: 0.125rem 0px 0px; border-image: initial; border-spacing: 0px; border-collapse: collapse; te
 
Converse x Topo Chico Chuck Taylor All Star
Your Size in Your Favorite Brands
Order This Size
M 2.5 / W 4.5M 2 / W 4
M 3 / W 5M 2.5 / W 4.5
M 3.5 / W 5.5M 3 / W 5
M 4 / W 6M 3.5 / W 5.5
M 4.5 / W 6.5M 4 / W 6
M 5 / W 7M 4.5 / W 6.5
M 5.5 / W 7.5M 5 / W 7
M 6 / W 8M 5.5 / W 7.5