Skip to main content

LiftKar HD PRO UNI

$6,737.07
SKU:
HP22UN03CC00-NO
Adding to cart… The item has been added

<!-- ============================================================
SANO LiftKar HD Pro — BigCommerce Product Page Injection
Paste into: Products > Edit Product > Description (HTML mode)
============================================================ -->

<style>
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600&display=swap');

.hdp-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.hdp-wrap {
font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
color: #1a1a1a;
max-width: 1100px;
margin: 0 auto;
}
.hdp-wrap p, .hdp-wrap td, .hdp-wrap li {
font-family: 'DM Sans', sans-serif;
}

/* INTRO */
.hdp-intro {
background: #04436C;
color: #fff;
padding: 36px 40px;
position: relative;
overflow: hidden;
}
.hdp-intro::before {
content: '';
position: absolute;
right: -40px; top: -40px;
width: 220px; height: 220px;
border-radius: 50%;
background: rgba(255,255,255,0.05);
}
.hdp-intro, .hdp-intro * { color: inherit; }
.hdp-intro { color: #fff !important; }
.hdp-intro h2 { color: #fff !important; }
.hdp-intro p { color: #dce8f0 !important; }
.hdp-intro-tag { color: #C6C6C6 !important; }
.hdp-intro-tag {
font-size: 13px;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 10px;
}
.hdp-intro h2 {
font-size: 30px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.2;
margin-bottom: 14px;
color: #fff !important;
font-family: 'Barlow Condensed', sans-serif !important;
}
.hdp-intro p {
font-size: 17px;
line-height: 1.7;
color: #dce8f0 !important;
max-width: 600px;
}

/* FEATURES */
.hdp-features {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
border: 2px solid #04436C;
border-top: none;
}
.hdp-feature {
padding: 24px 22px;
border-right: 1px solid #ddd;
}
.hdp-feature:last-child { border-right: none; }
.hdp-feature-icon {
width: 52px;
height: 52px;
background: #04436C;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 14px;
font-size: 24px;
color: #fff;
line-height: 1;
}
.hdp-feature h3 {
font-size: 15px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #04436C;
margin-bottom: 7px;
font-family: 'Barlow Condensed', sans-serif;
}
.hdp-feature p {
font-size: 15px;
line-height: 1.6;
color: #2e2e2e;
}

/* SPECS */
.hdp-specs-wrap { margin-top: 28px; }
.hdp-section-label {
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
color: #04436C;
font-weight: 700;
margin-bottom: 10px;
padding-left: 2px;
font-family: 'Barlow Condensed', sans-serif;
}
.hdp-specs {
width: 100%;
border-collapse: collapse;
font-size: 16px;
}
.hdp-specs tr:nth-child(odd) { background: #f4f7fa; }
.hdp-specs tr:nth-child(even) { background: #fff; }
.hdp-specs td {
padding: 13px 18px;
border-bottom: 1px solid #e0e8ef;
font-family: 'DM Sans', sans-serif;
}
.hdp-specs td:first-child {
font-weight: 700;
color: #04436C;
width: 42%;
font-size: 14px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-family: 'Barlow Condensed', sans-serif;
}
.hdp-specs td:last-child { color: #1a1a1a; }
.hdp-specs .highlight td { background: #e8f2f9 !important; }

/* USE CASES */
.hdp-use-cases { margin-top: 28px; }
.hdp-use-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-top: 10px;
}
.hdp-use-item {
display: flex;
align-items: flex-start;
gap: 13px;
background: #f4f7fa;
border-left: 4px solid #04436C;
padding: 18px 20px;
}
.hdp-use-item h4 {
font-size: 15px;
font-weight: 700;
letter-spacing: 0.8px;
text-transform: uppercase;
color: #04436C;
margin-bottom: 4px;
font-family: 'Barlow Condensed', sans-serif;
}
.hdp-use-item p {
font-size: 15px;
color: #3a3a3a;
line-height: 1.55;
}

/* CTA */
.hdp-cta {
margin-top: 28px;
background: #545454;
color: #fff;
padding: 22px 30px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.hdp-cta p { font-size: 16px; color: #e0e0e0; line-height: 1.5; font-family: 'DM Sans', sans-serif; }
.hdp-cta strong { display: block; font-size: 19px; color: #fff; letter-spacing: 0.5px; margin-bottom: 4px; font-family: 'Barlow Condensed', sans-serif; }
.hdp-cta a {
background: #04436C;
color: #fff;
text-decoration: none;
padding: 13px 28px;
font-size: 15px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
white-space: nowrap;
transition: background 0.2s;
font-family: 'Barlow Condensed', sans-serif;
}
.hdp-cta a:hover { background: #05568a; }

@media (max-width: 640px) {
.hdp-features { grid-template-columns: 1fr; }
.hdp-feature { border-right: none; border-bottom: 1px solid #ddd; }
.hdp-use-grid { grid-template-columns: 1fr; }
.hdp-intro { padding: 26px 22px; }
.hdp-intro h2 { font-size: 24px; }
}
</style>

<div class="hdp-wrap">

<div class="hdp-intro">
<div class="hdp-intro-tag">LiftKar HD Series &mdash; Heavy Duty Powered Stairclimber</div>
<h2 style="color:#fff !important;font-family:'Barlow Condensed',sans-serif !important;">HD Pro &mdash; When the Job Demands More</h2>
<p>
The LiftKar HD Pro is built for the heaviest loads in the most demanding environments. With a 800 lb capacity and an industrial-grade electric drive system, the HD Pro handles commercial HVAC units, industrial equipment, safes, and heavy machinery — going where forklifts can't and elevators don't exist.
</p>
<div class="hdp-capacity-badge">
<span>800 lbs</span>
<span>Maximum<br>Load Capacity</span>
</div>
</div>

<div class="hdp-features">
<div class="hdp-feature">
<div class="hdp-feature-icon">&#9650;</div>
<h3>800 lb Capacity</h3>
<p>Moves loads the SAL series can't — commercial HVAC units, industrial machinery, gun safes, and server racks up any staircase.</p>
</div>
<div class="hdp-feature">
<div class="hdp-feature-icon">&#9881;</div>
<h3>Industrial Drive System</h3>
<p>Heavy-duty electric motor with reinforced drive mechanism designed for continuous use under maximum load conditions.</p>
</div>
<div class="hdp-feature">
<div class="hdp-feature-icon">&#9678;</div>
<h3>Precision Control</h3>
<p>Variable speed control and responsive handling give the operator full command — even on narrow, curved, or outdoor staircases.</p>
</div>
</div>

<div class="hdp-specs-wrap">
<div class="hdp-section-label">Technical Specifications</div>
<table class="hdp-specs">
<tr class="highlight"><td>Max Load Capacity</td><td>220 kg (485 lbs) / 360 kg (794 lbs)</td></tr>
<tr><td>Drive Type</td><td>Full Electric — Heavy Duty Battery Powered</td></tr>
<tr><td>Battery</td><td>High-Capacity Lithium-Ion, Removable &amp; Rechargeable</td></tr>
<tr><td>Frame Construction</td><td>Heavy-Gauge Aluminum / Steel Reinforced</td></tr>
<tr><td>Stair Compatibility</td><td>Standard, Wide &amp; Outdoor Staircases</td></tr>
<tr><td>Speed Control</td><td>Variable — Operator Controlled</td></tr>
<tr><td>Lifting System Compatible</td><td>No</td></tr>
<tr><td>Intended Use</td><td>Commercial &amp; Industrial Applications</td></tr>
<tr><td>Warranty</td><td>2 Year Warranty (6 Month for Battery)</td></tr>
</table>
</div>

<!-- Comparison strip -->
<div class="hdp-compare">
<div class="hdp-compare-title">HD Pro vs. SAL Series — At a Glance</div>
<div class="hdp-compare-row">
<span class="hdp-compare-label">Max Capacity</span>
<div class="hdp-compare-vals">
<div class="hdp-compare-val"><span>SAL Pro</span><span>170 lbs</span></div>
<div class="hdp-compare-val active"><span>HD Pro</span><span>800 lbs</span></div>
</div>
</div>
<div class="hdp-compare-row">
<span class="hdp-compare-label">Best For</span>
<div class="hdp-compare-vals">
<div class="hdp-compare-val"><span>SAL Pro</span><span>Daily Delivery</span></div>
<div class="hdp-compare-val active"><span>HD Pro</span><span>Heavy Industrial</span></div>
</div>
</div>
<div class="hdp-compare-row">
<span class="hdp-compare-label">Portability</span>
<div class="hdp-compare-vals">
<div class="hdp-compare-val"><span>SAL Pro</span><span>Lightweight</span></div>
<div class="hdp-compare-val active"><span>HD Pro</span><span>Heavy Duty</span></div>
</div>
</div>
</div>

<div class="hdp-use-cases">
<div class="hdp-section-label">Ideal Applications</div>
<div class="hdp-use-grid">
<div class="hdp-use-item">
<span style="color:#04436C;font-size:22px;flex-shrink:0;margin-top:2px;width:22px;text-align:center;display:inline-block;">&#9632;</span>
<div>
<h4>HVAC &amp; Mechanical</h4>
<p>Move commercial HVAC units, boilers, and mechanical equipment up stairs and into rooftop or basement installations.</p>
</div>
</div>
<div class="hdp-use-item">
<span style="color:#04436C;font-size:22px;flex-shrink:0;margin-top:2px;width:22px;text-align:center;display:inline-block;">&#9632;</span>
<div>
<h4>Safes &amp; Vaults</h4>
<p>The go-to choice for safe delivery professionals — handles residential and commercial gun safes and vaults with confidence.</p>
</div>
</div>
<div class="hdp-use-item">
<span style="color:#04436C;font-size:22px;flex-shrink:0;margin-top:2px;width:22px;text-align:center;display:inline-block;">&#9632;</span>
<div>
<h4>Server &amp; Data Center</h4>
<p>Transport heavy server racks, UPS systems, and data center equipment up stairs where no freight elevator is available.</p>
</div>
</div>
<div class="hdp-use-item">
<span style="color:#04436C;font-size:22px;flex-shrink:0;margin-top:2px;width:22px;text-align:center;display:inline-block;">&#9632;</span>
<div>
<h4>Industrial Equipment</h4>
<p>Handles machinery, generators, industrial batteries, and other oversized commercial loads in manufacturing and warehouse settings.</p>
</div>
</div>
</div>
</div>

<div class="hdp-cta">
<div>
<strong>Need help choosing the right model?</strong>
<p>Our team can match you to the right LiftKar for your specific load and staircase.</p>
</div>
<a href="/contact-us/">Contact SANO</a>
</div>

</div>