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

Breville the InFizz™ Bottles 1L, 2 Pack

Save 20% Save 20%
Original price $54.99
Original price $54.99 - Original price $54.99
Original price $54.99
Current price $43.99
$43.99 - $43.99
Current price $43.99

These Carbonating Bottles are perfect for use with the Breville InFizz™ Aqua and Fusion (models BCA600/BCA800), allowing you to carbonate and store the ideal amount of sparkling water or other beverages.

Key Features:

  • Set of 2 Bottles: Includes two bottles, providing flexibility for carbonating multiple drinks at once.
  • 1L Capacity: Each bottle holds up to 1 litre, perfect for serving a good amount of sparkling water or your favourite beverages.
  • BPA-Free: Made from BPA-free materials, ensuring that your drinks are safe and pure.
  • Stainless Steel Base and Lid: The durable stainless steel base and lid offer both style and sturdiness, giving the bottles a modern, sleek look while enhancing longevity.

These bottles are a convenient and essential addition to your Breville carbonation system, helping you create and enjoy refreshing drinks with ease.

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: "8353468416252", item_name: "Breville the InFizz™ Bottles 1L, 2 Pack", price: 43, 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