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 0.6L, 2 Pack

Save 20% Save 20%
Original price $39.99
Original price $39.99 - Original price $39.99
Original price $39.99
Current price $31.99
$31.99 - $31.99
Current price $31.99

These Bottles for Carbonating are designed to complement your Breville InFizz™ Aqua and Fusion (models BCA600/BCA800), ensuring you can carbonate the perfect amount of sparkling water or beverages every time.

Key Features:

  • Set of 2 Bottles: Includes two bottles, providing extra capacity for preparing and storing multiple beverages.

  • BPA-Free: The bottles are made from BPA-free materials, ensuring the safety and purity of your carbonated drinks.

  • Stainless Steel Base and Lid: Designed with a durable stainless steel base and lid, these bottles are built to last and provide a sleek, modern look.

These bottles are a practical and stylish addition to your carbonation system, offering the perfect solution for creating and storing your sparkling beverages.

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: "8353468842236", item_name: "Breville the InFizz™ Bottles 0.6L, 2 Pack", price: 31, 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