Introducing the perfect Ceramic Mug to elevate your coffee or tea time. Designed with vibrant colors and a glossy finish, this mug adds a joyful touch to your morning routine. The comfortable C-handle provides an easy grip, making each sip a pleasure. Ideal for home or office use, it’s a fantastic gift for coffee lovers, friends, and family members who appreciate quality and style. Perfect for holidays like Christmas, birthdays, or any special occasion where you want to bring a smile. Enjoy your favorite beverages with confidence, knowing this mug is both microwave and dishwasher safe, ensuring convenience in your busy life.
Product features - Glossy ceramic finish for a sleek look - Vibrant colors using advanced printing techniques - Microwave-safe for easy reheating - Dishwasher-safe for hassle-free cleaning - Available in two convenient sizes: 11oz and 15oz
Care instructions - Clean in dishwasher or wash by hand with warm water and dish soap
// $(document).ready(function () {
// $.getJSON("https://ipapi.co/json/", function (response) {
// var location = response.city + ", " + response.region_code + ", " + response.country_name;
// var deliveryMinDays = 7; // Example minimum delivery days
// var deliveryMaxDays = 22; // Example maximum delivery days
// var today = new Date();
// var deliveryMin = new Date(today.setDate(today.getDate() + deliveryMinDays));
// var deliveryMax = new Date(today.setDate(today.getDate() + deliveryMaxDays));
// var deliveryMinFormatted = formatDate(deliveryMin);
// var deliveryMaxFormatted = formatDate(deliveryMax);
// $(".shipping-preview-loading").hide();
// $(".custom-address").text("Free shipping to: " + location);
// $(".shipping-estimated").text("Receive between: " + deliveryMinFormatted + " and " + deliveryMaxFormatted);
// $(".text-garantia, .text-troca").show();
// });
// Function to format date as "Month day"
// function formatDate(date) {
// var options = { month: "long", day: "numeric" };
// return date.toLocaleDateString("en-US", options);
// }
// });