Rs 56,878.36 (Inclusive of all taxes)
Rs 48,202+ Rs 8,676.36 GST
20% OFF (Rs 12,050 Saved)
MRP Rs 71,097.36 (Inclusive of all taxes)
Selected Variant
Color: Black
Upgrade your kitchen with the Home Line Meat Slicer —a gravity-fed powerhouse designed for precision and efficiency. With a robust 250 mm blade and a 0.19 kW motor, it effortlessly slices meats up to 18 mm thick. The tiltable meat table and removable blade guard ensure easy cleaning, while the optional sharpener keeps performance optimal. Available in sleek red or black, this slicer is perfect for restaurants, QSRs, and cloud kitchens aiming for consistent, professional cuts every time. Elevate your food prep with unmatched durability and performance.
Brochure

Get custom pricing
Best quote for your needs

Get custom pricing
Best quote for your needs
Precision Slicing for Professional Kitchens
Berkel is the gold standard in precision slicing and professional food-prep. From compact Home Line slicers to high-volume Pro Line and iconic flywheel models, Berkel machines deliver uniform cuts, excellent hygiene, and long-term reliability—ideal for restaurants, hotels, delis, and gourmet kitchens across India.
Shop Berkel
View Models
Why Choose Berkel?
Choose Berkel for precision and consistency powered by razor-sharp blades and micro-adjust thickness control.
Every machine is built for service with robust motors and smooth, easy-clean surfaces, prioritizes
safety with guarded controls and non-slip stability, celebrates iconic design that elevates
guest-facing spaces, and comes with global support trusted by professionals worldwide.
- Precision & consistency
Razor-sharp blades and micro-adjust thickness for even slices every time.
- Built for service
Powerful motors, smooth carriages, and durable, easy-clean surfaces.
- Safety first
Handguards, interlocks, and non-slip feet for busy service environments.
- Iconic design
Heritage styling (Flywheel series) that doubles as a showpiece.
- Global support
A proven brand trusted by professionals worldwide.
/* ===== Design tokens ===== */
:root{
--brand:#861a22; --ink:#0e1324; --muted:#6b7280;
--card:#fff; --ring:rgba(49,59,105,.18);
--radius:16px; --shadow:0 8px 24px rgba(0,0,0,.08);
--dur:15s; /* total duration of one full cycle */
}
/* ===== HERO LAYOUT ===== */
.bk-hero{padding:clamp(16px,2.2vw,28px);background:linear-gradient(180deg,#f7f8fb 0,#fff 100%);}
.bk-wrap{
display:grid; grid-template-columns:1.15fr 1fr; gap:clamp(16px,2.4vw,32px);
align-items:center; max-width:1200px; margin:0 auto;
}
/* ===== Slider (CSS-only auto) ===== */
.bk-slider{
position:relative; background:#fff; border-radius:var(--radius); box-shadow:var(--shadow);
overflow:hidden; aspect-ratio:4/3; isolation:isolate;
}
.bk-track{
display:flex; width:100%; height:100%;
animation: bk-move var(--dur) infinite;
}
.bk-slide{flex:0 0 100%; width:100%; height:100%; margin:0;}
.bk-slide img{
width:100%; height:100%; object-fit:contain; /* avoid cropping; logo stays visible */
background:#fff; display:block;
}
/* ===== Right column ===== */
.bk-content{padding:clamp(14px,2vw,22px);}
.bk-logo{display:block;margin-bottom:12px;height:auto;}
.bk-title{margin:6px 0 10px;font-size:clamp(22px,2.6vw,32px);line-height:1.15;color:var(--ink);letter-spacing:-.02em;}
.bk-copy{margin:0 0 16px;color:var(--muted);font-size:clamp(14px,1.15vw,16px);line-height:1.55;}
.bk-ctas{display:flex;gap:10px;flex-wrap:wrap;}
.bk-btn{
display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;
text-decoration:none;font-weight:600;border:1px solid transparent;transition:transform .15s ease, box-shadow .15s ease;
}
.bk-btn.primary{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 6px 18px rgba(49,59,105,.25);}
.bk-btn.primary:hover{transform:translateY(-1px);}
.bk-btn.ghost{background:#fff;color:var(--brand);border-color:var(--brand);}
/* Pause on hover */
.bk-slider:hover .bk-track{ animation-play-state:paused; }
/* Responsive */
@media (max-width:1023px){
.bk-wrap{grid-template-columns:1fr;}
.bk-slider{order:1; aspect-ratio:16/10;}
.bk-content{order:2;}
}
/* Motion reduction */
@media (prefers-reduced-motion: reduce){
.bk-track{animation:none !important;}
}
/* ===== Keyframes ===== */
@keyframes bk-move{
0%, 30% { transform: translateX(0%); }
33%, 63% { transform: translateX(-100%); }
66%, 96% { transform: translateX(-200%); }
100% { transform: translateX(0%); }
}
/* ===== WHY CHOOSE BERKEL (cards) ===== */
.bk-card{
background:var(--card); border:1px solid #e7e9ee; border-radius:16px;
padding:18px 20px; box-shadow:var(--shadow); max-width:1200px; margin:20px auto;
}
.bk-card h3{
margin:0 0 8px; color:var(--ink);
font-size:clamp(18px,2vw,22px); line-height:1.2; letter-spacing:-.01em;
}
.bk-card .bk-intro{
margin:0 0 14px; color:var(--muted);
font-size:clamp(14px,1.2vw,16px); line-height:1.6;
}
.bk-points{
list-style:none; padding:0; margin:0;
display:grid; gap:10px; grid-template-columns:1fr;
}
@media (min-width:768px){
.bk-points{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}
@media (min-width:1100px){
.bk-points{ grid-template-columns:repeat(3, minmax(0,1fr)); }
}
.pt-card{
display:grid; gap:4px; padding:12px 12px;
border:1px solid #edf0f6; border-radius:12px; background:#fff; position:relative;
}
.pt-card::before{
content:"✓"; position:absolute; left:10px; top:10px;
color:#ffff; background:var(--brand); border-radius:8px; width:22px; height:22px;
display:grid; place-items:center; font-weight:700; font-size:12px; box-shadow:0 4px 10px var(--ring);
}
.pt-title{
padding-left:30px; font-weight:700; color:var(--ink);
font-size:14px; line-height:1.3;
}
.pt-text{
padding-left:30px; color:var(--muted);
font-size:14px; line-height:1.5;
}
Berkel Home Line
Berkel Home Line Meat Slicer HLPlus250
Perfect for Precise & Heavy-Duty Meat Cutting
Upgrade your kitchen with the Home Line Meat Slicer—a gravity-fed powerhouse designed for precision and
efficiency. With a robust 250 mm blade and a 0.19 kW motor, it effortlessly slices meats up to
18 mm thick. The tiltable meat table and removable blade guard ensure easy cleaning, while the optional
sharpener keeps performance optimal. Available in sleek red or black, this slicer is perfect for restaurants,
QSRs, and cloud kitchens aiming for consistent, professional cuts every time.
- Gravity feed
Stable, precise slicing for pro kitchens.
- Adjustable thickness
0–18 mm for meats, cheeses & more.
- Precision blade
250 mm blade for consistent results.
- Smooth power
0.19 kW motor for reliable performance.
- High capacity
Circle 183 mm; rectangular 200 × 183 mm.
- Easy cleaning
Tilt meat table; removable blade guard; optional sharpener.
Details — Berkel Home Line Meat Slicer HLPlus250
Essentials
- Type: Gravity
- Model: HLPlus250
- Model Name: Home Line Meat Slicer
- Category: Meat Equipments
- Weight: 14.5 kg
Blade & Sharpener
- Blade diameter: 250 mm
- Sharpener: Not included (optional for sale)
- Blade remover: Included for deep cleaning
Motor & Electrical
- Motor rating: 0.19 kW
- Electrical specs: 230 V 50 Hz
Cutting Performance
- Cut thickness: 0–18 mm
- Cut capacity (circle): 183 mm
- Cut capacity (rectangular): 200 × 183 mm
Hygiene & Cleaning
- Removable parts: Blade guard disk, product holder
- Meat table: Tiltable (not removable)
At a Glance
- Ideal for restaurants, QSRs & cloud kitchens
- Available colours: Red, Black
:root{
--brand:#861a22; /* Berkel red */
--ink:#0e1324; /* headings/body */
--muted:#6b7280; /* secondary text */
--card:#ffffff;
--ring:rgba(134,26,34,.18);
--radius:18px;
--shadow:0 12px 28px rgba(0,0,0,.07);
}
/* ===== Hero (left text / right image) ===== */
.bk-hero-vac{
padding: clamp(20px, 3vw, 44px);
background:
radial-gradient(1200px 400px at 10% -20%, #f5f7ff 0%, transparent 60%),
linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
}
.bk-wrap-vac{
max-width: 1200px; margin: 0 auto;
display: grid; grid-template-columns: 1.05fr 1fr;
gap: clamp(18px, 3vw, 44px); align-items: center;
}
.bk-copy-vac{
background:
linear-gradient(#fff,#fff) padding-box,
linear-gradient(135deg, #dfe6ff, #f3f5ff) border-box;
border: 1px solid transparent;
border-radius: var(--radius);
box-shadow: var(--shadow);
padding: clamp(18px, 2.4vw, 26px);
}
.bk-eyebrow{
display:inline-block;
font-size: 12px; letter-spacing:.12em; text-transform: uppercase;
color: var(--brand); background: #f1f3fb; border: 1px solid #e6e9f5;
border-radius: 999px; padding: 6px 10px; margin-bottom: 10px;
}
.bk-title{
margin: 0 0 6px; font-size: clamp(24px, 3vw, 34px);
line-height: 1.15; color: var(--ink); letter-spacing: -0.01em;
}
.bk-sub{ margin: 0 0 14px; color: var(--brand); font-weight: 700; font-size: clamp(14px, 1.2vw, 16px); }
.bk-desc{ margin: 0 0 18px; color: var(--muted); font-size: clamp(14px, 1.1vw, 16px); line-height: 1.65; }
/* Features (no icons) */
.bk-features{ list-style:none; padding:0; margin:0; display:grid; gap:10px; grid-template-columns: 1fr; }
@media (min-width: 768px){ .bk-features{ grid-template-columns: repeat(2, minmax(0,1fr)); } }
.feat{
background: var(--card); border: 1px solid #e8ecf6; border-radius: 12px;
padding: 12px; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
display:grid; gap:4px; border-left: 3px solid var(--brand);
}
.feat:hover{ box-shadow: 0 10px 24px rgba(49,59,105,.08); border-color:#dfe4f3; transform: translateY(-1px); }
.feat strong{ color: var(--ink); font-size: 14px; line-height: 1.3; }
.feat span{ color: var(--muted); font-size: 14px; line-height: 1.5; }
/* Image frame (base) */
.bk-media-vac{
margin:0; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow);
background:
linear-gradient(#fff,#fff) padding-box,
linear-gradient(135deg, #dde4ff, #f4f6ff) border-box;
border: 1px solid transparent;
display:grid; place-items:center;
/* the aspect-ratio rule is intentionally omitted to avoid cropping */
}
.bk-media-vac img{ width:auto; height:100%; max-width:100%; object-fit: contain; background:#fff; display:block; }
@media (max-width: 1023px){
.bk-wrap-vac{ grid-template-columns: 1fr; }
.bk-media-vac{ order:2; }
.bk-copy-vac{ order:1; }
}
/* ===== Details cards ===== */
.bk-specs-cards{ max-width: 1100px; margin: 36px auto; padding: 0 16px; }
.bk-specs-title{
margin: 0 0 16px; color: var(--brand); font-size: clamp(22px,2.4vw,26px);
font-weight: 700; letter-spacing: .01em; line-height: 1.25;
border-left: 4px solid var(--brand); padding-left: 10px;
}
/* Ensure cards have the SAME WIDTH (and stretch to equal heights per row) */
.bk-specs-grid{
display: grid; gap: 14px; grid-template-columns: 1fr;
justify-items: stretch; /*
| Product Name | Berkel Home Line Meat Slicer HLPlus250 - Perfect for Precise & Heavy-Duty Meat Cutting |
|---|---|
| Category | Meat Equipments |
| Brand | Berkel |
| Model Name | - |
| SKU | 124BRKLHLPlus250 |
| GST | Applicable (18%) |
| Cut Thickness | 0 - 18 mm |
| Cut Capacity Rectangular | 200 x 183 mm |
| Blade Remover | Included for a deep cleaning |
| Electrical Specs | 230 V 50 Hz |
| Cut Capacity Circle | 183MM |
| Removable Parts | Blade guard disk, Meat table tiltable but not removable, Product holder |
| Sharpener | Not included, Optional for sale |
| Blade Diameter | 250MM |
| Weight | 14.5KG |
| Home Line Meat Slicer | Meat Equipments |
| Motor Rating | 0.19KW |
| Type | Gravity |
| Color | Black, Red |