Match by Sneaker – Just Pick Your Pair
Made-to-order tees color-matched to the drops you actually wear.
See all collections
→
🔥 Match Game Strong
Match now. Flex forever. Tees that vibe with your kicks.
Why Buy From Us?
📦
Fast US Shipping
From our US facility in 1–2 days. No delays. No drama.
🎨
Perfect Sneaker Match
Each tee is designed to match the actual drop — not random colors.
🔁
Free Size Exchange
Not the right fit? Get a new size — no return, no extra fee.
❤️
Made for Sneakerheads
Trusted by 12,000+ sneaker lovers who care about the details.
✅ Trusted by 12,000+ sneaker lovers worldwide
⭐ What Sneakerheads Say
“Perfect match 🔥 — ordered 3 more.”
@kicks4lyfe
“Didn’t expect it to fit this clean. Real talk.”
@jaymatchin
“Finally found tees that actually match my kicks. Respect.”
@thematchgod
“Got compliments same day I wore it. Worth every cent.”
@sneakersteez
“Didn’t even know tees could match sneakers this well.”
@airdropfit
🧵 Not Mass Produced
Every shirt is made after you order – no shelf, no leftovers.
Thoughtfully printed for sneaker lovers who care about the details.
Made to match. Made with intention.
(() => {
const initializedElements = new WeakSet();
const loadAppstleBundleAssets = () => {
const css = "https://bundles-admin.appstle.com/content/volume-discount.css?v=1768809422883";
const js = "https://bundles-admin.appstle.com/app/volume-discount.bundle.js?v=1768809422883";
const link = document.createElement('link');
link.rel = 'stylesheet';
link.href = css;
document.head.appendChild(link);
const script = document.createElement('script');
script.defer = true;
script.src = js;
document.head.appendChild(script);
};
const executeAnnouncementBarBlock = ({ blockElement }) => {
if (initializedElements.has(blockElement)) return;
initializedElements.add(blockElement);
const discountRules = [{"id":20934,"shop":"xz9zsi-zc.myshopify.com","name":"🧠 Pro tip: Buy more, save more — bigger cart, bigger deal!","description":"Discount applied automatically in cart!","status":"ACTIVE","customerIncludeTags":null,"discountType":"NO_DISCOUNT","discountValue":null,"products":"null","variants":"null","sequenceNo":null,"bundleType":"VOLUME_DISCOUNT","settings":"{\"showUnitPrice\":false,\"showPricesWithoutDecimal\":false,\"showPriceWithSubscriptionPrice\":true,\"showPriceOfChosenProductsOnly\":false}","bundleProductId":null,"bundleVariantId":null,"productHandle":null,"discountId":null,"price":null,"numberOfProducts":0,"subscriptionBundlingEnabled":false,"subscriptionId":null,"minProductCount":null,"maxProductCount":null,"uniqueRef":"EJWVMG6iwC","bundleRedirect":"CART","customRedirectURL":null,"minOrderAmount":null,"tieredDiscount":"[{\"discountBasedOn\":\"QUANTITY\",\"value\":2,\"discount\":5.0,\"discountType\":\"PERCENTAGE\",\"discountAllowedTags\":null,\"titleLabel\":\"Buy {{quantity}} quantity and get {{discount}}{{discount_type}} discount!\",\"subtitleLabel\":null,\"saveBadgeLabel\":\"Save {{discount}}{{discount_type}}!\",\"selectByDefault\":null,\"badgeLabel\":null,\"badgeType\":null,\"freeProducts\":null,\"upsells\":null},{\"discountBasedOn\":\"QUANTITY\",\"value\":3,\"discount\":10.0,\"discountType\":\"PERCENTAGE\",\"discountAllowedTags\":null,\"titleLabel\":\"Buy {{quantity}} quantity and get {{discount}}{{discount_type}} discount!\",\"subtitleLabel\":null,\"saveBadgeLabel\":\"Save {{discount}}{{discount_type}}!\",\"selectByDefault\":null,\"badgeLabel\":null,\"badgeType\":null,\"freeProducts\":null,\"upsells\":null},{\"discountBasedOn\":\"QUANTITY\",\"value\":4,\"discount\":15.0,\"discountType\":\"PERCENTAGE\",\"discountAllowedTags\":null,\"titleLabel\":\"Buy {{quantity}} quantity and get {{discount}}{{discount_type}} discount!\",\"subtitleLabel\":null,\"saveBadgeLabel\":\"Save {{discount}}{{discount_type}}!\",\"selectByDefault\":null,\"badgeLabel\":null,\"badgeType\":null,\"freeProducts\":null,\"upsells\":null}]","productViewStyle":"QUICK_ADD","singleProductSettings":"null","trackInventory":false,"sellingPlanType":"BUNDLE_LEVEL","clearCart":"ENABLED","minPrice":null,"maxPrice":null,"externalBuildABoxId":null,"variantVisibilityType":"SHOW_VARIANTS_AS_INDIVIDUAL","subTitle":null,"freeShipping":false,"themeType":"THEME_ONE","showBundleInProductPage":true,"combinedWithProductDiscount":true,"combinedWithShippingDiscount":true,"combinedWithOrderDiscount":true,"allowedTags":null,"restrictTags":null,"selectionType":"FLEXIBLE","bundleHtml":"null","discountedVariants":"null","allowedCountries":null,"appliesOn":"BOTH","purchaseRequirement":"NO_REQUIREMENT","productDiscountType":"EACH_PRODUCT","countrySelectionType":"ALL_COUNTRY","discountApplyApproach":"SHOPIFY_DISCOUNT_FUNCTION","discountedProductChooseType":"CHOOSE_ALL","internalName":null,"sections":"[{\"id\":1,\"name\":\"\",\"description\":\"\",\"minProductCount\":0,\"maxProductCount\":0,\"variants\":[]}]","limitToUsePerCustomer":null,"discountedVariantSelectionLimit":null,"hideOneTimePurchase":false,"hideSubscriptionPurchase":false,"maxOrderAmount":null,"collectionData":"[{\"id\":325102108870,\"title\":\"Best Sellers\",\"handle\":\"best-sellers\",\"image\":null}]","productSelectionType":"COLLECTION","tag":"appstle_bundles","productChooseType":"CHOOSE_ALL","variantSelectionLimit":null,"discountTargetType":"VARIANT","enableSubscription":null,"subscriptionWidgetPosition":null,"subscribeTitle":null,"subscribeSubtitle":null,"subscriptionPreselected":null,"getYAppliesOn":null,"announcementBarMessage":null,"automaticDiscountNodeId":"gid://shopify/DiscountAutomaticNode/1777905074374","recurringCycleLimit":0,"automaticShippingDiscountNodeId":null,"scheduledBundleRule":null,"bundleActiveFrom":null,"bundleActiveTo":null,"bundleSubType":null,"discountAppliesOn":"PER_LINE_ITEM","layoutType":null,"style":"{}","labels":"{}","upsells":null,"enableVolumeDiscountUpsell":false,"combos":null,"progressiveGift":null,"enableProgressiveGifts":false,"discountName":null}];
const filteredDiscounts = Array.isArray(discountRules) && discountRules?.length > 0 && discountRules.filter((rule) => rule?.status === 'ACTIVE') || [];
if (filteredDiscounts?.length > 0 && blockElement) {
const discountDiv = document.createElement('div');
discountDiv.className = 'appstle-announcement-bar';
blockElement.appendChild(discountDiv);
const appBlockDiv = document.querySelector('div[data-block-handle="appstle-announcement-bar-page"]');
if (appBlockDiv) {
appBlockDiv.appendChild(blockElement);
}
}
};
const initAnnouncementBar = () => {
const disableAppFunctionality = window?._ABConfig?.['disableAppFunctionality'] || false;
let blockElement = document.getElementById('ab-discount-header-banner');
if (blockElement && !disableAppFunctionality) {
blockElement.innerHTML = '';
executeAnnouncementBarBlock({ blockElement });
}
}
const observeForQuickAddModal = () => {
const seen = new WeakSet();
new MutationObserver(() => {
document.querySelectorAll(".quick-add-modal__content-info")?.forEach((m) => {
if (m?.offsetParent === null) return seen.delete(m);
if (seen.has(m) || !m?.children?.length) return;
seen.add(m);
setTimeout(() => initAnnouncementBar(), 100);
});
}).observe(document.body, { childList: true, subtree: true });
};
document.addEventListener('DOMContentLoaded', () => {
initAnnouncementBar();
observeForQuickAddModal();
});
})();