From 1e3ab794f3329f86d35d50de6c90c508f5305346 Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 30 Aug 2026 00:42:45 +0000 Subject: [PATCH] PDP: cap pricing-panel CTA card width to match the text column (was edge-to-edge) --- app/components/ProductBlocks.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/ProductBlocks.tsx b/app/components/ProductBlocks.tsx index 1a65ee7..4e3d80e 100644 --- a/app/components/ProductBlocks.tsx +++ b/app/components/ProductBlocks.tsx @@ -359,7 +359,10 @@ function ProductPricingPanel({ product, shipping, taxRate, kleinunternehmer }: P // same rhythm as the rest of the layout, before crossSell/footer. return (
- + {/* max-w-[48rem] — same text-column width as the richTextSection + heading/crossSell card above/below it; edge-to-edge read as too + wide against those narrower elements (reported 2026-08-30). */} +