{"id":21426,"date":"2022-07-07T10:26:44","date_gmt":"2022-07-07T08:26:44","guid":{"rendered":"https:\/\/mokaefti.ch\/homepage\/"},"modified":"2025-11-24T14:10:52","modified_gmt":"2025-11-24T13:10:52","slug":"homepage","status":"publish","type":"page","link":"https:\/\/mokaefti.ch\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21426\" class=\"elementor elementor-21426 elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-3bfa4f6a elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"3bfa4f6a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cdaf63c\" data-id=\"cdaf63c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-27b62b3 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"27b62b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e2f02f elementor-widget elementor-widget-html\" data-id=\"1e2f02f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\r\n  VERSIONE DEFINITIVA E CORAZZATA\r\n  - Lo script \u00e8 stato separato dai dati per renderlo immune ai plugin di cache\/ottimizzazione.\r\n  - \u00c8 stato aggiunto un meccanismo di sicurezza per garantire il caricamento in ogni circostanza.\r\n  - I TESTI SONO STATI TRADOTTI IN TUTTE LE LINGUE.\r\n-->\r\n\r\n<style>\r\n    \/* Stile generale del contenitore *\/\r\n    .product-tabs-container {\r\n        font-family: sans-serif;\r\n        width: 100%;\r\n        margin: 0 auto;\r\n        border-radius: 12px;\r\n        background-color: #f9f6f2;\r\n        padding: 20px;\r\n        box-sizing: border-box;\r\n    }\r\n\r\n    \/* --- Navigazione a Schede --- *\/\r\n    .tabs-nav {\r\n        display: grid;\r\n        grid-template-columns: repeat(6, 1fr);\r\n        margin-bottom: 25px;\r\n        padding-bottom: 10px;\r\n        gap: 12px;\r\n    }\r\n    \r\n    .tabs-nav::-webkit-scrollbar {\r\n        display: none;\r\n    }\r\n\r\n    \/* Stile \"A ISOLA\" per le schede *\/\r\n    .tab-link {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 8px;\r\n        padding: 10px 15px;\r\n        cursor: pointer;\r\n        background-color: #ffffff;\r\n        border: 1px solid #e0d9cf;\r\n        border-radius: 10px;\r\n        white-space: nowrap;\r\n        font-size: 0.9rem;\r\n        font-weight: 600;\r\n        color: #555;\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;\r\n        box-shadow: 0 2px 5px rgba(0,0,0,0.05);\r\n        outline: none; \r\n        -webkit-tap-highlight-color: transparent; \/* Rimuove il flash al tocco su mobile *\/\r\n    }\r\n\r\n    .tab-link img {\r\n        width: 75px;\r\n        height: 75px;\r\n        object-fit: contain;\r\n        pointer-events: none;\r\n    }\r\n     .tab-link span {\r\n        pointer-events: none;\r\n    }\r\n    \r\n    \/* EFFETTO HOVER *\/\r\n    .tab-link:hover {\r\n        transform: translateY(-2px);\r\n        background-color: #fdfbf5 !important;\r\n    }\r\n\r\n    .tab-link:hover span {\r\n        color: #555 !important;\r\n    }\r\n\r\n    \/* FIX DEFINITIVO: Sovrascrive gli stili di focus e active del tema *\/\r\n    .tab-link:focus, .tab-link:active {\r\n        background-color: #ffffff !important;\r\n        color: #555 !important;\r\n        outline: none !important;\r\n        border-color: #e0d9cf !important;\r\n        box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;\r\n    }\r\n\r\n    \/* Stile \"PREMUTO\" per la scheda attiva *\/\r\n    .tab-link.active {\r\n        border: 2px solid #e0ad21; \/* MODIFICA: Bordo oro *\/\r\n        color: #333;\r\n        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);\r\n        transform: translateY(2px);\r\n        background-color: #fdfdfd;\r\n    }\r\n\r\n    \/* FIX: Assicura che la tab attiva non cambi al focus\/hover *\/\r\n    .tab-link.active:focus, .tab-link.active:hover {\r\n        background-color: #fdfdfd !important;\r\n        color: #333 !important;\r\n        border-color: #e0ad21 !important; \/* MODIFICA: Bordo oro anche in hover *\/\r\n        box-shadow: inset 0 2px 4px rgba(0,0,0,0.1) !important;\r\n        transform: translateY(2px) !important;\r\n    }\r\n\r\n\r\n    \/* --- Contenuto delle Schede --- *\/\r\n    .tab-pane {\r\n        display: none;\r\n        animation: fadeIn 0.5s ease-in-out;\r\n    }\r\n\r\n    .tab-pane.active {\r\n        display: grid;\r\n        grid-template-columns: 1fr 2fr;\r\n        gap: 30px;\r\n        align-items: center;\r\n        justify-content: center;\r\n    }\r\n\r\n    .pane-image {\r\n        justify-self: end;\r\n    }\r\n\r\n    .pane-image img {\r\n        width: 100%;\r\n        max-width: 300px;\r\n        height: auto;\r\n        border-radius: 10px;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.1);\r\n        display: block;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .pane-title {\r\n        font-size: 2.5rem;\r\n        font-weight: bold;\r\n        color: #333;\r\n        margin: 0 0 15px 0;\r\n    }\r\n\r\n    .pane-description {\r\n        font-size: 24px;\r\n        color: #666;\r\n        line-height: 1.7;\r\n        margin-bottom: 25px;\r\n    }\r\n\r\n    .pane-text {\r\n        max-width: 850px;\r\n        justify-self: start;\r\n    }\r\n\r\n    .pane-button {\r\n        display: inline-block;\r\n        background-color: #e0ad21; \/* MODIFICA: Colore oro per il pulsante *\/\r\n        color: #ffffff;\r\n        padding: 12px 28px;\r\n        border-radius: 8px;\r\n        text-decoration: none !important;\r\n        font-weight: bold;\r\n        transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;\r\n        border: none;\r\n        cursor: pointer;\r\n    }\r\n    \r\n    .pane-button:hover {\r\n        background-color: #ed1c24; \/* MODIFICA: Colore rosso ripreso dall'immagine *\/\r\n        transform: translateY(-2px);\r\n        color: #ffffff !important;\r\n        text-decoration: none !important;\r\n    }\r\n    \r\n    @keyframes fadeIn {\r\n        from { opacity: 0; transform: translateY(10px); }\r\n        to { opacity: 1; transform: translateY(0); }\r\n    }\r\n\r\n    \/* --- STILI PER MOBILE (ACCORDION) --- *\/\r\n    @media (max-width: 768px) {\r\n        .product-tabs-container {\r\n            padding: 15px;\r\n            background-color: transparent;\r\n        }\r\n        \r\n        .tabs-nav {\r\n            display: flex;\r\n            flex-direction: column;\r\n            margin-bottom: 0;\r\n            overflow-x: visible;\r\n        }\r\n\r\n        .tab-link {\r\n            width: 100%;\r\n            flex-direction: row;\r\n            justify-content: flex-start;\r\n            padding: 15px;\r\n        }\r\n\r\n        .tab-link img {\r\n            width: 58px;\r\n            height: 58px;\r\n        }\r\n\r\n        .tab-link.active {\r\n            border-radius: 10px 10px 0 0;\r\n        }\r\n\r\n        .tabs-content {\r\n            display: block !important;\r\n        }\r\n        \r\n        .tab-pane {\r\n            grid-template-columns: 1fr !important;\r\n            text-align: center;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.4s ease-out, padding 0.4s ease-out, border 0.4s ease-out;\r\n            padding: 0 20px;\r\n            background-color: #f9f6f2;\r\n            border: 0px solid #e0d9cf;\r\n            border-top: none;\r\n            border-radius: 0 0 10px 10px;\r\n            display: grid !important;\r\n        }\r\n        \r\n        .tab-pane.is-open {\r\n            max-height: 2000px;\r\n            padding: 25px 20px;\r\n            border-width: 1px;\r\n        }\r\n        \r\n        .pane-image {\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .pane-title {\r\n            font-size: 2rem;\r\n        }\r\n\r\n        .pane-description {\r\n            font-size: 1rem;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"product-tabs-container\">\r\n    <div class=\"tabs-nav\"><\/div>\r\n    <div class=\"tabs-content\"><\/div>\r\n<\/div>\r\n\r\n<!-- 1. CONTENITORE DATI (sicuro e isolato) -->\r\n<script type=\"application\/json\" id=\"category-data\">\r\n{\r\n    \"it\": [\r\n        {\"title\": \"Grani\", \"link\": \"\/categoria-prodotto\/grani\/\", \"description\": \"La nostra categoria di caff\u00e8 in grani rappresenta l\u2019eccellenza per chi ama macinare al momento i propri chicchi di caff\u00e8. Ogni miscela \u00e8 il risultato di una selezione meticolosa dei migliori caff\u00e8 verdi del mondo, scelti per la loro qualit\u00e0 superiore. I nostri maestri tostatori trasformano questi chicchi attraverso una tostatura artigianale e precisa, creando miscele dal carattere unico, studiate per esaltare ogni metodo di estrazione e soddisfare i palati pi\u00f9 esigenti.\", \"buttonText\": \"Scopri i Grani\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-grani.png\", \"altText\": \"Sacchetto di caff\u00e8 in grani\" },\r\n        {\"title\": \"Macinati\", \"link\": \"\/categoria-prodotto\/macinati\/\", \"description\": \"Scopri la nostra selezione di caff\u00e8 macinato, creata per gli intenditori che desiderano un\u2019esperienza di gusto superiore ogni giorno. Le nostre miscele pregiate si distinguono per aromi unici, perfetti per ogni momento della giornata e adatti a ogni tipo di preparazione. Che tu preferisca un caff\u00e8 macinato per la classica moka, un aromatico caff\u00e8 filtro o un intenso espresso, qui troverai la miscela di alta qualit\u00e0 ideale per trasformare la tua pausa caff\u00e8 in un rito di puro piacere.\", \"buttonText\": \"Scopri i Macinati\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-macinati.png\", \"altText\": \"Caff\u00e8 macinato\" },\r\n        {\"title\": \"Capsule\", \"link\": \"\/categoria-prodotto\/capsule\/\", \"description\": \"Esplora la nostra vasta gamma di caff\u00e8 in capsule, pensate per offrirti un espresso perfetto con la massima praticit\u00e0. Le nostre miscele di alta qualit\u00e0 sono disponibili in capsule compatibili con le macchine da caff\u00e8 a marchio Nespresso\u00ae, Lavazza\u00ae e Nescaf\u00e9\u00ae Dolce Gusto\u00ae, per darti la libert\u00e0 di scegliere il tuo gusto preferito. Inoltre, scegliendo le nostre innovative capsule compostabili, unisci al piacere di un caff\u00e8 eccezionale un gesto concreto per la sostenibilit\u00e0 e il rispetto del pianeta.\", \"buttonText\": \"Scopri le Capsule\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-capsule.png\", \"altText\": \"Capsule di caff\u00e8 compatibili\" },\r\n        {\"title\": \"Cialde\", \"link\": \"\/categoria-prodotto\/cialde\/\", \"description\": \"Le nostre cialde ESE nascono da miscele di Arabica e Robusta selezionate per offrirti un espresso di alta qualit\u00e0 con la massima semplicit\u00e0. Ogni cialda racchiude un caff\u00e8 eccezionale, macinato e pressato alla perfezione, pronto a soddisfare ogni preferenza. Dalle miscele pi\u00f9 intense e cremose a quelle pi\u00f9 delicate e aromatiche, ti garantiamo un risultato in tazza sempre impeccabile, all\u2019altezza delle tue migliori aspettative.\", \"buttonText\": \"Scopri le Cialde\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-cialde.png\", \"altText\": \"Cialde di caff\u00e8 ESE\" },\r\n        {\"title\": \"Merchandise\", \"link\": \"\/categoria-prodotto\/merchandise\/\", \"description\": \"I dettagli fanno la perfezione, anche nella pausa caff\u00e8. In questa sezione trovi la nostra selezione completa di accessori, pensata sia per i professionisti di bar, hotel e ristoranti, sia per chi desidera ricreare un\u2019esperienza di alta qualit\u00e0 a casa o in ufficio. Dalle tazzine eleganti ai complementi di servizio indispensabili, ogni articolo \u00e8 scelto per aiutarti a servire e gustare un caff\u00e8 a regola d\u2019arte, trasformando ogni momento in un rito impeccabile per te e per i tuoi ospiti.\", \"buttonText\": \"Scopri il Merchandise\", \"imageSrc\": \"\/wp-content\/uploads\/2022\/09\/31-tazza-cappuccio-Moka.jpg\", \"altText\": \"Tazzina di caff\u00e8 e accessori\" },\r\n        {\"title\": \"Altri prodotti\", \"link\": \"\/categoria-prodotto\/altri-prodotti\/\", \"description\": \"Esplora la nostra selezione pensata per arricchire ogni tua pausa e soddisfare ogni gusto. Dalle note energizzanti del ginseng al sapore delicato del caff\u00e8 d\u2019orzo, passando per l\u2019avvolgente golosit\u00e0 di una cioccolata o la raffinatezza di un t\u00e8.\", \"buttonText\": \"Scopri gli Altri Prodotti\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-altri-prodotti.png\", \"altText\": \"Bevande alternative come ginseng e orzo\" }\r\n    ],\r\n    \"en\": [\r\n        {\"title\": \"Beans\", \"link\": \"\/en\/product-category\/beans\/\", \"description\": \"Our coffee bean category represents excellence for those who love to grind their beans fresh. Each blend is the result of a meticulous selection of the world's best green coffees, chosen for their superior quality. Our master roasters transform these beans through artisanal and precise roasting, creating unique blends designed to enhance every extraction method and satisfy the most demanding palates.\", \"buttonText\": \"Discover Beans\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-grani.png\", \"altText\": \"Bag of coffee beans\" },\r\n        {\"title\": \"Ground\", \"link\": \"\/en\/product-category\/ground\/\", \"description\": \"Discover our selection of ground coffee, created for connoisseurs who desire a superior taste experience every day. Our premium blends are distinguished by unique aromas, perfect for any time of day and suitable for all types of preparation. Whether you prefer ground coffee for a classic moka pot, an aromatic filter coffee, or an intense espresso, here you will find the ideal high-quality blend to turn your coffee break into a ritual of pure pleasure.\", \"buttonText\": \"Discover Ground Coffee\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-macinati.png\", \"altText\": \"Ground coffee\" },\r\n        {\"title\": \"Capsules\", \"link\": \"\/en\/product-category\/capsules-en\/\", \"description\": \"Explore our wide range of coffee capsules, designed to offer you a perfect espresso with maximum convenience. Our high-quality blends are available in capsules compatible with Nespresso\u00ae, Lavazza\u00ae, and Nescaf\u00e9\u00ae Dolce Gusto\u00ae brand coffee machines, giving you the freedom to choose your favorite flavor. Furthermore, by choosing our innovative compostable capsules, you combine the pleasure of exceptional coffee with a concrete gesture for sustainability and respect for the planet.\", \"buttonText\": \"Discover Capsules\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-capsule.png\", \"altText\": \"Compatible coffee capsules\" },\r\n        {\"title\": \"Pods\", \"link\": \"\/en\/product-category\/pods\/\", \"description\": \"Our ESE pods are created from selected Arabica and Robusta blends to offer you a high-quality espresso with the utmost simplicity. Each pod contains exceptional coffee, perfectly ground and pressed, ready to satisfy every preference. From the most intense and creamy blends to the most delicate and aromatic ones, we guarantee an always impeccable result in the cup, living up to your best expectations.\", \"buttonText\": \"Discover Pods\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-cialde.png\", \"altText\": \"ESE coffee pods\" },\r\n        {\"title\": \"Merchandise\", \"link\": \"\/en\/product-category\/merchandise-en\/\", \"description\": \"Details make perfection, even during the coffee break. In this section, you will find our complete selection of accessories, designed for professionals in bars, hotels, and restaurants, as well as for those who wish to recreate a high-quality experience at home or in the office. From elegant cups to essential service accessories, each item is chosen to help you serve and enjoy a masterfully prepared coffee, turning every moment into an impeccable ritual for you and your guests.\", \"buttonText\": \"Discover Merchandise\", \"imageSrc\": \"\/wp-content\/uploads\/2022\/09\/31-tazza-cappuccio-Moka.jpg\", \"altText\": \"Coffee cup and accessories\" },\r\n        {\"title\": \"Other Products\", \"link\": \"\/en\/product-category\/other-products\/\", \"description\": \"Explore our selection designed to enrich every break and satisfy every taste. From the energizing notes of ginseng to the delicate flavor of barley coffee, passing through the enveloping delight of a hot chocolate or the refinement of a tea.\", \"buttonText\": \"Discover Other Products\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-altri-prodotti.png\", \"altText\": \"Alternative drinks like ginseng and barley\" }\r\n    ],\r\n    \"de\": [\r\n        {\"title\": \"Bohnen\", \"link\": \"\/de\/Produktkategorie\/bohnen\/\", \"description\": \"Unsere Kategorie f\u00fcr Kaffeebohnen steht f\u00fcr Exzellenz f\u00fcr alle, die ihre Bohnen gerne frisch mahlen. Jede Mischung ist das Ergebnis einer sorgf\u00e4ltigen Auswahl der besten Rohkaffees der Welt, ausgew\u00e4hlt nach ihrer \u00fcberlegenen Qualit\u00e4t. Unsere R\u00f6stmeister verwandeln diese Bohnen durch eine handwerkliche und pr\u00e4zise R\u00f6stung und schaffen so einzigartige Mischungen, die darauf ausgelegt sind, jede Extraktionsmethode zu verfeinern und die anspruchsvollsten Gaumen zufrieden zu stellen.\", \"buttonText\": \"Bohnen entdecken\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-grani.png\", \"altText\": \"Kaffeebohnen im Beutel\" },\r\n        {\"title\": \"Gemahlen\", \"link\": \"\/de\/Produktkategorie\/gemahlen\/\", \"description\": \"Entdecken Sie unsere Auswahl an gemahlenem Kaffee, kreiert f\u00fcr Kenner, die t\u00e4glich ein \u00fcberlegenes Geschmackserlebnis w\u00fcnschen. Unsere Premium-Mischungen zeichnen sich durch einzigartige Aromen aus, die perfekt f\u00fcr jeden Moment des Tages und f\u00fcr jede Zubereitungsart geeignet sind. Ob Sie gemahlenen Kaffee f\u00fcr die klassische Mokkakanne, einen aromatischen Filterkaffee oder einen intensiven Espresso bevorzugen, hier finden Sie die ideale hochwertige Mischung, um Ihre Kaffeepause in ein reines Genussritual zu verwandeln.\", \"buttonText\": \"Gemahlenen entdecken\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-macinati.png\", \"altText\": \"Gemahlener Kaffee\" },\r\n        {\"title\": \"Kapseln\", \"link\": \"\/de\/Produktkategorie\/kapseln\/\", \"description\": \"Entdecken Sie unser breites Sortiment an Kaffeekapseln, die Ihnen einen perfekten Espresso mit maximalem Komfort bieten sollen. Unsere hochwertigen Mischungen sind in Kapseln erh\u00e4ltlich, die mit Kaffeemaschinen der Marken Nespresso\u00ae, Lavazza\u00ae und Nescaf\u00e9\u00ae Dolce Gusto\u00ae kompatibel sind, sodass Sie die Freiheit haben, Ihren Lieblingsgeschmack zu w\u00e4hlen. Dar\u00fcber hinaus verbinden Sie mit der Wahl unserer innovativen kompostierbaren Kapseln den Genuss eines au\u00dfergew\u00f6hnlichen Kaffees mit einer konkreten Geste f\u00fcr Nachhaltigkeit und Respekt f\u00fcr den Planeten.\", \"buttonText\": \"Kapseln entdecken\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-capsule.png\", \"altText\": \"Kompatible Kaffeekapseln\" },\r\n        {\"title\": \"Pads\", \"link\": \"\/de\/Produktkategorie\/pads\/\", \"description\": \"Unsere ESE-Pads werden aus ausgew\u00e4hlten Arabica- und Robusta-Mischungen hergestellt, um Ihnen einen hochwertigen Espresso mit gr\u00f6\u00dfter Einfachheit zu bieten. Jedes Pad enth\u00e4lt au\u00dfergew\u00f6hnlichen Kaffee, perfekt gemahlen und gepresst, bereit, jeden Wunsch zu erf\u00fcllen. Von den intensivsten und cremigsten Mischungen bis zu den zartesten und aromatischsten garantieren wir ein stets tadelloses Ergebnis in der Tasse, das Ihren besten Erwartungen gerecht wird.\", \"buttonText\": \"Pads entdecken\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-cialde.png\", \"altText\": \"ESE Kaffeepads\" },\r\n        {\"title\": \"Merchandise\", \"link\": \"\/de\/Produktkategorie\/merchandise-de\/\", \"description\": \"Details machen die Perfektion, auch in der Kaffeepause. In diesem Bereich finden Sie unsere komplette Auswahl an Zubeh\u00f6r, sowohl f\u00fcr Profis in Bars, Hotels und Restaurants als auch f\u00fcr diejenigen, die zu Hause oder im B\u00fcro ein hochwertiges Erlebnis schaffen m\u00f6chten. Von eleganten Tassen bis hin zu unverzichtbarem Servicezubeh\u00f6r wird jeder Artikel ausgew\u00e4hlt, um Ihnen zu helfen, einen kunstvollen Kaffee zu servieren und zu genie\u00dfen und jeden Moment in ein tadelloses Ritual f\u00fcr Sie und Ihre G\u00e4ste zu verwandeln.\", \"buttonText\": \"Merchandise entdecken\", \"imageSrc\": \"\/wp-content\/uploads\/2022\/09\/31-tazza-cappuccio-Moka.jpg\", \"altText\": \"Kaffeetasse und Zubeh\u00f6r\" },\r\n        {\"title\": \"Andere Produkte\", \"link\": \"\/de\/Produktkategorie\/weitere-produkte\/\", \"description\": \"Entdecken Sie unsere Auswahl, die jede Ihrer Pausen bereichern und jeden Geschmack befriedigen soll. Von den anregenden Noten des Ginsengs \u00fcber den feinen Geschmack des Gerstenkaffees bis hin zum umh\u00fcllenden Genuss einer hei\u00dfen Schokolade oder der Raffinesse eines Tees.\", \"buttonText\": \"Andere Produkte entdecken\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-altri-prodotti.png\", \"altText\": \"Alternative Getr\u00e4nke wie Ginseng und Gerste\" }\r\n    ],\r\n    \"fr\": [\r\n        {\"title\": \"Grains\", \"link\": \"\/fr\/categorie-de-produit\/grains\/\", \"description\": \"Notre cat\u00e9gorie de caf\u00e9 en grains repr\u00e9sente l'excellence pour ceux qui aiment moudre leurs grains de caf\u00e9 \u00e0 l'instant. Chaque m\u00e9lange est le fruit d'une s\u00e9lection m\u00e9ticuleuse des meilleurs caf\u00e9s verts du monde, choisis pour leur qualit\u00e9 sup\u00e9rieure. Nos ma\u00eetres torr\u00e9facteurs transforment ces grains par une torr\u00e9faction artisanale et pr\u00e9cise, cr\u00e9ant des m\u00e9langes au caract\u00e8re unique, con\u00e7us pour sublimer chaque m\u00e9thode d'extraction et satisfaire les palais les plus exigeants.\", \"buttonText\": \"D\u00e9couvrir les Grains\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-grani.png\", \"altText\": \"Sac de caf\u00e9 en grains\" },\r\n        {\"title\": \"Moulus\", \"link\": \"\/fr\/categorie-de-produit\/moulus\/\", \"description\": \"D\u00e9couvrez notre s\u00e9lection de caf\u00e9 moulu, cr\u00e9\u00e9e pour les connaisseurs qui d\u00e9sirent une exp\u00e9rience gustative sup\u00e9rieure chaque jour. Nos m\u00e9langes de prestige se distinguent par des ar\u00f4mes uniques, parfaits pour chaque moment de la journ\u00e9e et adapt\u00e9s \u00e0 tout type de pr\u00e9paration. Que vous pr\u00e9f\u00e9riez un caf\u00e9 moulu pour la cafeti\u00e8re moka classique, un caf\u00e9 filtre aromatique ou un expresso intense, vous trouverez ici le m\u00e9lange de haute qualit\u00e9 id\u00e9al pour transformer votre pause caf\u00e9 en un rituel de pur plaisir.\", \"buttonText\": \"D\u00e9couvrir le Moulu\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-macinati.png\", \"altText\": \"Caf\u00e9 moulu\" },\r\n        {\"title\": \"Capsules\", \"link\": \"\/fr\/categorie-de-produit\/capsules\/\", \"description\": \"Explorez notre large gamme de capsules de caf\u00e9, con\u00e7ues pour vous offrir un expresso parfait avec un maximum de praticit\u00e9. Nos m\u00e9langes de haute qualit\u00e9 sont disponibles en capsules compatibles avec les machines \u00e0 caf\u00e9 des marques Nespresso\u00ae, Lavazza\u00ae et Nescaf\u00e9\u00ae Dolce Gusto\u00ae, vous donnant la libert\u00e9 de choisir votre saveur pr\u00e9f\u00e9r\u00e9e. De plus, en choisissant nos capsules compostables innovantes, vous associez le plaisir d'un caf\u00e9 exceptionnel \u00e0 un geste concret pour la durabilit\u00e9 et le respect de la plan\u00e8te.\", \"buttonText\": \"D\u00e9couvrir les Capsules\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-capsule.png\", \"altText\": \"Capsules de caf\u00e9 compatibles\" },\r\n        {\"title\": \"Dosettes\", \"link\": \"\/fr\/categorie-de-produit\/dosettes\/\", \"description\": \"Nos dosettes ESE sont n\u00e9es de m\u00e9langes d'Arabica et de Robusta s\u00e9lectionn\u00e9s pour vous offrir un expresso de haute qualit\u00e9 avec la plus grande simplicit\u00e9. Chaque dosette renferme un caf\u00e9 exceptionnel, parfaitement moulu et press\u00e9, pr\u00eat \u00e0 satisfaire toutes les pr\u00e9f\u00e9rences. Des m\u00e9langes les plus intenses et cr\u00e9meux aux plus d\u00e9licats et aromatiques, nous vous garantissons un r\u00e9sultat en tasse toujours impeccable, \u00e0 la hauteur de vos meilleures attentes.\", \"buttonText\": \"D\u00e9couvrir les Dosettes\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-cialde.png\", \"altText\": \"Dosettes de caf\u00e9 ESE\" },\r\n        {\"title\": \"Marchandise\", \"link\": \"\/fr\/categorie-de-produit\/merchandise-fr\/\", \"description\": \"Les d\u00e9tails font la perfection, m\u00eame pendant la pause caf\u00e9. Dans cette section, vous trouverez notre s\u00e9lection compl\u00e8te d'accessoires, con\u00e7ue pour les professionnels des bars, h\u00f4tels et restaurants, ainsi que pour ceux qui souhaitent recr\u00e9er une exp\u00e9rience de haute qualit\u00e9 \u00e0 la maison ou au bureau. Des tasses \u00e9l\u00e9gantes aux accessoires de service indispensables, chaque article est choisi pour vous aider \u00e0 servir et \u00e0 d\u00e9guster un caf\u00e9 dans les r\u00e8gles de l'art, transformant chaque moment en un rituel impeccable pour vous et vos invit\u00e9s.\", \"buttonText\": \"D\u00e9couvrir le Marchandise\", \"imageSrc\": \"\/wp-content\/uploads\/2022\/09\/31-tazza-cappuccio-Moka.jpg\", \"altText\": \"Tasse \u00e0 caf\u00e9 et accessories\" },\r\n        {\"title\": \"Autres produits\", \"link\": \"\/fr\/categorie-de-produit\/autres-produits\/\", \"description\": \"Explorez notre s\u00e9lection con\u00e7ue pour enrichir chacune de vos pauses et satisfaire tous les go\u00fbts. Des notes \u00e9nergisantes du ginseng \u00e0 la saveur d\u00e9licate du caf\u00e9 d'orge, en passant par la gourmandise enveloppante d'un chocolat chaud ou le raffinement d'un th\u00e9.\", \"buttonText\": \"D\u00e9couvrir les Autres Produits\", \"imageSrc\": \"\/wp-content\/uploads\/2025\/08\/categoria-altri-prodotti.png\", \"altText\": \"Boissons alternatives comme le ginseng et l'orge\" }\r\n    ]\r\n}\r\n<\/script>\r\n\r\n<!-- 2. MOTORE JAVASCRIPT (corretto e robusto) -->\r\n<script>\r\n    function initializeProductTabs() {\r\n        const dataElement = document.getElementById('category-data');\r\n        if (!dataElement) {\r\n            console.error(\"Contenitore dati #category-data non trovato.\");\r\n            return;\r\n        }\r\n\r\n        const contentData = JSON.parse(dataElement.textContent);\r\n        const tabsNav = document.querySelector('.tabs-nav');\r\n        const tabsContent = document.querySelector('.tabs-content');\r\n        \r\n        if (!tabsNav || !tabsContent) {\r\n            console.error(\"Elementi .tabs-nav o .tabs-content non trovati.\");\r\n            return;\r\n        }\r\n\r\n        const isMobile = () => window.innerWidth <= 768;\r\n\r\n        const setupTabs = () => {\r\n            const path = window.location.pathname;\r\n            const langSegments = path.split('\/').filter(Boolean);\r\n            let currentLang = 'it';\r\n            const supportedLangs = ['en', 'de', 'fr'];\r\n\r\n            if (langSegments.length > 0 && supportedLangs.includes(langSegments[0])) {\r\n                currentLang = langSegments[0];\r\n            }\r\n            \r\n            const data = contentData[currentLang] || contentData['it'];\r\n\r\n            if (!data) {\r\n                console.error(\"Dati delle categorie non trovati.\");\r\n                return;\r\n            }\r\n            \r\n            tabsNav.innerHTML = '';\r\n            tabsContent.innerHTML = '';\r\n\r\n            data.forEach((item, index) => {\r\n                const tabId = 'tab-' + index;\r\n                \r\n                const tabButton = document.createElement('button');\r\n                tabButton.className = 'tab-link';\r\n                tabButton.dataset.tab = tabId;\r\n                const tabImg = document.createElement('img');\r\n                tabImg.src = item.imageSrc;\r\n                tabImg.alt = '';\r\n                const tabSpan = document.createElement('span');\r\n                tabSpan.innerHTML = item.title;\r\n                tabButton.appendChild(tabImg);\r\n                tabButton.appendChild(tabSpan);\r\n                tabsNav.appendChild(tabButton);\r\n\r\n                const tabPane = document.createElement('div');\r\n                tabPane.className = 'tab-pane';\r\n                tabPane.id = tabId;\r\n                const paneImageContainer = document.createElement('div');\r\n                paneImageContainer.className = 'pane-image';\r\n                const paneImage = document.createElement('img');\r\n                paneImage.src = item.imageSrc;\r\n                paneImage.alt = item.altText;\r\n                paneImageContainer.appendChild(paneImage);\r\n                const paneTextContainer = document.createElement('div');\r\n                paneTextContainer.className = 'pane-text';\r\n                const paneTitle = document.createElement('h2');\r\n                paneTitle.className = 'pane-title';\r\n                paneTitle.innerHTML = item.title;\r\n                const paneDescription = document.createElement('p');\r\n                paneDescription.className = 'pane-description';\r\n                paneDescription.innerHTML = item.description;\r\n                const paneButton = document.createElement('a');\r\n                paneButton.className = 'pane-button';\r\n                paneButton.href = item.link;\r\n                paneButton.innerHTML = item.buttonText;\r\n                paneTextContainer.appendChild(paneTitle);\r\n                paneTextContainer.appendChild(paneDescription);\r\n                paneTextContainer.appendChild(paneButton);\r\n                tabPane.appendChild(paneImageContainer);\r\n                tabPane.appendChild(paneTextContainer);\r\n                tabsContent.appendChild(tabPane);\r\n            });\r\n\r\n            if (!isMobile()) {\r\n                tabsNav.firstElementChild.classList.add('active');\r\n                tabsContent.firstElementChild.classList.add('active');\r\n            }\r\n        };\r\n        \r\n        tabsNav.addEventListener('click', (e) => {\r\n            const clickedTab = e.target.closest('.tab-link');\r\n            if (!clickedTab) return;\r\n            \r\n            const targetId = clickedTab.dataset.tab;\r\n            const targetPane = document.getElementById(targetId);\r\n\r\n            if (isMobile()) {\r\n                const isAlreadyOpen = clickedTab.classList.contains('active');\r\n                \r\n                document.querySelectorAll('.tab-pane.is-open').forEach(p => p.classList.remove('is-open'));\r\n                tabsNav.querySelectorAll('.tab-link.active').forEach(t => t.classList.remove('active'));\r\n\r\n                if (!isAlreadyOpen) {\r\n                    clickedTab.classList.add('active');\r\n                    targetPane.classList.add('is-open');\r\n                    clickedTab.insertAdjacentElement('afterend', targetPane);\r\n                }\r\n\r\n            } else {\r\n                if (tabsNav.querySelector('.active')) tabsNav.querySelector('.active').classList.remove('active');\r\n                if (tabsContent.querySelector('.active')) tabsContent.querySelector('.active').classList.remove('active');\r\n                \r\n                clickedTab.classList.add('active');\r\n                targetPane.classList.add('active');\r\n            }\r\n        });\r\n\r\n        let currentViewIsMobile = isMobile();\r\n        const handleResize = () => {\r\n            const newViewIsMobile = isMobile();\r\n            if (newViewIsMobile === currentViewIsMobile) return;\r\n            currentViewIsMobile = newViewIsMobile;\r\n            \r\n            document.querySelectorAll('.tab-link.active').forEach(t => t.classList.remove('active'));\r\n            document.querySelectorAll('.tab-pane').forEach(p => {\r\n                p.classList.remove('is-open', 'active');\r\n                tabsContent.appendChild(p);\r\n            });\r\n            \r\n            if (!newViewIsMobile) {\r\n                tabsNav.firstElementChild.classList.add('active');\r\n                tabsContent.firstElementChild.classList.add('active');\r\n            }\r\n        };\r\n        \r\n        window.addEventListener('resize', handleResize);\r\n        setupTabs();\r\n    }\r\n\r\n    \/\/ Esegue lo script con un piccolo ritardo per massima compatibilit\u00e0\r\n    setTimeout(initializeProductTabs, 100);\r\n<\/script>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-7387c13f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"7387c13f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4c3b5d49\" data-id=\"4c3b5d49\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b9693b2 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"3b9693b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1655\" height=\"825\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old.webp\" class=\"attachment-full size-full wp-image-24722\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old.webp 1655w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old-300x150.webp 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old-1024x510.webp 1024w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old-768x383.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old-1536x766.webp 1536w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/la-storia_old-600x299.jpg 600w\" sizes=\"(max-width: 1655px) 100vw, 1655px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70f54b3 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"70f54b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"600\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/mokaefti_confez.bobine.webp\" class=\"attachment-full size-full wp-image-24723\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/mokaefti_confez.bobine.webp 1000w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/mokaefti_confez.bobine-300x180.webp 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/mokaefti_confez.bobine-768x461.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/mokaefti_confez.bobine-600x360.jpg 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2e0dacd elementor-invisible\" data-id=\"2e0dacd\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21b69e97 elementor-widget elementor-widget-heading\" data-id=\"21b69e97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OUR<br>story<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-271c8d79 elementor-widget elementor-widget-text-editor\" data-id=\"271c8d79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We established ourselves with the MOKA EFTI brand, first in Italy and then here in Switzerland, thanks to the quality of our coffee and impeccable service. We are a family business, and our story is driven by a strong and constant passion for this growing industry. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e2c2139 elementor-widget elementor-widget-button\" data-id=\"3e2c2139\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/mokaefti.ch\/en\/moka-efti-history\/\">\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\">THE ORIGINS<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-50d59485 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"50d59485\" data-element_type=\"section\" data-e-type=\"section\" id=\"info_section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-580e8bb1\" data-id=\"580e8bb1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a445c76 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"a445c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"528\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/bar-mokaefti.webp\" class=\"attachment-large size-large wp-image-24721\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/bar-mokaefti.webp 1000w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/bar-mokaefti-300x198.webp 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/bar-mokaefti-768x507.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/10\/bar-mokaefti-600x396.jpg 600w\" 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 data-premium-element-link=\"{&quot;type&quot;:&quot;link&quot;,&quot;link&quot;:null,&quot;href&quot;:&quot;https:\\\/\\\/mokaefti.ch\\\/miscele-caffe-bar\\\/&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-6b6380a premium-wrapper-link-yes elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6b6380a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/mokaefti.ch\/en\/for-professionals\/\" class=\"elementor-icon\" tabindex=\"-1\" aria-label=\"HO.RE.CA\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-coffee\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 384h192c53 0 96-43 96-96h32c70.6 0 128-57.4 128-128S582.6 32 512 32H120c-13.3 0-24 10.7-24 24v232c0 53 43 96 96 96zM512 96c35.3 0 64 28.7 64 64s-28.7 64-64 64h-32V96h32zm47.7 384H48.3c-47.6 0-61-64-36-64h583.3c25 0 11.8 64-35.9 64z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\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<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/mokaefti.ch\/en\/for-professionals\/\" >\n\t\t\t\t\t\t\tHO.RE.CA\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\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\tAre you part of this world? Discover our services \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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1c1430\" data-id=\"1c1430\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e21751f elementor-widget elementor-widget-heading\" data-id=\"1e21751f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">OUR CAFES<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be4657 elementor-widget elementor-widget-heading\" data-id=\"be4657\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TO STOP FOR a GREAT COFFEE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d2b4909 elementor-widget elementor-widget-heading\" data-id=\"4d2b4909\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">In our cafes, we welcome customers and anyone who wishes to savor the quality of our coffee.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3886210 elementor-tablet-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"3886210\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/mokaefti.ch\/en\/moka-efti-bar\/\">\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\">COME VISIT US<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-6f637e14 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"6f637e14\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6285ecce\" data-id=\"6285ecce\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af5fd3b elementor-widget elementor-widget-image\" data-id=\"af5fd3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/07\/Raquel-titolare-della-Finca-Montefresco-e1754401408813.png\" class=\"attachment-full size-full wp-image-15696\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7aadb72a elementor-widget elementor-widget-heading\" data-id=\"7aadb72a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Finca Raquel Monte Fresco<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6eb1841b premium-header-block premium-lq__none premium-box-lq__none elementor-widget elementor-widget-premium-addon-dual-header\" data-id=\"6eb1841b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"premium-addon-dual-header.default\">\n\t\t\t\t\t\n\t\t<div class=\"elementor-widget-container\">\n\t\t<div class=\"premium-dual-header-wrapper\">\n\t\t\t\t\t<h1 class=\"premium-dual-header-first-header  gradient\"><span class=\"premium-dual-header-first-span\">PARAINEMA <\/span><span class=\"premium-dual-header-second-header \">HONDURAS<\/span><\/h1> \t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-65cd1b8c\" data-id=\"65cd1b8c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-206e3f74 elementor-widget elementor-widget-text-editor\" data-id=\"206e3f74\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;A special coffee is obtained by respecting nature and its timing&#8221;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-2214a32b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"2214a32b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1779cd1\" data-id=\"1779cd1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6a0a8c5a premium-lq__glass1 elementor-invisible elementor-widget elementor-widget-premium-addon-button\" data-id=\"6a0a8c5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"premium-addon-button.default\">\n\t\t\t\t\t\n\n\t\t<a class=\"premium-button premium-button-style7 premium-btn-block premium-button-style7-left\" href=\"https:\/\/mokaefti.ch\/en\/finca-monte-fresco\/\">\n\t\t\t<div class=\"premium-button-text-icon-wrapper\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span >\n\t\t\t\t\t\tDiscover this excellence\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t<\/a>\n\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2e6371d1 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"2e6371d1\" data-element_type=\"section\" data-e-type=\"section\" id=\"info_section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f61ed0e\" data-id=\"f61ed0e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-672e018 elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"672e018\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1181\" height=\"1476\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/immagine_caffe_al_centro_2.webp\" class=\"attachment-full size-full wp-image-25133\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/immagine_caffe_al_centro_2.webp 1181w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/immagine_caffe_al_centro_2-240x300.webp 240w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/immagine_caffe_al_centro_2-819x1024.webp 819w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/immagine_caffe_al_centro_2-768x960.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/immagine_caffe_al_centro_2-600x750.png 600w\" sizes=\"(max-width: 1181px) 100vw, 1181px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-68e97964\" data-id=\"68e97964\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-305bdc6 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"305bdc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/mokaefti.ch\/en\/for-professionals\/\">MOKA EFTI SELECTION<\/a><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7303687 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"7303687\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mokaefti.ch\/en\/selection\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"464\" height=\"452\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2022\/10\/caffe-moka-efti-selection-2.png\" class=\"attachment-large size-large wp-image-2355\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2022\/10\/caffe-moka-efti-selection-2.png 464w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2022\/10\/caffe-moka-efti-selection-2-300x292.png 300w\" sizes=\"(max-width: 464px) 100vw, 464px\" \/>\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 class=\"elementor-element elementor-element-8f5fe33 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"8f5fe33\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A selection of <strong>Coffee Beans<\/strong> and <strong>Ground Coffee<\/strong> for true connoisseurs and enthusiasts.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-6680680a e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"6680680a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-70cb5658 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"70cb5658\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5848b829 elementor-widget elementor-widget-heading\" data-id=\"5848b829\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Join our community<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6766718 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"6766718\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;highlighted_text&quot;:&quot;10% discount gift&quot;,&quot;marker&quot;:&quot;underline&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;highlight_animation_duration&quot;:1200,&quot;highlight_iteration_delay&quot;:8000}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h3 class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Subscribe to our newsletter<\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">10% discount gift<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-70e49db4 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"70e49db4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-773f9df elementor-widget elementor-widget-n-accordion\" data-id=\"773f9df\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1250\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1250\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Register <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-pen\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" role=\"region\" aria-labelledby=\"e-n-accordion-item-1250\" class=\"elementor-element elementor-element-73f452f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"73f452f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b74e8f3 elementor-widget elementor-widget-html\" data-id=\"b74e8f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<iframe width=\"540\" height=\"425\" src=\"https:\/\/eaa22b29.sibforms.com\/serve\/MUIFAAPta-jvDh_tg822T8TmZcrWs_009RwuW24OXd3aaeITuzUUp5qWn3j4QZtLCyxpbONNGmh_1zQiamyfcsv60jn5TLzdL_WuqLLTFqxbEP3MuOrBZOqjbh1QqPLOyTre47M3EOrxtSPveD6dKtq1GabyqcMvkND4llnE2BX7zcryyYHBZoFmntUEAmales0FuS_ZmTiKojoq\" frameborder=\"0\" scrolling=\"auto\" allowfullscreen=\"\" style=\"display: block;margin-left: auto;margin-right: auto;max-width: 100%;\"><\/iframe>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-5333d1a e-grid e-con-full wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"5333d1a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3f851f elementor-widget elementor-widget-image\" data-id=\"d3f851f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"400\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/piantine_caffe_2.webp\" class=\"attachment-full size-full wp-image-25134\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/piantine_caffe_2.webp 1200w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/piantine_caffe_2-300x100.webp 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/piantine_caffe_2-1024x341.webp 1024w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/piantine_caffe_2-768x256.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/piantine_caffe_2-600x200.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7caa3d3 elementor-widget elementor-widget-image\" data-id=\"7caa3d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mokaefti.ch\/en\/sustainability\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"400\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/fairtrade_2.webp\" class=\"attachment-full size-full wp-image-25135\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/fairtrade_2.webp 1200w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/fairtrade_2-300x100.webp 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/fairtrade_2-1024x341.webp 1024w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/fairtrade_2-768x256.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/fairtrade_2-600x200.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\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 class=\"elementor-element elementor-element-1ba0371 elementor-widget elementor-widget-image\" data-id=\"1ba0371\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mokaefti.ch\/en\/product-category\/bio-en\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"266\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/bio_2-1024x341.webp\" class=\"attachment-large size-large wp-image-25136\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/bio_2-1024x341.webp 1024w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/bio_2-300x100.webp 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/bio_2-768x256.webp 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/bio_2-600x200.png 600w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/11\/bio_2.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-b988a26 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"b988a26\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:24675,&quot;url&quot;:&quot;https:\\\/\\\/mokaefti.ch\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/chicco-caffe-shop-scaled.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-7906660 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"7906660\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3c2977 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d3c2977\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">SHOP ONLINE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d9cef6 elementor-widget elementor-widget-image\" data-id=\"5d9cef6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/mokaefti.ch\/en\/shop-online\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-1024x1024.png\" class=\"attachment-large size-large wp-image-20955\" alt=\"\" srcset=\"https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-1024x1024.png 1024w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-300x300.png 300w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-150x150.png 150w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-768x768.png 768w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-600x600.png 600w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe-100x100.png 100w, https:\/\/mokaefti.ch\/wp-content\/uploads\/2025\/09\/online-shop-caffe.png 1080w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Buy the best coffee in Switzerland, here at MokaEfti.ch you can purchase high-quality coffee beans, ground coffee, coffee pods, and compatible capsules.<\/p>\n","protected":false},"author":3129,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"elementor_header_footer","meta":{"_acf_changed":false,"_eb_attr":"","inline_featured_image":false,"footnotes":""},"folder":[356],"class_list":["post-21426","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/pages\/21426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/users\/3129"}],"replies":[{"embeddable":true,"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/comments?post=21426"}],"version-history":[{"count":0,"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/pages\/21426\/revisions"}],"wp:attachment":[{"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/media?parent=21426"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/mokaefti.ch\/en\/wp-json\/wp\/v2\/folder?post=21426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}