diff --git a/app/components/ProductCard.tsx b/app/components/ProductCard.tsx index 5eb98ea..c75a98c 100644 --- a/app/components/ProductCard.tsx +++ b/app/components/ProductCard.tsx @@ -103,20 +103,25 @@ export function ProductCard({ {product.categories.length > 0 && (
{product.categories.join(", ")}
)} + {/* line-clamp-1 on the name and a reserved+clamped 2-line slot + for the subline — without these, a longer name or a subline + that wraps to 2 lines pushes THAT card's price row down + relative to its row siblings; the flex-1 spacer near the + button only re-aligns the button, not the price above it. */} {product.href ? (+
{product.subline}
} +{product.subline}
{discount !== null && (