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

Bialetti Moka Express Italia Stovetop Espresso Maker - 3 Cup

Original price $64.99 - Original price $64.99
Original price $64.99 - Original price $64.99
Original price
Current price $64.99
$64.99 - $64.99
Current price $64.99
 More payment options

The Bialetti Moka Express is an iconic stovetop espresso maker known for its classic design and ability to produce rich, authentic espresso. Here are its key features:

Key Features:

  • Construction: Made from food-grade aluminum, ensuring durability and safety. It also includes a sturdy stay-cool nylon handle and knob for comfortable handling.

  • Patented Safety Valve: Equipped with Bialetti’s patented safety valve, ensuring a safe brewing process, while also being easy to clean and maintain.

  • Distinctive Design: The signature eight-sided shape of the Moka Express allows for perfect heat diffusion, enhancing the coffee's aroma and providing a full-bodied espresso.

  • Capacity: The 3-cup capacity makes it perfect for small servings of espresso, ideal for one to two people.

  • Compatibility: Suitable for use on ceramic, electric, and gas stovetops.

  • Maintenance: This espresso maker is not dishwasher safe and should be hand-washed to maintain its quality and longevity.

Made in Italy:

The Moka Express is proudly made in Italy, carrying forward a tradition of quality and authentic espresso brewing.

Customer Reviews

We’re looking for stars!
Let us know what you think

Compare products

0 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: "8007264534780", item_name: "Bialetti Moka Express Italia Stovetop Espresso Maker - 3 Cup", price: 64, 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