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

Motta Cocoa Shaker SS

by Motta
Original price $14.99 - Original price $14.99
Original price
$14.99
$14.99 - $14.99
Current price $14.99

Cacao Shaker

Elevate Your Coffee Experience at Home

Transform your cappuccinos and lattes into café-quality beverages with the Cacao Shaker. Perfect for sprinkling cacao or cinnamon, this stylish shaker allows you to unleash your inner barista right in your own kitchen.

Key Features:

  • Quality Construction: Made from solid 18/10 stainless steel, ensuring durability and a sleek finish.

  • Perfectly Sized: Designed with the ideal shape for easy handling and precise sprinkling.

  • User-Friendly: Shake your favorite toppings effortlessly to add that perfect finishing touch to your drinks.

  • Care Instructions: Hand wash recommended; not suitable for dishwashing to maintain quality.

  • Compact Dimensions: Measures 5.5 cm W x 5.5 cm D x 8 cm H, making it easy to store and handle.

Made in Italy, the Cacao Shaker is a stylish addition to your coffee accessories, allowing you to impress friends and family with beautifully crafted beverages. Enjoy the art of coffee making with this essential tool!

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: "7862065234172", item_name: "Motta Cocoa Shaker SS", price: 14, 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