Rs 48,335.16 (Inclusive of all taxes)
Rs 40,962+ Rs 7,373.16 GST
20% OFF (Rs 10,241 Saved)
MRP Rs 60,419.54 (Inclusive of all taxes)
Selected Variant
Color: Black
Slice with precision and ease using the Home Line Meat Slicer by Berkel! Designed for professional kitchens, this gravity-fed slicer features a powerful 0.19 kW motor and a sharp 195 mm blade for consistent cuts (0-18 mm thick). Handle meats, cheeses, and more with its 200 x 140 mm rectangular or 140 mm circular cut capacity. The tiltable meat table and removable blade guard ensure easy cleaning. Available in sleek red or black, it’s built for durability (12.5 kg) and efficiency (230V, 50Hz). Upgrade your kitchen today! (Blade sharpener sold separately.)
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 HLPlus200
Perfect for Precise Cuts in Commercial Kitchens
Slice with precision and ease using the Home Line Meat Slicer by Berkel! Designed for professional kitchens,
this gravity-fed slicer features a powerful 0.19 kW motor and a sharp 195 mm blade for consistent
cuts (0–18 mm thick). Handle meats, cheeses, and more with its 200 × 140 mm
rectangular or 140 mm circular cut capacity. The tiltable meat table and removable blade guard ensure
easy cleaning. Available in sleek red or black, it’s built for durability (12.5 kg) and efficiency
(230 V, 50 Hz). Blade sharpener sold separately.
-
Gravity feed
Smooth, precise slicing with minimal effort.
-
195 mm blade
Consistent cut thickness from 0–18 mm.
-
Efficient motor
0.19 kW; reliable performance at 230 V 50 Hz.
-
High capacity
Circle 140 mm; rectangular 200 × 140 mm.
-
Easy cleaning
Removable blade guard & product holder; tiltable meat table.
-
Maintenance-ready
Blade remover included; sharpener optional.
Details — Berkel Home Line Meat Slicer HLPlus200
Essentials
- Product type: Gravity meat slicer
- Model: HLPlus200
- Name: Home Line Meat Slicer
- Category: Meat Equipments
- Weight: 12.5 kg
Motor & Electrical
- Motor rating: 0.19 kW
- Electrical specs: 230 V 50 Hz
Blade & Build
- Blade diameter: 195 mm
- Available colours: Red, Black
Cutting Performance
- Cut thickness: 0–18 mm
- Cut capacity (circle): 140 mm
- Cut capacity (rectangular): 200 × 140 mm
Hygiene & Cleaning
- Removable parts: Blade guard disk, product holder
- Meat table: Tiltable (not removable)
- Blade remover: Included for deep cleaning
At a Glance
- Sharpener: Not included (optional accessory)
- Ideal for restaurants & hotels
: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 (no crop) */
.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;
aspect-ratio: 4/4; /* keep your ratio */
display:grid; place-items:center;
padding: 12px; /* add safe space so rounded corners don't clip */
}
.bk-media-vac img{
width: 100%;
height: auto; /* prevent forced stretch that can look cropped */
object-fit: contain;
object-position: center;
background:#fff;
display:block;
}
@media (max-width: 1023px){
.bk-wrap-vac{ grid-template-columns: 1fr; }
.bk-media-vac{ order:2; aspect-ratio: 16/10; padding: 10px; }
.bk-copy-vac{ order:1; }
}
/* ===== Details cards (equal width) ===== */
.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;
}
.bk-specs-grid{
display: grid; gap: 14px; align-items: stretch;
grid-template-columns: 1fr; /* mobile: 1 column */
}
@media (min-width: 720px){
.bk-specs-grid{ grid-template-columns: repeat(2, 1fr); } /* tablet: 2 equal columns */
}
@media (min-width: 1080px){
.bk-specs-grid{ grid-template-columns: repeat(3, 1fr); } /* desktop: 3 equal columns */
}
.bk-card{
background:
linear-gradient(#fff,#fff) padding-box,
linear-gradient(135deg, #f4d9dd, #f7eaec) border-box;
border: 1px solid transparent; border-radius: var(--radius);
box-shadow: var(--shadow); padding: 16px 16px 14px;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
width: 100%;
height: 100%;
box-sizing: border-box;
display:flex; flex-direction:column; justify-content:flex-start;
}
.bk-card:hover{ transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0,0,0,.09); border-color: #f0c7cd; }
.bk-head{ margin-bottom: 10px; }
.bk-card h4{ margin: 0; color: var(--ink); font-size: 16px; line-height: 1.3; font-weight: 800; letter-spacing: .005em; }
/* Standard bullets (no custom icon bullets) */
.bk-list{ list-style: disc; padding-left: 18px; margin: 0; display: grid; gap: 8px; }
.bk-list li{ color: var(--ink); font-size: 14px; line-height: 1.55; }
/* Compact on small screens */
@media (max-width: 600px){
.bk-card{ padding: 14px; }
.bk-card h4{ font-size: 15px; }
.bk-list{ gap: 6px; }
}
| Product Name | Berkel Home Line Meat Slicer HLPlus200 - Perfect for Precise Cuts in Commercial Kitchens |
|---|---|
| Category | Meat Equipments |
| Brand | Berkel |
| Model Name | - |
| SKU | 124BRKLHLPlus200 |
| GST | Applicable (18%) |
| Cut Thickness | 0 - 18 mm |
| Blade Remover | Included for a deep cleaning |
| Cut Capacity Rectangular | 200 x 140 mm |
| Electrical Specs | 230 V 50 Hz |
| Removable Parts | Blade guard disk, Meat table tiltable but not removable, Product holder |
| Blade Diameter | 195MM |
| Sharpener | Not included, Optional for sale |
| Motor Rating | 0.19KW |
| Cut Capacity Circle | 140MM |
| Weight | 12.5KG |
| Type | Gravity |
| Color | Black, Red |