.tabs-listing button:after {
content: "";
background-color: rgb(var(--bg-primary));
height: 2px;
width: 0%;
position: absolute;
bottom: 0;
left: 0;
transition: width 0.5s ease;
}
.tabs-listing button.active:after {
width: 100%;
}
#js-product-related-mw {
max-width: 99.9%;
}
.product-gallery__wrapper {
margin: 0 0 0 125px;
}
.slick-dots {
bottom: 40px;
left: 40px;
position: absolute;
list-style: none;
margin: 26px 0 0 0;
padding: 0;
}
.slick-dots li {
display: inline-block;
line-height: 1;
margin: 0 5px;
margin-left: 5px;
}
.slick-dots li:first-child {
margin-left: 0;
}
.slick-dots button {
font-size: 0;
line-height: 0;
width: 20px;
height: 20px;
padding: 7px;
border: 0;
outline: 0;
position: relative;
background: transparent;
}
.slick-dots button::before {
content: "";
font-size: 6px;
line-height: 20px;
color: #161619;
text-align: center;
width: 6px;
height: 6px;
display: block;
border-radius: 50%;
background: #cdcfd0;
}
.slick-dots .slick-active button::before {
background: #161619;
}
.btn-add-wrapper {
border: 1px solid #888888;
}
.btn-add {
border: 0 !important;
background-color: #fff;
font-size: 9px;
}
.input-add {
border-radius: 0 !important;
border: 0 !important;
background-color: #fff;
}
.flex-control-nav {
position: absolute !important;
top: 0;
left: 0;
width: 120px;
height: 100%;
}
.flex-control-nav-scroll {
position: absolute !important;
top: 0;
left: 0;
width: 120px;
height: 100%;
overflow: scroll;
}
.btn-product-view, #pdx-btn-add-wishlist {
height: 60px;
}
#pdx-btn-add-wishlist {
height: 40px;
}
.btn-product-view {
width: 100%;
}
.btn-add-wrapper {
width: 100%;
}
.input-add {
width: 100%;
}
@media(min-width: 991px) {
.btn-product-view {
height: 40px;
}
.btn-add-wrapper, .btn-product-view {
width: auto;
}
.input-add {
width: 60px;
}
}
.option-list {
background-color: #ffffff !important;
border: 1px solid #555555 !important;
color: #555555 !important;
transition: all 0.5s ease-in-out;
width: 100%;
}
.option-list:hover, .option-list.active {
background-color: #555555 !important;
border: 1px solid #555555 !important;
color: #ffffff !important;
}
@media(min-width: 991px) {
.option-list {
width: auto;
}
}
Nitecore HLB1500 Batería
No disponible
La combinación elegida no se encuentra disponible en este momento.
$
14
$
-%
20 disponibles
Batería recargable Nitecore HLB1500 — Potencia confiable, diseño minimalista
- Categoría: ACCESORIOS
- Marca: NiteCore
La Nitecore HLB1500 es una batería recargable de ion-litio con entrada USB-C, diseñada específicamente para linternas frontales de la serie Nitecore como la UT27, HA13, HA23 UHE y la lámpara Bubble Lantern. Ofrece alto rendimiento, carga rápida y larga duración en un formato ultra compacto y ligero.
📌 Especificaciones técnicas
| Característica | Detalles |
|---|---|
| Capacidad | 1500 mAh (~5,78 Wh), aproximadamente un 20 % más que modelos anteriores |
| Voltaje nominal | 3,85 V |
| Tipo de carga | Puerto USB-C, recarga completa en aprox. 1,5 horas |
| Indicador LED | Roja: cargando / Verde: carga completa |
| Autonomía | Hasta 14,5 horas de funcionamiento continuo |
| Compatibilidad | Nitecore UT27, HA13, HA23 UHE, Bubble Lantern |
| Protecciones | Contra sobrecarga, sobredescarga y cortocircuito |
| Dimensiones | 42,6 × 30 × 11,2 mm |
| Peso | 22–23 g |
| Ciclos de carga | Más de 500 ciclos garantizados |
| Garantía | 6 a 12 meses (según país o distribuidor) |
🕐
No tenemos reseñas de este producto
Tarjetas en cuadrícula
.card-product-description {
position: relative;
transition: all 0.5s;
background-color: #ffffff;
}
.card-product-description .products-bottons {
opacity: 0;
transition: all 0.5s;
}
.product-card:hover .card-product-description {
margin-top: -50px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.product-card:hover .card-product-description .products-bottons {
opacity: 1;
}