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™ 20

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

The Breville Knock Box™ 20 is a stylish and functional accessory, designed to complement Breville’s espresso machine range. Featuring a Luxe design, it adds an elegant touch to your espresso station while providing a practical solution for disposing of used coffee pucks.

Product Highlights:

  • Puck Capacity: Holds up to 20 espresso pucks, providing ample storage for multiple uses before needing to be emptied.

  • Easy to Clean: The removable knock bar makes cleaning simple and efficient, allowing for easy disposal of coffee grounds and maintenance of the inner vessel.

  • Compact Design: Though larger than the Knock Box™ 10, its dimensions are still compact enough to fit seamlessly into your espresso setup.

  • Durable Construction: Built from stainless steel and plastic, ensuring both durability and ease of cleaning.

Product Specifications:

  • Dimensions:

    • Width: 16.4 cm / 6.4 in
    • Depth: 16.2 cm / 6.3 in
    • Height: 16.2 cm / 6.3 in
  • Materials:

    • Stainless steel and plastic for a robust and easy-to-maintain design.
  • Capacity: Can hold up to 20 pucks.

  • Warranty: Backed by a 1-year warranty.

The Breville Knock Box™ 20 is perfect for home baristas or small cafés looking for a larger capacity and a stylish, durable knock box solution.

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: "8353420411132", item_name: "Breville the Knock Box™ 20", price: 54, 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