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

Zojirushi Thermal Server 2.5 L with Brew Through Lid

Save 15% Save 15%
Original price $129.99
Original price $129.99 - Original price $129.99
Original price $129.99
Current price $109.99
$109.99 - $109.99
Current price $109.99
 More payment options

Zojirushi Thermal Server - 2.5 L

Keep your beverages hot for hours with the Zojirushi Thermal Server, designed for both convenience and performance. This 2.5-litre capacity server is constructed with a durable plastic body and a high-quality glass-lined insulation, ensuring excellent heat retention.

Key Features:

  • Capacity: 2.5 L (84 oz), perfect for serving multiple cups of coffee or tea.
  • Exceptional Heat Retention: Maintains hot temperatures for up to 6 hours, with tested results showing 172ºF at 10 hours and 147ºF at 24 hours.
  • Durable Construction: Made with a high-impact plastic body that resists dents and corrosion, ensuring longevity.
  • Convenient Design:
    • Detachable Serving Base for easy pouring.
    • Fold-Down Handle with a name tag holder for personalization.
    • Removable Drip Tray to catch any spills for easy cleanup.
    • Brew Thru Lid equipped with a mesh filter, allowing for direct brewing from commercial machines.
  • Compatibility: Fits under most commercial brewing machines, making it a versatile addition to your coffee setup.

Dimensions:

  • Width: 8"
  • Depth: 8-7/8"
  • Height: 17-1/8"

Certification:

  • NSF Certified for safety and quality.

Choose the Zojirushi Thermal Server for a stylish and functional solution to keeping your beverages hot and ready to serve!

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: "8065927905532", item_name: "Zojirushi Thermal Server 2.5 L with Brew Through Lid", price: 109, 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