{"id":1305,"date":"2025-01-29T09:24:09","date_gmt":"2025-01-29T09:24:09","guid":{"rendered":"https:\/\/fumanelli.it\/home\/"},"modified":"2026-03-17T16:28:52","modified_gmt":"2026-03-17T16:28:52","slug":"home","status":"publish","type":"page","link":"https:\/\/fumanelli.it\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1305\" class=\"elementor elementor-1305\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44148b4 e-con-full e-flex e-con e-parent\" data-id=\"44148b4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2377055 e-con-full e-flex e-con e-child\" data-id=\"2377055\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10ffd43 elementor-widget elementor-widget-heading\" data-id=\"10ffd43\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wines, Tastings and more...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78048ec elementor-widget elementor-widget-html\" data-id=\"78048ec\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <title>Adventure into fine<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=GFS+Didot:wght@700&family=Nunito+Sans:ital,wght@1,400&display=swap\" rel=\"stylesheet\">\n    <style>\n        html, body {\n            margin: 0;\n            padding: 0;\n            height: 100vh;\n        }\n\n        .headline-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            width: 100%;\n            height: 20vh; \/* Desktop: 20vh *\/\n            text-align: center;\n            padding: 0px;\n            box-sizing: border-box;\n        }\n\n        .headline {\n            font-size: 72px;\n            width: 100%;\n            color: white;\n            display: flex;\n            align-items: center;\n            font-family: 'GFS Didot', serif;\n            font-weight: 500;\n            flex-wrap: nowrap;\n            justify-content: center;\n            line-height: 1.2;\n        }\n\n        .dynamic-word {\n            font-family: 'Nunito Sans', sans-serif;\n            font-style: italic;\n            font-weight: 400;\n            position: relative;\n            display: inline-block;\n            width: 300px;\n            height: 3em;\n            overflow: hidden;\n            margin-left: 20px;\n            margin-right: 40px;\n        }\n\n        .dynamic-word span {\n            position: absolute;\n            opacity: 0;\n            animation: fadeWords 15s infinite;\n            left: 20px; \/* Desktop: allineato a sinistra dentro il container *\/\n            top: 50%;\n            transform: translateY(-50%);\n            white-space: nowrap;\n        }\n\n        .dynamic-word span:nth-child(1) { animation-delay: 0s; }\n        .dynamic-word span:nth-child(2) { animation-delay: 3s; }\n        .dynamic-word span:nth-child(3) { animation-delay: 6s; }\n        .dynamic-word span:nth-child(4) { animation-delay: 9s; }\n        .dynamic-word span:nth-child(5) { animation-delay: 12s; }\n\n        @keyframes fadeWords {\n            0% { opacity: 0; transform: translateY(50%); }\n            10% { opacity: 1; transform: translateY(-50%); }\n            20% { opacity: 1; transform: translateY(-50%); }\n            30% { opacity: 0; transform: translateY(-150%); }\n            100% { opacity: 0; }\n        }\n\n        \/* Media Queries per Responsivit\u00e0 *\/\n        \n        \/* Desktop Large (1200px+) *\/\n        @media (min-width: 1200px) {\n            .headline {\n                font-size: 80px;\n                flex-wrap: nowrap;\n                align-items: center;\n            }\n            .dynamic-word {\n                width: 350px;\n                margin-left: 20px;\n                margin-right: 0;\n            }\n        }\n\n        \/* Desktop (992px - 1199px) *\/\n        @media (max-width: 1199px) and (min-width: 992px) {\n            .headline {\n                font-size: 72px;\n                flex-wrap: nowrap;\n                align-items: center;\n            }\n            .dynamic-word {\n                width: 300px;\n                margin-left: 20px;\n                margin-right: 0;\n            }\n        }\n\n        \/* Tablet (768px - 991px) *\/\n        @media (max-width: 991px) {\n            .headline-container {\n                height: 40vh;\n            }\n            .headline {\n                font-size: 62px;\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n            }\n            .dynamic-word {\n                width: 280px;\n                margin: 10px 0;\n                height: 2.5em;\n            }\n            \/* Centrato per tablet *\/\n            .dynamic-word span {\n                left: 50%;\n                top: 50%;\n                transform: translate(-50%, -50%);\n            }\n            @keyframes fadeWords {\n                0% { opacity: 0; transform: translate(-50%, 0%); }\n                10% { opacity: 1; transform: translate(-50%, -50%); }\n                20% { opacity: 1; transform: translate(-50%, -50%); }\n                30% { opacity: 0; transform: translate(-50%, -100%); }\n                100% { opacity: 0; }\n            }\n        }\n\n        \/* Mobile Large (576px - 767px) *\/\n        @media (max-width: 767px) {\n            .headline-container {\n                height: 40vh;\n            }\n            .headline {\n                font-size: 52px;\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n            }\n            .dynamic-word {\n                width: 240px;\n                margin: 10px 0;\n                height: 2em;\n            }\n            .dynamic-word span {\n                left: 50%;\n                top: 50%;\n                transform: translate(-50%, -50%);\n            }\n            @keyframes fadeWords {\n                0% { opacity: 0; transform: translate(-50%, 0%); }\n                10% { opacity: 1; transform: translate(-50%, -50%); }\n                20% { opacity: 1; transform: translate(-50%, -50%); }\n                30% { opacity: 0; transform: translate(-50%, -100%); }\n                100% { opacity: 0; }\n            }\n        }\n\n        \/* Mobile Small (480px - 575px) *\/\n        @media (max-width: 575px) {\n            .headline-container {\n                height: 40vh;\n            }\n            .headline {\n                font-size: 52px;\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n            }\n            .dynamic-word {\n                width: 220px;\n                margin: 10px 0;\n                height: 2em;\n            }\n            .dynamic-word span {\n                left: 50%;\n                top: 50%;\n                transform: translate(-50%, -50%);\n            }\n            @keyframes fadeWords {\n                0% { opacity: 0; transform: translate(-50%, 0%); }\n                10% { opacity: 1; transform: translate(-50%, -50%); }\n                20% { opacity: 1; transform: translate(-50%, -50%); }\n                30% { opacity: 0; transform: translate(-50%, -100%); }\n                100% { opacity: 0; }\n            }\n        }\n\n        \/* Mobile Extra Small (max 479px) *\/\n        @media (max-width: 479px) {\n            .headline-container {\n                height: 40vh;\n                padding: 10px;\n            }\n            .headline {\n                font-size: 52px;\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n            }\n            .dynamic-word {\n                width: 200px;\n                margin: 10px 0;\n                height: 2em;\n            }\n            .dynamic-word span {\n                left: 50%;\n                top: 50%;\n                transform: translate(-50%, -50%);\n            }\n            @keyframes fadeWords {\n                0% { opacity: 0; transform: translate(-50%, 0%); }\n                10% { opacity: 1; transform: translate(-50%, -50%); }\n                20% { opacity: 1; transform: translate(-50%, -50%); }\n                30% { opacity: 0; transform: translate(-50%, -100%); }\n                100% { opacity: 0; }\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"headline-container\">\n        <div class=\"headline\">\n            <span>Adventure into fine<\/span>\n            <div class=\"dynamic-word\">\n                <span>wines<\/span>\n                <span>grapes<\/span>\n                <span>terroirs<\/span>\n                <span>vintages<\/span>\n                <span>cellars<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-972a57d e-con-full e-flex e-con e-parent\" data-id=\"972a57d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-21e1fc0 e-con-full e-flex e-con e-child\" data-id=\"21e1fc0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6943845 elementor-widget elementor-widget-heading\" data-id=\"6943845\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MARCHESI FUMANELLI<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e79562 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"2e79562\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Since 1470 in the beating heart of Valpolicella<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ead358 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"9ead358\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">In the heart of the most classic Valpolicella, among vineyard-covered hillsides, lies the Squarano estate, a silent witness to a history rooted in 1470. Right here, for more than five centuries, the Marchesi Fumanelli family has devotedly guarded the art of winemaking, handing down from generation to generation ancestral techniques enriched by a contemporary vision.<\/p><p class=\"p1\">Nestled among limestone and clay soils, our estate is a place where nature, history and innovation intertwine in perfect balance. Here wines are born that tell, sip by sip, the authentic soul of our territory.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2335d4 elementor-widget-mobile__width-inherit elementor-widget__width-inherit imageloopscroll elementor-widget elementor-widget-image-carousel\" data-id=\"c2335d4\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:10,&quot;speed&quot;:2500,&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;slides_to_show_tablet&quot;:&quot;3&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carosello d&#039;immagini\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_39-scaled.webp\" alt=\"Ingresso dell\u2019Azienda Agricola Marchesi Fumanelli con vista sulla corte interna.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_77-scaled.webp\" alt=\"Facciata principale della villa Marchesi Fumanelli con giardino storico e panorama sulla Valpolicella.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_71-scaled.webp\" alt=\"Vista aerea della tenuta Marchesi Fumanelli immersa nei vigneti della Valpolicella.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_222.webp\" alt=\"Viale alberato con cipressi secolari che conduce alla villa Marchesi Fumanelli in Valpolicella.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_140.webp\" alt=\"Vista panoramica della villa Marchesi Fumanelli immersa nel verde con giardino storico e vigneti circostanti in Valpolicella.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_256.webp\" alt=\"Corte interna della villa Marchesi Fumanelli con edifici storici e cipressi sullo sfondo.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_228.webp\" alt=\"Vista aerea della corte interna della villa Marchesi Fumanelli, circondata da vigneti e giardini storici.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_290-scaled.webp\" alt=\"Villa Marchesi Fumanelli al tramonto con vigneti e colline della Valpolicella.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_292-scaled.webp\" alt=\"Villa Marchesi Fumanelli immersa nel verde della Valpolicella al tramonto.\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 di 10\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/06\/Fumanelli_291-scaled.webp\" alt=\"Vigneti della Valpolicella con Villa Fumanelli al tramonto vista dall\u2019alto.\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb976f7 e-con-full e-flex e-con e-parent\" data-id=\"bb976f7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6f7960a e-con-full e-flex e-con e-child\" data-id=\"6f7960a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac4b545 elementor-widget elementor-widget-heading\" data-id=\"ac4b545\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Marchesi Fumanelli Winery<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa0f56 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6fa0f56\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">The production philosophy of the Fumanelli winery is based on a deep respect for the territory and for the native varieties of Valpolicella. Each wine is an expression of a perfect balance between the power of the terroir, centuries-old winemaking wisdom and the constant search for excellence. We vinify with traditional methods, letting nature dictate the times and rhythms of creation, to obtain wines of extraordinary elegance and complexity, able to excite and tell our story.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e47a049 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e47a049\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/la-cantina\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Winery<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ab51f1 e-con-full e-flex e-con e-child\" data-id=\"5ab51f1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e2e6bd elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"8e2e6bd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"567\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64-1024x726.webp\" class=\"attachment-large size-large wp-image-2228\" alt=\"Vista panoramica della Tenuta Fumanelli immersa nei vigneti della Valpolicella al tramonto.\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64-1024x726.webp 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64-600x426.webp 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64-300x213.webp 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64-768x545.webp 768w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64-1536x1090.webp 1536w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_64.webp 1748w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c01819 e-con-full e-flex e-con e-parent\" data-id=\"4c01819\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-781aa54 elementor-widget elementor-widget-heading\" data-id=\"781aa54\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Wines<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a20733 e-con-full e-flex e-con e-child\" data-id=\"1a20733\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7fb3781 e-con-full e-flex e-con e-child\" data-id=\"7fb3781\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-74c7fe3 e-con-full e-flex e-con e-child\" data-id=\"74c7fe3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a58f06 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"3a58f06\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/amarone-riserva-octavius\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3.png\" class=\"attachment-full size-full wp-image-1548\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/3-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88634d8 elementor-widget elementor-widget-heading\" data-id=\"88634d8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Amarone Classico Riserva &#8211; Octavius DOCG<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b256ae0 e-con-full e-flex e-con e-child\" data-id=\"b256ae0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cadbebe elementor-widget elementor-widget-heading\" data-id=\"cadbebe\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">40% Corvina - 40% Corvinone - 10% Rondinella - 10% altre uve autoctone<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68857e2 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"68857e2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/amarone-riserva-octavius\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b6e5cb1 e-con-full e-flex e-con e-child\" data-id=\"b6e5cb1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-76243be e-con-full e-flex e-con e-child\" data-id=\"76243be\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39f3c1f elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"39f3c1f\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/squarano-classico-superiore\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6.png\" class=\"attachment-full size-full wp-image-1551\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/6-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af1b35c elementor-widget elementor-widget-heading\" data-id=\"af1b35c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Valpolicella Classico Superiore Squarano DOC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88cc591 e-con-full e-flex e-con e-child\" data-id=\"88cc591\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44d2f66 elementor-widget elementor-widget-heading\" data-id=\"44d2f66\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">40% Corvina - 40% Corvinone - 10% Rondinella - 10% altre uve autoctone<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69bd2d4 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"69bd2d4\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/squarano-classico-superiore\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-420fd5b e-con-full e-flex e-con e-child\" data-id=\"420fd5b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5040d1c e-con-full e-flex e-con e-child\" data-id=\"5040d1c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e44ae1 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1e44ae1\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/amarone-della-valpolicella-classico\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4.png\" class=\"attachment-full size-full wp-image-1549\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/4-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2685c4d elementor-widget elementor-widget-heading\" data-id=\"2685c4d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Amarone Classico della Valpolicella DOCG<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8cf1596 e-con-full e-flex e-con e-child\" data-id=\"8cf1596\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b65b84 elementor-widget elementor-widget-heading\" data-id=\"8b65b84\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">40% Corvina - 40% Corvinone - 20% Rondinella<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aae7a5 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"2aae7a5\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/amarone-della-valpolicella-classico\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-103f7df e-con-full e-flex e-con e-child\" data-id=\"103f7df\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d86a03a e-con-full e-flex e-con e-child\" data-id=\"d86a03a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1fdd867 e-con-full e-flex e-con e-child\" data-id=\"1fdd867\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f84caa7 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"f84caa7\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/valpolicella-classico-superiore\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7.png\" class=\"attachment-full size-full wp-image-1552\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/7-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dcf857f elementor-widget elementor-widget-heading\" data-id=\"dcf857f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Valpolicella Classico Superiore DOC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e26b1c0 e-con-full e-flex e-con e-child\" data-id=\"e26b1c0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d6f88d elementor-widget elementor-widget-heading\" data-id=\"4d6f88d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">40% Corvina - 40% Corvinone - 20% Rondinella<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2de7137 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"2de7137\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/valpolicella-classico-superiore\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc3c44f e-con-full e-flex e-con e-child\" data-id=\"dc3c44f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9323c24 e-con-full e-flex e-con e-child\" data-id=\"9323c24\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82957d9 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"82957d9\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/valpolicella-ripasso\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1.png\" class=\"attachment-full size-full wp-image-1550\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/5-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-99ff2d1 elementor-widget elementor-widget-heading\" data-id=\"99ff2d1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Valpolicella Classico Superiore Ripasso DOC<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-02a9b83 e-con-full e-flex e-con e-child\" data-id=\"02a9b83\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc53f2a elementor-widget elementor-widget-heading\" data-id=\"cc53f2a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">40% Corvina - 40% Corvinone - 20% Rondinella<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fae8686 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"fae8686\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/valpolicella-ripasso\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06a8ca6 e-con-full e-flex e-con e-child\" data-id=\"06a8ca6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-490a016 e-con-full e-flex e-con e-child\" data-id=\"490a016\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e21c80 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"4e21c80\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/buran\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1.png\" class=\"attachment-full size-full wp-image-1553\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/1-1-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cbd3319 elementor-widget elementor-widget-heading\" data-id=\"cbd3319\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Buran Bianco Veneto IGT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c15ed68 e-con-full e-flex e-con e-child\" data-id=\"c15ed68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c7ee779 elementor-widget elementor-widget-heading\" data-id=\"c7ee779\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">60% Trebbiano Toscano - 30% Garganega - 10% Incrocio Manzoni<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-16cb0a2 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"16cb0a2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/buran\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1057e12 e-con-full e-flex e-con e-child\" data-id=\"1057e12\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-18bbb73 e-con-full e-flex e-con e-child\" data-id=\"18bbb73\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e95fc1c elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"e95fc1c\" data-element_type=\"widget\" id=\"product1\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/fumanelli.it\/en\/product\/terso\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2.png\" class=\"attachment-full size-full wp-image-1547\" alt=\"\" srcset=\"https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2.png 1080w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2-300x300.png 300w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2-100x100.png 100w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2-600x600.png 600w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2-1024x1024.png 1024w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2-150x150.png 150w, https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/02\/2-768x768.png 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-222e7fa elementor-widget elementor-widget-heading\" data-id=\"222e7fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Terso Bianco Veneto IGT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5727c33 e-con-full e-flex e-con e-child\" data-id=\"5727c33\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38d1549 elementor-widget elementor-widget-heading\" data-id=\"38d1549\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50% Garganega - 50% Trebbiano Toscano<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe91152 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"fe91152\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/product\/terso\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Go to product<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c4cd1f5 e-con-full e-flex e-con e-parent\" data-id=\"c4cd1f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b3d214d e-con-full e-flex e-con e-child\" data-id=\"b3d214d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f70d795 elementor-widget elementor-widget-heading\" data-id=\"f70d795\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hospitality<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5cade63 e-con-full contenitore-principale e-flex e-con e-child\" data-id=\"5cade63\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2beb0c5 e-con-full panel active e-flex e-con e-child\" data-id=\"2beb0c5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e49a312 e-con-full e-flex e-con e-child\" data-id=\"e49a312\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-045bcd9 elementor-widget elementor-widget-heading\" data-id=\"045bcd9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Wine tastings<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-92c736e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"92c736e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/degustazioni\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Reserve<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-49903db e-con-full panel e-flex e-con e-child\" data-id=\"49903db\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c079ae3 e-con-full e-flex e-con e-child\" data-id=\"c079ae3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e36774d elementor-widget elementor-widget-heading\" data-id=\"e36774d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Wine Society<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdbc1bb elementor-align-center elementor-widget elementor-widget-button\" data-id=\"fdbc1bb\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/wine-society\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Join the club<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3d15f9 e-con-full e-flex e-con e-parent\" data-id=\"c3d15f9\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ecef962 e-con-full e-flex e-con e-child\" data-id=\"ecef962\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc6301c elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"cc6301c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fumanelli's News<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a5320b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7a5320b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Discover the beating heart of our winery through harvest tales, barrel stories and exclusive insights.<br \/>From the care of the vineyards to the evocative silence of our historic wineries, each article takes you on a journey through tradition, territory and passion for wine.<\/p><p class=\"p1\"><b>An invitation to experience Fumanelli more closely.<\/b><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ce6bbf elementor-align-center elementor-widget elementor-widget-button\" data-id=\"4ce6bbf\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/news\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read articles<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1b533a e-con-full e-flex e-con e-child\" data-id=\"e1b533a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c89585 elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-loop-carousel\" data-id=\"8c89585\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;1817&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;slides_to_show&quot;:&quot;2&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;slides_to_show_widescreen&quot;:&quot;3&quot;,&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;.elementor-loop-container&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-carousel.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"swiper elementor-loop-container elementor-grid\" role=\"list\" dir=\"ltr\">\n\t\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t<style id=\"loop-1817\">.elementor-1817 .elementor-element.elementor-element-a13e162{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-1817 .elementor-element.elementor-element-c31288f .elementor-cta__content-item{transition-duration:1000ms;}.elementor-1817 .elementor-element.elementor-element-c31288f.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms \/ 3 );}.elementor-1817 .elementor-element.elementor-element-c31288f.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms \/ 3 ) * 2 );}.elementor-1817 .elementor-element.elementor-element-c31288f.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms \/ 3 ) * 3 );}.elementor-1817 .elementor-element.elementor-element-c31288f .elementor-cta .elementor-cta__bg, .elementor-1817 .elementor-element.elementor-element-c31288f .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-1817 .elementor-element.elementor-element-c31288f > .elementor-widget-container{border-radius:15px 15px 15px 15px;}.elementor-1817 .elementor-element.elementor-element-c31288f .elementor-cta__content{min-height:440px;text-align:center;}.elementor-1817 .elementor-element.elementor-element-d6c3207{--display:flex;--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-1817 .elementor-element.elementor-element-2c54e54 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-1817 .elementor-element.elementor-element-2c54e54{text-align:left;}.elementor-1817 .elementor-element.elementor-element-2c54e54 .elementor-heading-title{font-family:\"GFS Didot\", Sans-serif;font-size:36px;font-weight:500;}.elementor-1817 .elementor-element.elementor-element-7703f1f .elementor-widget-container{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-1817 .elementor-element.elementor-element-8cca297 .elementor-button{background-color:var( --e-global-color-f128215 );text-shadow:0px 0px 5px rgba(0,0,0,0.3);fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-1817 .elementor-element.elementor-element-8cca297 .elementor-button:hover, .elementor-1817 .elementor-element.elementor-element-8cca297 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-f128215 );border-color:var( --e-global-color-primary );}.elementor-1817 .elementor-element.elementor-element-8cca297 .elementor-button:hover svg, .elementor-1817 .elementor-element.elementor-element-8cca297 .elementor-button:focus svg{fill:var( --e-global-color-f128215 );}@media(min-width:2400px){.elementor-1817 .elementor-element.elementor-element-7703f1f .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-1817 .elementor-element.elementor-element-c31288f{width:100%;max-width:100%;}.elementor-1817 .elementor-element.elementor-element-c31288f .elementor-cta__content{min-height:300px;}.elementor-1817 .elementor-element.elementor-element-2c54e54 .elementor-heading-title{font-size:28px;}.elementor-1817 .elementor-element.elementor-element-7703f1f .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-1817 .elementor-element.elementor-element-a13e162{--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}.elementor-1817 .elementor-element.elementor-element-c31288f .elementor-cta__content{min-height:220px;}.elementor-1817 .elementor-element.elementor-element-d6c3207{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-1817 .elementor-element.elementor-element-2c54e54 .elementor-heading-title{font-size:26px;}.elementor-1817 .elementor-element.elementor-element-7703f1f .elementor-widget-container{font-size:var( --e-global-typography-text-font-size );}}\/* Start custom CSS for call-to-action, class: .elementor-element-c31288f *\/.oost {\n  background-image: url('immagine.jpg');\n  background-size: cover;\n  background-position: center;\n  filter: brightness(60%); \/* simula oscuramento *\/\n  transition: filter 0.3s ease;\n}\n\n.post:hover {\n  filter: brightness(100%);\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1817\" class=\"elementor elementor-1817 swiper-slide e-loop-item e-loop-item-2616 post-2616 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a13e162 e-flex e-con-boxed e-con e-parent\" data-id=\"a13e162\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c31288f elementor-cta--skin-cover elementor-cta--valign-bottom post elementor-widget-tablet__width-inherit elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"c31288f\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_66.webp);\" role=\"img\" aria-label=\"Dettaglio di grappolo d\u2019uva rossa durante la vendemmia manuale nei vigneti Fumanelli in Valpolicella.\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6c3207 e-con-full e-flex e-con e-child\" data-id=\"d6c3207\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c54e54 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"2c54e54\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">L&#8217;appassimento<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7703f1f elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"7703f1f\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tIn the historic cellars of the Squarano Estate, barrel aging represents the soul of the Marchesi Fumanelli method. A slow and silent process, where the wine matures between tradition and refinement.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cca297 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8cca297\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/lappassimento\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read articles<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1817\" class=\"elementor elementor-1817 swiper-slide e-loop-item e-loop-item-2546 post-2546 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a13e162 e-flex e-con-boxed e-con e-parent\" data-id=\"a13e162\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c31288f elementor-cta--skin-cover elementor-cta--valign-bottom post elementor-widget-tablet__width-inherit elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"c31288f\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_59-scaled.webp);\" role=\"img\" aria-label=\"Botti di rovere Fumanelli nella cantina di affinamento, etichettate e ordinate su scaffalature in legno.\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6c3207 e-con-full e-flex e-con e-child\" data-id=\"d6c3207\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c54e54 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"2c54e54\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">The barrels<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7703f1f elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"7703f1f\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tIn the historic cellars of the Squarano Estate, barrel aging represents the soul of the Marchesi Fumanelli method. A slow and silent process, where the wine matures between tradition and refinement.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cca297 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8cca297\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/le-botti\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read articles<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"1817\" class=\"elementor elementor-1817 swiper-slide e-loop-item e-loop-item-1802 post-1802 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\" data-elementor-post-type=\"elementor_library\" role=\"group\" aria-roledescription=\"slide\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-a13e162 e-flex e-con-boxed e-con e-parent\" data-id=\"a13e162\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c31288f elementor-cta--skin-cover elementor-cta--valign-bottom post elementor-widget-tablet__width-inherit elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-widget elementor-widget-call-to-action\" data-id=\"c31288f\" data-element_type=\"widget\" data-widget_type=\"call-to-action.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-cta\">\n\t\t\t\t\t<div class=\"elementor-cta__bg-wrapper\">\n\t\t\t\t<div class=\"elementor-cta__bg elementor-bg\" style=\"background-image: url(https:\/\/fumanelli.it\/wp-content\/uploads\/2025\/05\/Fumanelli_69.webp);\" role=\"img\" aria-label=\"Vendemmia manuale nei vigneti Fumanelli con carretto e cassette di uva raccolta nella Valpolicella.\"><\/div>\n\t\t\t\t<div class=\"elementor-cta__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-cta__content\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d6c3207 e-con-full e-flex e-con e-child\" data-id=\"d6c3207\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c54e54 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"2c54e54\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">The grape harvest<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7703f1f elementor-widget elementor-widget-theme-post-excerpt\" data-id=\"7703f1f\" data-element_type=\"widget\" data-widget_type=\"theme-post-excerpt.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tHarvesting at Squarano Estate is a ritual that has been repeated for more than 500 years. Every year, among the hills of Valpolicella Classica, the manual harvesting of grapes becomes an act of respect for the land and its traditions.\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8cca297 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"8cca297\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fumanelli.it\/en\/test-1\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read articles<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b08b716 e-con-full e-flex e-con e-parent\" data-id=\"b08b716\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e42b3a elementor-widget elementor-widget-heading\" data-id=\"6e42b3a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently asked questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3445c8b elementor-widget__width-initial elementor-widget elementor-widget-toggle\" data-id=\"3445c8b\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5481\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-5481\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Is it necessary to book the visit or tasting?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5481\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-5481\"><p class=\"p1\">Yes, we ask that you make reservations in advance to ensure availability and a personalized welcome. You can do this online from the Tastings page or by contacting us via email\/phone.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5482\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-5482\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Can minors participate in the visits?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5482\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-5482\"><p><span class=\"_fadeIn_m1hgl_8\">I <\/span><span class=\"_fadeIn_m1hgl_8\">minori <\/span><span class=\"_fadeIn_m1hgl_8\">di <\/span><span class=\"_fadeIn_m1hgl_8\">18 <\/span><span class=\"_fadeIn_m1hgl_8\">anni <\/span><span class=\"_fadeIn_m1hgl_8\">sono <\/span><span class=\"_fadeIn_m1hgl_8\">benvenuti <\/span><span class=\"_fadeIn_m1hgl_8\">se <\/span><span class=\"_fadeIn_m1hgl_8\">accompagnati <\/span><span class=\"_fadeIn_m1hgl_8\">da <\/span><span class=\"_fadeIn_m1hgl_8\">un <\/span><span class=\"_fadeIn_m1hgl_8\">adulto. <\/span><span class=\"_fadeIn_m1hgl_8\">Possono <\/span><span class=\"_fadeIn_m1hgl_8\">visitare <\/span><span class=\"_fadeIn_m1hgl_8\">la <\/span><span class=\"_fadeIn_m1hgl_8\">cantina <\/span><span class=\"_fadeIn_m1hgl_8\">ma <\/span><span class=\"_fadeIn_m1hgl_8\">non <\/span><span class=\"_fadeIn_m1hgl_8\">degustare <\/span><span class=\"_fadeIn_m1hgl_8\">vino; <\/span><span class=\"_fadeIn_m1hgl_8\">offriamo <\/span><span class=\"_fadeIn_m1hgl_8\">alternative <\/span><span class=\"_fadeIn_m1hgl_8\">analcoliche.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5483\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-5483\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">How does the Wine Society work?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5483\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-5483\"><p class=\"p1\">With membership you get previews on new vintages, exclusive events, reserved discounts and free shipping above 12 bottles. Find the full form on the <i>Wine Society<\/i>.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-5484\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-5484\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-right\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Where can I find your wines outside of Italy?<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-5484\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-5484\"><p class=\"p1\">Consulta la sezione <i>Importatori<\/i> per l\u2019elenco aggiornato dei distributori internazionali oppure contattaci: ti indicheremo il rivenditore pi\u00f9 vicino.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"\\u00c8 necessario prenotare la visita o la degustazione?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">S\\u00ec, ti chiediamo di prenotare in anticipo per garantire disponibilit\\u00e0 e un\\u2019accoglienza personalizzata. Puoi farlo online dalla pagina Degustazioni o contattandoci via email\\\/telefono.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"I minori possono partecipare alle visite?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span class=\\\"_fadeIn_m1hgl_8\\\">I <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">minori <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">di <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">18 <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">anni <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">sono <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">benvenuti <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">se <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">accompagnati <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">da <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">un <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">adulto. <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">Possono <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">visitare <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">la <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">cantina <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">ma <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">non <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">degustare <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">vino; <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">offriamo <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">alternative <\\\/span><span class=\\\"_fadeIn_m1hgl_8\\\">analcoliche.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Come funziona la Wine Society?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">Con l\\u2019iscrizione ottieni anteprime su nuove annate, eventi esclusivi, sconti riservati e spedizioni gratuite sopra i 12 bottiglie. Trovi il modulo completo nella pagina <i>Wine Society<\\\/i>.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Dove posso trovare i vostri vini fuori dall\\u2019Italia?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p class=\\\"p1\\\">Consulta la sezione <i>Importatori<\\\/i> per l\\u2019elenco aggiornato dei distributori internazionali oppure contattaci: ti indicheremo il rivenditore pi\\u00f9 vicino.<\\\/p>\"}}]}<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7773f90 e-con-full e-flex e-con e-parent\" data-id=\"7773f90\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c87e92d e-con-full e-flex e-con e-child\" data-id=\"c87e92d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9a6267 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-icon-box\" data-id=\"a9a6267\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tIscriviti alla newsletter\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tStay up-to-date with new vintages and releases of our wines\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd318c0 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"dd318c0\" data-element_type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;25&quot;,&quot;button_width_tablet&quot;:&quot;30&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Modulo Newsletter Home\" aria-label=\"Modulo Newsletter Home\" action=\"\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"1305\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"dd318c0\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Cantina Marchesi Fumanelli - Adventure into fine wines\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"1305\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-40 elementor-md-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tFull Name*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Full Name*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-40 elementor-md-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Email*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_ccfcb67 elementor-col-40\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_ccfcb67\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCountry\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before\">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewbox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_ccfcb67]\" id=\"form-field-field_ccfcb67\" class=\"elementor-field-textual elementor-size-md\">\n\t\t\t\t\t\t\t\t\t<option value=\"Afghanistan\">Afghanistan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Albania\">Albania<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Algeria\">Algeria<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Andorra\">Andorra<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Angola\">Angola<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Antigua &amp; Deps\">Antigua &amp; Deps<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Argentina\">Argentina<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Armenia\">Armenia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Australia\">Australia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Austria\">Austria<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Azerbaijan\">Azerbaijan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bahamas\">Bahamas<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bahrain\">Bahrain<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bangladesh\">Bangladesh<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Barbados\">Barbados<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Belarus\">Belarus<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Belgium\">Belgium<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Belize\">Belize<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Benin\">Benin<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bhutan\">Bhutan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bolivia\">Bolivia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bosnia Herzegovina\">Bosnia Herzegovina<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Botswana\">Botswana<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Brazil\">Brazil<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Brunei\">Brunei<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Bulgaria\">Bulgaria<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Burkina\">Burkina<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Burundi\">Burundi<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cambodia\">Cambodia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cameroon\">Cameroon<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Canada\">Canada<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cape Verde\">Cape Verde<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Central African Rep\">Central African Rep<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Chad\">Chad<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Chile\">Chile<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"China\">China<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Colombia\">Colombia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Comoros\">Comoros<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Congo\">Congo<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Congo {Democratic Rep}\">Congo {Democratic Rep}<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Costa Rica\">Costa Rica<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Croatia\">Croatia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cuba\">Cuba<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cyprus\">Cyprus<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Czech Republic\">Czech Republic<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Denmark\">Denmark<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Djibouti\">Djibouti<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Dominica\">Dominica<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Dominican Republic\">Dominican Republic<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"East Timor\">East Timor<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Ecuador\">Ecuador<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Egypt\">Egypt<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"El Salvador\">El Salvador<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Equatorial Guinea\">Equatorial Guinea<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Eritrea\">Eritrea<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Estonia\">Estonia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Ethiopia\">Ethiopia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Fiji\">Fiji<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Finland\">Finland<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"France\">France<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Gabon\">Gabon<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Gambia\">Gambia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Georgia\">Georgia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Germany\">Germany<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Ghana\">Ghana<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Greece\">Greece<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Grenada\">Grenada<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Guatemala\">Guatemala<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Guinea\">Guinea<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Guinea-Bissau\">Guinea-Bissau<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Guyana\">Guyana<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Haiti\">Haiti<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Honduras\">Honduras<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Hungary\">Hungary<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Iceland\">Iceland<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"India\">India<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Indonesia\">Indonesia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Iran\">Iran<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Iraq\">Iraq<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Ireland {Republic}\">Ireland {Republic}<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Israel\">Israel<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Italy\" selected=\"selected\">Italy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Ivory Coast\">Ivory Coast<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Jamaica\">Jamaica<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Japan\">Japan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Jordan\">Jordan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Kazakhstan\">Kazakhstan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Kenya\">Kenya<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Kiribati\">Kiribati<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Korea North\">Korea North<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Korea South\">Korea South<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Kosovo\">Kosovo<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Kuwait\">Kuwait<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Kyrgyzstan\">Kyrgyzstan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Laos\">Laos<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Latvia\">Latvia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Lebanon\">Lebanon<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Lesotho\">Lesotho<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Liberia\">Liberia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Libya\">Libya<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Liechtenstein\">Liechtenstein<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Lithuania\">Lithuania<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Luxembourg\">Luxembourg<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Macedonia\">Macedonia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Madagascar\">Madagascar<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Malawi\">Malawi<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Malaysia\">Malaysia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Maldives\">Maldives<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mali\">Mali<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Malta\">Malta<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Marshall Islands\">Marshall Islands<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mauritania\">Mauritania<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mauritius\">Mauritius<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mexico\">Mexico<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Micronesia\">Micronesia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Moldova\">Moldova<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Monaco\">Monaco<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mongolia\">Mongolia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Montenegro\">Montenegro<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Morocco\">Morocco<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mozambique\">Mozambique<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Myanmar, {Burma}\">Myanmar, {Burma}<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Namibia\">Namibia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Nauru\">Nauru<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Nepal\">Nepal<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Netherlands\">Netherlands<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"New Zealand\">New Zealand<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Nicaragua\">Nicaragua<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Niger\">Niger<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Nigeria\">Nigeria<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Norway\">Norway<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Oman\">Oman<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Pakistan\">Pakistan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Palau\">Palau<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Panama\">Panama<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Papua New Guinea\">Papua New Guinea<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Paraguay\">Paraguay<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Peru\">Peru<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Philippines\">Philippines<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Poland\">Poland<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Portugal\">Portugal<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Qatar\">Qatar<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Romania\">Romania<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Russian Federation\">Russian Federation<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Rwanda\">Rwanda<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"St Kitts &amp; Nevis\">St Kitts &amp; Nevis<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"St Lucia\">St Lucia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Saint Vincent &amp; the Grenadines\">Saint Vincent &amp; the Grenadines<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Samoa\">Samoa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"San Marino\">San Marino<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sao Tome &amp; Principe\">Sao Tome &amp; Principe<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Saudi Arabia\">Saudi Arabia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Senegal\">Senegal<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Serbia\">Serbia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Seychelles\">Seychelles<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sierra Leone\">Sierra Leone<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Singapore\">Singapore<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Slovakia\">Slovakia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Slovenia\">Slovenia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Solomon Islands\">Solomon Islands<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Somalia\">Somalia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"South Africa\">South Africa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"South Sudan\">South Sudan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Spain\">Spain<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sri Lanka\">Sri Lanka<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sudan\">Sudan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Suriname\">Suriname<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Swaziland\">Swaziland<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sweden\">Sweden<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Switzerland\">Switzerland<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Syria\">Syria<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Taiwan\">Taiwan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Tajikistan\">Tajikistan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Tanzania\">Tanzania<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Thailand\">Thailand<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Togo\">Togo<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Tonga\">Tonga<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Trinidad &amp; Tobago\">Trinidad &amp; Tobago<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Tunisia\">Tunisia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Turkey\">Turkey<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Turkmenistan\">Turkmenistan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Tuvalu\">Tuvalu<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Uganda\">Uganda<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Ukraine\">Ukraine<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"United Arab Emirates\">United Arab Emirates<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"United Kingdom\">United Kingdom<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"United States\">United States<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Uruguay\">Uruguay<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Uzbekistan\">Uzbekistan<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Vanuatu\">Vanuatu<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Vatican City\">Vatican City<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Venezuela\">Venezuela<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Vietnam\">Vietnam<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Yemen\">Yemen<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Zambia\">Zambia<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Zimbabwe\">Zimbabwe<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-25 e-form__buttons elementor-md-30\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md elementor-animation-grow\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Vini, Degustazioni e molto altro&#8230; Adventure into fine Adventure into fine wines grapes terroirs vintages cellars MARCHESI FUMANELLI Dal 1470 nel cuore pulsante della Valpolicella Nel cuore della Valpolicella pi\u00f9 classica, tra colline ricoperte di vigneti, si trova la tenuta di Squarano, testimone silenziosa di una storia che affonda le radici nel 1470. Proprio qui, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1305","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/pages\/1305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/comments?post=1305"}],"version-history":[{"count":30,"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/pages\/1305\/revisions"}],"predecessor-version":[{"id":4553,"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/pages\/1305\/revisions\/4553"}],"wp:attachment":[{"href":"https:\/\/fumanelli.it\/en\/wp-json\/wp\/v2\/media?parent=1305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}