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
Yahara Caramel Hearts
Price
$10
Flavor:
Milk Chocolate
Milk Chocolate
Dark Chocolate
Product variants
Milk Chocolate - $10.00
Dark Chocolate - $10.00
In stock.
Quantity
1
2
3
4
5
6
7
8
9
10
Add to cart
Sold out
Yahara Chocolate Caramel Hearts
Heart Shells are made with Yahara Dark or Milk Chocolate
Filled with soft Yahara Salted Butter Caramel
Boxes of 4 hearts
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'); } }); }); } } } });