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

KitchenAid 2-Slice Toaster

Original price $0
Original price $169.99 - Original price $169.99
Original price
Current price $169.99
$169.99 - $169.99
Current price $169.99
 More payment options

Key Features

• Your Toast, Just the Way You Like It

• Extra Wide Slots

• Additional Functions for More Versatility

• Easily Access Bread with the Manual High Lift Lever

• Designed to Toast Your Bagel Just Right

2 Slice Toaster

With this KitchenAid 2-Slice Toaster, you can achieve your desired toast perfectly every time. It features a wide range of toasting shades, from light to dark, so you can customize your toast with precision and consistency.

The extra-wide slots allow toasting various bread types without changing the size, making it suitable for bagels, English muffins, thick breads, and homemade options.

Enhance versatility with four additional functions: Bagel, Defrost, Reheat, and Little Longer.

Effortlessly Retrieve Bread with the Manual High Lift Lever - Whether your bread is large or small, the high lift lever allows Breadasy access to the toaster.

The Kithe KitchenAid 2-Slice Toaster is specifically designed to toast your bagel perfectly. It evenly toasts the cut side of a bagel or English muffin while gently warming the outer surfaces for a delicious breakfast experience.

Simplify clean-up with the removable crumb tray. Effectively remove bread crumbs from the Toaster with the detachable tray. Hand washing is recommended.

Included in the Box 2 Slice Toaster
Model # KMT2109BK
Dimensions 6-9/10" W x 11-2/5" D x 8-3/10" H
Construction Materials Metal
Slot Size 1-3/10 " wide
Settings 7 toast shade settings, bagel setting, "a little longer" function, defrost function, cancel function
Lift Manual
Plug type 3 prongs with a plug
Certifications UL Certified
Power / Voltage 120 Volts / 60 Hz / 900 W

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: "8879420539132", item_name: "KitchenAid 2-Slice Toaster", price: 169, 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