/* Grondbank IJsselmonde — frisse webshop (mockup) — Bootstrap 5.3.8 */
:root {
  --kleur-groen: #357543;
  --kleur-groen-diep: #264f32;
  --kleur-bruin: #9f6835;
  --kleur-accent: #f5d547;
  --kleur-accent-hover: #ffe066;
  --kleur-zwart: #151515;
  --kleur-tekst: #1f2937;
  --kleur-tekst-muted: #6b7280;
  --kleur-wit: #ffffff;
  --kleur-grijs-licht: #f3f4f6;
  --kleur-grijs-bar: #eef1f4;
  --kleur-rand: #e5e7eb;
  --focus-ring: 2px solid var(--kleur-groen);
  --radius: 14px;
  --radius-sm: 10px;
  --shadow-soft: 0 1px 3px rgba(15, 23, 42, 0.06);
  --shadow-card: 0 8px 30px rgba(15, 23, 42, 0.06);
  --shadow-hover: 0 14px 40px rgba(15, 23, 42, 0.1);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* ── Bootstrap 5 variabelen overschrijven met huisstijl ── */
  --bs-font-sans-serif: var(--font);
  --bs-body-font-family: var(--font);
  --bs-body-color: #1f2937;
  --bs-body-bg: #ffffff;
  --bs-link-color: #264f32;
  --bs-link-hover-color: #357543;
  --bs-border-color: #e5e7eb;
  --bs-border-radius: 14px;
  --bs-border-radius-sm: 10px;
  --bs-border-radius-lg: 14px;
  --bs-border-radius-xl: 14px;
  --bs-border-radius-pill: 999px;
  --bs-focus-ring-color: rgba(53, 117, 67, 0.25);
  --bs-focus-ring-width: 3px;
  /* Card */
  --bs-card-border-color: #e5e7eb;
  --bs-card-border-radius: 14px;
  --bs-card-cap-bg: #f3f4f6;
  --bs-card-box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  /* Success = huisstijl groen */
  --bs-success: #357543;
  --bs-success-rgb: 53, 117, 67;
  --bs-btn-bg: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--kleur-tekst);
  background: var(--kleur-wit);
  letter-spacing: -0.01em;
}

a {
  color: var(--kleur-groen-diep);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--kleur-zwart);
  color: var(--kleur-wit);
}

.skip-link:focus {
  left: 0;
}

.wrap {
  width: min(1360px, 100% - 2rem);
  margin-inline: auto;
}

/* ——— Utility top bar ——— */
.utility-bar {
  background: var(--kleur-grijs-bar);
  border-bottom: 1px solid var(--kleur-rand);
  font-size: 0.8125rem;
  color: var(--kleur-tekst-muted);
}

.utility-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  padding: 0.45rem 0;
}

.utility-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.utility-bar-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.utility-over-ons {
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--kleur-groen-diep);
  text-decoration: none;
  white-space: nowrap;
}

.utility-bar-actions .utility-over-ons:first-child {
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 117, 67, 0.35);
  background: var(--kleur-wit);
}

.utility-over-ons:hover {
  color: var(--kleur-groen);
  text-decoration: underline;
}

.utility-over-ons:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.utility-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--kleur-groen);
  color: var(--kleur-wit);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  transition: background 0.15s ease;
}

.utility-phone-btn:hover {
  background: var(--kleur-groen-diep);
  color: var(--kleur-wit);
}

.utility-phone-btn:focus-visible {
  outline-offset: 2px;
}

.utility-usps li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

/* Vinkje in een rondje */
.utility-check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--kleur-groen);
  border: none;
}

.utility-check {
  color: var(--kleur-wit);
  font-weight: 800;
  font-size: 0.52rem;
  line-height: 1;
}

/* Mobiel: één USP tegelijk, roulerend (JS zet .utility-usp-item--active) */
@media (max-width: 639px) {
  .utility-inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
  }

  .utility-usps {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    min-height: 2rem;
    flex: 1 1 0;
    min-width: 0;
    flex-wrap: nowrap;
  }

  .utility-usps li {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    max-width: calc(100% - 1rem);
    pointer-events: none;
    white-space: nowrap;
  }

  .utility-usps li.utility-usp-item--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Zonder JS of bij voorkeur minder beweging: alles onder elkaar */
  .utility-usps.utility-usps--static-mobile {
    position: static;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
  }

  .utility-usps.utility-usps--static-mobile li {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    white-space: normal;
  }
}

@media (min-width: 640px) {
  .utility-usps li {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

}

/* ——— Header ——— */
.site-header {
  background: var(--kleur-wit);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: var(--shadow-soft);
}

.header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 0.85rem 0;
}

@media (max-width: 900px) {
  .header-main {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }

  .header-search {
    grid-column: 1 / -1;
    order: 3;
  }
}

.logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.15rem 0;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-link img {
  height: 46px;
  width: auto;image.png
  display: block;
}

@media (min-width: 640px) {
  .logo-link img {
    height: 52px;
  }
}

.header-search {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.search-field {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--kleur-rand);
  border-radius: 999px;
  overflow: hidden;
  background: var(--kleur-grijs-licht);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search-field:focus-within {
  border-color: var(--kleur-groen);
  box-shadow: 0 0 0 3px rgba(53, 117, 67, 0.15);
  background: var(--kleur-wit);
}

.search-field input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.65rem 1rem;
  font: inherit;
  min-width: 0;
}

.search-field input::placeholder {
  color: #9ca3af;
}

.search-field button {
  border: none;
  background: var(--kleur-groen);
  color: var(--kleur-wit);
  padding: 0 1.15rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-field button:hover {
  background: var(--kleur-groen-diep);
}

.header-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.35rem 0.45rem;
  max-width: min(100%, 22rem);
}

.header-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--kleur-tekst);
  font-size: 0.7rem;
  font-weight: 600;
  min-width: 3rem;
  max-width: 5rem;
  text-align: center;
  line-height: 1.2;
}

.header-icon-caption {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-icon-link:hover {
  color: var(--kleur-groen);
}

/* Zelfde kolom-layout als links: icoon + onderschrift */
.header-icon-action {
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--kleur-tekst);
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 600;
  min-width: 3rem;
  max-width: 5rem;
  text-align: center;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease;
}

.header-icon-action:hover {
  color: var(--kleur-groen);
}

.header-icon-action:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.header-search-toggle.header-icon-action .header-icon-graphic > svg,
.nav-menu-toggle.header-icon-action .header-icon-graphic > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Vaste icoon-zone zodat labels gelijk onder elkaar uitlijnen */
.header-icon-graphic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.header-icon-graphic svg {
  display: block;
}

