Tervis tumblers feature double-wall insulated construction that keeps drinks hot or cold longer and reduces condensation to prevent rings on your table
Strong, impact resistant BPA-free material means these tumblers can take a tumble without shattering and won't retain tastes or odors
Dishwasher safe
Officially licensed
You may also like
document.addEventListener('DOMContentLoaded', function () {
const header = document.querySelector('header');
window.addEventListener('scroll', function () {
if (window.scrollY > 50) { // Change '50' to adjust when the shadow appears
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
});