diff --git a/app/cart/components/RelatedProducts.tsx b/app/cart/components/RelatedProducts.tsx index cd8bac0..517fbaf 100644 --- a/app/cart/components/RelatedProducts.tsx +++ b/app/cart/components/RelatedProducts.tsx @@ -134,7 +134,7 @@ export function RelatedProducts({ defaultTaxRate, kleinunternehmer }: { defaultT
{/* Always rendered, text conditional — min-h reserves this line's height in both states so cards in the same row - stay equal height regardless of low-stock status; this - component has no h-full/flex-1 spacer trick like - ProductGrid.tsx to absorb a variable-height line instead. */} + stay equal height regardless of low-stock status. */}
{anyLowStock ? "Nur noch wenige verfügbar" : null}
+ + {/* flex-1 spacer — pins every card's button to the same Y + regardless of whether `product.name` wraps to one or two + lines (see ProductGrid.tsx's identical spacer). */} + +Kategorie
+ {categories.map((category) => ( + + ))} +