/* Aantal op het mandje (niet onder het label) */
.header-icon-graphic .cart-count {
  position: absolute;
  top: -4px;
  right: -9px;
  margin: 0;
  min-width: 1.05rem;
  padding: 0.1rem 0.32rem;
  background: var(--kleur-accent);
  color: var(--kleur-zwart);
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1.15;
  border-radius: 999px;
  border: 2px solid var(--kleur-wit);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* Subcategorie-accordion: standaard verborgen, alleen actief op mobiel */
.nav-sub {
  display: none;
}

/* Hogere specificiteit: overschrijft .category-nav ul { display: flex } */
.category-nav .nav-sub {
  display: none !important;
}

.nav-sub-btn {
  display: none;
}

.nav-item-row {
  display: contents;
}

/* Mobiel: zoek + assortiment als tweede rij iconen (subtitel + zelfde icoonzone) */
.nav-menu-toggle,
.header-search-toggle {
  display: none;
}

.nav-menu-icon,
.header-search-toggle-icon {
  display: block;
}

.nav-menu-toggle .nav-menu-icon--close {
  display: none;
}

.nav-menu-toggle[aria-expanded="true"] .nav-menu-icon--bars {
  display: none;
}

.nav-menu-toggle[aria-expanded="true"] .nav-menu-icon--close {
  display: block;
}

.header-search-toggle .header-search-toggle-icon--close {
  display: none;
}

.header-search-toggle[aria-expanded="true"] .header-search-toggle-icon--search {
  display: none;
}

.header-search-toggle[aria-expanded="true"] .header-search-toggle-icon--close {
  display: block;
}

.category-nav-backdrop {
  display: none;
}

body.nav-menu-open {
  overflow: hidden;
}

/* Account: desktop header + utility; mobiel alleen in assortimentmenu */
.category-nav-account {
  display: none;
}

@media (max-width: 767px) {
  .header-icon-account,
  .utility-account-link {
    display: none !important;
  }

  .category-nav.category-nav--open .category-nav-account {
    display: list-item;
  }

  .category-nav.category-nav--open .nav-account-link--active {
    color: var(--kleur-accent);
  }

  .header-icons {
    gap: 0.25rem 0.32rem;
  }

  .header-icon-link,
  .header-icon-action {
    min-width: 2.65rem;
    max-width: 4.35rem;
  }

  .header-search-toggle.header-icon-action {
    display: inline-flex;
  }

  .header-search {
    display: none;
  }

  body.header-search-open .header-search {
    display: block;
  }

  .nav-menu-toggle.header-icon-action {
    display: inline-flex;
  }

  /* Menu boven header-main (logo/zoek); zwevende sluitknop zonder subtitel */
  body.nav-menu-open .nav-menu-toggle {
    display: inline-flex;
    position: fixed;
    top: max(0.55rem, env(safe-area-inset-top));
    right: max(0.55rem, env(safe-area-inset-right));
    z-index: 10002;
    min-width: 2.75rem;
    max-width: none;
    width: 2.75rem;
    height: 2.75rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.12);
  }

  body.nav-menu-open .nav-menu-toggle .header-icon-caption {
    display: none;
  }

  body.nav-menu-open .nav-menu-toggle .header-icon-graphic {
    width: 2.75rem;
    height: 2.75rem;
  }

  /* Fullpage canvas: vol scherm; schuift van rechts in */
  .category-nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 119;
    margin: 0;
    padding: 0;
    border: none;
    appearance: none;
    background: rgba(15, 23, 42, 0.48);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
  }

  .category-nav-backdrop.category-nav-backdrop--visible {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header .category-nav {
    display: block !important;
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    z-index: 120;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    box-shadow: none;
    border-top: none;
    scrollbar-width: thin;
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .site-header .category-nav.category-nav--open {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  .site-header .category-nav.category-nav--open .wrap {
    box-sizing: border-box;
    max-width: 28rem;
    margin-inline: auto;
    padding-top: var(--nav-drawer-top, 5.5rem);
    padding-right: max(1.25rem, env(safe-area-inset-right));
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
    padding-left: max(1.25rem, env(safe-area-inset-left));
    width: 100%;
  }

  .site-header .category-nav.category-nav--open ul {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .site-header .category-nav.category-nav--open li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-header .category-nav.category-nav--open a {
    display: block;
    padding: 0.95rem 0;
    font-size: 1.05rem;
    white-space: normal;
    border-bottom: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.12);
  }

  /* Rij met link + chevron-knop voor sub-navigatie */
  .nav-item-row {
    display: flex !important;
    align-items: stretch;
  }

  .nav-item-row .nav-item-link {
    flex: 1;
  }

  .nav-sub-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.75rem;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    padding: 0;
    transition: color 0.15s ease;
  }

  .nav-sub-btn:hover { color: #fff; }

  /* Sub-panel: schuift in van rechts, over de root-lijst heen */
  .nav-sub-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: calc(var(--z-drawer, 300) + 1);
    background: var(--kleur-groen-diep, #1e3d26);
    color: #fff;
    padding-top: var(--nav-drawer-top, 5.5rem);
    padding-right: max(1.25rem, env(safe-area-inset-right));
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
    padding-left: max(1.25rem, env(safe-area-inset-left));
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
    will-change: transform;
  }

  .nav-sub-panel.is-active {
    transform: translateX(0);
  }

  .nav-sub-panel-header {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0.25rem;
  }

  .nav-sub-panel-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    padding: 0.5rem 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0.1);
  }

  .nav-sub-panel-back:hover { color: #fff; }

  .nav-sub-panel-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .nav-sub-panel-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  .nav-sub-panel-list li:last-child {
    border-bottom: none !important;
  }

  .nav-sub-panel-list a {
    display: block;
    padding: 0.9rem 0 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 1rem !important;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0.1);
  }

  .nav-sub-panel-list a:hover { color: #fff !important; }

  .nav-sub-panel-all-link {
    font-weight: 700 !important;
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .nav-menu-toggle,
  .header-search-toggle {
    display: none !important;
  }

  .category-nav-backdrop {
    display: none !important;
  }

  .nav-sub-panel {
    display: none !important;
  }

  .site-header .category-nav {
    display: block !important;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    z-index: auto !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: none !important;
    will-change: auto !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  body.nav-menu-open {
    overflow: visible;
  }

  body.nav-menu-open .site-header {
    z-index: 50;
  }

  body.nav-menu-open .header-main {
    position: static;
    z-index: auto;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .nav-menu-toggle {
    transition: none;
  }

  .site-header .category-nav {
    transition: none !important;
  }

  .category-nav-backdrop {
    transition: none !important;
  }
}

/* ——— Mega-menu ——— */
.mega-panel {
  display: none;
}

@media (min-width: 768px) {
  /* Positie-context voor mega-panel */
  .category-nav {
    position: relative;
    overflow: visible !important;
  }

  /* Toon mega-panel op hover/focus-within */
  .mega-panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    color: var(--kleur-tekst);
    border-top: 3px solid var(--kleur-groen);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    /* Vertraging bij verbergen — geeft tijd om muis naar het panel te bewegen */
    transition: opacity 0.18s ease 160ms, visibility 0.18s ease 160ms, transform 0.18s ease 160ms;
    pointer-events: none;
  }

  /* Onzichtbare brug boven het panel die de gat tussen nav-balk en panel opvult */
  .mega-panel::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
  }

  .nav-item.has-sub:hover .mega-panel,
  .nav-item.has-sub:focus-within .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    /* Direct tonen, geen vertraging */
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
  }

  /* Reset: categorie-nav link-/lijst-stijlen overschrijven niet het mega-panel */
  .category-nav .mega-panel a {
    color: var(--kleur-tekst);
    font-weight: 400;
    font-size: 0.875rem;
    white-space: normal;
    padding: 0;
    border-bottom: none;
    text-decoration: none;
    transition: color 0.13s ease;
  }

  .category-nav .mega-panel a:hover,
  .category-nav .mega-panel a:focus-visible {
    color: var(--kleur-groen);
    border-bottom: none;
  }

  /* Reset ul-layout binnen mega-panel */
  .category-nav .mega-panel ul {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
  }

  /* Reset li-stijlen */
  .category-nav .mega-panel li {
    border: none;
    padding: 0;
  }

  /* Inhoud */
  .mega-panel-inner {
    padding: 1.75rem 0 2rem;
  }

  .mega-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--kleur-groen-diep) !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-decoration: none;
    margin-bottom: 1.35rem;
    border-bottom: none !important;
    transition: color 0.13s ease;
  }

  .mega-all::after {
    content: "→";
  }

  .mega-all:hover {
    color: var(--kleur-groen) !important;
  }

  .mega-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.75rem 2.5rem;
    align-items: start;
  }

  .mega-col-heading {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--kleur-tekst-muted);
    margin: 0 0 0.75rem;
  }

  .mega-col ul a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .mega-col ul a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--kleur-groen);
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.13s ease;
  }

  .mega-col ul a:hover::before {
    opacity: 1;
  }

  /* Tip-kolom */
  .mega-col--tip {
    border-left: 1px solid var(--kleur-rand);
    padding-left: 2rem;
  }

  .mega-tip {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  .mega-tip p {
    margin: 0;
    font-size: 0.875rem;
    color: var(--kleur-tekst-muted);
    line-height: 1.6;
  }

  /* btn-outline in mega-panel: gebruik normale (niet witte) kleur */
  .mega-panel .btn-outline {
    color: var(--kleur-groen-diep);
    border-color: var(--kleur-groen);
    align-self: flex-start;
  }

  .mega-panel .btn-outline:hover {
    background: var(--kleur-groen);
    color: #fff;
  }
}

/* Category nav — volle breedte, groen */
.category-nav {
  width: 100%;
  background: var(--kleur-groen);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav .wrap {
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
}

.category-nav ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
  justify-content: flex-start;
}

@media (min-width: 1100px) {
  .category-nav ul {
    justify-content: center;
    gap: 0.25rem 2rem;
    padding: 0.85rem 0;
  }
}

.category-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  white-space: nowrap;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  color: var(--kleur-wit);
  border-bottom-color: var(--kleur-accent);
}

.category-nav a[aria-current="page"] {
  color: var(--kleur-wit);
  border-bottom-color: var(--kleur-accent);
}

.category-nav .nav-sale {
  color: #fef08a;
}

.category-nav .nav-sale:hover,
.category-nav .nav-sale:focus-visible {
  color: #fff;
  border-bottom-color: #fef08a;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-cta {
  background: var(--kleur-accent);
  color: var(--kleur-zwart);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}

.btn-cta:hover {
  background: var(--kleur-accent-hover);
  box-shadow: var(--shadow-soft);
}

.btn-primary {
  background: var(--kleur-groen);
  color: var(--kleur-wit);
}

.btn-primary:hover {
  background: var(--kleur-groen-diep);
}

.btn-secondary {
  background: var(--kleur-bruin);
  color: var(--kleur-wit);
}

.btn-secondary:hover {
  filter: brightness(1.06);
}

.btn-outline {
  background: transparent;
  color: var(--kleur-groen-diep);
  border: 2px solid var(--kleur-groen);
}

.btn-outline:hover {
  background: rgba(53, 117, 67, 0.06);
}

