Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


Hot Stuff Trivet - XL - ATB-201

Create an extra large designer silicone trivet with your favorite fabrics. This extra large trivet looks beautiful in the center of a table and is great for large platters and casserole dishes. Translucent 9 x 12 silicone overlay and instructions included. Finished trivet measures approx. 11 in x 14 in Silicone overlay is 100% food grade silicone and heat resistant up to 450 degrees. Refill silicone overlays are available.

window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));