/* Outlet — mobiel-eerst, neutrale huisstijl (los van de bronwinkel) */
:root {
  --accent: #2f6f4f;
  --accent-donker: #24563d;
  --tekst: #22252a;
  --grijs: #6b7280;
  --lijn: #e5e7eb;
  --fond: #faf9f6;
  --fout: #b91c1c;
}
* { box-sizing: border-box; }
body {
  margin: 0; color: var(--tekst); background: var(--fond);
  font: 16px/1.55 system-ui, -apple-system, "Segoe UI", sans-serif;
}
a { color: var(--accent-donker); }
main { max-width: 1080px; margin: 0 auto; padding: 1rem; }

.kop {
  display: flex; justify-content: space-between; align-items: center;
  padding: .8rem 1rem; background: #fff; border-bottom: 1px solid var(--lijn);
  position: sticky; top: 0; z-index: 10;
}
.logo { font-size: 1.3rem; font-weight: 700; text-decoration: none; color: var(--accent-donker); }
.kop nav { display: flex; gap: 1rem; align-items: center; }
.kop nav a { text-decoration: none; font-weight: 600; }
.badge {
  background: var(--accent); color: #fff; border-radius: 999px;
  padding: 0 .5em; font-size: .8rem; margin-left: .25em;
}

.meldingen { max-width: 1080px; margin: .5rem auto 0; padding: 0 1rem; }
.melding { background: #ecfdf5; border: 1px solid #a7f3d0; padding: .6rem .8rem; border-radius: 8px; }
.fout { color: var(--fout); font-weight: 600; }
.veld-fout { border-color: var(--fout) !important; }
.hint { color: var(--grijs); font-size: .9rem; }
.leeg { text-align: center; padding: 3rem 1rem; color: var(--grijs); }

.filters form { display: flex; gap: .5rem; flex-wrap: wrap; }
.filters input[type=search] { flex: 1 1 180px; }
input, select, button {
  font: inherit; padding: .55rem .7rem; border: 1px solid var(--lijn);
  border-radius: 8px; background: #fff; min-height: 44px;
}
button, .knop {
  cursor: pointer; text-decoration: none; display: inline-block; text-align: center;
}
.primair, button.primair {
  background: var(--accent); color: #fff; border-color: var(--accent);
  font-weight: 600; width: 100%; margin-top: .5rem;
}
.primair:hover { background: var(--accent-donker); }
.teller { color: var(--grijs); font-size: .9rem; }

.raster {
  display: grid; gap: 1rem; margin-top: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.kaart {
  background: #fff; border: 1px solid var(--lijn); border-radius: 12px;
  padding: .6rem; text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
}
.kaart img, .geen-foto {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 8px;
  background: #f1f0ec;
}
.geen-foto {
  display: flex; align-items: center; justify-content: center;
  color: var(--grijs); font-size: .9rem;
}
.geen-foto.groot { aspect-ratio: 1/1; }
.kaart h3 { font-size: .95rem; margin: .5rem 0 0; }
.merk { color: var(--grijs); font-size: .85rem; margin: .15rem 0; }
.prijs s { color: var(--grijs); margin-right: .4em; }
.prijs strong { color: var(--accent-donker); }

.paginering { display: flex; justify-content: space-between; align-items: center; margin: 1.5rem 0; }

.product { display: grid; gap: 1.5rem; }
.foto-strook { display: grid; gap: .6rem; }
.foto-strook img { width: 100%; border-radius: 12px; }
.product-info form { display: grid; gap: .4rem; max-width: 420px; }
.uitverkocht { color: var(--fout); font-weight: 600; }
.omschrijving { margin-top: 1.5rem; }
@media (min-width: 760px) {
  .product { grid-template-columns: 1fr 1fr; }
  .primair, button.primair { width: auto; padding-inline: 2rem; }
}

.wagen-regel {
  display: grid; grid-template-columns: 72px 1fr auto; gap: .8rem;
  align-items: center; background: #fff; border: 1px solid var(--lijn);
  border-radius: 12px; padding: .7rem; margin-bottom: .7rem;
}
.wagen-regel img { width: 72px; height: 96px; object-fit: cover; border-radius: 8px; }
.wagen-aantal { display: flex; gap: .4rem; grid-column: 2; }
.wagen-aantal input { width: 5rem; }
.regel-totaal { grid-column: 3; grid-row: 1; font-weight: 700; }
.totalen {
  background: #fff; border: 1px solid var(--lijn); border-radius: 12px;
  padding: 1rem; margin-top: 1rem;
}
.eind-totaal { font-size: 1.2rem; font-weight: 700; }

.afreken-formulier { display: grid; gap: .8rem; max-width: 480px; }
.afreken-formulier label { display: grid; gap: .3rem; font-weight: 600; }
.afreken-formulier .rij { display: grid; grid-template-columns: 1fr 2fr; gap: .8rem; }
.afreken-overzicht {
  background: #fff; border: 1px solid var(--lijn); border-radius: 12px;
  padding: 1rem; margin-bottom: 1rem;
}

.tabel { width: 100%; border-collapse: collapse; background: #fff; }
.tabel th, .tabel td { border: 1px solid var(--lijn); padding: .5rem; text-align: left; font-size: .92rem; }
.admin-nav { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1rem 0; }
.stats { background: #fff; border: 1px solid var(--lijn); border-radius: 12px; padding: 1rem; margin: 1rem 0; }

.voet {
  margin-top: 3rem; padding: 1.5rem 1rem; background: #fff;
  border-top: 1px solid var(--lijn); text-align: center;
  color: var(--grijs); font-size: .9rem;
}

.talen { color: var(--grijs); font-size: .85rem; }
.talen a { text-decoration: none; color: var(--grijs); }
.talen strong { color: var(--accent-donker); }

.trustbalk { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap;
  margin-bottom: .8rem; font-weight: 600; color: var(--accent-donker); }
