Grenache de Lastours
-15%

Grenache de Lastours

Original price was: 8,00 €.Current price is: 6,80 €.

Quantity
- +
🍇
Vintage
2022
🌿
Grape varieties
Grenache
👃
Tasting Notes
Red fruit, cherry, strawberry, rose, violet
🍽️
Pairings & wine
Mediterranean Cuisine, salads, tapas, platters of cold cuts

 

Origin
Terroir
Plots in the heart of the scrubland
Coteaux argilo-calcareous and stony exposed to the rising sun
Winemaking, farming
3 months in stainless steel tanks
Tasting
Testing temperature 15°C
Guard
Pairings & wine
Mediterranean dishes, salads, tomatoes and mozzarella cheese,
tapas and platters of cold cuts
Nose
Expressive nose of red fruits, cherry, strawberry, sour cherry, floral notes of rose and violet.
Mouth
Mouth elegant and delicate, expressing the purity of the fruit red ripe. Perfect balance between acidity and fruitiness. Velvety tannins for a long finish.
Certified organic wine.

Technical Data Sheet

 

Vendanges à la main au Château de Lastours – récolte d’une grappe de raisin noir en Corbières
Vue panoramique des vignes et collines verdoyantes du Château de Lastours à Portel-des-Corbières

Our Similar Collection

// Fonction pour bloquer les liens correspondant à un certain modèle function blockLinks() { // Sélectionner tous les éléments sur la page var links = document.querySelectorAll('a'); // Parcourir chaque lien links.forEach(function(link) { if (link.href.startsWith('https://www.chateaudelastours.com/product/')) { link.href = '#'; link.style.pointerEvents = 'none'; // Éviter les clics } }); } // Appeler la fonction pour bloquer les liens blockLinks(); // Observer et déplacer un produit spécifique dans la bonne catégorie (function () { const observer = new MutationObserver(() => { const rougeProduct = document.querySelector('li.post-11167'); const allBlocks = document.querySelectorAll('.custom-category-block'); let correctLine = null; allBlocks.forEach(block => { const title = block.querySelector('.custom-category-title'); if (title && title.textContent.trim().toUpperCase() === 'LA BERGERIE DE LASTOURS') { correctLine = block.querySelector('.custom-category-line'); } }); if (rougeProduct && correctLine) { correctLine.appendChild(rougeProduct); observer.disconnect(); } }); observer.observe(document.body, { childList: true, subtree: true }); })();