diff --git a/tienda/templates/tienda/cart.html b/tienda/templates/tienda/cart.html
index bcde235..821fd15 100644
--- a/tienda/templates/tienda/cart.html
+++ b/tienda/templates/tienda/cart.html
@@ -59,7 +59,7 @@
{% if item.product.stock > 0 %}
{{ item.product.stock }}
{% else %}
- 0
+ ✗ Sin stock
{% endif %}
Envío
diff --git a/tienda/templates/tienda/producto.html b/tienda/templates/tienda/producto.html
index fca8dd8..117aa9f 100644
--- a/tienda/templates/tienda/producto.html
+++ b/tienda/templates/tienda/producto.html
@@ -34,16 +34,16 @@
Precio total (IVA incluido):
€{{ product.get_price_with_vat|format_price }}
-
IVA: €{{ product.get_vat_amount|format_price }}
+
ℹ️ IVA incluido: €{{ product.get_vat_amount|format_price }}