Free Shipping on Orders Over $59.

Save 10% Off on your first order. Click Here

Your cart

Your cart is empty

Check out these collections.

Loopwheeled

As one of Time Catcher's signature collections, the 'Loopwheeled Tubular Collection' is crafted using the vintage 'Tompkins Upright Rotary Knitting Machine' from the early 20th century.

Linen Edit

A warm-weather essential built around natural linen. Lightweight, breathable, and softly textured, each piece is designed for relaxed comfort with a timeless, vintage-leaning fit that gets better with wear.

Inspired by timeless classics, Crafted for modern life.

Time Catcher focuses on timeless style and reliable quality, and is committed to making clothes that can make you wear well for a long time, and better accompany you and your life.

Worry-free delivery

Quick and reliable shipping to your doorstep with real-time tracking.

Shipping Info

Detailed Size

Hand-measured size charts and real try-on reports help you find the perfect fit.

Size Guide

Customer Support

Round-the-clock customer support to help you with any questions or concerns.

Contact Us

Easy Return

Enjoy 30-day return and exchange service for a worry-free shopping experience.

Returns

Customer Reviews

Tag Us On Instagram #Time Catcher Clothing

(function () { function findKiwiOpenButton() { // 只在 Kiwi app block 范围内找,避免误点别的按钮 const block = document.querySelector('[id*="kiwi_size_chart_recommender"]'); if (!block) return null; // 先按按钮/链接文本找(最稳,适配不同版本) const els = Array.from(block.querySelectorAll('button,a,[role="button"]')); const hit = els.find(el => { const t = (el.innerText || '').trim().toLowerCase(); return t === 'size chart' || t === 'size guide' || t.includes('size chart') || t.includes('size guide'); }); if (hit) return hit; // 兜底:找 block 内第一个可点击元素 return els[0] || null; } function openKiwi() { const btn = findKiwiOpenButton(); if (btn) { btn.click(); return true; } return false; } document.addEventListener('click', function (e) { const link = e.target.closest('.tc-open-kiwi'); if (!link) return; e.preventDefault(); if (openKiwi()) return; // Kiwi 可能延迟渲染:短轮询等待 let tries = 0; const timer = setInterval(function () { tries += 1; if (openKiwi() || tries >= 30) clearInterval(timer); }, 200); }); })();