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

Angled Group Head Brush for Espresso Machine

by Motta
Original price $5.99 - Original price $5.99
Original price
$5.99
$5.99 - $5.99
Current price $5.99

The Angled Group Head Brush for Espresso Machine is an essential tool for maintaining the cleanliness and performance of your espresso machine. Designed specifically for cleaning hard-to-reach areas, this brush ensures that your machine operates at its best by removing coffee grounds and oils that can accumulate over time.

Key Features:

  • Angled Design: The brush features an angled head, which makes it easier to clean the group head and other tricky areas of your espresso machine without straining your wrist.
  • Synthetic Bristles: Equipped with durable synthetic bristles, this brush effectively scrubs away residue without damaging the delicate parts of the machine.
  • Optimal Cleaning: Perfect for reaching crevices and corners that are often difficult to clean, ensuring that your machine remains residue-free and functioning at peak performance.
  • Made in Italy: Manufactured with precision and attention to detail, this brush brings professional-level quality straight to your kitchen.

The Angled Group Head Brush is a must-have tool for espresso machine owners, offering effective cleaning to help extend the life of your machine and maintain the quality of your coffee.

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: "7695573516540", item_name: "Angled Group Head Brush for Espresso Machine", price: 5, 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