.btn-ghost {
  background: transparent;
  color: var(--kleur-tekst);
  border: 1px solid var(--kleur-rand);
}

.btn-ghost:hover {
  border-color: var(--kleur-groen);
  color: var(--kleur-groen);
}

.btn-small {
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
}

.mega-tel-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.btn-arrow::after {
  content: "→";
  font-weight: 700;
}

/* Legacy outline light → ghost on dark banners */
.btn-outline-light {
  background: rgba(255, 255, 255, 0.12);
  color: var(--kleur-wit);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

/* ——— Hero ——— */
.hero-zone {
  background: linear-gradient(180deg, var(--kleur-grijs-licht) 0%, var(--kleur-wit) 100%);
  padding: 2rem 0 0;
}

@media (min-width: 768px) {
  .hero-zone {
    padding: 2.25rem 0 0;
  }
}

.hero-banners {
  padding-bottom: 0;
}

.banner-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: stretch;
}

@media (min-width: 768px) {
  .banner-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 1.25rem;
    min-height: clamp(380px, 52vw, 520px);
  }
}

.banner-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: clamp(300px, 65vw, 360px);
  display: flex;
  align-items: stretch;
  text-decoration: none;
  color: var(--kleur-wit);
  box-shadow: var(--shadow-card);
}

@media (min-width: 768px) {
  .banner-card:not(.small) {
    min-height: 100%;
    height: 100%;
  }
}

.banner-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.banner-card:hover img {
  transform: scale(1.05);
}

.banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(21, 21, 21, 0.88) 0%, rgba(21, 21, 21, 0.35) 45%, transparent 75%);
}

.banner-content {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: min(85%, 26rem);
}

.banner-panel {
  background: rgba(53, 117, 67, 0.92);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-sm);
  padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1.1rem, 2.5vw, 1.65rem);
  margin-bottom: 0.85rem;
}

.banner-panel h2,
.banner-panel .banner-kicker {
  margin: 0;
}

.banner-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.95;
}

.banner-content h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.banner-content > p {
  margin: 0 0 1.1rem;
  opacity: 0.92;
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  line-height: 1.5;
  max-width: 28rem;
}

.banner-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
}

@media (min-width: 768px) {
  .banner-stack {
    height: 100%;
    min-height: 100%;
  }
}

.banner-card.small {
  min-height: clamp(150px, 22vw, 200px);
  align-items: center;
}

@media (min-width: 768px) {
  .banner-card.small {
    flex: 1;
    min-height: 0;
  }
}

.banner-stack .banner-card.small:last-child::after {
  background: linear-gradient(120deg, rgba(62, 39, 18, 0.92) 0%, rgba(101, 67, 33, 0.72) 100%);
}

.banner-card.small .banner-content {
  max-width: 100%;
  padding: 1.25rem 1.5rem;
  justify-content: center;
}

.banner-card.small h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.banner-card.small p {
  margin: 0 0 0.75rem;
  font-size: clamp(0.82rem, 1.1vw, 0.92rem);
  opacity: 0.95;
  line-height: 1.45;
}

.banner-green-solid {
  background: var(--kleur-groen);
  min-height: clamp(150px, 22vw, 200px);
}

.banner-green-solid::after {
  background: linear-gradient(135deg, rgba(38, 79, 50, 0.25) 0%, transparent 60%);
}

.banner-green-solid .banner-content {
  justify-content: center;
}

/* ——— USP strip (onder hero) ——— */
.usp-strip {
  background: var(--kleur-wit);
  border-top: 1px solid var(--kleur-rand);
  border-bottom: 1px solid var(--kleur-rand);
  margin-top: 1.75rem;
}

/* USP strip — Bootstrap row row-cols-md-3 (class in HTML) */
.usp-strip-inner {
  padding: 1.35rem 0;
}

@media (min-width: 720px) {
  .usp-strip-inner {
    padding: 1.5rem 0;
  }
}

.usp-strip-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

/* Één kleur (groen); secondary-laag via opacity — zoals FA duotone */
.usp-strip-item .fa-duotone.usp-strip-fa {
  flex-shrink: 0;
  display: block;
  --fa-primary-color: var(--kleur-groen);
  --fa-secondary-opacity: 0.4;
}

.usp-strip-item .fa-duotone .fa-primary {
  fill: var(--fa-primary-color);
  opacity: 1;
}

.usp-strip-item .fa-duotone .fa-secondary {
  fill: var(--fa-primary-color);
  opacity: var(--fa-secondary-opacity);
}

.usp-strip-item strong {
  display: block;
  font-size: 0.9rem;
  color: var(--kleur-zwart);
  margin-bottom: 0.15rem;
}

.usp-strip-item span {
  font-size: 0.8125rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.45;
}

/* ——— Sections ——— */
.section {
  padding: 3rem 0;
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--kleur-zwart);
  letter-spacing: -0.03em;
}

.link-more {
  font-weight: 700;
  color: var(--kleur-groen);
  text-decoration: none;
  font-size: 0.95rem;
}

.link-more:hover {
  text-decoration: underline;
}

/* ——— Category slider (ronde thumbnails) ——— */
.category-slider-section {
  overflow: hidden;
}

.category-slider-shell {
  position: relative;
  padding: 0 clamp(2.25rem, 5vw, 3rem);
  margin: 0 -0.25rem;
}

.category-slider-viewport {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
}

.category-slider {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0.65rem 0 1.15rem;
  scrollbar-width: thin;
  scrollbar-color: var(--kleur-groen) var(--kleur-grijs-licht);
  -webkit-overflow-scrolling: touch;
}

.category-slider::-webkit-scrollbar {
  height: 6px;
}

.category-slider::-webkit-scrollbar-thumb {
  background: var(--kleur-groen);
  border-radius: 3px;
}

.category-slider .category-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 118px;
}

@media (min-width: 480px) {
  .category-slider .category-card {
    width: 132px;
  }
}

@media (min-width: 768px) {
  .category-slider .category-card {
    width: 144px;
  }
}

.category-slider .category-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0.35rem 0.15rem 0.5rem;
  border-radius: var(--radius);
  transition: color 0.15s ease;
}

.category-slider .category-card a:hover,
.category-slider .category-card a:focus-visible {
  color: var(--kleur-groen-diep);
}

.category-thumb {
  display: block;
  width: 104px;
  height: 104px;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--kleur-rand);
  background: linear-gradient(160deg, #f9fafb 0%, #e8ecf0 100%);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media (min-width: 480px) {
  .category-thumb {
    width: 118px;
    height: 118px;
  }
}

@media (min-width: 768px) {
  .category-thumb {
    width: 128px;
    height: 128px;
  }
}

.category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-slider .category-card a:hover .category-thumb,
.category-slider .category-card a:focus-visible .category-thumb {
  border-color: var(--kleur-groen);
  box-shadow: 0 10px 28px rgba(53, 117, 67, 0.2);
  transform: scale(1.03);
}

.category-label {
  display: block;
  font-weight: 700;
  font-size: 0.8125rem;
  text-align: center;
  color: var(--kleur-zwart);
  line-height: 1.3;
}

.category-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--kleur-rand);
  background: var(--kleur-wit);
  color: var(--kleur-groen);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.category-slider-arrow:hover {
  background: var(--kleur-groen);
  border-color: var(--kleur-groen);
  color: var(--kleur-wit);
}

.category-slider-arrow:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 2px;
}

.category-slider-arrow--prev {
  left: 0;
}

.category-slider-arrow--next {
  right: 0;
}

@media (max-width: 380px) {
  .category-slider-shell {
    padding: 0 2rem;
  }

  .category-slider-arrow {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.1rem;
  }
}

/* Product grid — Bootstrap row row-cols-* (class in HTML); .product-card overridet Bootstrap .card */
.product-card {
  background: var(--kleur-wit);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--kleur-rand);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s ease;
}

.product-card:hover {
  box-shadow: var(--shadow-hover);
}

.product-card a.image-link {
  display: block;
  text-decoration: none;
}

.product-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 200px;
  object-fit: cover;
}

.product-body {
  padding: 1.1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
}

.product-body h3 {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
}

.product-body h3 a {
  color: inherit;
  text-decoration: none;
}

.product-body h3 a:hover {
  color: var(--kleur-groen);
}

.price {
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--kleur-zwart);
  letter-spacing: -0.02em;
}

.price-unit {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--kleur-tekst-muted);
}

.product-actions {
  margin-top: auto;
  padding-top: 0.65rem;
}

.product-actions .btn-cta {
  width: 100%;
}

/* Intro */
.intro-block {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .intro-block {
    grid-template-columns: 1fr 1fr;
  }
}

.intro-text h2 {
  margin-top: 0;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.intro-text p {
  margin: 0 0 1rem;
  color: var(--kleur-tekst-muted);
  font-size: 1.02rem;
}

.intro-visual img {
  border-radius: var(--radius);
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 450px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.usp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .usp-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.usp-card {
  background: var(--kleur-grijs-licht);
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color 0.15s ease;
}

.usp-card:hover {
  border-color: var(--kleur-rand);
}

.usp-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--kleur-zwart);
}

