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

Motta Dosing Funnel 60mm

by Motta
Original price $30.00 - Original price $30.00
Original price
$30.00
$30.00 - $30.00
Current price $30.00

Motta Dosing Funnel 60mm

Achieve Precision and Cleanliness in Your Brewing Process

The Motta Dosing Funnel is an essential accessory for coffee enthusiasts seeking to enhance their espresso-making experience. Designed to eliminate mess while ensuring accurate dosing, this funnel directs coffee grounds seamlessly into your portafilter, providing a hassle-free brewing solution.

Key Features:

  • High-Quality Material:

    • Constructed from stainless steel for durability and a professional finish that withstands daily use.
  • Versatile Compatibility:

    • Upper External Diameter: 69mm
    • Lower External Diameter: 58/54mm
    • Suitable for all brands that utilize standard filter baskets, making it a versatile addition to your coffee toolkit.
  • Designed for Stability:

    • Edge External Diameter: 70mm
    • The design ensures a snug fit and stability during the dosing process.

Ideal For:

  • Home Baristas: Perfect for reducing mess and improving precision in your espresso preparation.
  • Coffee Shops: An excellent tool for busy cafés looking to streamline their workflow and enhance customer satisfaction.

Elevate your espresso preparation with the Motta Dosing Funnel 60mm and enjoy a cleaner, more efficient brewing experience!

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: "8003007906044", item_name: "Motta Dosing Funnel 60mm", price: 30, 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