{"title":"Slingshot · Commercial Grinders \u0026 Workflow Tools","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900\u0026family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300\u0026display=swap');\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --green:      #3b9130;\n  --green-dark: #2d6e25;\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\nbody { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); font-size: 13.5px; line-height: 1.6; }\nh1, h2, h3, h4, h5 { font-family: 'Nunito', sans-serif; }\n\n.eyebrow {\n  font-family: 'Nunito', sans-serif; font-size: 9px; font-weight: 800;\n  letter-spacing: 0.22em; text-transform: uppercase; color: var(--green);\n  display: block; margin-bottom: 6px;\n}\n\n\/* ── HERO ── *\/\n.hero { background: var(--light); border-bottom: 1px solid var(--border); padding: 40px 20px 32px; text-align: center; }\n.hero h1 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 900; color: var(--text); line-height: 1.2; margin-bottom: 10px; }\n.hero h1 span { color: var(--green); }\n.hero p { font-size: 13px; color: var(--muted); max-width: 620px; margin: 0 auto; line-height: 1.7; }\n\n\/* ── INTRO ── *\/\n.intro { padding: 36px 20px; background: var(--green-bg); border-bottom: 1px solid var(--green-line); }\n.intro-inner { max-width: 860px; margin: 0 auto; }\n.intro-inner h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); margin-bottom: 12px; }\n.intro-inner h2 span { color: var(--green); }\n.intro-inner p { font-size: 13px; color: var(--muted); line-height: 1.75; margin-bottom: 10px; }\n.intro-inner p:last-child { margin-bottom: 0; }\n\n\/* ── HIGHLIGHTS ── *\/\n.highlights { padding: 24px 20px; background: var(--green); }\n.highlights-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: center; }\n.hl-item { color: var(--white); }\n.hl-num { font-family: 'Nunito', sans-serif; font-size: 1.5rem; font-weight: 900; line-height: 1; margin-bottom: 4px; }\n.hl-label { font-size: 10px; font-family: 'Nunito', sans-serif; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }\n\n\/* ── MODELS ── *\/\n.models { padding: 40px 20px; background: var(--white); border-bottom: 1px solid var(--border); }\n.models-inner { max-width: 960px; margin: 0 auto; }\n.models-head { text-align: center; margin-bottom: 24px; }\n.models-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.models-head h2 span { color: var(--green); }\n.models-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.models-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n.model-card { background: var(--light); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }\n.model-card.featured { border-color: var(--green); border-width: 2px; }\n.model-header { background: var(--light); padding: 14px 16px 12px; border-bottom: 1px solid var(--border); }\n.model-card.featured .model-header { background: var(--green); }\n.model-name { font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 900; color: var(--text); }\n.model-card.featured .model-name { color: var(--white); }\n.model-type { font-size: 10px; color: var(--green); font-family: 'Nunito', sans-serif; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }\n.model-card.featured .model-type { color: rgba(255,255,255,0.8); }\n.model-body { padding: 14px 16px; }\n.model-row { display: flex; justify-content: space-between; align-items: baseline; padding: 5px 0; border-bottom: 1px solid var(--border); font-size: 11px; }\n.model-row:last-of-type { border-bottom: none; }\n.model-row .label { color: var(--muted); }\n.model-row .value { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 11.5px; color: var(--text); }\n.model-card.featured .model-row .value { color: var(--green); }\n.model-badge { display: inline-block; margin: 10px 0 0; font-family: 'Nunito', sans-serif; font-size: 8.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); background: var(--green-bg); border: 1px solid var(--green-line); padding: 3px 8px; border-radius: 20px; }\n.model-card.featured .model-badge { background: rgba(255,255,255,0.15); color: var(--white); border-color: rgba(255,255,255,0.3); }\n\n\/* ── FEATURES ── *\/\n.features { padding: 40px 20px; background: var(--green-bg); border-bottom: 1px solid var(--green-line); }\n.features-inner { max-width: 960px; margin: 0 auto; }\n.features-head { text-align: center; margin-bottom: 26px; }\n.features-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.features-head h2 span { color: var(--green); }\n.features-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n.feature-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px; background: var(--white); border: 1px solid var(--green-line); border-radius: 6px; border-left: 3px solid var(--green); }\n.feature-icon { font-size: 20px; line-height: 1; flex-shrink: 0; margin-top: 2px; }\n.feature-item h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }\n.feature-item p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── WHY ── *\/\n.why { padding: 40px 20px; background: var(--light); border-bottom: 1px solid var(--border); }\n.why-inner { max-width: 900px; margin: 0 auto; text-align: center; }\n.why-inner h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }\n.why-inner h2 span { color: var(--green); }\n.why-inner \u003e p { font-size: 12.5px; color: var(--muted); max-width: 620px; margin: 0 auto 24px; line-height: 1.7; }\n.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; text-align: left; }\n.why-tile { background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 16px; }\n.why-tile .num { font-family: 'Nunito', sans-serif; font-size: 2rem; font-weight: 900; color: var(--green-line); line-height: 1; margin-bottom: 8px; }\n.why-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }\n.why-tile p { font-size: 11px; color: var(--muted); line-height: 1.6; }\n\n\/* ── SPECS TABLE ── *\/\n.specs { padding: 40px 20px; background: var(--green-bg); border-top: 1px solid var(--green-line); border-bottom: 1px solid var(--green-line); }\n.specs-inner { max-width: 960px; margin: 0 auto; }\n.specs-head { margin-bottom: 16px; }\n.specs-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); margin-top: 4px; }\n.specs-table { width: 100%; border-collapse: collapse; border: 1px solid var(--green-line); border-radius: 6px; overflow: hidden; background: var(--white); }\n.specs-table thead tr { background: var(--green-bg); }\n.specs-table th { text-align: left; padding: 10px 14px; font-family: 'Nunito', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--green); border-bottom: 1px solid var(--green-line); }\n.specs-table td { padding: 9px 14px; font-size: 11.5px; color: var(--text); border-bottom: 1px solid var(--border); vertical-align: middle; }\n.specs-table tbody tr:last-child td { border-bottom: none; }\n.specs-table tbody tr:hover { background: var(--light); }\n.spec-label { font-weight: 600; color: var(--muted); font-size: 11px; }\n.spec-value { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 12px; color: var(--green); }\n\n\/* ── WHO IT'S FOR ── *\/\n.for-section { padding: 40px 20px; background: var(--white); border-bottom: 1px solid var(--border); }\n.for-inner { max-width: 900px; margin: 0 auto; }\n.for-head { text-align: center; margin-bottom: 24px; }\n.for-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); }\n.for-head h2 span { color: var(--green); }\n.for-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.for-tile { background: var(--green-bg); border: 1px solid var(--green-line); border-radius: 6px; padding: 18px 14px; text-align: center; }\n.for-emoji { font-size: 26px; display: block; margin-bottom: 8px; }\n.for-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }\n.for-tile p { font-size: 11px; color: var(--muted); line-height: 1.6; }\n\n\/* ── CTA ── *\/\n.cta { background: var(--green); padding: 40px 20px; text-align: center; color: var(--white); }\n.cta .eyebrow { color: rgba(255,255,255,0.7); }\n.cta h2 { font-size: 1.4rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }\n.cta h2 span { color: rgba(255,255,255,0.75); }\n.cta p { font-size: 12.5px; color: rgba(255,255,255,0.85); max-width: 480px; margin: 0 auto 22px; line-height: 1.65; }\n.btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\n.btn-pri { background: var(--white); color: var(--green); font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 24px; border-radius: 4px; text-decoration: none; }\n.btn-sec { background: transparent; color: var(--white); font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 24px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.45); text-decoration: none; }\n\n@media (max-width: 720px) {\n  .highlights-inner { grid-template-columns: 1fr 1fr; }\n  .models-grid { grid-template-columns: 1fr; }\n  .features-grid { grid-template-columns: 1fr; }\n  .why-grid { grid-template-columns: 1fr; }\n  .for-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003c!-- ══ HERO ══ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cspan class=\"eyebrow\"\u003eDi Pacci · Slingshot · Commercial Grinders \u0026amp; Workflow Tools\u003c\/span\u003e\n  \u003ch1\u003eSlingshot — \u003cspan\u003ePrecision Grinding for the Modern Café Bar\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp\u003eBelt-driven on-demand grinders, self-dosing volumetric grinders, automatic tampers, and precision dosing accessories — the complete Slingshot range is stocked at Di Pacci, engineered for high-volume commercial cafés that demand consistency, speed, and zero-compromise grind quality.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ INTRO ══ --\u003e\n\u003csection class=\"intro\"\u003e\n  \u003cdiv class=\"intro-inner\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eAbout Slingshot\u003c\/span\u003e\n    \u003ch2\u003eEngineered for the \u003cspan\u003eReal Demands of Café Service\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eSlingshot designs commercial coffee equipment from the ground up with one focus: real-world café performance. Every product in the Slingshot range — from the Sisma's belt-driven burr chamber to the Kilo's programmable tamp pressure — is built around the actual bottlenecks and frustrations that baristas face during a busy service.\u003c\/p\u003e\n    \u003cp\u003eThe Slingshot grinder lineup covers three distinct café scenarios. The Talis is the accessible entry point — a belt-driven on-demand grinder suited to boutique cafés and lower-volume settings. The Dosis adds self-dosing volumetric automation for multi-grinder bars where efficiency is critical. The Sisma sits at the top — a belt-driven, on-demand commercial grinder with Slingshot's Vibration Levelling System, available in three burr configurations for different throughput and flavour objectives.\u003c\/p\u003e\n    \u003cp\u003eComplete the workflow with the Kilo Automatic Tamper and Distributor Dosing Cup — both designed to reduce variables, protect barista wrists, and deliver a consistent puck on every single shot from open to close.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ HIGHLIGHTS ══ --\u003e\n\u003cdiv class=\"highlights\"\u003e\n  \u003cdiv class=\"highlights-inner\"\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e5\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eProducts In Stock\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e$149\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eStarting Price\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eSisma Burr Configs\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003eBelt\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eDriven Precision\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ══ FEATURES ══ --\u003e\n\u003csection class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"features-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eTechnology \u0026amp; Features\u003c\/span\u003e\n      \u003ch2\u003eWhat Sets Slingshot \u003cspan\u003eApart from the Rest\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eEvery engineering decision in the Slingshot range traces back to one goal: consistent, precise, high-speed dosing with minimal barista intervention.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBelt-Driven Motor System\u003c\/h4\u003e\n          \u003cp\u003eAll Slingshot grinders use belt-driven motors rather than direct drive. Belt drives operate at lower RPM, generate less vibration, and transmit less heat to the grind chamber. The result is preserved volatile aromatics, a more consistent particle size distribution, and a noticeably cleaner cup — especially on lighter roasts and single origins.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📳\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eVibration Levelling System (Sisma)\u003c\/h4\u003e\n          \u003cp\u003eSlingshot's patented Vibration Levelling System settles ground coffee evenly in the portafilter with each dose — producing a uniformly distributed, clump-free puck before tamping. Consistent puck distribution is one of the most impactful variables in extraction quality, and the Sisma removes it entirely from the barista's hands.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎛️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eStepless Micrometric Grind Adjustment\u003c\/h4\u003e\n          \u003cp\u003eA tactile dial paired with a digital counter gives precise, repeatable grind control — no guesswork, no stepped compromises. Dial in your recipe exactly, and return to it precisely after a clean or a bean change. The memory position burr system means Monday morning doesn't require starting from scratch after a weekend clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🤖\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eKilo Automatic Tamper\u003c\/h4\u003e\n          \u003cp\u003eThe Kilo delivers a programmable, perfectly level tamp every single time — removing one of the highest-variability steps in the espresso workflow. Consistent tamp pressure across every barista, every shift, every hour of service. It also significantly reduces the repetitive strain risk that comes with high-volume manual tamping — a genuine operational and welfare benefit.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🕹️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eJoystick Dispensing Control\u003c\/h4\u003e\n          \u003cp\u003eThe Sisma's joystick interface lets baristas set and adjust dosing times on the fly without diving into menus during a busy service. Timed and manual dose modes adapt to your workflow in real time — whether you're running a pre-grind buffer during a rush or pulling to order during a quiet period.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📊\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBurr Life Monitoring\u003c\/h4\u003e\n          \u003cp\u003eThe Sisma tracks cumulative grinding time and alerts you when burr replacement is approaching. Worn burrs are one of the most common and least-noticed sources of extraction inconsistency in busy cafés — this monitoring system removes the guesswork from maintenance scheduling before quality begins to slip undetected.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔧\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eServiceability by Design\u003c\/h4\u003e\n          \u003cp\u003eThe accessible burr chamber, memory position design, and modular construction mean your team can clean and maintain Slingshot grinders without specialist tools or scheduled downtime. Di Pacci stocks parts for the complete Slingshot range — so when components eventually need replacing, we have them on hand to keep you running.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔳\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eModular Multi-Station Design\u003c\/h4\u003e\n          \u003cp\u003eSlingshot's modular architecture is built for pairing. Multiple units combine side-by-side to create efficient multi-grinder workflow stations — reducing bottlenecks on high-volume services and giving cafés running two or more blends simultaneously a clean, optimised bar layout without the clutter.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ WHY SLINGSHOT ══ --\u003e\n\u003csection class=\"why\"\u003e\n  \u003cdiv class=\"why-inner\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eWhy Slingshot\u003c\/span\u003e\n    \u003ch2\u003eEngineered for \u003cspan\u003eReal-World Café Demands\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eSlingshot grinders weren't designed to sit in a showroom. Every decision traces back to the realities of a busy café service.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eUltra-Low Retention\u003c\/h4\u003e\n        \u003cp\u003eThe Sisma's grind pathway is engineered to minimise stale coffee retained between doses. Less retention means fresher grounds, less waste per shot, and no stale coffee contaminating your next dose — critical when showcasing expensive single origins or rotating seasonal blends where every gram matters to the cup.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003ePrecision at Pace\u003c\/h4\u003e\n        \u003cp\u003eSlingshot grinders are built for speed without sacrificing accuracy. The belt-driven motor, stepless adjustment, and Vibration Levelling System work together to deliver consistent dose weight, consistent grind particle distribution, and consistent puck prep — at the pace a high-volume bar actually demands.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eBacked by Di Pacci\u003c\/h4\u003e\n        \u003cp\u003eDi Pacci is Australia's largest coffee equipment specialist. Every Slingshot product we stock is backed by parts availability, warranty support, and service access through our national network. We can help you choose the right grinder for your beans, your bar layout, and your throughput — and we're here after the sale.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ SPECS TABLE ══ --\u003e\n\u003csection class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"specs-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eRange Comparison\u003c\/span\u003e\n      \u003ch2\u003eSlingshot at Di Pacci — At a Glance\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eProduct\u003c\/th\u003e\n          \u003cth\u003eType\u003c\/th\u003e\n          \u003cth\u003eDrive\u003c\/th\u003e\n          \u003cth\u003eBest For\u003c\/th\u003e\n          \u003cth\u003ePrice From\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eDistributor Dosing Cup\u003c\/td\u003e\n          \u003ctd\u003eAccessory\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003ePuck consistency\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $149\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eTalis Grinder\u003c\/td\u003e\n          \u003ctd\u003eOn Demand\u003c\/td\u003e\n          \u003ctd\u003eBelt-Driven\u003c\/td\u003e\n          \u003ctd\u003eBoutique cafés\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $1,150\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eKilo Auto Tamper\u003c\/td\u003e\n          \u003ctd\u003eAutomatic Tamper\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003eConsistent tamp\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $1,590\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eDosis Grinder\u003c\/td\u003e\n          \u003ctd\u003eVolumetric\u003c\/td\u003e\n          \u003ctd\u003eBelt-Driven\u003c\/td\u003e\n          \u003ctd\u003eHigh-volume bars\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,050\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eSisma S64 Flat\u003c\/td\u003e\n          \u003ctd\u003eOn Demand\u003c\/td\u003e\n          \u003ctd\u003eBelt-Driven\u003c\/td\u003e\n          \u003ctd\u003eBoutique · 15–20kg\/wk\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,160\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eSisma S75 Flat\u003c\/td\u003e\n          \u003ctd\u003eOn Demand\u003c\/td\u003e\n          \u003ctd\u003eBelt-Driven\u003c\/td\u003e\n          \u003ctd\u003eHigh volume · 50+kg\/wk\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,600\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eSisma C68 Conical\u003c\/td\u003e\n          \u003ctd\u003eOn Demand\u003c\/td\u003e\n          \u003ctd\u003eBelt-Driven\u003c\/td\u003e\n          \u003ctd\u003eSpecialty · Single origin\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,900\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ WHO IT'S FOR ══ --\u003e\n\u003csection class=\"for-section\"\u003e\n  \u003cdiv class=\"for-inner\"\u003e\n    \u003cdiv class=\"for-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eFind Your Slingshot\u003c\/span\u003e\n      \u003ch2\u003eWho the Slingshot Range \u003cspan\u003eIs Built For\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"for-grid\"\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e☕\u003c\/span\u003e\n        \u003ch4\u003eSpecialty \u0026amp; Boutique Cafés\u003c\/h4\u003e\n        \u003cp\u003eThe Sisma C68's 68mm conical burrs and low-RPM belt drive preserve aromatic complexity in light and medium roasts — ideal for single-origin menus where cup clarity matters as much as throughput. The Talis suits lower-volume specialty settings seeking belt-driven performance at an accessible price point.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e🏃\u003c\/span\u003e\n        \u003ch4\u003eHigh-Volume Operations\u003c\/h4\u003e\n        \u003cp\u003eThe Sisma S75's 75mm flat burrs at 900 RPM and the Dosis's volumetric self-dosing are built for the pace of a 50+ kg\/week operation. Multi-grinder Sisma setups, combined with the Kilo automatic tamper, remove the human variables from high-speed service — so quality holds from first to last shot of the day.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e🎨\u003c\/span\u003e\n        \u003ch4\u003eDesign-Conscious Operators\u003c\/h4\u003e\n        \u003cp\u003eThe Sisma's customisable side panels in matt black, pure white, birch wood, or clear glass make it a bar statement as much as a grinder. If your espresso machine has been chosen for its aesthetic as much as its performance, the Sisma can be configured to complement it perfectly — a rare combination of industrial precision and design sensitivity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ CTA ══ --\u003e\n\u003csection class=\"cta\"\u003e\n  \u003cspan class=\"eyebrow\"\u003eAvailable Now at Di Pacci\u003c\/span\u003e\n  \u003ch2\u003eReady to Upgrade Your \u003cspan\u003eGrind Workflow?\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eThe complete Slingshot range — grinders, automatic tamper, and dosing accessories — is available now across all Di Pacci locations and online. Our team can help you choose the right grinder, burr configuration, and workflow setup for your café's beans, volume, and bar layout.\u003c\/p\u003e\n  \u003cdiv class=\"btn-row\"\u003e\n    \u003ca href=\"https:\/\/dipacci.com.au\/collections\/slingshot\" class=\"btn-pri\"\u003eShop Slingshot\u003c\/a\u003e\n    \u003ca href=\"tel:0297580760\" class=\"btn-sec\"\u003eTalk to Our Team\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","products":[{"product_id":"kilo-automatic-tamper","title":"Slingshot Kilo Automatic Tamper","description":"\u003ch3\u003eKilo Automatic Tamper\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eKilo’ is an Automatic coffee Tamper designed for the busy coffee shop where speed, efficiency and consistency are required. Their goal is to “deliver a perfect level tamp for every shot, regardless of the barista on duty\". The downward tamping force ranges from a light 3 Kg to a heavy 30 Kg, and users can program the machine to tamp a single coffee bed up to three times, each at a different pressure. Baristas may choose different numbers and pressures of compressions for different origins prepared in different doses and grind settings.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSPECS\u003c\/strong\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eTamping Disk:\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e58mm - 58.4mm - 54.6 mm\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eTamping pressure:\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e3 to 30Kg\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eN. Tamping profiles:\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e3\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eN. Tamping :\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e1 to 3\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSpeed:\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e0.8 sec\/tamp to 1.4 sec (3 tamps)\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003ePower:\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e220-240v 60W\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eWeight:\u003c\/b\u003e\u003cspan\u003e \u003c\/span\u003e3.5 Kg\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg loading=\"lazy\" data-original=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/Screen_Shot_2022-03-01_at_9.30.48_am_480x480.png?v=1646087518\" alt=\"Slingshot Kilo Automatic Tamper\" src=\"https:\/\/dipacci.com.au\/cdn\/shop\/files\/Screen_Shot_2022-03-01_at_9.30.48_am_480x480.webp?v=1707483768\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Di Pacci Coffee Company","offers":[{"title":"Black \/ No Stand","offer_id":47034119586051,"sku":"RAN0582S-1","price":1590.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ Add Stand","offer_id":47034249740547,"sku":null,"price":1680.0,"currency_code":"AUD","in_stock":true},{"title":"White \/ No Stand","offer_id":47034119618819,"sku":"RAN0582S-2","price":1590.0,"currency_code":"AUD","in_stock":true},{"title":"White \/ Add Stand","offer_id":47034249773315,"sku":null,"price":1680.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/slingshot-kilo-automatic-tamper-di-pacci-979.webp?v=1746759410"},{"product_id":"slingshot-talis-on-demand-grinder","title":"Slingshot Talis On Demand Grinder","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900\u0026family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300\u0026display=swap');\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --green:      #3b9130;\n  --green-dark: #2d6e25;\n  --green-bg:   #f2faf1;\n  --green-line: #c8e4c5;\n  --white:      #ffffff;\n  --light:      #f8f8f8;\n  --text:       #1e1e1e;\n  --muted:      #5a5a5a;\n  --border:     #e4e4e4;\n  --sale:       #e63946;\n}\n\nbody {\n  font-family: 'DM Sans', sans-serif;\n  background: var(--white);\n  color: var(--text);\n  font-size: 13.5px;\n  line-height: 1.6;\n}\n\nh1, h2, h3, h4, h5 { font-family: 'Nunito', sans-serif; }\n\n.eyebrow {\n  font-family: 'Nunito', sans-serif;\n  font-size: 9px;\n  font-weight: 800;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--green);\n  display: block;\n  margin-bottom: 6px;\n}\n\n\/* ── SALE BANNER ── *\/\n.sale-banner {\n  background: var(--sale);\n  padding: 10px 20px;\n  text-align: center;\n}\n.sale-banner p {\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--white);\n}\n.sale-banner span {\n  background: var(--white);\n  color: var(--sale);\n  padding: 2px 10px;\n  border-radius: 20px;\n  margin-left: 8px;\n}\n\n\/* ── HERO ── *\/\n.hero {\n  background: var(--light);\n  border-bottom: 1px solid var(--border);\n  padding: 40px 20px 32px;\n  text-align: center;\n}\n.hero h1 {\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 900;\n  color: var(--text);\n  line-height: 1.2;\n  margin-bottom: 10px;\n}\n.hero h1 span { color: var(--green); }\n.hero-price {\n  display: inline-flex;\n  align-items: baseline;\n  gap: 10px;\n  margin: 14px 0;\n  background: var(--green-bg);\n  border: 1px solid var(--green-line);\n  padding: 8px 20px;\n  border-radius: 4px;\n}\n.price-now {\n  font-family: 'Nunito', sans-serif;\n  font-size: 1.5rem;\n  font-weight: 900;\n  color: var(--green);\n}\n.price-was {\n  font-size: 12px;\n  color: var(--muted);\n  text-decoration: line-through;\n}\n.price-save {\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px;\n  font-weight: 800;\n  color: var(--sale);\n  background: rgba(230,57,70,0.08);\n  padding: 2px 8px;\n  border-radius: 20px;\n}\n.hero p {\n  font-size: 13px;\n  color: var(--muted);\n  max-width: 600px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n\n\/* ── VIDEO ── *\/\n.video-section {\n  padding: 36px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n  text-align: center;\n}\n.video-section h2 {\n  font-size: 1.1rem;\n  font-weight: 800;\n  color: var(--text);\n  margin-bottom: 18px;\n}\n.video-section h2 span { color: var(--green); }\n.video-wrap {\n  max-width: 700px;\n  margin: 0 auto;\n  border-radius: 8px;\n  overflow: hidden;\n  border: 1px solid var(--border);\n  box-shadow: 0 6px 30px rgba(0,0,0,0.09);\n}\n.video-wrap iframe {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  display: block;\n  border: none;\n}\n.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\/* ── INTRO ── *\/\n.intro {\n  padding: 36px 20px;\n  background: var(--green-bg);\n  border-bottom: 1px solid var(--green-line);\n}\n.intro-inner { max-width: 860px; margin: 0 auto; }\n.intro-inner h2 {\n  font-size: 1.15rem;\n  font-weight: 800;\n  color: var(--text);\n  margin-bottom: 12px;\n}\n.intro-inner h2 span { color: var(--green); }\n.intro-inner p {\n  font-size: 13px;\n  color: var(--muted);\n  line-height: 1.75;\n  margin-bottom: 10px;\n}\n.intro-inner p:last-child { margin-bottom: 0; }\n\n\/* ── HIGHLIGHTS STRIP ── *\/\n.highlights {\n  padding: 24px 20px;\n  background: var(--green);\n}\n.highlights-inner {\n  max-width: 960px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  text-align: center;\n}\n.hl-item { color: var(--white); }\n.hl-num {\n  font-family: 'Nunito', sans-serif;\n  font-size: 1.5rem;\n  font-weight: 900;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.hl-label {\n  font-size: 10px;\n  font-family: 'Nunito', sans-serif;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  opacity: 0.85;\n}\n\n\/* ── FEATURES ── *\/\n.features {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.features-inner { max-width: 960px; margin: 0 auto; }\n.features-head { text-align: center; margin-bottom: 26px; }\n.features-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.features-head h2 span { color: var(--green); }\n.features-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.features-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n.feature-item {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  padding: 16px;\n  background: var(--light);\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  border-left: 3px solid var(--green);\n}\n.feature-icon { font-size: 20px; line-height: 1; flex-shrink: 0; margin-top: 2px; }\n.feature-item h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }\n.feature-item p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n\n\/* ── TALIS VS BABY TALIS ── *\/\n.models {\n  padding: 40px 20px;\n  background: var(--green-bg);\n  border-top: 1px solid var(--green-line);\n  border-bottom: 1px solid var(--green-line);\n}\n.models-inner { max-width: 860px; margin: 0 auto; }\n.models-head { text-align: center; margin-bottom: 24px; }\n.models-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.models-head h2 span { color: var(--green); }\n.models-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.models-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n}\n.model-card {\n  background: var(--white);\n  border: 1px solid var(--green-line);\n  border-radius: 6px;\n  overflow: hidden;\n}\n.model-card.featured { border-color: var(--green); border-width: 2px; }\n.model-header {\n  background: var(--green-bg);\n  padding: 14px 16px 12px;\n  border-bottom: 1px solid var(--green-line);\n}\n.model-card.featured .model-header { background: var(--green); }\n.model-name { font-family: 'Nunito', sans-serif; font-size: 1rem; font-weight: 900; color: var(--text); }\n.model-card.featured .model-name { color: var(--white); }\n.model-sub {\n  font-size: 10px;\n  color: var(--green);\n  font-family: 'Nunito', sans-serif;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  margin-top: 2px;\n}\n.model-card.featured .model-sub { color: rgba(255,255,255,0.8); }\n.model-body { padding: 14px 16px; }\n.model-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  padding: 5px 0;\n  border-bottom: 1px solid var(--border);\n  font-size: 11px;\n}\n.model-row:last-child { border-bottom: none; }\n.model-row .label { color: var(--muted); }\n.model-row .value { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 11.5px; color: var(--text); }\n.model-card.featured .model-row .value { color: var(--green); }\n.model-badge {\n  display: inline-block;\n  margin: 10px 0 0;\n  font-family: 'Nunito', sans-serif;\n  font-size: 8.5px; font-weight: 800;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  color: var(--green);\n  background: var(--green-bg);\n  border: 1px solid var(--green-line);\n  padding: 3px 8px; border-radius: 20px;\n}\n.model-card.featured .model-badge {\n  background: rgba(255,255,255,0.15);\n  color: var(--white);\n  border-color: rgba(255,255,255,0.3);\n}\n\n\/* ── BURR OPTIONS ── *\/\n.burrs {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.burrs-inner {\n  max-width: 900px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 36px;\n  align-items: start;\n}\n.burrs-text h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); margin-bottom: 10px; }\n.burrs-text h2 span { color: var(--green); }\n.burrs-text p { font-size: 12.5px; color: var(--muted); line-height: 1.75; margin-bottom: 8px; }\n.burr-grid { display: grid; gap: 10px; }\n.burr-tile {\n  background: var(--light);\n  border: 1px solid var(--border);\n  border-left: 3px solid var(--green);\n  border-radius: 6px;\n  padding: 14px 16px;\n}\n.burr-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }\n.burr-tile p { font-size: 11.5px; color: var(--muted); line-height: 1.6; }\n.burr-price {\n  display: inline-block;\n  margin-top: 8px;\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px; font-weight: 800;\n  color: var(--green);\n}\n\n\/* ── DESIGN ── *\/\n.design {\n  padding: 40px 20px;\n  background: var(--green-bg);\n  border-top: 1px solid var(--green-line);\n  border-bottom: 1px solid var(--green-line);\n}\n.design-inner { max-width: 900px; margin: 0 auto; text-align: center; }\n.design-inner h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }\n.design-inner h2 span { color: var(--green); }\n.design-inner \u003e p { font-size: 12.5px; color: var(--muted); max-width: 620px; margin: 0 auto 24px; line-height: 1.7; }\n.panel-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n  max-width: 560px;\n  margin: 0 auto;\n}\n.panel-tile {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  padding: 16px 12px;\n  text-align: center;\n}\n.panel-swatch {\n  width: 40px; height: 40px;\n  border-radius: 50%;\n  margin: 0 auto 10px;\n  border: 2px solid var(--border);\n}\n.swatch-black { background: #1a1a1a; border-color: #1a1a1a; }\n.swatch-steel { background: linear-gradient(135deg, #c0c0c0, #888); }\n.swatch-white { background: #ffffff; border-color: #ccc; }\n.swatch-white-steel { background: linear-gradient(135deg, #ffffff 50%, #c0c0c0 50%); border-color: #ccc; }\n.panel-tile h4 { font-size: 0.76rem; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n.panel-tile p { font-size: 10.5px; color: var(--muted); line-height: 1.5; }\n\n\/* ── WHY TALIS ── *\/\n.why {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.why-inner { max-width: 960px; margin: 0 auto; }\n.why-head { text-align: center; margin-bottom: 24px; }\n.why-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.why-head h2 span { color: var(--green); }\n.why-head p { font-size: 12px; color: var(--muted); margin-top: 6px; max-width: 620px; margin-left: auto; margin-right: auto; }\n.why-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n.why-tile {\n  background: var(--light);\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  padding: 18px 16px;\n}\n.why-tile .num {\n  font-family: 'Nunito', sans-serif;\n  font-size: 2rem;\n  font-weight: 900;\n  color: var(--green-line);\n  line-height: 1;\n  margin-bottom: 8px;\n}\n.why-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }\n.why-tile p { font-size: 11px; color: var(--muted); line-height: 1.6; }\n\n\/* ── SPECS TABLE ── *\/\n.specs {\n  padding: 40px 20px;\n  background: var(--green-bg);\n  border-top: 1px solid var(--green-line);\n  border-bottom: 1px solid var(--green-line);\n}\n.specs-inner { max-width: 900px; margin: 0 auto; }\n.specs-head { margin-bottom: 16px; }\n.specs-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); margin-top: 4px; }\n.specs-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.specs-table thead tr { background: var(--green-bg); }\n.specs-table th {\n  text-align: left;\n  padding: 10px 14px;\n  font-family: 'Nunito', sans-serif;\n  font-size: 10px; font-weight: 800;\n  letter-spacing: 0.07em; text-transform: uppercase;\n  color: var(--green); border-bottom: 1px solid var(--green-line);\n}\n.specs-table td {\n  padding: 9px 14px;\n  font-size: 11.5px;\n  color: var(--text);\n  border-bottom: 1px solid var(--border);\n  vertical-align: middle;\n}\n.specs-table tbody tr:last-child td { border-bottom: none; }\n.specs-table tbody tr:hover { background: var(--light); }\n.spec-label { font-weight: 600; color: var(--muted); font-size: 11px; }\n.spec-value { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 12px; color: var(--green); }\n\n\/* ── WHO IT'S FOR ── *\/\n.for-section {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.for-inner { max-width: 900px; margin: 0 auto; }\n.for-head { text-align: center; margin-bottom: 24px; }\n.for-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); }\n.for-head h2 span { color: var(--green); }\n.for-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n.for-tile {\n  background: var(--green-bg);\n  border: 1px solid var(--green-line);\n  border-radius: 6px;\n  padding: 18px 14px;\n  text-align: center;\n}\n.for-emoji { font-size: 26px; display: block; margin-bottom: 8px; }\n.for-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }\n.for-tile p { font-size: 11px; color: var(--muted); line-height: 1.6; }\n\n\/* ── VS SISMA ── *\/\n.vs {\n  padding: 40px 20px;\n  background: var(--light);\n  border-bottom: 1px solid var(--border);\n}\n.vs-inner { max-width: 900px; margin: 0 auto; }\n.vs-head { text-align: center; margin-bottom: 20px; }\n.vs-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); }\n.vs-head h2 span { color: var(--green); }\n.vs-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.vs-table {\n  width: 100%; border-collapse: collapse;\n  border: 1px solid var(--border);\n  background: var(--white);\n  border-radius: 6px; overflow: hidden;\n}\n.vs-table th {\n  padding: 10px 14px;\n  font-family: 'Nunito', sans-serif;\n  font-size: 10px; font-weight: 800;\n  letter-spacing: 0.07em; text-transform: uppercase;\n  border-bottom: 1px solid var(--border);\n  text-align: left;\n}\n.vs-table th:first-child { color: var(--muted); }\n.vs-table th.talis { background: var(--green-bg); color: var(--green); }\n.vs-table th.sisma { background: var(--light); color: var(--muted); }\n.vs-table td {\n  padding: 9px 14px; font-size: 11.5px;\n  border-bottom: 1px solid var(--border);\n  vertical-align: middle;\n}\n.vs-table tbody tr:last-child td { border-bottom: none; }\n.vs-table td.talis-val { background: var(--green-bg); font-family: 'Nunito', sans-serif; font-weight: 700; color: var(--green); }\n.vs-table td.sisma-val { color: var(--muted); }\n.check { color: var(--green); font-weight: 700; }\n.cross { color: #ccc; }\n\n\/* ── CTA ── *\/\n.cta {\n  background: var(--green);\n  padding: 40px 20px;\n  text-align: center;\n  color: var(--white);\n}\n.cta .eyebrow { color: rgba(255,255,255,0.7); }\n.cta h2 { font-size: 1.4rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }\n.cta h2 span { color: rgba(255,255,255,0.75); }\n.cta p { font-size: 12.5px; color: rgba(255,255,255,0.85); max-width: 480px; margin: 0 auto 22px; line-height: 1.65; }\n.btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\n.btn-pri {\n  background: var(--white); color: var(--green) !important;\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;\n  padding: 11px 24px; border-radius: 4px; text-decoration: none !important;\n  display: inline-block;\n}\n.btn-pri:hover { opacity: 0.88; }\n.btn-sec {\n  background: transparent; color: var(--white);\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;\n  padding: 11px 24px; border-radius: 4px;\n  border: 1px solid rgba(255,255,255,0.45); text-decoration: none;\n  display: inline-block;\n}\n.btn-sec:hover { background: rgba(255,255,255,0.1); }\n\n@media (max-width: 720px) {\n  .highlights-inner { grid-template-columns: 1fr 1fr; }\n  .features-grid { grid-template-columns: 1fr; }\n  .models-grid { grid-template-columns: 1fr; }\n  .burrs-inner { grid-template-columns: 1fr; }\n  .panel-grid { grid-template-columns: 1fr 1fr; }\n  .why-grid { grid-template-columns: 1fr; }\n  .for-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003c!-- ══ SALE BANNER ══ --\u003e\n\u003cdiv class=\"sale-banner\"\u003e\n\u003cp\u003eLimited Time Offer — Save 46% on the Slingshot Talis \u003cspan\u003eNOW $1,150\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ══ HERO ══ --\u003e\n\u003csection class=\"hero\"\u003e\u003cspan class=\"eyebrow\"\u003eSlingshot · Talis Series · On-Demand Commercial Coffee Grinder\u003c\/span\u003e\n\u003ch1\u003eThe Slingshot Talis — \u003cspan\u003eSpecialty-Grade Precision, Every Single Dose\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"hero-price\"\u003e\n\u003cspan class=\"price-now\"\u003eFrom $1,150\u003c\/span\u003e \u003cspan class=\"price-was\"\u003e$2,100\u003c\/span\u003e \u003cspan class=\"price-save\"\u003eSave $950 · 46% OFF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp\u003eEngineered for specialty cafés that demand barista-level consistency from open to close, the Slingshot Talis is a compact, intelligent on-demand grinder with a patented Zero Gravity Hopper, stepless micrometric adjustment, and joystick dosing control — all at a price point that makes the upgrade a no-brainer.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ══ VIDEO ══ --\u003e\n\u003csection class=\"video-section\"\u003e\u003cspan class=\"eyebrow\"\u003eSee It In Action\u003c\/span\u003e\n\u003ch2\u003eSlingshot Talis — \u003cspan\u003eFull Product Overview\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"video-wrap\"\u003e\u003ciframe title=\"Slingshot Talis On Demand Coffee Grinder Overview\" src=\"https:\/\/www.youtube.com\/embed\/eL3PnZAHWec?rel=0\u0026amp;modestbranding=1\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003cp class=\"video-caption\"\u003eSlingshot Talis Series · Official Product Overview\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ══ INTRO ══ --\u003e\n\u003csection class=\"intro\"\u003e\n\u003cdiv class=\"intro-inner\"\u003e\n\u003cspan class=\"eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n\u003ch2\u003eA Grinder Built for the \u003cspan\u003eSpecialty Generation\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe Slingshot Talis is the entry point into Slingshot's professional grinder range — but \"entry point\" undersells it significantly. With a patented Zero Gravity Hopper that delivers uniform bean distribution on every dose, stepless micrometric grind control, and an intuitive joystick interface borrowed from its larger siblings, the Talis delivers a calibre of grinding performance that challenges grinders at twice the price.\u003c\/p\u003e\n\u003cp\u003eAvailable in two configurations — the Baby Talis with 64mm flat burrs for boutique café volumes, and the S75 Pro with 75mm flat burrs for high-volume services — the Talis adapts to your throughput without asking you to compromise on precision. An optional titanium burr upgrade extends service life and performance for cafés running abrasive or high-volume bean programs.\u003c\/p\u003e\n\u003cp\u003eAt its current sale price, the Talis represents one of the most compelling value propositions in commercial grinding. For cafés upgrading from an older grinder, or new operators fitting out a bar for the first time, this is the machine that gets the job done without the six-figure setup budget.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ HIGHLIGHTS ══ --\u003e\n\u003cdiv class=\"highlights\"\u003e\n\u003cdiv class=\"highlights-inner\"\u003e\n\u003cdiv class=\"hl-item\"\u003e\n\u003cdiv class=\"hl-num\"\u003e46%\u003c\/div\u003e\n\u003cdiv class=\"hl-label\"\u003eCurrent Saving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-item\"\u003e\n\u003cdiv class=\"hl-num\"\u003e4 sec\u003c\/div\u003e\n\u003cdiv class=\"hl-label\"\u003eDose Time — S75 Pro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-item\"\u003e\n\u003cdiv class=\"hl-num\"\u003e1.2kg\u003c\/div\u003e\n\u003cdiv class=\"hl-label\"\u003eHopper Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-item\"\u003e\n\u003cdiv class=\"hl-num\"\u003e15kg\u003c\/div\u003e\n\u003cdiv class=\"hl-label\"\u003eCompact Machine Weight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══ FEATURES ══ --\u003e\n\u003csection class=\"features\"\u003e\n\u003cdiv class=\"features-inner\"\u003e\n\u003cdiv class=\"features-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eTechnology \u0026amp; Features\u003c\/span\u003e\n\u003ch2\u003eWhat the Talis \u003cspan\u003eBrings to Your Bar\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eEvery feature has been engineered around one principle — precise, repeatable dosing that your whole team can rely on, service after service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌀\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePatented Zero Gravity Hopper\u003c\/h4\u003e\n\u003cp\u003eSlingshot's proprietary Zero Gravity Hopper is the Talis's standout innovation. Unlike conventional hoppers where bean weight causes uneven feed and channelling, the Zero Gravity design ensures uniform bean distribution across the burrs on every dose. The result is consistent grind density, reduced clumping, and less waste per shot — measurable improvements your baristas will notice immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎛️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eStepless Micrometric Grind Adjustment\u003c\/h4\u003e\n\u003cp\u003eA front-mounted lever with micrometric precision gives you infinite grind size control between the finest espresso and coarser brew profiles. There are no steps to jump between — just smooth, precise adjustment that lets you dial your recipe in to exactly where the extraction wants to be, with a digital counter to record and repeat your settings across bean changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🕹️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eJoystick Dosing Control\u003c\/h4\u003e\n\u003cp\u003eThe Talis's joystick-operated dispensing software makes on-the-fly dose adjustments effortless during service. Baristas can modify timed doses without navigating menus or stopping their workflow. Whether you're running a single origin that needs a tweak mid-session or adjusting for an afternoon grind change, the joystick puts full control exactly where you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eAdjustable Coffee Funnel — Patented Design\u003c\/h4\u003e\n\u003cp\u003eSlingshot's patented adjustable coffee funnel guides ground coffee directly to the centre of the portafilter, minimising scatter and waste on the drip tray. This isn't just a cleanliness feature — centred delivery improves puck consistency before tamping, contributing directly to more even extractions and better cup quality across a busy service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔩\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eUniversal Portafilter Holder\u003c\/h4\u003e\n\u003cp\u003eThe Talis's adjustable portafilter holder accommodates baskets and handles from virtually all major espresso machine brands — 54mm, 58mm, and non-standard commercial sizes included. If your café runs multiple machines or you upgrade your espresso machine down the track, the Talis keeps up without requiring new accessories or adapters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eMemory Position Burrs\u003c\/h4\u003e\n\u003cp\u003eThe grind chamber is designed for quick, tool-free access to make cleaning and burr replacement fast — and crucially, it retains your grind setting after the chamber is opened and closed. No re-dialling after a Monday morning clean. The setting you locked in on Friday is exactly where you left it, saving time and wasted doses at the start of every service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eIntegrated Cooling Fan \u0026amp; Climate System\u003c\/h4\u003e\n\u003cp\u003eHeat is the enemy of grind consistency. The Talis's built-in cooling fan circulates air through the grind chamber to maintain stable operating temperature even during extended high-volume periods. Consistent temperature means consistent extraction time from first shot to last — no drift, no unexplained changes to your recipe as the machine warms up through the morning rush.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📊\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eBurr Life Monitoring\u003c\/h4\u003e\n\u003cp\u003eThe Talis automatically tracks cumulative grinding time and alerts you when burrs are approaching their service limit. Dull burrs produce inconsistent particle sizes, leading to uneven extractions that show up as inexplicable shot time variation and flat-tasting cups. This monitoring system removes the guesswork, so replacement happens proactively — before quality starts to slide.\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!-- ══ MODELS ══ --\u003e\n\u003csection class=\"models\"\u003e\n\u003cdiv class=\"models-inner\"\u003e\n\u003cdiv class=\"models-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eChoose Your Configuration\u003c\/span\u003e\n\u003ch2\u003eBaby Talis or S75 Pro — \u003cspan\u003eMatch Your Volume\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eTwo burr sizes. The same precision engineering. Pick the one that fits your café's throughput and workflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"models-grid\"\u003e\n\u003cdiv class=\"model-card featured\"\u003e\n\u003cdiv class=\"model-header\"\u003e\n\u003cdiv class=\"model-name\"\u003eBABY TALIS\u003c\/div\u003e\n\u003cdiv class=\"model-sub\"\u003e64mm Flat Burrs · Best Seller\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-body\"\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eBurrs\u003c\/span\u003e\u003cspan class=\"value\"\u003e64mm Flat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eHopper\u003c\/span\u003e\u003cspan class=\"value\"\u003e1.2 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"value\"\u003e1340 RPM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDose (20g)\u003c\/span\u003e\u003cspan class=\"value\"\u003e7–8 sec\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePower\u003c\/span\u003e\u003cspan class=\"value\"\u003e380\/580W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"value\"\u003e15 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eStainless From\u003c\/span\u003e\u003cspan class=\"value\"\u003e$1,150\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eTitanium From\u003c\/span\u003e\u003cspan class=\"value\"\u003e$1,540\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"model-badge\"\u003eIdeal for Boutique \u0026amp; Specialty Cafés\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-card\"\u003e\n\u003cdiv class=\"model-header\"\u003e\n\u003cdiv class=\"model-name\"\u003eS75 PRO\u003c\/div\u003e\n\u003cdiv class=\"model-sub\"\u003e75mm Flat Burrs · High Volume\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-body\"\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eBurrs\u003c\/span\u003e\u003cspan class=\"value\"\u003e75mm Flat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eHopper\u003c\/span\u003e\u003cspan class=\"value\"\u003e1.2 kg \/ 2 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"value\"\u003e1340 RPM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDose (20g)\u003c\/span\u003e\u003cspan class=\"value\"\u003e4–5 sec\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePower\u003c\/span\u003e\u003cspan class=\"value\"\u003e550\/650W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"value\"\u003e15 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eStainless From\u003c\/span\u003e\u003cspan class=\"value\"\u003e$2,050\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eTitanium From\u003c\/span\u003e\u003cspan class=\"value\"\u003e$2,440\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"model-badge\"\u003e50+ kg\/week High-Volume Service\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!-- ══ BURR OPTIONS ══ --\u003e\n\u003csection class=\"burrs\"\u003e\n\u003cdiv class=\"burrs-inner\"\u003e\n\u003cdiv class=\"burrs-text\"\u003e\n\u003cspan class=\"eyebrow\"\u003eBurr Upgrade Options\u003c\/span\u003e\n\u003ch2\u003eStainless Steel or \u003cspan\u003eTitanium Burrs\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eBoth Talis models are available with standard stainless steel burrs or an optional titanium-coated burr upgrade. The right choice depends on your volume, your beans, and how long you want to go between replacements.\u003c\/p\u003e\n\u003cp\u003eTitanium burrs aren't just about longevity — the harder coating maintains sharper cutting edges for longer, which means more consistent particle distribution and cleaner extraction across the full burr lifespan. For cafés running specialty beans, this translates directly to more consistent cups from the first service to the last replacement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"burr-grid\"\u003e\n\u003cdiv class=\"burr-tile\"\u003e\n\u003ch4\u003e⚙️ Stainless Steel Burrs\u003c\/h4\u003e\n\u003cp\u003eThe standard option, machined to precise tolerances for reliable performance. Well-suited to medium-volume cafés with quality bean programs. Available with both Baby Talis and S75 Pro models.\u003c\/p\u003e\n\u003cspan class=\"burr-price\"\u003eIncluded in base price\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"burr-tile\"\u003e\n\u003ch4\u003e🔶 Titanium-Coated Burrs\u003c\/h4\u003e\n\u003cp\u003eHarder, more wear-resistant coating maintains sharper cutting geometry for longer — extending replacement intervals significantly for high-volume operations. Ideal for cafés running 30+ kg per week or abrasive natural-process beans.\u003c\/p\u003e\n\u003cspan class=\"burr-price\"\u003e+$390 upgrade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ DESIGN ══ --\u003e\n\u003csection class=\"design\"\u003e\n\u003cdiv class=\"design-inner\"\u003e\n\u003cspan class=\"eyebrow\"\u003eColour \u0026amp; Finish Options\u003c\/span\u003e\n\u003ch2\u003eDesigned to \u003cspan\u003eLook as Good as It Performs\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe Talis is available in two classic colourways that complement the widest range of espresso machine finishes and café fit-outs. Clean, professional, and built to sit proudly on any bar.\u003c\/p\u003e\n\u003cdiv class=\"panel-grid\"\u003e\n\u003cdiv class=\"panel-tile\"\u003e\n\u003cdiv class=\"panel-swatch swatch-black\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eBlack \u0026amp; Steel\u003c\/h4\u003e\n\u003cp\u003eBold matte black body with steel accents — sharp, modern, and compatible with virtually any commercial machine finish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"panel-tile\"\u003e\n\u003cdiv class=\"panel-swatch swatch-white-steel\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch4\u003eWhite \u0026amp; Steel\u003c\/h4\u003e\n\u003cp\u003eClean white body with steel detailing — ideal for light timber, Scandinavian, or minimalist café interiors\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ WHY TALIS ══ --\u003e\n\u003csection class=\"why\"\u003e\n\u003cdiv class=\"why-inner\"\u003e\n\u003cdiv class=\"why-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eWhy Choose the Talis\u003c\/span\u003e\n\u003ch2\u003eThree Reasons the Talis \u003cspan\u003eEarns Its Place on Your Bar\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe Talis doesn't make compromises where it matters. Here's what separates it from the grinders in its price bracket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-tile\"\u003e\n\u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eThe Zero Gravity Hopper Is Genuinely Different\u003c\/h4\u003e\n\u003cp\u003eMost grinders at this price use a conventional gravity hopper — beans pile up unevenly, causing inconsistent feed rates and channelling in the puck. Slingshot's Zero Gravity Hopper solves this at the source. Uniform distribution before grinding means more even particle size and more consistent puck density. It's the one feature that makes the Talis impossible to replicate with a competitor at this price point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-tile\"\u003e\n\u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCompact Enough for Any Bar Layout\u003c\/h4\u003e\n\u003cp\u003eAt 15kg, the Talis is significantly lighter than commercial grinders with comparable burr sizes. Its compact footprint makes it the right choice for tight bar setups, secondary grinder positions, or cafés that need to reconfigure frequently. Despite its size, it doesn't sacrifice hopper capacity — the standard 1.2kg hopper (upgradeable to 2kg on the S75 Pro) keeps service running without constant refilling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-tile\"\u003e\n\u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eCurrent Pricing Makes the Upgrade Decision Easy\u003c\/h4\u003e\n\u003cp\u003eAt 46% off the regular price, the Talis is one of the strongest value propositions currently available in commercial grinding. If you've been running an older grinder with fixed dose settings, no cooling, or a worn hopper, the performance jump to a Talis is immediately felt in extraction consistency and cup quality — and at this price point, the payback timeline is short.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ SPECS TABLE ══ --\u003e\n\u003csection class=\"specs\"\u003e\n\u003cdiv class=\"specs-inner\"\u003e\n\u003cdiv class=\"specs-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eFull Technical Specifications\u003c\/span\u003e\n\u003ch2\u003eSlingshot Talis — Model Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eBaby Talis (S64)\u003c\/th\u003e\n\u003cth\u003eS75 Pro\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBurr Type\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e64mm Flat\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e75mm Flat\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eHopper Capacity\u003c\/td\u003e\n\u003ctd\u003e1.2 kg\u003c\/td\u003e\n\u003ctd\u003e1.2 kg \/ 2 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMotor Speed\u003c\/td\u003e\n\u003ctd\u003e1340 RPM\u003c\/td\u003e\n\u003ctd\u003e1340 RPM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003e220–240V · 380\/580W\u003c\/td\u003e\n\u003ctd\u003e220–240V · 550\/650W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMachine Weight\u003c\/td\u003e\n\u003ctd\u003e15 kg\u003c\/td\u003e\n\u003ctd\u003e15 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDose Speed (20g)\u003c\/td\u003e\n\u003ctd\u003e7–8 seconds\u003c\/td\u003e\n\u003ctd\u003e4–5 seconds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBurr Options\u003c\/td\u003e\n\u003ctd\u003eStainless Steel \/ Titanium (+$390)\u003c\/td\u003e\n\u003ctd\u003eStainless Steel \/ Titanium (+$390)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColour Options\u003c\/td\u003e\n\u003ctd\u003eBlack \u0026amp; Steel · White \u0026amp; Steel\u003c\/td\u003e\n\u003ctd\u003eBlack \u0026amp; Steel · White \u0026amp; Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePortafilter Holder\u003c\/td\u003e\n\u003ctd\u003eUniversal Adjustable\u003c\/td\u003e\n\u003ctd\u003eUniversal Adjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStainless Price\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFrom $1,150 \u003csmall style=\"color: var(--muted); font-weight: 400; font-size: 10px;\"\u003e(was $2,100)\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFrom $2,050\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTitanium Price\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFrom $1,540\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFrom $2,440\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ WHO IT'S FOR ══ --\u003e\n\u003csection class=\"for-section\"\u003e\n\u003cdiv class=\"for-inner\"\u003e\n\u003cdiv class=\"for-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eIs the Talis Right for You?\u003c\/span\u003e\n\u003ch2\u003eWho the Slingshot Talis \u003cspan\u003eIs Built For\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"for-grid\"\u003e\n\u003cdiv class=\"for-tile\"\u003e\n\u003cspan class=\"for-emoji\"\u003e☕\u003c\/span\u003e\n\u003ch4\u003eSpecialty \u0026amp; Boutique Cafés\u003c\/h4\u003e\n\u003cp\u003eThe Baby Talis's 64mm flat burrs and Zero Gravity Hopper deliver the grind precision that specialty menus demand — where bean provenance matters and every shot needs to honour the roast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"for-tile\"\u003e\n\u003cspan class=\"for-emoji\"\u003e🚀\u003c\/span\u003e\n\u003ch4\u003eNew Café Operators\u003c\/h4\u003e\n\u003cp\u003eAt the current sale price, the Talis is the smartest first commercial grinder investment available. Professional-grade features, compact footprint, and room to grow with the S75 Pro upgrade path when volume demands it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"for-tile\"\u003e\n\u003cspan class=\"for-emoji\"\u003e🔄\u003c\/span\u003e\n\u003ch4\u003eUpgrading from Older Grinders\u003c\/h4\u003e\n\u003cp\u003eIf you're running a fixed-dose grinder with no cooling, limited adjustment, or worn burrs, the step up to the Talis is immediately and measurably felt in extraction consistency and daily workflow efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ VS SISMA ══ --\u003e\n\u003csection class=\"vs\"\u003e\n\u003cdiv class=\"vs-inner\"\u003e\n\u003cdiv class=\"vs-head\"\u003e\n\u003cspan class=\"eyebrow\"\u003eSlingshot Range Comparison\u003c\/span\u003e\n\u003ch2\u003eTalis vs Sisma — \u003cspan\u003eWhich Slingshot Is Right for You?\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eDi Pacci stocks both Slingshot models. Here's how they compare so you can choose the right one for your setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ctable class=\"vs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth class=\"talis\"\u003eSlingshot Talis\u003c\/th\u003e\n\u003cth class=\"sisma\"\u003eSlingshot Sisma\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eStarting Price\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003eFrom $1,150\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003eFrom $2,160\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBurr Options\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e64mm \u0026amp; 75mm Flat\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e64mm Flat, 75mm Flat, 68mm Conical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eZero Gravity Hopper\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e\u003cspan class=\"cross\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eVibration Levelling System\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e\u003cspan class=\"cross\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eJoystick Control\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBurr Life Monitoring\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCustomisable Side Panels\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e2 colourways\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e4 options incl. Birch \u0026amp; Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTitanium Burr Upgrade\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e +$390\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBest For\u003c\/td\u003e\n\u003ctd class=\"talis-val\"\u003eBoutique \u0026amp; specialty cafés\u003c\/td\u003e\n\u003ctd class=\"sisma-val\"\u003eHigh-volume \u0026amp; multi-grinder bars\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══ CTA ══ --\u003e\n\u003csection class=\"cta\"\u003e\u003cspan class=\"eyebrow\"\u003eAvailable Now at Di Pacci · 46% Off\u003c\/span\u003e\n\u003ch2\u003eDon't Miss This Price on \u003cspan\u003ethe Talis\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe Slingshot Talis is in stock and ready to ship across Australia. Free installation for Sydney metro customers. Our team can help you choose the right burr configuration and colourway for your setup.\u003c\/p\u003e\n\u003cdiv class=\"btn-row\"\u003e\n\u003ca class=\"btn-pri\" href=\"https:\/\/dipacci.com.au\/products\/slingshot-talis-on-demand-grinder\"\u003eBuy the Slingshot Talis\u003c\/a\u003e \u003ca class=\"btn-sec\" href=\"https:\/\/dipacci.com.au\/pages\/contact\"\u003eTalk to Our Team\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Australia - Di Pacci","offers":[{"title":"Baby Tails (Flat 64mm Burrs) \/ Stainless Steel Burrs","offer_id":47034007683331,"sku":"RAN2288S-1","price":1150.0,"currency_code":"AUD","in_stock":true},{"title":"Baby Tails (Flat 64mm Burrs) \/ Titanium Burrs $390","offer_id":47034199671043,"sku":null,"price":1540.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Pro* (Flat75mm) \/ Stainless Steel Burrs","offer_id":47034007716099,"sku":"RAN2288S-2","price":2050.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Pro* (Flat75mm) \/ Titanium Burrs $390","offer_id":47034199703811,"sku":null,"price":2440.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/slingshot-talis-on-demand-grinder-6762030.jpg?v=1773285496"},{"product_id":"slingshot-dosis","title":"Slingshot Dosis Self-Dosing Volumetric Grinder","description":"\u003cp data-mce-fragment=\"1\"\u003eIntroducing the\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eSlingshot DOSIS\u003c\/strong\u003e, the pinnacle of coffee grinding technology designed for both speed and efficiency. This flagship grinder is not just a piece of equipment; it's an investment in unparalleled coffee quality.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eRevolutionary Self-Dosing System:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eThe Slingshot DOSIS boasts a patented self-dosing delivery system that guarantees consistent doses of coffee, even when adjusting grind sizes. Say goodbye to guesswork and hello to precision with every shot of espresso.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eZero Waste Delivery:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eOur unique sealed distribution chamber ensures that every grain of coffee is accurately delivered to your portafilter, eliminating waste and maximising profitability. With the Slingshot DOSIS, every bit of premium coffee grounds is utilised, ensuring a spill-free experience.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eVolumetric Self-Dosing Chamber:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eDesigned to keep pace with the busiest coffee service, the grinder's volumetric chamber delivers precise doses for single or double shots, ensuring no coffee is wasted, and consistency is maintained.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eMicrometric Dosage Adjustment:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eTailor your coffee doses with our volumetric dosage system, allowing for different settings for single and double portafilters, catering to every preference with ease.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eBurrs Life Monitoring \u0026amp; Micrometric Grinding Adjustment:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eThe grinder not only tracks the total grinding time for timely maintenance reminders but also features a step-less micrometric grinding adjustment for exact control over the grind size, ensuring the perfect grind every time.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eInnovative Design Features:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eFrom the mixing chamber that enhances coffee consistency to the memory position burrs that retain the grinder's settings after cleaning, every detail of the Slingshot DOSIS is designed with the professional barista in mind.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eOn-Demand Operation \u0026amp; Cooling System:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eGrind coffee as needed with the on-demand switch, and keep your coffee cool with the integrated climate control system, maintaining a constant temperature for optimal flavor preservation.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eCustomisable Aesthetics:\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003eReflect your café's style with customizable side panels available in Matt Black, Pure White, Birch Wood, and Clear Glass, ensuring your grinder not only performs exceptionally but also complements your space perfectly.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-mce-fragment=\"1\"\u003eAvailable in three sizes (64mm, 75mm flat burrs, and 68mm conical burrs) and featuring materials ranging from Stainless Steel to DLC Diamond coating, the Slingshot DOSIS is versatile enough to meet any professional's needs. Upgrade your coffee experience with optional accessories and enjoy the modular design that simplifies workflow and conserves space.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003eChoose the\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003e\u003cstrong data-mce-fragment=\"1\"\u003eSlingshot DOSIS\u003c\/strong\u003e\u003cspan data-mce-fragment=\"1\"\u003e \u003c\/span\u003efor a grinder that marries innovation with functionality, designed for those who refuse to compromise on the quality of their coffee.\u003c\/p\u003e","brand":"Australia - Di Pacci","offers":[{"title":"S64 Flat Burrs \/ Matt Black \/ Stainless Steel","offer_id":45187911942403,"sku":"RAN2348S","price":2050.0,"currency_code":"AUD","in_stock":true},{"title":"S64 Flat Burrs \/ Pure White \/ Stainless Steel","offer_id":45187925213443,"sku":"RAN2361S","price":2210.0,"currency_code":"AUD","in_stock":true},{"title":"S64 Flat Burrs \/ Birch Wood \/ Stainless Steel","offer_id":45187925246211,"sku":"RAN2362S","price":2210.0,"currency_code":"AUD","in_stock":true},{"title":"S64 Flat Burrs \/ Clear Glass \/ Stainless Steel","offer_id":45187925278979,"sku":"RAN2363S","price":2190.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Matt Black \/ Stainless Steel","offer_id":47034285261059,"sku":null,"price":2500.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Matt Black \/ Titanium coating","offer_id":47034285293827,"sku":null,"price":2890.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Pure White \/ Stainless Steel","offer_id":47034285326595,"sku":null,"price":2640.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Pure White \/ Titanium coating","offer_id":47034285359363,"sku":null,"price":3030.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Birch Wood \/ Stainless Steel","offer_id":47034285392131,"sku":null,"price":2660.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Birch Wood \/ Titanium coating","offer_id":47034285424899,"sku":null,"price":3030.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Clear Glass \/ Stainless Steel","offer_id":47034285457667,"sku":null,"price":2660.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Clear Glass \/ Titanium coating","offer_id":47034285490435,"sku":null,"price":3030.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Matt Black \/ Stainless Steel","offer_id":47034285523203,"sku":null,"price":2900.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Matt Black \/ Titanium coating","offer_id":47034285555971,"sku":null,"price":3452.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Pure White \/ Stainless Steel","offer_id":47034285588739,"sku":null,"price":3040.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Pure White \/ Titanium coating","offer_id":47034285621507,"sku":null,"price":3592.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Birch Wood \/ Stainless Steel","offer_id":47034285654275,"sku":null,"price":3060.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Birch Wood \/ Titanium coating","offer_id":47034285687043,"sku":null,"price":3612.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Clear Glass \/ Stainless Steel","offer_id":47034285719811,"sku":null,"price":3060.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Clear Glass \/ Titanium coating","offer_id":47034285752579,"sku":null,"price":3612.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/slingshot-dosis-self-dosing-volumetric-grinder-4869391.webp?v=1773285434"},{"product_id":"slingshot-distributor-dosing-cup","title":"Slingshot Distributor Dosing Cup","description":"\u003cp\u003eExpertly distribute an accurate and consistent dose with the Slingshot Distributor Dosing Cup. The innovative design allows you to precisely measure and pour liquids, resulting in less waste and optimal product usage. Say goodbye to messy and inconsistent dosing with this must-have tool for any industry professional.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eEnhance your workflow with the Chalice dosing cup, capable of catching and distributing coffee grounds on top of any portafilter. By using it in conjunction with a scale, you can accurately measure shots and improve consistency. This efficient method not only reduces coffee mess on the counter, but also speeds up the process of weighing individual doses and achieving even distribution in the portafilter. Its adjustable Distribution Head height can accommodate varying coffee doses, making it compatible with most grinders and 58mm portafilters.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eChalice Distributor  Cup\u003c\/h3\u003e\n\u003cp\u003e\u003cb\u003e\u003cbr\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eMaximum Dose:\u003c\/b\u003e\u003cspan\u003e 25 grams\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eDistributor Height :\u003c\/strong\u003e 5 to 15mm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eWeight: \u003c\/strong\u003e300 grams\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e                                                                                            \u003c\/h3\u003e\n\u003cdiv\u003e\n\u003cp\u003e \u003cimg height=\"242\" width=\"380\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/1422\/5972\/files\/dimension_chalice_drawing.png?v=1650336998\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0558\/1422\/5972\/files\/dimension_chalice_drawing.png?v=1650336998\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Australia - Di Pacci","offers":[{"title":"WDT Distributor","offer_id":45875733233923,"sku":"RAN2642S","price":149.0,"currency_code":"AUD","in_stock":true},{"title":"Leveller Distributor","offer_id":45875733266691,"sku":"RAN2643S","price":149.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/slingshot-distributor-dosing-cup-8957627.webp?v=1773285072"},{"product_id":"slingshot-sisma-on-demand-coffee-grinder","title":"Slingshot Sisma On Demand Coffee Grinder","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@400;600;700;800;900\u0026family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300\u0026display=swap');\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --green:      #3b9130;\n  --green-dark: #2d6e25;\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\nbody {\n  font-family: 'DM Sans', sans-serif;\n  background: var(--white);\n  color: var(--text);\n  font-size: 13.5px;\n  line-height: 1.6;\n}\n\nh1, h2, h3, h4, h5 { font-family: 'Nunito', sans-serif; }\n\n.eyebrow {\n  font-family: 'Nunito', sans-serif;\n  font-size: 9px;\n  font-weight: 800;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--green);\n  display: block;\n  margin-bottom: 6px;\n}\n\n\/* ── HERO INTRO ── *\/\n.hero {\n  background: var(--light);\n  border-bottom: 1px solid var(--border);\n  padding: 40px 20px 32px;\n  text-align: center;\n}\n.hero h1 {\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 900;\n  color: var(--text);\n  line-height: 1.2;\n  margin-bottom: 10px;\n}\n.hero h1 span { color: var(--green); }\n.hero p {\n  font-size: 13px;\n  color: var(--muted);\n  max-width: 600px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n\n\/* ── VIDEO ── *\/\n.video-section {\n  padding: 36px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n  text-align: center;\n}\n.video-section .eyebrow { margin-bottom: 4px; }\n.video-section h2 {\n  font-size: 1.1rem;\n  font-weight: 800;\n  color: var(--text);\n  margin-bottom: 18px;\n}\n.video-section h2 span { color: var(--green); }\n.video-wrap {\n  max-width: 700px;\n  margin: 0 auto;\n  border-radius: 8px;\n  overflow: hidden;\n  border: 1px solid var(--border);\n  box-shadow: 0 6px 30px rgba(0,0,0,0.09);\n}\n.video-wrap iframe {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  display: block;\n  border: none;\n}\n.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\/* ── INTRO DESCRIPTION ── *\/\n.intro {\n  padding: 36px 20px;\n  background: var(--green-bg);\n  border-bottom: 1px solid var(--green-line);\n}\n.intro-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n.intro-inner h2 {\n  font-size: 1.15rem;\n  font-weight: 800;\n  color: var(--text);\n  margin-bottom: 12px;\n}\n.intro-inner h2 span { color: var(--green); }\n.intro-inner p {\n  font-size: 13px;\n  color: var(--muted);\n  line-height: 1.75;\n  margin-bottom: 10px;\n}\n.intro-inner p:last-child { margin-bottom: 0; }\n\n\/* ── KEY HIGHLIGHTS STRIP ── *\/\n.highlights {\n  padding: 24px 20px;\n  background: var(--green);\n}\n.highlights-inner {\n  max-width: 960px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  text-align: center;\n}\n.hl-item { color: var(--white); }\n.hl-num {\n  font-family: 'Nunito', sans-serif;\n  font-size: 1.5rem;\n  font-weight: 900;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.hl-label {\n  font-size: 10px;\n  font-family: 'Nunito', sans-serif;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  opacity: 0.85;\n}\n\n\/* ── FEATURES GRID ── *\/\n.features {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.features-inner { max-width: 960px; margin: 0 auto; }\n.features-head { text-align: center; margin-bottom: 26px; }\n.features-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.features-head h2 span { color: var(--green); }\n.features-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.features-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n}\n.feature-item {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  padding: 16px;\n  background: var(--light);\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  border-left: 3px solid var(--green);\n}\n.feature-icon {\n  font-size: 20px;\n  line-height: 1;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.feature-item h4 {\n  font-size: 0.8rem;\n  font-weight: 700;\n  color: var(--text);\n  margin-bottom: 4px;\n}\n.feature-item p {\n  font-size: 11.5px;\n  color: var(--muted);\n  line-height: 1.6;\n}\n\n\/* ── MODELS ── *\/\n.models {\n  padding: 40px 20px;\n  background: var(--green-bg);\n  border-top: 1px solid var(--green-line);\n  border-bottom: 1px solid var(--green-line);\n}\n.models-inner { max-width: 960px; margin: 0 auto; }\n.models-head { text-align: center; margin-bottom: 24px; }\n.models-head h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); }\n.models-head h2 span { color: var(--green); }\n.models-head p { font-size: 12px; color: var(--muted); margin-top: 6px; }\n.models-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n}\n.model-card {\n  background: var(--white);\n  border: 1px solid var(--green-line);\n  border-radius: 6px;\n  overflow: hidden;\n}\n.model-card.featured { border-color: var(--green); border-width: 2px; }\n.model-header {\n  background: var(--green-bg);\n  padding: 14px 16px 12px;\n  border-bottom: 1px solid var(--green-line);\n}\n.model-card.featured .model-header { background: var(--green); }\n.model-name {\n  font-family: 'Nunito', sans-serif;\n  font-size: 1rem;\n  font-weight: 900;\n  color: var(--text);\n}\n.model-card.featured .model-name { color: var(--white); }\n.model-type {\n  font-size: 10px;\n  color: var(--green);\n  font-family: 'Nunito', sans-serif;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  margin-top: 2px;\n}\n.model-card.featured .model-type { color: rgba(255,255,255,0.8); }\n.model-body { padding: 14px 16px; }\n.model-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  padding: 5px 0;\n  border-bottom: 1px solid var(--border);\n  font-size: 11px;\n}\n.model-row:last-child { border-bottom: none; }\n.model-row .label { color: var(--muted); }\n.model-row .value {\n  font-family: 'Nunito', sans-serif;\n  font-weight: 700;\n  font-size: 11.5px;\n  color: var(--text);\n}\n.model-card.featured .model-row .value { color: var(--green); }\n.model-badge {\n  display: inline-block;\n  margin: 10px 0 0;\n  font-family: 'Nunito', sans-serif;\n  font-size: 8.5px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--green);\n  background: var(--green-bg);\n  border: 1px solid var(--green-line);\n  padding: 3px 8px;\n  border-radius: 20px;\n}\n.model-card.featured .model-badge {\n  background: rgba(255,255,255,0.15);\n  color: var(--white);\n  border-color: rgba(255,255,255,0.3);\n}\n\n\/* ── CUSTOMISATION ── *\/\n.custom {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.custom-inner {\n  max-width: 900px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 36px;\n  align-items: start;\n}\n.custom-text h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); margin-bottom: 10px; }\n.custom-text h2 span { color: var(--green); }\n.custom-text p { font-size: 12.5px; color: var(--muted); line-height: 1.75; margin-bottom: 8px; }\n.panel-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 8px;\n}\n.panel-tile {\n  background: var(--light);\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  padding: 14px 12px;\n  text-align: center;\n}\n.panel-swatch {\n  width: 36px;\n  height: 36px;\n  border-radius: 50%;\n  margin: 0 auto 8px;\n  border: 2px solid var(--border);\n}\n.swatch-black { background: #1a1a1a; }\n.swatch-white { background: #ffffff; border-color: #ccc; }\n.swatch-birch { background: linear-gradient(135deg, #d4a96a, #b8874e); }\n.swatch-glass { background: linear-gradient(135deg, rgba(180,220,255,0.4), rgba(200,235,255,0.7)); border-color: #b0cce0; }\n.panel-tile h4 { font-size: 0.75rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }\n.panel-tile p { font-size: 10px; color: var(--muted); line-height: 1.4; }\n\n\/* ── WHY SLINGSHOT ── *\/\n.why {\n  padding: 40px 20px;\n  background: var(--light);\n  border-bottom: 1px solid var(--border);\n}\n.why-inner { max-width: 900px; margin: 0 auto; text-align: center; }\n.why-inner h2 { font-size: 1.15rem; font-weight: 800; color: var(--text); margin-bottom: 8px; }\n.why-inner h2 span { color: var(--green); }\n.why-inner \u003e p { font-size: 12.5px; color: var(--muted); max-width: 620px; margin: 0 auto 24px; line-height: 1.7; }\n.why-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  text-align: left;\n}\n.why-tile {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 6px;\n  padding: 16px;\n}\n.why-tile .num {\n  font-family: 'Nunito', sans-serif;\n  font-size: 2rem;\n  font-weight: 900;\n  color: var(--green-line);\n  line-height: 1;\n  margin-bottom: 8px;\n}\n.why-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }\n.why-tile p { font-size: 11px; color: var(--muted); line-height: 1.6; }\n\n\/* ── SPECS TABLE ── *\/\n.specs {\n  padding: 40px 20px;\n  background: var(--green-bg);\n  border-top: 1px solid var(--green-line);\n  border-bottom: 1px solid var(--green-line);\n}\n.specs-inner { max-width: 900px; margin: 0 auto; }\n.specs-head { margin-bottom: 16px; }\n.specs-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); margin-top: 4px; }\n.specs-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.specs-table thead tr { background: var(--green-bg); }\n.specs-table th {\n  text-align: left;\n  padding: 10px 14px;\n  font-family: 'Nunito', sans-serif;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 0.07em;\n  text-transform: uppercase;\n  color: var(--green);\n  border-bottom: 1px solid var(--green-line);\n}\n.specs-table td {\n  padding: 9px 14px;\n  font-size: 11.5px;\n  color: var(--text);\n  border-bottom: 1px solid var(--border);\n  vertical-align: middle;\n}\n.specs-table tbody tr:last-child td { border-bottom: none; }\n.specs-table tbody tr:hover { background: var(--light); }\n.spec-label { font-weight: 600; color: var(--muted); font-size: 11px; }\n.spec-value { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 12px; color: var(--green); }\n\n\/* ── WHO IT'S FOR ── *\/\n.for-section {\n  padding: 40px 20px;\n  background: var(--white);\n  border-bottom: 1px solid var(--border);\n}\n.for-inner { max-width: 900px; margin: 0 auto; }\n.for-head { text-align: center; margin-bottom: 24px; }\n.for-head h2 { font-size: 1.1rem; font-weight: 800; color: var(--text); }\n.for-head h2 span { color: var(--green); }\n.for-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n}\n.for-tile {\n  background: var(--green-bg);\n  border: 1px solid var(--green-line);\n  border-radius: 6px;\n  padding: 18px 14px;\n  text-align: center;\n}\n.for-emoji { font-size: 26px; display: block; margin-bottom: 8px; }\n.for-tile h4 { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 5px; }\n.for-tile p { font-size: 11px; color: var(--muted); line-height: 1.6; }\n\n\/* ── CTA ── *\/\n.cta {\n  background: var(--green);\n  padding: 40px 20px;\n  text-align: center;\n  color: var(--white);\n}\n.cta .eyebrow { color: rgba(255,255,255,0.7); }\n.cta h2 { font-size: 1.4rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }\n.cta h2 span { color: rgba(255,255,255,0.75); }\n.cta p { font-size: 12.5px; color: rgba(255,255,255,0.85); max-width: 480px; margin: 0 auto 22px; line-height: 1.65; }\n.btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\n.btn-pri {\n  background: var(--white); color: var(--green) !important;\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;\n  padding: 11px 24px; border-radius: 4px; text-decoration: none !important;\n  display: inline-block;\n}\n.btn-pri:hover { opacity: 0.88; }\n.btn-sec {\n  background: transparent; color: var(--white);\n  font-family: 'Nunito', sans-serif;\n  font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;\n  padding: 11px 24px; border-radius: 4px;\n  border: 1px solid rgba(255,255,255,0.45); text-decoration: none;\n}\n.btn-sec:hover { background: rgba(255,255,255,0.1); }\n\n@media (max-width: 720px) {\n  .highlights-inner { grid-template-columns: 1fr 1fr; }\n  .features-grid { grid-template-columns: 1fr; }\n  .models-grid { grid-template-columns: 1fr; }\n  .custom-inner { grid-template-columns: 1fr; }\n  .why-grid { grid-template-columns: 1fr; }\n  .for-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003c!-- ══ HERO ══ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cspan class=\"eyebrow\"\u003eSlingshot · Sisma Series · Commercial On-Demand Coffee Grinder\u003c\/span\u003e\n  \u003ch1\u003eThe Slingshot Sisma — \u003cspan\u003eWhere Precision Meets Production\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp\u003eEngineered for high-volume cafés and serious coffee professionals, the Slingshot Sisma is a belt-driven, on-demand commercial grinder that delivers extraordinary grind accuracy, ultra-low retention, and intelligent workflow automation — all in a strikingly customisable form.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ VIDEO ══ --\u003e\n\u003csection class=\"video-section\"\u003e\n  \u003cspan class=\"eyebrow\"\u003eSee It In Action\u003c\/span\u003e\n  \u003ch2\u003eSlingshot Sisma — \u003cspan\u003eFull Overview\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cdiv class=\"video-wrap\"\u003e\n    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/NiZaDrCGTLM?rel=0\u0026amp;modestbranding=1\" title=\"Slingshot Sisma On-Demand Coffee Grinder Overview\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n    \u003c\/iframe\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"video-caption\"\u003eSlingshot Sisma Series · Official Product Overview\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ INTRO ══ --\u003e\n\u003csection class=\"intro\"\u003e\n  \u003cdiv class=\"intro-inner\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eProduct Overview\u003c\/span\u003e\n    \u003ch2\u003eBuilt for Professionals Who \u003cspan\u003eRefuse to Compromise\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThe Slingshot Sisma is a commercial on-demand grinder purpose-built for cafés that demand consistency at pace. Three distinct burr configurations — the S64, S75, and C68 — cater to different volume requirements and flavour profiles, giving operators the flexibility to match the grinder precisely to their bean program and throughput needs.\u003c\/p\u003e\n    \u003cp\u003eAt its core, the Sisma uses Slingshot's patented Vibration Levelling System to eliminate channelling and deliver a uniformly dosed puck on every single shot. This isn't a small improvement in workflow — it's a fundamental shift in extraction quality and consistency that seasoned baristas notice immediately in cup clarity and repeatability.\u003c\/p\u003e\n    \u003cp\u003eBeyond its grinding performance, the Sisma is one of the most customisable commercial grinders available. Removable side panels in matt black, pure white, birch wood, or clear glass allow cafés to match the grinder to their fit-out and brand aesthetic — a rare combination of industrial precision and design sensitivity.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ HIGHLIGHTS STRIP ══ --\u003e\n\u003cdiv class=\"highlights\"\u003e\n  \u003cdiv class=\"highlights-inner\"\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eBurr Configurations\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e1.2kg\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eHopper Capacity\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e4 sec\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eFastest Dose Time (C68)\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e50+\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003ekg\/week (S75 \u0026amp; C68)\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══ FEATURES ══ --\u003e\n\u003csection class=\"features\"\u003e\n  \u003cdiv class=\"features-inner\"\u003e\n    \u003cdiv class=\"features-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eTechnology \u0026amp; Features\u003c\/span\u003e\n      \u003ch2\u003eWhat Sets the Sisma \u003cspan\u003eApart from the Rest\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eEvery feature has been designed around one goal: consistent, precise, high-speed dosing for professional environments.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e⚙️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePatented Vibration Levelling System\u003c\/h4\u003e\n          \u003cp\u003eSlingshot's proprietary levelling technology settles the ground coffee evenly in the portafilter with each dose. The result is a uniformly distributed, clump-free puck before tamping — improving extraction consistency and dramatically reducing barista intervention between shots.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🎛️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eStepless Micrometric Grind Adjustment\u003c\/h4\u003e\n          \u003cp\u003eA tactile dial paired with a digital counter gives you precise, repeatable grind control without any guesswork. Unlike stepped grinders, the stepless design lets you dial in your recipe to the exact setting your blend demands — and return to it exactly after cleaning or a bean change.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🕹️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eJoystick Dispensing Control\u003c\/h4\u003e\n          \u003cp\u003eThe Sisma's intuitive joystick interface allows baristas to set and adjust dosing times on the fly — no diving into menus during a busy service. Talis dispensing software runs underneath, enabling both timed and manual dose modes to adapt to your workflow in real time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eOn-Demand \u0026amp; Auto Pre-Ground Mode\u003c\/h4\u003e\n          \u003cp\u003eSwitch between on-demand grinding for peak precision and pre-ground \"Auto Mode\" during high-volume rushes. This dual-mode flexibility means the Sisma adapts to your service pace rather than forcing you to adapt to the machine — a critical distinction for busy multi-barista bars.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🌡️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBuilt-In Cooling Fan \u0026amp; Climate Control\u003c\/h4\u003e\n          \u003cp\u003eGrinding generates heat, and heat changes extraction. The Sisma's integrated climate system maintains a stable coffee chamber temperature even during extended high-volume periods. Consistent grind temperature means consistent shot timing — and consistent cups from open to close.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e📊\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBurr Life Monitoring\u003c\/h4\u003e\n          \u003cp\u003eThe Sisma automatically tracks cumulative grinding time and alerts you when burr replacement is due. Worn burrs are the most common source of unexplained extraction inconsistency in busy cafés — this monitoring system takes the guesswork out of maintenance scheduling before quality starts to slip.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e💾\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eMemory Position Burrs\u003c\/h4\u003e\n          \u003cp\u003eThe accessible grinding chamber is designed for quick maintenance, and crucially, it retains the last grind setting after cleaning or burr changes via memory position technology. Your dial-in is preserved — so Monday morning doesn't mean starting from scratch after a weekend clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-item\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e🔳\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eModular Design for Multi-Station Setups\u003c\/h4\u003e\n          \u003cp\u003eThe Sisma's modular architecture is built for pairing. Multiple units can be combined side-by-side to create an efficient multi-grinder workflow station, optimising bar layout and reducing bottlenecks on high-volume services. Ideal for cafés running two or more blends simultaneously.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ MODELS ══ --\u003e\n\u003csection class=\"models\"\u003e\n  \u003cdiv class=\"models-inner\"\u003e\n    \u003cdiv class=\"models-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eChoose Your Configuration\u003c\/span\u003e\n      \u003ch2\u003eThree Models. \u003cspan\u003eOne Standard of Precision.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eSelect the burr size and type that matches your volume, your beans, and the flavour clarity your menu demands.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"models-grid\"\u003e\n\n      \u003cdiv class=\"model-card\"\u003e\n        \u003cdiv class=\"model-header\"\u003e\n          \u003cdiv class=\"model-name\"\u003eSISMA S64\u003c\/div\u003e\n          \u003cdiv class=\"model-type\"\u003e64mm Flat Burrs\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-body\"\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eBurrs\u003c\/span\u003e\u003cspan class=\"value\"\u003e64mm Flat\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"value\"\u003e1280 RPM\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDose (20g)\u003c\/span\u003e\u003cspan class=\"value\"\u003e7–8 sec\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePower\u003c\/span\u003e\u003cspan class=\"value\"\u003e380\/460W\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"value\"\u003e19.5kg\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"value\"\u003e15–20 kg\/week\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eFrom\u003c\/span\u003e\u003cspan class=\"value\"\u003e$2,160\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cspan class=\"model-badge\"\u003eIdeal for Boutique Cafés\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"model-card featured\"\u003e\n        \u003cdiv class=\"model-header\"\u003e\n          \u003cdiv class=\"model-name\"\u003eSISMA S75\u003c\/div\u003e\n          \u003cdiv class=\"model-type\"\u003e75mm Flat Burrs\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-body\"\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eBurrs\u003c\/span\u003e\u003cspan class=\"value\"\u003e75mm Flat\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"value\"\u003e900 RPM\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDose (20g)\u003c\/span\u003e\u003cspan class=\"value\"\u003e5–6 sec\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePower\u003c\/span\u003e\u003cspan class=\"value\"\u003e450\/570W\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"value\"\u003e23.5kg\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"value\"\u003e50+ kg\/week\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eFrom\u003c\/span\u003e\u003cspan class=\"value\"\u003e$2,600\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cspan class=\"model-badge\"\u003eMost Popular · High Volume\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"model-card\"\u003e\n        \u003cdiv class=\"model-header\"\u003e\n          \u003cdiv class=\"model-name\"\u003eSISMA C68\u003c\/div\u003e\n          \u003cdiv class=\"model-type\"\u003e68mm Conical Burrs\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-body\"\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eBurrs\u003c\/span\u003e\u003cspan class=\"value\"\u003e68mm Conical\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eSpeed\u003c\/span\u003e\u003cspan class=\"value\"\u003e450 RPM\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDose (20g)\u003c\/span\u003e\u003cspan class=\"value\"\u003e4–5 sec\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePower\u003c\/span\u003e\u003cspan class=\"value\"\u003e450\/570W\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"value\"\u003e23.5kg\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eVolume\u003c\/span\u003e\u003cspan class=\"value\"\u003e50+ kg\/week\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eFrom\u003c\/span\u003e\u003cspan class=\"value\"\u003e$2,900\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cspan class=\"model-badge\"\u003eSpecialty \u0026amp; Single Origin\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ CUSTOMISATION ══ --\u003e\n\u003csection class=\"custom\"\u003e\n  \u003cdiv class=\"custom-inner\"\u003e\n    \u003cdiv class=\"custom-text\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eDesign Your Sisma\u003c\/span\u003e\n      \u003ch2\u003ePersonalise Your \u003cspan\u003eGrinder to Match Your Bar\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eThe Sisma's removable side panels aren't an afterthought — they're a core part of its design philosophy. Slingshot understands that a grinder on your bar is a visual statement as much as a functional tool.\u003c\/p\u003e\n      \u003cp\u003eChoose from four distinct panel options to complement your café's interior, your espresso machine's finish, or your brand identity. Panels can be swapped out in minutes, and additional options can be sourced through Di Pacci's customisation team.\u003c\/p\u003e\n      \u003cp\u003eTitanium-coated burr upgrades are also available on S75 and C68 models, offering enhanced durability and wear resistance for cafés running exceptionally high daily volumes or abrasive single-origin beans.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"panel-grid\"\u003e\n        \u003cdiv class=\"panel-tile\"\u003e\n          \u003cdiv class=\"panel-swatch swatch-black\"\u003e\u003c\/div\u003e\n          \u003ch4\u003eMatt Black\u003c\/h4\u003e\n          \u003cp\u003eSharp, minimal, matches most commercial machine finishes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"panel-tile\"\u003e\n          \u003cdiv class=\"panel-swatch swatch-white\"\u003e\u003c\/div\u003e\n          \u003ch4\u003ePure White\u003c\/h4\u003e\n          \u003cp\u003eClean and bright — ideal for Scandinavian or light-timber interiors\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"panel-tile\"\u003e\n          \u003cdiv class=\"panel-swatch swatch-birch\"\u003e\u003c\/div\u003e\n          \u003ch4\u003eBirch Wood\u003c\/h4\u003e\n          \u003cp\u003eWarm, natural texture for boutique café and specialty settings\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"panel-tile\"\u003e\n          \u003cdiv class=\"panel-swatch swatch-glass\"\u003e\u003c\/div\u003e\n          \u003ch4\u003eClear Glass\u003c\/h4\u003e\n          \u003cp\u003eTransparent panel showing internal components — a conversation starter\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ WHY SLINGSHOT ══ --\u003e\n\u003csection class=\"why\"\u003e\n  \u003cdiv class=\"why-inner\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eWhy Slingshot\u003c\/span\u003e\n    \u003ch2\u003eEngineered for \u003cspan\u003eReal-World Café Demands\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eThe Sisma wasn't designed to sit in a showroom. Every engineering decision traces back to the realities of a busy café service — speed, consistency, low waste, and minimal maintenance burden on your team.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e01\u003c\/div\u003e\n        \u003ch4\u003eUltra-Low Retention\u003c\/h4\u003e\n        \u003cp\u003eThe Sisma's grind pathway is engineered to minimise stale coffee retained between doses. Less retention means fresher grounds, less waste per shot, and no stale coffee contaminating your next dose — critical when you're showcasing expensive single origins or rotating blends.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eBelt-Driven Precision\u003c\/h4\u003e\n        \u003cp\u003eAll Sisma models are belt-driven rather than direct-drive. Belt drives operate at lower RPM with less vibration transmission to the grind chamber, reducing heat generation and preserving volatile aromatics that make well-developed roasts complex in the cup.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e03\u003c\/div\u003e\n        \u003ch4\u003eServiceability Built In\u003c\/h4\u003e\n        \u003cp\u003eThe accessible burr chamber, memory position design, and modular construction mean your team can clean and maintain the Sisma without specialist tools or downtime. When parts eventually need replacing, Di Pacci's service team has stock on hand for all Slingshot components.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ FULL SPECS TABLE ══ --\u003e\n\u003csection class=\"specs\"\u003e\n  \u003cdiv class=\"specs-inner\"\u003e\n    \u003cdiv class=\"specs-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eFull Technical Specifications\u003c\/span\u003e\n      \u003ch2\u003eSlingshot Sisma — Model Specifications\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eS64 Flat\u003c\/th\u003e\n          \u003cth\u003eS75 Flat\u003c\/th\u003e\n          \u003cth\u003eC68 Conical\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eBurr Type\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e64mm Flat\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e75mm Flat\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e68mm Conical\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eHopper Capacity\u003c\/td\u003e\n          \u003ctd\u003e1.2 kg\u003c\/td\u003e\n          \u003ctd\u003e1.2 kg\u003c\/td\u003e\n          \u003ctd\u003e1.2 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eMotor Speed\u003c\/td\u003e\n          \u003ctd\u003e1280 RPM\u003c\/td\u003e\n          \u003ctd\u003e900 RPM\u003c\/td\u003e\n          \u003ctd\u003e450 RPM\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003ePower Supply\u003c\/td\u003e\n          \u003ctd\u003e220–240V · 380\/460W\u003c\/td\u003e\n          \u003ctd\u003e220–240V · 450\/570W\u003c\/td\u003e\n          \u003ctd\u003e220–240V · 450\/570W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eMachine Weight\u003c\/td\u003e\n          \u003ctd\u003e19.5 kg\u003c\/td\u003e\n          \u003ctd\u003e23.5 kg\u003c\/td\u003e\n          \u003ctd\u003e23.5 kg\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eDose Speed (20g)\u003c\/td\u003e\n          \u003ctd\u003e7–8 seconds\u003c\/td\u003e\n          \u003ctd\u003e5–6 seconds\u003c\/td\u003e\n          \u003ctd\u003e4–5 seconds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eRecommended Volume\u003c\/td\u003e\n          \u003ctd\u003e15–20 kg\/week\u003c\/td\u003e\n          \u003ctd\u003e50+ kg\/week\u003c\/td\u003e\n          \u003ctd\u003e50+ kg\/week\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eBurr Material Options\u003c\/td\u003e\n          \u003ctd\u003eStainless Steel\u003c\/td\u003e\n          \u003ctd\u003eStainless \/ Titanium\u003c\/td\u003e\n          \u003ctd\u003eStainless \/ Titanium\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003ePanel Options\u003c\/td\u003e\n          \u003ctd\u003e4 colours\u003c\/td\u003e\n          \u003ctd\u003e4 colours\u003c\/td\u003e\n          \u003ctd\u003e4 colours\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eDrive System\u003c\/td\u003e\n          \u003ctd\u003eBelt-driven\u003c\/td\u003e\n          \u003ctd\u003eBelt-driven\u003c\/td\u003e\n          \u003ctd\u003eBelt-driven\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eStarting Price\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,160\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,600\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eFrom $2,900\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ WHO IT'S FOR ══ --\u003e\n\u003csection class=\"for-section\"\u003e\n  \u003cdiv class=\"for-inner\"\u003e\n    \u003cdiv class=\"for-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eIs the Sisma Right for You?\u003c\/span\u003e\n      \u003ch2\u003eWho the Slingshot Sisma \u003cspan\u003eIs Built For\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"for-grid\"\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e☕\u003c\/span\u003e\n        \u003ch4\u003eSpecialty Cafés\u003c\/h4\u003e\n        \u003cp\u003eThe C68's conical burrs and low-RPM grinding preserve aromatic complexity in light and medium roasts — perfect for single-origin focused menus where cup clarity matters as much as throughput.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e🏢\u003c\/span\u003e\n        \u003ch4\u003eHigh-Volume Venues\u003c\/h4\u003e\n        \u003cp\u003eThe S75's 75mm flat burrs at 900 RPM power through 50+ kg per week without breaking a sweat. The dual-mode dosing and on-the-fly joystick control are built for multi-barista services that can't afford bottlenecks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e🎨\u003c\/span\u003e\n        \u003ch4\u003eDesign-Conscious Operators\u003c\/h4\u003e\n        \u003cp\u003eFour customisable panel options and optional titanium burrs make the Sisma as much a design statement as a grinder. If your espresso machine has been chosen for its looks as much as its performance, the Sisma can match it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══ CTA ══ --\u003e\n\u003csection class=\"cta\"\u003e\n  \u003cspan class=\"eyebrow\"\u003eAvailable Now at Di Pacci\u003c\/span\u003e\n  \u003ch2\u003eReady to Upgrade Your \u003cspan\u003eGrind Game?\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eThe Slingshot Sisma is available now across all Di Pacci locations and online. Our team can help you choose the right model, burr configuration, and panel finish for your setup — and arrange installation for Sydney metro customers at no charge.\u003c\/p\u003e\n  \u003cdiv class=\"btn-row\"\u003e\n    \u003ca href=\"https:\/\/dipacci.com.au\/products\/slingshot-sisma-on-demand-coffee-grinder\" class=\"btn-pri\"\u003eBuy the Slingshot Sisma\u003c\/a\u003e\n    \u003ca href=\"https:\/\/dipacci.com.au\/pages\/contact\" class=\"btn-sec\"\u003eTalk to Our Team\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Australia - Di Pacci","offers":[{"title":"S64 Flat Burrs \/ Matt Black \/ Stainless Steel","offer_id":47034357973251,"sku":"RAN3794S","price":2160.0,"currency_code":"AUD","in_stock":true},{"title":"S64 Flat Burrs \/ Pure White \/ Stainless Steel","offer_id":47034358006019,"sku":"RAN3795S","price":2300.0,"currency_code":"AUD","in_stock":true},{"title":"S64 Flat Burrs \/ Birch Wood \/ Stainless Steel","offer_id":47034358038787,"sku":"RAN3796S","price":2320.0,"currency_code":"AUD","in_stock":true},{"title":"S64 Flat Burrs \/ Clear Glass \/ Stainless Steel","offer_id":47034358071555,"sku":"RAN3797S","price":2340.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Matt Black \/ Stainless Steel","offer_id":47034358104323,"sku":"RAN3798S","price":2600.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Matt Black \/ Titanium coating","offer_id":47034358137091,"sku":"RAN3799S","price":2990.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Pure White \/ Stainless Steel","offer_id":47034358169859,"sku":"RAN3800S","price":2740.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Pure White \/ Titanium coating","offer_id":47034358202627,"sku":"RAN3801S","price":3130.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Birch Wood \/ Stainless Steel","offer_id":47034358235395,"sku":"RAN3802S","price":2760.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Birch Wood \/ Titanium coating","offer_id":47034358268163,"sku":"RAN3803S","price":3150.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Clear Glass \/ Stainless Steel","offer_id":47034358300931,"sku":"RAN3804S","price":2760.0,"currency_code":"AUD","in_stock":true},{"title":"S75 Flat Burrs \/ Clear Glass \/ Titanium coating","offer_id":47034358333699,"sku":"RAN3805S","price":3150.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Matt Black \/ Stainless Steel","offer_id":47034358366467,"sku":"RAN3806S","price":2900.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Matt Black \/ Titanium coating","offer_id":47034358399235,"sku":"RAN3807S","price":3452.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Pure White \/ Stainless Steel","offer_id":47034358432003,"sku":"RAN3808S","price":3040.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Pure White \/ Titanium coating","offer_id":47034358464771,"sku":"RAN3809S","price":3592.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Birch Wood \/ Stainless Steel","offer_id":47034358497539,"sku":"RAN3810S","price":3060.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Birch Wood \/ Titanium coating","offer_id":47034358530307,"sku":"RAN3811S","price":3612.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Clear Glass \/ Stainless Steel","offer_id":47034358563075,"sku":"RAN3812S","price":3060.0,"currency_code":"AUD","in_stock":true},{"title":"C68 Conical Burrs \/ Clear Glass \/ Titanium coating","offer_id":47034358595843,"sku":"RAN3813S","price":3612.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/slingshot-sisma-on-demand-coffee-grinder-8728905.webp?v=1773284108"}],"url":"https:\/\/dipacci.com.au\/collections\/slingshot-grinders.oembed","provider":"Australia - Di Pacci","version":"1.0","type":"link"}