Revert PDP pricing-panel width cap
This commit is contained in:
@@ -359,10 +359,7 @@ function ProductPricingPanel({ product, shipping, taxRate, kleinunternehmer }: P
|
||||
// same rhythm as the rest of the layout, before crossSell/footer.
|
||||
return (
|
||||
<section className="w-full bg-bg-base px-[var(--layout-padding-x)] pt-6 md:pt-8 pb-12 md:pb-16">
|
||||
{/* 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). */}
|
||||
<Reveal className="max-w-[48rem] mx-auto bg-bg-muted rounded-md flex flex-col lg:flex-row gap-8 lg:gap-12 items-center p-6 lg:pl-8 lg:pr-10 lg:py-6">
|
||||
<Reveal className="bg-bg-muted rounded-md flex flex-col lg:flex-row gap-8 lg:gap-12 items-center p-6 lg:pl-8 lg:pr-10 lg:py-6">
|
||||
<div className="group relative w-full lg:w-[25.625rem] lg:shrink-0 aspect-[410/227] rounded-sm overflow-hidden">
|
||||
<Image
|
||||
src={product.image}
|
||||
|
||||
Reference in New Issue
Block a user