.usp-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.5;
}

.bg-white-section {
  background: var(--kleur-wit);
}

/* ── Bootstrap component overrides ── */

/* Paginering — huisstijlkleur */
.pagination .page-link {
  color: var(--kleur-groen-diep);
  border-color: var(--kleur-rand);
}
.pagination .page-link:hover {
  color: var(--kleur-groen);
  background: var(--kleur-grijs-licht);
  border-color: var(--kleur-rand);
}
.pagination .page-item.active .page-link {
  background: var(--kleur-groen);
  border-color: var(--kleur-groen);
  color: #fff;
}
.pagination .page-item.active .page-link:focus {
  box-shadow: 0 0 0 3px rgba(53, 117, 67, 0.25);
}

/* Form controls — huisstijl focus */
.form-control:focus,
.form-select:focus {
  border-color: var(--kleur-groen);
  box-shadow: 0 0 0 3px rgba(53, 117, 67, 0.15);
}

/* Bootstrap .card — zorg dat product-card stijl intact blijft */
.product-card.card {
  border-color: var(--kleur-rand);
}

/* Bootstrap breadcrumb kleuren */
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--kleur-tekst-muted);
}
.breadcrumb-item.active {
  color: var(--kleur-tekst-muted);
}

.bg-muted-section {
  background: var(--kleur-grijs-licht);
}

/* ——— Footer ——— */
.site-footer {
  --footer-bg: #162b1e;
  --footer-bar-bg: #1d3826;
  --footer-border: rgba(255, 255, 255, 0.09);
  --footer-text: rgba(255, 255, 255, 0.62);
  --footer-text-strong: #fff;
  background: var(--footer-bg);
  color: var(--footer-text);
  font-size: 0.875rem;
  margin-top: 0;
}

/* Contactbalk */
.footer-contact-bar {
  background: var(--footer-bar-bg);
  border-bottom: 1px solid var(--footer-border);
}

.footer-contact-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex: 1 1 220px;
  padding: 1.1rem 1.75rem;
  text-decoration: none;
  color: var(--footer-text);
  border-right: 1px solid var(--footer-border);
  transition: color 0.15s ease;
}

.footer-contact-item:last-child {
  border-right: none;
}

.footer-contact-item:hover {
  color: var(--footer-text-strong);
}

.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--kleur-accent);
}

.footer-contact-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.footer-contact-text strong {
  display: block;
  color: var(--footer-text-strong);
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-contact-text span {
  font-size: 0.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Grid */
.footer-grid {
  display: grid;
  gap: 2.5rem 2rem;
  grid-template-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1000px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.4fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

/* Branding */
.footer-brand {
  max-width: 26rem;
}

.footer-logo {
  display: block;
  height: 38px;
  width: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer-brand p {
  margin: 0 0 1.1rem;
  line-height: 1.65;
}

.footer-usps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-usps li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer-usps li::before {
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--kleur-accent);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.5l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Koppen */
.footer-heading {
  color: var(--footer-text-strong);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

/* Links */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-links a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.13s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.footer-links a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--kleur-accent);
  flex-shrink: 0;
  opacity: 0.7;
}

.footer-links a:hover {
  color: var(--footer-text-strong);
}

.footer-links a:hover::before {
  opacity: 1;
}

/* Adres */
.footer-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-address p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--footer-text);
}

.footer-address svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.footer-address a {
  color: var(--footer-text);
  text-decoration: none;
  transition: color 0.13s ease;
}

.footer-address a:hover {
  color: var(--footer-text-strong);
}

/* Onderste balk */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid var(--footer-border);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom p {
  margin: 0;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.13s ease;
}

.footer-legal a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.cms-page {
  max-width: 48rem;
}

.cms-page-body {
  color: var(--text-muted, #4b5563);
  line-height: 1.7;
}

.cms-page-body h2 {
  color: var(--text, #111827);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.75rem;
}

.cms-page-body h2:first-child {
  margin-top: 0;
}

.cms-page-body p,
.cms-page-body ul {
  margin-bottom: 1rem;
}

.cms-page-body ul {
  padding-left: 1.25rem;
}

.cms-page-body a {
  color: var(--brand, #1a6b3c);
}

@media (max-width: 639px) {
  .footer-contact-item {
    border-right: none;
    border-bottom: 1px solid var(--footer-border);
    padding: 0.85rem 0;
    flex: 1 1 100%;
  }

  .footer-contact-item:last-child {
    border-bottom: none;
  }

  .footer-contact-text span {
    white-space: normal;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* PLP — .plp-layout vervangen door Bootstrap row in HTML */
.page-title-bar {
  padding: 2rem 0 0.5rem;
}

.page-title-bar h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.breadcrumbs {
  font-size: 0.8125rem;
  color: var(--kleur-tekst-muted);
  margin-bottom: 0.35rem;
}

.breadcrumbs a {
  color: var(--kleur-groen);
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.filters {
  background: white;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.filters h2 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.filter-group {
  margin: 0 0 1.35rem;
  padding: 0;
  border: none;
  min-inline-size: 0;
}

.filter-group legend {
  float: none;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.65rem;
  padding: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: none;
  color: var(--kleur-accent);
  border-radius: 0;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.filter-options label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  cursor: pointer;
  line-height: 1.3;
}

.filter-options input {
  accent-color: var(--kleur-groen);
  width: 1.1rem;
  height: 1.1rem;
}

.price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: end;
}

.price-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  font-size: 0.9rem;
  cursor: text;
}

.price-field-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--kleur-tekst-muted);
}

.price-range input {
  width: 100%;
  padding: 0.5rem 0.55rem;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  font: inherit;
}

.filters-tip {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--kleur-tekst-muted);
}

/* ── Mobile filter bottom sheet ── */
.filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 399;
  transition: opacity 0.25s ease;
}
.filter-overlay--visible {
  display: block;
}

.filter-sheet-header,
.filter-sheet-footer {
  display: none;
}

@media (max-width: 991.98px) {
  .filters {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    max-height: 88vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px 20px 0 0;
    border: none;
    padding: 0 1.25rem 1.5rem;
    box-shadow: 0 -6px 32px rgba(0, 0, 0, 0.18);
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .filters.filters--open {
    transform: translateY(0);
  }

  .filter-sheet-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0.75rem 0 1rem;
    border-bottom: 1px solid var(--kleur-rand);
    margin-bottom: 1.25rem;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }
  .filter-sheet-drag {
    grid-column: 2;
    width: 40px;
    height: 4px;
    background: var(--kleur-rand);
    border-radius: 2px;
    margin: 0 auto 0.5rem;
    grid-row: 1;
    align-self: start;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .filter-sheet-title {
    grid-column: 2;
    font-weight: 800;
    font-size: 1rem;
    text-align: center;
  }
  .filter-sheet-close {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    background: var(--kleur-bg-zacht);
    border-radius: 50%;
    cursor: pointer;
    color: var(--kleur-tekst);
  }

  .filter-sheet-footer {
    display: block;
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 1rem 0 0;
    border-top: 1px solid var(--kleur-rand);
    margin-top: 0.5rem;
  }
  .filter-apply-btn {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--kleur-groen);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    font: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: 0.01em;
  }
  .filter-apply-btn:hover {
    background: var(--kleur-groen-diep);
  }
}

/* Mobile bottom filter bar */
.filter-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  background: #fff;
  border-top: 1px solid var(--kleur-rand);
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
}
.filter-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--kleur-groen);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
}
.filter-mobile-btn:hover {
  background: var(--kleur-groen-diep);
}

/* Extra ruimte onderaan zodat de sticky bar geen content bedekt */
@media (max-width: 991.98px) {
  #main {
    padding-bottom: 5rem;
  }
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.toolbar select {
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--kleur-rand);
  font: inherit;
  background: var(--kleur-wit);
}

.plp-results--loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

.result-count {
  font-size: 0.875rem;
  color: var(--kleur-tekst-muted);
}

/* PDP — Bootstrap row in HTML */
/* ── PDP ── */

.pdp-breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.pdp-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--kleur-bg-zacht);
  color: var(--kleur-tekst);
  flex-shrink: 0;
  text-decoration: none;
}
.pdp-back-link:hover { background: var(--kleur-rand); }

.pdp-header {
  margin-bottom: 1.5rem;
}
.pdp-header h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}
.pdp-meta {
  font-size: 0.85rem;
  color: var(--kleur-tekst-muted);
  margin: 0;
}

/* Gallery / product image slider */
.pdp-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
}

.pdp-slider-main {
  width: 100%;
}

.pdp-main-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--kleur-rand);
  background: var(--kleur-grijs-licht);
}

.pdp-main-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.2s ease;
}

.pdp-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--kleur-rand);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.15s;
}

.pdp-nav:hover {
  background: #fff;
}

.pdp-nav--prev {
  left: 0.75rem;
}

