Products
#pc-wrap{
–bg: #FAF9F6;
–ink: #0F172B;
–muted: #8895A8;
–border: #ECEEF1;
–input-bg: #F8FAFC;
–pill-inactive-bg: #F1F0EC;
–pill-inactive-text: #8B93A6;
–star: #FE9A00;
–media-bg: #F1F0EC;
background: var(–bg);
font-family: ‘Inter’, sans-serif;
color: var(–ink);
padding: 3.5rem 4vw 5rem;
}
#pc-wrap *{ box-sizing: border-box; }
.pc-header{ max-width: 1300px; margin: 0 auto 2.2rem; }
.pc-header h1{
font-size: clamp(1.9rem, 3vw, 2.4rem);
font-weight: 800;
margin: 0 0 0.5rem;
letter-spacing: -0.01em;
}
.pc-header p{
color: var(–muted);
font-size: 1rem;
margin: 0;
}
.pc-toolbar{
max-width: 1300px;
margin: 0 auto 1.6rem;
background: #fff;
border-radius: 16px;
box-shadow: 0 12px 30px -18px rgba(15,23,43,0.15);
padding: 1.1rem 1.4rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
flex-wrap: wrap;
}
.pc-search{
flex: 1;
min-width: 220px;
display: flex;
align-items: center;
gap: 0.7rem;
background: var(–input-bg);
border-radius: 10px;
padding: 0.75rem 1rem;
}
.pc-search svg{ width: 18px; height: 18px; color: #9AA7BD; flex-shrink: 0; }
.pc-search input{
border: none;
background: transparent;
outline: none;
font-size: 0.92rem;
color: var(–ink);
width: 100%;
font-family: inherit;
}
.pc-search input::placeholder{ color: #A9B4C4; }
.pc-sort{
display: flex;
align-items: center;
gap: 0.7rem;
flex-shrink: 0;
}
.pc-sort-label{
display: flex;
align-items: center;
gap: 0.35rem;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #A9B4C4;
white-space: nowrap;
}
.pc-sort-label svg{ width: 15px; height: 15px; }
.pc-sort select{
border: 1px solid var(–border);
background: #fff;
border-radius: 10px;
padding: 0.7rem 2.2rem 0.7rem 1rem;
font-size: 0.88rem;
font-family: inherit;
color: var(–ink);
outline: none;
cursor: pointer;
appearance: none;
background-image: url(“data:image/svg+xml;utf8,“);
background-repeat: no-repeat;
background-position: right 0.8rem center;
background-size: 14px;
}
.pc-tabs-row{
max-width: 1300px;
margin: 0 auto 2.4rem;
display: flex;
align-items: center;
gap: 0.6rem;
}
.pc-tabs-arrow{
width: 34px;
height: 34px;
border-radius: 50%;
background: #fff;
border: none;
box-shadow: 0 6px 16px -8px rgba(15,23,43,0.2);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
flex-shrink: 0;
color: var(–ink);
padding: 0px;
}
.pc-tabs-arrow svg{ width: 16px; height: 16px; }
.pc-tabs-arrow.disabled{ opacity: 0.35; pointer-events: none; }
.pc-tabs-viewport{ overflow: hidden; flex: 1; }
.pc-tabs{
display: flex;
gap: 0.6rem;
transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
width: max-content;
}
.pc-tab{
background: var(–pill-inactive-bg);
color: var(–pill-inactive-text);
border: none;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
padding: 0.85rem 1.3rem;
border-radius: 999px;
white-space: nowrap;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.pc-tab.active{
background: var(–ink);
color: #fff;
}
.pc-grid{
max-width: 1300px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.8rem;
}
.pc-card{
background: #fff;
border-radius: 18px;
overflow: hidden;
box-shadow: 0 20px 45px -28px rgba(15,23,43,0.25);
display: block;
text-decoration: none;
color: inherit;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pc-card:hover{
transform: translateY(-3px);
box-shadow: 0 26px 55px -26px rgba(15,23,43,0.32);
}
.pc-card-media{
background: var(–media-bg);
height: 280px;
display: flex;
align-items: center;
justify-content: center;
padding: 1.5rem;
}
.pc-card-media svg{ width: 55%; height: 55%; }
.pc-card-body{ padding: 1.2rem 1.3rem 1.4rem; }
.pc-rating{
display: flex;
align-items: center;
gap: 0.4rem;
margin-bottom: 0.5rem;
}
.pc-stars{ color: var(–star); font-size: 0.85rem; letter-spacing: 1px; }
.pc-rating-num{ font-size: 0.8rem; color: var(–muted); font-weight: 500; }
.pc-name{
font-size: 1.05rem;
font-weight: 700;
margin: 0 0 1rem;
}
.pc-divider{ border: none; border-top: 1px solid var(–border); margin: 0 0 1rem; }
.pc-price-row{
display: flex;
align-items: center;
justify-content: space-between;
}
.pc-price{ font-size: 1.05rem; }
.pc-price .rs{ font-size: 0.75rem; color: var(–muted); font-weight: 500; }
.pc-price b{ font-size: 1.35rem; font-weight: 800; }
.pc-price .unit{ font-size: 0.75rem; color: var(–muted); font-weight: 500; }
.pc-add-btn{
width: 40px;
height: 40px;
border-radius: 50%;
background: var(–ink);
color: #fff;
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
flex-shrink: 0;
transition: transform 0.15s ease;
}
.pc-add-btn:active{ transform: scale(0.9); }
.pc-add-btn svg{ width: 17px; height: 17px; }
.pc-empty{
max-width: 1300px;
margin: 3rem auto;
text-align: center;
color: var(–muted);
font-size: 0.95rem;
}
.pc-pagination{
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
margin: 3rem auto 0;
}
.pc-page-arrow,
.pc-page-btn{
border: none;
background: #fff;
box-shadow: 0 8px 20px -14px rgba(15,23,43,0.3);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(–ink);
font-family: inherit;
font-size: 0.85rem;
font-weight: 600;
transition: background 0.2s ease, color 0.2s ease;
}
.pc-page-arrow{
width: 36px;
height: 36px;
border-radius: 50%;
padding:0px;
}
.pc-page-arrow svg{ width: 15px; height: 15px; }
.pc-page-arrow.disabled{ opacity: 0.35; pointer-events: none; }
.pc-page-btn{
min-width: 36px;
height: 36px;
border-radius: 10px;
padding: 0 0.6rem;
}
.pc-page-btn.active{
background: var(–ink);
color: #fff;
}
.pc-page-btn:hover:not(.active){ background: var(–pill-inactive-bg); }
.pc-page-ellipsis{
color: var(–muted);
font-size: 0.85rem;
padding: 0 0.3rem;
}
@media (max-width: 980px){
.pc-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px){
.pc-grid{ grid-template-columns: 1fr; gap: 1.4rem; }
.pc-toolbar{ flex-direction: column; align-items: stretch; }
.pc-sort{ justify-content: space-between; }
.pc-card-media{ height: 220px; }
}
Purchasing Center
Browse standard hardware selections and request a direct quote.
Sort By
Default Order
Price: Low to High
Price: High to Low
Name: A to Z
Showing 1–16 of 40 results
-
Sale!

16.08kWh Low-Voltage LiFePO₄ Battery System (ESS-LB16-W01)
Original price was: ₨ 720,000.₨ 612,000Current price is: ₨ 612,000.The HopeTrek ESS-LB16-W01 is a 16.08kWh low-voltage LiFePO₄ battery system with 314Ah capacity, approximately 14.4kWh usable energy and an intelligent Battery Management System. It provides at least 8,000 cycles, up to 200A discharge current, CAN and RS485 communication, and expansion support for up to 16 battery packs in parallel.Add to cart -

3MP 4G Solar Battery Pan & Tilt Camera (Uho-P2G-M3F4D-EU)
₨ 36,000The Uniarch Uho-P2G-M3F4D-EU is a 3MP outdoor 4G Pan & Tilt camera powered by a rechargeable 10Ah battery and 5W solar panel. It features AlwaysON low-power operation, Ultra Motion Detection, two-way audio, 30-metre dual-light night vision, IP66 protection and MicroSD storage up to 512GB.Add to cart -

3MP Indoor Pan & Tilt Wi-Fi Camera (Uho-S2E-M3-A)
₨ 7,000Monitor your home or workplace with the Uho-S2E-M3-A 3MP Indoor Pan & Tilt Wi-Fi Camera. It delivers clear video, smart human, vehicle and pet detection, automatic tracking, two-way audio and up to 10 metres of infrared night vision.Add to cart -

3MP Indoor Pan & Tilt Wi-Fi Camera (Uho-S3E-M3F3-A)
₨ 7,500The Uniarch Uho-S3E-M3F3-A is a smart 3MP indoor Pan & Tilt Wi-Fi camera featuring intelligent human, vehicle and pet detection, automatic tracking, two-way audio and 10-metre night vision. It supports Wi-Fi and RJ45 connectivity with MicroSD storage up to 512GB.Add to cart -

3MP Indoor Pan & Tilt Wi-Fi Camera with Call Button (Uho-S3E-M3TD-A)
₨ 7,600The Uniarch Uho-S3E-M3TD-A is a smart 3MP indoor Pan & Tilt Wi-Fi camera with a physical call button, privacy mode, intelligent human, vehicle and pet detection, automatic tracking and two-way audio. It also provides 10-metre dual-light night vision, Wi-Fi and RJ45 connectivity, and MicroSD storage up to 512GB.Add to cart -

3MP Outdoor Dual-Light Wi-Fi Bullet Camera (Uho-B2D-M3F4D)
₨ 11,000The Uniarch Uho-B2D-M3F4D is a 3MP outdoor Wi-Fi bullet camera featuring Ultra Motion Detection, two-way audio, 20-metre infrared night vision and 10-metre warm-light illumination. Its IP67 weather-resistant enclosure, Wi-Fi and RJ45 connectivity, and MicroSD storage up to 512GB make it ideal for reliable outdoor monitoring.Add to cart -

3MP Ultra Wide Indoor Wi-Fi Cube Camera (Uho-C1-M3F2)
₨ 6,000The Uniarch Uho-C1-M3F2 is a compact 3MP indoor Wi-Fi cube camera featuring an ultra-wide viewing angle, intelligent human and pet detection, two-way audio and 10-metre infrared night vision. Its magnetic base allows easy installation and flexible positioning.Add to cart -
Sale!

5.12kWh Wall-Mounted LiFePO₄ Battery System (ESS-LB5-W01)
Original price was: ₨ 270,000.₨ 229,500Current price is: ₨ 229,500.The HopeTrek ESS-LB5-W01 is a 5.12kWh wall-mounted LiFePO₄ battery system with a 51.2V nominal voltage, 100Ah capacity and approximately 4.6kWh usable energy. It features an intelligent BMS, at least 6,000 cycles, CAN communication and modular expansion supporting up to 16 battery packs in parallel.Add to cart -

5MP + 5MP Dual-Lens Indoor Pan & Tilt Wi-Fi Camera (Uho-S3S-M55F36D)
₨ 13,000The Uniarch Uho-S3S-M55F36D is a 5MP + 5MP indoor dual-lens Wi-Fi camera that combines a panoramic view with a Pan & Tilt detail camera. It features intelligent human, vehicle and pet detection, crying and loud-sound detection, two-way audio, 10-metre dual-light night vision, Wi-Fi and RJ45 connectivity, and MicroSD storage up to 512GB.Add to cart -

5MP + 5MP Outdoor Dual-Lens Pan & Tilt Wi-Fi Camera (Uho-P2S-M55F34)
₨ 16,000The Uniarch Uho-P2S-M55F34 is a 5MP + 5MP outdoor dual-lens Wi-Fi camera combining a panoramic view with a Pan & Tilt detail camera. It features Ultra Motion Detection, high-decibel detection, two-way audio, infrared and warm-light illumination up to 30 metres, Wi-Fi 6 connectivity, IP66 protection and MicroSD storage up to 512GB.Add to cart -

5MP ColorHunter Outdoor Pan & Tilt Wi-Fi Camera (Uho-P3C-M5F4)
₨ 19,500The Uniarch Uho-P3C-M5F4 is a 5MP outdoor Pan & Tilt Wi-Fi camera featuring ColorHunter with Wise-ISP technology, a large 1/1.8-inch sensor and a bright F1.0 lens for 24-hour full-colour monitoring. It also offers human detection, automatic tracking, two-way audio, 30-metre warm-light illumination, Wi-Fi 6 connectivity and MicroSD storage up to 512GB.Add to cart -

5MP Indoor Pan & Tilt Wi-Fi Camera with Call Button (Uho-S3E-M5TD-A)
₨ 10,000The Uniarch Uho-S3E-M5TD-A is a smart 5MP indoor Pan & Tilt Wi-Fi camera featuring a physical call button, privacy mode, intelligent human, vehicle and pet detection, automatic tracking and two-way audio. It offers 10-metre dual-light night vision, Wi-Fi and RJ45 connectivity, and MicroSD storage up to 512GB.Add to cart -

5MP Outdoor Dual-Light Wi-Fi Bullet Camera (Uho-B2D-M5F4D)
₨ 12,000The Uniarch Uho-B2D-M5F4D is a 5MP outdoor Wi-Fi bullet camera featuring a bright F1.6 lens, Ultra Motion Detection, two-way audio, 20-metre infrared night vision and 10-metre warm-light illumination. Its IP67 enclosure, Wi-Fi and RJ45 connectivity, and MicroSD storage up to 512GB make it ideal for reliable outdoor monitoring.Add to cart -
Sale!

6kW + 5.12kWh All-in-One Energy Storage System (AIO-SL-HP6KB5-A1)
Original price was: ₨ 553,000.₨ 470,000Current price is: ₨ 470,000.The HopeTrek AIO-SL-HP6KB5-A1 with 5 years replacement warranty is an all-in-one residential energy-storage system combining a 6kW hybrid inverter with an integrated 5.12kWh LiFePO₄ battery. It supports on-grid and off-grid operation, up to 9kW solar input, dual MPPT tracking, fast backup switching, smart application monitoring and compatible external battery expansion.Add to cart -

EVC5301-7KW@B1-S
7KW AC single gun sheet metal (4G+ electrical port, screen, 4m)Read more -

EVC7501-160KW@E
160KW DC dual gun all-in-one charging pileRead more