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 - 6 Cup

Original price $0
Original price $79.99 - Original price $79.99
Original price
Current price $79.99
$79.99 - $79.99
Current price $79.99
 More payment options

The Bialetti Moka Express Italia Stovetop Espresso Maker - 6 Cup is a larger version of Bialetti's classic Moka Express, designed for those who want to brew more espresso in one go while enjoying its distinctive Italian style.

Key Features:

  • Construction: Made from food-grade aluminium, ensuring durability and safety. It also includes a sturdy stay-cool nylon handle and knob for ease of use.

  • Patented Safety Valve: Equipped with Bialetti’s patented safety valve, which is easy to clean and ensures safe brewing.

  • Distinctive Design: The eight-sided design allows for even heat distribution, enhancing the aroma and flavour of your espresso, just like the traditional Moka Express.

  • Capacity: This version brews up to 6 cups of espresso, making it perfect for serving a group of people or for those who enjoy multiple servings.

  • Italian Flag Theme: The Italia edition features the Italian flag colours, celebrating Bialetti's heritage and the tradition of Italian coffee.

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

  • Maintenance: Hand wash only—not dishwasher safe, ensuring it retains its quality and functionality over time.

Made in Italy:

This model is a celebration of Italian craftsmanship, proudly made in Italy, delivering authentic espresso with style and heritage.

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: "8007264731388", item_name: "Bialetti Moka Express Italia Stovetop Espresso Maker - 6 Cup", price: 79, 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