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

CHEMEX® BONDED FILTERS FS-100 PREFOLDED SQUARES

by Chemex
Original price $15.50 - Original price $15.50
Original price
$15.50
$15.50 - $15.50
Current price $15.50

 

The Chemex Bonded Filters FS-100 are specifically designed to enhance the brewing process when used with Chemex Coffeemakers. These pre-folded square filters are engineered to ensure that you achieve a clean and flavorful cup of coffee every time.

Key Features:

  • Scientifically Designed: The filters are crafted to provide optimal filtration, allowing only the purest flavors to pass through while trapping unwanted sediments and bitter elements.
  • Pre-Folded Convenience: These filters come pre-folded for easy use, allowing for quick setup and minimal preparation time.
  • Perfect Compatibility: Tailored to fit all CHEMEX® Coffeemakers, ensuring that you can enjoy the benefits of the CHEMEX® pour-over method without any hassle.
  • Rich Flavour Extraction: The unique thickness and texture of the filters contribute to better flavour extraction, resulting in a balanced and aromatic brew.
  • Quantity: Typically sold in packs that contain multiple filters, ensuring you have a ready supply for your coffee brewing needs.

Using CHEMEX® Bonded Filters FS-100 guarantees a superior brewing experience, making them an essential accessory for any coffee enthusiast who values quality and taste in their coffee.

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: "7862132867324", item_name: "CHEMEX® BONDED FILTERS FS-100 PREFOLDED SQUARES", price: 15, 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