${index + 1}. ${wine.name}
${[wine.producer, wine.region].filter(Boolean).join(' · ')}
${wine.glass} glas
${wine.bottle} fles
${wine.bottle} fles
${wine.score >= 45 ? '⭐⭐⭐ Perfecte match' : wine.score >= 30 ? '⭐⭐ Sterke match' : '⭐ Goede keuze'}
${wine.grapes}
Waarom deze match: ${recommendationText(wine, answers)}
