Expertly selected artisan cheeses from around the world and made-to-order gourmet sandwiches – all crafted with locally sourced ingredients whenever possible.
Sandwich Gallery
Charcuterie Gallery
Full Sandwich Menu
All sandwiches . Locally sourced ingredients whenever possible.
Locally sourced ingredients whenever possible.
The Cheese Shop
The Cheese Shop at Lake Wine & Spirits features expertly selected artisan cheeses from around the world. With a constantly revolving inventory and often exclusive items, we offer the best the open market has to offer – plus gourmet salts, hand-pressed olive oils, olives, and chocolates.
Featured Cheese

A pressed goat’s milk cheese from Catalonia, Spain. Milky and nutty with a natural blue-grey mold rind – pairs beautifully with a glass of Cava, Albarino, or a dry sherry.
Featured Cheese

A artisan, semi-hard cow’s milk cheese from County Cork, Ireland, uniquely marbled with dark porter beer. Tangy, full-flavored cheddar taste with caramel, chocolate, and smoky undertones. Often Paired with Dark Beer.
window.toggleMenu = function () { var menu = document.getElementById('mobile-menu'); var header = document.getElementById('site-header'); var headerBottom = header.getBoundingClientRect().bottom; menu.style.top = headerBottom + 'px'; menu.classList.toggle('open'); };
(function () { var saved = localStorage.getItem('theme'); var prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches; var theme = saved || (prefersDark ? 'dark' : 'light');
document.documentElement.setAttribute('data-theme', theme); updateThemeIcon(theme);
window.toggleTheme = function () { var current = document.documentElement.getAttribute('data-theme') || 'light'; var next = current === 'dark' ? 'light' : 'dark';
document.documentElement.setAttribute('data-theme', next); localStorage.setItem('theme', next); updateThemeIcon(next); };
function updateThemeIcon(theme) { var icon = document.getElementById('theme-icon'); if (icon) { icon.innerHTML = theme === 'dark' ? '☀' : '🌙'; } } })();