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

Delonghi Double Wall Latte Glasses Set of 2 #DLSC312

Original price $0
Original price $23.99 - Original price $23.99
Original price
Current price $23.99
$23.99 - $23.99
Current price $23.99
 More payment options
  • 3% Back In Anthony's Rewards
  • Free Shipping Over $69*

De'Longhi Double Wall Latte Glasses Set of 2 (#DLSC312)

Elevate your drinking experience with the De'Longhi Double Wall Latte Glasses, designed for the true latte connoisseur. These hand-made glasses are not only functional but also add a touch of elegance to your beverage presentation.

Key Features:

  • Thermal Insulation:

    • The double-wall design keeps your drinks hot while ensuring that the exterior remains cool to the touch, allowing for comfortable handling.
  • Versatile Use:

    • Perfect for a variety of beverages including espresso, coffee, tea, and more. These glasses are suitable for both hot and cold drinks.
  • Elegant Design:

    • The sleek aesthetic of these glasses makes them a beautiful addition to any kitchen or dining table, enhancing the overall drinking experience.
  • Set of Two:

    • Each set includes two 8 fl oz glasses, making it ideal for sharing a warm beverage with a friend or loved one.
  • Dishwasher Safe:

    • For easy cleaning, these glasses are dishwasher safe, ensuring convenience for everyday use.

Conclusion:

The De'Longhi Double Wall Latte Glasses are a perfect gift for anyone who appreciates the art of latte making. With their stylish design and practical features, these glasses will enhance your coffee-drinking rituals and keep your beverages at the perfect temperature. Enjoy your drinks in style!

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: "7695557918972", item_name: "Delonghi Double Wall Latte Glasses Set of 2 #DLSC312", price: 23, 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