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

Lelit 58mm Bottomless Portafilter - Black Wood Handle

by Lelit
Original price $134.99 - Original price $134.99
Original price
$134.99
$134.99 - $134.99
Current price $134.99

Lelit 58mm Bottomless Portafilter - Black Wood Handle

Elevate your espresso-making experience with the Lelit 58mm Bottomless Portafilter, designed for both aesthetics and functionality.

Key Features:

  • Construction: Crafted from high-quality stainless steel, this portafilter offers durability and a sleek appearance that complements any espresso machine.

  • Design: Features a classic black wood handle that provides a comfortable grip and adds a touch of elegance to your coffee setup.

  • Bottomless Design: The bottomless design allows you to observe the extraction process, helping you identify any issues with tamping or grind distribution for a perfect shot every time.

  • Basket Included: Comes with an 18-21g basket, ideal for creating rich, full-bodied espresso.

Specifications:

  • Size: 58mm
  • Material: Stainless steel with a black wood handle
  • Included Accessories: 18-21g basket

Transform your espresso routine with the Lelit 58mm Bottomless Portafilter, designed for coffee enthusiasts who appreciate quality and performance!

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: "8042122150140", item_name: "Lelit 58mm Bottomless Portafilter - Black Wood Handle", price: 134, 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