.pdp-nav--next {
  right: 0.75rem;
}

.pdp-slider-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(21, 21, 21, 0.35);
}

.pdp-slider-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}

.pdp-slider-dot--active {
  background: var(--kleur-accent);
  transform: scale(1.15);
}

.pdp-slider-thumbs-shell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.pdp-slider-thumbs-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.pdp-slider-thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.2rem 0;
  scrollbar-width: none;
}

.pdp-slider-thumbs::-webkit-scrollbar {
  display: none;
}

.pdp-slider-thumb {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  border: 2px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  background: var(--kleur-grijs-licht);
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.pdp-slider-thumb:hover,
.pdp-slider-thumb:focus-visible {
  border-color: var(--kleur-groen);
}

.pdp-slider-thumb--active {
  border-color: var(--kleur-groen);
  box-shadow: 0 0 0 1px var(--kleur-groen);
}

.pdp-slider-thumb-media {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pdp-slider-thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
}

.pdp-slider-thumbs-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid var(--kleur-rand);
  border-radius: 50%;
  background: var(--kleur-wit);
  color: var(--kleur-groen-diep);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.pdp-slider-thumbs-arrow:hover {
  background: var(--kleur-grijs-licht);
  border-color: var(--kleur-groen);
}

.pdp-main-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kleur-tekst-muted);
  font-size: 0.9rem;
}
.pdp-thumb--more img { filter: brightness(0.45); }
.pdp-thumb-more-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

/* Buy box */
.pdp-buy-box {
  padding: 0;
}
.pdp-label-vanaf {
  font-size: 0.8rem;
  color: var(--kleur-tekst-muted);
  margin: 0 0 0.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pdp-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.pdp-price-row .price {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--kleur-zwart);
  line-height: 1;
}
.pdp-price-row .price-unit {
  font-size: 0.875rem;
  color: var(--kleur-tekst-muted);
}

.pdp-badges {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.pdp-badge {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--kleur-groen-diep);
}
.pdp-badge svg { flex-shrink: 0; margin-top: 2px; }
.pdp-badge strong { display: block; font-weight: 700; }
.pdp-badge span { font-size: 0.8rem; color: var(--kleur-tekst-muted); }

.pdp-promo-banner {
  background: #fff8e6;
  border: 1px solid #f5d97a;
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #7a5800;
  margin-bottom: 1.25rem;
}

.container-free-volume-notice {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--kleur-groen-diep);
}

.container-free-volume-notice--banner {
  margin-bottom: 1.25rem;
}

.cart-item-info .container-free-volume-notice,
.co-item-info .container-free-volume-notice {
  margin-top: 0.15rem;
}

.pdp-container-fill {
  margin-bottom: 1rem;
}

.pdp-container-fill__lead {
  margin: 0;
  padding: 0.75rem 1rem;
  background: #eef6f0;
  border: 1px solid #c8e6d0;
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  color: var(--kleur-groen-diep);
  line-height: 1.45;
}

.pdp-container-fill-options {
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
}

.pdp-container-fill-material.is-hidden {
  display: none;
}

.cart-item-fill,
.co-item-fill {
  display: block;
  font-size: 0.82rem;
  color: var(--kleur-groen-diep);
  margin-top: 0.2rem;
  line-height: 1.35;
}

.cart-item-fill-price {
  color: var(--kleur-tekst-muted);
}

.pdp-specs-block {
  border-top: 1px solid var(--kleur-rand);
  padding-top: 1rem;
  margin-bottom: 1.25rem;
}
.pdp-section-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
  color: var(--kleur-tekst);
}
.pdp-specs { margin: 0; }
.pdp-spec-row {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.25rem 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--kleur-rand);
  font-size: 0.875rem;
}
.pdp-spec-row:last-child { border-bottom: none; }
.pdp-spec-row dt { color: var(--kleur-tekst-muted); font-weight: 400; }
.pdp-spec-row dd { margin: 0; font-weight: 600; }

.pdp-order-form { border-top: 1px solid var(--kleur-rand); padding-top: 1.25rem; }
.pdp-qty-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.85rem;
}
.pdp-qty-label { font-size: 0.9rem; font-weight: 600; }
.pdp-qty-ctrl {
  display: flex;
  align-items: center;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.pdp-qty-btn {
  width: 2.25rem;
  height: 2.25rem;
  background: var(--kleur-bg-zacht);
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  font-weight: 700;
  color: var(--kleur-tekst);
  transition: background 0.15s;
}
.pdp-qty-btn:hover { background: var(--kleur-rand); }
.pdp-qty-input {
  width: 3.5rem;
  height: 2.25rem;
  text-align: center;
  border: none;
  border-left: 1px solid var(--kleur-rand);
  border-right: 1px solid var(--kleur-rand);
  font: inherit;
  font-weight: 600;
}
.pdp-qty-input:focus { outline: none; background: var(--kleur-bg-zacht); }
.pdp-cart-btn {
  width: 100%;
  font-size: 1rem;
  padding: 0.9rem 1.25rem;
  margin-bottom: 0.6rem;
}
.pdp-ask-btn {
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
}

/* Description + pros/cons */
.pdp-desc-block {
  padding: 1.5rem;
  background: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
}
.pdp-desc-block p { font-size: 0.95rem; line-height: 1.7; }
/* PDP content tabs */
.pdp-tabs-wrap {
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.pdp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--kleur-rand);
  background: var(--kleur-bg-zacht, #f8faf9);
}

.pdp-tab {
  appearance: none;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--kleur-tekst-muted);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1.15rem;
  cursor: pointer;
  margin-bottom: -1px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}

.pdp-tab:hover {
  color: var(--kleur-groen-diep);
  background: rgba(255, 255, 255, 0.65);
}

.pdp-tab.is-active {
  color: var(--kleur-groen-diep);
  border-bottom-color: var(--kleur-groen);
  background: #fff;
}

.pdp-tab-panels {
  padding: 1.25rem 1.35rem 1.5rem;
}

.pdp-tab-panel {
  display: none;
}

.pdp-tab-panel.is-active {
  display: block;
}

.pdp-pros-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 1.25rem 0 0.6rem;
}
.pdp-pros-cons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.pdp-pros-cons li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.9rem;
  line-height: 1.4;
}
.pdp-pros-cons li::before {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1px;
}
.pdp-pros-cons li.pro::before {
  content: "+";
  background: #d1fae5;
  color: #065f46;
}
.pdp-pros-cons li.con::before {
  content: "−";
  background: #fee2e2;
  color: #991b1b;
}

.pdp-related { margin-bottom: 3rem; }

/* ════════════════════════════════════════════
   CART
   ════════════════════════════════════════════ */

.cart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .cart-layout {
    grid-template-columns: 1fr 320px;
    gap: 2rem;
  }
}

/* Items */
.cart-items {
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1rem;
}
.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid var(--kleur-rand);
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img-link { flex-shrink: 0; }
.cart-item-img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid var(--kleur-rand);
  display: block;
}
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--kleur-tekst);
  text-decoration: none;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}
.cart-item-name:hover { text-decoration: underline; }
.cart-item-meta {
  display: block;
  font-size: 0.78rem;
  color: var(--kleur-tekst-muted);
  margin-bottom: 0.75rem;
}
.cart-item-qty-row { display: flex; align-items: center; gap: 0.75rem; }
.cart-qty-ctrl { display: flex; align-items: center; }

.cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  flex-shrink: 0;
}
.cart-item-price {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--kleur-zwart);
  white-space: nowrap;
}
.cart-item-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem; height: 2rem;
  border: none;
  background: none;
  color: var(--kleur-tekst-muted);
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: background 0.15s, color 0.15s;
}
.cart-item-delete:hover { background: #fee2e2; color: #991b1b; }

.cart-empty {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  gap: 1rem;
  color: var(--kleur-tekst-muted);
  text-align: center;
}
.cart-empty p { margin: 0; font-size: 1rem; }

/* Summary */
.cart-sidebar { position: sticky; top: 1rem; }
.cart-summary {
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.cart-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  font-size: 1rem;
  padding: 0.9rem 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.cart-email-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--kleur-groen-diep);
  text-decoration: none;
  padding: 0.35rem 0;
}
.cart-email-link:hover { text-decoration: underline; }

/* Recently viewed */
.cart-recently { margin-top: 2rem; }
.cart-recently-title { font-size: 1.1rem; font-weight: 800; margin-bottom: 1rem; }

/* Cart count active state */
.cart-count--active {
  background: var(--kleur-groen);
  color: #fff;
}

/* ════════════════════════════════════════════
   CHECKOUT
   ════════════════════════════════════════════ */

.checkout-page {
  background: #f5f6f8;
  min-height: 100vh;
}

