{"title":"Nos cartes cadeaux","description":"","products":[{"product_id":"carte-cadeau-visite-gourmande","title":"Carte Cadeau Visite Gourmande","description":"\u003c!-- ============================================================\n     DESCRIPTIF PRODUIT : CARTE CADEAU VISITE GOURMANDE\n     Château La Villatade — Shopify (champ \"Description\")\n     Bilingue FR \/ EN avec détection automatique de la langue\n     CSS scopé .vil-desc- — pas de conflit avec le thème\n     ============================================================ --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Manrope:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n.vil-desc, .vil-desc * { box-sizing: border-box; }\n.vil-desc {\n  --vil-bordeaux: #6B1F2E;\n  --vil-bordeaux-dark: #4A1520;\n  --vil-cream: #FAF7F2;\n  --vil-cream-warm: #F5EBE0;\n  --vil-gold: #B8935A;\n  --vil-gold-light: #D4B57F;\n  --vil-charcoal: #2C2420;\n  --vil-grey: #6B6157;\n  --vil-line: #E8DDD0;\n  --vil-display: 'Cormorant Garamond', Georgia, serif;\n  --vil-body: 'Manrope', -apple-system, sans-serif;\n\n  font-family: var(--vil-body);\n  color: var(--vil-charcoal);\n  line-height: 1.65;\n  font-size: 15px;\n  max-width: 100%;\n}\n.vil-desc h2, .vil-desc h3 {\n  font-family: var(--vil-display);\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  letter-spacing: -0.01em;\n  margin: 0;\n}\n.vil-desc p { margin: 0 0 1em 0; }\n.vil-desc strong { color: var(--vil-charcoal); font-weight: 600; }\n\n\/* Bilingue : par défaut FR, EN masqué — bascule via JS selon lang du site *\/\n.vil-desc .vil-en { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-en { display: block; }\n.vil-desc[data-lang=\"en\"] li.vil-fr,\n.vil-desc[data-lang=\"en\"] span.vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] li.vil-en,\n.vil-desc[data-lang=\"en\"] span.vil-en { display: list-item; }\n.vil-desc[data-lang=\"en\"] span.vil-en { display: inline; }\n\n\/* =========== EYEBROW =========== *\/\n.vil-desc-eyebrow {\n  font-size: 11px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--vil-gold);\n  font-weight: 600;\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.vil-desc-eyebrow::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: var(--vil-line);\n  max-width: 80px;\n}\n\n\/* =========== INTRO =========== *\/\n.vil-desc-intro {\n  margin-bottom: 36px;\n}\n.vil-desc-intro h2 {\n  font-size: 32px;\n  line-height: 1.15;\n  margin-bottom: 14px;\n  font-weight: 500;\n}\n.vil-desc-intro h2 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-intro-lead {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 19px;\n  color: var(--vil-grey);\n  line-height: 1.55;\n  margin-bottom: 22px;\n  font-weight: 400;\n}\n.vil-desc-intro p {\n  font-size: 15px;\n  color: var(--vil-charcoal);\n  line-height: 1.75;\n}\n\n\/* =========== META =========== *\/\n.vil-desc-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 32px;\n  padding: 18px;\n  background: var(--vil-cream);\n  border-left: 3px solid var(--vil-gold);\n  border-radius: 2px;\n}\n.vil-desc-meta-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  padding: 4px 12px;\n}\n.vil-desc-meta-item svg {\n  width: 16px;\n  height: 16px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n}\n.vil-desc-meta-item:not(:last-child) {\n  border-right: 1px solid var(--vil-line);\n}\n\n\/* =========== NOTICES (alerte personnalisation + réservation) =========== *\/\n.vil-desc-notices {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 40px;\n}\n@media (max-width: 640px) {\n  .vil-desc-notices { grid-template-columns: 1fr; }\n}\n.vil-desc-notice {\n  background: #fff;\n  border: 1px solid var(--vil-line);\n  border-top: 3px solid var(--vil-bordeaux);\n  padding: 22px;\n  border-radius: 2px;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n.vil-desc-notice-icon {\n  width: 38px;\n  height: 38px;\n  background: var(--vil-cream-warm);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.vil-desc-notice-icon svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n}\n.vil-desc-notice-text strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  margin-bottom: 4px;\n}\n.vil-desc-notice-text span {\n  font-size: 13.5px;\n  color: var(--vil-charcoal);\n  line-height: 1.55;\n  display: block;\n}\n.vil-desc-notice-text a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n.vil-desc-notice-text a:hover {\n  color: var(--vil-bordeaux-dark);\n}\n\n\/* =========== CE QUE COMPREND =========== *\/\n.vil-desc-includes {\n  background: var(--vil-cream);\n  padding: 32px;\n  border-radius: 2px;\n  margin-bottom: 40px;\n  position: relative;\n}\n.vil-desc-includes::before {\n  content: \"\";\n  position: absolute;\n  top: 32px;\n  bottom: 32px;\n  left: 0;\n  width: 3px;\n  background: var(--vil-gold);\n}\n.vil-desc-includes h3 {\n  font-size: 24px;\n  margin-bottom: 8px;\n  font-weight: 600;\n}\n.vil-desc-includes h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-includes-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 22px;\n}\n.vil-desc-includes ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px 28px;\n}\n@media (max-width: 640px) {\n  .vil-desc-includes ul { grid-template-columns: 1fr; }\n  .vil-desc-includes { padding: 24px; }\n}\n.vil-desc-includes li {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  font-size: 14px;\n  line-height: 1.5;\n}\n.vil-desc-includes li svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.vil-desc-includes li strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 16px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  margin-bottom: 2px;\n}\n.vil-desc-includes li span {\n  font-size: 13px;\n  color: var(--vil-grey);\n  line-height: 1.5;\n  display: block;\n}\n\n\/* =========== FAQ =========== *\/\n.vil-desc-faq h3 {\n  font-size: 26px;\n  margin-bottom: 6px;\n  font-weight: 600;\n}\n.vil-desc-faq h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-faq-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 20px;\n}\n.vil-desc-faq-item {\n  border-bottom: 1px solid var(--vil-line);\n  padding: 16px 0;\n}\n.vil-desc-faq-item:first-of-type {\n  border-top: 1px solid var(--vil-line);\n}\n.vil-desc-faq-item summary {\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n}\n.vil-desc-faq-item summary::-webkit-details-marker { display: none; }\n.vil-desc-faq-item summary::after {\n  content: \"+\";\n  font-size: 24px;\n  color: var(--vil-gold);\n  font-weight: 300;\n  transition: transform 0.25s ease;\n  font-family: var(--vil-body);\n  line-height: 1;\n}\n.vil-desc-faq-item[open] summary::after {\n  transform: rotate(45deg);\n}\n.vil-desc-faq-item p {\n  margin-top: 12px;\n  font-size: 14px;\n  color: var(--vil-grey);\n  line-height: 1.7;\n}\n.vil-desc-faq-item p a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"vil-desc\"\u003e\n\n  \u003c!-- ====================================================\n       VERSION FRANÇAISE\n       ==================================================== --\u003e\n\n  \u003c!-- EYEBROW --\u003e\n  \u003cdiv class=\"vil-desc-eyebrow\"\u003e\n    \u003cspan class=\"vil-fr\"\u003eUNE EXPÉRIENCE À OFFRIR\u003c\/span\u003e\n    \u003cspan class=\"vil-en\"\u003eAN EXPERIENCE TO GIFT\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"vil-desc-intro\"\u003e\n    \u003ch2 class=\"vil-fr\"\u003eL'\u003cem\u003eart de vivre\u003c\/em\u003e du Minervois,\u003cbr\u003eà partager.\u003c\/h2\u003e\n    \u003ch2 class=\"vil-en\"\u003eThe \u003cem\u003eart of living\u003c\/em\u003e of the Minervois,\u003cbr\u003eto share.\u003c\/h2\u003e\n\n    \u003cdiv class=\"vil-desc-intro-lead vil-fr\"\u003e\n      Une parenthèse de deux heures au cœur de notre propriété familiale : promenade dans les vignes, dégustation commentée et pause gourmande sous le soleil du Minervois.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-intro-lead vil-en\"\u003e\n      A two-hour escape at the heart of our family estate: a stroll through the vines, a guided wine tasting and a gourmet break under the Minervois sun.\n    \u003c\/div\u003e\n\n    \u003cp class=\"vil-fr\"\u003e\n      Offrez à vos proches un moment de découverte unique en visitant notre propriété familiale. Nous les emmènerons dans nos vignes et leur présenterons notre domaine viticole, son terroir et les cépages que nous cultivons. Après une \u003cstrong\u003edégustation commentée de 6 vins sur les 3 couleurs\u003c\/strong\u003e, ils s'installeront pour une \u003cstrong\u003epause gourmande\u003c\/strong\u003e avec une planche de terroir accompagnée d'un verre de vin au choix.\n    \u003c\/p\u003e\n    \u003cp class=\"vil-en\"\u003e\n      Give your loved ones a unique moment of discovery as they visit our family estate. We will take them through our vineyards and introduce them to our winery, its terroir and the grape varieties we cultivate. After a \u003cstrong\u003eguided tasting of 6 wines across the 3 colours\u003c\/strong\u003e, they will enjoy a \u003cstrong\u003egourmet break\u003c\/strong\u003e with a charcuterie and cheese board served with a glass of wine of their choice.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- META --\u003e\n  \u003cdiv class=\"vil-desc-meta\"\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e2 heures\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e2 hours\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M16 21v-2a4 4 0 00-4-4H6a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e18 ans et plus\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e18 years and over\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003eVisite + Dégustation + Pause Gourmande\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003eTour + Tasting + Gourmet Break\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTICES IMPORTANTES --\u003e\n  \u003cdiv class=\"vil-desc-notices\"\u003e\n\n    \u003c!-- Personnalisation panier --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003ePersonnaliser le cadeau\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003ePersonalise the gift\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          Au moment du panier, ajoutez le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e dans le champ \u003cem\u003ecommentaire de commande\u003c\/em\u003e. Nous éditerons la carte cadeau au nom de la personne à qui vous l'offrez.\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          At checkout, please add the \u003cstrong\u003erecipient's name\u003c\/strong\u003e in the \u003cem\u003eorder note\u003c\/em\u003e field. We will issue the gift card in the name of the person you are offering it to.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Réservation par téléphone --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003eRéservation par téléphone\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003eBooking by phone\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          La visite se réserve \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte reçue, contactez le domaine pour choisir une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eAppeler le domaine\u003c\/a\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          The visit must be booked \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the card is received, please contact the estate to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall the estate\u003c\/a\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- CE QUE COMPREND --\u003e\n  \u003cdiv class=\"vil-desc-includes\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eCe que comprend \u003cem\u003el'expérience\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eWhat the \u003cem\u003eexperience\u003c\/em\u003e includes\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-includes-sub vil-fr\"\u003e\n      Une parenthèse complète, du vignoble à la table.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-includes-sub vil-en\"\u003e\n      A complete escape, from vineyard to table.\n    \u003c\/div\u003e\n\n    \u003cul\u003e\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePromenade dans les vignes\u003c\/strong\u003e\n          \u003cspan\u003eDécouverte du terroir et des cépages cultivés sur le domaine familial.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eA walk through the vineyards\u003c\/strong\u003e\n          \u003cspan\u003eDiscover the terroir and the grape varieties grown on our family estate.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePrésentation du domaine\u003c\/strong\u003e\n          \u003cspan\u003eHistoire, philosophie de culture et savoir-faire transmis en famille.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eIntroduction to the estate\u003c\/strong\u003e\n          \u003cspan\u003eThe estate's history, growing philosophy and family know-how.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDégustation commentée\u003c\/strong\u003e\n          \u003cspan\u003e6 vins servis sur les 3 couleurs, expliqués par un membre de la famille.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eGuided wine tasting\u003c\/strong\u003e\n          \u003cspan\u003e6 wines across the 3 colours, presented by a member of the family.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePlanche de terroir\u003c\/strong\u003e\n          \u003cspan\u003eCharcuteries, fromages et produits régionaux sélectionnés avec soin.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLocal charcuterie \u0026amp; cheese board\u003c\/strong\u003e\n          \u003cspan\u003eCured meats, cheeses and regional produce, carefully selected.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eVerre de vin au choix\u003c\/strong\u003e\n          \u003cspan\u003ePour accompagner la pause gourmande, dans le cadre du domaine.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eA glass of wine of your choice\u003c\/strong\u003e\n          \u003cspan\u003eTo accompany the gourmet break, in the setting of the estate.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValidité 12 mois\u003c\/strong\u003e\n          \u003cspan\u003eLe bénéficiaire choisit sa date selon nos disponibilités.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValid for 12 months\u003c\/strong\u003e\n          \u003cspan\u003eThe recipient picks a date based on our availability.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"vil-desc-faq\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eQuestions \u003cem\u003efréquentes\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eFrequently \u003cem\u003easked questions\u003c\/em\u003e\n\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-faq-sub vil-fr\"\u003eTout savoir avant d'offrir.\u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-faq-sub vil-en\"\u003eEverything you need to know before gifting.\u003c\/div\u003e\n\n    \u003c!-- FAQ FR --\u003e\n    \u003cdiv class=\"vil-fr\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment réserver la visite ?\u003c\/summary\u003e\n        \u003cp\u003eLa réservation se fait \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte cadeau achetée et reçue, le bénéficiaire (ou vous-même) appelle directement le domaine pour convenir d'une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eNous appeler\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment indiquer le nom de la personne à qui j'offre la carte ?\u003c\/summary\u003e\n        \u003cp\u003eAu moment de finaliser votre commande, dans le \u003cstrong\u003epanier\u003c\/strong\u003e, un champ \u003cem\u003e« commentaire de commande »\u003c\/em\u003e est disponible. Indiquez-y simplement le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e. Nous éditerons la carte cadeau à son nom.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment la carte cadeau est-elle envoyée ?\u003c\/summary\u003e\n        \u003cp\u003eAprès votre commande, la carte cadeau personnalisée vous est transmise par e-mail sous forme de PDF élégant, prête à être imprimée ou transférée à la personne à qui vous l'offrez.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la durée de validité ?\u003c\/summary\u003e\n        \u003cp\u003eLa carte est valable \u003cstrong\u003e12 mois\u003c\/strong\u003e à compter de la date d'achat. Au-delà, contactez-nous : nous étudions chaque demande au cas par cas.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003ePeut-on venir à plusieurs avec une seule carte ?\u003c\/summary\u003e\n        \u003cp\u003eUne carte cadeau correspond à \u003cstrong\u003eune personne\u003c\/strong\u003e. Pour offrir l'expérience à un couple, une famille ou un groupe d'amis, il suffit de commander le nombre de cartes correspondant. Pour les groupes de plus de 4 personnes, appelez-nous pour une organisation sur-mesure.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eEt en cas d'allergie ou de régime alimentaire particulier ?\u003c\/summary\u003e\n        \u003cp\u003eNous adaptons la planche de terroir aux régimes alimentaires (végétarien, sans gluten, allergies). Merci de nous le préciser lors de la réservation téléphonique, au minimum 48h avant la visite.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eLa carte cadeau est-elle remboursable ?\u003c\/summary\u003e\n        \u003cp\u003eConformément à la réglementation sur les prestations de loisirs datées, la carte cadeau n'est ni reprise ni remboursée. Elle reste \u003cstrong\u003etransférable\u003c\/strong\u003e : le bénéficiaire peut l'offrir à son tour ou venir accompagné.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ EN --\u003e\n    \u003cdiv class=\"vil-en\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I book the visit?\u003c\/summary\u003e\n        \u003cp\u003eBooking is \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the gift card has been purchased and received, the recipient (or you) calls the estate directly to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall us\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I indicate the name of the person I'm gifting the card to?\u003c\/summary\u003e\n        \u003cp\u003eWhen finalising your order, an \u003cem\u003e\"order note\"\u003c\/em\u003e field is available in the \u003cstrong\u003ecart\u003c\/strong\u003e. Simply enter the \u003cstrong\u003erecipient's name\u003c\/strong\u003e there. We will issue the gift card in their name.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow is the gift card delivered?\u003c\/summary\u003e\n        \u003cp\u003eAfter your order, the personalised gift card is sent to you by email as an elegant PDF, ready to be printed or forwarded to the person you are gifting it to.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow long is the gift card valid?\u003c\/summary\u003e\n        \u003cp\u003eThe card is valid for \u003cstrong\u003e12 months\u003c\/strong\u003e from the date of purchase. Beyond that, please contact us — we review each request on a case-by-case basis.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eCan several people come with a single card?\u003c\/summary\u003e\n        \u003cp\u003eOne gift card covers \u003cstrong\u003eone person\u003c\/strong\u003e. To gift the experience to a couple, a family or a group of friends, simply order the matching number of cards. For groups of more than 4 people, please call us to arrange a tailor-made visit.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eWhat about allergies or specific dietary requirements?\u003c\/summary\u003e\n        \u003cp\u003eWe adapt the local board to dietary requirements (vegetarian, gluten-free, allergies). Please let us know when booking by phone, at least 48 hours before the visit.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eIs the gift card refundable?\u003c\/summary\u003e\n        \u003cp\u003eIn accordance with regulations on dated leisure services, the gift card is neither refundable nor exchangeable. It remains \u003cstrong\u003etransferable\u003c\/strong\u003e: the recipient may pass it on or come accompanied.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var el = document.currentScript \u0026\u0026 document.currentScript.previousElementSibling;\n  while (el \u0026\u0026 !(el.classList \u0026\u0026 el.classList.contains('vil-desc'))) {\n    el = el.previousElementSibling;\n  }\n  if (!el) el = document.querySelector('.vil-desc');\n  if (!el) return;\n\n  var htmlLang = (document.documentElement.lang || '').toLowerCase();\n  var path = (window.location.pathname || '').toLowerCase();\n  var isEn = htmlLang.indexOf('en') === 0\n          || path.indexOf('\/en\/') !== -1\n          || path.indexOf('\/en-') !== -1\n          || \/^\\\/en$\/.test(path);\n\n  el.setAttribute('data-lang', isEn ? 'en' : 'fr');\n})();\n\u003c\/script\u003e","brand":"Chateau La Villatade","offers":[{"title":"Default Title","offer_id":54479411183945,"sku":null,"price":27.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0972\/2491\/7321\/files\/28_60a11844-6fa6-4548-94db-36dfc0e481a7.jpg?v=1764743327"},{"product_id":"carte-cadeau-a-la-decouverte-du-minervois","title":"Carte Cadeau À la Découverte du Minervois","description":"\u003c!-- ============================================================\n     DESCRIPTIF PRODUIT : CARTE CADEAU\n     « À LA DÉCOUVERTE DU MINERVOIS »\n     Château La Villatade — Shopify (champ \"Description\")\n     Bilingue FR \/ EN avec détection automatique de la langue\n     CSS scopé .vil-desc- — pas de conflit avec le thème\n     ============================================================ --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Manrope:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n.vil-desc, .vil-desc * { box-sizing: border-box; }\n.vil-desc {\n  --vil-bordeaux: #6B1F2E;\n  --vil-bordeaux-dark: #4A1520;\n  --vil-cream: #FAF7F2;\n  --vil-cream-warm: #F5EBE0;\n  --vil-gold: #B8935A;\n  --vil-gold-light: #D4B57F;\n  --vil-charcoal: #2C2420;\n  --vil-grey: #6B6157;\n  --vil-line: #E8DDD0;\n  --vil-display: 'Cormorant Garamond', Georgia, serif;\n  --vil-body: 'Manrope', -apple-system, sans-serif;\n\n  font-family: var(--vil-body);\n  color: var(--vil-charcoal);\n  line-height: 1.65;\n  font-size: 15px;\n  max-width: 100%;\n}\n.vil-desc h2, .vil-desc h3 {\n  font-family: var(--vil-display);\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  letter-spacing: -0.01em;\n  margin: 0;\n}\n.vil-desc p { margin: 0 0 1em 0; }\n.vil-desc strong { color: var(--vil-charcoal); font-weight: 600; }\n\n\/* Bilingue : par défaut FR, EN masqué — bascule via JS selon lang du site *\/\n.vil-desc .vil-en { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-en { display: block; }\n.vil-desc[data-lang=\"en\"] li.vil-fr,\n.vil-desc[data-lang=\"en\"] span.vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] li.vil-en,\n.vil-desc[data-lang=\"en\"] span.vil-en { display: list-item; }\n.vil-desc[data-lang=\"en\"] span.vil-en { display: inline; }\n\n\/* =========== EYEBROW =========== *\/\n.vil-desc-eyebrow {\n  font-size: 11px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--vil-gold);\n  font-weight: 600;\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.vil-desc-eyebrow::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: var(--vil-line);\n  max-width: 80px;\n}\n\n\/* =========== INTRO =========== *\/\n.vil-desc-intro {\n  margin-bottom: 36px;\n}\n.vil-desc-intro h2 {\n  font-size: 32px;\n  line-height: 1.15;\n  margin-bottom: 14px;\n  font-weight: 500;\n}\n.vil-desc-intro h2 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-intro-lead {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 19px;\n  color: var(--vil-grey);\n  line-height: 1.55;\n  margin-bottom: 22px;\n  font-weight: 400;\n}\n.vil-desc-intro p {\n  font-size: 15px;\n  color: var(--vil-charcoal);\n  line-height: 1.75;\n}\n\n\/* =========== META =========== *\/\n.vil-desc-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 32px;\n  padding: 18px;\n  background: var(--vil-cream);\n  border-left: 3px solid var(--vil-gold);\n  border-radius: 2px;\n}\n.vil-desc-meta-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  padding: 4px 12px;\n}\n.vil-desc-meta-item svg {\n  width: 16px;\n  height: 16px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n}\n.vil-desc-meta-item:not(:last-child) {\n  border-right: 1px solid var(--vil-line);\n}\n\n\/* =========== NOTICES (alerte personnalisation + réservation) =========== *\/\n.vil-desc-notices {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 40px;\n}\n@media (max-width: 640px) {\n  .vil-desc-notices { grid-template-columns: 1fr; }\n}\n.vil-desc-notice {\n  background: #fff;\n  border: 1px solid var(--vil-line);\n  border-top: 3px solid var(--vil-bordeaux);\n  padding: 22px;\n  border-radius: 2px;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n.vil-desc-notice-icon {\n  width: 38px;\n  height: 38px;\n  background: var(--vil-cream-warm);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.vil-desc-notice-icon svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n}\n.vil-desc-notice-text strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  margin-bottom: 4px;\n}\n.vil-desc-notice-text span {\n  font-size: 13.5px;\n  color: var(--vil-charcoal);\n  line-height: 1.55;\n  display: block;\n}\n.vil-desc-notice-text a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n.vil-desc-notice-text a:hover {\n  color: var(--vil-bordeaux-dark);\n}\n\n\/* =========== CE QUE COMPREND =========== *\/\n.vil-desc-includes {\n  background: var(--vil-cream);\n  padding: 32px;\n  border-radius: 2px;\n  margin-bottom: 40px;\n  position: relative;\n}\n.vil-desc-includes::before {\n  content: \"\";\n  position: absolute;\n  top: 32px;\n  bottom: 32px;\n  left: 0;\n  width: 3px;\n  background: var(--vil-gold);\n}\n.vil-desc-includes h3 {\n  font-size: 24px;\n  margin-bottom: 8px;\n  font-weight: 600;\n}\n.vil-desc-includes h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-includes-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 22px;\n}\n.vil-desc-includes ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px 28px;\n}\n@media (max-width: 640px) {\n  .vil-desc-includes ul { grid-template-columns: 1fr; }\n  .vil-desc-includes { padding: 24px; }\n}\n.vil-desc-includes li {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  font-size: 14px;\n  line-height: 1.5;\n}\n.vil-desc-includes li svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.vil-desc-includes li strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 16px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  margin-bottom: 2px;\n}\n.vil-desc-includes li span {\n  font-size: 13px;\n  color: var(--vil-grey);\n  line-height: 1.5;\n  display: block;\n}\n\n\/* =========== FAQ =========== *\/\n.vil-desc-faq h3 {\n  font-size: 26px;\n  margin-bottom: 6px;\n  font-weight: 600;\n}\n.vil-desc-faq h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-faq-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 20px;\n}\n.vil-desc-faq-item {\n  border-bottom: 1px solid var(--vil-line);\n  padding: 16px 0;\n}\n.vil-desc-faq-item:first-of-type {\n  border-top: 1px solid var(--vil-line);\n}\n.vil-desc-faq-item summary {\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n}\n.vil-desc-faq-item summary::-webkit-details-marker { display: none; }\n.vil-desc-faq-item summary::after {\n  content: \"+\";\n  font-size: 24px;\n  color: var(--vil-gold);\n  font-weight: 300;\n  transition: transform 0.25s ease;\n  font-family: var(--vil-body);\n  line-height: 1;\n}\n.vil-desc-faq-item[open] summary::after {\n  transform: rotate(45deg);\n}\n.vil-desc-faq-item p {\n  margin-top: 12px;\n  font-size: 14px;\n  color: var(--vil-grey);\n  line-height: 1.7;\n}\n.vil-desc-faq-item p a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"vil-desc\"\u003e\n\n  \u003c!-- ====================================================\n       BILINGUE FR \/ EN — bascule automatique via JS\n       ==================================================== --\u003e\n\n  \u003c!-- EYEBROW --\u003e\n  \u003cdiv class=\"vil-desc-eyebrow\"\u003e\n    \u003cspan class=\"vil-fr\"\u003eUNE EXPÉRIENCE À OFFRIR\u003c\/span\u003e\n    \u003cspan class=\"vil-en\"\u003eAN EXPERIENCE TO GIFT\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"vil-desc-intro\"\u003e\n    \u003ch2 class=\"vil-fr\"\u003e\n\u003cem\u003eÀ la découverte\u003c\/em\u003e\u003cbr\u003edu Minervois.\u003c\/h2\u003e\n    \u003ch2 class=\"vil-en\"\u003e\n\u003cem\u003eDiscovering\u003c\/em\u003e\u003cbr\u003ethe Minervois.\u003c\/h2\u003e\n\n    \u003cdiv class=\"vil-desc-intro-lead vil-fr\"\u003e\n      Une heure trente d'immersion complète, des vignes à la cave, jusqu'à la dégustation de tous nos vins.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-intro-lead vil-en\"\u003e\n      A full ninety-minute immersion — from the vineyards to the cellar, all the way to a tasting of every wine on the estate.\n    \u003c\/div\u003e\n\n    \u003cp class=\"vil-fr\"\u003e\n      Offrez à vos proches un moment de découverte unique en visitant notre propriété familiale. Nous les amènerons dans nos vignes pour leur présenter notre domaine viticole, \u003cstrong\u003ele terroir et les cépages locaux dans un cadre relaxant\u003c\/strong\u003e. Ils visiteront ensuite notre \u003cstrong\u003ecave de vinification\u003c\/strong\u003e et profiteront d'une \u003cstrong\u003edégustation commentée de l'ensemble des vins du domaine sur les 3 couleurs\u003c\/strong\u003e.\n    \u003c\/p\u003e\n    \u003cp class=\"vil-en\"\u003e\n      Give your loved ones a unique moment of discovery as they visit our family estate. We will take them through our vineyards and introduce them to our winery, \u003cstrong\u003ethe terroir and the local grape varieties in a relaxed setting\u003c\/strong\u003e. They will then visit our \u003cstrong\u003evinification cellar\u003c\/strong\u003e and enjoy a \u003cstrong\u003eguided tasting of every wine on the estate across the 3 colours\u003c\/strong\u003e.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- META --\u003e\n  \u003cdiv class=\"vil-desc-meta\"\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e1h30\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e1h30\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M16 21v-2a4 4 0 00-4-4H6a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e18 ans et plus\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e18 years and over\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003eVisite \u0026amp; Dégustation Complète\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003eComplete Tour \u0026amp; Tasting\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTICES IMPORTANTES --\u003e\n  \u003cdiv class=\"vil-desc-notices\"\u003e\n\n    \u003c!-- Personnalisation panier --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003ePersonnaliser le cadeau\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003ePersonalise the gift\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          Au moment du panier, ajoutez le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e dans le champ \u003cem\u003ecommentaire de commande\u003c\/em\u003e. Nous éditerons la carte cadeau au nom de la personne à qui vous l'offrez.\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          At checkout, please add the \u003cstrong\u003erecipient's name\u003c\/strong\u003e in the \u003cem\u003eorder note\u003c\/em\u003e field. We will issue the gift card in the name of the person you are offering it to.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Réservation par téléphone --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003eRéservation par téléphone\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003eBooking by phone\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          La visite se réserve \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte reçue, contactez le domaine pour choisir une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eAppeler le domaine\u003c\/a\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          The visit must be booked \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the card is received, please contact the estate to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall the estate\u003c\/a\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- CE QUE COMPREND --\u003e\n  \u003cdiv class=\"vil-desc-includes\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eCe que comprend \u003cem\u003el'expérience\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eWhat the \u003cem\u003eexperience\u003c\/em\u003e includes\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-includes-sub vil-fr\"\u003e\n      Une immersion complète, des vignes à la dégustation.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-includes-sub vil-en\"\u003e\n      A complete immersion, from the vineyards to the tasting.\n    \u003c\/div\u003e\n\n    \u003cul\u003e\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePromenade dans les vignes\u003c\/strong\u003e\n          \u003cspan\u003eDécouverte du terroir et des cépages locaux dans un cadre relaxant.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eA walk through the vineyards\u003c\/strong\u003e\n          \u003cspan\u003eDiscover the terroir and the local grape varieties in a relaxed setting.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePrésentation du domaine\u003c\/strong\u003e\n          \u003cspan\u003eHistoire, philosophie de culture et savoir-faire transmis en famille.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eIntroduction to the estate\u003c\/strong\u003e\n          \u003cspan\u003eThe estate's history, growing philosophy and family know-how.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eVisite de la cave de vinification\u003c\/strong\u003e\n          \u003cspan\u003eDécouverte des coulisses : élaboration, élevage et chai du domaine.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eTour of the vinification cellar\u003c\/strong\u003e\n          \u003cspan\u003eBehind the scenes: wine-making, ageing and the estate's cellar.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDégustation commentée complète\u003c\/strong\u003e\n          \u003cspan\u003eL'ensemble des vins du domaine, sur les 3 couleurs, expliqués par un membre de la famille.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eFull guided tasting\u003c\/strong\u003e\n          \u003cspan\u003eEvery wine on the estate, across the 3 colours, presented by a member of the family.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eUn cadre familial et authentique\u003c\/strong\u003e\n          \u003cspan\u003eUne rencontre simple et chaleureuse avec une famille de vignerons du Minervois.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eA warm, family setting\u003c\/strong\u003e\n          \u003cspan\u003eA simple, genuine encounter with a winegrowing family from the Minervois.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValidité 12 mois\u003c\/strong\u003e\n          \u003cspan\u003eLe bénéficiaire choisit sa date selon nos disponibilités.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValid for 12 months\u003c\/strong\u003e\n          \u003cspan\u003eThe recipient picks a date based on our availability.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"vil-desc-faq\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eQuestions \u003cem\u003efréquentes\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eFrequently \u003cem\u003easked questions\u003c\/em\u003e\n\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-faq-sub vil-fr\"\u003eTout savoir avant d'offrir.\u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-faq-sub vil-en\"\u003eEverything you need to know before gifting.\u003c\/div\u003e\n\n    \u003c!-- FAQ FR --\u003e\n    \u003cdiv class=\"vil-fr\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment réserver la visite ?\u003c\/summary\u003e\n        \u003cp\u003eLa réservation se fait \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte cadeau achetée et reçue, le bénéficiaire (ou vous-même) appelle directement le domaine pour convenir d'une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eNous appeler\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment indiquer le nom de la personne à qui j'offre la carte ?\u003c\/summary\u003e\n        \u003cp\u003eAu moment de finaliser votre commande, dans le \u003cstrong\u003epanier\u003c\/strong\u003e, un champ \u003cem\u003e« commentaire de commande »\u003c\/em\u003e est disponible. Indiquez-y simplement le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e. Nous éditerons la carte cadeau à son nom.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la différence avec la Visite Gourmande ?\u003c\/summary\u003e\n        \u003cp\u003eL'expérience \u003cem\u003eÀ la Découverte du Minervois\u003c\/em\u003e dure \u003cstrong\u003e1h30\u003c\/strong\u003e et comprend la visite des vignes, de la \u003cstrong\u003ecave de vinification\u003c\/strong\u003e, et une \u003cstrong\u003edégustation commentée de tous les vins du domaine\u003c\/strong\u003e. La \u003cem\u003eVisite Gourmande\u003c\/em\u003e dure 2h et ajoute à la dégustation une \u003cstrong\u003epause gourmande\u003c\/strong\u003e avec planche de terroir et verre de vin au choix.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment la carte cadeau est-elle envoyée ?\u003c\/summary\u003e\n        \u003cp\u003eAprès votre commande, la carte cadeau personnalisée vous est transmise par e-mail sous forme de PDF élégant, prête à être imprimée ou transférée à la personne à qui vous l'offrez.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la durée de validité ?\u003c\/summary\u003e\n        \u003cp\u003eLa carte est valable \u003cstrong\u003e12 mois\u003c\/strong\u003e à compter de la date d'achat. Au-delà, contactez-nous : nous étudions chaque demande au cas par cas.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003ePeut-on venir à plusieurs avec une seule carte ?\u003c\/summary\u003e\n        \u003cp\u003eUne carte cadeau correspond à \u003cstrong\u003eune personne\u003c\/strong\u003e. Pour offrir l'expérience à un couple, une famille ou un groupe d'amis, il suffit de commander le nombre de cartes correspondant. Pour les groupes de plus de 4 personnes, appelez-nous pour une organisation sur-mesure.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eLa visite est-elle accessible aux mineurs ?\u003c\/summary\u003e\n        \u003cp\u003eL'expérience étant centrée sur une dégustation de vins, elle est réservée aux personnes \u003cstrong\u003emajeures (18 ans et plus)\u003c\/strong\u003e. Les enfants accompagnants sont les bienvenus pour la promenade dans les vignes et la visite de la cave, mais ne participeront pas à la dégustation.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eLa carte cadeau est-elle remboursable ?\u003c\/summary\u003e\n        \u003cp\u003eConformément à la réglementation sur les prestations de loisirs datées, la carte cadeau n'est ni reprise ni remboursée. Elle reste \u003cstrong\u003etransférable\u003c\/strong\u003e : le bénéficiaire peut l'offrir à son tour ou venir accompagné.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ EN --\u003e\n    \u003cdiv class=\"vil-en\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I book the visit?\u003c\/summary\u003e\n        \u003cp\u003eBooking is \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the gift card has been purchased and received, the recipient (or you) calls the estate directly to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall us\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I indicate the name of the person I'm gifting the card to?\u003c\/summary\u003e\n        \u003cp\u003eWhen finalising your order, an \u003cem\u003e\"order note\"\u003c\/em\u003e field is available in the \u003cstrong\u003ecart\u003c\/strong\u003e. Simply enter the \u003cstrong\u003erecipient's name\u003c\/strong\u003e there. We will issue the gift card in their name.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eWhat's the difference with the Gourmet Visit?\u003c\/summary\u003e\n        \u003cp\u003eThe \u003cem\u003eDiscovering the Minervois\u003c\/em\u003e experience lasts \u003cstrong\u003e1h30\u003c\/strong\u003e and includes a walk through the vineyards, a tour of the \u003cstrong\u003evinification cellar\u003c\/strong\u003e, and a \u003cstrong\u003eguided tasting of every wine on the estate\u003c\/strong\u003e. The \u003cem\u003eGourmet Visit\u003c\/em\u003e lasts 2 hours and adds to the tasting a \u003cstrong\u003egourmet break\u003c\/strong\u003e with a local charcuterie \u0026amp; cheese board and a glass of wine of your choice.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow is the gift card delivered?\u003c\/summary\u003e\n        \u003cp\u003eAfter your order, the personalised gift card is sent to you by email as an elegant PDF, ready to be printed or forwarded to the person you are gifting it to.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow long is the gift card valid?\u003c\/summary\u003e\n        \u003cp\u003eThe card is valid for \u003cstrong\u003e12 months\u003c\/strong\u003e from the date of purchase. Beyond that, please contact us — we review each request on a case-by-case basis.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eCan several people come with a single card?\u003c\/summary\u003e\n        \u003cp\u003eOne gift card covers \u003cstrong\u003eone person\u003c\/strong\u003e. To gift the experience to a couple, a family or a group of friends, simply order the matching number of cards. For groups of more than 4 people, please call us to arrange a tailor-made visit.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eIs the visit open to minors?\u003c\/summary\u003e\n        \u003cp\u003eSince the experience is centred on a wine tasting, it is reserved for people aged \u003cstrong\u003e18 and over\u003c\/strong\u003e. Accompanying children are welcome to join the walk through the vineyards and the cellar tour, but will not take part in the tasting.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eIs the gift card refundable?\u003c\/summary\u003e\n        \u003cp\u003eIn accordance with regulations on dated leisure services, the gift card is neither refundable nor exchangeable. It remains \u003cstrong\u003etransferable\u003c\/strong\u003e: the recipient may pass it on or come accompanied.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var el = document.currentScript \u0026\u0026 document.currentScript.previousElementSibling;\n  while (el \u0026\u0026 !(el.classList \u0026\u0026 el.classList.contains('vil-desc'))) {\n    el = el.previousElementSibling;\n  }\n  if (!el) el = document.querySelector('.vil-desc');\n  if (!el) return;\n\n  var htmlLang = (document.documentElement.lang || '').toLowerCase();\n  var path = (window.location.pathname || '').toLowerCase();\n  var isEn = htmlLang.indexOf('en') === 0\n          || path.indexOf('\/en\/') !== -1\n          || path.indexOf('\/en-') !== -1\n          || \/^\\\/en$\/.test(path);\n\n  el.setAttribute('data-lang', isEn ? 'en' : 'fr');\n})();\n\u003c\/script\u003e","brand":"Chateau La Villatade","offers":[{"title":"Default Title","offer_id":54479454110025,"sku":null,"price":14.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0972\/2491\/7321\/files\/40_0b21670b-f968-44c6-92b3-babc0a237f56.jpg?v=1764743327"},{"product_id":"carte-cadeau-decouverte-oenologique-atelier-assemblage","title":"Carte cadeau Découverte Œnologique + Atelier Assemblage","description":"\u003c!-- ============================================================\n     DESCRIPTIF PRODUIT : CARTE CADEAU\n     « DÉCOUVERTE ŒNOLOGIQUE + ATELIER ASSEMBLAGE »\n     Château La Villatade — Shopify (champ \"Description\")\n     Bilingue FR \/ EN avec détection automatique de la langue\n     CSS scopé .vil-desc- — pas de conflit avec le thème\n     ============================================================ --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Manrope:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n.vil-desc, .vil-desc * { box-sizing: border-box; }\n.vil-desc {\n  --vil-bordeaux: #6B1F2E;\n  --vil-bordeaux-dark: #4A1520;\n  --vil-cream: #FAF7F2;\n  --vil-cream-warm: #F5EBE0;\n  --vil-gold: #B8935A;\n  --vil-gold-light: #D4B57F;\n  --vil-charcoal: #2C2420;\n  --vil-grey: #6B6157;\n  --vil-line: #E8DDD0;\n  --vil-display: 'Cormorant Garamond', Georgia, serif;\n  --vil-body: 'Manrope', -apple-system, sans-serif;\n\n  font-family: var(--vil-body);\n  color: var(--vil-charcoal);\n  line-height: 1.65;\n  font-size: 15px;\n  max-width: 100%;\n}\n.vil-desc h2, .vil-desc h3 {\n  font-family: var(--vil-display);\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  letter-spacing: -0.01em;\n  margin: 0;\n}\n.vil-desc p { margin: 0 0 1em 0; }\n.vil-desc strong { color: var(--vil-charcoal); font-weight: 600; }\n\n\/* Bilingue : par défaut FR, EN masqué — bascule via JS selon lang du site *\/\n.vil-desc .vil-en { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-en { display: block; }\n.vil-desc[data-lang=\"en\"] li.vil-fr,\n.vil-desc[data-lang=\"en\"] span.vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] li.vil-en,\n.vil-desc[data-lang=\"en\"] span.vil-en { display: list-item; }\n.vil-desc[data-lang=\"en\"] span.vil-en { display: inline; }\n\n\/* =========== EYEBROW =========== *\/\n.vil-desc-eyebrow {\n  font-size: 11px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--vil-gold);\n  font-weight: 600;\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.vil-desc-eyebrow::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: var(--vil-line);\n  max-width: 80px;\n}\n\n\/* =========== INTRO =========== *\/\n.vil-desc-intro {\n  margin-bottom: 36px;\n}\n.vil-desc-intro h2 {\n  font-size: 32px;\n  line-height: 1.15;\n  margin-bottom: 14px;\n  font-weight: 500;\n}\n.vil-desc-intro h2 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-intro-lead {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 19px;\n  color: var(--vil-grey);\n  line-height: 1.55;\n  margin-bottom: 22px;\n  font-weight: 400;\n}\n.vil-desc-intro p {\n  font-size: 15px;\n  color: var(--vil-charcoal);\n  line-height: 1.75;\n}\n\n\/* =========== HIGHLIGHT (la bouteille personnalisée) =========== *\/\n.vil-desc-highlight {\n  background: linear-gradient(135deg, var(--vil-bordeaux) 0%, var(--vil-bordeaux-dark) 100%);\n  color: #fff;\n  padding: 26px 30px;\n  border-radius: 2px;\n  margin: 0 0 36px 0;\n  display: flex;\n  gap: 22px;\n  align-items: center;\n  position: relative;\n  overflow: hidden;\n}\n.vil-desc-highlight::before {\n  content: \"\";\n  position: absolute;\n  top: -40px;\n  right: -40px;\n  width: 180px;\n  height: 180px;\n  background: radial-gradient(circle, rgba(212, 181, 127, 0.18) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.vil-desc-highlight-icon {\n  width: 54px;\n  height: 54px;\n  background: rgba(212, 181, 127, 0.15);\n  border: 1px solid var(--vil-gold-light);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  position: relative;\n  z-index: 1;\n}\n.vil-desc-highlight-icon svg {\n  width: 26px;\n  height: 26px;\n  color: var(--vil-gold-light);\n}\n.vil-desc-highlight-text {\n  position: relative;\n  z-index: 1;\n}\n.vil-desc-highlight-text strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 22px;\n  font-weight: 600;\n  color: #fff;\n  margin-bottom: 4px;\n}\n.vil-desc-highlight-text strong em {\n  font-style: italic;\n  color: var(--vil-gold-light);\n}\n.vil-desc-highlight-text span {\n  font-size: 14px;\n  color: var(--vil-cream);\n  opacity: 0.9;\n  line-height: 1.5;\n  display: block;\n}\n@media (max-width: 540px) {\n  .vil-desc-highlight { padding: 22px; gap: 16px; }\n  .vil-desc-highlight-text strong { font-size: 19px; }\n}\n\n\/* =========== META =========== *\/\n.vil-desc-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 32px;\n  padding: 18px;\n  background: var(--vil-cream);\n  border-left: 3px solid var(--vil-gold);\n  border-radius: 2px;\n}\n.vil-desc-meta-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  padding: 4px 12px;\n}\n.vil-desc-meta-item svg {\n  width: 16px;\n  height: 16px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n}\n.vil-desc-meta-item:not(:last-child) {\n  border-right: 1px solid var(--vil-line);\n}\n\n\/* =========== NOTICES (alerte personnalisation + réservation) =========== *\/\n.vil-desc-notices {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 40px;\n}\n@media (max-width: 640px) {\n  .vil-desc-notices { grid-template-columns: 1fr; }\n}\n.vil-desc-notice {\n  background: #fff;\n  border: 1px solid var(--vil-line);\n  border-top: 3px solid var(--vil-bordeaux);\n  padding: 22px;\n  border-radius: 2px;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n.vil-desc-notice-icon {\n  width: 38px;\n  height: 38px;\n  background: var(--vil-cream-warm);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.vil-desc-notice-icon svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n}\n.vil-desc-notice-text strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  margin-bottom: 4px;\n}\n.vil-desc-notice-text span {\n  font-size: 13.5px;\n  color: var(--vil-charcoal);\n  line-height: 1.55;\n  display: block;\n}\n.vil-desc-notice-text a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n.vil-desc-notice-text a:hover {\n  color: var(--vil-bordeaux-dark);\n}\n\n\/* =========== CE QUE COMPREND =========== *\/\n.vil-desc-includes {\n  background: var(--vil-cream);\n  padding: 32px;\n  border-radius: 2px;\n  margin-bottom: 40px;\n  position: relative;\n}\n.vil-desc-includes::before {\n  content: \"\";\n  position: absolute;\n  top: 32px;\n  bottom: 32px;\n  left: 0;\n  width: 3px;\n  background: var(--vil-gold);\n}\n.vil-desc-includes h3 {\n  font-size: 24px;\n  margin-bottom: 8px;\n  font-weight: 600;\n}\n.vil-desc-includes h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-includes-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 22px;\n}\n.vil-desc-includes ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px 28px;\n}\n@media (max-width: 640px) {\n  .vil-desc-includes ul { grid-template-columns: 1fr; }\n  .vil-desc-includes { padding: 24px; }\n}\n.vil-desc-includes li {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  font-size: 14px;\n  line-height: 1.5;\n}\n.vil-desc-includes li svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.vil-desc-includes li strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 16px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  margin-bottom: 2px;\n}\n.vil-desc-includes li span {\n  font-size: 13px;\n  color: var(--vil-grey);\n  line-height: 1.5;\n  display: block;\n}\n\n\/* =========== FAQ =========== *\/\n.vil-desc-faq h3 {\n  font-size: 26px;\n  margin-bottom: 6px;\n  font-weight: 600;\n}\n.vil-desc-faq h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-faq-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 20px;\n}\n.vil-desc-faq-item {\n  border-bottom: 1px solid var(--vil-line);\n  padding: 16px 0;\n}\n.vil-desc-faq-item:first-of-type {\n  border-top: 1px solid var(--vil-line);\n}\n.vil-desc-faq-item summary {\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n}\n.vil-desc-faq-item summary::-webkit-details-marker { display: none; }\n.vil-desc-faq-item summary::after {\n  content: \"+\";\n  font-size: 24px;\n  color: var(--vil-gold);\n  font-weight: 300;\n  transition: transform 0.25s ease;\n  font-family: var(--vil-body);\n  line-height: 1;\n}\n.vil-desc-faq-item[open] summary::after {\n  transform: rotate(45deg);\n}\n.vil-desc-faq-item p {\n  margin-top: 12px;\n  font-size: 14px;\n  color: var(--vil-grey);\n  line-height: 1.7;\n}\n.vil-desc-faq-item p a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"vil-desc\"\u003e\n\n  \u003c!-- ====================================================\n       BILINGUE FR \/ EN — bascule automatique via JS\n       ==================================================== --\u003e\n\n  \u003c!-- EYEBROW --\u003e\n  \u003cdiv class=\"vil-desc-eyebrow\"\u003e\n    \u003cspan class=\"vil-fr\"\u003eUNE EXPÉRIENCE À OFFRIR\u003c\/span\u003e\n    \u003cspan class=\"vil-en\"\u003eAN EXPERIENCE TO GIFT\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"vil-desc-intro\"\u003e\n    \u003ch2 class=\"vil-fr\"\u003e\n\u003cem\u003eŒnologue\u003c\/em\u003e d'un jour,\u003cbr\u003evigneron d'un assemblage.\u003c\/h2\u003e\n    \u003ch2 class=\"vil-en\"\u003e\n\u003cem\u003eWinemaker\u003c\/em\u003e for a day,\u003cbr\u003eblender of your own bottle.\u003c\/h2\u003e\n\n    \u003cdiv class=\"vil-desc-intro-lead vil-fr\"\u003e\n      Trois heures d'immersion œnologique dans un domaine d'époque romaine. À la clé : votre propre cuvée, assemblée de vos mains.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-intro-lead vil-en\"\u003e\n      Three hours of full wine immersion in an estate dating back to Roman times. The reward: your own cuvée, blended with your own hands.\n    \u003c\/div\u003e\n\n    \u003cp class=\"vil-fr\"\u003e\n      Une \u003cstrong\u003eexpérience œnologique complète et unique\u003c\/strong\u003e. Vos proches découvriront les secrets de la viticulture dans un domaine \u003cstrong\u003edatant de l'époque romaine\u003c\/strong\u003e. Après une \u003cstrong\u003einitiation à la dégustation\u003c\/strong\u003e, ils se glisseront dans la peau d'un œnologue et créeront leur propre assemblage. \u003cstrong\u003eIls repartiront avec leur bouteille de vin personnalisée\u003c\/strong\u003e, assemblée de leurs mains.\n    \u003c\/p\u003e\n    \u003cp class=\"vil-en\"\u003e\n      A \u003cstrong\u003ecomplete and unique wine-making experience\u003c\/strong\u003e. Your loved ones will discover the secrets of viticulture in an estate \u003cstrong\u003edating back to Roman times\u003c\/strong\u003e. After a \u003cstrong\u003eguided introduction to wine tasting\u003c\/strong\u003e, they will step into the shoes of a winemaker and create their own blend. \u003cstrong\u003eThey will leave with their personalised bottle of wine\u003c\/strong\u003e, blended with their own hands.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HIGHLIGHT : la bouteille personnalisée --\u003e\n  \u003cdiv class=\"vil-desc-highlight\"\u003e\n    \u003cdiv class=\"vil-desc-highlight-icon\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.5\"\u003e\n        \u003cpath d=\"M8 2h8M10 2v4M14 2v4M9 6h6l1 4v10a2 2 0 01-2 2h-4a2 2 0 01-2-2V10l1-4z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-highlight-text\"\u003e\n      \u003cstrong class=\"vil-fr\"\u003eUne \u003cem\u003ebouteille personnalisée\u003c\/em\u003e à emporter\u003c\/strong\u003e\n      \u003cstrong class=\"vil-en\"\u003eA \u003cem\u003epersonalised bottle\u003c\/em\u003e to take home\u003c\/strong\u003e\n      \u003cspan class=\"vil-fr\"\u003e\n        À l'issue de l'atelier, le participant repart avec sa propre cuvée — assemblée de ses mains, un souvenir tangible et unique de l'expérience.\n      \u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e\n        At the end of the workshop, the participant leaves with their own cuvée — blended by hand, a tangible and unique keepsake of the experience.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- META --\u003e\n  \u003cdiv class=\"vil-desc-meta\"\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e3 heures\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e3 hours\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M16 21v-2a4 4 0 00-4-4H6a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e18 ans et plus\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e18 years and over\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003eVisite + Initiation + Atelier\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003eTour + Tasting Class + Workshop\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTICES IMPORTANTES --\u003e\n  \u003cdiv class=\"vil-desc-notices\"\u003e\n\n    \u003c!-- Personnalisation panier --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003ePersonnaliser le cadeau\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003ePersonalise the gift\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          Au moment du panier, ajoutez le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e dans le champ \u003cem\u003ecommentaire de commande\u003c\/em\u003e. Nous éditerons la carte cadeau au nom de la personne à qui vous l'offrez.\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          At checkout, please add the \u003cstrong\u003erecipient's name\u003c\/strong\u003e in the \u003cem\u003eorder note\u003c\/em\u003e field. We will issue the gift card in the name of the person you are offering it to.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Réservation par téléphone --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003eRéservation par téléphone\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003eBooking by phone\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          L'atelier se réserve \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte reçue, contactez le domaine pour choisir une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eAppeler le domaine\u003c\/a\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          The workshop must be booked \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the card is received, please contact the estate to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall the estate\u003c\/a\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- CE QUE COMPREND --\u003e\n  \u003cdiv class=\"vil-desc-includes\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eCe que comprend \u003cem\u003el'expérience\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eWhat the \u003cem\u003eexperience\u003c\/em\u003e includes\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-includes-sub vil-fr\"\u003e\n      Trois heures, du vignoble romain à votre propre cuvée.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-includes-sub vil-en\"\u003e\n      Three hours, from a Roman vineyard to your own cuvée.\n    \u003c\/div\u003e\n\n    \u003cul\u003e\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDécouverte d'un domaine romain\u003c\/strong\u003e\n          \u003cspan\u003eUn terroir façonné depuis l'époque romaine, et toujours cultivé en famille.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDiscover a Roman-era estate\u003c\/strong\u003e\n          \u003cspan\u003eA terroir shaped since Roman times, still farmed by the family today.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eVisite des vignes et de la cave\u003c\/strong\u003e\n          \u003cspan\u003eLes secrets de la viticulture, du cep à la vinification.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eVineyard \u0026amp; cellar tour\u003c\/strong\u003e\n          \u003cspan\u003eThe secrets of viticulture, from the vine to the vinification.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eInitiation à la dégustation\u003c\/strong\u003e\n          \u003cspan\u003eApprendre à analyser un vin : l'œil, le nez, la bouche, les arômes.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eGuided tasting class\u003c\/strong\u003e\n          \u003cspan\u003eLearn to analyse a wine: eye, nose, palate, aromas.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAtelier d'assemblage\u003c\/strong\u003e\n          \u003cspan\u003eGlissez-vous dans la peau d'un œnologue et composez votre propre cuvée.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eBlending workshop\u003c\/strong\u003e\n          \u003cspan\u003eStep into a winemaker's shoes and craft your own cuvée.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eBouteille personnalisée à emporter\u003c\/strong\u003e\n          \u003cspan\u003eRepartez avec votre propre vin, assemblé de vos mains.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePersonalised bottle to take home\u003c\/strong\u003e\n          \u003cspan\u003eLeave with your own wine, blended by your own hand.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValidité 12 mois\u003c\/strong\u003e\n          \u003cspan\u003eLe bénéficiaire choisit sa date selon nos disponibilités.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValid for 12 months\u003c\/strong\u003e\n          \u003cspan\u003eThe recipient picks a date based on our availability.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"vil-desc-faq\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eQuestions \u003cem\u003efréquentes\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eFrequently \u003cem\u003easked questions\u003c\/em\u003e\n\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-faq-sub vil-fr\"\u003eTout savoir avant d'offrir.\u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-faq-sub vil-en\"\u003eEverything you need to know before gifting.\u003c\/div\u003e\n\n    \u003c!-- FAQ FR --\u003e\n    \u003cdiv class=\"vil-fr\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment réserver l'atelier ?\u003c\/summary\u003e\n        \u003cp\u003eLa réservation se fait \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte cadeau achetée et reçue, le bénéficiaire (ou vous-même) appelle directement le domaine pour convenir d'une date selon les disponibilités. L'atelier d'assemblage demande une préparation spécifique : les créneaux sont donc limités. \u003ca href=\"tel:+33000000000\"\u003eNous appeler\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment indiquer le nom de la personne à qui j'offre la carte ?\u003c\/summary\u003e\n        \u003cp\u003eAu moment de finaliser votre commande, dans le \u003cstrong\u003epanier\u003c\/strong\u003e, un champ \u003cem\u003e« commentaire de commande »\u003c\/em\u003e est disponible. Indiquez-y simplement le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e. Nous éditerons la carte cadeau à son nom.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eFaut-il avoir des connaissances en œnologie ?\u003c\/summary\u003e\n        \u003cp\u003ePas du tout. L'atelier débute par une \u003cstrong\u003einitiation à la dégustation\u003c\/strong\u003e qui pose toutes les bases : analyse visuelle, olfactive et gustative, vocabulaire, équilibres. L'expérience est conçue pour \u003cstrong\u003eles amateurs comme les curieux\u003c\/strong\u003e, sans prérequis. Les passionnés y trouveront aussi leur compte grâce à l'exercice pratique d'assemblage.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment se déroule l'atelier d'assemblage ?\u003c\/summary\u003e\n        \u003cp\u003eAprès l'initiation à la dégustation, plusieurs \u003cstrong\u003evins de base\u003c\/strong\u003e issus de différents cépages du domaine sont présentés. Le participant teste différentes proportions, ajuste les équilibres, goûte, recommence — exactement comme le ferait un œnologue. Une fois l'assemblage final validé, la bouteille est embouteillée et étiquetée à son nom.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eCombien de bouteilles le bénéficiaire repart-il avec ?\u003c\/summary\u003e\n        \u003cp\u003eLe participant repart avec \u003cstrong\u003esa bouteille personnalisée\u003c\/strong\u003e (75 cl), assemblée de ses mains, étiquetée avec son nom et la date de l'atelier. Une vraie pièce unique, à conserver ou à déguster à l'occasion d'un moment particulier.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la différence avec les autres visites du domaine ?\u003c\/summary\u003e\n        \u003cp\u003eCette expérience est la \u003cstrong\u003eplus complète et la plus immersive\u003c\/strong\u003e : 3 heures contre 1h30 ou 2h pour les autres formules. C'est la seule qui inclut une \u003cstrong\u003einitiation pédagogique à la dégustation\u003c\/strong\u003e et surtout un \u003cstrong\u003eatelier d'assemblage pratique\u003c\/strong\u003e avec bouteille personnalisée à emporter. Idéal pour les amateurs curieux, les couples, ou pour offrir un cadeau vraiment original.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la durée de validité ?\u003c\/summary\u003e\n        \u003cp\u003eLa carte est valable \u003cstrong\u003e12 mois\u003c\/strong\u003e à compter de la date d'achat. Au-delà, contactez-nous : nous étudions chaque demande au cas par cas.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003ePeut-on venir à plusieurs avec une seule carte ?\u003c\/summary\u003e\n        \u003cp\u003eUne carte cadeau correspond à \u003cstrong\u003eune personne\u003c\/strong\u003e et donne droit à \u003cstrong\u003eun assemblage et une bouteille personnalisée\u003c\/strong\u003e. Pour offrir l'expérience à un couple, une famille ou un groupe d'amis, il suffit de commander le nombre de cartes correspondant. Chacun repartira avec sa propre cuvée.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eLa carte cadeau est-elle remboursable ?\u003c\/summary\u003e\n        \u003cp\u003eConformément à la réglementation sur les prestations de loisirs datées, la carte cadeau n'est ni reprise ni remboursée. Elle reste \u003cstrong\u003etransférable\u003c\/strong\u003e : le bénéficiaire peut l'offrir à son tour ou venir accompagné.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ EN --\u003e\n    \u003cdiv class=\"vil-en\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I book the workshop?\u003c\/summary\u003e\n        \u003cp\u003eBooking is \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the gift card has been purchased and received, the recipient (or you) calls the estate directly to arrange a date based on availability. The blending workshop requires specific preparation, so slots are limited. \u003ca href=\"tel:+33000000000\"\u003eCall us\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I indicate the name of the person I'm gifting the card to?\u003c\/summary\u003e\n        \u003cp\u003eWhen finalising your order, an \u003cem\u003e\"order note\"\u003c\/em\u003e field is available in the \u003cstrong\u003ecart\u003c\/strong\u003e. Simply enter the \u003cstrong\u003erecipient's name\u003c\/strong\u003e there. We will issue the gift card in their name.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eDo I need any wine knowledge to take part?\u003c\/summary\u003e\n        \u003cp\u003eNot at all. The workshop opens with a \u003cstrong\u003eguided introduction to wine tasting\u003c\/strong\u003e that covers all the basics: visual, aromatic and tasting analysis, vocabulary, balance. The experience is designed for \u003cstrong\u003ecurious beginners and seasoned amateurs alike\u003c\/strong\u003e, with no prerequisites. Enthusiasts will also enjoy the hands-on blending exercise.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow does the blending workshop work?\u003c\/summary\u003e\n        \u003cp\u003eAfter the tasting class, several \u003cstrong\u003ebase wines\u003c\/strong\u003e from different grape varieties on the estate are presented. The participant tests different proportions, adjusts the balance, tastes, refines — exactly as a winemaker would. Once the final blend is approved, the bottle is sealed and labelled with the participant's name.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow many bottles does the recipient leave with?\u003c\/summary\u003e\n        \u003cp\u003eThe participant leaves with \u003cstrong\u003etheir personalised bottle\u003c\/strong\u003e (75 cl), blended by their own hand, labelled with their name and the date of the workshop. A truly one-of-a-kind piece, to keep or to share on a special occasion.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eWhat's the difference with the estate's other visits?\u003c\/summary\u003e\n        \u003cp\u003eThis experience is the \u003cstrong\u003emost complete and immersive\u003c\/strong\u003e: 3 hours, compared to 1h30 or 2h for the other options. It's the only one that includes a \u003cstrong\u003eguided tasting class\u003c\/strong\u003e and, above all, a \u003cstrong\u003ehands-on blending workshop\u003c\/strong\u003e with a personalised bottle to take home. Ideal for curious enthusiasts, couples, or as a truly original gift.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow long is the gift card valid?\u003c\/summary\u003e\n        \u003cp\u003eThe card is valid for \u003cstrong\u003e12 months\u003c\/strong\u003e from the date of purchase. Beyond that, please contact us — we review each request on a case-by-case basis.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eCan several people come with a single card?\u003c\/summary\u003e\n        \u003cp\u003eOne gift card covers \u003cstrong\u003eone person\u003c\/strong\u003e and includes \u003cstrong\u003eone blend and one personalised bottle\u003c\/strong\u003e. To gift the experience to a couple, a family or a group of friends, simply order the matching number of cards. Each participant will leave with their own cuvée.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eIs the gift card refundable?\u003c\/summary\u003e\n        \u003cp\u003eIn accordance with regulations on dated leisure services, the gift card is neither refundable nor exchangeable. It remains \u003cstrong\u003etransferable\u003c\/strong\u003e: the recipient may pass it on or come accompanied.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var el = document.currentScript \u0026\u0026 document.currentScript.previousElementSibling;\n  while (el \u0026\u0026 !(el.classList \u0026\u0026 el.classList.contains('vil-desc'))) {\n    el = el.previousElementSibling;\n  }\n  if (!el) el = document.querySelector('.vil-desc');\n  if (!el) return;\n\n  var htmlLang = (document.documentElement.lang || '').toLowerCase();\n  var path = (window.location.pathname || '').toLowerCase();\n  var isEn = htmlLang.indexOf('en') === 0\n          || path.indexOf('\/en\/') !== -1\n          || path.indexOf('\/en-') !== -1\n          || \/^\\\/en$\/.test(path);\n\n  el.setAttribute('data-lang', isEn ? 'en' : 'fr');\n})();\n\u003c\/script\u003e","brand":"Chateau La Villatade","offers":[{"title":"Default Title","offer_id":54479473574217,"sku":null,"price":49.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0972\/2491\/7321\/files\/8_135cb502-307a-492b-b7bb-508c1ac3ccdb.png?v=1770038168"},{"product_id":"carte-cadeau-degustation-complete","title":"Carte cadeau Dégustation Complète","description":"\u003c!-- ============================================================\n     DESCRIPTIF PRODUIT : CARTE CADEAU\n     « DÉGUSTATION COMPLÈTE »\n     Château La Villatade — Shopify (champ \"Description\")\n     Bilingue FR \/ EN avec détection automatique de la langue\n     CSS scopé .vil-desc- — pas de conflit avec le thème\n     ============================================================ --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500\u0026amp;family=Manrope:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n.vil-desc, .vil-desc * { box-sizing: border-box; }\n.vil-desc {\n  --vil-bordeaux: #6B1F2E;\n  --vil-bordeaux-dark: #4A1520;\n  --vil-cream: #FAF7F2;\n  --vil-cream-warm: #F5EBE0;\n  --vil-gold: #B8935A;\n  --vil-gold-light: #D4B57F;\n  --vil-charcoal: #2C2420;\n  --vil-grey: #6B6157;\n  --vil-line: #E8DDD0;\n  --vil-display: 'Cormorant Garamond', Georgia, serif;\n  --vil-body: 'Manrope', -apple-system, sans-serif;\n\n  font-family: var(--vil-body);\n  color: var(--vil-charcoal);\n  line-height: 1.65;\n  font-size: 15px;\n  max-width: 100%;\n}\n.vil-desc h2, .vil-desc h3 {\n  font-family: var(--vil-display);\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  letter-spacing: -0.01em;\n  margin: 0;\n}\n.vil-desc p { margin: 0 0 1em 0; }\n.vil-desc strong { color: var(--vil-charcoal); font-weight: 600; }\n\n\/* Bilingue : par défaut FR, EN masqué — bascule via JS selon lang du site *\/\n.vil-desc .vil-en { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] .vil-en { display: block; }\n.vil-desc[data-lang=\"en\"] li.vil-fr,\n.vil-desc[data-lang=\"en\"] span.vil-fr { display: none; }\n.vil-desc[data-lang=\"en\"] li.vil-en,\n.vil-desc[data-lang=\"en\"] span.vil-en { display: list-item; }\n.vil-desc[data-lang=\"en\"] span.vil-en { display: inline; }\n\n\/* =========== EYEBROW =========== *\/\n.vil-desc-eyebrow {\n  font-size: 11px;\n  letter-spacing: 0.3em;\n  text-transform: uppercase;\n  color: var(--vil-gold);\n  font-weight: 600;\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n.vil-desc-eyebrow::after {\n  content: \"\";\n  flex: 1;\n  height: 1px;\n  background: var(--vil-line);\n  max-width: 80px;\n}\n\n\/* =========== INTRO =========== *\/\n.vil-desc-intro {\n  margin-bottom: 36px;\n}\n.vil-desc-intro h2 {\n  font-size: 32px;\n  line-height: 1.15;\n  margin-bottom: 14px;\n  font-weight: 500;\n}\n.vil-desc-intro h2 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-intro-lead {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 19px;\n  color: var(--vil-grey);\n  line-height: 1.55;\n  margin-bottom: 22px;\n  font-weight: 400;\n}\n.vil-desc-intro p {\n  font-size: 15px;\n  color: var(--vil-charcoal);\n  line-height: 1.75;\n}\n\n\/* =========== HIGHLIGHT (vins médaillés) =========== *\/\n.vil-desc-highlight {\n  background: #fff;\n  border: 1px solid var(--vil-gold);\n  padding: 22px 26px;\n  border-radius: 2px;\n  margin: 0 0 36px 0;\n  display: flex;\n  gap: 20px;\n  align-items: center;\n  position: relative;\n}\n.vil-desc-highlight::before {\n  content: \"\";\n  position: absolute;\n  inset: 4px;\n  border: 1px solid var(--vil-cream-warm);\n  pointer-events: none;\n}\n.vil-desc-highlight-icon {\n  width: 50px;\n  height: 50px;\n  background: var(--vil-cream-warm);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  position: relative;\n  z-index: 1;\n}\n.vil-desc-highlight-icon svg {\n  width: 24px;\n  height: 24px;\n  color: var(--vil-gold);\n}\n.vil-desc-highlight-text {\n  position: relative;\n  z-index: 1;\n}\n.vil-desc-highlight-text strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 20px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  margin-bottom: 3px;\n}\n.vil-desc-highlight-text strong em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-highlight-text span {\n  font-size: 13.5px;\n  color: var(--vil-charcoal);\n  line-height: 1.55;\n  display: block;\n}\n@media (max-width: 540px) {\n  .vil-desc-highlight { padding: 18px; gap: 14px; }\n  .vil-desc-highlight-text strong { font-size: 18px; }\n}\n\n\/* =========== META =========== *\/\n.vil-desc-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 32px;\n  padding: 18px;\n  background: var(--vil-cream);\n  border-left: 3px solid var(--vil-gold);\n  border-radius: 2px;\n}\n.vil-desc-meta-item {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  padding: 4px 12px;\n}\n.vil-desc-meta-item svg {\n  width: 16px;\n  height: 16px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n}\n.vil-desc-meta-item:not(:last-child) {\n  border-right: 1px solid var(--vil-line);\n}\n\n\/* =========== NOTICES (alerte personnalisation + réservation) =========== *\/\n.vil-desc-notices {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 40px;\n}\n@media (max-width: 640px) {\n  .vil-desc-notices { grid-template-columns: 1fr; }\n}\n.vil-desc-notice {\n  background: #fff;\n  border: 1px solid var(--vil-line);\n  border-top: 3px solid var(--vil-bordeaux);\n  padding: 22px;\n  border-radius: 2px;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n.vil-desc-notice-icon {\n  width: 38px;\n  height: 38px;\n  background: var(--vil-cream-warm);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.vil-desc-notice-icon svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n}\n.vil-desc-notice-text strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  margin-bottom: 4px;\n}\n.vil-desc-notice-text span {\n  font-size: 13.5px;\n  color: var(--vil-charcoal);\n  line-height: 1.55;\n  display: block;\n}\n.vil-desc-notice-text a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n.vil-desc-notice-text a:hover {\n  color: var(--vil-bordeaux-dark);\n}\n\n\/* =========== CE QUE COMPREND =========== *\/\n.vil-desc-includes {\n  background: var(--vil-cream);\n  padding: 32px;\n  border-radius: 2px;\n  margin-bottom: 40px;\n  position: relative;\n}\n.vil-desc-includes::before {\n  content: \"\";\n  position: absolute;\n  top: 32px;\n  bottom: 32px;\n  left: 0;\n  width: 3px;\n  background: var(--vil-gold);\n}\n.vil-desc-includes h3 {\n  font-size: 24px;\n  margin-bottom: 8px;\n  font-weight: 600;\n}\n.vil-desc-includes h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-includes-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 22px;\n}\n.vil-desc-includes ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px 28px;\n}\n@media (max-width: 640px) {\n  .vil-desc-includes ul { grid-template-columns: 1fr; }\n  .vil-desc-includes { padding: 24px; }\n}\n.vil-desc-includes li {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  font-size: 14px;\n  line-height: 1.5;\n}\n.vil-desc-includes li svg {\n  width: 18px;\n  height: 18px;\n  color: var(--vil-bordeaux);\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.vil-desc-includes li strong {\n  display: block;\n  font-family: var(--vil-display);\n  font-size: 16px;\n  font-weight: 600;\n  color: var(--vil-charcoal);\n  margin-bottom: 2px;\n}\n.vil-desc-includes li span {\n  font-size: 13px;\n  color: var(--vil-grey);\n  line-height: 1.5;\n  display: block;\n}\n\n\/* =========== FAQ =========== *\/\n.vil-desc-faq h3 {\n  font-size: 26px;\n  margin-bottom: 6px;\n  font-weight: 600;\n}\n.vil-desc-faq h3 em {\n  font-style: italic;\n  color: var(--vil-gold);\n}\n.vil-desc-faq-sub {\n  font-family: var(--vil-display);\n  font-style: italic;\n  font-size: 16px;\n  color: var(--vil-grey);\n  margin-bottom: 20px;\n}\n.vil-desc-faq-item {\n  border-bottom: 1px solid var(--vil-line);\n  padding: 16px 0;\n}\n.vil-desc-faq-item:first-of-type {\n  border-top: 1px solid var(--vil-line);\n}\n.vil-desc-faq-item summary {\n  font-family: var(--vil-display);\n  font-size: 18px;\n  font-weight: 600;\n  color: var(--vil-bordeaux);\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n}\n.vil-desc-faq-item summary::-webkit-details-marker { display: none; }\n.vil-desc-faq-item summary::after {\n  content: \"+\";\n  font-size: 24px;\n  color: var(--vil-gold);\n  font-weight: 300;\n  transition: transform 0.25s ease;\n  font-family: var(--vil-body);\n  line-height: 1;\n}\n.vil-desc-faq-item[open] summary::after {\n  transform: rotate(45deg);\n}\n.vil-desc-faq-item p {\n  margin-top: 12px;\n  font-size: 14px;\n  color: var(--vil-grey);\n  line-height: 1.7;\n}\n.vil-desc-faq-item p a {\n  color: var(--vil-bordeaux);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--vil-gold);\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"vil-desc\"\u003e\n\n  \u003c!-- ====================================================\n       BILINGUE FR \/ EN — bascule automatique via JS\n       ==================================================== --\u003e\n\n  \u003c!-- EYEBROW --\u003e\n  \u003cdiv class=\"vil-desc-eyebrow\"\u003e\n    \u003cspan class=\"vil-fr\"\u003eUNE EXPÉRIENCE À OFFRIR\u003c\/span\u003e\n    \u003cspan class=\"vil-en\"\u003eAN EXPERIENCE TO GIFT\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"vil-desc-intro\"\u003e\n    \u003ch2 class=\"vil-fr\"\u003eSix vins, \u003cem\u003etrois couleurs\u003c\/em\u003e,\u003cbr\u003eune dégustation.\u003c\/h2\u003e\n    \u003ch2 class=\"vil-en\"\u003eSix wines, \u003cem\u003ethree colours\u003c\/em\u003e,\u003cbr\u003eone tasting.\u003c\/h2\u003e\n\n    \u003cdiv class=\"vil-desc-intro-lead vil-fr\"\u003e\n      L'essentiel du domaine en quarante-cinq minutes. Une porte d'entrée idéale dans l'univers des vins du Minervois.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-intro-lead vil-en\"\u003e\n      The essence of the estate in forty-five minutes. The perfect way into the world of Minervois wines.\n    \u003c\/div\u003e\n\n    \u003cp class=\"vil-fr\"\u003e\n      Offrez à vos proches une \u003cstrong\u003edégustation commentée de 6 vins\u003c\/strong\u003e à la cave du domaine. Ils découvriront les caractéristiques de notre production : \u003cem\u003efraîcheur, fruit et longueur en bouche\u003c\/em\u003e — des vins friands et épicés, ronds et tanniques, ou riches et élégants. Tous nos vins sont \u003cstrong\u003etrès bien notés et médaillés\u003c\/strong\u003e, sur les \u003cstrong\u003e3 couleurs (Blanc, Rosé, Rouge)\u003c\/strong\u003e.\n    \u003c\/p\u003e\n    \u003cp class=\"vil-en\"\u003e\n      Treat your loved ones to a \u003cstrong\u003eguided tasting of 6 wines\u003c\/strong\u003e at the estate's cellar. They will explore the signature traits of our production: \u003cem\u003efreshness, fruit and length on the palate\u003c\/em\u003e — wines that are bright and spicy, round and tannic, or rich and refined. All of our wines are \u003cstrong\u003ehighly rated and award-winning\u003c\/strong\u003e, across the \u003cstrong\u003e3 colours (White, Rosé, Red)\u003c\/strong\u003e.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HIGHLIGHT : vins médaillés --\u003e\n  \u003cdiv class=\"vil-desc-highlight\"\u003e\n    \u003cdiv class=\"vil-desc-highlight-icon\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.6\"\u003e\n        \u003ccircle cx=\"12\" cy=\"9\" r=\"6\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M9 14.5L7 22l5-3 5 3-2-7.5\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"12\" cy=\"9\" r=\"2.5\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-highlight-text\"\u003e\n      \u003cstrong class=\"vil-fr\"\u003eDes vins \u003cem\u003enotés \u0026amp; médaillés\u003c\/em\u003e\u003c\/strong\u003e\n      \u003cstrong class=\"vil-en\"\u003eWines that are \u003cem\u003erated \u0026amp; awarded\u003c\/em\u003e\u003c\/strong\u003e\n      \u003cspan class=\"vil-fr\"\u003e\n        Une dégustation guidée de cuvées primées et reconnues par la critique — la qualité du domaine, dans le verre.\n      \u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e\n        A guided tasting of award-winning cuvées recognised by critics — the quality of the estate, in your glass.\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- META --\u003e\n  \u003cdiv class=\"vil-desc-meta\"\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e45 minutes\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e45 minutes\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M16 21v-2a4 4 0 00-4-4H6a4 4 0 00-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003e18 ans et plus\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003e18 years and over\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-meta-item\"\u003e\n      \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan class=\"vil-fr\"\u003eDégustation Commentée\u003c\/span\u003e\n      \u003cspan class=\"vil-en\"\u003eGuided Tasting\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- NOTICES IMPORTANTES --\u003e\n  \u003cdiv class=\"vil-desc-notices\"\u003e\n\n    \u003c!-- Personnalisation panier --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003ePersonnaliser le cadeau\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003ePersonalise the gift\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          Au moment du panier, ajoutez le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e dans le champ \u003cem\u003ecommentaire de commande\u003c\/em\u003e. Nous éditerons la carte cadeau au nom de la personne à qui vous l'offrez.\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          At checkout, please add the \u003cstrong\u003erecipient's name\u003c\/strong\u003e in the \u003cem\u003eorder note\u003c\/em\u003e field. We will issue the gift card in the name of the person you are offering it to.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Réservation par téléphone --\u003e\n    \u003cdiv class=\"vil-desc-notice\"\u003e\n      \u003cdiv class=\"vil-desc-notice-icon\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\n          \u003cpath d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vil-desc-notice-text\"\u003e\n        \u003cstrong class=\"vil-fr\"\u003eRéservation par téléphone\u003c\/strong\u003e\n        \u003cstrong class=\"vil-en\"\u003eBooking by phone\u003c\/strong\u003e\n        \u003cspan class=\"vil-fr\"\u003e\n          La dégustation se réserve \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte reçue, contactez le domaine pour choisir une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eAppeler le domaine\u003c\/a\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"vil-en\"\u003e\n          The tasting must be booked \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the card is received, please contact the estate to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall the estate\u003c\/a\u003e\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- CE QUE COMPREND --\u003e\n  \u003cdiv class=\"vil-desc-includes\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eCe que comprend \u003cem\u003el'expérience\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eWhat the \u003cem\u003eexperience\u003c\/em\u003e includes\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-includes-sub vil-fr\"\u003e\n      Quarante-cinq minutes pour découvrir l'essentiel du domaine.\n    \u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-includes-sub vil-en\"\u003e\n      Forty-five minutes to discover the essence of the estate.\n    \u003c\/div\u003e\n\n    \u003cul\u003e\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDégustation commentée de 6 vins\u003c\/strong\u003e\n          \u003cspan\u003eUne sélection représentative de la production du domaine.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eGuided tasting of 6 wines\u003c\/strong\u003e\n          \u003cspan\u003eA representative selection of the estate's production.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eLes 3 couleurs\u003c\/strong\u003e\n          \u003cspan\u003eBlancs, rosés et rouges, pour un panorama complet.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eThe 3 colours\u003c\/strong\u003e\n          \u003cspan\u003eWhites, rosés and reds, for a complete overview.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAnalyse des caractéristiques\u003c\/strong\u003e\n          \u003cspan\u003eFraîcheur, fruit, longueur, équilibres et arômes, expliqués pas à pas.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAnalysis of each wine's character\u003c\/strong\u003e\n          \u003cspan\u003eFreshness, fruit, length, balance and aromas, explained step by step.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDes cuvées primées\u003c\/strong\u003e\n          \u003cspan\u003eDes vins notés et médaillés, reconnus par la critique.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAward-winning cuvées\u003c\/strong\u003e\n          \u003cspan\u003eWines rated and decorated, recognised by critics.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAccueil par la famille\u003c\/strong\u003e\n          \u003cspan\u003eUne rencontre authentique avec les vignerons du domaine.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eWelcomed by the family\u003c\/strong\u003e\n          \u003cspan\u003eAn authentic encounter with the estate's winemakers.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n\n      \u003cli class=\"vil-fr\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValidité 12 mois\u003c\/strong\u003e\n          \u003cspan\u003eLe bénéficiaire choisit sa date selon nos disponibilités.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"vil-en\"\u003e\n        \u003csvg fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 12l2 2 4-4M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eValid for 12 months\u003c\/strong\u003e\n          \u003cspan\u003eThe recipient picks a date based on our availability.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"vil-desc-faq\"\u003e\n    \u003ch3 class=\"vil-fr\"\u003eQuestions \u003cem\u003efréquentes\u003c\/em\u003e\n\u003c\/h3\u003e\n    \u003ch3 class=\"vil-en\"\u003eFrequently \u003cem\u003easked questions\u003c\/em\u003e\n\u003c\/h3\u003e\n\n    \u003cdiv class=\"vil-desc-faq-sub vil-fr\"\u003eTout savoir avant d'offrir.\u003c\/div\u003e\n    \u003cdiv class=\"vil-desc-faq-sub vil-en\"\u003eEverything you need to know before gifting.\u003c\/div\u003e\n\n    \u003c!-- FAQ FR --\u003e\n    \u003cdiv class=\"vil-fr\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment réserver la dégustation ?\u003c\/summary\u003e\n        \u003cp\u003eLa réservation se fait \u003cstrong\u003euniquement par téléphone\u003c\/strong\u003e. Une fois la carte cadeau achetée et reçue, le bénéficiaire (ou vous-même) appelle directement le domaine pour convenir d'une date selon les disponibilités. \u003ca href=\"tel:+33000000000\"\u003eNous appeler\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment indiquer le nom de la personne à qui j'offre la carte ?\u003c\/summary\u003e\n        \u003cp\u003eAu moment de finaliser votre commande, dans le \u003cstrong\u003epanier\u003c\/strong\u003e, un champ \u003cem\u003e« commentaire de commande »\u003c\/em\u003e est disponible. Indiquez-y simplement le \u003cstrong\u003enom du bénéficiaire\u003c\/strong\u003e. Nous éditerons la carte cadeau à son nom.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la différence avec les autres expériences du domaine ?\u003c\/summary\u003e\n        \u003cp\u003eLa \u003cem\u003eDégustation Complète\u003c\/em\u003e est notre formule \u003cstrong\u003ela plus courte et la plus accessible\u003c\/strong\u003e (45 min). Elle se concentre sur la dégustation seule, sans visite des vignes ni de la cave. Pour découvrir le terroir et le chai, optez plutôt pour \u003cem\u003eÀ la Découverte du Minervois\u003c\/em\u003e (1h30). Pour ajouter une pause gourmande, c'est la \u003cem\u003eVisite Gourmande\u003c\/em\u003e (2h). Et pour créer votre propre assemblage, l'\u003cem\u003eAtelier Œnologique\u003c\/em\u003e (3h).\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eFaut-il être connaisseur en vin ?\u003c\/summary\u003e\n        \u003cp\u003ePas du tout. La dégustation est \u003cstrong\u003ecommentée pas à pas\u003c\/strong\u003e par un membre de la famille. Vocabulaire, analyse sensorielle, équilibres : tout est expliqué simplement. C'est l'occasion idéale pour \u003cstrong\u003eapprendre les bases\u003c\/strong\u003e ou découvrir un nouveau domaine. Les amateurs avertis y trouveront eux aussi des cuvées primées qui méritent le détour.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eCombien de vins sont dégustés ?\u003c\/summary\u003e\n        \u003cp\u003e\u003cstrong\u003e6 vins\u003c\/strong\u003e au total, répartis sur les \u003cstrong\u003e3 couleurs\u003c\/strong\u003e du domaine : blanc, rosé et rouge. Une sélection représentative qui permet de saisir le style de la maison en une seule séance.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eComment la carte cadeau est-elle envoyée ?\u003c\/summary\u003e\n        \u003cp\u003eAprès votre commande, la carte cadeau personnalisée vous est transmise par e-mail sous forme de PDF élégant, prête à être imprimée ou transférée à la personne à qui vous l'offrez.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eQuelle est la durée de validité ?\u003c\/summary\u003e\n        \u003cp\u003eLa carte est valable \u003cstrong\u003e12 mois\u003c\/strong\u003e à compter de la date d'achat. Au-delà, contactez-nous : nous étudions chaque demande au cas par cas.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003ePeut-on venir à plusieurs avec une seule carte ?\u003c\/summary\u003e\n        \u003cp\u003eUne carte cadeau correspond à \u003cstrong\u003eune personne\u003c\/strong\u003e. Pour offrir l'expérience à un couple, une famille ou un groupe d'amis, il suffit de commander le nombre de cartes correspondant.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eLa carte cadeau est-elle remboursable ?\u003c\/summary\u003e\n        \u003cp\u003eConformément à la réglementation sur les prestations de loisirs datées, la carte cadeau n'est ni reprise ni remboursée. Elle reste \u003cstrong\u003etransférable\u003c\/strong\u003e : le bénéficiaire peut l'offrir à son tour ou venir accompagné.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ EN --\u003e\n    \u003cdiv class=\"vil-en\"\u003e\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I book the tasting?\u003c\/summary\u003e\n        \u003cp\u003eBooking is \u003cstrong\u003eby phone only\u003c\/strong\u003e. Once the gift card has been purchased and received, the recipient (or you) calls the estate directly to arrange a date based on availability. \u003ca href=\"tel:+33000000000\"\u003eCall us\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow do I indicate the name of the person I'm gifting the card to?\u003c\/summary\u003e\n        \u003cp\u003eWhen finalising your order, an \u003cem\u003e\"order note\"\u003c\/em\u003e field is available in the \u003cstrong\u003ecart\u003c\/strong\u003e. Simply enter the \u003cstrong\u003erecipient's name\u003c\/strong\u003e there. We will issue the gift card in their name.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eWhat's the difference with the estate's other experiences?\u003c\/summary\u003e\n        \u003cp\u003eThe \u003cem\u003eComplete Tasting\u003c\/em\u003e is our \u003cstrong\u003eshortest and most accessible\u003c\/strong\u003e option (45 min). It focuses purely on the tasting, without a vineyard or cellar tour. To explore the terroir and the cellar, opt for \u003cem\u003eDiscovering the Minervois\u003c\/em\u003e (1h30). To add a gourmet break, the \u003cem\u003eGourmet Visit\u003c\/em\u003e (2h). And to craft your own blend, the \u003cem\u003eWine Workshop\u003c\/em\u003e (3h).\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eDo I need to know about wine?\u003c\/summary\u003e\n        \u003cp\u003eNot at all. The tasting is \u003cstrong\u003eguided step by step\u003c\/strong\u003e by a member of the family. Vocabulary, sensory analysis, balance: everything is explained simply. It's the perfect opportunity to \u003cstrong\u003elearn the basics\u003c\/strong\u003e or discover a new estate. Seasoned enthusiasts will also find award-winning cuvées well worth the visit.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow many wines are tasted?\u003c\/summary\u003e\n        \u003cp\u003e\u003cstrong\u003e6 wines\u003c\/strong\u003e in total, across the \u003cstrong\u003e3 colours\u003c\/strong\u003e of the estate: white, rosé and red. A representative selection that captures the house style in a single sitting.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow is the gift card delivered?\u003c\/summary\u003e\n        \u003cp\u003eAfter your order, the personalised gift card is sent to you by email as an elegant PDF, ready to be printed or forwarded to the person you are gifting it to.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eHow long is the gift card valid?\u003c\/summary\u003e\n        \u003cp\u003eThe card is valid for \u003cstrong\u003e12 months\u003c\/strong\u003e from the date of purchase. Beyond that, please contact us — we review each request on a case-by-case basis.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eCan several people come with a single card?\u003c\/summary\u003e\n        \u003cp\u003eOne gift card covers \u003cstrong\u003eone person\u003c\/strong\u003e. To gift the experience to a couple, a family or a group of friends, simply order the matching number of cards.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"vil-desc-faq-item\"\u003e\n        \u003csummary\u003eIs the gift card refundable?\u003c\/summary\u003e\n        \u003cp\u003eIn accordance with regulations on dated leisure services, the gift card is neither refundable nor exchangeable. It remains \u003cstrong\u003etransferable\u003c\/strong\u003e: the recipient may pass it on or come accompanied.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function(){\n  var el = document.currentScript \u0026\u0026 document.currentScript.previousElementSibling;\n  while (el \u0026\u0026 !(el.classList \u0026\u0026 el.classList.contains('vil-desc'))) {\n    el = el.previousElementSibling;\n  }\n  if (!el) el = document.querySelector('.vil-desc');\n  if (!el) return;\n\n  var htmlLang = (document.documentElement.lang || '').toLowerCase();\n  var path = (window.location.pathname || '').toLowerCase();\n  var isEn = htmlLang.indexOf('en') === 0\n          || path.indexOf('\/en\/') !== -1\n          || path.indexOf('\/en-') !== -1\n          || \/^\\\/en$\/.test(path);\n\n  el.setAttribute('data-lang', isEn ? 'en' : 'fr');\n})();\n\u003c\/script\u003e","brand":"Chateau La Villatade","offers":[{"title":"Default Title","offer_id":54479717171529,"sku":null,"price":6.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0972\/2491\/7321\/files\/15_34a371b8-68b7-48a4-bc93-673914793c3a.jpg?v=1764743326"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0972\/2491\/7321\/collections\/5_8b95c15e-79b1-42f2-9780-b785dcf90ea6.jpg?v=1779807396","url":"https:\/\/vinminervois.com\/collections\/nos-cartes-cadeaux.oembed","provider":"Chateau La Villatade","version":"1.0","type":"link"}