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

Breville the Knock Box™ 10

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

The Breville Knock Box™ 10 is a premium accessory designed for espresso lovers, offering both style and functionality. With a sleek Luxe design, it complements the aesthetics of the Breville espresso machine range while providing a practical solution for disposing of used coffee pucks.

Product Highlights:

  • Puck Capacity: Conveniently store up to 10 espresso pucks, allowing for quick and easy disposal after pulling multiple shots.

  • Easy Cleaning: The removable knock bar simplifies cleaning, making it easy to empty and maintain the inner vessel.

  • Compact Storage: Its compact design allows it to be stored neatly on your machine's drip tray when not in use, saving counter space.

  • Premium Construction: Made from stainless steel and plastic, this knock box is both durable and easy to clean.

Product Specifications:

  • Dimensions:

    • Width: 11.1 cm / 4.4 in
    • Depth: 12.1 cm / 4.8 in
    • Height: 12.1 cm / 4.8 in
  • Materials:

    • Stainless steel and plastic for durability and easy maintenance.
  • Capacity: Holds up to 10 pucks.

  • Warranty: Comes with a 1-year warranty.

This knock box is the perfect complement to your espresso setup, offering a clean, stylish, and functional way to dispose of used coffee grounds.

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: "8353419985148", item_name: "Breville the Knock Box™ 10", price: 34, 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