{"title":"San Marino Commercial Coffee Machine","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 ── *\/\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\/* ── 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 { 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 STRIP ── *\/\n.highlights { padding: 24px 20px; background: var(--green); }\n.highlights-inner {\n  max-width: 960px; margin: 0 auto;\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 12px; text-align: center;\n}\n.hl-item { color: var(--white); }\n.hl-num {\n  font-family: 'Nunito', sans-serif; font-size: 1.5rem; font-weight: 900;\n  line-height: 1; margin-bottom: 4px;\n}\n.hl-label {\n  font-size: 10px; font-family: 'Nunito', sans-serif; font-weight: 700;\n  letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85;\n}\n\n\/* ── FEATURES GRID ── *\/\n.features { padding: 40px 20px; background: var(--white); border-bottom: 1px solid var(--border); }\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 {\n  display: flex; gap: 14px; align-items: flex-start;\n  padding: 16px; background: var(--light);\n  border: 1px solid var(--border); 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\/* ── 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 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }\n.model-card { background: var(--white); border: 1px solid var(--green-line); border-radius: 6px; overflow: hidden; }\n.model-card.featured { border-color: var(--green); border-width: 2px; }\n.model-header { background: var(--green-bg); padding: 14px 16px 12px; border-bottom: 1px solid var(--green-line); }\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 {\n  font-size: 10px; color: var(--green); font-family: 'Nunito', sans-serif;\n  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; 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; justify-content: space-between; align-items: baseline;\n  padding: 5px 0; border-bottom: 1px solid var(--border); font-size: 11px;\n}\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 {\n  display: inline-block; margin: 10px 0 0;\n  font-family: 'Nunito', sans-serif; font-size: 8.5px; font-weight: 800;\n  letter-spacing: 0.08em; text-transform: uppercase;\n  color: var(--green); background: var(--green-bg);\n  border: 1px solid var(--green-line); padding: 3px 8px; border-radius: 20px;\n}\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\/* ── WHY SAN MARINO ── *\/\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 {\n  font-family: 'Nunito', sans-serif; font-size: 2rem; font-weight: 900;\n  color: var(--green-line); line-height: 1; 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 { 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: 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 { 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 {\n  text-align: left; padding: 10px 14px;\n  font-family: 'Nunito', sans-serif; font-size: 10px; font-weight: 800;\n  letter-spacing: 0.07em; text-transform: uppercase; color: var(--green);\n  border-bottom: 1px solid var(--green-line);\n}\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 {\n  background: var(--white); color: var(--green);\n  font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 800;\n  letter-spacing: 0.06em; text-transform: uppercase;\n  padding: 11px 24px; border-radius: 4px; text-decoration: none;\n}\n.btn-pri:hover { opacity: 0.88; }\n.btn-sec {\n  background: transparent; color: var(--white);\n  font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 800;\n  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  .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 · San Marino · Commercial Espresso Machines\u003c\/span\u003e\n  \u003ch1\u003eSan Marino Commercial Coffee Machines — \u003cspan\u003eItalian Style. Café-Grade Performance.\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp\u003eThe San Marino Lisa Series brings together cutting-edge brewing technology, precision volumetric control, and the timeless craftsmanship of Italian espresso tradition — purpose-built for cafés, restaurants, and high-demand commercial environments.\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 San Marino\u003c\/span\u003e\n    \u003ch2\u003eWhere Italian Craftsmanship \u003cspan\u003eMeets Commercial Precision\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eSan Marino espresso machines are designed by leaders in the world coffee industry, combining state-of-the-art brewing technology with the finest attention to detail and craftsmanship. The Lisa Series captures the very essence of what makes a great Italian espresso machine — elegant stainless steel construction, precise volumetric control, and the reliability that busy commercial kitchens demand.\u003c\/p\u003e\n    \u003cp\u003eEvery San Marino machine features automatic refill, an external pump system, and precision electronic volumetric dosing — dispensing the right amount of coffee at the touch of a button, shot after shot, without variation. Whether you're running a single-group boutique café or a high-volume multi-group operation, San Marino has the machine built for your throughput.\u003c\/p\u003e\n    \u003cp\u003eAll three San Marino models are in stock now at Di Pacci, backed by warranty support, free commercial installation in Sydney metro areas, and Di Pacci's national service network.\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\"\u003eModels In Stock\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003e$2,999\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\"\u003eGroup Options\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hl-item\"\u003e\n      \u003cdiv class=\"hl-num\"\u003eFree\u003c\/div\u003e\n      \u003cdiv class=\"hl-label\"\u003eSydney Metro Install\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 San Marino \u003cspan\u003eApart from the Rest\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eEvery feature of the Lisa Series is engineered around the demands of a high-volume commercial service — consistency, speed, and reliability from open to close.\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\u003ePrecision Electronic Volumetric Dosing\u003c\/h4\u003e\n          \u003cp\u003eSan Marino's automatic volumetric control dispenses exactly the right amount of water for every shot at the touch of a button. No guesswork, no variation between baristas — the same extraction, every time. Essential for multi-barista teams where consistency across every cup is non-negotiable.\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\u003eAutomatic Refill System\u003c\/h4\u003e\n          \u003cp\u003eThe San Marino Lisa Series features automatic water refill — the machine monitors its own water level and refills without interrupting service. No manual tank monitoring, no mid-service shutdowns. Designed specifically for the realities of a busy commercial bar where attention needs to stay on the coffee, not the machine.\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\u003eExternal Pump System\u003c\/h4\u003e\n          \u003cp\u003eThe external pump design delivers stable, consistent water pressure to the group heads throughout the entire extraction — even under simultaneous multi-group demand. Consistent pump pressure is fundamental to consistent espresso, and the Lisa Series maintains it regardless of how many groups are pulling shots at once.\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\u003eStainless Steel Construction\u003c\/h4\u003e\n          \u003cp\u003eBuilt for the rigours of a commercial kitchen — the Lisa Series uses high-quality stainless steel throughout its exterior and internal components. Durable, hygienic, and easy to clean, the finish is designed to hold up under daily use while maintaining the sleek, sophisticated aesthetic that San Marino is known for.\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\u003eMulti-Group Configuration\u003c\/h4\u003e\n          \u003cp\u003eWith 1-group and 3-group options available across the Lisa and Prati series, San Marino machines scale to match your café's throughput. A 3-group configuration allows multiple baristas to pull shots simultaneously without compromising extraction pressure or temperature stability — ideal for high-volume services.\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\u003eItalian Design \u0026amp; Engineering Heritage\u003c\/h4\u003e\n          \u003cp\u003eSan Marino machines are designed by leaders in the world coffee industry, drawing on decades of Italian espresso tradition. Style, elegance, and quality — the same attributes synonymous with Italian fashion and cuisine — are expressed in every detail of the Lisa Series, from its form to its function.\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!-- ══ MODELS ══ --\u003e\n\u003csection class=\"models\"\u003e\n  \u003cdiv class=\"models-inner\"\u003e\n    \u003cdiv class=\"models-head\"\u003e\n      \u003cspan class=\"eyebrow\"\u003eThe Range\u003c\/span\u003e\n      \u003ch2\u003eThree Models. \u003cspan\u003eAll In Stock at Di Pacci.\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp\u003eFrom single-group boutique cafés to multi-barista high-volume operations — the San Marino Lisa Series has the configuration for your service.\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\"\u003eLisa 1 Group\u003c\/div\u003e\n          \u003cdiv class=\"model-type\"\u003eSingle Group · Commercial\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-body\"\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eGroups\u003c\/span\u003e\u003cspan class=\"value\"\u003e1 Group\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDosing\u003c\/span\u003e\u003cspan class=\"value\"\u003eVolumetric\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePump\u003c\/span\u003e\u003cspan class=\"value\"\u003eExternal\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWater\u003c\/span\u003e\u003cspan class=\"value\"\u003eAuto Refill\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"value\"\u003eStainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePrice\u003c\/span\u003e\u003cspan class=\"value\"\u003e$2,999\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cspan class=\"model-badge\"\u003eBoutique Cafés · Restaurants\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\"\u003ePrati 3 Group\u003c\/div\u003e\n          \u003cdiv class=\"model-type\"\u003eThree Group · 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\"\u003eGroups\u003c\/span\u003e\u003cspan class=\"value\"\u003e3 Groups\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDosing\u003c\/span\u003e\u003cspan class=\"value\"\u003eVolumetric\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePump\u003c\/span\u003e\u003cspan class=\"value\"\u003eExternal\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWater\u003c\/span\u003e\u003cspan class=\"value\"\u003eAuto Refill\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"value\"\u003eStainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePrice\u003c\/span\u003e\u003cspan class=\"value\"\u003e$3,999\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cspan class=\"model-badge\"\u003eBest Value · 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\"\u003eLisa 3 Group\u003c\/div\u003e\n          \u003cdiv class=\"model-type\"\u003eThree Group · Premium\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"model-body\"\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eGroups\u003c\/span\u003e\u003cspan class=\"value\"\u003e3 Groups\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eDosing\u003c\/span\u003e\u003cspan class=\"value\"\u003eVolumetric\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePump\u003c\/span\u003e\u003cspan class=\"value\"\u003eExternal\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eWater\u003c\/span\u003e\u003cspan class=\"value\"\u003eAuto Refill\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003eFinish\u003c\/span\u003e\u003cspan class=\"value\"\u003eStainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"model-row\"\u003e\n\u003cspan class=\"label\"\u003ePrice\u003c\/span\u003e\u003cspan class=\"value\"\u003e$4,999\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cspan class=\"model-badge\"\u003ePremium · Multi-Barista Bar\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!-- ══ WHY SAN MARINO ══ --\u003e\n\u003csection class=\"why\"\u003e\n  \u003cdiv class=\"why-inner\"\u003e\n    \u003cspan class=\"eyebrow\"\u003eWhy San Marino\u003c\/span\u003e\n    \u003ch2\u003eBuilt for the \u003cspan\u003eReal Demands of Commercial Service\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eSan Marino machines aren't designed for showrooms — they're engineered for the daily realities of a busy café, where consistency, reliability, and speed are everything.\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\u003eConsistency at Scale\u003c\/h4\u003e\n        \u003cp\u003ePrecision volumetric dosing means every shot is extracted to the same parameters — regardless of which barista is behind the machine or how deep into a busy service you are. San Marino takes the human variable out of dosing so your team can focus on technique and milk work.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-tile\"\u003e\n        \u003cdiv class=\"num\"\u003e02\u003c\/div\u003e\n        \u003ch4\u003eCommercial-Grade Reliability\u003c\/h4\u003e\n        \u003cp\u003eAutomatic refill, external pumps, and stainless steel construction are commercial specifications, not domestic compromises. San Marino machines are built to run continuously across a full trading day without the downtime, maintenance burden, or fragility of lesser commercial equipment.\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\u003eAll San Marino machines at Di Pacci come with full warranty, expert advice from staff who know these machines, and free commercial installation in Sydney metro areas. Our national service team is on hand for ongoing maintenance, and we stock parts for every San Marino model we sell.\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\"\u003eModel Comparison\u003c\/span\u003e\n      \u003ch2\u003eSan Marino Lisa Series — At a Glance\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\u003eLisa 1 Group\u003c\/th\u003e\n          \u003cth\u003ePrati 3 Group\u003c\/th\u003e\n          \u003cth\u003eLisa 3 Group\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eGroups\u003c\/td\u003e\n          \u003ctd\u003e1 Group\u003c\/td\u003e\n          \u003ctd\u003e3 Groups\u003c\/td\u003e\n          \u003ctd\u003e3 Groups\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eDosing System\u003c\/td\u003e\n          \u003ctd\u003eVolumetric\u003c\/td\u003e\n          \u003ctd\u003eVolumetric\u003c\/td\u003e\n          \u003ctd\u003eVolumetric\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003ePump\u003c\/td\u003e\n          \u003ctd\u003eExternal\u003c\/td\u003e\n          \u003ctd\u003eExternal\u003c\/td\u003e\n          \u003ctd\u003eExternal\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eWater Supply\u003c\/td\u003e\n          \u003ctd\u003eAuto Refill\u003c\/td\u003e\n          \u003ctd\u003eAuto Refill\u003c\/td\u003e\n          \u003ctd\u003eAuto Refill\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eConstruction\u003c\/td\u003e\n          \u003ctd\u003eStainless Steel\u003c\/td\u003e\n          \u003ctd\u003eStainless Steel\u003c\/td\u003e\n          \u003ctd\u003eStainless Steel\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eBest For\u003c\/td\u003e\n          \u003ctd\u003eBoutique Cafés\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003eHigh Volume\u003c\/td\u003e\n          \u003ctd\u003ePremium Multi-Barista\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003eInstallation\u003c\/td\u003e\n          \u003ctd\u003eFree (Sydney Metro)\u003c\/td\u003e\n          \u003ctd\u003eFree (Sydney Metro)\u003c\/td\u003e\n          \u003ctd\u003eFree (Sydney Metro)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"spec-label\"\u003ePrice\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e$2,999\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e$3,999\u003c\/td\u003e\n          \u003ctd class=\"spec-value\"\u003e$4,999\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 San Marino\u003c\/span\u003e\n      \u003ch2\u003eWho the San Marino Lisa Series \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\u003eBoutique Cafés\u003c\/h4\u003e\n        \u003cp\u003eThe Lisa 1 Group is ideal for owner-operated cafés and smaller venues where a single talented barista runs service. Compact footprint, full volumetric precision, and the visual elegance of Italian stainless steel design — without the cost of a multi-group machine you don't need.\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 Prati 3 Group and Lisa 3 Group allow two or three baristas to pull simultaneous shots without competing for pressure or capacity. Purpose-built for busy morning rushes, high-footfall venues, and any operation where the queue can't afford to wait for a single-group machine to keep up.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"for-tile\"\u003e\n        \u003cspan class=\"for-emoji\"\u003e🍽️\u003c\/span\u003e\n        \u003ch4\u003eRestaurants \u0026amp; Hospitality\u003c\/h4\u003e\n        \u003cp\u003eSan Marino's automatic refill and volumetric dosing make it ideal for hospitality environments where coffee is part of the dining experience but kitchen staff aren't specialist baristas. Set the recipe, train the team on technique, and let the machine handle the rest with precision every time.\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 Elevate Your \u003cspan\u003eCoffee Service?\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eAll three San Marino models are in stock now across Di Pacci's Australian locations and online. Free commercial installation available in Sydney metro. Our team can help you choose the right group configuration for your venue's throughput and layout.\u003c\/p\u003e\n  \u003cdiv class=\"btn-row\"\u003e\n    \u003ca href=\"https:\/\/dipacci.com.au\/collections\/san-marino-commercial-coffee-machine\" class=\"btn-pri\"\u003eShop San Marino\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":"san-marino-lisa-1-group","title":"San Marino Lisa 1 Group","description":"\u003cdiv class=\"producttitle\"\u003eSan Marino \u003cspan style=\"font-weight:300;\"\u003eLisa 1 Group\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"productinfo\"\u003eStyle, elegance and quality are attributes synonymous with the classic Italian traditions of fashion and cuisine,that have now been perfectly captured in the newest line of commercial espresso machines by San Marino.Designed by the leaders inthe world of coffee industry, the new Lisa Series combines state of the art technology with the finest attention to detail and craftmanship,which will capture the very essence of simply magnificent coffee.\u003cbr\u003e\n\u003cbr\u003e\nThis machine comes with automatic refil, an external pump and a stylish stainless steel finish. With the Automatic version, a precision electronic volumetric control will dispense the right amount of coffee at the simple touch of a button.\u003c\/div\u003e\n","brand":"San Marino","offers":[{"title":"Default Title","offer_id":39259792539811,"sku":"sanmarino-lisa","price":2999.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/san-marino-lisa-1-group-all-di-pacci-111.webp?v=1701930797"},{"product_id":"san-marino-lisa-3-group-coffee-machine","title":"San Marino Lisa 3 Group Coffee Machine","description":"\u003cdiv class=\"producttitle\"\u003eSan Marino Lisa 3 Group Coffee Machine\u003c\/div\u003e\n\u003cdiv class=\"productinfo\"\u003eStyle, elegance and quality are attributes synonymous with the classic Italian traditions of fashion and cuisine,that have now been perfectly captured in the newest line of commercial espresso machines by San Marino.Designed by the leaders inthe world of coffee industry, the new Lisa Series combines state of the art technology with the finest attention to detail and craftmanship,which will capture the very essence of simply magnificent coffee. \u003cbr\u003eThis machine comes with automatic refil, an external pump and a stylish stainless steel finish. With the Automatic version, a precision electronic volumetric control will dispense the right amount of coffee at the simple touch of a button.\u003c\/div\u003e","brand":"San Marino","offers":[{"title":"Default Title","offer_id":39260099444899,"sku":"sanmarino-lisa3","price":4999.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/san-marino-lisa-3-group-all-di-pacci-317.webp?v=1701935201"},{"product_id":"san-marino-prati-3-group","title":"San Marino Prati 3 Group","description":"\u003cdiv class=\"producttitle\"\u003eSan Marino \u003cspan style=\"font-weight:300;\"\u003ePrati\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"productinfo\"\u003e3 Group coffee machine with volumetric control.\u003c\/div\u003e\n\n","brand":"San Marino","offers":[{"title":"Default Title","offer_id":39260099903651,"sku":"sanmarino-prati","price":3999.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0487\/2015\/0691\/files\/san-marino-prati-3-group-all-di-pacci-972.webp?v=1701935212"}],"url":"https:\/\/dipacci.myshopify.com\/collections\/san-marino-commercial-coffee-machine.oembed","provider":"Australia - Di Pacci","version":"1.0","type":"link"}