{"id":41037,"date":"2026-05-29T15:01:49","date_gmt":"2026-05-29T13:01:49","guid":{"rendered":"https:\/\/www.mazzer.com\/?page_id=41037"},"modified":"2026-06-17T16:48:28","modified_gmt":"2026-06-17T14:48:28","slug":"mazzer-coffee-tour","status":"publish","type":"page","link":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/","title":{"rendered":"Mazzer Coffee Tour"},"content":{"rendered":"\n\n\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+JP:wght@300;400;500;700&#038;family=Roboto:ital,wght@0,300;0,700;1,300&#038;display=swap\" rel=\"stylesheet\">\n\n    <style>\n\n.col, .col-1, .col-2, .col-2xl, .col-2xl-1, .col-2xl-2, .col-2xl-3, .col-2xl-4, .col-2xl-5, .col-2xl-6, .col-2xl-7, .col-2xl-8, .col-2xl-9, .col-2xl-10, .col-2xl-11, .col-2xl-12, .col-2xl-auto, .col-3, .col-3xl, .col-3xl-1, .col-3xl-2, .col-3xl-3, .col-3xl-4, .col-3xl-5, .col-3xl-6, .col-3xl-7, .col-3xl-8, .col-3xl-9, .col-3xl-10, .col-3xl-11, .col-3xl-12, .col-3xl-auto, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {\npadding: 0 0 0 0;}\n.about__intro {padding: 0 0 0 0;}\n html{margin:0;}   \n\n        \/* --- VARIABILI E RESET --- *\/\n        :root {\n            --primary: #0b514d;\n            --primary-dark: #083b38;\n            --secondary: #e53612;\n            --text-muted: #557c79;\n            --bg-light: #edf5fc;\n            --bg-card: #f4f8fb;\n            --white: #ffffff;\n            --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        *, *::before, *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        html {\n            scroll-behavior: smooth;\n            width: 100%;\n        }\n\n        body {\n            width: 100%;\n            font-family: 'Noto Sans JP', sans-serif;\n            background-color: var(--white);\n            color: var(--primary);\n            -webkit-font-smoothing: antialiased;\n            overflow-x: hidden;\n        }\n\n        \/* --- ANIMAZIONI --- *\/\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* --- HERO SECTION (MOBILE FIRST) --- *\/\n        .coffee-hero {\n            width: 100%;\n            min-height: 90vh;\n            background: linear-gradient(rgba(237, 245, 252, 0.85), rgba(237, 245, 252, 0.85)), \n                        url('https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/Coffee-tour-img-01-1-824x1024.png');\n            background-repeat: no-repeat;\n            background-position: center;\n            background-size: cover;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            padding: 40px 6%;\n            text-align: center;\n        }\n\n        .left-content {\n            display: flex;\n            flex-direction: column;\n            gap: 20px;\n            max-width: 100%;\n            align-items: center;\n            animation: fadeInUp 0.8s ease-out;\n        }\n\n        .left-content img {\n            max-width: 75%;\n            height: auto;\n        }\n\n        .left-content p {\n            font-size: 18px;\n            color: var(--secondary);\n            line-height: 1.5;\n            font-weight: 500;\n        }\n\n        \/* Bottoni *\/\n        .hero-button, .btn-promo {\n            display: inline-block;\n            background-color: var(--primary);\n            color: var(--white);\n            font-size: 15px;\n            font-weight: 700;\n            text-decoration: none;\n            padding: 14px 28px;\n            border-radius: 25px;\n            box-shadow: 0 4px 12px rgba(11, 81, 77, 0.2);\n            transition: var(--transition-smooth);\n            text-align: center;\n        }\n\n        .hero-button:hover, .btn-promo:hover,\n        .hero-button:active, .btn-promo:active {\n            background-color: var(--primary-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 6px 18px rgba(11, 81, 77, 0.35);\n        }\n\n        \/* --- STEPS SECTION --- *\/\n        .steps-section {\n            width: 100%;\n            padding: 60px 6%;\n            background-color: var(--white);\n        }\n\n        .steps-header {\n            margin-bottom: 40px;\n            text-align: center;\n        }\n\n        .steps-header h2 {\n            color: var(--primary);\n            font-size: 30px;\n            font-weight: 700;\n            line-height: 1.2;\n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n        }\n\n        .steps-header p {\n            color: var(--text-muted);\n            font-size: 15px;\n            line-height: 1.6;\n        }\n\n        .steps-list {\n            list-style: none;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 35px;\n            counter-reset: coffee-counter;\n        }\n\n        .step-item {\n            position: relative;\n            padding-top: 45px;\n            font-size: 16px;\n            line-height: 1.6;\n            color: var(--primary);\n            font-weight: 500;\n            text-align: center;\n        }\n\n        .step-item::before {\n            counter-increment: coffee-counter;\n            content: counter(coffee-counter);\n            position: absolute;\n            left: 50%;\n            top: 0;\n            transform: translateX(-50%);\n            width: 36px;\n            height: 36px;\n            background-color: var(--primary);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 15px;\n            font-weight: 700;\n            box-shadow: 0 4px 10px rgba(11, 81, 77, 0.15);\n        }\n\n        .step-item strong {\n            display: block;\n            font-size: 18px;\n            margin-bottom: 6px;\n            font-weight: 700;\n        }\n\n        \/* --- MAP & SHOPS SECTION (MOBILE FIRST) --- *\/\n        .map-section {\n            width: 100%;\n            padding: 60px 6%;\n            background-color: #fafbfc;\n            display: flex;\n            flex-direction: column;\n            gap: 50px;\n            border-top: 1px solid #edf2f6;\n        }\n\n        .map-container {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 25px;\n        }\n\n        .map-image {\n            width: 100%;\n            max-width: 450px;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n            transition: var(--transition-smooth);\n        }\n\n        .map-image:hover {\n            transform: scale(1.01);\n            box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        }\n\n        \/* Contenitore Bottoni\/QR sotto la mappa *\/\n        .actions-container {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 25px;\n            width: 100%;\n            max-width: 450px;\n            padding: 10px 0;\n        }\n\n        .qr-wrapper {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 8px;\n            text-align: center;\n        }\n\n        .qr-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-muted);\n            max-width: 160px;\n            line-height: 1.3;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .qr-code {\n            width: 110px;\n            height: auto;\n            object-fit: contain;\n        }\n\n        \/* Coffee Shops Container *\/\n        .info-container {\n            width: 100%;\n        }\n\n        .section-title {\n            font-size: 32px;\n            font-weight: 300; \n            line-height: 1.2;\n            margin-bottom: 25px;\n            color: var(--primary);\n            text-align: center;\n        }\n\n        .section-title span {\n            font-weight: 700;\n        }\n\n        .shops-container {\n            display: flex;\n            flex-direction: column;\n            gap: 14px;\n        }\n\n        .shop-card {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            background: var(--white);\n            padding: 14px;\n            border-radius: 12px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.02);\n            transition: var(--transition-smooth);\n        }\n\n        .shop-card:hover {\n            background-color: var(--bg-card);\n            transform: translateX(4px);\n        }\n\n        .badge-container {\n            position: relative;\n            width: 50px;\n            height: 50px;\n            flex-shrink: 0;\n        }\n\n        .badge-container img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n        }\n\n        .badge-number {\n            position: absolute;\n            bottom: 12px;\n            left: 12px;\n            color: var(--white);\n            font-size: 18px;\n            font-weight: 700;\n            font-family: 'Roboto', sans-serif;\n            font-style: italic;\n            line-height: 1;\n        }\n\n        .shop-info {\n            flex: 1;\n        }\n\n        .shop-info a {\n            text-decoration: none;\n            display: block;\n        }\n\n        .shop-info strong {\n            font-weight: 700;\n            color: var(--secondary);\n            font-size: 16px;\n            display: block;\n            transition: color 0.2s ease;\n        }\n\n        .shop-info a:hover strong {\n            color: var(--primary-dark);\n        }\n\n        .shop-info .address {\n            font-weight: 400;\n            color: var(--secondary);\n            font-size: 13px;\n            display: block;\n            margin-top: 3px;\n        }\n\n        \/* --- PROMO BOX --- *\/\n        .social-promo-section {\n            width: 100%;\n            padding: 40px 6%;\n        }\n\n        .promo-box {\n            width: 100%;\n            background-color: #cfe1f5;\n            background-image: url('https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/Coffee-tour-img-02.png');\n            background-repeat: no-repeat;\n            background-position: center top 20px;\n            background-size: 150px auto;\n            border-radius: 24px;\n            padding: 190px 20px 40px 20px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(11, 81, 77, 0.03);\n            transition: var(--transition-smooth);\n        }\n\n        .promo-box:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 15px 35px rgba(11, 81, 77, 0.08);\n        }\n\n        .promo-content {\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .promo-content h2 {\n            color: var(--primary);\n            font-size: 24px;\n            font-weight: 700;\n            line-height: 1.2;\n        }\n\n        .promo-content p {\n            color: var(--text-muted);\n            font-size: 15px;\n            line-height: 1.6;\n        }\n\n        \/* --- TOUR FOOTER SECTION --- *\/\n        .tour-footer-section {\n            width: 100%;\n            padding: 20px 6% 60px 6%;\n            text-align: center;\n            font-weight: 700;\n        }\n\n        .tour-footer-section p {\n            color: var(--primary);\n            font-size: 15px;\n            line-height: 1.7;\n            padding-bottom: 20px;\n        }\n\n        .footer-link {\n            color: var(--secondary);\n            text-decoration: none;\n            font-weight: 700;\n            transition: opacity 0.2s ease;\n        }\n\n        .footer-link:hover {\n            text-decoration: underline;\n            opacity: 0.8;\n        }\n\n        \/* --- FOOTER MAIN --- *\/\n        .main-footer {\n            width: 100%;\n            padding: 50px 6%;\n            background-color: var(--bg-card);\n            border-top: 1px solid #edf2f6;\n        }\n\n        .footer-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 40px;\n            text-align: center;\n        }\n\n        .footer-col {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .footer-col img {\n            max-width: 130px;\n            height: auto;\n        }\n\n        .social-icons {\n            display: flex;\n            gap: 18px;\n            margin-top: 5px;\n        }\n\n        .social-icon-link {\n            color: #000000;\n            transition: transform 0.3s ease, opacity 0.2s ease;\n        }\n\n        .social-icon-link:hover {\n            transform: scale(1.15);\n            opacity: 0.7;\n        }\n\n        .footer-links-group {\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n        }\n\n        .footer-bottom-link {\n            color: var(--primary);\n            font-size: 14px;\n            font-weight: 500;\n            text-decoration: none;\n            transition: color 0.2s ease;\n        }\n\n        .footer-bottom-link:hover {\n            color: var(--secondary);\n            text-decoration: underline;\n        }\n\n        \/* --- DESKTOP LAYOUT (MEDIA QUERIES SOPRA I 768px) --- *\/\n        @media (min-width: 768px) {\n            .coffee-hero {\n                min-height: 100vh;\n                flex-direction: row;\n                justify-content: flex-start;\n                padding: 0 10%;\n                background: url('https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/Coffee-tour-img-01-1-824x1024.png') no-repeat right center \/ contain, var(--bg-light);\n                text-align: left;\n            }\n\n            .left-content {\n                max-width: 45%;\n                align-items: flex-start;\n            }\n\n            .left-content img {\n                max-width: 85%;\n            }\n\n            .left-content p {\n                font-size: 22px;\n            }\n\n            .steps-section {\n                padding: 100px 10%;\n            }\n\n            .steps-header {\n                text-align: left;\n            }\n\n            .steps-header h2 {\n                font-size: 40px;\n            }\n\n            .steps-list {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 40px 60px;\n            }\n\n            .step-item {\n                padding-top: 0;\n                padding-left: 55px;\n                text-align: left;\n            }\n\n            .step-item::before {\n                left: 0;\n                top: 2px;\n                transform: none;\n            }\n\n            \/* Sistemazione Allineamento Mappa e Lista Coffee Shops *\/\n            .map-section {\n                flex-direction: row;\n                padding: 80px 10%;\n                gap: 60px;\n                align-items: flex-start;\n            }\n\n            .map-container {\n                flex: 1;\n                max-width: 50%;\n                position: sticky;\n                top: 40px;\n            }\n\n            .actions-container {\n                flex-direction: row;\n                justify-content: space-between;\n                align-items: center;\n                max-width: 450px;\n                width: 100%;\n            }\n\n            .qr-wrapper {\n                align-items: flex-end;\n                text-align: right;\n            }\n\n            .info-container {\n                flex: 1;\n                max-width: 50%;\n            }\n\n            .section-title {\n                font-size: 46px;\n                text-align: left;\n            }\n\n            .promo-box {\n                background-position: center right 40px;\n                background-size: auto 80%;\n                padding: 60px 50px;\n                text-align: left;\n                min-height: 250px;\n                display: flex;\n                align-items: center;\n            }\n\n            .promo-content {\n                max-width: 55%;\n            }\n\n            .promo-content h2 {\n                font-size: 32px;\n            }\n\n            .tour-footer-section {\n                padding: 40px 10% 80px 10%;\n            }\n\n            .main-footer {\n                padding: 60px 10%;\n            }\n\n            .footer-container {\n                flex-direction: row;\n                justify-content: space-between;\n                text-align: left;\n                align-items: flex-start;\n            }\n\n            .footer-col {\n                align-items: flex-start;\n            }\n\n            .footer-col:last-child {\n                align-items: flex-end;\n                text-align: right;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"coffee-hero\">\n        <div class=\"left-content\">\n            <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/Coffee-tour-img-04.png\" alt=\"Coffee Tour Logo\">\n            <p>A city-wide coffee journey made for passionate coffee lovers during World of Coffee.<\/p>\n            <a href=\"#steps-target\" class=\"hero-button\">Discover more about the tour<\/a>\n        <\/div>\n    <\/div>\n\n    <div id=\"steps-target\" class=\"steps-section\">\n        <div class=\"steps-header\">\n            <h2>Taste coffees and collect stickers<\/h2>\n            <p>Get lost in the streets of Brussels, follow the smell of freshly ground coffee, and discover a curated selection of coffee shops powered by Mazzer.<\/p>\n<h3>How it works:<\/h3>\n        <\/div>\n\n        <ol class=\"steps-list\">\n            <li class=\"step-item\">\n                <strong>Explore &#038; Collect<\/strong> Visit the coffee shops and collect the stickers on the map.\n            <\/li>\n            <li class=\"step-item\">\n                <strong>Taste<\/strong> Taste their unique coffee selections.\n            <\/li>\n            <li class=\"step-item\">\n                <strong>Vote<\/strong> Vote for your absolute favorites.\n            <\/li>\n            <li class=\"step-item\">\n                <strong>The Prize<\/strong> The coffee shop with the most votes wins a professional Mazzer grinder.\n            <\/li>\n            <li class=\"step-item\">\n                <strong>Get Rewarded<\/strong> If you voted for the winner, you get a free coffee. Just show the screenshot of your vote and the map with the sticker of the winning coffee shop as proof.\n            <\/li>\n            <li class=\"step-item\">\n                <strong>Announcement<\/strong> The winner will be announced on our socials on June 29th, don\u2019t miss it! You have from June 29th to July 4th to get your free coffee.\n            <\/li>\n        <\/ol>\n    <\/div>\n\n    <section class=\"map-section\" id=\"section-map\">\n        <div class=\"map-container\">\n            <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/mappa.png\" alt=\"Coffee Tour Map\" class=\"map-image\">\n            \n            <div class=\"actions-container\">\n                <a href=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/mappa-x-sito-2.pdf\" class=\"btn-promo\" target=\"_blank\">Download the full brochure<\/a>\n                \n                <div class=\"qr-wrapper\">\n                    <span class=\"qr-label\">Find coffee Shops on the city map<\/span>\n                    <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-11-152439.png\" alt=\"QR Code\" class=\"qr-code\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"info-container\">\n            <h2 class=\"section-title\">\n                The Coffee Shops to visit:\n            <\/h2>\n            \n            <div class=\"shops-container\">\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">1<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/wideawakebrussels\/\" target=\"_blank\">\n                            <strong>Wide Awake Coffee Brew Bar<\/strong>\n                            <span class=\"address\">Rue de Flandre 185<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">2<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/kafei_bxl\/\" target=\"_blank\">\n                            <strong>Kafei Dansaert<\/strong>\n                            <span class=\"address\">Rue Antoine Dansaert 57<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">3<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/frank.brussels\/\" target=\"_blank\">\n                            <strong>FRANK.<\/strong>\n                            <span class=\"address\">Rue des Princes 14<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">4<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/mok_coffee_studio\/\" target=\"_blank\">\n                            <strong>MOK STUDIO<\/strong>\n                            <span class=\"address\">Rue Saint-Laurent 36<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">5<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/kaffabar\/\" target=\"_blank\">\n                            <strong>Kaffabar<\/strong>\n                            <span class=\"address\">Pl. Rouppe 1<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">6<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/bouche.coffee\/\" target=\"_blank\">\n                            <strong>BOUCHE Specialty Coffee<\/strong>\n                            <span class=\"address\">Rue di Namur 4<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"shop-card\">\n                    <div class=\"badge-container\">\n                        <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/cup.png\" alt=\"Cup Badge\">\n                        <span class=\"badge-number\">7<\/span>\n                    <\/div>\n                    <div class=\"shop-info\">\n                        <a href=\"https:\/\/www.instagram.com\/belgacoffee\/\" target=\"_blank\">\n                            <strong>Belga &#038; Co<\/strong>\n                            <span class=\"address\">Rue du Bailli 7A<\/span>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"social-promo-section\">\n        <div class=\"promo-box\">\n            <div class=\"promo-content\">\n                <h2>Collect memories, keep exploring.<\/h2>\n                <p>Take pictures of you with your cup of coffee and tag us. We&#8217;ll share them on our social profiles with the coffee community.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"tour-footer-section\">\n        <div>\n            <p>The Mazzer Coffee Tour was designed to introduce people to the local coffee culture, celebrating the baristas and coffee shops of the city hosting the event. We hope we\u2019ve taken you to new places and let you discover something new, maybe even a new favorite cup of coffee!<\/p>\n            <p>If you have any questions or just want to know more about this initiative, please email us at <a href=\"mailto:press@mazzer.com\" class=\"footer-link\">press@mazzer.com<\/a> or send a DM to <a href=\"https:\/\/www.instagram.com\/mazzerofficial\/\" target=\"_blank\" class=\"footer-link\">@mazzerofficial<\/a> on Instagram.<\/p>\n        <\/div>\n    <\/section>\n\n    <footer class=\"main-footer\">\n        <div class=\"footer-container\">\n            <div class=\"footer-col\">\n                <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/06\/Coffee-tour-img-04.png\" alt=\"Coffee Tour Logo\">\n                <div class=\"social-icons\">\n                    <a href=\"https:\/\/www.instagram.com\/mazzerofficial\/\" target=\"_blank\" class=\"social-icon-link\" aria-label=\"Instagram\">\n                        <svg width=\"22\" height=\"22\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path d=\"M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z\"\/><\/svg>\n                    <\/a>\n                    <a href=\"https:\/\/www.facebook.com\/mazzerofficial\" target=\"_blank\" class=\"social-icon-link\" aria-label=\"Facebook\">\n                        <svg width=\"22\" height=\"22\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path d=\"M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0 0 3.604 0 8.049c0 4.004 2.925 7.324 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.627 6.75-3.947 6.75-7.951z\"\/><\/svg>\n                    <\/a>\n                    <a href=\"https:\/\/www.youtube.com\/c\/MAZZER\" target=\"_blank\" class=\"social-icon-link\" aria-label=\"YouTube\">\n                        <svg width=\"22\" height=\"22\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path d=\"M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.055-.075 1.957l-.008.104-.022.26-.01.104c-.048.519-.119 1.023-.22 1.402a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.58v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.654 99.654 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z\"\/><\/svg>\n                    <\/a>\n                    <a href=\"https:\/\/www.linkedin.com\/company\/mazzerluigi\/posts\/?feedView=all\" target=\"_blank\" class=\"social-icon-link\" aria-label=\"LinkedIn\">\n                        <svg width=\"22\" height=\"22\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path d=\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <div class=\"footer-col\">\n                <img decoding=\"async\" src=\"https:\/\/www.mazzer.com\/wp-content\/themes\/mazzer\/assets\/images\/logo--footer.svg?x10240\" alt=\"Mazzer Logo\">\n                <div class=\"footer-links-group\">\n                    <a href=\"https:\/\/www.mazzer.com\" target=\"_blank\" class=\"footer-bottom-link\">www.mazzer.com<\/a>\n                    <a href=\"mailto:press@mazzer.com\" class=\"footer-bottom-link\">press@mazzer.com<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A city-wide coffee journey made for passionate coffee lovers during World of Coffee. Discover more about the tour Taste coffees and collect stickers Get lost in the streets of Brussels, follow the smell of freshly ground coffee, and discover a curated selection of coffee shops powered by Mazzer. How it works: Explore &#038; Collect Visit [&hellip;]<\/p>\n","protected":false},"author":572,"featured_media":41039,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-empty.php","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-41037","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mazzer Coffee Tour - Mazzer<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mazzer Coffee Tour - Mazzer\" \/>\n<meta property=\"og:description\" content=\"A city-wide coffee journey made for passionate coffee lovers during World of Coffee. Discover more about the tour Taste coffees and collect stickers Get lost in the streets of Brussels, follow the smell of freshly ground coffee, and discover a curated selection of coffee shops powered by Mazzer. How it works: Explore &#038; Collect Visit [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/\" \/>\n<meta property=\"og:site_name\" content=\"Mazzer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mazzerofficial\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-17T14:48:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/05\/Brussels-coffee-tour.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1250\" \/>\n\t<meta property=\"og:image:height\" content=\"417\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/\",\"url\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/\",\"name\":\"Mazzer Coffee Tour - Mazzer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mazzer.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Brussels-coffee-tour.png\",\"datePublished\":\"2026-05-29T13:01:49+00:00\",\"dateModified\":\"2026-06-17T14:48:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mazzer.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Brussels-coffee-tour.png\",\"contentUrl\":\"https:\\\/\\\/www.mazzer.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Brussels-coffee-tour.png\",\"width\":1250,\"height\":417},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/en\\\/mazzer-coffee-tour\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mazzer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mazzer Coffee Tour\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/#website\",\"url\":\"https:\\\/\\\/www.mazzer.com\\\/\",\"name\":\"Mazzer\",\"description\":\"Macinacaff\u00e8 professionali, Macine e Macinadosatori\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mazzer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/#organization\",\"name\":\"Mazzer\",\"url\":\"https:\\\/\\\/www.mazzer.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mazzer.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/MAZZER-LOGOpng-02.png\",\"contentUrl\":\"https:\\\/\\\/www.mazzer.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/MAZZER-LOGOpng-02.png\",\"width\":1292,\"height\":1280,\"caption\":\"Mazzer\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mazzer.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mazzerofficial\",\"https:\\\/\\\/www.instagram.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mazzer Coffee Tour - Mazzer","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/","og_locale":"en_US","og_type":"article","og_title":"Mazzer Coffee Tour - Mazzer","og_description":"A city-wide coffee journey made for passionate coffee lovers during World of Coffee. Discover more about the tour Taste coffees and collect stickers Get lost in the streets of Brussels, follow the smell of freshly ground coffee, and discover a curated selection of coffee shops powered by Mazzer. How it works: Explore &#038; Collect Visit [&hellip;]","og_url":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/","og_site_name":"Mazzer","article_publisher":"https:\/\/www.facebook.com\/mazzerofficial","article_modified_time":"2026-06-17T14:48:28+00:00","og_image":[{"width":1250,"height":417,"url":"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/05\/Brussels-coffee-tour.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/","url":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/","name":"Mazzer Coffee Tour - Mazzer","isPartOf":{"@id":"https:\/\/www.mazzer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/#primaryimage"},"image":{"@id":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/05\/Brussels-coffee-tour.png","datePublished":"2026-05-29T13:01:49+00:00","dateModified":"2026-06-17T14:48:28+00:00","breadcrumb":{"@id":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/#primaryimage","url":"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/05\/Brussels-coffee-tour.png","contentUrl":"https:\/\/www.mazzer.com\/wp-content\/uploads\/2026\/05\/Brussels-coffee-tour.png","width":1250,"height":417},{"@type":"BreadcrumbList","@id":"https:\/\/www.mazzer.com\/en\/mazzer-coffee-tour\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mazzer.com\/"},{"@type":"ListItem","position":2,"name":"Mazzer Coffee Tour"}]},{"@type":"WebSite","@id":"https:\/\/www.mazzer.com\/#website","url":"https:\/\/www.mazzer.com\/","name":"Mazzer","description":"Macinacaff\u00e8 professionali, Macine e Macinadosatori","publisher":{"@id":"https:\/\/www.mazzer.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mazzer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mazzer.com\/#organization","name":"Mazzer","url":"https:\/\/www.mazzer.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mazzer.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.mazzer.com\/wp-content\/uploads\/2023\/12\/MAZZER-LOGOpng-02.png","contentUrl":"https:\/\/www.mazzer.com\/wp-content\/uploads\/2023\/12\/MAZZER-LOGOpng-02.png","width":1292,"height":1280,"caption":"Mazzer"},"image":{"@id":"https:\/\/www.mazzer.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mazzerofficial","https:\/\/www.instagram.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/pages\/41037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/users\/572"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/comments?post=41037"}],"version-history":[{"count":68,"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/pages\/41037\/revisions"}],"predecessor-version":[{"id":41645,"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/pages\/41037\/revisions\/41645"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/media\/41039"}],"wp:attachment":[{"href":"https:\/\/www.mazzer.com\/en\/wp-json\/wp\/v2\/media?parent=41037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}