/* ── Header ── */
.co-header {
  background: #fff;
  border-bottom: 1px solid var(--kleur-rand);
  position: sticky;
  top: 0;
  z-index: 200;
}
.co-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Steps */
.co-steps { flex: 1; display: flex; justify-content: center; }
.co-steps-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.co-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--kleur-tekst-muted);
}
.co-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 2px solid var(--kleur-rand);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
.co-step--done { color: var(--kleur-groen); }
.co-step--done .co-step-num {
  background: var(--kleur-groen);
  border-color: var(--kleur-groen);
  color: #fff;
}
.co-step--active { color: var(--kleur-tekst); }
.co-step--active .co-step-num {
  background: var(--kleur-zwart, #111);
  border-color: var(--kleur-zwart, #111);
  color: #fff;
}
.co-step-label { display: none; }
@media (min-width: 480px) { .co-step-label { display: block; } }
.co-step-divider {
  width: 2rem;
  height: 2px;
  background: var(--kleur-rand);
  margin: 0 0.25rem;
  flex-shrink: 0;
}

.co-header-secure {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--kleur-tekst-muted);
  white-space: nowrap;
}

/* ── Layout ── */
.co-main {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.co-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 900px) {
  .co-layout {
    grid-template-columns: 1fr 360px;
    gap: 2rem;
  }
}

/* ── Page title ── */
.co-page-title {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 1.25rem;
}

/* ── Sections ── */
.co-section {
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.co-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.co-section-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}
.co-link-subtle {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.82rem;
  color: var(--kleur-groen-diep);
  text-decoration: none;
  font-weight: 600;
}
.co-link-subtle:hover { text-decoration: underline; }

.co-address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--kleur-tekst);
}

/* ── Delivery options ── */
.co-option {
  border: 1.5px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  padding: 1rem;
  margin-bottom: 0.65rem;
  transition: border-color 0.15s;
}
.co-option--selected {
  border-color: var(--kleur-groen);
  background: #f0f9f3;
}
.co-option--disabled { opacity: 0.55; }
.co-option-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  margin: 0;
}
.co-option--disabled .co-option-label { cursor: default; }
.co-option-label--static {
  cursor: default;
}
.co-radio { position: absolute; opacity: 0; width: 0; height: 0; }
.co-radio-wrap {
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
.co-checkbox-wrap {
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
}
.co-option-label .co-checkbox-custom {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border: 1.5px solid var(--kleur-rand);
  border-radius: 3px;
  background: #fff;
  transition: background 0.15s, border-color 0.15s;
}
.co-option-label .co-checkbox:checked + .co-checkbox-custom {
  background-color: var(--kleur-groen);
  border-color: var(--kleur-groen);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.co-option-label .co-checkbox:disabled + .co-checkbox-custom {
  opacity: 1;
  cursor: default;
}
.co-section-intro {
  font-size: 0.9rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.45;
}
.co-radio-custom {
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid var(--kleur-rand);
  background: #fff;
  transition: border-color 0.15s;
}
.co-radio:checked + .co-radio-custom {
  border-color: var(--kleur-groen);
  border-width: 5px;
}
.co-option-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
.co-option-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.co-option-title {
  font-weight: 700;
  font-size: 0.95rem;
  flex: 1;
  min-width: 0;
}
.co-option-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
}
.co-option-price {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--kleur-tekst);
  white-space: nowrap;
}
.co-option--disabled .co-option-price,
.co-option-price--disabled {
  color: var(--kleur-tekst-muted);
  font-weight: 500;
}
.co-price-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--kleur-groen-diep);
  color: var(--kleur-wit);
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s;
}
.co-price-toggle:hover {
  background: var(--kleur-groen);
}
.co-option--disabled .co-price-toggle {
  opacity: 0.85;
}
.co-price-toggle-icon { transition: transform 0.2s ease; }
.co-price-toggle--open .co-price-toggle-icon { transform: rotate(180deg); }
.co-price-breakdown {
  margin-top: 0.55rem;
  padding: 0.7rem 0.85rem;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
}
.co-option--selected .co-price-breakdown {
  background: rgba(255, 255, 255, 0.85);
}
.co-price-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.co-price-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.82rem;
  color: var(--kleur-tekst);
}
.co-price-line-left {
  flex: 1;
  min-width: 0;
}
.co-price-line-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.co-price-line-note {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 99px;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  background: #d1d5db;
  color: #374151;
  white-space: nowrap;
}
.co-price-line-detail {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--kleur-tekst-muted);
}
.co-price-lines--modal { gap: 0.5rem; }
.co-split-shipping-modal {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.co-shipment-block + .co-shipment-block {
  padding-top: 1rem;
  border-top: 1px solid var(--kleur-rand);
}
.co-shipment-heading {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--kleur-tekst);
}
.co-shipment-moment {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  color: var(--kleur-tekst-muted);
}
.co-price-line--total {
  margin-top: 0.35rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--kleur-rand);
  font-weight: 700;
  font-size: 0.88rem;
}
.co-option-desc {
  font-size: 0.85rem;
  color: var(--kleur-tekst-muted);
  line-height: 1.45;
  display: block;
}

/* ── Delivery moment row ── */
.co-moment-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.co-time-field {
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.co-time-slots {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.co-time-slots .co-option {
  margin-bottom: 0;
}
.co-time-slots .co-option-label {
  align-items: center;
}
.co-time-slots .co-radio-wrap {
  margin-top: 0;
}
.co-option--compact {
  padding: 0.45rem 0.65rem;
}
.co-option-head--inline {
  flex: 1;
  min-width: 0;
}
.co-time-slots .co-option-title {
  font-size: 0.85rem;
}
.co-option-price--time {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--kleur-tekst-muted);
}
.co-option--selected .co-option-price--time {
  color: var(--kleur-tekst);
}

/* ── Calendar (compact popup) ── */
.cal-field {
  position: relative;
  flex: 0 0 16rem;
  max-width: 16rem;
}
.cal-input-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}
.cal-input {
  padding-right: 2.25rem;
  cursor: pointer;
  background: #fff;
  color: var(--kleur-tekst);
}
.cal-input[readonly] {
  background: #fff;
  color: var(--kleur-tekst);
  cursor: pointer;
}
.cal-input-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 100%;
  border: none;
  background: transparent;
  color: var(--kleur-tekst-muted);
  cursor: pointer;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.cal-input-btn:hover {
  color: var(--kleur-groen);
}
.cal-popup {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 40;
  width: 15.5rem;
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  border-bottom: 1px solid var(--kleur-rand);
  background: var(--kleur-bg-zacht);
}
.cal-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  background: #fff;
  cursor: pointer;
  color: var(--kleur-tekst);
  transition: background 0.15s;
}
.cal-nav-btn:hover { background: var(--kleur-rand); }
.cal-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.cal-month-label {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: capitalize;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.cal-month {
  padding: 0.25rem 0.35rem 0.4rem;
}
.cal-head {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--kleur-tekst-muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.cal-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.72rem;
  min-height: 1.6rem;
  border: none;
  background: transparent;
  font-family: inherit;
  color: var(--kleur-tekst);
  line-height: 1;
  border-radius: var(--radius-sm);
}
.cal-cell-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: var(--radius-sm);
}
.cal-cell--outside {
  color: #c8cdd3;
  cursor: default;
  font-weight: 500;
  font-size: 0.68rem;
}
.cal-cell--available {
  cursor: pointer;
  font-weight: 600;
  color: var(--kleur-tekst);
  transition: background 0.15s, color 0.15s;
}
.cal-cell--available:hover .cal-cell-day {
  background: #f0f9f3;
}
.cal-cell--disabled {
  cursor: not-allowed;
  color: #c0c5cc;
  font-weight: 500;
}
.cal-cell--selected .cal-cell-day {
  background: var(--kleur-accent, #d4a017);
  color: #fff;
  font-weight: 700;
}

/* Date confirmation */
.cal-confirm {
  display: none;
  align-items: flex-start;
  gap: 0.75rem;
  background: #f0f9f3;
  border: 1px solid #a7d7b3;
  border-radius: var(--radius-sm);
  padding: 0.9rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cal-confirm--visible { display: flex; }
.cal-confirm-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--kleur-groen);
  color: #fff;
  margin-top: 1px;
}
.cal-confirm strong { display: block; margin-bottom: 0.3rem; font-size: 0.9rem; }
.cal-confirm p { margin: 0; color: var(--kleur-tekst-muted); font-size: 0.825rem; }

.co-subsection-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--kleur-tekst);
}

/* ── Nav buttons ── */
.co-nav-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}
.co-btn-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
}
.co-btn-next {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  padding: 0.85rem 1.5rem;
}

/* ── Sidebar ── */
.co-summary {
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 1rem;
}
.co-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--kleur-rand);
}
.co-summary-title { font-size: 0.95rem; font-weight: 700; margin: 0; }

.co-items {
  list-style: none;
  padding: 0; margin: 0;
  border-bottom: 1px solid var(--kleur-rand);
}
.co-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1.25rem;
}
.co-item-img {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--kleur-rand);
}
.co-item-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.co-item-info { flex: 1; min-width: 0; }
.co-item-name { display: block; font-size: 0.85rem; font-weight: 600; line-height: 1.3; }
.co-item-qty { display: block; font-size: 0.78rem; color: var(--kleur-tekst-muted); }
.co-item-price { font-size: 0.88rem; font-weight: 700; white-space: nowrap; }

