
Get In touch
We'd love to hear from you!
Inquire about special requests and orders, pick-ups, suggestions, or new products you'd love to see in the shop.
Questions? We got you! Please allow up to 48 hours for a response!
tag if you have any issues with loading the font. // This helps to force a repaint of the elements after the font has loaded. document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { var headings = document.querySelectorAll('h1, h2, h3, h4, h5, h6, .heading, .page-title, .article-title, .product-title'); headings.forEach(function(heading) { heading.style.opacity = 0.99; // Force a repaint. }); }, 500); // Adjust timeout if needed });