Warenkorb: Versandkosten werden jetzt sofort berechnet und angezeigt (Länderauswahl direkt im Warenkorb, reagiert live auf Wechsel), statt erst im Checkout
This commit is contained in:
@@ -826,6 +826,18 @@ a:focus-visible, button:focus-visible {
|
||||
.summary-row { display: flex; justify-content: space-between; margin: 0.55rem 0; font-size: 0.92rem; color: var(--c-text-muted); }
|
||||
.summary-row.total { color: var(--c-text); font-weight: 700; font-size: 1.2rem; margin-top: 0.3rem; }
|
||||
.cart-summary h3 { display: flex; align-items: center; gap: 0.5em; }
|
||||
.ship-country-row { display: flex; align-items: center; justify-content: space-between; gap: 0.6em; margin: 0.6rem 0; font-size: 0.85rem; color: var(--c-text-muted); }
|
||||
.ship-country-row label { display: flex; align-items: center; gap: 0.4em; white-space: nowrap; }
|
||||
.ship-country-row select {
|
||||
background: var(--c-anthracite);
|
||||
color: var(--c-text);
|
||||
border: 1px solid rgba(244, 241, 247, 0.16);
|
||||
border-radius: var(--radius-s);
|
||||
padding: 0.35em 0.6em;
|
||||
font-size: 0.85rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ship-country-row select:focus { outline: none; border-color: var(--c-accent); }
|
||||
.free-shipping-badge {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user