Elevate your sipping experience with our vibrant Ceramic Mug. Perfect for coffee lovers, tea enthusiasts, or anyone who enjoys a cozy drink. This mug sets the perfect mood for your mornings, afternoons, or evenings, bringing a touch of warmth to your daily routine. Whether you're curling up with a book or enjoying a chat with friends, it's a delightful companion. Ideal for gifting on occasions like birthdays, holidays, or housewarmings, this mug will be a thoughtful present for anyone who appreciates a beautiful design combined with functionality. It's perfect for friends, family, or even yourself!
Product features
- Glossy ceramic with a shiny finish
- Vibrant colors using advanced printing techniques
- Microwave-safe for convenient heating
- Dishwasher-safe for easy cleaning
- Available in two practical 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);
// }
// });