Skip to content
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada
We Are Proudly A Canadian Company 🇨🇦 - We Offer Free Shipping Over $79* Across Canada

Country

Cups and Tumblers

Cups and Tumblers

Whether you’re brewing at home, commuting to work, or enjoying espresso on the patio, the right cup makes all the difference. Explore our collection of cups and tumblers—carefully selected for quality, style, and performance.

From Italian porcelain cappuccino cups to insulated travel mugs from brands like FELLOW and Sara Cucina, each piece is designed to elevate your coffee experience. Expect thoughtful features like heat-retaining ceramic coatings, leak-resistant lids, and flavour-preserving interiors—because your coffee deserves better than an ordinary cup.

Perfect for home setups, gifts, or life on the go, our cups and tumblers are built to last and made to enjoy. Shop with confidence from Anthony’s Espresso—Canada’s trusted source for premium coffee gear and fast nationwide shipping.


Filters

This collection is empty

View all products

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
// Tracking view_item document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('.product-form--atc-button').forEach(button => { button.addEventListener('click', function (event) { event.preventDefault(); // Prevents the default action for debugging let product = { item_id: "", item_name: "", price: 0, currency: "CAD" }; // Push event to the dataLayer window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "add_to_cart", ecommerce: { currency: product.currency, value: product.price, items: [product] } }); console.log("🛒 add_to_cart event pushed:", product); // Allow form submission after tracking setTimeout(() => { event.target.closest("form").submit(); }, 300); }); }); }); // begin_checkout