.co-totals { padding: 0.75rem 1.25rem; }
.co-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.875rem;
}
.co-total-row--grand {
  border-top: 1px solid var(--kleur-rand);
  margin-top: 0.35rem;
  padding-top: 0.7rem;
  font-size: 0.95rem;
  font-weight: 700;
}
.co-total-row--btw {
  color: var(--kleur-tekst-muted);
  font-size: 0.8rem;
  padding-top: 0.15rem;
}
.co-total-row__when {
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--kleur-tekst-muted);
  line-height: 1.35;
}

.co-transport-group {
  margin: 0.45rem 0 0.2rem;
  padding: 0.7rem 0.8rem 0.55rem;
  background: var(--kleur-grijs-licht);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
}

.co-transport-group__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--kleur-tekst-muted);
  margin-bottom: 0.35rem;
}

.co-transport-group__lines {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding-left: 0.55rem;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
}

.co-total-row--nested {
  align-items: flex-start;
  padding: 0.2rem 0;
  font-size: 0.82rem;
}

.co-total-row--nested > span:last-child {
  font-weight: 600;
  white-space: nowrap;
}

.co-total-row--transport-total {
  border-top: 1px solid var(--kleur-rand);
  margin-top: 0.45rem;
  padding-top: 0.55rem;
  font-weight: 700;
}

.co-info-btn {
  background: none;
  border: none;
  padding: 0 0.2rem;
  cursor: pointer;
  color: var(--kleur-tekst-muted);
  vertical-align: middle;
}
.co-info-btn:hover { color: var(--kleur-groen); }

.co-usps {
  list-style: none;
  padding: 1rem 1.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
}
.co-usps li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--kleur-tekst-muted);
}
.co-usps li svg { color: var(--kleur-groen); flex-shrink: 0; }

/* ── Modal ── */
.co-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 500;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 640px) {
  .co-modal-overlay { align-items: center; }
}
.co-modal-overlay--visible { display: flex; }

.co-modal {
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 640px;
  max-height: 88vh;
  overflow-y: auto;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
}
.co-modal--compact {
  max-width: 24rem;
}
.co-modal--compact .co-modal-body {
  padding: 1rem 1.25rem 1.25rem;
}
@media (min-width: 640px) {
  .co-modal { border-radius: var(--radius); max-height: 85vh; }
}
.co-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--kleur-rand);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.co-modal-header h2 { font-size: 1.05rem; font-weight: 800; margin: 0; }
.co-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem; height: 2rem;
  border: none;
  background: var(--kleur-bg-zacht);
  border-radius: 50%;
  cursor: pointer;
  color: var(--kleur-tekst);
}
.co-modal-close:hover { background: var(--kleur-rand); }
.co-modal-body { padding: 1.25rem 1.5rem 2rem; }

.delivery-postcode-intro {
  margin: 0 0 1rem;
  color: var(--kleur-tekst-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.delivery-postcode-feedback {
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  line-height: 1.45;
}

.delivery-postcode-feedback--success {
  background: #e8f5ec;
  color: #1f5f34;
}

.delivery-postcode-feedback--error {
  background: #fdeeee;
  color: #8a2b2b;
}

.delivery-postcode-dismiss,
.delivery-postcode-continue {
  font-size: 0.92rem;
}

body.delivery-postcode-open {
  overflow: hidden;
}

.delivery-area-banner {
  background: #fff4e5;
  border-bottom: 1px solid #f0d7b2;
  color: #6a4a12;
  font-size: 0.9rem;
}

.delivery-area-banner__inner {
  padding: 0.65rem 0;
}

.delivery-area-banner__inner p {
  margin: 0;
}

.delivery-area-banner__change {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.utility-postcode {
  display: none;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--kleur-tekst-muted);
}

.utility-postcode button {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

@media (min-width: 900px) {
  .utility-postcode {
    display: inline-flex;
  }
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem; height: 1.8rem;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 800;
  flex-shrink: 0;
}
.pricing-badge--lg { background: #e8f5ec; color: #2d6a3f; }
.pricing-badge--kn { background: #fdf1d6; color: #92600a; }
.pricing-badge--bb { background: #e8f0ff; color: #2f4eb8; }

/* ════════════════════════════════════════════
   CHECKOUT — GEGEVENS FORM
   ════════════════════════════════════════════ */

.co-page-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--kleur-zwart);
}
.co-form-row { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 600px) {
  .co-form-row--2col { flex-direction: row; }
  .co-form-row--2col .co-field { flex: 1; }
}
.co-form-row--postcode { flex-direction: row !important; gap: 0.75rem; }
.co-form-row--postcode .co-field:first-child { flex: 2; }
.co-form-row--postcode .co-field:nth-child(2) { flex: 1.2; }
.co-form-row--postcode .co-field:nth-child(3) { flex: 1; }

.co-field { display: flex; flex-direction: column; gap: 0.3rem; }
.co-label { font-size: 0.82rem; font-weight: 600; color: var(--kleur-tekst); }
.co-required { color: #c0392b; }
.co-input {
  border: 1.5px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  padding: 0.55rem 0.75rem;
  font-family: var(--font);
  font-size: 0.9rem;
  color: var(--kleur-tekst);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
  width: 100%;
}
.co-input:focus {
  border-color: var(--kleur-groen);
  box-shadow: 0 0 0 3px rgba(37,109,58,0.12);
  outline: none;
}
.co-input[readonly]:not(.cal-input),
.co-input--readonly {
  background: var(--kleur-achtergrond, #f6f7f5);
  color: var(--kleur-tekst-muted);
  cursor: default;
}
.co-input.cal-input,
.co-input.cal-input[readonly] {
  background: #fff;
  color: var(--kleur-tekst);
  cursor: pointer;
}
.co-input.cal-input:hover {
  border-color: #b5bdb5;
}
.co-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2.25rem; }
.co-textarea { resize: vertical; min-height: 5rem; }

.co-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.co-upload__dropzone {
  display: block;
  margin: 0;
  padding: 1.35rem 1rem;
  border: 1.5px dashed #c5d0c5;
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, #fcfdfc 0%, #f7faf7 100%);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.co-upload__dropzone:hover,
.co-upload__dropzone:focus-within,
.co-upload__dropzone--active {
  border-color: var(--kleur-groen);
  background: #f3fbf5;
  box-shadow: 0 0 0 3px rgba(37, 109, 58, 0.1);
}

.co-upload__dropzone--filled {
  padding: 0.85rem;
  text-align: left;
}

.co-upload__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.co-upload__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.35rem;
  border-radius: 999px;
  background: #e8f5eb;
  color: var(--kleur-groen);
}

.co-upload__title {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--kleur-tekst);
}

.co-upload__subtitle {
  font-size: 0.84rem;
  color: var(--kleur-tekst-muted);
}

.co-upload__hint {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: var(--kleur-tekst-muted);
}

.co-upload__preview {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 0.85rem;
  align-items: center;
}

.co-upload__image {
  width: 96px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.45rem;
  border: 1px solid var(--kleur-rand);
  background: #fff;
}

.co-upload__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  min-width: 0;
}

.co-upload__filename {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--kleur-tekst);
  word-break: break-word;
}

.co-upload__change {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--kleur-groen);
  text-decoration: underline;
  cursor: pointer;
}

.co-upload__change:hover {
  color: #1d5a30;
}

.co-unloading-location-preview img,
.co-unloading-location-preview__image {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid var(--kleur-rand, #d8e0da);
  object-fit: cover;
}
.co-field-hint { font-size: 0.75rem; color: var(--kleur-tekst-muted); }
.co-field-hint--error {
  display: block;
  margin-top: 0.35rem;
  color: #c0392b;
}
.cal-input-wrap--invalid .co-input,
.cal-input-wrap--invalid .cal-input {
  border-color: #c0392b;
}

.co-address-found {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.9rem;
  font-size: 0.85rem;
  color: #166534;
  margin-top: 0.5rem;
}
.co-address-found svg { color: #16a34a; flex-shrink: 0; }
.co-address-edit { margin-left: auto; white-space: nowrap; font-size: 0.78rem; }

.co-manual-address { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 0.75rem; }

.co-toggle-company {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--kleur-groen-diep);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.co-toggle-company-icon { transition: transform 0.2s ease; }
.co-company-fields { border-top: 1px solid var(--kleur-rand); padding-top: 1rem; }

.co-section--flat { background: none; border: none; box-shadow: none; }

.co-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.88rem;
  color: var(--kleur-tekst);
  line-height: 1.5;
}
.co-checkbox { position: absolute; opacity: 0; width: 0; height: 0; }
.co-checkbox-custom {
  flex-shrink: 0;
  width: 1.1rem; height: 1.1rem;
  border: 1.5px solid var(--kleur-rand);
  border-radius: 3px;
  background: #fff;
  margin-top: 0.15rem;
  transition: background 0.15s, border-color 0.15s;
}
.co-checkbox:checked + .co-checkbox-custom {
  background: var(--kleur-groen);
  border-color: var(--kleur-groen);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.co-text-link { color: var(--kleur-groen-diep); text-decoration: underline; }

/* Review table */
.co-review-dl { display: grid; gap: 0; }
.co-review-row {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--kleur-rand);
  font-size: 0.88rem;
}
.co-review-row:last-child { border-bottom: none; }
.co-review-row dt { color: var(--kleur-tekst-muted); font-weight: 500; }
.co-review-row dd { margin: 0; font-weight: 600; }

.co-items--full { border: 1px solid var(--kleur-rand); border-radius: var(--radius-sm); overflow: hidden; }

.co-articles-card {
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.co-articles-card .co-items--full {
  border: none;
  border-radius: 0;
}

.co-articles-card > .co-totals,
.co-articles-card > .co-review-dl {
  border-top: 1px solid var(--kleur-rand);
}

.co-review-dl--compact {
  margin: 0;
  padding: 0.75rem 1.25rem;
}

.co-review-dl--compact .co-review-row {
  display: block;
  padding: 0.35rem 0;
}

.co-review-dl--compact .co-review-row dt {
  font-size: 0.78rem;
  margin-bottom: 0.15rem;
}

.co-review-dl--compact .co-review-row dd {
  font-size: 0.875rem;
}

.co-articles-card > .co-delivery-moments-review {
  border-top: 1px solid var(--kleur-rand);
  padding: 0.9rem 1.25rem 1rem;
  display: grid;
  gap: 0.85rem;
}

.co-delivery-moment-review__title {
  margin: 0 0 0.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--kleur-tekst);
}

.co-delivery-moment-review__when {
  margin: 0;
  font-size: 0.9rem;
  color: var(--kleur-tekst-muted);
}

/* Payment methods */
.co-pay-methods { display: flex; flex-direction: column; gap: 0; border: 1.5px solid var(--kleur-rand); border-radius: var(--radius); overflow: hidden; }
.co-pay-option { border-bottom: 1px solid var(--kleur-rand); background: #fff; transition: background 0.15s; }
.co-pay-option:last-child { border-bottom: none; }
.co-pay-option--selected { background: #f0fdf4; }
.co-pay-option .co-option-label { padding: 0.9rem 1rem; cursor: pointer; }
.co-pay-logo { display: flex; align-items: center; }
.co-pay-logos { display: flex; align-items: center; gap: 0.4rem; }
.co-pay-sub { padding: 0 1rem 1rem 3.25rem; }
.co-pay-sub--ideal .co-input { max-width: 22rem; }
.co-pay-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  background: #fef9c3;
  color: #854d0e;
  border-radius: 4px;
  padding: 0.1rem 0.4rem;
  margin-left: 0.3rem;
}
.co-section--pay-total { padding-top: 0; }
.co-pay-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 0.75rem 0;
  border-top: 2px solid var(--kleur-zwart);
}
.co-btn-pay {
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
}
.co-pay-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: var(--kleur-tekst-muted);
  margin-top: 0.75rem;
  line-height: 1.5;
}

/* ════════════════════════════════════════════
   BEDANKT PAGINA
   ════════════════════════════════════════════ */

.ty-layout { max-width: 900px; margin: 0 auto; padding: 2rem 0 4rem; }

.ty-hero {
  text-align: center;
  padding: 2.5rem 1.5rem 2rem;
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}
.ty-check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem; height: 5rem;
  background: var(--kleur-groen);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.ty-title { font-size: 1.75rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--kleur-zwart); }
