:root{--rewe-red: #cc071e;--rewe-dark: #a40618;--rewe-gray: #f6f7fa;--rewe-surface: #ffffff;--rewe-text: #1f1f1f;--rewe-muted: #5f6873;--rewe-green: #1a7f37;--rewe-blue: #004c93;--rewe-border: #e4e8ee}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--rewe-text);background:linear-gradient(180deg,#f9fafc,#f4f6fa);min-height:100svh;min-height:100dvh}header{background:var(--rewe-surface);border-bottom:1px solid var(--rewe-border);color:var(--rewe-text);padding:.9rem 1.5rem;position:sticky;top:0;z-index:20}.header-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit}.brand-logo{width:124px;height:auto;display:block}.brand-title{font-weight:700;font-size:.95rem;color:var(--rewe-blue);letter-spacing:.01em;text-transform:uppercase}.header-actions{display:flex;align-items:center;gap:.75rem;font-weight:600}.delivery-badge{padding:.42rem .82rem;border-radius:999px;background:#004c9314;color:var(--rewe-blue);font-size:.85rem;border:1px solid rgba(0,76,147,.15)}.header-link{color:var(--rewe-red);text-decoration:none;padding:.45rem .95rem;border:1px solid rgba(204,7,30,.35);border-radius:999px;font-size:.9rem;background:#fff}.header-link:hover{background:#cc071e0f}main{max-width:1280px;margin:0 auto;padding:1.6rem 1.5rem 2rem;display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.section-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.catalog{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:1fr;align-items:stretch;gap:1rem}.card{background:var(--rewe-surface);border-radius:16px;padding:1rem;border:1px solid var(--rewe-border);box-shadow:0 10px 24px #161e300f;display:flex;flex-direction:column;height:100%;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 16px 32px #161e301a}.card .media{height:120px;border-radius:12px;background:linear-gradient(135deg,#fce5e8,#fff);overflow:hidden}.card .media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.card .meta{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.card h3{font-size:1rem;font-weight:700}.badge{align-self:flex-start;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#cc071e1a;color:var(--rewe-red)}.badge.alcohol{background:#cc071e33}.badge.fresh{background:#1a7f3726;color:var(--rewe-green)}.description{font-size:.85rem;color:var(--rewe-muted)}.price{font-size:1.1rem;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.card-cta{margin-top:auto;align-self:flex-start}.button{border:none;border-radius:999px;padding:.6rem 1.2rem;background:var(--rewe-red);color:#fff;font-weight:700;cursor:pointer}.button.secondary{background:#fff;color:var(--rewe-red);border:2px solid var(--rewe-red)}.button.block{width:100%}.button.eudi{background:#004dd7;border:1px solid #004dd7;color:#fff;border-radius:14px;padding:.5rem 1.5rem;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;line-height:1}.button.eudi:hover{background:#0f5de2;border-color:#0f5de2}.eudi-pay-content{display:inline-flex;align-items:center;gap:.3rem;font-size:1.25em;line-height:1}.eudi-pay-icon{width:auto;height:1.5em;display:block}.cart{background:var(--rewe-surface);border-radius:16px;padding:1.5rem;border:1px solid var(--rewe-border);box-shadow:0 10px 24px #161e300f;display:flex;flex-direction:column;gap:1rem;height:-moz-fit-content;height:fit-content}.cart ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.cart-item{display:flex;justify-content:space-between;font-size:.9rem;gap:.5rem}.cart-item span{color:var(--rewe-muted)}.cart-item>div:last-child strong,.cart-total>span:last-child{white-space:nowrap;font-variant-numeric:tabular-nums}.qty-controls{display:flex;align-items:center;gap:.35rem}.qty-button{border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--rewe-text);border-radius:6px;width:28px;height:28px;cursor:pointer;font-weight:700}.qty-button:hover{border-color:#0003}.cart-total{display:flex;justify-content:space-between;font-weight:700}.alert{padding:.75rem 1rem;border-radius:10px;background:#cc071e14;color:var(--rewe-red);font-size:.85rem}.alert.success{background:#1a7f371f;color:var(--rewe-green)}.checkout-layout{max-width:720px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.panel{background:var(--rewe-surface);border-radius:16px;padding:1.5rem;border:1px solid var(--rewe-border);box-shadow:0 10px 24px #161e300f;display:flex;flex-direction:column;gap:1rem}.panel p{color:var(--rewe-muted);font-size:.95rem;line-height:1.5}.panel ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.panel .cart-total{margin-top:.5rem}.eudi-actions{display:flex;flex-wrap:wrap;gap:.75rem}.empty-cart-state{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}#qrContainer{display:flex;flex-direction:column;align-items:center;gap:.75rem}.qr-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%}#qrContainer img,#qrContainer svg{width:240px;height:240px;border-radius:12px;background:#fff;padding:.5rem;border:2px solid rgba(204,7,30,.2)}.status{font-weight:600}.status small{font-weight:500;color:var(--rewe-muted);display:block;margin-top:.35rem}.divider{height:1px;background:#00000014}@media (max-width: 960px){main{grid-template-columns:1fr}}@media (max-width: 720px){.header-inner{flex-direction:column;align-items:flex-start;gap:.6rem}.header-actions{width:100%;justify-content:space-between}.brand-logo{width:108px}}
