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

ACME Espresso Latte Cup (280ml/9.47oz) - Rata Individual Cups

by ACME
Original price $21.49 - Original price $21.49
Original price
$21.49
$21.49 - $21.49
Current price $21.49

The ACME Espresso Latte Cup in Rata (280ml/9.47oz) is a stylish and functional porcelain cup, designed specifically for lattes, flat whites, and other milk-based espresso drinks. The Rata colour, a warm red tone, adds a vibrant pop of colour to your coffee setup while maintaining the high-quality standards ACME is known for.

Key Features:

  • Capacity: 280ml / 9.47oz, ideal for serving lattes and similar drinks.
  • Material: Crafted from durable porcelain for excellent heat retention and durability.
  • Design: Ergonomic handle and thick, rounded body, providing comfort and helping to keep your drink warm.
  • Colour: Rata – a warm red hue, making it a standout piece in any coffee collection.
  • Interior: Smooth, curved interior to enhance milk texture and support latte art.

The ACME Latte Cup in Rata is perfect for those who want to add a splash of colour to their coffee experience while enjoying the practicality of a well-designed cup, suitable for both home use and professional cafes.

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: "8220602073340", item_name: "ACME Espresso Latte Cup (280ml/9.47oz) - Rata Individual Cups", price: 21, 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