.ty-subtitle { font-size: 1rem; color: var(--kleur-tekst-muted); margin-bottom: 1rem; }
.ty-order-nr {
  display: inline-block;
  background: #f5f6f8;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius-sm);
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
}

.ty-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 760px) {
  .ty-columns { grid-template-columns: 1fr 280px; }
}

.ty-next-steps {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.ty-next-steps li {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
}
.ty-next-steps p { margin: 0.25rem 0 0; color: var(--kleur-tekst-muted); font-size: 0.85rem; }
.ty-step-num {
  flex-shrink: 0;
  width: 2rem; height: 2rem;
  background: var(--kleur-groen);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 0.1rem;
}

.ty-status {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
}
.ty-status--paid { background: #dcfce7; color: #166534; }

.ty-help-card {
  background: #fff;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-bottom: 1rem;
}
.ty-help-card p { font-size: 0.88rem; color: var(--kleur-tekst-muted); margin-bottom: 0.75rem; }
.ty-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
.ty-mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.ty-help-hours {
  font-size: 0.75rem;
  color: var(--kleur-tekst-muted);
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.ty-continue-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--kleur-groen-diep);
  text-decoration: none;
  justify-content: center;
  padding: 0.5rem 0;
}
.ty-continue-link:hover { text-decoration: underline; }

/* ── Mijn account ── */
.account-main { min-height: 50vh; }
.account-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2rem;
  align-items: start;
}
.account-nav {
  background: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: 1.25rem;
  position: sticky;
  top: 1rem;
}
.account-nav-user {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--kleur-rand);
  font-size: 0.9rem;
}
.account-nav-greeting {
  display: block;
  color: var(--kleur-tekst-muted);
  font-size: 0.8rem;
}
.account-nav-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.account-nav-link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: calc(var(--radius) - 2px);
  color: var(--kleur-tekst);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}
.account-nav-link:hover {
  background: var(--kleur-groen-licht, #f0f7f2);
  color: var(--kleur-groen-diep);
}
.account-nav-link--active {
  background: var(--kleur-groen-diep);
  color: #fff;
}
.account-intro {
  color: var(--kleur-tekst-muted);
  margin: -0.5rem 0 1.5rem;
  font-size: 0.95rem;
}
.account-section-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.account-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.account-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1.25rem;
  background: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.account-stat-card:hover {
  border-color: var(--kleur-groen-diep);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.account-stat-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--kleur-groen-diep);
}
.account-stat-label {
  font-size: 0.85rem;
  color: var(--kleur-tekst-muted);
  text-align: center;
}
.account-card {
  background: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
}
.account-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  margin-bottom: 1rem;
}
.account-table {
  margin: 0;
  font-size: 0.9rem;
}
.account-table thead th {
  background: #f8f9fa;
  font-weight: 600;
  white-space: nowrap;
}
.account-status {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: #e8f5e9;
  color: var(--kleur-groen-diep);
}
.account-status--cancelled {
  background: #ffebee;
  color: #c62828;
}
.account-status--new {
  background: #e0f2fe;
  color: #075985;
}
.account-status--confirmed {
  background: #fff8e1;
  color: #b45309;
}
.account-status--delivered {
  background: #e8f5e9;
  color: var(--kleur-groen-diep);
}
.account-detail-grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 1.5rem;
  align-items: start;
}
.account-dl dt {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--kleur-tekst-muted);
  margin-top: 0.75rem;
}
.account-dl dt:first-child { margin-top: 0; }
.account-dl dd {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
}
.account-auth {
  display: flex;
  justify-content: center;
  padding: 1rem 0 3rem;
}
.account-auth-card {
  width: 100%;
  max-width: 420px;
  background: var(--kleur-wit);
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  padding: 2rem;
}
.account-auth-intro {
  color: var(--kleur-tekst-muted);
  font-size: 0.95rem;
  margin: -0.5rem 0 1.5rem;
}
.account-auth-footer {
  font-size: 0.9rem;
  color: var(--kleur-tekst-muted);
  text-align: center;
}

.contact-page-intro {
  max-width: 42rem;
  color: var(--kleur-tekst-muted);
  font-size: 1.05rem;
  margin: 0 0 2rem;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.contact-page-subheading {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.contact-page-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.85rem;
}

.contact-page-list li {
  display: grid;
  gap: 0.2rem;
}

.contact-page-list strong {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--kleur-tekst-muted);
}

.contact-page-list a {
  color: var(--kleur-primair);
  text-decoration: none;
  font-weight: 600;
}

.contact-page-list a:hover {
  text-decoration: underline;
}

.contact-page-bar {
  display: grid;
  gap: 0.75rem;
}

.contact-page-bar-item {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--kleur-rand);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  background: var(--kleur-wit);
}

.contact-page-bar-item:hover {
  border-color: var(--kleur-primair);
}

.contact-page-bar-item strong {
  color: var(--kleur-primair);
}

.contact-page-bar-item span,
.contact-page-bar-item small {
  color: var(--kleur-tekst-muted);
}

.contact-page-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  display: block;
}

@media (max-width: 900px) {
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .account-layout {
    grid-template-columns: 1fr;
  }
  .account-nav {
    position: static;
  }
  .account-detail-grid {
    grid-template-columns: 1fr;
  }
}
