PAGANDO EN EFECTIVO O TRANSFERENCIA 20% DE DESCUENTO 🔥

Excavadora Brutus a bateria 6v

SKU:

Precio contado / transferencia

$361.200
Precio Lista / Tarjeta $433.440
Stock: 1

Descripción del Producto

Excavadora Infantil Biemme Brutus – 6V
⚙️ Especificaciones técnicas
• Marca / Modelo: Biemme Brutus 6V
• Dimensiones (Ancho × Altura): 0.57 m × 0.54 m
• Peso máximo soportado: 30 kg
• Tipos de control:
• Conducción autónoma por el niño
• Control remoto para supervisión de adultos
• Extras:
• Luces incorporadas
• Función musical para mayor diversión
🌟 Beneficios destacados
• Diseño realista que simula una excavadora de obra.
• Seguridad reforzada gracias al control remoto parental.
• Experiencia interactiva con luces y música.
• Compacta y resistente, ideal para espacios reducidos.
Soporta hasta 30kg.
Excavadora Brutus a bateria 6v pero no hay stock.`, '_blank'); display.textContent = "Sin stock"; display.className = "text-[10px] font-bold px-2 py-0.5 rounded-full text-red-600 bg-red-100 shadow-sm"; inputCant.disabled = true; } else { const stock = parseInt(v.stock); btn.type = "submit"; btn.innerHTML = ' AGREGAR AL CARRITO'; btn.className = "w-full py-4 rounded-xl font-bold text-md shadow-md bg-blue-600 text-white"; btn.disabled = false; display.textContent = "Stock: " + stock; display.className = "text-[10px] font-bold px-2 py-0.5 rounded-full text-green-600 bg-green-100 shadow-sm"; inputCant.disabled = false; inputCant.max = stock; document.getElementById('inputVarianteId').value = v.id; updatePrices(v.precio_transferencia, v.precio_lista); } } function updatePrices(t, l) { const fmt = n => "$" + parseFloat(n).toLocaleString('es-AR', {minimumFractionDigits: 0}); document.getElementById('displayPrecioTransf').textContent = fmt(t || precioBaseTransf); document.getElementById('displayPrecioLista').textContent = fmt(l || precioBaseLista); }