diff --git a/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.html b/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.html
index 6d8fd24..4ce92db 100644
--- a/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.html
+++ b/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.html
@@ -23,7 +23,10 @@
-
+
Cantidad:
{{ item.quantity }} unidad{{ item.quantity === 1 ? '' : 'es' }}
diff --git a/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.scss b/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.scss
index 6457985..45c2758 100644
--- a/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.scss
+++ b/src/app/features/store/pages/account-page/components/purchase-item/purchase-item.scss
@@ -92,6 +92,11 @@
.cart-item-attributes {
gap: 0.125rem;
+
+ &--quantity-only {
+ flex: 1;
+ align-content: center;
+ }
}
.cart-item-attribute {