Love all things Chocolate, Tea, & Pottery?
Sign up for our newsletter!
Subscribe
The Chocolate of the Month Club is a perfect gift!
Search
Log in
0
Cart
*Gifts*
Chocolate
All Chocolate
Yahara Made
Dark Chocolate
Milk Chocolate
White Chocolate
Wisconsin Made
Yahara
Mayana
Alternative Sugar
Dairy-Free
Confections
Tea
Classes
About
Cafe
News
Recipes
0
Double click image to zoom in
Click image to open expanded view
Wonderstate Coffee
Price
$16
Blend:
Driftless
Driftless
Product variants
Driftless - $16.00
Only 3 left in stock!
Quantity
1
2
3
Add to cart
This item is a recurring or deferred purchase. By continuing, I agree to the
cancellation policy
and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted.
Sold out
Free Shipping on orders of $85 or more.
FREE USPS Shipping at $85.
$10 USPS shipping for orders less than $85.
Ice will be added as necessary.
Upgrade to UPS 2-Day Shipping (+$15) when your high is above 75°F.
Local pick up and delivery is FREE.
Ingredients and Allergens
You may also like
Thanks for subscribing
Continue shopping
document.addEventListener('DOMContentLoaded', function () { const productJson = document.querySelectorAll('[data-product-json]'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const section = current.closest('[data-section-id]'); const product = JSON.parse(current.text); const unavailableVariants = product.variants.filter(variant => !variant.available); if (unavailableVariants.length > 0) { const variantOptions = section.querySelectorAll('.single-option-selector option'); unavailableVariants.forEach(unavailableVariant => { variantOptions.forEach(option => { if (unavailableVariant.title === option.value) { option.setAttribute('disabled', 'disabled'); } }); }); } } } });