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

Sara Speak Italian Cappuccino Cup - 6 Count

by Sara
Original price $37.50 - Original price $37.50
Original price
$37.50
$37.50 - $37.50
Current price $37.50

Cappuccino Cups "Speaks Italian" Set by Sara Moka

Indulge in your cappuccino experience with the "Speaks Italian" set, featuring six elegant 6 oz porcelain cappuccino cups and saucers. Each piece is expertly crafted from high-quality hard porcelain, ensuring durability and resistance to thermal shocks.

Features:

  • Capacity: 6 oz, perfect for serving rich cappuccinos topped with frothy milk.
  • Durable Construction: Made from pure hard porcelain, providing exceptional resistance to cracks and thermal shocks.
  • Elegant Presentation: Each set comes beautifully packaged in a round gift box, making it an ideal gift for coffee enthusiasts.
  • Unique Design: The cups feature charming "Speaks Italian" hand gestures, adding a touch of Italian flair to your coffee service.
  • Made in Italy: Crafted with care in Italy, showcasing traditional craftsmanship and quality.

Enhance your coffee moments with the Cappuccino Cups "Speaks Italian" Set by Sara Moka, a perfect blend of style and functionality for any coffee lover.

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: "7862169633020", item_name: "Sara Speak Italian Cappuccino Cup - 6 Count", price: 37, 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