
Sweet Cherries
SOLD OUT IN TIMBERVILLE! Find our cherries at the following locations: Friendly City Food Co-op in Harrisonburg Corner Market Farm to Table in Quicksburg ---- Options of a 2lb pouch or 8 quarts in a flat (about 12lbs) of freshly picked sweet cherries. Sweet and juicy, these are best eaten fresh. Available for Local Pickup Only .container { display: flex; align-items: center; gap: 40px; /* Wider gap between columns */ } .container h2 { font-size: 36px; padding-bottom: 10px; } .non-break { } .column { flex: 1; } .featured-recipe { align-items: center; flex: 1; } .recipe a { text-decoration: none; /* Remove underline from the specific link */ } img { max-width: 100%; height: auto; } .container a { text-decoration: none; /* Remove underline from the specific link */ } @media (max-width: 768px) { .container {