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

Jura Cleaning Tabs - 6 Pack

by Jura
Original price $25.95 - Original price $25.95
Original price
$25.95
$25.95 - $25.95
Current price $25.95
  • 3% Back In Anthony's Rewards
  • Free Shipping Over $69*

This pack contains 6 decalcifying packets for de-scaling Jura Super Automatic Espresso machines.

Effective cleaning, long-lasting protection

Maintenance of the automatic coffee machines and hygiene when working with milk, coffee and water are key to maintaining a very high level of coffee quality.

Every automatic machine from JURA has a zero-maintenance brewing unit with self-cleaning at the touch of a button.

Our research team has developed an outstanding cleaning tablet. Their intensive work means that these tablets' cleaning and protective action is vastly enhanced. The new 2-phase cleaning tablet doesn't just clean the machine; it also seals it to delay the accumulation of fat coffee residue.

Cleaning process

It is very easy to start the cleaning operation at the touch of a button.

Phase I, cleaning:
The special formula effectively loosens the coffee fat and particles in the brewing unit and sieve. Water heated to 80 C thoroughly rinses these components inside and outside.

Phase II, protection:
Special active ingredients seal the surfaces of the corresponding components and protect them from coffee residue and fat in the long term.

The result:
A hygienically clean automatic coffee machine fully ready for perfect coffee quality and the ultimate enjoyment at the touch of a button.

Only use original JURA cleaning tablets to clean and protect your automatic coffee machine. Only these tablets are perfectly matched to the automatic cleaning cycle.

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: "7695571878140", item_name: "Jura Cleaning Tabs - 6 Pack", price: 25, 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