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 Parole Cappuccino Cups (Set Of 6)

by Sara
Sold out
Original price $39.99 - Original price $39.99
Original price
$39.99
$39.99 - $39.99
Current price $39.99

Cappuccino Cups Gift Set - 6 oz White Porcelain

Elevate your coffee experience with this delightful set of white porcelain cappuccino cups, each holding 6 oz. Perfectly designed for cappuccinos, this gift box set includes six unique cups, each adorned with a charming Italian saying:

  • Ciao
  • Tanti Baci
  • Tutto È possibile
  • Buongiorno
  • Ti amo
  • Prima di Tutto

Features:

  • Durable Porcelain: Crafted from high-quality porcelain, these cups are both stylish and resilient.
  • Elegant Design: The classic white finish complements any table setting, making them suitable for both casual and formal occasions.
  • Gift Boxed: The set comes beautifully packaged in a gift box, making it an ideal present for coffee lovers or special occasions.
  • Matching Espresso Set: Enhance your collection with the matching espresso set available, allowing you to create a cohesive look for your coffee service.

Enjoy your cappuccino in style with this charming and functional set, perfect for celebrating the rich culture of Italian 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: "7695550546172", item_name: "Sara Parole Cappuccino Cups (Set Of 6)", price: 39, 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