Most of our glassware is made in the US or Mexico by Anchor Hocking. These multi purpose jars have various uses from filling them with wedding favors or botanicals to container wax candles.
var links = document.links;
for (let i = 0, linksLength = links.length; i < linksLength; i++) {
if (links[i].hostname !== window.location.hostname) {
links[i].target = '_blank';
links[i].rel = 'noreferrer noopener';
}
}