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

Hario Cold Brew System 600ml MCPN-7CBR

by Hario
Original price $29.99 - Original price $29.99
Original price $29.99 - Original price $29.99
Original price
Current price $29.99
$29.99 - $29.99
Current price $29.99
 More payment options

 

HARIO Cold Brew System 600ml (Model: MCPN-7CBR)

Elevate your cold brew experience with the HARIO Cold Brew System. This innovative brewer allows you to create smooth, rich coffee with minimal effort. The sleek design and high-quality materials make it an essential addition to any coffee lover's kitchen.

Key Features:

  • Capacity:

    • Holds up to 600 ml of brewed coffee, perfect for personal use or sharing with friends.
  • Easy Brewing Process:

    • Simply add medium-ground coffee to the mesh filter, fill the container with cold water, and let it steep in the refrigerator for several hours or overnight.
    • This method produces a concentrated, syrupy coffee that's less acidic than traditional brewing methods.
  • Versatile Use:

    • Ideal for making not just cold brew coffee but also refreshing iced teas. Experiment with various teas and flavor combinations for a unique beverage experience.
  • Quality Construction:

    • Materials:
      • Lid, Strainer Frame, Handle Band: Made from durable polypropylene.
      • Strainer Mesh: Crafted from polyester resin, ensuring optimal filtration.
      • Bushing: Made of silicone rubber for a secure seal.
      • Glass Pot: Heatproof glass that withstands temperature changes.
  • Dishwasher Safe:

    • All components are top-rack dishwasher safe, making cleanup a breeze.
  • Made in Japan:

    • Known for its craftsmanship and attention to detail, HARIO products are designed to enhance your coffee experience.

Dimensions:

  • Width: 138 mm
  • Depth: 94 mm
  • Height: 208 mm

Conclusion:

The HARIO Cold Brew System 600ml (MCPN-7CBR) is perfect for coffee aficionados looking to enjoy cold brew with ease. Its user-friendly design and premium materials ensure you can make delicious, refreshing drinks in no time. Whether you're at home or on the go, this cold brew system is a must-have for enjoying your favorite cold beverages!

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: "8062918689020", item_name: "Hario Cold Brew System 600ml MCPN-7CBR", price: 29, 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