Château de Lastours Grand Vin
Rosé
-20%

Original price was: 16,00 €.Current price is: 12,80 €.

Quantity
- +
🍇
Vintage
2024
🌿
Grape varieties
Grenache, Cinsault, Vermentino
👃
Tasting Notes
Citrus, pink grapefruit, white fruit (peach)
🍽️
Pairings & wine
Drink, grill, asian dishes or oriental, fish, shellfish

 

Origin
Terroir
Selection of the plots for their freshness and minerality.
Each grape variety is harvested separately at optimum maturity, early in the morning, and then vinified separately.
Winemaking, farming
After a direct pressing cold, selection of the best juice.
Stall cold a week before fermentation at low temperature.
After 4 months of aging on lees and a light fining, the wine is quickly bottled to preserve its fresh and fruity.
Tasting
Testing temperature 8-10°C
Guard
Pairings & wine
As an aperitif or during holiday meals.
Accompanies grilled meats, dishes asian or oriental, and fish and shellfish
Nose
The bouquet offers citrus aromas where grapefruit mingles with the softness of white flowers.
Mouth
In the mouth, the white fruit (peach) bring softness and elegance, identified by marine notes and citrus. Final crisp and salty.
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
// 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 }); })();