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 Moka Coffee - Medium Roast (250g)

by illy
Original price $0
Original price $13.95 - Original price $13.95
Original price
Current price $13.95
$13.95 - $13.95
Current price $13.95
 More payment options

 

Classico is a medium roast coffee known for its classic and well-rounded flavor profile. With each sip, you'll experience a delightful combination of sweetness and delicate notes that add depth to your coffee-drinking experience.

The lingering sweetness in Classico is reminiscent of caramel, providing a smooth and enjoyable taste sensation. Alongside this sweetness, you'll also notice the subtle presence of orange blossom and jasmine. These floral notes add a touch of elegance and complexity to the coffee, enhancing its overall aroma and flavor.

As a medium roast, Classico strikes a balance between the bright acidity of light roasts and the boldness of dark roasts. This makes it a versatile choice that appeals to a wide range of coffee enthusiasts. Whether you prefer it black or with a splash of milk, Classico's medium roast level allows its flavors to shine while maintaining a smooth and well-balanced profile.

Whether you're starting your day with a cup of coffee or indulging in a mid-afternoon pick-me-up, Classico's lingering sweetness and delicate notes of caramel, orange blossom, and jasmine will make each sip a truly enjoyable experience.

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: "8650421534972", item_name: "illy Ground Moka Coffee - Medium Roast (250g)", price: 13, 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