diff --git a/src/styles/global.css b/src/styles/global.css index 04516b4..c0d4c68 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -803,6 +803,9 @@ a:focus-visible, button:focus-visible { .badge-row { display: flex; gap: 0.5rem; margin-bottom: 0.8rem; flex-wrap: wrap; } .price-row-detail { display: flex; align-items: baseline; gap: 0.8rem; margin-bottom: 0.2rem; flex-wrap: wrap; } .price-detail { font-size: 1.8rem; font-weight: 700; color: var(--c-accent); } +/* Durchgestrichener alter Preis bei Rabatt — global, damit das auch auf der Produktseite gilt + (ProductCard.astro hatte die gleiche Regel bereits scoped, hier fehlte sie sitesweit). */ +.price-old { color: var(--c-text-muted); text-decoration: line-through; font-size: 1.1rem; } .badge-rabatt { background: #ff5f7e; color: #fff; border-color: #ff5f7e; } .mengenrabatt-list { list-style: none; margin: 0 0 1rem; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5em; } .mengenrabatt-list li {