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

Illy Ground Espresso Classico Coffee - Medium Roast - 250g (Case of 6)

by illy
Save 31% Save 31%
Original price $107.94
Original price $107.94 - Original price $107.94
Original price $107.94
Current price $74.99
$74.99 - $74.99
Current price $74.99
 More payment options

 

Take your coffee-drinking experience to the next level with our Ground Espresso Classico Coffee – Medium Roast – 250g! Crafted with a medium roast, this delicious blend will offer a full-bodied flavour and pleasing aroma, perfect for any espresso lover. Each bag contains 250g of high-quality espresso beans that will give you the authentic taste of Italy.

Retail Name Clasico
Brand Illy
SKU A059
Weight 250g x6
Type of Packaging Case
Arabica/Robusta 70/30
Aroma 8
Flavour 8
Acidity 7
Sweetness 6
Bitterness 5
Body 8.5
Roast Location Italy
Crema Results* 8
Decaffeinated NO

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: "8723922223356", item_name: "Illy Ground Espresso Classico Coffee - Medium Roast - 250g (Case of 6)", price: 74, 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