{"title":"Eureka  Grinders","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --green:      #3b9130;\n    --green-bg:   #f2faf1;\n    --green-line: #c8e4c5;\n    --white:      #ffffff;\n    --light:      #f8f8f8;\n    --text:       #1e1e1e;\n    --muted:      #5a5a5a;\n    --border:     #e4e4e4;\n  }\n\n  body {\n    font-family: Helvetica, Arial, sans-serif;\n    background: var(--white);\n    color: var(--text);\n    font-size: 13px;\n  }\n\n  h1, h2, h3, h4 { font-family: 'Nunito', Helvetica, sans-serif; }\n\n  .dp-eyebrow {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--green);\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  \/* ── 1. HERO ── *\/\n  .dp-hero {\n    background: var(--light);\n    border-bottom: 1px solid var(--border);\n    padding: 36px 20px;\n    text-align: center;\n  }\n  .dp-hero h1 {\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 8px;\n    line-height: 1.2;\n  }\n  .dp-hero h1 span { color: var(--green); }\n  .dp-hero \u003e p {\n    font-size: 12px;\n    color: var(--muted);\n    max-width: 540px;\n    margin: 0 auto 22px;\n    line-height: 1.6;\n  }\n  .dp-sale-badges {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-bottom: 22px;\n  }\n  .dp-sale-badge {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 4px;\n  }\n  .dp-sale-badge-green   { background: var(--green); color: var(--white); }\n  .dp-sale-badge-outline { background: var(--white); color: var(--text); border: 1px solid var(--border); }\n  .dp-video-wrap {\n    max-width: 600px;\n    margin: 0 auto;\n    border-radius: 6px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n  }\n  .dp-video-wrap iframe {\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    display: block;\n    border: none;\n  }\n  .dp-video-caption {\n    margin-top: 10px;\n    font-size: 9px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #aaa;\n  }\n\n  \/* ── 2. STATS BAR ── *\/\n  .dp-sale-bar {\n    background: var(--green);\n    padding: 18px 20px;\n    display: flex;\n    justify-content: center;\n    gap: 0;\n    flex-wrap: wrap;\n  }\n  .dp-sale-stat {\n    text-align: center;\n    padding: 0 28px;\n    border-right: 1px solid rgba(255,255,255,0.25);\n  }\n  .dp-sale-stat:last-child { border-right: none; }\n  .dp-sale-stat .num {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 1.4rem;\n    font-weight: 800;\n    color: var(--white);\n    line-height: 1;\n  }\n  .dp-sale-stat .num sup { font-size: 0.65rem; }\n  .dp-sale-stat .lbl {\n    font-size: 8px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.8);\n    margin-top: 3px;\n  }\n\n  \/* ── 3. INTRO ── *\/\n  .dp-intro {\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n    padding: 30px 20px;\n  }\n  .dp-intro-inner {\n    max-width: 860px;\n    margin: 0 auto;\n    text-align: center;\n  }\n  .dp-intro-inner h2 {\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 10px;\n  }\n  .dp-intro-inner h2 span { color: var(--green); }\n  .dp-intro-inner p {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.75;\n    max-width: 700px;\n    margin: 0 auto 8px;\n  }\n\n  \/* ── 4. WHY SECTION ── *\/\n  .dp-why {\n    padding: 36px 20px;\n    max-width: 1000px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 36px;\n    align-items: start;\n  }\n  @media (max-width: 680px) { .dp-why { grid-template-columns: 1fr; gap: 20px; } }\n  .dp-why-text h2 {\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: var(--text);\n    line-height: 1.25;\n    margin-bottom: 10px;\n  }\n  .dp-why-text h2 span { color: var(--green); }\n  .dp-why-text p {\n    font-size: 12px;\n    line-height: 1.7;\n    color: var(--muted);\n    margin-bottom: 8px;\n  }\n  .dp-card-stack { display: grid; gap: 8px; }\n  .dp-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--green);\n    border-radius: 4px;\n    padding: 12px 14px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    transition: box-shadow 0.2s;\n  }\n  .dp-card:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.07); }\n  .dp-card-icon {\n    width: 30px; height: 30px;\n    flex-shrink: 0;\n    background: var(--green-bg);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px;\n  }\n  .dp-card h4 {\n    font-size: 0.8rem;\n    font-weight: 700;\n    color: var(--text);\n    margin-bottom: 3px;\n  }\n  .dp-card p {\n    font-size: 11px;\n    color: var(--muted);\n    line-height: 1.55;\n  }\n\n  \/* ── 5. USE CASES PILLS ── *\/\n  .dp-brands {\n    background: var(--green-bg);\n    border-top: 1px solid var(--green-line);\n    border-bottom: 1px solid var(--green-line);\n    padding: 28px 20px;\n    text-align: center;\n  }\n  .dp-brands-inner { max-width: 900px; margin: 0 auto; }\n  .dp-brands h2 {\n    font-size: 1.05rem;\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 12px;\n  }\n  .dp-brand-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    justify-content: center;\n  }\n  .dp-brand-pill {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    color: var(--green);\n    background: var(--white);\n    border: 1px solid var(--green-line);\n    border-radius: 20px;\n    padding: 5px 12px;\n  }\n\n  \/* ── 6. WHO IS IT FOR ── *\/\n  .dp-who {\n    padding: 32px 20px;\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n  }\n  .dp-who-inner { max-width: 960px; margin: 0 auto; }\n  .dp-who-head { text-align: center; margin-bottom: 20px; }\n  .dp-who-head h2 {\n    font-size: 1.2rem;\n    font-weight: 800;\n    color: var(--text);\n  }\n  .dp-who-head h2 span { color: var(--green); }\n  .dp-who-head p {\n    font-size: 12px;\n    color: var(--muted);\n    margin-top: 6px;\n  }\n  .dp-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n  @media (max-width: 700px) { .dp-steps { grid-template-columns: 1fr; } }\n  .dp-step {\n    background: var(--light);\n    border: 1px solid var(--border);\n    border-top: 3px solid var(--green);\n    border-radius: 4px;\n    padding: 18px;\n  }\n  .dp-step-num {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: var(--green-line);\n    line-height: 1;\n    margin-bottom: 8px;\n    display: block;\n  }\n  .dp-step h3 {\n    font-size: 0.85rem;\n    font-weight: 700;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n  .dp-step p {\n    font-size: 11px;\n    color: var(--muted);\n    line-height: 1.65;\n  }\n  .dp-step-tag {\n    display: inline-block;\n    margin-top: 10px;\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--green);\n    border: 1px solid var(--green-line);\n    padding: 3px 8px;\n    border-radius: 20px;\n    background: var(--green-bg);\n  }\n\n  \/* ── 7. BRAND SPOTLIGHTS ── *\/\n  .dp-spotlight {\n    padding: 32px 20px;\n    background: var(--green-bg);\n    border-top: 1px solid var(--green-line);\n    border-bottom: 1px solid var(--green-line);\n  }\n  .dp-spotlight-inner { max-width: 960px; margin: 0 auto; }\n  .dp-spotlight-head { text-align: center; margin-bottom: 20px; }\n  .dp-spotlight-head h2 {\n    font-size: 1.1rem;\n    font-weight: 800;\n    color: var(--text);\n  }\n  .dp-spotlight-head p {\n    font-size: 12px;\n    color: var(--muted);\n    margin-top: 6px;\n  }\n  .dp-spotlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  @media (max-width: 640px) { .dp-spotlight-grid { grid-template-columns: 1fr; } }\n  .dp-spotlight-card {\n    background: var(--white);\n    border: 1px solid var(--green-line);\n    border-top: 3px solid var(--green);\n    border-radius: 4px;\n    padding: 18px;\n  }\n  .dp-spotlight-card h3 {\n    font-size: 0.9rem;\n    font-weight: 800;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n  .dp-spotlight-card h3 span { color: var(--green); }\n  .dp-spotlight-card p {\n    font-size: 11px;\n    color: var(--muted);\n    line-height: 1.65;\n    margin-bottom: 10px;\n  }\n  .dp-spotlight-models {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 5px;\n  }\n  .dp-model-tag {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 8.5px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    background: var(--green-bg);\n    color: var(--green);\n    border: 1px solid var(--green-line);\n    padding: 2px 8px;\n    border-radius: 3px;\n  }\n\n  \/* ── 8. COMPARISON TABLE ── *\/\n  .dp-table-section {\n    padding: 32px 20px;\n    background: var(--white);\n    border-bottom: 1px solid var(--border);\n  }\n  .dp-table-inner { max-width: 980px; margin: 0 auto; }\n  .dp-section-head { margin-bottom: 14px; }\n  .dp-section-head h2 {\n    font-size: 1.1rem;\n    font-weight: 800;\n    color: var(--text);\n    margin-top: 4px;\n  }\n  .dp-table {\n    width: 100%;\n    border-collapse: collapse;\n    border: 1px solid var(--green-line);\n    border-radius: 6px;\n    overflow: hidden;\n    background: var(--white);\n  }\n  .dp-table thead tr { background: var(--green-bg); }\n  .dp-table th {\n    text-align: left;\n    padding: 10px 12px;\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--green);\n    border-bottom: 1px solid var(--green-line);\n  }\n  .dp-table td {\n    padding: 9px 12px;\n    font-size: 11px;\n    color: var(--text);\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n  }\n  .dp-table tbody tr:last-child td { border-bottom: none; }\n  .dp-table tbody tr:hover { background: var(--light); }\n  .dp-dot {\n    display: inline-block;\n    width: 8px; height: 8px;\n    border-radius: 50%;\n    margin-right: 5px;\n    vertical-align: middle;\n  }\n  .dp-dot-entry { background: #27ae60; }\n  .dp-dot-mid   { background: #f39c12; }\n  .dp-dot-pro   { background: #e74c3c; }\n\n  \/* ── 9. FAQ ── *\/\n  .dp-faq {\n    padding: 32px 20px;\n    background: var(--green-bg);\n    border-top: 1px solid var(--green-line);\n    border-bottom: 1px solid var(--green-line);\n  }\n  .dp-faq-inner { max-width: 760px; margin: 0 auto; }\n  .dp-faq-item { border-bottom: 1px solid var(--green-line); }\n  .dp-faq-toggle { display: none; }\n  .dp-faq-q {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 14px 0;\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 0.82rem;\n    font-weight: 700;\n    color: var(--text);\n    cursor: pointer;\n    user-select: none;\n    gap: 12px;\n  }\n  .dp-faq-q:hover { color: var(--green); }\n  .dp-toggle {\n    font-size: 1.2rem;\n    font-weight: 400;\n    color: var(--green);\n    flex-shrink: 0;\n    line-height: 1;\n    transition: transform 0.2s;\n  }\n  .dp-faq-a {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease;\n  }\n  .dp-faq-toggle:checked ~ .dp-faq-a { max-height: 700px; }\n  .dp-faq-toggle:checked ~ .dp-faq-q .dp-toggle { transform: rotate(45deg); }\n  .dp-faq-a p {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.75;\n    padding: 0 0 14px;\n  }\n\n  \/* ── 10. CTA ── *\/\n  .dp-cta {\n    background: var(--green);\n    padding: 40px 20px;\n    text-align: center;\n  }\n  .dp-cta .dp-eyebrow { color: rgba(255,255,255,0.8); }\n  .dp-cta h2 {\n    font-size: 1.4rem;\n    font-weight: 800;\n    color: var(--white);\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n  .dp-cta h2 span { color: #d4f0d2; }\n  .dp-cta p {\n    font-size: 12px;\n    color: rgba(255,255,255,0.85);\n    max-width: 500px;\n    margin: 0 auto 22px;\n    line-height: 1.65;\n  }\n  .dp-btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\n  .dp-btn-pri {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    background: var(--white);\n    color: var(--green);\n    padding: 10px 22px;\n    border-radius: 4px;\n    text-decoration: none;\n    transition: opacity 0.2s;\n  }\n  .dp-btn-pri:hover { opacity: 0.88; }\n  .dp-btn-sec {\n    font-family: 'Nunito', Helvetica, sans-serif;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    background: transparent;\n    color: var(--white);\n    padding: 10px 22px;\n    border-radius: 4px;\n    border: 1px solid rgba(255,255,255,0.5);\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .dp-btn-sec:hover { background: rgba(255,255,255,0.1); }\n\u003c\/style\u003e\n\u003c!-- ══════════════════════════════════════════════\n     1. HERO\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-hero\"\u003e\u003cspan class=\"dp-eyebrow\"\u003eEspresso · Filter · Single Dose · On-Demand · Commercial\u003c\/span\u003e\n\u003ch1\u003eEureka \u003cspan\u003eCoffee Grinders\u003c\/span\u003e Australia\u003cbr\u003eMignon · Atom · Helios · Olympus \u0026amp; More\u003c\/h1\u003e\n\u003cp\u003eItalian-engineered precision grinders for espresso bars, specialty cafés, and home baristas who refuse to compromise. Di Pacci stocks Australia's full range of Eureka grinders — new stock available now with expert advice and fast nationwide delivery from our Sydney showroom.\u003c\/p\u003e\n\u003cdiv class=\"dp-sale-badges\"\u003e\n\u003cspan class=\"dp-sale-badge dp-sale-badge-green\"\u003eNew Stock Available\u003c\/span\u003e \u003cspan class=\"dp-sale-badge dp-sale-badge-green\"\u003eMade in Florence, Italy\u003c\/span\u003e \u003cspan class=\"dp-sale-badge dp-sale-badge-outline\"\u003eEspresso \u0026amp; Single Dose\u003c\/span\u003e \u003cspan class=\"dp-sale-badge dp-sale-badge-outline\"\u003eFinance Available\u003c\/span\u003e \u003cspan class=\"dp-sale-badge dp-sale-badge-outline\"\u003eFree Shipping Over $200\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-video-wrap\"\u003e\u003ciframe title=\"Eureka Coffee Grinders Australia – Di Pacci\" src=\"https:\/\/www.youtube.com\/embed\/jbiP-LDhdVs\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp class=\"dp-video-caption\"\u003eEureka Coffee Grinders — Full Range Overview | Di Pacci Australia · Sydney Showroom\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     2. STATS BAR\n     ══════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dp-sale-bar\"\u003e\n\u003cdiv class=\"dp-sale-stat\"\u003e\n\u003cdiv class=\"num\"\u003e50–83\u003csup\u003emm\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eBurr Size Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-sale-stat\"\u003e\n\u003cdiv class=\"num\"\u003e1928\u003csup\u003eest.\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eFounded in Florence\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-sale-stat\"\u003e\n\u003cdiv class=\"num\"\u003e±0.1\u003csup\u003eg\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eDose Precision\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-sale-stat\"\u003e\n\u003cdiv class=\"num\"\u003e12\u003csup\u003emo\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eWarranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-sale-stat\"\u003e\n\u003cdiv class=\"num\"\u003e1–3\u003csup\u003eday\u003c\/sup\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lbl\"\u003eAU Delivery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════════════════════════════════════════\n     3. INTRO — WHO IS EUREKA\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-intro\"\u003e\n\u003cdiv class=\"dp-intro-inner\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eWho Is Eureka?\u003c\/span\u003e\n\u003ch2\u003eFlorence-Built Grinders.\u003cbr\u003e\u003cspan\u003ePrecision That Performs Every Shot.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eEureka has been crafting coffee grinders in Florence, Italy since 1920 — over a century of engineering refinement that has made the brand one of the most respected names in specialty espresso. Their grinders are used in award-winning cafés and World Barista Championships globally, and are equally at home in a high-volume espresso bar as they are on a home barista's bench.\u003c\/p\u003e\n\u003cp\u003eWhat sets Eureka apart is their commitment to doing one thing exceptionally well: grinding for espresso. Every component — from their precision-machined flat burrs and ACE (Active Clump Elimination) technology to their ultra-low retention chutes and whisper-quiet ACT (Anti-Clump Technology) stepless adjustment — is designed to give baristas the control and consistency needed to pull exceptional espresso, shot after shot. Di Pacci is an authorised Eureka dealer in Australia, stocking the full range from the compact Mignon to the high-output Helios and Olympus commercial models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     4. KEY FEATURES\n     ══════════════════════════════════════════════ --\u003e\n\u003csection style=\"background: var(--white); border-bottom: 1px solid var(--border); padding: 36px 20px;\"\u003e\n\u003cdiv style=\"margin: 0 auto;\" class=\"dp-why\"\u003e\n\u003cdiv class=\"dp-why-text\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eWhat Makes Eureka Different\u003c\/span\u003e\n\u003ch2\u003eItalian Precision.\u003cbr\u003e\u003cspan\u003eZero Retention.\u003c\/span\u003e\u003cbr\u003eShot-Perfect Consistency.\u003c\/h2\u003e\n\u003cp\u003eEureka's engineering philosophy centres on minimising every variable that disrupts espresso consistency — and their grinders are packed with proprietary technology that makes a measurable difference in the cup. Their ACE (Active Clump Elimination) system uses a patented grinding chamber geometry to break up the electrostatic clumps that form in freshly ground coffee, delivering fluffy, distribution-ready grounds directly into the portafilter without additional grooming.\u003c\/p\u003e\n\u003cp\u003eTheir flat burr sets — ranging from 50mm in the Mignon to 83mm in the Olympus — are precision-ground to tight tolerances and available in multiple profiles (low speed for heat reduction, specialty for clarity, espresso for body and sweetness). Combined with extremely low-retention chutes — some models achieve sub-0.2g retention — Eureka grinders make single dosing practical and repeatable without workflow compromises.\u003c\/p\u003e\n\u003cp\u003eQuiet operation is another Eureka hallmark. The Mignon Silenzio and Specialità lines are among the quietest espresso grinders on the market at any price point — a major advantage in open-plan café environments or home kitchens where noise matters. Di Pacci stocks the full Eureka lineup with local warranty support from our Sydney service team.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-card-stack\"\u003e\n\u003cdiv class=\"dp-card\"\u003e\n\u003cdiv class=\"dp-card-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eACE Technology — Active Clump Elimination\u003c\/h4\u003e\n\u003cp\u003eEureka's proprietary grinding chamber geometry breaks up electrostatic clumps before grounds exit the chute — delivering fluffy, evenly distributed espresso grounds that require minimal additional grooming and extract more uniformly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-card\"\u003e\n\u003cdiv class=\"dp-card-icon\"\u003e🎯\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eUltra-Low Retention Chutes\u003c\/h4\u003e\n\u003cp\u003eMost Eureka models achieve under 0.5g chute retention — some as low as 0.1–0.2g — making single dosing accurate, repeatable, and waste-free. Critical for specialty cafés dialling in different coffees throughout service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-card\"\u003e\n\u003cdiv class=\"dp-card-icon\"\u003e🔇\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eWhisper-Quiet Operation\u003c\/h4\u003e\n\u003cp\u003eThe Mignon Silenzio and Specialità are engineered with sound-damped motor housings, making them among the quietest commercial-grade espresso grinders available — ideal for open-plan cafés, hotel lobbies, and residential use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-card\"\u003e\n\u003cdiv class=\"dp-card-icon\"\u003e🇮🇹\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePrecision Italian Burr Manufacturing\u003c\/h4\u003e\n\u003cp\u003eEureka machines their own burr sets in-house in Florence — with multiple profiles available including Specialty, Espresso, and Low Speed options — allowing cafés to tune grind character to their roast style and service needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     5. USE CASE PILLS\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-brands\"\u003e\n\u003cdiv class=\"dp-brands-inner\"\u003e\n\u003ch2\u003eEureka Grinders Are Used For\u003c\/h2\u003e\n\u003cdiv class=\"dp-brand-grid\"\u003e\n\u003cspan class=\"dp-brand-pill\"\u003eEspresso Bar Service\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eSingle Dosing\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eHigh-Volume Café\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eSpecialty Coffee\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eHome Barista\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eFilter \u0026amp; Pour Over\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eCompetition Prep\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eHotel \u0026amp; Venue Coffee\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eRoastery Cupping\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eBoutique Café\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eOffice Coffee\u003c\/span\u003e \u003cspan class=\"dp-brand-pill\"\u003eTraining \u0026amp; Education\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     6. CHOOSING THE RIGHT EUREKA\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-who\"\u003e\n\u003cdiv class=\"dp-who-inner\"\u003e\n\u003cdiv class=\"dp-who-head\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eChoosing the Right Eureka Grinder\u003c\/span\u003e\n\u003ch2\u003eMatch the Grinder to \u003cspan\u003eYour Operation\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThree questions that will point you to the right Eureka model for your setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-steps\"\u003e\n\u003cdiv class=\"dp-step\"\u003e\n\u003cspan class=\"dp-step-num\"\u003e01\u003c\/span\u003e\n\u003ch3\u003eVolume: How Many Coffees Per Day?\u003c\/h3\u003e\n\u003cp\u003eFor home baristas or low-volume office setups (under 30 coffees\/day), the Mignon Specialità or Silenzio delivers exceptional grind quality in a compact, quiet package. For a busy café doing 100–300 coffees\/day, the Atom 75 or Helios 80 provides the throughput and burr size needed for consistent on-demand service. High-volume operations (300+ coffees\/day) should look at the Olympus 85 or Helios 80 XL — these are built for sustained commercial punishment with 80–85mm burrs and powerful motors rated for continuous use.\u003c\/p\u003e\n\u003cspan class=\"dp-step-tag\"\u003eVolume First\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-step\"\u003e\n\u003cspan class=\"dp-step-num\"\u003e02\u003c\/span\u003e\n\u003ch3\u003eWorkflow: On-Demand or Single Dose?\u003c\/h3\u003e\n\u003cp\u003eOn-demand grinding — where the grinder doses directly into the portafilter on a timed or weight basis — is the standard café workflow and is served by most Eureka models with their auto-dosing timers or gravimetric systems. Single dosing — loading only the beans needed for one shot and grinding to zero retention — is where Eureka's low-retention chutes genuinely shine. The Mignon Filtro and Atom speciality models are particularly well suited to single-dose workflows, and the low retention design means you're not losing ground coffee between doses. Tell us your workflow and we'll point you to the right model.\u003c\/p\u003e\n\u003cspan class=\"dp-step-tag\"\u003eWorkflow Match\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-step\"\u003e\n\u003cspan class=\"dp-step-num\"\u003e03\u003c\/span\u003e\n\u003ch3\u003eGrind Profile: Espresso Only or All-Round?\u003c\/h3\u003e\n\u003cp\u003eMost Eureka models are optimised for espresso and work brilliantly as a dedicated espresso grinder. If you need a grinder that also handles filter, pour over, or AeroPress alongside espresso, the Mignon Filtro and Atom 75 offer a wider grind range that covers multiple brew methods without compromising espresso performance. The higher-end Helios and Olympus are true espresso-specialist machines and are not designed for coarse filter grinding — they're built for a high-volume espresso bar where precision at fine settings is the only thing that matters. Contact Di Pacci if you're unsure which profile suits your coffee program.\u003c\/p\u003e\n\u003cspan class=\"dp-step-tag\"\u003eGrind Profile\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     7. MODEL SPOTLIGHTS\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-spotlight\"\u003e\n\u003cdiv class=\"dp-spotlight-inner\"\u003e\n\u003cdiv class=\"dp-spotlight-head\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eEureka Model Range at Di Pacci\u003c\/span\u003e\n\u003ch2\u003eFrom Home Bench to High-Volume Bar — There's a Eureka for Every Setup\u003c\/h2\u003e\n\u003cp\u003eKey Eureka grinder families stocked at Di Pacci and what makes each one the right choice for its use case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-spotlight-grid\"\u003e\n\u003cdiv class=\"dp-spotlight-card\"\u003e\n\u003ch3\u003eEureka Mignon — \u003cspan\u003eThe Compact Specialist\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe Mignon family is Eureka's most popular range — a compact, counter-friendly series that punches well above its size in grind quality and consistency. Available in multiple variants (Specialità, Silenzio, Filtro, Libra, and Zero), the Mignon suits home baristas and low-to-medium volume café setups that need precision without the footprint of a full commercial grinder. The Silenzio variant is one of the quietest grinders ever produced at its price point, while the Libra adds a built-in scale for dose-by-weight precision. All Mignon models feature Eureka's ACE technology, 55mm flat burrs, and stepless micrometric adjustment. A standout choice for specialty home setups and boutique café single-group operations.\u003c\/p\u003e\n\u003cdiv class=\"dp-spotlight-models\"\u003e\n\u003cspan class=\"dp-model-tag\"\u003eMignon Specialità\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eMignon Silenzio\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eMignon Libra\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eMignon Filtro\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eMignon Zero\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-spotlight-card\"\u003e\n\u003ch3\u003eEureka Atom — \u003cspan\u003eMid-Volume Precision\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe Atom bridges the gap between the compact Mignon and the full commercial Helios — making it the ideal choice for a busy single or double-group espresso bar doing 100–200 coffees per day. The Atom 75 features 75mm flat burrs, a touchscreen interface on the Pro variant, and is available in both espresso and specialty burr profiles to suit different roast styles. Low retention design (under 0.3g) makes it practical for single dosing alongside standard on-demand service, and the compact footprint means it doesn't crowd a two-machine bar setup. The Atom W adds integrated weight-based dosing for cafés wanting the accuracy of gravimetric grinding without a separate portafilter scale.\u003c\/p\u003e\n\u003cdiv class=\"dp-spotlight-models\"\u003e\n\u003cspan class=\"dp-model-tag\"\u003eAtom 75\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eAtom 75 W\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eAtom Pro\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eSpecialty Burrs Available\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-spotlight-card\"\u003e\n\u003ch3\u003eEureka Helios — \u003cspan\u003eHigh-Volume Commercial\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe Helios is Eureka's flagship high-volume on-demand grinder — engineered for busy two- and three-group café setups grinding 200–400+ coffees per day. The 80mm burrs deliver fast, consistent output without the heat build-up that degrades grind quality during sustained service rushes, and the motor is rated for all-day continuous operation. The Helios 80 is available with timed dosing or the Helios 80V variant which adds programmable volumetric dosing for multi-barista consistency. Active cooling and Eureka's latest ACE chamber design make this one of the most consistent high-output espresso grinders currently available. A top pick for specialty cafés that have outgrown the Atom or want to step up from other commercial brands.\u003c\/p\u003e\n\u003cdiv class=\"dp-spotlight-models\"\u003e\n\u003cspan class=\"dp-model-tag\"\u003eHelios 80\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eHelios 80 XL\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eHelios 80 V\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003e80mm Flat Burrs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-spotlight-card\"\u003e\n\u003ch3\u003eEureka Olympus — \u003cspan\u003eThe Professional's Grinder\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe Olympus is Eureka's top-of-range commercial machine — purpose-built for the highest-volume espresso environments where output, consistency, and durability cannot be compromised. With 85mm precision-ground burrs, a powerful high-torque motor, and an advanced dosing system available in both timed and gravimetric configurations, the Olympus is used in award-winning cafés and competition settings globally. The Olympus 85H variant adds heated burr technology to maintain a stable grinding temperature even during extreme service rushes — a real advantage for cafés doing 400+ coffees per day where thermal stability directly affects shot consistency. If you're running a serious coffee program and want Eureka's best, the Olympus is it.\u003c\/p\u003e\n\u003cdiv class=\"dp-spotlight-models\"\u003e\n\u003cspan class=\"dp-model-tag\"\u003eOlympus 85\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eOlympus 85H\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003eGravimetric Option\u003c\/span\u003e \u003cspan class=\"dp-model-tag\"\u003e85mm Flat Burrs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     8. MODEL COMPARISON TABLE\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-table-section\"\u003e\n\u003cdiv class=\"dp-table-inner\"\u003e\n\u003cdiv class=\"dp-section-head\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eSide-by-Side Comparison\u003c\/span\u003e\n\u003ch2\u003eEureka Coffee Grinder Comparison — Key Models at Di Pacci\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"dp-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eBurr Size\u003c\/th\u003e\n\u003cth\u003eVolume Rating\u003c\/th\u003e\n\u003cth\u003eKey Features\u003c\/th\u003e\n\u003cth\u003eBest For\u003c\/th\u003e\n\u003cth\u003eAvailability\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMignon Specialità\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e55mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-entry\"\u003e\u003c\/span\u003eLow (home \/ boutique)\u003c\/td\u003e\n\u003ctd\u003eACE technology, stepless micrometric adjust, low retention chute, quiet operation, compact footprint\u003c\/td\u003e\n\u003ctd\u003eHome barista, single-group boutique café, specialty espresso\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMignon Silenzio\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e55mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-entry\"\u003e\u003c\/span\u003eLow (home \/ boutique)\u003c\/td\u003e\n\u003ctd\u003eSound-damped motor housing, among the quietest espresso grinders available, ACE, stepless adjust\u003c\/td\u003e\n\u003ctd\u003eHome barista, open-plan café, hotel lobby, noise-sensitive environments\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMignon Libra\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e55mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-entry\"\u003e\u003c\/span\u003eLow (home \/ boutique)\u003c\/td\u003e\n\u003ctd\u003eIntegrated portafilter scale, dose-by-weight precision, ACE, 0.1g accuracy, auto-stop dosing\u003c\/td\u003e\n\u003ctd\u003eHome barista wanting gravimetric precision without a separate scale\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAtom 75\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e75mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-mid\"\u003e\u003c\/span\u003eMedium (café, 100–200\/day)\u003c\/td\u003e\n\u003ctd\u003e75mm flat burrs, timed or weight dosing, low retention (\u0026lt;0.3g), compact bar footprint, specialty burr option\u003c\/td\u003e\n\u003ctd\u003eBusy single\/double-group café, specialty espresso bar, single dosing\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAtom 75 W\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e75mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-mid\"\u003e\u003c\/span\u003eMedium (café, 100–200\/day)\u003c\/td\u003e\n\u003ctd\u003eAll Atom 75 features plus integrated weight-based dosing for gravimetric accuracy without portafilter scale\u003c\/td\u003e\n\u003ctd\u003eCafé wanting gravimetric consistency built into the grinder workflow\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHelios 80\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e80mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-pro\"\u003e\u003c\/span\u003eHigh (200–400\/day)\u003c\/td\u003e\n\u003ctd\u003e80mm burrs, active cooling, continuous-operation rated, timed or volumetric dosing, ACE chamber\u003c\/td\u003e\n\u003ctd\u003eHigh-volume specialty café, multi-group bar, serious espresso program\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOlympus 85\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e85mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-pro\"\u003e\u003c\/span\u003eHigh (300–500+\/day)\u003c\/td\u003e\n\u003ctd\u003e85mm precision burrs, gravimetric option, high-torque motor, top-of-range consistency, competition-grade performance\u003c\/td\u003e\n\u003ctd\u003eAward-winning café, competition prep, highest-volume specialty espresso bars\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOlympus 85H\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e85mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"dp-dot dp-dot-pro\"\u003e\u003c\/span\u003eHigh (400–500+\/day)\u003c\/td\u003e\n\u003ctd\u003eHeated burr technology, stable temperature during extreme rushes, all Olympus 85 features, thermal stability system\u003c\/td\u003e\n\u003ctd\u003eHigh-volume specialty café where thermal consistency during peak service is critical\u003c\/td\u003e\n\u003ctd\u003eNew\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 11px; color: var(--muted); margin-top: 10px; line-height: 1.6;\"\u003eVolume capacities are indicative and vary with grind setting, coffee density, and usage patterns. Contact Di Pacci for personalised advice on the right Eureka model for your specific operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     9. FAQ\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-faq\"\u003e\n\u003cdiv class=\"dp-faq-inner\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 20px;\"\u003e\n\u003cspan class=\"dp-eyebrow\"\u003eCommon Questions\u003c\/span\u003e\n\u003ch2 style=\"font-family: 'Nunito',Helvetica,sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--text); margin-top: 4px;\"\u003eFrequently Asked Questions — Eureka Coffee Grinders\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-1\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-1\" class=\"dp-faq-q\"\u003e Why are Eureka grinders so popular in specialty coffee? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eEureka has built their reputation in specialty coffee over decades by doing what most grinder brands don't do: manufacturing their own burr sets in-house in Florence. This means they control every aspect of grind geometry and burr profile, rather than buying standard burrs from third-party suppliers. The result is a consistency of performance across their range — from the compact Mignon to the commercial Olympus — that baristas notice in the cup. Their ACE (Active Clump Elimination) technology is also a genuine differentiator: by engineering the grinding chamber to break up electrostatic clumps before they reach the portafilter, Eureka delivers grounds that distribute more evenly during tamping and extraction. Combined with extremely low chute retention on most models, Eureka grinders give baristas the control and repeatability that specialty coffee demands. Their presence at World Barista Championships and in the lineups of internationally recognised specialty cafés reflects this — Eureka isn't popular because of marketing, it's popular because the grinders perform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-2\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-2\" class=\"dp-faq-q\"\u003e What is the difference between the Mignon, Atom, Helios, and Olympus? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eThese four families represent Eureka's four tier levels by burr size, motor power, and intended daily volume. The Mignon (55mm burrs) is Eureka's compact, entry-to-mid range — perfect for home baristas and low-volume boutique cafés up to around 30–50 coffees per day. It comes in multiple variants covering different priorities: quiet operation (Silenzio), integrated scales (Libra), filter versatility (Filtro), and zero retention single dosing (Zero). The Atom (75mm burrs) steps up to medium-commercial volume — suitable for a café doing 100–200 coffees per day on a single or double group. The Helios (80mm burrs) is a true high-volume commercial machine rated for 200–400+ coffees per day with active cooling and a motor built for sustained all-day operation. The Olympus (85mm burrs) is Eureka's flagship — used in the world's best cafés and competition settings — with heated burr technology available on the 85H model for extreme-volume services where thermal stability during peak rushes matters. The right choice comes down to your daily volume, your service workflow, and your budget. Di Pacci's team can walk you through this with a straight recommendation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-3\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-3\" class=\"dp-faq-q\"\u003e Are Eureka grinders good for single dosing? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eYes — and this is one of Eureka's genuine engineering strengths. Most Eureka models achieve exceptionally low chute retention — the amount of ground coffee left in the grinder between doses — which is the critical factor for single dosing accuracy. The Mignon Zero and Mignon Filtro are purpose-built for single dosing with retention under 0.2g, making dose accuracy repeatable to within 0.1–0.2g without any RDT (Ross Droplet Technique) or workflow hacks. The Atom 75 also performs very well for single dosing at under 0.3g retention, making it a practical single-dose grinder for a specialty café serving multiple different coffees throughout the week without needing a purge dose between each. For home baristas who want to single dose whole beans from a jar rather than use the hopper, Eureka's low retention design is a genuine advantage over competitors in the same price range. If single dosing is your primary workflow, tell Di Pacci's team — they'll confirm which model and burr profile makes the most sense for your setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-4\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-4\" class=\"dp-faq-q\"\u003e Can a Eureka Mignon grind for filter and pour over as well as espresso? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eSome Mignon variants can handle filter and pour over — but not all, and this is an important distinction to understand before purchasing. The Mignon Filtro is specifically designed for a wider grind range that covers filter, AeroPress, and pour over alongside espresso, and is the right choice if you want one grinder to handle multiple brew methods. The standard Mignon Specialità and Silenzio are optimised for espresso and work very well in that range, but their stepless adjustment at the coarser end is not as precise for filter brewing, and the grind profile of their standard burr set favours espresso extraction characteristics. If you're a home barista running both an espresso machine and a V60 or batch brewer, the Mignon Filtro or Atom 75 with specialty burrs would be the right Eureka recommendation. For a café running a dedicated espresso bar, the standard Mignon Specialità or Silenzio is hard to beat at the price. When in doubt, call Di Pacci — we'll steer you to the right model for your actual brewing setup rather than give you a generic recommendation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-5\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-5\" class=\"dp-faq-q\"\u003e How do Eureka grinders compare to Mazzer, Mahlkonig, or Compak? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eEureka competes in the same quality tier as Mazzer, Mahlkonig, and Compak — all are serious Italian or German engineering brands with long track records in commercial espresso. The meaningful differences come down to specific engineering priorities rather than overall quality rankings. Mahlkonig (specifically the EK43 and E65S) is often favoured for filter and all-round grinding versatility. Mazzer (particularly the Robur and Major) has a very loyal following in high-volume bars for reliability and simplicity. Compak is well regarded for tight manufacturing tolerances and is a strong choice for operations running multiple-brand machine setups. Eureka's specific advantages are their ACE clump elimination technology, ultra-low chute retention design, the quiet operation of the Mignon Silenzio, and the heated burr technology of the Olympus 85H — all of which are genuinely difficult to match in competing brands at comparable price points. There is no objectively \"best\" brand across the board; it comes down to which engineering priorities matter most in your operation. Di Pacci stocks all of these brands and can give you an honest comparison for your specific use case.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-6\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-6\" class=\"dp-faq-q\"\u003e What burr profiles does Eureka offer and which should I choose? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eEureka offers several burr profiles across their range — primarily the Espresso (standard) burr, the Specialty burr, and the Low Speed burr. The standard Espresso burr is optimised for body, sweetness, and crema — classic espresso characteristics that suit milk-based drinks and darker-to-medium roasts well. The Specialty burr produces a finer particle distribution with greater clarity in the cup — better suited to lighter roasts, single origin espresso, and filter-style extraction where transparency of flavour is the priority rather than traditional espresso body. The Low Speed burr is machined to run efficiently at lower RPM, further reducing heat transfer to the grounds during grinding — important for very light or heat-sensitive roasts where grind temperature can visibly affect cup quality. For most cafés, the standard Espresso burr is the right default. If you're running a specialty program with light roasts and filter alongside espresso, the Specialty burr set is worth the upgrade. Di Pacci can tell you which profile is available for your specific Eureka model and order in alternatives if needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dp-faq-item\"\u003e\n\u003cinput id=\"faq-eu-7\" type=\"checkbox\" class=\"dp-faq-toggle\"\u003e \u003clabel for=\"faq-eu-7\" class=\"dp-faq-q\"\u003e How do I buy a Eureka grinder from Di Pacci? \u003cspan class=\"dp-toggle\"\u003e+\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"dp-faq-a\"\u003e\n\u003cp\u003eYou can browse and purchase Eureka grinders directly through the Di Pacci website, or visit our Sydney showroom at 97–99 Chapel Street, Bankstown to see available models in person and compare them side by side. For in-stock items, standard delivery is 1–3 business days Australia-wide. Finance is available on all Eureka grinder purchases through Afterpay, Zip, and longer-term commercial finance options — GST is included in all listed prices and we absorb all transaction fees regardless of payment method. If you're not sure which Eureka model is right for your volume, workflow, and coffee program, call us on (02) 9758 0760 or email \u003ca href=\"mailto:info@dipacci.com.au\"\u003einfo@dipacci.com.au\u003c\/a\u003e — our team will give you a straight recommendation based on your actual setup, not just the most expensive option. All Eureka grinders sold through Di Pacci come with full Australian warranty support serviced through our in-house Sydney technicians.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════════\n     10. CTA\n     ══════════════════════════════════════════════ --\u003e\n\u003csection class=\"dp-cta\"\u003e\u003cspan class=\"dp-eyebrow\"\u003eNew Stock — Australia-Wide — Finance Available\u003c\/span\u003e\n\u003ch2\u003eFind Your \u003cspan\u003eEureka Coffee Grinder\u003c\/span\u003e\u003cbr\u003eat Di Pacci Today\u003c\/h2\u003e\n\u003cp\u003eMignon, Atom, Helios, Olympus and more. New stock available now. Expert advice from people who know specialty coffee inside and out. Australia-wide shipping from our Sydney showroom.\u003c\/p\u003e\n\u003cdiv class=\"dp-btn-row\"\u003e\n\u003ca href=\"https:\/\/dipacci.com.au\/collections\/eureka-grinder\" class=\"dp-btn-pri\"\u003eShop All Eureka Grinders\u003c\/a\u003e \u003ca href=\"https:\/\/dipacci.com.au\/pages\/contact\" class=\"dp-btn-sec\"\u003eTalk to an Expert\u003c\/a\u003e \u003ca href=\"https:\/\/dipacci.com.au\/pages\/finance\" class=\"dp-btn-sec\"\u003eFinance Options\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"eureka-atom-60","title":"Eureka ATOM 60 Coffee Grinder","description":"\u003cdiv class=\"producttitle\"\u003e\u003cstrong\u003eEureka Atom 60 \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"productinfo\"\u003eEureka lives up to their namesake with another inspired grinder—the Atom! Instead of focusing on speed, (though it's quite fast) consistency, (though it has fantastic espresso distribution) or ease of use (though it is, in fact, easy) Eureka has shifted focus into making a truly quiet grinder.\u003cbr\u003e \u003cbr\u003e This is the grinder for a house of light sleepers, apartment complexes, or romantic cafés. Short of a hand grinder or a hiding place in the garage, you'll be hard-pressed to find a quieter espresso grinder on the market. This marked dedication to sound insulation pairs with fine stepless grind controls, time-based dosing, and an easy-cleaning design shared with other Eureka-designed grinders.\u003c\/div\u003e\n\u003cdiv class=\"featureslist\"\u003e\n\u003cdiv class=\"features\"\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat7\"\u003e\n\u003cul\u003e\n\u003cli\u003eLarge burrs make short work of pulverizing beans into a uniform distribution.\u003c\/li\u003e\n\u003cli\u003eSound Insulation - A metal case and a design dedicated to quiet motor and burr sounds make the Atom a great choice for quiet spaces.\u003c\/li\u003e\n\u003cli\u003eTimer Based Dosing - Set grind times for both single or double shots.\u003c\/li\u003e\n\u003cli\u003eManual Pulse Grind - Grind on-demand with a dedicated pulse brew button or the portafilter button.\u003c\/li\u003e\n\u003cli\u003ePortafilter or Basket - The Atom comes with a dedicated grounds bin for drip or pour-over preparations.\u003c\/li\u003e\n\u003cli\u003eStepless Adjustment - With nearly infinite burr settings, the Atom offers fine control over grind size.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"featureslist\"\u003e\n\u003cdiv class=\"features\"\u003e\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat7\"\u003e\n\u003cul\u003e\n\u003cli\u003e60mm stainless steel burrs\u003c\/li\u003e\n\u003cli\u003e500g hopper\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Eureka","offers":[{"title":"Black","offer_id":39260171272355,"sku":"2909_4713","price":999.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":39260171305123,"sku":"2909_4714","price":999.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome","offer_id":39260171337891,"sku":"2909_4715","price":1099.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-atom-60-all-di-pacci-495.webp?v=1701936407"},{"product_id":"eureka-atom-65","title":"EUREKA Atom 65 Coffee  Grinder","description":"\u003cdiv\u003eThe Eureka Atom 65 strikes a beautiful balance between commercial-built power and home-focused convenience. With design cues from both the original Atom and commercial Zenith grinders, the Atom 65 truly gives you the best of both worlds. Eureka's espresso-built 65mm burrs power through double shots in record time (18 grams in ~5.5 seconds) and dose in an impressive stream (thanks to Eureka's refined ACE system) that's free of clumps and excess static. Normally, a grinder this production-focused comes at the cost of a large footprint—both physically and sonically. Instead, your morning will stay blissfully silent thanks to Atom's sound-insulated case, while its relatively small 6x9 dimensions will let you tuck it almost anywhere.\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-container\"\u003e\n\u003cdiv class=\"grid12-6\"\u003e\n\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSilent Technology\u003c\/li\u003e\n\u003cli\u003e\"High Speed\" Grind Dispersion\u003c\/li\u003e\n\u003cli\u003eStepless Micrometric Regulation System\u003c\/li\u003e\n\u003cli\u003eACE system\u003c\/li\u003e\n\u003cli\u003eEasy Maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid12-6\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\nTHIS IS A SPECIAL ORDER. SHIPPING MAY TAKE A LITTLE BIT LONGER DUE TO THIS.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"EUREKA","offers":[{"title":"Chrome","offer_id":39261640786083,"sku":"5216_5776","price":1349.0,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":39261640818851,"sku":"5216_5777","price":1249.9,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":41573892522147,"sku":"RAN0030S","price":1249.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-atom-65-all-di-pacci-709.webp?v=1701955340"},{"product_id":"eureka-eureka-mignon-specialita-55e-16cr","title":"Eureka Mignon Specialita 55E Coffee Grinder","description":"\u003ch1 data-start=\"201\" data-end=\"270\"\u003e\u003cstrong data-start=\"204\" data-end=\"270\"\u003eEureka Mignon Specialita 55E Coffee Grinder \u003c\/strong\u003e\u003c\/h1\u003e\n\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cbr\u003eThe \u003cstrong\u003eEureka Mignon Specialita 55 Coffee Grinder – Chrome\u003c\/strong\u003e is a high-end grinder built to bring café-level quality straight to your home or personal coffee setup. With expert Italian design and advanced features, this small but powerful grinder ensures accuracy, efficiency, and quiet performance. It's an ideal choice for anyone who loves espresso or enjoys specialty coffee.\u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eMain Highlights\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e55 mm Flat Hardened Steel Burrs\u003c\/strong\u003e – Bigger burrs allow for consistent grinding and boost output for both espresso and filter coffee. \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSilent Technology\u003c\/strong\u003e – Designed to work , making it perfect at home. \u003ca rel=\"noopener noreferrer nofollow\" class=\"link\" href=\"https:\/\/www.bigw.com.au\/product\/eureka-mignon-specialita-55-chrome\/p\/9901685497?utm_source=chatgpt.com\" target=\"_blank\"\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eTouchscreen Control\u003c\/strong\u003e – Easy-to-use touch screen with options for two programmed doses and a continuous mode simplifies brewing.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eACE System\u003c\/strong\u003e – This anti-clump and anti-static feature gives cleaner and more uniform grinds. \u003ca rel=\"noopener noreferrer nofollow\" class=\"link\" href=\"https:\/\/www.bigw.com.au\/product\/eureka-mignon-specialita-55-chrome\/p\/9901685497?utm_source=chatgpt.com\" target=\"_blank\"\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eStepless Micrometric Adjustment\u003c\/strong\u003e – Offers accurate control over grind size to fine-tune espresso or create coarser coffee brews.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eHands-Free Fork\u003c\/strong\u003e – Lets you adjust the fork to simplify placing and using the portafilter. \u003ca rel=\"noopener noreferrer nofollow\" class=\"link\" href=\"https:\/\/www.bigw.com.au\/product\/eureka-mignon-specialita-55-chrome\/p\/9901685497?utm_source=chatgpt.com\" target=\"_blank\"\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003ePerformance Features\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eOutput Rate:\u003c\/strong\u003e About 1.4 to 1.8 grams per second for espresso and 1.9 to 2.5 grams per second for regular brew\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eMotor Rotation Speed:\u003c\/strong\u003e Runs at 1350 RPM\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eEnergy Usage:\u003c\/strong\u003e 310 watts\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eBean Storage Capacity:\u003c\/strong\u003e Holds up to 300 grams of beans\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e Measures 350 × 120 × 180 millimeters\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e Weighs 5.6 kilograms\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eWhy Pick the Specialita 55?\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003eThe \u003cstrong\u003eSpecialita 55\u003c\/strong\u003e shines with its great mix of speed and convenience for everyday use. It uses sturdy 55 mm burrs and a stepless adjustment system making it work well with different brewing methods like espresso or drip coffee. The built-in Silent Technology helps keep the noise down. Its shiny chrome design brings some style to any kitchen counter. \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eGreat Choice If You:\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eAre a home barista looking to \u003cstrong\u003eperfect your espresso grinding\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eLove coffee and want \u003cstrong\u003econsistent precise grinds every time\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eNeed something compact that still \u003cstrong\u003edelivers top-notch performance\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eBe ready to make better coffee at home. Preorder the \u003cstrong\u003eEureka Mignon Specialita 55 Coffee Grinder in Chrome\u003c\/strong\u003e now and enjoy grinding like a professional.\u003c\/p\u003e","brand":"Eureka","offers":[{"title":"Black","offer_id":39261783621795,"sku":"5290_5773","price":849.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":39261783654563,"sku":"5290_5774","price":819.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome","offer_id":39261783687331,"sku":"5290_5775","price":899.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-specialita-55e-black-all-di-pacci-532.webp?v=1701956919"},{"product_id":"eureka-atom-pro-coffee-grinder-black","title":"Eureka Atom Pro Coffee Grinder Black","description":"\u003ch2\u003eATOM PRO\u003c\/h2\u003e\n\u003cp\u003eSwift, silent, and specialized; the Eureka Atom Pro brings quality grinds to your counter. The Atom Pro's inside-out redesign promises ultra-consistent single-dose grinding for both espressos and pour-over brew methods. Key to this unimodal focus is Eureka's new long-cut 75mm burrs, which aim to minimize fines across brew methods. An outsized, fan-equipped motor offers the needed torque to get the burrs moving and can grind a shot or pour over in seconds flat. Rounding out the design is a ground path built just for the bellows-set blow-up hopper to clear out excess grinds. Wrapped in soft black with accent cutouts and fun features like magnetic portafilter\/basket holders, the Atom Pro is an enthusiast's dream grinder.\u003cbr\u003e \u003cbr\u003e\u003c\/p\u003e\n\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eSpecialty Burrs - Custom-cut 75mm steel burrs set the Atom Pro for high-consistency single grind size.\u003c\/li\u003e\n\u003cli\u003eHigh Torque Motor - A more powerful 920 w motor makes short work of espresso or brew grinds.\u003c\/li\u003e\n\u003cli\u003eCooling Fan - A built-in cooling fan helps keep grind temps lower over multiple grinds.\u003c\/li\u003e\n\u003cli\u003eManual Dosing - No timed dosing here! The Atom Pro features a single on\/off switch to control grinding.\u003c\/li\u003e\n\u003cli\u003eBlow-Up Hopper - A 500g blow-up hopper helps the Atom Pro single dose with less retention.\u003c\/li\u003e\n\u003cli\u003eMagnetic Hooks - The Atom Pro features two magnet-equipped mounts for v60s\/portafilters or brew baskets.\u003c\/li\u003e\n\u003cli\u003eTurco\u003c\/li\u003e\n\u003cli\u003eMoka\u003c\/li\u003e\n\u003cli\u003eDrip\u003c\/li\u003e\n\u003cli\u003eFrench Press\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eBlow Up System\u003c\/li\u003e\n\u003cli\u003eEspresso \u0026amp; Brew\u003c\/li\u003e\n\u003cli\u003eACE System\u003c\/li\u003e\n\u003cli\u003eEasy Setting System\u003c\/li\u003e\n\u003cli\u003eStepless Micrometric Regulation System (patented by Eureka)\u003c\/li\u003e\n\u003cli\u003e\"High Speed\" Grind Dispersion\u003c\/li\u003e\n\u003cli\u003e\"High Speed\" Maintenance\u003c\/li\u003e\n\u003cli\u003eSilent Technology\u003c\/li\u003e\n\u003cli\u003eCool system\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"dipacci","offers":[{"title":"Default Title","offer_id":39262925095075,"sku":"6017","price":2190.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/atom-pro-all-di-pacci-332.webp?v=1701967574"},{"product_id":"eureka-atom-specialty-75e","title":"EUREKA Atom Specialty 75E Coffee Grinder","description":"\u003cp\u003eThe Eureka Atom Specialty 75 is a large commercial coffee grinder. It features stepless micrometric grind adjustment, patented silent grind technology, a hands-free PF holder, ACE anti-clumping technology, and an innovative easy-to-clean design.   \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e    Patented silent grind technology\u003c\/li\u003e\n\u003cli\u003e    ACE anti-clumping technology\u003c\/li\u003e\n\u003cli\u003e    Stepless micrometric grind adjustment\u003c\/li\u003e\n\u003cli\u003e    High-speed cleaning\u003c\/li\u003e\n\u003cli\u003e    Hands-free PF holder\u003c\/li\u003e\n\u003cli\u003e    Timed grinding function\u003c\/li\u003e\n\u003cli\u003e    Large bean hopper\u003c\/li\u003e\n\u003cli\u003e    \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e    Burr Type - Planar - Hardened Steel   \u003c\/li\u003e\n\u003cli\u003e    Burr Size - 75 mm\u003c\/li\u003e\n\u003cli\u003e    Speed - 1400 rpm\u003c\/li\u003e\n\u003cli\u003e    Timer - Yes\u003c\/li\u003e\n\u003cli\u003e    Adjustment - Stepless\u003c\/li\u003e\n\u003cli\u003e    Power - 800 W\u003c\/li\u003e\n\u003cli\u003e    Weight - 9.5 kg\u003c\/li\u003e\n\u003cli\u003e    Dimensions - w x d x h: 21 x 23 x 54 cm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis is a great commercial grinder but for home use, I highly recommend the Eureka Specialita. This one matches the Atom for quiet operation along with mess-free, clump-free grind, but beats the Atom for compact size, touch screen control, less stale grind retention, and more accurate timed dosing. All this makes the Eureka Specialita my #1 recommended grinder for home.\u003c\/p\u003e","brand":"EUREKA","offers":[{"title":"Black \/ with Hopper swap","offer_id":39262975918243,"sku":"6072_6073","price":1549.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ without Hopper Swap","offer_id":42895103230211,"sku":"RAN0092S","price":1499.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome \/ with Hopper swap","offer_id":39262975951011,"sku":"6072_6074","price":1649.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome \/ without Hopper Swap","offer_id":42895103262979,"sku":"RAN0093S","price":1599.0,"currency_code":"AUD","in_stock":true},{"title":"White \/ with Hopper swap","offer_id":40920994119843,"sku":"RAN0094S","price":1649.0,"currency_code":"AUD","in_stock":true},{"title":"White \/ without Hopper Swap","offer_id":42895103295747,"sku":"RAN0095S","price":1599.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-atom-specialty-75e-black-without-hopper-swap-all-di-pacci-943.webp?v=1701967899"},{"product_id":"eureka-mignon-drawer","title":"Eureka Mignon Drawer (PRE ORDER for MID FEBRUARY)","description":"\u003cdiv aria-hidden=\"false\" aria-expanded=\"true\" role=\"tabpanel\" class=\"ui-tabs-panel ui-widget-content ui-corner-bottom\" aria-labelledby=\"ui-id-1\" id=\"tabs-1\"\u003e\n\u003cp\u003e100% Stainless steel body, in an extremely compact overall dimensions: W 123 mm; D 241,5 mm; H 63 mm;\u003c\/p\u003e\n\u003cp\u003eTechnical Advantages include:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSILENT - Geometry of the internal knock bar, rubber feet and handle designed to reduce noise to a minimum. Knock bar made with special sound-absorbing material;\u003c\/li\u003e\n\u003cli\u003eALL-IN-ONE PHILOSOPHY - It operates as Tamping Station with any type of filter holder, thanks to the unique design of the handle: more space and practicality!\u003c\/li\u003e\n\u003cli\u003eEASY TO CLEAN - Extremely easy to clean thanks to the removable upper surface (the only drawer with this feature on the market) and all its parts dishwasher safe;\u003c\/li\u003e\n\u003cli\u003ePERFECT FOR YOUR MIGNON\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e*Grinder not included\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Di Pacci Coffee Company","offers":[{"title":"Default Title","offer_id":40174940192931,"sku":"RAN0106S","price":224.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-drawer-di-pacci-448.webp?v=1701977372"},{"product_id":"eureka-mignon-mat-kit","title":"Eureka Mignon Mat Kit","description":"\u003cp\u003eEureka Mignon Mat Kit - protect your counter and keep everything neat and tidy with this mat that will hold your Eureka Mignon, tamp, has an integrated tamping stand and comes supplied with a very handy cleaning brush. 22.7cm wide, 28cm deep. Please note: this mat is rubber and because of the nature of manufacture, there may be slight markings in the surface. Made from flexible rubber.\u003c\/p\u003e","brand":"Di Pacci Coffee Company","offers":[{"title":"Default Title","offer_id":40175026897059,"sku":"RAN0107S","price":129.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-mat-kit-di-pacci-302.webp?v=1701977389"},{"product_id":"eureka-mignon-xl-65e","title":"Eureka Mignon XL 65E Coffee Grinder","description":"\u003cstyle\u003e\n.dpeukmxl-wrap { font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 1.75; color: #1e1e1e; }\n.dpeukmxl-wrap p { font-size: 12px; color: #5a5a5a; line-height: 1.75; margin: 0 0 9px; }\n.dpeukmxl-wrap p strong { color: #1e1e1e; }\n.dpeukmxl-wrap a { color: #3b9130; font-weight: 700; text-decoration: none; }\n.dpeukmxl-wrap a:hover { text-decoration: underline; }\n.dpeukmxl-sub { font-family: 'Nunito', Helvetica, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: #3b9130; display: block; margin-bottom: 10px; }\n.dpeukmxl-h1 { font-family: 'Nunito', Helvetica, sans-serif; font-size: 1.6rem; font-weight: 800; color: #1e1e1e; line-height: 1.2; margin: 0 0 4px; }\n.dpeukmxl-h1 span { color: #3b9130; }\n.dpeukmxl-h2 { font-family: 'Nunito', Helvetica, sans-serif; font-size: 0.95rem; font-weight: 700; color: #5a5a5a; margin: 0 0 12px; }\n.dpeukmxl-intro { padding-bottom: 14px; border-bottom: 2px solid #c8e4c5; margin-bottom: 14px; }\n.dpeukmxl-badges { display: flex; flex-wrap: wrap; gap: 5px; margin: 10px 0 12px; }\n.dpeukmxl-badge { font-family: 'Nunito', Helvetica, sans-serif; font-size: 9px; font-weight: 800; padding: 3px 9px; border-radius: 20px; border: 1px solid #c8e4c5; background: #f2faf1; color: #3b9130; }\n.dpeukmxl-badge.dk { background: #1e1e1e; color: #fff; border-color: #1e1e1e; }\n.dpeukmxl-bestfor { background: #f2faf1; border: 1px solid #c8e4c5; border-left: 3px solid #3b9130; border-radius: 4px; padding: 9px 12px; font-size: 11px; color: #1e1e1e; margin: 12px 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }\n.dpeukmxl-bestfor-label { font-family: 'Nunito', Helvetica, sans-serif; font-weight: 800; font-size: 10px; color: #3b9130; white-space: nowrap; }\n.dpeukmxl-features { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 12px 0; }\n.dpeukmxl-feature { background: #f8f8f8; border: 1px solid #e4e4e4; border-left: 3px solid #3b9130; border-radius: 3px; padding: 9px 11px; font-size: 11px; }\n.dpeukmxl-feature-tag { font-family: 'Nunito', Helvetica, sans-serif; font-size: 8px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #3b9130; display: block; margin-bottom: 2px; }\n.dpeukmxl-feature strong { font-family: 'Nunito', Helvetica, sans-serif; font-size: 11px; color: #1e1e1e; display: block; margin-bottom: 2px; }\n.dpeukmxl-feature span { color: #5a5a5a; line-height: 1.55; display: block; }\n.dpeukmxl-section { font-family: 'Nunito', Helvetica, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #5a5a5a; border-bottom: 1px solid #e4e4e4; padding-bottom: 5px; margin: 18px 0 10px; display: block; }\n.dpeukmxl-feats-list { margin: 8px 0 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px 16px; }\n.dpeukmxl-feats-item { font-size: 11px; color: #5a5a5a; padding: 2px 0; }\n.dpeukmxl-feats-item::before { content: \"✓ \"; color: #3b9130; font-weight: 700; }\n.dpeukmxl-feats-item strong { color: #1e1e1e; }\n.dpeukmxl-specs { width: 100%; border-collapse: collapse; font-size: 11px; margin: 10px 0 14px; }\n.dpeukmxl-specs tr { border-bottom: 1px solid #f0f0f0; }\n.dpeukmxl-specs tr:last-child { border-bottom: none; }\n.dpeukmxl-specs td { padding: 5px 8px; vertical-align: top; line-height: 1.5; }\n.dpeukmxl-specs td:first-child { font-family: 'Nunito', Helvetica, sans-serif; font-weight: 800; color: #1e1e1e; width: 38%; white-space: nowrap; }\n.dpeukmxl-specs td:last-child { color: #5a5a5a; }\n.dpeukmxl-specs tr:nth-child(odd) td { background: #fafafa; }\n.dpeukmxl-inbox { display: grid; grid-template-columns: 1fr 1fr; gap: 3px 16px; margin: 8px 0 14px; }\n.dpeukmxl-inbox-item { font-size: 11px; color: #5a5a5a; padding: 2px 0; }\n.dpeukmxl-inbox-item::before { content: \"✓ \"; color: #3b9130; font-weight: 700; }\n.dpeukmxl-cta { display: flex; gap: 6px; flex-wrap: wrap; margin: 14px 0 6px; }\n.dpeukmxl-btn { display: inline-block; font-family: 'Nunito', Helvetica, sans-serif; font-size: 10px; font-weight: 800; padding: 7px 16px; border-radius: 3px; text-decoration: none !important; }\n.dpeukmxl-btn:hover { text-decoration: none !important; }\n.dpeukmxl-btn-green { border: 1px solid #3b9130; background: #3b9130; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }\n.dpeukmxl-btn-green:hover { background: #2d7025; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }\n.dpeukmxl-btn-outline { border: 1px solid #c8e4c5; background: #f2faf1; color: #3b9130 !important; }\n.dpeukmxl-btn-outline:hover { background: #3b9130; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; border-color: #3b9130; }\n.dpeukmxl-btn-dark { border: 1px solid #1e1e1e; background: #1e1e1e; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }\n.dpeukmxl-btn-dark:hover { opacity: 0.85; }\n@media (max-width: 500px) {\n  .dpeukmxl-features { grid-template-columns: 1fr; }\n  .dpeukmxl-feats-list { grid-template-columns: 1fr; }\n  .dpeukmxl-inbox { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dpeukmxl-wrap\"\u003e\n\u003cdiv class=\"dpeukmxl-intro\"\u003e\n\u003cspan class=\"dpeukmxl-sub\"\u003eDi Pacci — Home Grinders — Eureka ORO Range — Made in Florence, Italy Since 1920\u003c\/span\u003e\n\u003ch1 class=\"dpeukmxl-h1\"\u003eEureka Mignon \u003cspan\u003eXL 65E\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003ch2 class=\"dpeukmxl-h2\"\u003e65mm Diamond Inside Burrs · 320W · Silent Technology ≤60dB · ELR System · ACE System · Timed Dosing — Eureka ORO Range\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eEureka Mignon XL 65E\u003c\/strong\u003e is the flagship of Eureka's compact Mignon grinder range — part of the premium \u003cstrong\u003eORO (Gold) collection\u003c\/strong\u003e from Eureka, a Florentine grinder manufacturer with roots going back to 1920. The defining feature is the \u003cstrong\u003e65mm Diamond Inside flat burrs\u003c\/strong\u003e — Eureka's patented burr technology that uses a diamond-coated cutting surface to retain optimal sharpness significantly longer than conventional hardened steel, delivering more consistent granulometry and particle distribution over the life of the grinder. The 320W direct-traction motor spins at 1,650 RPM for a grind speed of 3g\/second — a full double basket of coffee ground in just 6–8 seconds.\u003c\/p\u003e\n\u003cp\u003eThe XL brings together three of Eureka's most important innovations in a single compact body: \u003cstrong\u003eSilent Technology\u003c\/strong\u003e (≤60dB — as quiet as an electric hair clipper), the \u003cstrong\u003eELR (Extremely Low Retention)\u003c\/strong\u003e system with ±0.2g shot-to-shot consistency, and the \u003cstrong\u003eACE (Anti-Clump \u0026amp; Electrostatic)\u003c\/strong\u003e system that reduces static charge and clumping in the exit chute. Stepless micrometric grind adjustment retains its setting even after burr cleaning or maintenance. The XL ships with Eureka's Mignon Mat Kit — a dedicated tamp station with grinder brush holder — and operates via a touch display with programmable timed single and double dose settings plus continuous operation mode. Dimensions are a compact 120 × 180 × 380mm at 7.2kg.\u003c\/p\u003e\n\u003cdiv class=\"dpeukmxl-badges\"\u003e\n\u003cspan class=\"dpeukmxl-badge\"\u003e🇮🇹 Florence, Italy — Eureka Since 1920\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge\"\u003e💎 65mm Diamond Inside Burrs — Patented\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge\"\u003e🔇 Silent Technology — ≤60dB\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge\"\u003e⚡ 3g\/sec · 320W · 1650RPM\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge\"\u003e🎯 ELR System — ±0.2g Retention\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge\"\u003e⚗️ ACE Anti-Clump + Anti-Static\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge\"\u003e🖐️ Hands-Free Portafilter Fork\u003c\/span\u003e \u003cspan class=\"dpeukmxl-badge dk\"\u003e🏆 Eureka ORO Collection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-bestfor\"\u003e\n\u003cspan class=\"dpeukmxl-bestfor-label\"\u003eBest for:\u003c\/span\u003e \u003cspan\u003e☕ Serious Home Baristas  ·  🏆 Prosumer Espresso Setups  ·  🌅 Quiet Morning Grinding  ·  🔄 Hopper-Fed Daily Use  ·  ⬆️ Upgrading from 54mm Grinders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- YOUTUBE VIDEO --\u003e\n\u003cdiv style=\"margin: 14px 0; text-align: center;\"\u003e\n\u003cdiv style=\"display: inline-block; width: 60%; max-width: 480px;\"\u003e\u003ca style=\"display: block; text-decoration: none; position: relative; background: #000; border-radius: 4px; overflow: hidden;\" rel=\"noopener\" href=\"https:\/\/www.youtube.com\/watch?v=RT_TbMAJ0I4\" target=\"_blank\"\u003e\u003cimg style=\"width: 100%; height: auto; display: block; opacity: 0.85;\" alt=\"Eureka Mignon XL 65E — Di Pacci\" src=\"https:\/\/img.youtube.com\/vi\/RT_TbMAJ0I4\/maxresdefault.jpg\"\u003e\n\u003cdiv style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 40px; background: #ff0000; border-radius: 10px; display: flex; align-items: center; justify-content: center;\"\u003e\u003csvg style=\"width: 22px; height: 22px; fill: #fff; margin-left: 3px;\" viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"5,3 19,12 5,21\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px; background: linear-gradient(transparent,rgba(0,0,0,0.7)); font-family: 'Nunito',Helvetica,sans-serif; font-size: 10px; font-weight: 800; color: #fff; letter-spacing: 0.05em;\"\u003e▶  Watch: Eureka Mignon XL 65E — Overview \u0026amp; Features\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003cdiv class=\"dpeukmxl-features\"\u003e\n\u003cdiv class=\"dpeukmxl-feature\"\u003e\n\u003cspan class=\"dpeukmxl-feature-tag\"\u003eBurrs\u003c\/span\u003e \u003cstrong\u003e65mm Diamond Inside Flat Burrs — Patented\u003c\/strong\u003e \u003cspan\u003eEureka's patented Diamond Inside technology applies a diamond-enhanced cutting surface to the 65mm flat burrs — retaining optimal sharpness longer than conventional hardened steel. More consistent granulometry over the grinder's lifespan. The larger 65mm diameter generates less heat per gram ground and delivers particle distribution typically found in commercial grinders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feature\"\u003e\n\u003cspan class=\"dpeukmxl-feature-tag\"\u003eMotor\u003c\/span\u003e \u003cstrong\u003e320W Direct Traction · 1650RPM · 3g\/sec\u003c\/strong\u003e \u003cspan\u003e320W direct-traction motor at 1,650 RPM delivers 3g\/second — a full double basket in 6–8 seconds. Direct traction (no belt drive) means less vibration, more efficient power transfer, and greater longevity. Fast enough for back-to-back sessions without heat build-up affecting grind quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feature\"\u003e\n\u003cspan class=\"dpeukmxl-feature-tag\"\u003eSilent Technology\u003c\/span\u003e \u003cstrong\u003e≤60dB — Sound Dampening Body Construction\u003c\/strong\u003e \u003cspan\u003eEureka's Silent Technology sound-dampening body keeps noise to a maximum of 60dB — approximately the volume of a normal conversation or electric hair clippers. Around 20dB quieter than conventional grinders in this class. Purpose-built for early morning grinding and open-plan kitchens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feature\"\u003e\n\u003cspan class=\"dpeukmxl-feature-tag\"\u003eELR + ACE Systems\u003c\/span\u003e \u003cstrong\u003e±0.2g Retention · Anti-Clump · Anti-Static\u003c\/strong\u003e \u003cspan\u003eELR (Extremely Low Retention) system: dedicated chute geometry achieves ±0.2g shot-to-shot dose consistency — minimal wasted coffee between doses. ACE (Anti-Clump \u0026amp; Electrostatic) system: actively reduces static charge build-up that causes grounds to clump or cling to the chute. Cleaner workflow, more consistent dosing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feature\"\u003e\n\u003cspan class=\"dpeukmxl-feature-tag\"\u003eGrind Adjustment\u003c\/span\u003e \u003cstrong\u003eStepless Micrometric — Setting Retained Post-Maintenance\u003c\/strong\u003e \u003cspan\u003eContinuous stepless micrometric adjustment provides near-infinite grind settings across the espresso range and beyond. Critically — the grind setting is retained after burr cleaning or maintenance. High-Speed maintenance design allows quick burr access without full disassembly. Suitable for espresso and all filter methods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feature\"\u003e\n\u003cspan class=\"dpeukmxl-feature-tag\"\u003eDosing \u0026amp; Workflow\u003c\/span\u003e \u003cstrong\u003eTouch Display · Timed Doses · Hands-Free Fork · Mat Kit\u003c\/strong\u003e \u003cspan\u003eTouch display with dose counter. Two programmable timed doses (single + double) plus continuous mode. Adjustable rubber-coated portafilter fork — fits all portafilters including naked\/bottomless designs. 300g bean hopper. Mignon Mat Kit included: dedicated tamp station with grinder brush holder position\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES LIST --\u003e \u003cspan class=\"dpeukmxl-section\"\u003eEureka Mignon XL 65E Features\u003c\/span\u003e\n\u003cdiv class=\"dpeukmxl-feats-list\"\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003e65mm Diamond Inside Burrs\u003c\/strong\u003e — patented large flat burrs for fast, precise grinding\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eSound Dampening Body\u003c\/strong\u003e — Silent Technology ≤60dB\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eStepless Micrometric Adjustment\u003c\/strong\u003e — precise, setting retained post-maintenance\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eELR Grinds Chute\u003c\/strong\u003e — extremely low retention ±0.2g\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eACE System\u003c\/strong\u003e — anti-clump and anti-electrostatic\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003e300g Bean Hopper\u003c\/strong\u003e — full bag capacity for a week of espresso\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eHands-Free Grinding\u003c\/strong\u003e — adjustable rubber portafilter fork (all PFs incl. naked)\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eTouch Display\u003c\/strong\u003e — with dose counter\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003e2 Programmable Timed Doses\u003c\/strong\u003e — single, double + continuous mode\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eHigh-Speed Maintenance\u003c\/strong\u003e — burr access without losing grind setting\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eMignon Mat Kit Included\u003c\/strong\u003e — tamp station + grinder brush holder\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-feats-item\"\u003e\n\u003cstrong\u003eEureka ORO Range\u003c\/strong\u003e — Florence, Italy since 1920\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE --\u003e \u003cspan class=\"dpeukmxl-section\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ctable class=\"dpeukmxl-specs\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBurr Type\u003c\/td\u003e\n\u003ctd\u003e65mm flat — Diamond Inside (patented Eureka)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor\u003c\/td\u003e\n\u003ctd\u003e320W direct traction — 1650 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrind Speed\u003c\/td\u003e\n\u003ctd\u003e3g\/sec (2.3–2.8g\/s range) — double basket in 6–8 seconds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e≤60dB — Silent Technology\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRetention\u003c\/td\u003e\n\u003ctd\u003e±0.2g — ELR (Extremely Low Retention) system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStatic Control\u003c\/td\u003e\n\u003ctd\u003eACE system — anti-clump + anti-electrostatic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGrind Adjustment\u003c\/td\u003e\n\u003ctd\u003eStepless micrometric — continuous · retains post-maintenance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDosing\u003c\/td\u003e\n\u003ctd\u003eTouch display · 2 timed doses + continuous · dose counter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBean Hopper\u003c\/td\u003e\n\u003ctd\u003e300g capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePortafilter Fork\u003c\/td\u003e\n\u003ctd\u003eAdjustable rubber-coated — fits all portafilters incl. naked\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions (W×D×H)\u003c\/td\u003e\n\u003ctd\u003e120 × 180 × 380mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e7.2kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCollection\u003c\/td\u003e\n\u003ctd\u003eEureka ORO range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eMade in Florence, Italy — Eureka (est. 1920)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- IN THE BOX --\u003e \u003cspan class=\"dpeukmxl-section\"\u003eWhat's In The Box\u003c\/span\u003e\n\u003cdiv class=\"dpeukmxl-inbox\"\u003e\n\u003cdiv class=\"dpeukmxl-inbox-item\"\u003e1× Eureka Mignon XL 65E grinder\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-inbox-item\"\u003e300g bean hopper\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-inbox-item\"\u003eMignon Mat Kit — tamp station + brush holder\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-inbox-item\"\u003eAdjustable rubber portafilter fork\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-inbox-item\"\u003eGrinder brush\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-inbox-item\"\u003eMachine documentation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dpeukmxl-cta\"\u003e\n\u003ca href=\"https:\/\/dipacci.com.au\/products\/eureka-mignon-xl-65e\" class=\"dpeukmxl-btn dpeukmxl-btn-green\"\u003eShop the Eureka Mignon XL 65E\u003c\/a\u003e \u003ca href=\"https:\/\/dipacci.com.au\/collections\/eureka-grinder\" class=\"dpeukmxl-btn dpeukmxl-btn-outline\"\u003eAll Eureka Grinders\u003c\/a\u003e \u003ca href=\"https:\/\/dipacci.com.au\/pages\/contact\" class=\"dpeukmxl-btn dpeukmxl-btn-dark\"\u003eTalk to an Expert — (02) 9758 0760\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Eureka","offers":[{"title":"Black","offer_id":40180943454371,"sku":"EUREKA-MIGNON-XL-BLACK","price":1079.0,"currency_code":"AUD","in_stock":false},{"title":"Chrome","offer_id":40180943487139,"sku":"EUREKA-MIGNON-XL-CHROME","price":1149.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":40180943519907,"sku":"EUREKA-MIGNON-XL-WHITE","price":1079.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-xl-65e-black-all-di-pacci-289.webp?v=1701977404"},{"product_id":"eureka-small-hopper-swap","title":"Eureka Small Hopper Swap ( WITH GRINDER PURCHASE ONLY )","description":"Eureka Small Hopper Swap. This item is for swapping big hopper with small hopper when you buy Eureka Grinder.\u003cbr\u003e","brand":"EUREKA","offers":[{"title":"Default Title","offer_id":40357814796451,"sku":"RAN0119S","price":50.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-small-hopper-swap-with-grinder-purchase-only-all-di-pacci-189.webp?v=1701977683"},{"product_id":"eureka-single-dose-mignon-oro-coffee-grinder","title":"EUREKA Single Dose Mignon Oro Coffee Grinder","description":"\u003cp\u003e\u003cstrong\u003eEureka ORO Mignon Single Dose Grinder\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eELR System (Extremely Low Retention): the perfect inclination of the grinding chamber (15°), combined with dedicated technical solutions, ensures retention close to zero.\u003cbr\u003eNew Single-Dose hopper with a branded wooden lid and revolving metal tab (45 g), designed to best satisfy your unique coffee moments.\u003cbr\u003eDosing cup, made of stainless steel (45 g), helps you to easily transfer ground coffee right to your portafilter, all while keeping your workspace.\u003cbr\u003eThanks to the included Mignon Blow Up Cleaning you can prepare your next shot with the grinding chamber always clean.\u003cbr\u003eOak base shaped for the cups in the catalogue, for an even higher optimization of the workspace.\u003cbr\u003eThe particular combination of engine - Diamond Inside® burrs (65 mm) guarantees high productivity (2.3 – 2.8 Espresso; 2.8 – 3.3 Brew) and a wide range of grinds achievable.\u003cbr\u003eMaximum silence, thanks to the \"Silent Technology\" that allows reaching a unique grinding silence (about 60 dB).\u003cbr\u003e\"\u003cstrong\u003eHigh Speed\u003c\/strong\u003e\" maintenance, handy and easy, without losing the grinding setting.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBURRS\u003c\/strong\u003e\u003cbr\u003eType: Flat\u003cbr\u003eDiameter:  65 mm \u003cbr\u003eMaterial: Diamond Inside (patented Eureka)\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cstrong\u003eDISPENSING SYSTEM\u003c\/strong\u003e\u003cbr\u003eTouch Display: No\u003cbr\u003e\n\u003cdiv\u003eDose counter:  No\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eENGINE\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003eTraction: Direct\u003c\/div\u003e\n\u003cdiv\u003eRevolutions per minute: 1650\u003c\/div\u003e\n\u003cdiv\u003ePower absorbed: 320 watt\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eVARIOUS\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003eAvailable versions: Manual \u003c\/div\u003e\n\u003cdiv\u003eContinuous micrometric adjustment: Yes \u003c\/div\u003e\n\u003cdiv\u003eELR System: Yes \u003c\/div\u003e\n\u003cdiv\u003eSilent Technology: Yes \u003c\/div\u003e\n\u003cdiv\u003eACE System: Yes \u003c\/div\u003e\n\u003cdiv\u003eSingle Dose hopper: Included \u003c\/div\u003e\n\u003cdiv\u003eMignon Blow Up Cleaning: Included \u003c\/div\u003e\n\u003cdiv\u003eDosing cup: Included \u003c\/div\u003e\n\u003cdiv\u003eHopper capacity: 45 g \u003c\/div\u003e\n\u003cdiv\u003eProductivity (g\/s): 2.3 - 2.8 Espresso| 2.8 - 3.3 Brew\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eDIMENSIONS\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv\u003eHeight: 321 mm\u003c\/div\u003e\n\u003cdiv\u003eWidth: 128 mm\u003c\/div\u003e\n\u003cdiv\u003eDepth:260 mm \u003c\/div\u003e\n\u003cdiv\u003eWeight: 7,2 kg\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cbr href=\"https:\/\/30.coffee\/manuals\/Brochure%20Mignon%20Single%20Dose%20EN-ITA.pdf\" target=\"_blank\"\u003e\n\u003c\/div\u003e","brand":"EUREKA","offers":[{"title":"Black Oak","offer_id":41232819191971,"sku":"RAN0287S","price":1299.0,"currency_code":"AUD","in_stock":true},{"title":"White Oak","offer_id":41232819224739,"sku":"RAN0288S","price":1299.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome Oak","offer_id":41232819257507,"sku":"RAN0289S","price":1399.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-oro-in-stock-all-di-pacci-442.webp?v=1701981995"},{"product_id":"eureka-mignon-manuale","title":"Eureka Mignon Manuale","description":"\u003cp\u003e\u003cspan\u003eThe Eureka Mignon Manuale is a great entry level coffee grinder. Not having a timer is not a problem as you can grind straight into the portafilter until a mound builds to the edges, then distribute and tamp. This technique is used by many. Of course, if you are an espresso aficionado you may prefer to weigh your dose. If you prefer a timer function then look to the Mignon Specialita \u003c\/span\u003e\u003c\/p\u003e","brand":"Di Pacci Coffee Company","offers":[{"title":"Default Title","offer_id":42556079440131,"sku":"RAN0584S","price":539.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-manuale-sold-out-di-pacci-678.webp?v=1746759443"},{"product_id":"eureka-mignon-libra-coffee-grinder","title":"Eureka Mignon Libra Coffee Grinder PREORDER","description":"\u003cp\u003eGrind by Weight is now available in your favourite Eureka Mignon range. A prosumer grinder with micrometric adjustment, 55mm flat burrs, and a superb, user-friendly control panel. The Eureka Mignon Libra is designed for the serious home barista or small café searching for consistency and dependability.\u003cbr\u003e\u003cbr\u003eThe Libra, like the renowned Eureka Specialita, excels at grinding at all sizes but streamlines your routine even further by allowing you to grind by weight. The Eureka Mignon Libra is a compact and silent appliance that will fit in any kitchen.\u003cbr\u003e\u003cbr\u003eDialling in your dose is simple by design.\u003cbr\u003e\u003cbr\u003eOn the responsive touchscreen display, 1g increments are a simple operation. There is a distinct icon for single and double dosages, as well as the option to manually dose.\u003cbr\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003e\u003cstrong\u003eEureka Mignon Libra Coffee Grinder Specifications\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cbr\u003e\u003cstrong\u003eGrind by weight\u003c\/strong\u003e - With Eureka Mignon Libra's grind-by-weight technique, you can get an exact dose every time.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eStepless adjustment\u003c\/strong\u003e - The micrometric adjustment mechanism allows you to grind with pinpoint accuracy, ensuring that you always hit the sweet spot for your espressos.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eFlat burrs 55mm\u003c\/strong\u003e - Get consistent results at every grind setting.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eCompact and quiet\u003c\/strong\u003e - The Libra's small footprint and low noise level make it an excellent home grinder.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eHandless grinding\u003c\/strong\u003e - To grind hands-free, place your portafilter on the adjustable rest.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eSimple controls\u003c\/strong\u003e - The touchscreen display allows you to set single and double dosages as well as manually dose when necessary.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eMaterials\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eAluminium, stainless steel\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eHopper capacity\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e300g\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eBurr \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e55mm Flat Hardened Steel\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003ePower\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e310W\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eDimensions\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e(H) 192mm x (W) 430mm x (L) 124mm\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003eWeight\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\" data-mce-style=\"font-weight: 400;\"\u003e6.5kg\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/Qr7x-aYmwos\" height=\"315\" width=\"560\" allowfullscreen=\"\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" frameborder=\"0\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"Eureka","offers":[{"title":"Black","offer_id":43628570018051,"sku":"RAN1311S","price":1299.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome","offer_id":43628570050819,"sku":"RAN1312S","price":1399.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":43628570083587,"sku":"RAN1313S","price":1299.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-libra-coffee-grinder-all-di-pacci-726.webp?v=1702012777"},{"product_id":"commercial-fiorenzato-coffee-bean-espresso-grinder","title":"Commercial Fiorenzato Coffee Bean Espresso Grinder","description":"\u003cp\u003e\u003cspan\u003eGood Condition Pre Owned Fiorenzato Commercial Coffee Grinder, fully serviced \u0026amp; Ready To Go\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eOnly $699 Including Gst\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003ePrice includes free local Sydney metro delivery and installation if required and a 12 Months Parts warranty on New Equipment or 3 months on used equipment\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e(Domestic machines are not installed)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e( Jug rinsers are not installed )\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eYes that's right we don't just sell you the machine we also install it for you.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eAnd back our machines with a warranty.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eSo you can purchase and save with ease of mind.\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eWe Can ship Australia Wide So call for a quote.\u003c\/span\u003e\u003c\/p\u003e","brand":"Fiorenzato","offers":[{"title":"Default Title","offer_id":43832499699971,"sku":"RAN1475S","price":699.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/commercial-fiorenzato-coffee-bean-espresso-grinder-all-di-pacci-438.webp?v=1702016654"},{"product_id":"orchestrale-nota-x-eureka-atom-60e-bundle","title":"Orchestrale Nota X Eureka Atom 60E Bundle","description":"\u003cp\u003eElevate your coffee game with the Orchestrale Nota + Eureka ATOM 60E Bundle! Precision brewing meets flavor perfection in this ultimate home setup. Transform your daily ritual into a masterpiece.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eORCHESTRALE NOTA -\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThe captivating look of the Orchestrale Nota sets it apart from all of the competition! The Nota is a versatile machine and would sit nicely in a kitchen at home or at bar or restaurant. The Nota has a big 3L heat exchanger boiler making for plenty of steam! The Nota has a quiet Rotary pump and can be plumbed in for water supply or utilize the 2.8L water tank.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHeat exchanger boiler\u003c\/li\u003e\n\u003cli\u003eCommercial rotary pump\u003c\/li\u003e\n\u003cli\u003eCool touch steam and hot water wands\u003c\/li\u003e\n\u003cli\u003eUtilize water tank or mains plumbing\u003c\/li\u003e\n\u003cli\u003eCoffee, milk froth and hot water can be dispensed simultaneously\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e3L copper boiler\u003c\/li\u003e\n\u003cli\u003e2.8L water tank\u003c\/li\u003e\n\u003cli\u003eE61 brew group\u003c\/li\u003e\n\u003cli\u003eRotary pump\u003c\/li\u003e\n\u003cli\u003eWeight: 30KG\u003c\/li\u003e\n\u003cli\u003eDimensions without portafilter (W x D x H): 370 x 440 x 430 mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"producttitle\"\u003e\u003cstrong\u003eEUREKA ATOM 60E -\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"productinfo\"\u003eEureka lives up to their namesake with another inspired grinder—the Atom! Instead of focusing on speed, (though it's quite fast) consistency, (though it has fantastic espresso distribution) or ease of use (though it is, in fact, easy) Eureka has shifted focus into making a truly quiet grinder.\u003cbr\u003e\u003cbr\u003eThis is the grinder for a house of light sleepers, apartment complexes, or romantic cafés. Short of a hand grinder or a hiding place in the garage, you'll be hard-pressed to find a quieter espresso grinder on the market. This marked dedication to sound insulation pairs with fine stepless grind controls, time-based dosing, and an easy-cleaning design shared with other Eureka-designed grinders.\u003c\/div\u003e\n\u003cdiv class=\"productinfo\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"featureslist\"\u003e\n\u003cdiv class=\"features\"\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat7\"\u003e\n\u003cul\u003e\n\u003cli\u003eLarge burrs make short work of pulverizing beans into a uniform distribution.\u003c\/li\u003e\n\u003cli\u003eSound Insulation - A metal case and a design dedicated to quiet motor and burr sounds make the Atom a great choice for quiet spaces.\u003c\/li\u003e\n\u003cli\u003eTimer Based Dosing - Set grind times for both single or double shots.\u003c\/li\u003e\n\u003cli\u003eManual Pulse Grind - Grind on-demand with a dedicated pulse brew button or the portafilter button.\u003c\/li\u003e\n\u003cli\u003ePortafilter or Basket - The Atom comes with a dedicated grounds bin for drip or pour-over preparations.\u003c\/li\u003e\n\u003cli\u003eStepless Adjustment - With nearly infinite burr settings, the Atom offers fine control over grind size.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"featureslist\"\u003e\n\u003cdiv class=\"features\"\u003e\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"feat7\"\u003e\n\u003cul\u003e\n\u003cli\u003e60mm stainless steel burrs\u003c\/li\u003e\n\u003cli\u003e500g hopper\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Orchestrale","offers":[{"title":"Chrome","offer_id":44586485809411,"sku":"RAN2153S","price":5799.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":44586485842179,"sku":"RAN2154S","price":5799.0,"currency_code":"AUD","in_stock":true},{"title":"Black","offer_id":44586485874947,"sku":"RAN2155S","price":5799.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/orchestrale-nota-x-eureka-atom-60e-bundle-8842546.png?v=1773285611"},{"product_id":"immaculate-pre-owned-eureka-specialita-75-with-smoke-pump-sd-hopper","title":"Immaculate Pre Owned Eureka Specialita 75 With Smoke Pump SD Hopper","description":"\u003cp\u003eHoly Molly This Is Beast, The Eurkea Atom 75 In Special Order Ferrari Red With Smoke Pump Hopper, Barley Used , Like New Rrp over $2500 you pay only $1399.00 Including GST\u003c\/p\u003e\n\u003cp\u003ePrice includes free local metro delivery and installation if required and a 12 Months Parts warranty on New Equipment or 3 months on used equipment, Yes that's right we don't just sell you the machine we also install it for you.\u003cbr\u003eAnd back our machines with a warranty.\u003cbr\u003eSo you can purchase and save with ease of mind. (Domestic machines \u0026amp; Jug rinsers are not installed)\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"EUREKA","offers":[{"title":"Default Title","offer_id":45474555101443,"sku":"RAN2412S","price":1549.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/immaculate-pre-owned-eureka-specialita-75-with-smoke-pump-sd-hopper-5124846.jpg?v=1773285404"},{"product_id":"eureka-mignon-zero-coffee-grinder","title":"Eureka Mignon Zero Coffee Grinder","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n.emz*{box-sizing:border-box;font-family:'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;}\n.emz{max-width:100%;width:100%;margin:0 auto;padding:0 0 40px;}\n.emz h2{font-size:1.4em;font-weight:700;color:#1a1a1a;border-bottom:2px solid #3b9130;padding-bottom:10px;margin:0 0 22px;}\n.emz p{color:#444;line-height:1.85;margin:0 0 14px;}\n.emz strong{color:#1a1a1a;font-weight:700;}\n\n\/* Intro *\/\n.emz-intro{border-left:4px solid #3b9130;padding:20px 26px;background:#f2faf1;border-radius:0 8px 8px 0;margin-bottom:36px;}\n.emz-intro p{margin:0;font-size:1.05em;color:#333;}\n\n\/* Feature Badges *\/\n.emz-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px;}\n.emz-badge{background:#3b9130;color:#fff;padding:7px 18px;border-radius:20px;font-size:13px;font-weight:700;font-family:'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;}\n\n\/* Metric Cards *\/\n.emz-metric-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:40px;}\n.emz-metric-card{background:#f2faf1;border-radius:8px;padding:18px 16px;border-top:3px solid #3b9130;}\n.emz-label{font-size:11px;font-weight:700;color:#3b9130;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 6px;}\n.emz-value{font-size:1.15em;font-weight:700;color:#1a1a1a;margin:0 0 5px;}\n.emz-desc{font-size:12px;color:#666;margin:0;line-height:1.55;}\n\n\/* Technology Cards *\/\n.emz-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:40px;}\n.emz-tech-card{background:#ffffff;border:1px solid #c8e6c4;border-radius:8px;padding:22px;}\n.emz-tech-label{font-size:11px;font-weight:700;color:#3b9130;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 10px;}\n.emz-tech-card p{font-size:13px;color:#555;margin:0;line-height:1.75;}\n\n\/* Specs Table *\/\n.emz-specs-table{width:100%;border-collapse:collapse;font-size:0.95em;margin-bottom:40px;}\n.emz-specs-table td{padding:13px 18px;border-bottom:1px solid #dff0dd;}\n.emz-specs-table tr:nth-child(odd){background:#f2faf1;}\n.emz-spec-key{font-weight:700;color:#1a1a1a;width:35%;}\n.emz-spec-val{color:#555;}\n\n\/* Tips Grid *\/\n.emz-tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:40px;}\n.emz-tip-card{background:#f2faf1;border-radius:8px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start;}\n.emz-tip-num{min-width:30px;height:30px;background:#3b9130;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#ffffff;flex-shrink:0;}\n.emz-tip-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 5px;}\n.emz-tip-body{font-size:13px;color:#555;margin:0;line-height:1.65;}\n\n\/* Ideal For Cards *\/\n.emz-ideal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:40px;}\n.emz-ideal-card{background:#ffffff;border:1px solid #c8e6c4;border-radius:8px;padding:20px;text-align:center;}\n.emz-ideal-icon{font-size:28px;margin-bottom:10px;}\n.emz-ideal-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 6px;}\n.emz-ideal-body{font-size:13px;color:#555;margin:0;line-height:1.65;}\n\n\/* CTA Block *\/\n.emz-cta{background:#f2faf1;border:1px solid #c8e6c4;border-radius:10px;padding:28px 30px;text-align:center;margin-bottom:40px;}\n.emz-cta h3{font-size:1.2em;font-weight:700;color:#3b9130;margin:0 0 10px;}\n.emz-cta p{font-size:14px;color:#555;margin:0 0 18px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.75;}\n.emz-cta-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}\n.emz-btn-primary{background:#3b9130;color:#ffffff;padding:11px 26px;border-radius:6px;font-weight:700;text-decoration:none;font-size:14px;font-family:'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;}\n.emz-btn-outline{background:transparent;color:#3b9130;padding:11px 26px;border-radius:6px;font-weight:700;text-decoration:none;font-size:14px;border:1px solid #3b9130;font-family:'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;}\n\n\/* Disclaimer *\/\n.emz-disclaimer{font-size:12px;color:#888;border-top:1px solid #dff0dd;padding-top:16px;margin:0;line-height:1.7;}\n\n\/* Responsive *\/\n@media(max-width:1024px){\n  .emz-metric-grid{grid-template-columns:repeat(3,1fr);}\n  .emz-tech-grid{grid-template-columns:repeat(2,1fr);}\n  .emz-tips-grid{grid-template-columns:repeat(2,1fr);}\n  .emz-ideal-grid{grid-template-columns:repeat(2,1fr);}\n}\n@media(max-width:600px){\n  .emz-metric-grid{grid-template-columns:repeat(2,1fr);}\n  .emz-tech-grid{grid-template-columns:1fr;}\n  .emz-tips-grid{grid-template-columns:1fr;}\n  .emz-ideal-grid{grid-template-columns:1fr;}\n  .emz h2{font-size:1.2em;}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"emz\"\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"emz-intro\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eEureka Mignon Zero\u003c\/strong\u003e is a premium single-dose espresso grinder crafted in Italy and engineered for the home barista who refuses to compromise. With \u003cstrong\u003e55 mm flat burrs\u003c\/strong\u003e, stepless micrometric adjustment, and the innovative \u003cstrong\u003eELR (Extra Low Retention) System\u003c\/strong\u003e, the Mignon Zero delivers exceptional grind consistency, near-zero retention, and freshly ground coffee every single time — whether you're pulling espresso or brewing filter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Badges --\u003e\n\u003cdiv class=\"emz-badge-row\"\u003e\n\u003cspan class=\"emz-badge\"\u003eSingle Dose\u003c\/span\u003e \u003cspan class=\"emz-badge\"\u003e55 mm Flat Burrs\u003c\/span\u003e \u003cspan class=\"emz-badge\"\u003eStepless Micrometric Adjustment\u003c\/span\u003e \u003cspan class=\"emz-badge\"\u003eELR System\u003c\/span\u003e \u003cspan class=\"emz-badge\"\u003eBlow-Up Hopper\u003c\/span\u003e \u003cspan class=\"emz-badge\"\u003eItalian Craftsmanship\u003c\/span\u003e \u003cspan class=\"emz-badge\"\u003eQuiet Motor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Key Metrics --\u003e\n\u003ch2\u003eKey specifications\u003c\/h2\u003e\n\u003cdiv class=\"emz-metric-grid\"\u003e\n\u003cdiv class=\"emz-metric-card\"\u003e\n\u003cp class=\"emz-label\"\u003eBurr size\u003c\/p\u003e\n\u003cp class=\"emz-value\"\u003e55 mm\u003c\/p\u003e\n\u003cp class=\"emz-desc\"\u003eFlat steel burrs for uniform grind\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-metric-card\"\u003e\n\u003cp class=\"emz-label\"\u003eBean hopper\u003c\/p\u003e\n\u003cp class=\"emz-value\"\u003e45 g\u003c\/p\u003e\n\u003cp class=\"emz-desc\"\u003eOptimised for single-dose loading\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-metric-card\"\u003e\n\u003cp class=\"emz-label\"\u003eMotor power\u003c\/p\u003e\n\u003cp class=\"emz-value\"\u003e320 W\u003c\/p\u003e\n\u003cp class=\"emz-desc\"\u003eEfficient, low-heat grinding\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-metric-card\"\u003e\n\u003cp class=\"emz-label\"\u003eWeight\u003c\/p\u003e\n\u003cp class=\"emz-value\"\u003e7 kg\u003c\/p\u003e\n\u003cp class=\"emz-desc\"\u003eSolid, stable countertop presence\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-metric-card\"\u003e\n\u003cp class=\"emz-label\"\u003eDimensions\u003c\/p\u003e\n\u003cp class=\"emz-value\"\u003e120×345×140\u003c\/p\u003e\n\u003cp class=\"emz-desc\"\u003eW × H × D mm — compact footprint\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-metric-card\"\u003e\n\u003cp class=\"emz-label\"\u003eNoise level\u003c\/p\u003e\n\u003cp class=\"emz-value\"\u003eSilent\u003c\/p\u003e\n\u003cp class=\"emz-desc\"\u003eQuiet Grinding Technology built-in\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technology --\u003e\n\u003ch2\u003eTechnology \u0026amp; innovation\u003c\/h2\u003e\n\u003cdiv class=\"emz-tech-grid\"\u003e\n\u003cdiv class=\"emz-tech-card\"\u003e\n\u003cp class=\"emz-tech-label\"\u003eELR — Extra Low Retention\u003c\/p\u003e\n\u003cp\u003eEureka's proprietary ELR system minimises the amount of ground coffee retained inside the grinder chamber after each dose. Every shot uses only freshly ground coffee with zero stale residue affecting your flavour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tech-card\"\u003e\n\u003cp class=\"emz-tech-label\"\u003eBlow-Up Hopper\u003c\/p\u003e\n\u003cp\u003eThe innovative blow-up hopper uses a burst of air to clear remaining grounds from the chamber after grinding — ensuring near-zero retention and making single-dosing effortless and mess-free every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tech-card\"\u003e\n\u003cp class=\"emz-tech-label\"\u003eStepless micrometric adjustment\u003c\/p\u003e\n\u003cp\u003eUnlike stepped grinders locked into fixed grind sizes, the Mignon Zero's stepless dial gives you infinite grind control. Dial in your espresso with precision and repeat it exactly every single time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tech-card\"\u003e\n\u003cp class=\"emz-tech-label\"\u003e55 mm flat burrs\u003c\/p\u003e\n\u003cp\u003eFlat burrs produce a uniform particle size distribution, delivering clarity, brightness, and nuance in the cup. The 55 mm diameter ensures efficient grinding with minimal heat transfer — preserving your bean's natural flavour profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Table --\u003e\n\u003ch2\u003eFull technical specifications\u003c\/h2\u003e\n\u003ctable class=\"emz-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eBurr type\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003e55 mm flat steel burrs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eGrind adjustment\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003eStepless micrometric — infinite adjustment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eBean hopper capacity\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003e45 g — optimised for single dosing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eMotor power\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003e320 W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eRetention system\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003eELR (Extra Low Retention) + Blow-Up Hopper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eNoise technology\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003eQuiet Grinding Technology\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eDimensions (W × H × D)\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003e120 × 345 × 140 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eWeight\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003e7 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eMaintenance\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003eHigh-speed burr access for easy cleaning\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eOrigin\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003eMade in Italy — Eureka, Florence\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"emz-spec-key\"\u003eBest suited for\u003c\/td\u003e\n\u003ctd class=\"emz-spec-val\"\u003eEspresso \u0026amp; filter coffee — home use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- 6 Standout Reasons --\u003e\n\u003ch2\u003e6 reasons the Mignon Zero stands out\u003c\/h2\u003e\n\u003cdiv class=\"emz-tips-grid\"\u003e\n\u003cdiv class=\"emz-tip-card\"\u003e\n\u003cdiv class=\"emz-tip-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"emz-tip-title\"\u003eNear-zero retention\u003c\/p\u003e\n\u003cp class=\"emz-tip-body\"\u003eThe ELR system and Blow-Up Hopper work together to purge virtually all ground coffee after each dose — every shot starts with 100% fresh grounds, not yesterday's leftovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tip-card\"\u003e\n\u003cdiv class=\"emz-tip-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"emz-tip-title\"\u003eInfinite grind precision\u003c\/p\u003e\n\u003cp class=\"emz-tip-body\"\u003eStepless micrometric adjustment means you're never locked into a fixed grind setting. Dial in from espresso to filter and back again with complete freedom and full repeatability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tip-card\"\u003e\n\u003cdiv class=\"emz-tip-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"emz-tip-title\"\u003eSingle-dose ready\u003c\/p\u003e\n\u003cp class=\"emz-tip-body\"\u003eThe 45 g hopper is purpose-built for single dosing — weigh your beans, load, grind, done. No stale hopper coffee. Perfect for exploring different origins and roasts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tip-card\"\u003e\n\u003cdiv class=\"emz-tip-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"emz-tip-title\"\u003eQuiet operation\u003c\/p\u003e\n\u003cp class=\"emz-tip-body\"\u003eEureka's Quiet Grinding Technology keeps noise levels low without sacrificing grind speed or consistency — ideal for Singapore apartments and early morning brewing sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tip-card\"\u003e\n\u003cdiv class=\"emz-tip-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"emz-tip-title\"\u003eEasy maintenance\u003c\/p\u003e\n\u003cp class=\"emz-tip-body\"\u003eHigh-speed burr access means cleaning and replacing burrs takes minutes, not hours. Keeping your Mignon Zero performing at its best has never been simpler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-tip-card\"\u003e\n\u003cdiv class=\"emz-tip-num\"\u003e6\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"emz-tip-title\"\u003eItalian craftsmanship\u003c\/p\u003e\n\u003cp class=\"emz-tip-body\"\u003eDesigned and built in Florence by Eureka — one of Italy's most respected grinder manufacturers. Every Mignon Zero reflects decades of precision engineering and coffee culture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ideal For --\u003e\n\u003ch2\u003eWho is the Mignon Zero ideal for?\u003c\/h2\u003e\n\u003cdiv class=\"emz-ideal-grid\"\u003e\n\u003cdiv class=\"emz-ideal-card\"\u003e\n\u003cdiv class=\"emz-ideal-icon\"\u003e☕\u003c\/div\u003e\n\u003cp class=\"emz-ideal-title\"\u003eThe espresso enthusiast\u003c\/p\u003e\n\u003cp class=\"emz-ideal-body\"\u003eIf you pull espresso daily and care about dialling in precisely, the Mignon Zero's stepless adjustment and flat burrs give you café-level control at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-ideal-card\"\u003e\n\u003cdiv class=\"emz-ideal-icon\"\u003e🫘\u003c\/div\u003e\n\u003cp class=\"emz-ideal-title\"\u003eThe bean explorer\u003c\/p\u003e\n\u003cp class=\"emz-ideal-body\"\u003eLove trying different origins and roasts? Single dosing means zero cross-contamination between coffees — fresh flavours every single time you grind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"emz-ideal-card\"\u003e\n\u003cdiv class=\"emz-ideal-icon\"\u003e🏠\u003c\/div\u003e\n\u003cp class=\"emz-ideal-title\"\u003eThe apartment barista\u003c\/p\u003e\n\u003cp class=\"emz-ideal-body\"\u003eCompact dimensions, quiet motor, and clean minimal design make the Mignon Zero a perfect fit for Singapore home kitchens where space and noise both matter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"emz-cta\"\u003e\n\u003ch3\u003eNeed help choosing the right grinder?\u003c\/h3\u003e\n\u003cp\u003eOur coffee specialists at Di Pacci Singapore are here to help. Tell us your machine, your budget, and how you brew — and we'll find your perfect match.\u003c\/p\u003e\n\u003cdiv class=\"emz-cta-btns\"\u003e\n\u003ca class=\"emz-btn-primary\" href=\"tel:+6531594538\"\u003eCall +65 3159 4538\u003c\/a\u003e \u003ca class=\"emz-btn-outline\" href=\"mailto:support@dipacci.com.sg\"\u003eEmail us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Disclaimer --\u003e\n\u003cp class=\"emz-disclaimer\"\u003e* All specifications based on manufacturer data. Actual performance may vary depending on bean type and grind setting selected. Specifications subject to change without notice.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"EUREKA","offers":[{"title":"Black","offer_id":46421736325379,"sku":"8050247234500","price":699.0,"currency_code":"AUD","in_stock":false},{"title":"White","offer_id":46421736358147,"sku":"RAN3504S","price":699.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-zero-coffee-grinder-3538436.png?v=1773284417"},{"product_id":"eureka-atom-w-75-espresso-grinder","title":"Eureka Atom W 75 Espresso Grinder","description":"\u003cp\u003eThe Eureka Atom W 75 Espresso Grinder delivers precise, consistent grinding with its advanced 75mm flat burrs, engineered for optimal espresso extraction. Its powerful motor ensures quiet operation and minimal retention, preserving coffee freshness. Designed for professional and home baristas alike, this grinder offers stepless micrometric adjustment for fine-tuning grind size, enabling you to achieve the perfect espresso shot every time. Its compact, durable build fits seamlessly into any setup, combining performance with reliability for expert-level coffee preparation. \u003c\/p\u003e\n\u003cp\u003eDownload \u003ca title=\"Download Eureka Atom Manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/Atom_W_-_User_Manual.pdf?v=1749790979\"\u003eEureka Atom Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003cbr\u003eSilent Technology\u003cbr\u003eHigh Speed” Grind Dispersion\u003cbr\u003eStepless Micrometric Regulation System (patented by Eureka)\u003cbr\u003eACE System\u003cbr\u003eAll-Purpose Adjustable “Hands-Free” Fork\u003cbr\u003eInstant Grind Weighing Technology\u003cbr\u003eTouch Display with IPS Technology\u003cbr\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTECHNICAL SPECIFICATIONS\u003c\/strong\u003e\u003cbr\u003eBURRS\u003cbr\u003eType: Flat\u003cbr\u003eDiameter: 75 mm\u003cbr\u003eMaterial: Hardened steep\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDISPENSING SYSTEM\u003c\/strong\u003e\u003cbr\u003eTouch Display: Yes\u003cbr\u003eDose counter: Yes\u003cbr\u003eSpotlight on filter holder: Yes\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eENGINE\u003c\/strong\u003e\u003cbr\u003eTraction: Direct\u003cbr\u003eRevolutions per minute: 1400\u003cbr\u003ePower absorbed: 430 watt\u003cbr\u003eFeeding: Single phase\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVARIOUS\u003c\/strong\u003e\u003cbr\u003eAvailable versions: Electronic\u003cbr\u003eStepless micrometric adjustment: Yes\u003cbr\u003eBean hopper capacity: 1.2kg\u003cbr\u003eProductivity (g\/s): 3.3 – 4.8\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDIMENSIONS\u003c\/strong\u003e\u003cbr\u003eHeight: 540 mm Width 180 mm Depth 240 mm\u003cbr\u003eWeight: 12 kg\u003c\/p\u003e","brand":"EUREKA","offers":[{"title":"Matt Black","offer_id":46928504652035,"sku":"RAN3669S","price":3490.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":46928504783107,"sku":"RAN3673S","price":3490.0,"currency_code":"AUD","in_stock":true},{"title":"Red","offer_id":46928557998339,"sku":null,"price":3490.0,"currency_code":"AUD","in_stock":true},{"title":"Grey","offer_id":46928558031107,"sku":"","price":3490.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-atom-w-75-espresso-grinder-3205865.jpg?v=1773284232"},{"product_id":"eureka-mignon-specialita-smart-coffee-grinder","title":"Eureka Mignon Specialita Smart Coffee Grinder","description":"\u003cdiv class=\"rte text--pull product-description-full\"\u003e\n\u003cp\u003eThe Eureka Mignon Specialita Smart Coffee Grinder is a home grinder designed to deliver highly accurate, low-retention grinding with smart digital control. Equipped with flat burrs and real-time burr gap detection, it’s built for anyone who values precision and repeatability in both espresso and filter coffee.\u003c\/p\u003e\n\u003cp\u003eRather than guessing grind settings, the Specialita Smart\u003cspan\u003e \u003c\/span\u003eshows you exactly how far apart the burrs are, helping you dial in confidently across brew methods. Its silent operation, stepless micrometric adjustment and touch screen interface make it ideal for home baristas who want to streamline their workflow without compromising on quality.\u003c\/p\u003e\n\u003cp data-start=\"924\" data-end=\"974\"\u003e\u003cstrong\u003eSmart Adjustments and Intuitive Workflow\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"975\" data-end=\"1545\"\u003eThe built-in Burrs Distance Detection system displays the real-time gap between burrs, making grind setting changes far more precise and repeatable. This technology pairs with Eureka’s Smart interface to guide you through grind adjustment based on your brew method and desired output.\u003c\/p\u003e\n\u003cp data-start=\"975\" data-end=\"1545\"\u003eThe 2.8\" colour display gives you full access to two programmable doses, a continuous mode and a single-dose setting, while the oversized grind dial provides stepless control with tactile precision. Together, these features make it easy to dial in the perfect shot or brew every time.\u003c\/p\u003e\n\u003cp data-start=\"1552\" data-end=\"1611\"\u003e\u003cstrong\u003eEngineered for Silence, Consistency and Daily Use\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"1612\" data-end=\"2213\"\u003eThe grinder is built around Eureka’s Silent Technology, allowing it to operate at remarkably low noise levels without sacrificing power. It includes a heavy-duty metal portafilter fork, a compact 300g hopper with a sealed lid and an all-metal grind chute designed to reduce retention. \u003c\/p\u003e\n\u003cp data-start=\"1612\" data-end=\"2213\"\u003eThe ACE (Anti-Clump and Electrostaticity) system ensures clean, fluffy grinds, while the hardened 55mm steel burrs are optimised for both espresso and brew. Designed for home baristas who value precision, reliability and a quiet grind, the Specialita Smart brings professional features into a compact, stylish unit.\u003c\/p\u003e\n\u003ch2 data-start=\"2220\" data-end=\"2267\"\u003eEureka Mignon Specialita Smart Coffee Grinder Features\u003c\/h2\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2269\" data-end=\"2307\"\u003eReal-Time Burrs Distance Detection\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Shows burr gap live for more accurate and repeatable grind adjustments.\u003cbr data-start=\"2381\" data-end=\"2384\"\u003e\u003cstrong data-start=\"2384\" data-end=\"2419\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2384\" data-end=\"2419\"\u003e2.8″ Colour Touchscreen Display\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Full control over two programmable doses, single-dose mode and guided recipes.\u003cbr data-start=\"2501\" data-end=\"2504\"\u003e\u003cstrong data-start=\"2504\" data-end=\"2534\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2504\" data-end=\"2534\"\u003e55mm Hardened Steel Burrs\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Durable flat burrs designed for both espresso and filter grinding.\u003cbr data-start=\"2603\" data-end=\"2606\"\u003e\u003cstrong data-start=\"2606\" data-end=\"2627\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2606\" data-end=\"2627\"\u003eSilent Technology\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Operates quietly without compromising grind speed or power.\u003cbr data-start=\"2689\" data-end=\"2692\"\u003e\u003cstrong data-start=\"2692\" data-end=\"2717\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2692\" data-end=\"2717\"\u003eACE Anti-Clump System\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Produces even, fluffy grinds with less static and mess.\u003cbr data-start=\"2775\" data-end=\"2778\"\u003e\u003cstrong data-start=\"2778\" data-end=\"2813\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2778\" data-end=\"2813\"\u003eStepless Micrometric Adjustment\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Oversized dial offers fine-tuned grind control with no predefined steps.\u003cbr data-start=\"2888\" data-end=\"2891\"\u003e\u003cstrong data-start=\"2891\" data-end=\"2915\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"2269\" data-end=\"3003\"\u003e\u003cstrong data-start=\"2891\" data-end=\"2915\"\u003eDurable Construction\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e– Features a metal chute, portafilter fork and a sealed hopper for everyday reliability.\u003c\/p\u003e\n\u003ch3 data-start=\"3010\" data-end=\"3039\"\u003eThis Product Includes\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli data-start=\"3043\" data-end=\"3083\"\u003eEureka Mignon Specialita Smart Grinder\u003c\/li\u003e\n\u003cli data-start=\"3086\" data-end=\"3115\"\u003eTouch display control panel\u003c\/li\u003e\n\u003cli data-start=\"3118\" data-end=\"3164\"\u003eHeavy-duty adjustable metal portafilter fork\u003c\/li\u003e\n\u003cli data-start=\"3167\" data-end=\"3182\"\u003eDosing funnel\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterials\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAluminium, Stainless Steel Burrs, Plastic Hopper\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBurrs\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFlat | 55mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAdjustment\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStepless\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHopper Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e300g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGrind Speed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e~1.8–2.5 g\/s (espresso), 2.5–3.2 g\/s (brew)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMotor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e310W, 1350 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e220-240v\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHopper\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e300g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e(H) 348 mm × (W) 120 mm × (D) 191 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6.5 Kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWarranty\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12 Months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Australia - Di Pacci","offers":[{"title":"Black","offer_id":47500412813571,"sku":"RAN4100S","price":1049.0,"currency_code":"AUD","in_stock":true},{"title":"White","offer_id":47500427559171,"sku":"255","price":1049.0,"currency_code":"AUD","in_stock":true},{"title":"Chrome","offer_id":47500427591939,"sku":"255","price":1149.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/eureka-mignon-specialita-smart-coffee-grinder-9141885.webp?v=1773283633"},{"product_id":"cheap-pre-owned-eureka-on-demand-grinder-bargain","title":"Cheap Pre Owned Eureka On Demand Grinder Bargain","description":"\u003cp\u003eCheap pre owned Eureka On Demand Grinder fitted with 50mm burrs and ready to go. A great value grinder for home baristas, offices, small cafés or anyone wanting quality grind performance on a budget.\u003c\/p\u003e\n\u003cp\u003eEureka grinders are known for quiet operation, solid Italian build quality and consistent grind results. This is an excellent low-cost option for espresso setups.\u003c\/p\u003e\n\u003cp\u003eFeatures:\u003c\/p\u003e\n\u003cp\u003e* On Demand Coffee Grinder\u003cbr\u003e* 50mm Burrs\u003cbr\u003e* Pre Owned Bargain Buy\u003cbr\u003e* Compact Bench Friendly Size\u003cbr\u003e* Consistent Grind Performance\u003cbr\u003e* Quality Italian Build\u003cbr\u003e* Easy To Use Controls\u003cbr\u003e* Ideal for Home or Office Use\u003cbr\u003e* Great Entry Level Grinder\u003cbr\u003e* Fully Tested \u0026amp; Ready To Go\u003c\/p\u003e\n\u003cp\u003eThis Baby Has Gone Through a 60 Point Safety Check \u0026amp; Has Been Fully Serviced By Our Fully Qualified Technicians So Its Ready To Go.\u003c\/p\u003e\n\u003cp\u003eRRP Over $700\u003cbr\u003eOnly $300 + GST\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"eureka","offers":[{"title":"Default Title","offer_id":48024173674755,"sku":"RAN1474S","price":330.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/demo-eureka-silenzio-coffee-grinder-in-chrome-all-di-pacci-471.webp?v=1741210845"}],"url":"https:\/\/dipacci.com.au\/collections\/eureka-grinder.oembed","provider":"Australia - Di Pacci","version":"1.0","type":"link"}