Description
Mr. Collins Ceremonial Matcha (Blend V3) *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } .pdp-wrap { max-width: 700px; margin: 0 auto; font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif; color: #000; } .hook-label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #000; margin-bottom: 16px; display: block; } .hook-headline { font-size: clamp(26px, 5vw, 44px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.05; color: #000; margin-bottom: 24px; text-transform: uppercase; } .hook-sub { font-size: 16px; font-weight: 400; line-height: 1.75; color: #000; margin-bottom: 48px; border-left: 4px solid #CC0000; padding-left: 20px; } .section-rule { display: flex; align-items: center; gap: 0; margin-bottom: 28px; } .section-rule span { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; background: #CC0000; padding: 5px 12px; white-space: nowrap; line-height: 1; } .section-rule::after { content: ”; flex: 1; height: 2px; background: #000; } .bridge { background: #EDEDEC; padding: 32px; margin-bottom: 48px; } .bridge-label { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #000; margin-bottom: 28px; padding-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,0.18); display: block; } .bridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(0,0,0,0.12); border-left: 1px solid rgba(0,0,0,0.12); } .bridge-item { padding: 20px 22px; border-right: 1px solid rgba(0,0,0,0.12); border-bottom: 1px solid rgba(0,0,0,0.12); } .bridge-problem { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(0,0,0,0.45); margin-bottom: 8px; display: block; } .bridge-solution { font-size: 16px; font-weight: 900; letter-spacing: -0.02em; color: #000; line-height: 1.2; text-transform: uppercase; display: block; } .mechanism-copy { font-size: 16px; font-weight: 400; line-height: 1.8; color: #000; margin-bottom: 48px; } .feature-stack { display: flex; flex-direction: column; margin-bottom: 48px; border: 2px solid #000; } .feature-row { display: grid; grid-template-columns: 180px 1fr; border-bottom: 2px solid #000; } .feature-row:last-child { border-bottom: none; } .feature-left { padding: 20px 22px; background: #EDEDEC; border-right: 2px solid #000; display: flex; align-items: flex-start; } .feature-left-name { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #000; line-height: 1.5; } .feature-right { padding: 20px 24px; background: #fff; } .feature-right-copy { font-size: 15px; font-weight: 400; line-height: 1.75; color: #000; } .feature-right-copy strong { font-weight: 900; } .quote-block { background: #EDEDEC; padding: 40px 36px; margin-bottom: 48px; } .quote-label { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #CC0000; margin-bottom: 16px; display: block; } .quote-headline { font-size: clamp(20px, 3vw, 26px); font-weight: 900; letter-spacing: -0.025em; line-height: 1.2; color: #000; margin-bottom: 16px; text-transform: uppercase; } .quote-sub { font-size: 14px; font-weight: 400; line-height: 1.8; color: rgba(0,0,0,0.65); } .fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 48px; border: 2px solid #000; } .fit-card { padding: 24px 22px; } .fit-card:first-child { border-right: 2px solid #000; } .fit-card-label { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #000; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #CC0000; display: block; } .fit-card-copy { font-size: 14px; font-weight: 400; line-height: 1.75; color: #000; } /* Pricing */ .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-bottom: 48px; border: 2px solid #000; } .pricing-card { padding: 28px 24px; } .pricing-card:first-child { border-right: 2px solid #000; } .pricing-size { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(0,0,0,0.45); margin-bottom: 8px; display: block; } .pricing-name { font-size: 18px; font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; color: #000; margin-bottom: 4px; display: block; } .pricing-price { font-size: 32px; font-weight: 900; letter-spacing: -0.03em; color: #000; margin-bottom: 16px; display: block; } .pricing-wholesale { font-size: 13px; font-weight: 400; line-height: 1.6; color: rgba(0,0,0,0.6); border-top: 1px solid rgba(0,0,0,0.12); padding-top: 14px; margin-top: 4px; } .pricing-wholesale a { color: #CC0000; font-weight: 700; text-decoration: none; } .pricing-wholesale a:hover { text-decoration: underline; } .cmd-callout { padding: 24px 28px; border: 2px solid #000; background: #EDEDEC; font-size: 15px; font-weight: 400; color: rgba(0,0,0,0.75); line-height: 1.8; } .cmd-callout strong { color: #000; font-weight: 900; } @media (max-width: 560px) { .bridge-grid { grid-template-columns: 1fr; } .feature-row { grid-template-columns: 1fr; } .feature-left { border-right: none; border-bottom: 2px solid #000; } .fit-grid { grid-template-columns: 1fr; } .fit-card:first-child { border-right: none; border-bottom: 2px solid #000; } .pricing-grid { grid-template-columns: 1fr; } .pricing-card:first-child { border-right: none; border-bottom: 2px solid #000; } .hook-headline { font-size: clamp(24px, 7vw, 36px); } .hook-sub { font-size: 17px; line-height: 1.8; } .mechanism-copy { font-size: 17px; line-height: 1.85; } .feature-right-copy { font-size: 16px; line-height: 1.8; } .bridge-solution { font-size: 15px; } .quote-headline { font-size: clamp(18px, 5vw, 24px); } .cmd-callout { font-size: 16px; line-height: 1.85; } } Mister Collins Matcha
Premium Ceremonial Grade Japanese Matcha. Built for the bar.
Sourced from first-harvest leaves in Japan’s most respected growing regions — stone-milled, ceremonial grade, and engineered to perform consistently in high-volume café and restaurant environments. This is the matcha your menu has been waiting for.
The Source
Mister Collins Matcha starts with carefully selected first-harvest leaves from renowned growing regions in Japan. Traditional cultivation and shading methods preserve the matcha’s naturally vibrant green color, smooth texture, and rich nutrient profile. Those leaves are then carefully stone-milled — a process that maintains delicate flavor and locks in antioxidant content — before making their way into your café.
What Sets It Apart Ceremonial grade. Café ready. No compromise. The flavor Balanced umami, naturally creamy & sweet The color Striking vibrant green — drink after drink The process Traditional shading & stone-milled finish The format Built for high-volume café programs The Details
Rich Umami Flavor
Smooth and naturally sweet with a balanced umami finish your customers will remember. Naturally creamy with no bitterness — whether you’re pulling a traditional bowl or building a signature latte.
Vibrant Green Color
High-quality ceremonial-grade sourcing means the color does the selling for you. A striking, clean green that elevates every drink on presentation — so your beverages look as exceptional as they taste.
Crafted for Cafes
Designed to perform consistently in high-volume café and restaurant environments — authentic Japanese-style matcha or signature house creations, Mister Collins delivers unmatched quality and consistency at scale.
First-Harvest Japanese Source
Sourced from carefully selected first-harvest leaves from Japan’s most renowned growing regions, cultivated and shaded using traditional methods that preserve flavor, color, and nutrient profile.
Stone-Milled Finish
Stone-milling maintains the delicate flavor and antioxidant content of each leaf — a process that separates ceremonial grade from commodity matcha powder.
The Result
Every cup is an experience — not just a menu item.
Investing in Mister Collins Matcha means investing in quality, consistency, and an elevated customer experience. Bring authentic Japanese ceremonial matcha to your menu and let your customers taste the difference that first-harvest sourcing and traditional stone-milling actually makes.
Who It’s For Right for
Cafes, restaurants, and high-volume matcha programs that want ceremonial grade without chasing boutique suppliers. Shops whose customers are ordering matcha drinks daily and noticing the difference in color, flavor, and finish.
Skip if
You need a culinary-grade powder for baking or back-of-house blending. Mister Collins is built for front-of-house drinks where the color and flavor are on full display — and are the point.
Authorized Dealer. Expert Support. Every Product. Coffee Machine Depot carries Mister Collins Matcha alongside the full line of equipment your café program needs. Questions about wholesale pricing, volume orders, or program setup? Call us at 323-592-3303 or visit us in person. Financing available through Click Lease and our other partners for qualifying purchases.
Explore more from our collection.
Reviews
There are no reviews yet.