:root {
  --blue: #0b76e8;
  --blue-dark: #07519f;
  --blue-soft: #eaf4ff;
  --orange: #ff7d24;
  --orange-dark: #db6515;
  --green: #15936a;
  --green-dark: #08704d;
  --ink: #101828;
  --muted: #64748b;
  --line: #d7e0e8;
  --soft: #eef4f7;
  --soft-green: #edf8f1;
  --panel: #ffffff;
  --gold: #fff2d8;
  --shadow: 0 14px 34px rgba(15, 35, 56, 0.09);
  --shadow-soft: 0 8px 18px rgba(15, 35, 56, 0.06);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  background:
    radial-gradient(circle at top left, rgba(11, 118, 232, 0.08), transparent 310px),
    linear-gradient(180deg, #ffffff 0, #f7fbfd 280px, var(--soft) 680px);
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.topbar {
  min-height: 170px;
  display: grid;
  grid-template-columns: auto minmax(300px, 620px) auto;
  grid-template-areas:
    "brand search menu"
    "nav nav nav";
  gap: 14px 28px;
  align-items: center;
  padding: 16px max(22px, calc((100vw - 1220px) / 2)) 0;
  color: var(--ink);
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(7, 81, 159, 0.08), 0 8px 22px rgba(7, 81, 159, 0.06);
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  width: 470px;
  min-height: 110px;
  padding: 4px 0;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: none;
}

.brand-logo {
  width: 100%;
  height: 104px;
  object-fit: contain;
}

.search-area {
  grid-area: search;
  justify-self: end;
  width: min(100%, 620px);
  display: grid;
  gap: 7px;
}

.search-shell {
  display: grid;
  grid-template-columns: 1fr 82px;
  min-height: 46px;
  overflow: hidden;
  background: #fff;
  border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(7, 81, 159, 0.10);
}

.search-shell input {
  min-width: 0;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.search-shell input::placeholder {
  color: #667085;
  opacity: 1;
}

.search-shell button {
  color: #fff;
  background: var(--orange);
  border: 0;
  font-weight: 900;
  cursor: pointer;
}

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}

.quick-searches span {
  font-weight: 800;
}

.quick-searches button {
  min-height: 24px;
  padding: 0 9px;
  color: var(--blue-dark);
  background: #eef6fb;
  border: 1px solid #cfe0eb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.quick-searches button:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.menu-toggle {
  grid-area: menu;
  width: 46px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--blue-dark);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
}

.top-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  color: rgba(255,255,255,0.9);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}

.top-link.is-active {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 8px 18px rgba(255, 125, 36, 0.24);
}

.top-link:hover {
  color: #fff;
  background: var(--orange);
}

.top-actions {
  grid-area: nav;
  justify-self: stretch;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  min-height: 50px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 max(22px, calc((100vw - 1220px) / 2));
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  border-top: 0;
  border-bottom: 3px solid var(--orange);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-group::after {
  content: "";
  position: absolute;
  z-index: 69;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}

.nav-group-toggle {
  gap: 8px;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  cursor: pointer;
}

.nav-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .16s ease;
}

.nav-group.is-open .nav-chevron {
  transform: rotate(225deg) translate(-2px, -1px);
}

.nav-submenu {
  position: absolute;
  z-index: 70;
  top: calc(100% + 8px);
  left: 50%;
  width: min(310px, calc(100vw - 24px));
  display: none;
  padding: 8px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(15, 35, 56, 0.18);
  transform: translateX(-50%);
}

.nav-group.is-open .nav-submenu {
  display: grid;
}

@media (min-width: 761px) and (hover: hover) and (pointer: fine) {
  .nav-group:focus-within .nav-submenu,
  .nav-group:hover .nav-submenu {
    display: grid;
  }
}

.nav-submenu a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--ink);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.nav-submenu a:hover,
.nav-submenu a:focus-visible {
  color: var(--blue-dark);
  background: var(--blue-soft);
  outline: none;
}

.nav-submenu-heading {
  padding: 7px 12px 5px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nav-submenu-divider {
  height: 1px;
  margin: 6px 8px;
  background: var(--line);
}

.page,
.footer {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.intro-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
  align-items: center;
  padding: 34px 0 24px;
}

.page-hero {
  padding: 34px 0 22px;
}

.page-hero h1 {
  max-width: 820px;
}

.page-hero p:last-child {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.55;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(170px, 1fr));
  gap: 12px;
  align-items: end;
  padding: 16px;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.catalog-toolbar label {
  display: grid;
  grid-template-rows: auto 42px;
  gap: 6px;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.catalog-toolbar select {
  width: 100%;
  min-height: 42px;
  height: 42px;
  padding: 0 12px;
  box-sizing: border-box;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.catalog-toolbar select.is-filtered {
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-color: #8ec7e8;
  box-shadow: 0 0 0 3px rgba(11, 118, 232, 0.12);
}

.active-filters {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: -2px 0 30px;
}

.active-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.active-filter-title {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.active-filter-chip {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border: 1px solid #bddcf2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.active-filter-chip strong {
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
}

.active-filter-chip:hover {
  border-color: var(--blue);
  box-shadow: 0 7px 16px rgba(7, 81, 159, .10);
}

.filters-clear {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 4px;
  color: #dc2626;
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  cursor: pointer;
}

.filters-clear span {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #dc2626;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}

.filters-clear:hover {
  color: #991b1b;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.12;
}

h1 {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 950;
}

h2 {
  font-size: 30px;
}

.intro-strip p:last-child,
.section-heading p:last-child,
#result-subtitle {
  color: var(--muted);
  line-height: 1.55;
}

.best-price-card,
.editor-tip-card,
.advisor,
.side-card,
.product-hero,
.offer-card,
.product-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.best-price-card {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.best-price-card span,
.best-price-card small {
  color: var(--muted);
}

.best-price-card strong {
  color: var(--green-dark);
  font-size: 36px;
}

.editor-tip-card {
  display: grid;
  gap: 9px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff, #eef9f2);
  border-color: #b8e4c5;
}

.tip-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tip-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #ffb13b, #ff7a22);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(255, 122, 34, .22);
}

.tip-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.editor-tip-card strong {
  color: var(--blue-dark);
  font-size: 25px;
}

.tip-review {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #8a4b00;
  font-size: 13px;
}

.tip-review .tip-stars {
  color: #f59e0b;
  font-family: Arial, "Segoe UI Symbol", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

.tip-review strong {
  color: var(--green-dark);
  font-size: 13px;
}

.editor-tip-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.advice-helper-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 18px;
  align-items: stretch;
}

.advice-helper-row .editor-tip-card {
  align-content: center;
}

.advice-inline-card {
  align-content: center;
}

.advice-inline-card a {
  min-height: 38px;
  background: var(--blue-soft);
  border-color: #c9e6ff;
}

.advice-page-advisor {
  margin-top: 4px;
}

.advice-compare-layout {
  margin-bottom: 24px;
}

.advisor {
  padding: 20px;
  margin-bottom: 18px;
  border-top: 5px solid var(--blue);
  box-shadow: var(--shadow);
}

.advisor-head {
  display: grid;
  grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 16px;
}

.panel-title {
  display: grid;
  gap: 5px;
}

.panel-title span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-title strong {
  font-size: 22px;
}

.panel-title small {
  color: var(--muted);
  line-height: 1.45;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.step {
  min-height: 46px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2px;
  padding: 9px 11px;
  color: var(--muted);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.step span,
.step small {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.step small {
  display: block;
  font-size: 11px;
  font-weight: 800;
  opacity: .8;
}

.step.is-clickable {
  cursor: pointer;
}

.step.is-active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.step.is-done {
  color: var(--green-dark);
  background: #ecfdf3;
  border-color: #a7f3c1;
}

.step.is-clickable:hover {
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.1);
}

.wizard-content {
  display: grid;
  gap: 12px;
}

.wizard-prompt {
  margin: 0;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 900;
}

.wizard-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  align-items: stretch;
}

.choice-card {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 74px;
  padding: 12px 13px;
  text-align: left;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.choice-card.use-choice {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 148px;
  background:
    linear-gradient(135deg, rgba(232, 244, 251, .88), rgba(255, 255, 255, .96));
  border-color: #bfd6e7;
}

.choice-card.use-choice-temporary,
.choice-card.use-choice-light {
  background:
    linear-gradient(135deg, rgba(255, 247, 237, .96), rgba(255, 255, 255, .98));
  border-color: #fdba74;
}

.choice-card.use-choice-allround,
.choice-card.use-choice-standard {
  background:
    linear-gradient(135deg, rgba(239, 246, 255, .96), rgba(255, 255, 255, .98));
  border-color: #93c5fd;
}

.choice-card.use-choice-long,
.choice-card.use-choice-heavy {
  background:
    linear-gradient(135deg, rgba(236, 253, 245, .96), rgba(255, 255, 255, .98));
  border-color: #86efac;
}

.choice-card.use-choice-temporary strong,
.choice-card.use-choice-light strong {
  color: #b45309;
}

.choice-card.use-choice-allround strong,
.choice-card.use-choice-standard strong {
  color: var(--blue);
}

.choice-card.use-choice-long strong,
.choice-card.use-choice-heavy strong {
  color: var(--green-dark);
}

.choice-card.use-choice strong {
  font-size: 17px;
}

.use-features {
  display: grid;
  gap: 6px;
  margin: 10px 0 14px;
  padding: 0;
  list-style: none;
}

.use-features li {
  position: relative;
  padding-left: 18px;
  color: #496079;
  font-size: 12px;
  line-height: 1.25;
}

.use-features li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
}

.choice-card.is-selected {
  background: #fff;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 112, 74, .12);
}

.choice-card.has-dots {
  padding-top: 24px;
}

.choice-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

.choice-card span,
.product-card span {
  color: var(--muted);
  line-height: 1.4;
}

.choice-meta-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.choice-meta-row strong {
  display: inline;
  margin: 0;
  color: var(--green-dark);
  font-size: 12px;
}

.quality-features {
  display: grid;
  gap: 4px;
  margin: 9px 0 0;
  padding: 9px 0 0;
  list-style: none;
  border-top: 1px solid rgba(15, 82, 120, .12);
}

.quality-features li {
  position: relative;
  padding-left: 16px;
  color: #475569;
  font-size: 11px;
  line-height: 1.25;
}

.quality-features li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
}

.quality-info-button {
  display: flex;
  width: fit-content;
  min-width: 100px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  padding: 5px 9px;
  color: #7c3a00;
  background: #fff4ed;
  border: 1px solid #fdba74;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 8px 18px rgba(255, 119, 31, .10);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.quality-info-button:hover {
  border-color: #fb923c;
  box-shadow: 0 10px 22px rgba(255, 119, 31, .16);
  transform: translateY(-1px);
}

.quality-info-button span {
  color: inherit;
}

.quality-info-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: #7c2d12;
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.quality-info-button:focus-visible {
  outline: 3px solid rgba(255, 119, 31, .35);
  outline-offset: 2px;
}

.use-info-button {
  margin-top: auto;
}

.quality-info-overlay[hidden] {
  display: none;
}

.quality-info-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(8, 20, 33, .48);
}

.quality-info-dialog {
  width: min(100%, 480px);
  display: grid;
  gap: 14px;
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(8, 20, 33, .28);
}

.quality-info-dialog h3 {
  margin: 0;
  padding-right: 34px;
  color: var(--ink);
  font-size: 24px;
}

.quality-info-intro,
.quality-info-dialog dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.quality-info-dialog dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.quality-info-dialog dt {
  margin-bottom: 3px;
  color: var(--blue-dark);
  font-weight: 900;
}

.quality-info-features {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quality-info-features li {
  position: relative;
  padding-left: 22px;
  color: #334155;
  line-height: 1.35;
}

.quality-info-features li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
}

.quality-info-close {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  position: absolute;
  top: 14px;
  right: 14px;
  color: #b13b00;
  background: #fff4ec;
  border: 1px solid #ffd1b7;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.has-quality-info-open {
  overflow: hidden;
}

.choice-card:hover,
.product-card:hover {
  border-color: var(--blue);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.1);
}

.auto-choice-note {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: var(--blue-dark);
  background: #eef7ff;
  border: 1px solid #b9d9f2;
  border-radius: 10px;
}

.auto-choice-note strong {
  font-size: 15px;
}

.auto-choice-note span {
  color: var(--muted);
  line-height: 1.45;
}

.color-dots {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.color-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #94a3b8;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.75);
}

.color-dot.wit {
  background: #fff;
}

.color-dot.blauw {
  background: #1f5fbf;
}

.color-dot.groen {
  background: #2f6b2f;
}

.color-dot.grijs {
  background: #8d99a6;
}

.color-dot.zwart {
  background: #111827;
}

.color-dot.oranje {
  background: #ff8427;
}

.color-dot.transparant {
  background: linear-gradient(135deg, #fff 0 44%, #cbd5e1 45% 55%, #fff 56% 100%);
}

.color-dot.blauw-groen {
  background: linear-gradient(135deg, #1769c2 0 50%, #16845b 51% 100%);
}

.color-dot.gewapend {
  background:
    linear-gradient(90deg, rgba(31,41,55,0.32) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31,41,55,0.32) 1px, transparent 1px),
    #e9f3ef;
  background-size: 5px 5px;
}

.color-dot-more {
  color: var(--blue-dark);
  font-size: 10px;
  font-weight: 900;
}

.flame-dot {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: #f97316;
  background: #fff3d8;
  border: 1px solid #fb923c;
  border-radius: 999px;
  box-shadow: 0 2px 7px rgba(249, 115, 22, 0.28);
}

.flame-dot svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.color-choice {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  overflow: hidden;
}

.choice-swatch {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  border: 2px solid #1f2937;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.65);
}

.choice-swatch.wit {
  background: #fff;
}

.choice-swatch.blauw {
  background: #1f5fbf;
}

.choice-swatch.groen {
  background: #2f6b2f;
}

.choice-swatch.grijs {
  background: #8d99a6;
}

.choice-swatch.zwart {
  background: #111827;
}

.choice-swatch.oranje {
  background: #ff8427;
}

.choice-swatch.transparant {
  background: linear-gradient(135deg, #fff 0 44%, #cbd5e1 45% 55%, #fff 56% 100%);
}

.choice-swatch.blauw-groen {
  background: linear-gradient(135deg, #1769c2 0 50%, #16845b 51% 100%);
}

.choice-swatch.gewapend {
  background:
    linear-gradient(90deg, rgba(31,41,55,0.25) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31,41,55,0.25) 1px, transparent 1px),
    #e9f3ef;
  background-size: 10px 10px;
}

.color-swatch {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  border: 2px solid #1f2937;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.65);
}

.color-swatch.wit {
  background: #fff;
}

.color-swatch.blauw {
  background: #1f5fbf;
}

.color-swatch.groen {
  background: #2f6b2f;
}

.color-swatch.grijs {
  background: #8d99a6;
}

.color-swatch.zwart {
  background: #111827;
}

.color-swatch.oranje {
  background: #ff8427;
}

.color-swatch.transparant {
  background: linear-gradient(135deg, #fff 0 44%, #cbd5e1 45% 55%, #fff 56% 100%);
}

.color-swatch.blauw-groen {
  background: linear-gradient(135deg, #1769c2 0 50%, #16845b 51% 100%);
}

.color-swatch.gewapend {
  background:
    linear-gradient(90deg, rgba(31,41,55,0.25) 1px, transparent 1px),
    linear-gradient(0deg, rgba(31,41,55,0.25) 1px, transparent 1px),
    #e9f3ef;
  background-size: 10px 10px;
}

.color-meta {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.color-choice strong {
  min-width: 0;
  margin-bottom: 2px;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  line-height: 1.15;
}

.choice-meta-row span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.color-price {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.advisor-actions {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

.ghost-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  line-height: 1;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

#back-button {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

#reset-button {
  color: #9a4a0c;
  background: #fff6ed;
  border-color: #ffd6b7;
}

#back-button:hover {
  background: var(--blue-dark);
}

#reset-button:hover {
  background: #ffe8d6;
}

.layout {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.sidebar {
  position: sticky;
  top: 14px;
  display: grid;
  gap: 12px;
}

.side-card {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.side-card-accent {
  background: var(--blue-dark);
  color: #fff;
  border-color: var(--blue-dark);
}

.side-card button,
.side-card a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  text-align: left;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

.side-card button:hover,
.side-card a:hover {
  border-color: var(--orange);
}

.side-label {
  margin: 0;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.side-card-accent .side-label {
  color: #b7f7d3;
}

.side-card span,
.side-card li {
  color: var(--muted);
  line-height: 1.45;
}

.side-card-accent span,
.side-card-accent li {
  color: rgba(255,255,255,0.82);
}

.side-card ul {
  margin: 0;
  padding-left: 18px;
}

.home-color-section,
.home-help-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.home-color-section {
  display: grid;
  gap: 18px;
  margin: 24px 0;
  padding: 24px;
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 24px;
  align-items: end;
}

.home-section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.home-color-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-color-card {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 18px 18px 16px 28px;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(135deg, #fff, #f5f9fc);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.home-color-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--color-accent, var(--blue));
  content: "";
}

.home-color-card:hover,
.home-color-card:focus-visible {
  border-color: var(--orange);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.home-color-card span {
  color: var(--color-accent, var(--blue-dark));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-color-card strong {
  font-size: 17px;
  line-height: 1.3;
}

.home-color-card.is-green { --color-accent: #159447; }
.home-color-card.is-white { --color-accent: #8aa3b5; }
.home-color-card.is-blue { --color-accent: #0969da; }
.home-color-card.is-black { --color-accent: #252b31; }
.home-color-card.is-grey { --color-accent: #6b7b88; }
.home-color-card.is-orange { --color-accent: #ff7425; }
.home-color-card.is-clear { --color-accent: #35a9c7; }

.home-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.home-help-card {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.home-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.home-link-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border: 1px solid #c8ddf0;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.home-link-grid a:hover,
.home-link-grid a:focus-visible {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
}

.home-tip-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-tip-list li {
  padding: 12px 14px;
  color: var(--muted);
  background: #f7fafc;
  border-left: 4px solid var(--green);
  border-radius: 0 8px 8px 0;
  line-height: 1.5;
}

.home-tip-list strong {
  color: var(--ink);
}

.cookie-consent {
  position: fixed;
  z-index: 1200;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #b8d2e8;
  border-bottom: 4px solid var(--orange);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(7, 48, 86, .25);
}

.cookie-consent.is-customizing {
  align-items: start;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}

.cookie-consent-copy {
  display: grid;
  gap: 5px;
}

.cookie-consent-copy strong {
  color: var(--blue-dark);
  font-size: 20px;
}

.cookie-consent-copy p,
.cookie-consent-copy small {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.cookie-consent-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 9px;
  align-items: center;
}

.cookie-consent-actions button,
.cookie-details-actions button,
.cookie-settings-button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.cookie-decline {
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #b8d2e8;
}

.cookie-customize {
  grid-column: 1 / -1;
  min-height: 32px !important;
  color: var(--blue-dark);
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-accept {
  color: #fff;
  background: var(--orange);
  border: 1px solid var(--orange);
}

.cookie-decline:hover,
.cookie-decline:focus-visible {
  background: var(--blue-soft);
}

.cookie-accept:hover,
.cookie-accept:focus-visible {
  background: #e85d10;
  border-color: #e85d10;
}

.cookie-customize:hover,
.cookie-customize:focus-visible {
  color: var(--orange);
}

.cookie-consent-details {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.cookie-consent-details[hidden] {
  display: none;
}

.cookie-category-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cookie-category {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 13px 14px;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.cookie-category.is-required {
  background: #eef8f2;
  border-color: #b7dfc7;
  cursor: default;
}

.cookie-category span {
  display: grid;
  gap: 4px;
}

.cookie-category strong {
  color: var(--blue-dark);
}

.cookie-category small {
  color: var(--muted);
  line-height: 1.4;
}

.cookie-category input {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 26px;
  margin: 0;
  appearance: none;
  background: #aab8c4;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background .16s ease;
}

.cookie-category input::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .22);
  content: "";
  transition: transform .16s ease;
}

.cookie-category input:checked {
  background: var(--blue);
}

.cookie-category input:checked::before {
  transform: translateX(20px);
}

.cookie-category input:focus-visible {
  outline: 3px solid rgba(9, 105, 218, .25);
  outline-offset: 3px;
}

.cookie-category input:disabled {
  opacity: .75;
  cursor: default;
}

.cookie-details-actions {
  display: flex;
  justify-content: flex-end;
}

.cookie-save {
  color: #fff;
  background: var(--blue-dark);
  border: 1px solid var(--blue-dark);
}

.cookie-save:hover,
.cookie-save:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
}

.cookie-settings-button {
  order: -1;
  color: var(--blue-dark);
  background: transparent;
  border: 1px solid var(--line);
}

.cookie-settings-button:hover,
.cookie-settings-button:focus-visible {
  background: #fff;
  border-color: var(--blue-light);
}

.mini-provider-list {
  display: grid;
  gap: 8px;
}

.mini-provider {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.mini-provider span {
  color: var(--ink);
  font-weight: 900;
}

.mini-provider strong {
  color: var(--green-dark);
  white-space: nowrap;
}

.compare-area {
  min-width: 0;
}

.offer-focus-backdrop {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(224, 228, 233, .86);
  border: 0;
  backdrop-filter: blur(2px);
  cursor: default;
}

body.offer-focus-open .offer-focus-backdrop {
  display: block;
}

html.offer-focus-open,
body.offer-focus-open {
  overflow: hidden;
}

.offer-results {
  scroll-margin-top: 14px;
}

.offer-results[hidden] {
  display: none;
}

body.offer-focus-open .offer-results {
  position: fixed;
  top: clamp(12px, 3vh, 30px);
  left: 50%;
  z-index: 901;
  width: min(calc(100vw - 32px), 1120px);
  max-height: calc(100dvh - 24px);
  margin: 0;
  padding: 18px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
  transform: translateX(-50%);
  animation: offer-focus-in .2s ease-out;
}

@keyframes offer-focus-in {
  from { opacity: .75; transform: translate(-50%, 8px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

.offer-results-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 0 132px 16px 0;
}

.offer-results-copy {
  display: grid;
  gap: 4px;
}

.offer-results-copy .eyebrow,
.offer-results-copy h3,
.offer-results-copy p,
.offer-results-copy .spec-breadcrumb {
  margin: 0;
}

.offer-results-copy h3 {
  color: var(--blue-dark);
  font-size: 24px;
}

.offer-results-copy p:last-child,
.offer-results-copy .spec-breadcrumb:last-child {
  color: var(--muted);
  line-height: 1.45;
}

.offer-focus-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 5px 15px 5px 7px;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #b42318);
  border: 1px solid #b42318;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(180, 35, 24, .26);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.offer-focus-close:hover,
.offer-focus-close:focus-visible {
  background: #b42318;
  border-color: #912018;
  box-shadow: 0 0 0 3px rgba(217, 45, 32, .2), 0 8px 22px rgba(180, 35, 24, .3);
  transform: translateY(-1px);
  outline: 0;
}

.offer-focus-close span:first-child {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.offer-results-footer {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #dbe3ea;
}

.offer-focus-close-bottom {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  color: #b42318;
  background: #fff4f2;
  border: 1px solid #f2a19a;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.offer-focus-close-bottom span:first-child {
  font-size: 22px;
  line-height: 1;
}

.offer-focus-close-bottom:hover,
.offer-focus-close-bottom:focus-visible {
  color: #fff;
  background: #b42318;
  border-color: #912018;
  outline: 0;
}

.product-hero {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 250px;
  gap: 24px;
  align-items: center;
  padding: 24px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
}

.product-visual {
  min-height: 190px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff, #f4f8fb);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.product-visual img {
  width: 100%;
  height: 188px;
  object-fit: contain;
  padding: 12px;
}

.product-placeholder {
  width: 100%;
  height: 188px;
  display: grid;
  place-items: center;
  background: url("assets/productkeuze-placeholder.svg") center / 78% no-repeat;
  opacity: 0.92;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a,
.spec-breadcrumb a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible,
.spec-breadcrumb a:hover,
.spec-breadcrumb a:focus-visible {
  color: var(--blue);
  text-decoration-thickness: 2px;
}

.spec-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  line-height: 1.45;
}

.spec-breadcrumb a.spec-tag {
  min-height: 23px;
  padding: 2px 8px;
  color: var(--blue-dark);
  background: #edf6ff;
  border: 1px solid #cfe1f2;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.spec-breadcrumb a.spec-tag:hover,
.spec-breadcrumb a.spec-tag:focus-visible {
  color: var(--blue);
  background: #dfefff;
  border-color: #9fc7eb;
  text-decoration: none;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

/* Productkenmerken sluiten visueel aan op de compacte links in adviesblokken. */
.seo-product-copy .tags {
  align-items: center;
  gap: 5px 6px;
  margin-top: 12px;
}

.seo-product-copy .tags .tag {
  min-height: 21px;
  padding: 1px 6px 2px;
  gap: 0;
  border: 1px solid #cfe1f2;
  border-radius: 5px;
  color: var(--blue-dark);
  background: #edf6ff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
}

.seo-product-copy .tags a.tag:hover,
.seo-product-copy .tags a.tag:focus-visible {
  color: var(--blue);
  border-color: #9fc7eb;
  background: #dfefff;
  text-decoration: none;
}

.tag,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.tag {
  color: var(--blue);
  background: var(--blue-soft);
}

a.tag {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a.tag:hover {
  background: #d9efff;
  color: var(--blue-dark);
  text-decoration-thickness: 2px;
}

.badge {
  color: #7a4700;
  background: var(--gold);
}

.badge-icon {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 16px;
  color: #fff;
  background: rgba(15, 82, 120, .82);
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
}

.badge-stock .badge-icon,
.badge-cheapest .badge-icon {
  background: var(--green);
}

.badge-best .badge-icon,
.badge-smart .badge-icon,
.badge-rating .badge-icon,
.badge-google .badge-icon {
  background: var(--orange);
}

.badge-nearby .badge-icon,
.badge-source .badge-icon,
.badge-default .badge-icon {
  background: var(--blue);
}

.recommendation {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 16px;
  background: var(--soft-green);
  border: 1px solid #b8e4c5;
  border-radius: 8px;
}

.recommendation span {
  color: var(--green-dark);
  font-weight: 900;
}

.recommendation-vendor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.recommendation-vendor .vendor-logo-wrap {
  flex: 0 0 auto;
}

.recommendation strong {
  color: var(--green-dark);
  font-size: 30px;
}

.recommendation small {
  color: var(--muted);
  font-weight: 700;
}

.shipping-promise {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  animation: shipping-border-pulse 2.2s ease-in-out infinite;
}

.shipping-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 24px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
}

.shipping-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shipping-icon svg path,
.shipping-icon svg circle {
  fill: none;
  stroke: currentColor;
}

.recommendation .shipping-promise {
  padding: 6px 9px;
  color: #172033;
  font-size: 10px;
  font-weight: 700;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(15, 82, 120, .12);
  border-radius: 999px;
}

.recommendation .shipping-promise span {
  color: #172033;
  font-size: 10px;
  font-weight: 700;
}

.recommendation .shipping-promise .shipping-icon {
  color: #fff;
  background: var(--green);
}

.recommendation .shipping-promise .shipping-icon svg,
.recommendation .shipping-promise .shipping-icon svg path,
.recommendation .shipping-promise .shipping-icon svg circle {
  color: #fff;
  stroke: #fff;
}

.pickup-panel {
  display: grid;
  grid-template-areas:
    "form copy"
    "feedback feedback";
  grid-template-columns: minmax(360px, 430px) minmax(260px, 1fr);
  gap: 14px 20px;
  align-items: end;
  padding: 18px;
  margin: 14px 0 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.pickup-copy {
  grid-area: copy;
  justify-self: end;
  max-width: 520px;
  text-align: right;
}

.pickup-panel h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.pickup-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.postcode-form {
  grid-area: form;
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto auto;
  gap: 8px;
}

.postcode-form input {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
}

.postcode-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 118, 232, 0.12);
}

.postcode-form button[type="submit"] {
  min-height: 42px;
  padding: 0 15px;
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.postcode-feedback {
  grid-area: feedback;
  text-align: right;
  color: var(--muted);
  font-size: 13px;
}

.postcode-feedback.is-error {
  color: #b42318;
}

.postcode-feedback.has-distance-result {
  display: flex;
  justify-content: flex-end;
}

.postcode-distance-result {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px 8px;
  min-height: 34px;
  padding: 5px 6px 5px 11px;
  color: #17496d;
  background: #edf6ff;
  border: 1px solid #9fc7eb;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.postcode-distance-vendor {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 83, 165, 0.3);
}

a.postcode-distance-vendor:hover,
a.postcode-distance-vendor:focus-visible {
  color: var(--blue);
  border-bottom-color: currentColor;
}

.postcode-distance-value {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.offer-controls {
  position: sticky;
  top: 10px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  margin: 0 0 16px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .09);
}

.offer-controls > strong {
  color: var(--blue-dark);
  white-space: nowrap;
}

.sort-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.sort-row label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.sort-row select {
  min-height: 38px;
  min-width: 184px;
  padding: 0 36px 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
  outline: 0;
}

.sort-row select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(11, 118, 232, .12);
}

.offer-list {
  display: grid;
  gap: 12px;
}

.empty-state {
  padding: 28px;
  color: var(--muted);
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.offer-card {
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(110px, .55fr) minmax(235px, 1.1fr) minmax(125px, auto);
  gap: 14px;
  align-items: center;
  padding: 15px;
  border-left: 5px solid #7ba9cb;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.offer-card.is-best {
  border-color: #9ed8b4;
  border-left-color: var(--green);
  box-shadow: 0 0 0 3px rgba(22, 132, 91, 0.12), var(--shadow);
}

.offer-card.is-own-alternative {
  border: 1px solid #f2b778;
  border-left: 5px solid #ff7a1a;
  background: #fffdf9;
  animation: own-alternative-border-pulse 2.4s ease-in-out infinite;
}

.offer-card.is-inactive,
.seo-offer-card.is-inactive,
.provider-card.is-inactive {
  filter: grayscale(1);
  opacity: .58;
  background: #f2f4f5;
  border-color: #cbd2d8;
  box-shadow: none;
}

.deal-disabled,
.provider-inactive-label {
  color: #66717a;
  background: #dfe3e6;
  border-color: #c5cbd0;
  text-align: center;
}

.deal-disabled {
  width: auto;
  max-width: 100%;
  min-width: 0;
  cursor: not-allowed;
  white-space: nowrap;
}

.provider-inactive-label {
  display: inline-flex;
  width: auto;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.provider-claim-wrap {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.provider-claim-wrap .provider-inactive-label {
  max-width: 100%;
  justify-content: center;
}

.provider-claim-wrap small {
  color: #66717a;
  font-weight: 700;
  white-space: nowrap;
}

.vendor-cell {
  display: grid;
  grid-template-columns: 34px 104px minmax(150px, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.vendor-cell.has-product-thumb {
  grid-template-columns: 34px 104px 68px minmax(150px, 1fr);
}

.rank {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.vendor-logo-wrap {
  width: 104px;
  height: 46px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.vendor-logo {
  max-width: 94px;
  max-height: 31px;
  object-fit: contain;
}

.offer-product-thumb {
  width: 68px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.offer-product-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.vendor-logo-fallback {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  border: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.vendor {
  font-size: 17px;
  font-weight: 900;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vendor-wrap {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.vendor-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 7px;
  min-width: 0;
}

.vendor-link {
  color: var(--ink);
  text-decoration: none;
}

.vendor-link:hover {
  color: var(--blue);
  text-decoration: underline;
}

.vendor-meta {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.distance-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  padding: 2px 8px 2px 4px;
  color: #17496d;
  background: #e2f0ff;
  border: 1px solid #a8cfee;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

.distance-pill strong {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.distance-pill-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.offer-copy {
  color: var(--muted);
}

.label-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.badge-cheapest {
  color: #07573d;
  background: #dff6e9;
}

.badge-nearby {
  color: #17496d;
  background: #e2f0ff;
}

.badge-best {
  color: #17496d;
  background: #e2f0ff;
}

.badge-stock {
  color: #07573d;
  background: #dcfce7;
}

.badge-rating {
  color: #8a4b00;
  background: #fff3d8;
}

.badge-google {
  color: #124d88;
  background: #e8f2ff;
}

.badge-smart {
  color: #784b00;
  background: #fff1cb;
}

.badge-source {
  color: #5a4a09;
  background: #f8edbe;
}

.badge-default {
  color: #334155;
  background: #e8eef4;
}

.price-block {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  text-align: right;
}

.standard-price-line,
.best-deal-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

.standard-price-line small,
.best-deal-amount small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.offer-price-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}

.offer-price-row .price-block {
  flex: 0 0 auto;
}

.offer-price-row .shipping-promise {
  width: 220px;
  flex: 0 0 220px;
  min-height: 34px;
  display: inline-flex;
  padding: 5px 10px 5px 6px;
  color: #07573d;
  background: #e2f7eb;
  border: 1px solid #b9e8ce;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.offer-price-row .shipping-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.offer-price-row .shipping-icon svg {
  width: 14px;
  height: 14px;
}

.price {
  color: var(--green-dark);
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.deal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 18px rgba(11, 118, 232, .18);
}

.deal:hover {
  background: var(--blue-dark);
}

.offer-card > .deal span {
  margin-left: 4px;
  font-size: 18px;
  line-height: 1;
}

.all-products {
  padding: 34px 0 18px;
}

.section-heading {
  margin-bottom: 14px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
  gap: 16px;
}

.product-card {
  min-height: 144px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 13px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  text-decoration: none;
}

.product-thumb {
  display: grid;
  place-items: center;
  min-height: 118px;
  background: linear-gradient(180deg, #ffffff, #f4f8fa);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.product-card-body {
  min-width: 0;
  display: grid;
  gap: 7px;
  align-content: center;
}

.product-card strong {
  display: block;
  font-size: 18px;
}

.product-card-price {
  color: var(--green-dark);
  font-weight: 900;
}

.product-card-offers {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 25px;
  padding: 0 8px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.catalog-more {
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
}

.catalog-more[hidden] {
  display: none;
}

.catalog-more .primary-link {
  min-width: min(100%, 300px);
  border: 0;
  cursor: pointer;
}

.home-popular-section {
  display: grid;
  gap: 18px;
  margin: 24px 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.home-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-popular-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 44px 14px 14px;
  color: var(--ink);
  background: linear-gradient(145deg, #fff, #f7fbfe);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.home-popular-card:hover,
.home-popular-card:focus-visible {
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.home-popular-badge {
  position: absolute;
  top: 12px;
  left: 14px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  color: var(--green-dark);
  background: #e9f8ef;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.home-popular-image {
  height: 100px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.home-popular-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.home-popular-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.home-popular-copy strong {
  color: var(--blue-dark);
  line-height: 1.25;
}

.home-popular-copy small {
  color: var(--muted);
  line-height: 1.35;
}

.home-popular-price {
  color: var(--green-dark);
  font-weight: 900;
}

.home-popular-offers {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.home-popular-provider {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}

.home-popular-footer {
  display: flex;
  justify-content: center;
}

.popular-products-loading {
  grid-column: 1 / -1;
  color: var(--muted);
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 12px;
}

.menu-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.menu-card:hover {
  border-color: var(--orange);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.menu-card span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-card strong {
  font-size: 22px;
}

.menu-card small {
  color: var(--muted);
  line-height: 1.5;
}

.advice-strip,
.comparison-panel,
.answer-box,
.faq-list,
.advice-cta,
.article-layout {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.advice-strip {
  display: grid;
  gap: 18px;
  margin: 24px 0;
  padding: 24px;
}

.advice-return-card {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #ffffff, #f3f9ff);
  border: 1px solid #c7def3;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.advice-return-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.1;
}

.advice-return-card p {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.advice-return-card .eyebrow {
  margin: 0 0 4px;
  color: var(--green-dark);
}

.catalog-advice-card {
  margin-top: -6px;
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.advice-grid-large {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advice-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
  color: var(--ink);
  background: linear-gradient(135deg, #ffffff, #f3f9ff);
  border: 1px solid #bdd8ef;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.advice-card:hover {
  border-color: var(--blue-light);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.advice-card span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.advice-card strong {
  color: var(--blue);
  font-size: 20px;
}

.advice-card small {
  color: var(--muted);
  line-height: 1.5;
}

.advice-page {
  display: grid;
  gap: 22px;
}

.site-breadcrumb {
  width: 100%;
  padding: 10px 14px;
  margin: 18px 0 0;
  color: var(--muted);
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
  font-size: 14px;
}

.site-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-breadcrumb li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-breadcrumb li + li::before {
  content: "›";
  padding-right: 8px;
  color: #94a3b8;
  font-weight: 900;
}

.site-breadcrumb a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
}

.site-breadcrumb a:hover {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-breadcrumb [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}

.article-layout {
  display: grid;
  gap: 22px;
  padding: 28px;
}

.article-header {
  display: grid;
  gap: 10px;
  max-width: 860px;
}

.article-header h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(36px, 6vw, 64px);
  line-height: .98;
}

.article-header p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.answer-box {
  padding: 22px;
  background: linear-gradient(135deg, #eaf7ff, #ffffff);
  border-color: #b8d8ef;
}

.answer-box h2,
.comparison-panel h2,
.faq-list h2,
.advice-cta h2 {
  margin: 0 0 10px;
}

.answer-box p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
}

.weight-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.weight-explainer-copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.weight-explainer h2 {
  margin: 0;
}

.weight-explainer-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.weight-explainer-copy strong {
  color: var(--ink);
}

.weight-calculation {
  display: grid;
  gap: 14px;
  padding: 20px;
  color: var(--green-dark);
  background: linear-gradient(135deg, #effaf4, #ffffff);
  border: 1px solid #a9dfbf;
  border-radius: 10px;
}

.weight-calculation > span {
  font-weight: 900;
  line-height: 1.4;
}

.weight-calculation > strong {
  font-size: 21px;
  line-height: 1.25;
}

.weight-calculation > small {
  color: var(--muted);
  line-height: 1.5;
}

.weight-formula {
  display: grid;
  gap: 8px;
}

.weight-formula p {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(8, 112, 77, .14);
}

.weight-formula b {
  color: var(--ink);
  font-size: 18px;
}

.weight-formula small {
  color: var(--muted);
}

.comparison-panel,
.faq-list,
.advice-cta {
  padding: 24px;
}

.comparison-table-wrap {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 15px;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  color: var(--blue);
  background: var(--blue-soft);
  font-weight: 900;
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fbfdff;
}

.faq-list summary {
  cursor: pointer;
  color: var(--blue);
  font-weight: 900;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.context-link,
.advice-check-list a,
.faq-list p a,
.comparison-table th a,
.comparison-table td a {
  color: var(--blue-dark);
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 1px 5px 2px;
  margin: 0 1px;
  border: 1px solid #cfe1f2;
  border-radius: 5px;
  background: #edf6ff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none;
  vertical-align: baseline;
  white-space: normal;
}

.context-link:hover,
.context-link:focus-visible,
.advice-check-list a:hover,
.advice-check-list a:focus-visible,
.faq-list p a:hover,
.faq-list p a:focus-visible,
.comparison-table th a:hover,
.comparison-table th a:focus-visible,
.comparison-table td a:hover,
.comparison-table td a:focus-visible {
  color: var(--blue);
  border-color: #9fc7eb;
  background: #dfefff;
  text-decoration: none;
}

.faq-color-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 13px;
}

.faq-color-dot {
  width: 30px;
  height: 30px;
  display: inline-block;
  flex: 0 0 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #9fb0c1, 0 4px 10px rgba(15, 35, 56, .12);
  transition: box-shadow .16s ease, transform .16s ease;
}

.faq-color-dot:hover,
.faq-color-dot:focus-visible {
  box-shadow: 0 0 0 3px rgba(11, 118, 232, .3), 0 6px 14px rgba(15, 35, 56, .16);
  transform: translateY(-2px) scale(1.05);
  outline: 0;
}

.faq-color-dot.groen { background: #2f7d45; }
.faq-color-dot.wit { background: #fff; }
.faq-color-dot.blauw { background: #1f69c7; }
.faq-color-dot.blauw-groen { background: linear-gradient(135deg, #1f69c7 0 50%, #16845b 51% 100%); }
.faq-color-dot.zwart { background: #20252b; }
.faq-color-dot.grijs { background: #8794a2; }
.faq-color-dot.oranje { background: #ff8427; }
.faq-color-dot.transparant {
  background:
    linear-gradient(90deg, rgba(73, 96, 121, .28) 1px, transparent 1px),
    linear-gradient(0deg, rgba(73, 96, 121, .28) 1px, transparent 1px),
    #edf5f7;
  background-size: 6px 6px;
}

.advice-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #f2fbf5, #ffffff);
  border-color: #bce8c9;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  color: #fff;
  background: var(--orange);
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.advice-hero {
  padding-bottom: 34px;
}

.advice-anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.advice-anchor-row a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: var(--blue);
  background: var(--blue-soft);
  border: 1px solid #c7def3;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.advice-back-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.advice-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: #fff;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.advice-back-link.is-secondary {
  color: var(--blue);
  background: var(--blue-soft);
  border-color: #c7def3;
}

.answer-box-strong strong {
  color: var(--green-dark);
}

.section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.section-heading h2,
.section-heading p {
  margin: 0;
}

.section-heading p:not(.eyebrow) {
  max-width: 880px;
  color: var(--muted);
  line-height: 1.55;
}

.advice-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.advice-choice-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  background: linear-gradient(135deg, #ffffff, #f7fbff);
  border: 1px solid #c9dced;
  border-radius: 8px;
}

.advice-choice-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.advice-choice-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.advice-choice-recommendation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f0f9f4;
  border: 1px solid #c7ead4;
  border-radius: 8px;
}

.advice-choice-recommendation small {
  width: 100%;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.advice-quality-link {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--green-dark);
  background: #fff;
  border: 1px solid #a9ddb9;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.advice-quality-link:hover,
.advice-quality-link:focus-visible {
  color: #fff;
  background: var(--green);
  outline: 0;
}

.advice-choice-reason {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.advice-choice-reason strong {
  color: var(--ink);
}

.quality-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.quality-card,
.use-case-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(135deg, #ffffff, #f5faff);
  border: 1px solid #c9dced;
  border-radius: 8px;
}

.quality-card.is-link-card,
.use-case-card.is-link-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.quality-card.is-link-card:hover,
.use-case-card.is-link-card:hover,
.quality-card.is-link-card:focus-visible,
.use-case-card.is-link-card:focus-visible {
  border-color: var(--blue);
  background: linear-gradient(135deg, #ffffff, #eef7ff);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
  outline: 0;
}

.quality-card.is-link-card::after,
.use-case-card.is-link-card::after {
  content: "Bekijk producten";
  justify-self: start;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 0 10px;
  color: var(--blue-dark);
  background: var(--blue-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.quality-card span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quality-card h3,
.use-case-card h3,
.advice-split h3 {
  margin: 0;
  color: var(--blue);
}

.quality-card p,
.use-case-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.quality-card ul,
.advice-check-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.quality-card li,
.advice-check-list li {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.quality-card li::before,
.advice-check-list li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.62);
}

.fasten-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  counter-reset: fasten-step;
  list-style: none;
}

.fasten-steps li {
  position: relative;
  min-height: 42px;
  padding: 10px 12px 10px 54px;
  color: var(--muted);
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 1.55;
  counter-increment: fasten-step;
}

.fasten-steps li::before {
  content: counter(fasten-step);
  position: absolute;
  top: 9px;
  left: 11px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.fasten-steps strong {
  color: var(--ink);
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.use-case-card {
  min-height: 142px;
}

.advice-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.advice-split article {
  padding: 18px;
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list-large details {
  padding: 16px 18px;
}

.faq-list-large summary {
  font-size: 16px;
}

.source-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.source-note p {
  margin: 0;
}

.application-card {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.6fr);
  gap: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.application-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.application-benefits {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.application-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.application-form textarea {
  min-height: 130px;
  resize: vertical;
}

.application-message,
.primary-submit {
  grid-column: 1 / -1;
}

.primary-submit {
  justify-self: start;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  padding: 13px 22px;
  cursor: pointer;
}

.providers-section {
  padding: 28px 0 20px;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
}

.provider-card,
.provider-detail {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.provider-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 14px;
}

.provider-logo {
  width: 74px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.provider-logo img {
  max-width: 64px;
  max-height: 34px;
  object-fit: contain;
}

.provider-logo-fallback {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--green));
  font-weight: 900;
}

.provider-card h3,
.provider-detail h3,
.provider-detail h4 {
  margin: 0;
}

.provider-card p {
  margin: 4px 0 8px;
  color: var(--muted);
}

.review-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #f59e0b;
  font-size: 13px;
}

.review-line strong {
  color: var(--green-dark);
}

.provider-review {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  width: fit-content;
  color: #b75a00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.provider-review:hover,
.provider-review:focus-visible {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.provider-review-stars {
  color: #ff7a1a;
  font-family: Arial, "Segoe UI Symbol", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
}

.provider-review strong {
  color: #b75a00;
}

.provider-review small {
  color: var(--muted);
  font-weight: 700;
}

.provider-detail-head .provider-review {
  margin-top: 9px;
}

.text-link {
  grid-column: 1 / -1;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

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

.provider-detail {
  margin-top: 16px;
  padding: 20px;
}

.provider-detail-head {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.provider-detail-head .provider-logo {
  width: 92px;
  height: 70px;
}

.provider-detail-head p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.provider-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
}

.provider-detail-grid p,
.provider-detail-grid small {
  color: var(--muted);
  line-height: 1.45;
}

.provider-detail-grid h4 {
  margin-bottom: 8px;
  color: var(--blue-dark);
}

.review-score {
  color: #f59e0b !important;
  font-weight: 900;
}

.provider-stat-number {
  display: inline-flex;
  margin: 0 0 4px !important;
  color: var(--blue) !important;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.provider-stat-link {
  text-decoration: none;
}

.provider-stat-link:hover {
  text-decoration: underline;
}

.provider-join-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 0 28px;
}

.provider-join-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  color: inherit;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.provider-join-card:hover {
  border-color: rgba(11, 118, 232, .32);
  box-shadow: 0 14px 32px rgba(8, 20, 33, .12);
  transform: translateY(-1px);
}

.provider-join-card strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.provider-join-card span:last-child {
  color: var(--muted);
}

.provider-plans-page { display: grid; gap: 24px; }
.provider-plans-hero { max-width: 860px; }
.provider-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.provider-plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); }
.provider-plan-card.is-recommended { border: 2px solid var(--green); box-shadow: 0 8px 24px rgba(22, 132, 91, .14); }
.provider-plan-card h2 { margin: 2px 0 8px; color: var(--blue-dark); font-size: 28px; }
.provider-plan-badge { position: absolute; top: -12px; right: 18px; padding: 5px 10px; color: #fff; background: var(--green); border-radius: 999px; font-size: 12px; font-weight: 900; }
.provider-plan-price { display: flex; align-items: baseline; gap: 7px; margin: 0 0 16px; }
.provider-plan-price strong { color: var(--ink); font-size: 34px; }
.provider-plan-price span { color: var(--muted); font-size: 13px; }
.provider-plan-card ul { display: grid; gap: 9px; margin: 0 0 22px; padding-left: 20px; color: var(--muted); }
.provider-plan-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin-top: auto; padding: 9px 13px; color: #fff; background: var(--blue); border-radius: 8px; font-weight: 900; text-align: center; text-decoration: none; }
.provider-plan-cta.secondary { color: var(--blue-dark); background: var(--blue-soft); }
.provider-plan-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.provider-plan-notes > div, .provider-plans-contact { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.provider-plan-notes h2, .provider-plans-contact h2 { margin-top: 0; }
.provider-plans-contact { display: flex; align-items: center; justify-content: space-between; gap: 18px; }

@media (max-width: 900px) {
  .provider-plan-grid { grid-template-columns: 1fr; }
  .provider-plan-card { padding: 20px; }
}

@media (max-width: 760px) {
  .provider-join-section, .provider-plan-notes { grid-template-columns: 1fr; }
  .provider-plans-contact { align-items: stretch; flex-direction: column; }
}

.google-review-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.google-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
}

.google-wordmark span:nth-child(1),
.google-wordmark span:nth-child(4) {
  color: #4285f4;
}

.google-wordmark span:nth-child(2),
.google-wordmark span:nth-child(6) {
  color: #ea4335;
}

.google-wordmark span:nth-child(3) {
  color: #fbbc05;
}

.google-wordmark span:nth-child(5) {
  color: #34a853;
}

.google-review-panel h4,
.google-review-panel p {
  margin: 0;
}

.google-score {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 6px 0 4px !important;
}

.google-score strong {
  color: var(--ink);
  font-size: 24px;
}

.google-score span {
  color: #f59e0b;
  font-weight: 900;
  letter-spacing: 1px;
}

.google-score small {
  color: var(--muted);
}

.google-button {
  justify-self: end;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  background: #1a73e8;
  border-radius: 7px;
  font-weight: 900;
  text-decoration: none;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 36px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 1040px) {
  .advisor-head,
  .layout,
  .product-hero,
  .offer-card,
  .provider-detail-head,
  .provider-detail-grid,
  .catalog-toolbar,
  .application-card,
  .application-form {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .home-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-block {
    text-align: left;
  }

  .offer-price-row {
    justify-content: flex-start;
  }

  .vendor-cell {
    grid-template-columns: 34px 104px minmax(150px, 1fr);
  }

  .vendor-cell.has-product-thumb {
    grid-template-columns: 34px 104px 68px minmax(150px, 1fr);
  }

  .wizard-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .menu-cards {
    grid-template-columns: 1fr;
  }

  .weight-explainer {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 940px) {
  .intro-strip {
    grid-template-columns: 1fr;
  }

  .topbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "search"
      "nav";
    justify-items: center;
    padding-top: 14px;
  }

  .brand {
    width: min(100%, 440px);
    min-height: 102px;
  }

  .brand-logo {
    height: 96px;
  }

  .search-area {
    justify-self: center;
  }

  .top-actions {
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .topbar {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand menu"
      "search search"
      "nav nav";
    justify-items: stretch;
    padding: 12px 16px 0;
  }

  .brand {
    width: min(100%, 330px);
    min-height: 80px;
  }

  .brand-logo {
    height: 76px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .search-area {
    justify-self: stretch;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 10px 16px;
    background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  }

  .search-shell {
    grid-template-columns: 1fr 72px;
    min-height: auto;
    overflow: visible;
    background: #fff;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
  }

  .search-shell input {
    min-height: 42px;
    border-radius: 999px 0 0 999px;
    background: #fff;
  }

  .search-shell button {
    min-height: 42px;
    border-radius: 0 999px 999px 0;
  }

  .quick-searches {
    display: none;
  }

  .quick-searches button {
    color: #fff;
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.24);
  }

  .top-actions {
    display: none;
    justify-self: stretch;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 16px 12px;
    background: linear-gradient(135deg, var(--blue-dark), var(--blue));
    border-bottom: 3px solid var(--orange);
  }

  .top-actions.is-open {
    display: grid;
  }

  .top-link {
    min-height: 40px;
    justify-content: center;
    padding: 0 10px;
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 8px;
  }

  .top-link.is-active {
    color: #fff;
    background: var(--orange);
    border-color: var(--orange);
  }

  .top-link::after {
    display: none;
  }

  .nav-group {
    display: grid;
    width: 100%;
  }

  .nav-group::after {
    content: none;
  }

  .nav-group-toggle,
  .top-actions > .top-link {
    width: 100%;
  }

  .nav-group-toggle {
    justify-content: space-between;
    padding: 0 14px;
  }

  .nav-submenu {
    position: static;
    width: 100%;
    margin-top: 6px;
    color: var(--ink);
    border: 0;
    border-radius: 9px;
    box-shadow: none;
    transform: none;
  }

  .top-actions .nav-group.is-open .nav-submenu {
    display: grid;
  }

  .sidebar {
    display: none;
  }

  body.offer-focus-open .offer-results {
    width: calc(100vw - 24px);
    padding: 14px;
  }

  .pickup-panel {
    grid-template-areas:
      "copy"
      "form"
      "feedback";
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pickup-copy {
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }

  .postcode-feedback {
    text-align: left;
  }

  .postcode-feedback.has-distance-result {
    justify-content: flex-start;
  }

  .postcode-distance-result {
    justify-content: flex-start;
    border-radius: 10px;
  }

  .offer-controls {
    position: static;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    margin-bottom: 14px;
  }

  .sort-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sort-row label,
  .sort-row select {
    width: 100%;
  }

  .sort-row label {
    align-items: stretch;
    flex-direction: column;
  }

  .wizard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-card {
    min-height: 96px;
  }

  .choice-card.use-choice {
    grid-column: span 1;
  }

  .quality-features {
    display: none;
  }

  .quality-info-button {
    display: flex;
    width: fit-content;
    min-width: 0;
    padding: 5px 8px;
    font-size: 11px;
  }

  .quality-choice {
    padding-bottom: 12px;
  }

  .google-review-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .google-button {
    justify-self: start;
  }

  .active-filters {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .advice-grid,
  .advice-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-section-heading,
  .home-help-grid {
    grid-template-columns: 1fr;
  }

  .article-layout,
  .advice-strip,
  .advice-return-card,
  .comparison-panel,
  .faq-list,
  .answer-box,
  .advice-cta {
    padding: 18px;
  }

  .advice-return-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .advice-helper-row {
    grid-template-columns: 1fr;
  }

  .advice-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-link {
    width: fit-content;
  }

  .advice-back-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .advice-back-link {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .topbar {
    padding: 10px 10px 0;
    gap: 8px;
  }

  .brand {
    width: min(100%, 300px);
    min-height: 74px;
  }

  .brand-logo {
    height: 70px;
  }

  .search-area {
    padding: 10px 14px;
  }

  .search-shell {
    grid-template-columns: 1fr 66px;
  }

  .search-shell input {
    padding: 0 12px;
    font-size: 13px;
  }

  .quick-searches {
    gap: 5px;
    font-size: 11px;
  }

  .quick-searches button {
    min-height: 23px;
    padding: 0 7px;
    font-size: 11px;
  }

  .top-actions {
    padding: 10px 14px 12px;
  }

  .postcode-form,
  .menu-cards,
  .advice-grid,
  .advice-grid-large {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .home-color-section,
  .home-help-card {
    padding: 18px;
  }

  .home-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .home-color-card {
    min-height: 102px;
    padding: 14px 12px 13px 20px;
  }

  .home-color-card strong {
    font-size: 14px;
  }

  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    gap: 14px;
    width: auto;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    padding: 17px;
  }

  .cookie-consent-copy strong {
    font-size: 18px;
  }

  .cookie-consent-copy p {
    font-size: 14px;
  }

  .cookie-consent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent-actions button {
    grid-column: auto;
    width: 100%;
  }

  .cookie-category-list {
    grid-template-columns: 1fr;
  }

  .cookie-category {
    min-height: 80px;
  }

  .cookie-details-actions,
  .cookie-details-actions button {
    width: 100%;
  }

  .offer-results-head {
    min-height: 44px;
    padding-right: 112px;
  }

  .offer-focus-close {
    top: 10px;
    right: 10px;
    justify-content: center;
    width: auto;
    min-height: 40px;
    padding: 4px 10px 4px 5px;
    gap: 6px;
    font-size: 13px;
  }

  .offer-focus-close span:first-child {
    width: 28px;
    height: 28px;
    font-size: 22px;
  }

  .offer-results-footer,
  .offer-focus-close-bottom {
    width: 100%;
  }

  h1 {
    font-size: 32px;
  }

  .best-price-card {
    display: none;
  }

  .steps,
  .wizard-grid,
  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step {
    min-height: 40px;
    padding: 8px;
  }

  .choice-card {
    min-height: 96px;
    padding: 12px 10px;
  }

  .choice-card.has-dots {
    padding-top: 25px;
  }

  .choice-card strong {
    font-size: 14px;
  }

  .choice-meta-row {
    font-size: 11px;
    gap: 5px;
  }

  .choice-meta-row strong {
    font-size: 11px;
  }

  .color-choice {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 7px;
  }

  .choice-swatch {
    width: 30px;
    height: 30px;
  }

  .product-list {
    gap: 10px;
  }

  .product-card {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 96px;
    gap: 8px;
    padding: 8px;
  }

  .product-thumb {
    min-height: 58px;
    align-self: start;
  }

  .product-thumb img {
    padding: 4px;
  }

  .product-card-body {
    gap: 4px;
  }

  .product-card strong {
    font-size: 14px;
  }

  .product-card span {
    font-size: 12px;
  }

  .product-card-price {
    font-size: 12px;
  }

  .product-card-offers {
    min-height: 20px;
    padding: 0 6px;
    font-size: 11px;
  }

  .vendor-cell {
    grid-template-columns: 34px minmax(88px, 104px) minmax(130px, 1fr);
  }

  .vendor-cell.has-product-thumb {
    grid-template-columns: 34px minmax(88px, 104px) 56px minmax(120px, 1fr);
  }

  .offer-product-thumb {
    width: 56px;
    height: 44px;
  }

  .vendor {
    font-size: 16px;
  }

  .offer-price-row {
    display: grid;
    flex-direction: initial;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 9px;
  }

  .offer-price-row .price-block {
    width: max-content;
    max-width: 100%;
    justify-content: flex-start;
  }

  .offer-card > .deal {
    width: max-content;
    justify-self: end;
  }

  .offer-price-row .shipping-promise {
    width: fit-content;
    max-width: 100%;
    padding-right: 9px;
    font-size: 10px;
  }

  .product-hero,
  .advisor {
    padding: 16px;
  }

  .article-header h1 {
    font-size: 34px;
  }

  .article-header p,
  .answer-box p {
    font-size: 16px;
  }

  .article-layout,
  .advice-strip,
  .advice-return-card,
  .comparison-panel,
  .faq-list,
  .answer-box,
  .advice-cta {
    padding: 16px;
  }

  .advice-card {
    min-height: 0;
  }

  .primary-link {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .quality-matrix {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .advice-choice-grid,
  .quality-matrix,
  .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advice-split {
    grid-template-columns: 1fr;
  }

  .advice-choice-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
  }

  .advice-choice-table thead {
    display: none;
  }

  .advice-choice-table,
  .advice-choice-table tbody,
  .advice-choice-table tr,
  .advice-choice-table td {
    display: block;
    width: 100%;
  }

  .advice-choice-table tr {
    padding: 12px 14px;
    background: #fbfdff;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .advice-choice-table td {
    padding: 6px 0;
    border: 0;
  }

  .advice-choice-table td::before {
    display: block;
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .advice-choice-table td:nth-child(1)::before {
    content: "Situatie";
  }

  .advice-choice-table td:nth-child(2)::before {
    content: "Aanbevolen";
  }

  .advice-choice-table td:nth-child(3)::before {
    content: "Waarom";
  }

  .advice-anchor-row a {
    min-height: 32px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .page,
  .footer {
    width: min(100% - 20px, 1220px);
  }

  .advice-page {
    gap: 16px;
  }

  .advice-hero {
    padding: 24px 0 14px;
  }

  .advice-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.04;
  }

  .advice-hero p {
    font-size: 15px;
  }

  .advice-anchor-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .advice-anchor-row a {
    justify-content: center;
    padding: 6px 8px;
    text-align: center;
  }

  .advice-choice-grid,
  .quality-matrix,
  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .advice-choice-card {
    padding: 14px;
  }

  .advice-choice-card h3 {
    font-size: 16px;
  }

  .advice-choice-recommendation {
    gap: 7px;
    padding: 9px;
  }

  .advice-quality-link {
    min-height: 26px;
    padding: 0 9px;
    font-size: 12px;
  }

  .quality-card,
  .use-case-card,
  .advice-split article {
    padding: 14px;
  }

  .quality-card.is-link-card::after,
  .use-case-card.is-link-card::after {
    min-height: 26px;
    font-size: 11px;
  }

  .quality-card p,
  .quality-card li,
  .use-case-card p,
  .advice-check-list li {
    font-size: 13px;
  }

  .faq-list-large summary {
    font-size: 15px;
  }

  .source-note {
    font-size: 12px;
  }
}

/* Mobile width guard for advice articles */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

.page,
.footer,
.advice-page,
.article-layout,
.article-header,
.advice-strip,
.comparison-panel,
.comparison-table-wrap,
.faq-list,
.answer-box,
.advice-cta {
  min-width: 0;
  max-width: 100%;
}

.article-layout *,
.comparison-panel * {
  min-width: 0;
}

.article-header h1,
.article-header p,
.answer-box p,
.comparison-table th,
.comparison-table td,
.faq-list summary,
.faq-list p {
  overflow-wrap: anywhere;
  word-break: normal;
}

.comparison-table-wrap {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* Crawlable SEO product pages */
.seo-product-topbar {
  width: min(100% - 32px, 1220px);
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px;
  margin: 18px auto;
  background: #fff;
  border-bottom: 3px solid var(--orange);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.seo-product-brand {
  display: flex;
  align-items: center;
}

.seo-product-brand img {
  width: min(340px, 48vw);
  height: 76px;
  object-fit: contain;
}

.seo-product-topbar .top-actions {
  grid-area: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  width: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

.seo-product-topbar .top-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--blue-dark);
  background: #f5f9fd;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.seo-product-topbar .top-link:hover,
.seo-product-topbar .top-link.is-active {
  color: #fff;
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  box-shadow: none;
}

.seo-product-topbar .nav-submenu {
  left: auto;
  right: 0;
  transform: none;
}

.seo-product-page {
  display: grid;
  gap: 18px;
}

.seo-product-hero,
.seo-product-section,
.seo-product-details > article,
.seo-related-products,
.seo-product-cta {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.seo-product-hero {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 270px;
  gap: 26px;
  align-items: center;
  padding: 26px;
}

.seo-product-image {
  min-height: 230px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #f3f8fb);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.seo-product-image img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
}

.seo-product-copy {
  min-width: 0;
}

.seo-product-copy h1 {
  margin: 6px 0 12px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
}

.seo-product-copy > p:last-of-type {
  color: var(--muted);
  line-height: 1.6;
}

.seo-product-price-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  color: var(--green-dark);
  background: #effaf4;
  border: 1px solid #a9dfbf;
  border-radius: 10px;
}

.seo-product-price-card > span {
  font-weight: 900;
}

.seo-product-price-card > strong {
  font-size: 34px;
}

.seo-product-price-card > small {
  color: var(--muted);
}

.seo-product-price-card .primary-link {
  margin-top: 8px;
  text-align: center;
}

.seo-product-price-card .primary-link > span {
  margin-left: 7px;
  font-size: 24px;
  font-weight: 900;
  line-height: .8;
}

.seo-product-section,
.seo-related-products {
  padding: 24px;
}

.seo-offer-list {
  display: grid;
  gap: 11px;
}

.seo-pickup-finder {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(360px, .9fr);
  gap: 10px 24px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  background: #f7fbff;
  border: 1px solid #c9ddeb;
  border-radius: 10px;
}

.seo-pickup-copy h3 {
  margin: 3px 0 5px;
  color: var(--ink);
  font-size: 21px;
}

.seo-pickup-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.seo-postcode-form {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto;
  gap: 8px;
}

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

.seo-postcode-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.seo-postcode-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(17, 123, 224, .14);
  outline: 0;
}

.seo-postcode-form .secondary-action,
.seo-postcode-form .ghost-action {
  min-height: 44px;
  padding: 0 15px;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.seo-postcode-form .secondary-action {
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green);
}

.seo-postcode-form .secondary-action:hover,
.seo-postcode-form .secondary-action:focus-visible {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.seo-postcode-form .ghost-action {
  color: var(--blue-dark);
  background: #fff;
  border: 1px solid #b8d1e3;
}

.seo-postcode-form .ghost-action:hover,
.seo-postcode-form .ghost-action:focus-visible {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.seo-postcode-feedback {
  grid-column: 1 / -1;
  min-height: 28px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.seo-postcode-feedback.is-error {
  color: #b42318;
}

.seo-postcode-feedback.has-distance-result {
  display: flex;
  justify-content: flex-end;
}

.seo-offer-card.is-closest {
  box-shadow: 0 0 0 2px rgba(17, 123, 224, .15), var(--shadow-soft);
}

.seo-distance-pill {
  width: max-content;
  margin-top: 2px;
}

.seo-offer-label-nearest {
  color: #17496d;
  background: #e2f0ff;
  border-color: #a8cfee;
}

.seo-offer-label-nearest .seo-offer-label-icon {
  background: var(--blue);
}

.seo-offer-card {
  display: grid;
  grid-template-columns: 38px 112px minmax(180px, 1fr) 250px 370px;
  gap: 13px;
  align-items: center;
  padding: 14px;
  background: #fff;
  border: 1px solid #e3eaf0;
  border-left: 5px solid #7ba9cb;
  border-radius: 9px;
  box-shadow: var(--shadow-soft);
}

.seo-offer-card.is-best {
  border: 1px solid #8dd3ad;
  border-left: 5px solid var(--green);
  background: #fbfffc;
}

.seo-offer-card.is-own-alternative {
  border: 1px solid #f2b778;
  border-left: 5px solid #ff7a1a;
  background: #fffdf9;
  animation: own-alternative-border-pulse 2.4s ease-in-out infinite;
}

@keyframes own-alternative-border-pulse {
  0%, 100% {
    border-color: #f2b778;
    border-left-color: #ff7a1a;
    box-shadow: 0 5px 14px rgba(13, 64, 104, .06), 0 0 0 0 rgba(255, 122, 26, 0);
  }
  50% {
    border-color: #f6a654;
    border-left-color: #f26700;
    box-shadow: 0 5px 14px rgba(13, 64, 104, .06), 0 0 0 3px rgba(255, 122, 26, .13);
  }
}

.seo-offer-rank {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.seo-offer-vendor-logo {
  height: 48px;
  display: grid;
  place-items: center;
  padding: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.seo-offer-vendor-logo img {
  max-width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.seo-offer-vendor,
.seo-offer-price {
  display: grid;
  gap: 3px;
}

.seo-offer-vendor small,
.seo-offer-price small {
  color: var(--muted);
}

.seo-offer-review {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.seo-offer-review:hover,
.seo-offer-review:focus-visible {
  text-decoration: underline;
  outline: 0;
}

.seo-offer-review strong {
  color: #e8610a;
}

.seo-offer-review small {
  font-size: 11px;
}

.seo-offer-stars {
  position: relative;
  color: #cbd6df;
  font-size: 13px;
  letter-spacing: -1px;
  white-space: nowrap;
}

.seo-offer-stars::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--review-fill, 100%);
  overflow: hidden;
  color: #ff7d24;
  content: "★★★★★";
  white-space: nowrap;
}

.seo-offer-stars::before {
  content: "★★★★★";
}

.seo-offer-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: 26px;
}

.seo-offer-label {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.seo-offer-label-icon {
  width: 17px;
  height: 17px;
  display: inline-grid;
  flex: 0 0 17px;
  place-items: center;
  margin-right: 5px;
  color: #fff;
  background: currentColor;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.seo-offer-label-icon::first-line {
  color: #fff;
}

.seo-offer-label-cheapest {
  color: #07573d;
  background: #dff6e9;
  border-color: #b9e8ce;
}

.seo-offer-label-cheapest .seo-offer-label-icon {
  color: #fff;
  background: #15936a;
}

.seo-offer-label-stock {
  display: none;
  color: #07573d;
  background: #dcfce7;
  border-color: #b5ebc7;
}

.seo-offer-label-best {
  color: #784b00;
  background: #fff1cb;
  border-color: #f2d78e;
}

.seo-offer-label-best .seo-offer-label-icon {
  color: #fff;
  background: #ff8a2a;
}

.seo-offer-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  text-align: right;
}

.seo-offer-price strong {
  color: var(--green-dark);
  font-size: 22px;
}

.best-deal-price {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  color: #17324d;
  background: #ffd84d;
  border: 1px solid #d6aa00;
  border-radius: 10px;
  box-shadow: none;
  white-space: nowrap;
  width: max-content;
  max-width: 100%;
}

.best-deal-label {
  align-self: stretch;
  display: inline-grid;
  place-items: center;
  padding: 5px 7px;
  color: #fff;
  background: #d8271f;
  font-size: 9px;
  font-weight: 950;
  line-height: .95;
  letter-spacing: .03em;
  text-align: center;
}

.best-deal-amount {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
}

.seo-offer-price .best-deal-price strong,
.best-deal-price .price {
  display: inline-flex;
  align-items: center;
  padding: 0;
  color: #17324d;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.seo-offer-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.seo-offer-action .shipping-promise,
.seo-offer-labels .shipping-promise,
.label-stack .shipping-promise-mobile {
  width: 205px;
  min-height: 34px;
  padding: 5px 10px 5px 6px;
  color: #07573d;
  background: #e2f7eb;
  border: 1px solid #b9e8ce;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  animation: shipping-border-pulse 2.2s ease-in-out infinite;
}

@keyframes shipping-border-pulse {
  0%, 100% {
    border-color: #b9e8ce;
    box-shadow: 0 0 0 0 rgba(21, 147, 106, 0);
  }
  50% {
    border-color: #b9e8ce;
    box-shadow: 0 0 0 3px rgba(21, 147, 106, .16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .shipping-promise,
  .offer-card.is-own-alternative,
  .seo-offer-card.is-own-alternative {
    animation: none;
  }
}

.seo-offer-action .seo-offer-shipping-mobile {
  display: none;
}

.seo-offer-labels .seo-offer-shipping-mobile {
  display: none;
}

.seo-offer-labels .seo-offer-shipping-desktop {
  display: inline-flex;
}

.seo-offer-action .shipping-icon {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.seo-offer-action .shipping-icon svg {
  width: 14px;
  height: 14px;
}

.seo-offer-action .deal {
  min-width: 156px;
  min-height: 44px;
  white-space: nowrap;
}

.seo-offer-action .deal span {
  margin-left: 4px;
  font-size: 18px;
  line-height: 1;
}

.seo-product-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-product-details > article {
  padding: 24px;
}

.seo-product-details h2 {
  margin: 5px 0 16px;
}

.seo-product-details dl {
  margin: 0;
}

.seo-product-details dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e7edf2;
}

.seo-product-details dt {
  color: var(--muted);
  font-weight: 800;
}

.seo-product-details dd {
  margin: 0;
  font-weight: 900;
}

.seo-spec-note {
  margin: 14px 0 0;
  padding: 11px 13px;
  color: var(--muted);
  background: var(--blue-soft);
  border-left: 3px solid var(--blue);
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  line-height: 1.5;
}

.seo-product-details ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  line-height: 1.5;
}

.seo-related-products > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.seo-related-products a {
  display: grid;
  gap: 5px;
  padding: 15px;
  color: var(--ink);
  background: #f7fbfe;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-decoration: none;
}

.seo-related-products a strong {
  color: var(--blue);
}

.seo-related-products a span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.color-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.color-product-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 13px;
  color: var(--ink);
  background: #f9fcfe;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.color-product-card:hover,
.color-product-card:focus-visible {
  border-color: var(--blue);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
  outline: 0;
}

.color-product-image {
  height: 78px;
  display: grid;
  place-items: center;
  padding: 7px;
  background: #fff;
  border: 1px solid #e2eaf0;
  border-radius: 8px;
}

.color-product-image img {
  max-width: 100%;
  max-height: 64px;
  object-fit: contain;
}

.color-product-copy {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.color-product-copy strong {
  color: var(--blue-dark);
  line-height: 1.25;
}

.color-product-copy small {
  color: var(--muted);
  line-height: 1.35;
}

.color-product-copy > span {
  color: var(--muted);
  font-size: 12px;
}

.color-product-copy b {
  color: var(--green-dark);
}

.color-nav-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 9px;
}

.color-nav-grid a {
  min-width: 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  padding: 8px;
  color: var(--blue-dark);
  background: #f7fbfe;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: normal;
  text-align: left;
  text-decoration: none;
  gap: 6px;
}

.color-nav-grid a > span:last-child {
  min-width: 0;
  text-wrap: balance;
}

.color-nav-grid .color-dot {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #dce5ec;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #8799a8;
}

.color-nav-grid .color-dot-groen { background: #218a3b; }
.color-nav-grid .color-dot-wit { background: #fff; }
.color-nav-grid .color-dot-blauw { background: #1769c2; }
.color-nav-grid .color-dot-blauw-groen { background: linear-gradient(135deg, #1769c2 0 48%, #218a3b 52% 100%); }
.color-nav-grid .color-dot-zwart { background: #252d36; }
.color-nav-grid .color-dot-grijs { background: #9aa8b5; }
.color-nav-grid .color-dot-oranje { background: #ff7a1a; }
.color-nav-grid .color-dot-transparant { background: rgba(228, 240, 246, .65); }
.color-nav-grid .color-dot-gewapend-transparant {
  background-color: #eef5f7;
  background-image:
    linear-gradient(rgba(83, 110, 124, .55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(83, 110, 124, .55) 1px, transparent 1px);
  background-size: 6px 6px;
}

.color-catalog-toolbar {
  margin: 18px 0 14px;
  box-shadow: none;
}

.color-product-section .active-filters {
  margin: -2px 0 16px;
}

.color-catalog-count {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.color-catalog-empty {
  margin-top: 14px;
}

.color-advice-card {
  margin: 0;
}

.advice-strip .color-nav-grid {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.color-nav-grid a:hover,
.color-nav-grid a:focus-visible {
  border-color: var(--orange);
  outline: 0;
}

.seo-product-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}

.seo-product-cta h2 {
  margin: 5px 0 0;
}

@media (max-width: 1040px) {
  .seo-product-hero {
    grid-template-columns: 220px 1fr;
  }

  .seo-product-price-card {
    grid-column: 1 / -1;
  }

  .seo-offer-card {
    grid-template-columns: 38px 92px minmax(150px, 1fr) 220px 350px;
  }

  .seo-related-products > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-nav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .advice-strip .color-nav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .seo-product-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .seo-product-topbar .menu-toggle {
    display: inline-flex;
  }

  .seo-product-brand img {
    width: min(100%, 330px);
    height: 68px;
  }

  .seo-product-topbar .top-actions {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, var(--blue-dark), var(--blue));
    border-radius: 10px;
  }

  .seo-product-topbar .top-actions.is-open {
    display: grid;
  }

  .seo-product-topbar .nav-submenu {
    position: static;
    width: 100%;
    transform: none;
  }

  .seo-product-hero,
  .seo-product-details {
    grid-template-columns: 1fr;
  }

  .seo-product-price-card {
    grid-column: auto;
  }

  .seo-pickup-finder {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 15px;
  }

  .seo-postcode-form {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .seo-postcode-form .secondary-action,
  .seo-postcode-form .ghost-action {
    min-height: 42px;
    padding-inline: 11px;
  }

  .seo-postcode-feedback,
  .seo-postcode-feedback.has-distance-result {
    justify-content: flex-start;
    text-align: left;
  }

  .seo-postcode-feedback .postcode-distance-result {
    justify-content: flex-start;
    border-radius: 10px;
  }

  .seo-offer-card {
    grid-template-columns: 32px 72px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
    border: 1px solid #d6e2ec;
    border-left: 4px solid #7ba9cb;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(13, 64, 104, .09);
  }

  .seo-offer-card.is-best {
    border: 1px solid #8dd3ad;
    border-left: 4px solid var(--green);
  }

  .seo-offer-card.is-own-alternative {
    border: 1px solid #f2b778;
    border-left: 4px solid #ff7a1a;
    background: #fffdf9;
  }

  .seo-offer-rank {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .seo-offer-vendor-logo {
    height: 42px;
    padding: 5px;
  }

  .seo-offer-vendor-logo img {
    max-height: 30px;
  }

  .seo-offer-vendor {
    gap: 2px;
    min-width: 0;
  }

  .seo-offer-vendor > strong {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .seo-offer-vendor > small {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .seo-offer-review {
    width: 100%;
    flex-wrap: wrap;
    font-size: 11px;
  }

  .seo-offer-review small {
    font-size: 10px;
  }

  .seo-offer-labels {
    grid-column: 2 / -1;
    gap: 5px;
    min-height: 0;
  }

  .seo-offer-label {
    min-height: 22px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .seo-offer-label-stock {
    display: inline-flex;
  }

  .seo-offer-labels .seo-offer-shipping-desktop {
    display: none;
  }

  .seo-offer-labels .seo-offer-shipping-mobile {
    display: inline-flex;
    width: min(100%, 220px);
  }

  .seo-offer-action {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-top: 9px;
    border-top: 1px solid #e2eaf0;
  }

  .seo-offer-price {
    width: max-content;
    max-width: 100%;
    justify-self: start;
    text-align: left;
  }

  .seo-offer-price strong {
    font-size: 21px;
  }

  .seo-offer-action .deal {
    width: max-content;
    min-width: 0;
    min-height: 40px;
    padding: 0 11px;
    font-size: 13px;
    justify-self: end;
  }

  .best-deal-label {
    padding: 4px 5px;
    font-size: 7px;
  }

  .best-deal-amount {
    gap: 2px;
    padding: 4px 5px;
  }

  .seo-offer-price .best-deal-price strong {
    font-size: 18px;
  }

  .best-deal-amount small {
    color: #43566c;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: -.03em;
  }

  .standard-price-line small {
    color: #53657a;
    font-size: 10px;
    font-weight: 800;
  }

  .seo-offer-action.has-shipping {
    grid-template-areas:
      "price shipping"
      "button button";
    grid-template-columns: auto minmax(0, 1fr);
  }

  .seo-offer-action.has-shipping .seo-offer-price {
    grid-area: price;
  }

  .seo-offer-action.has-shipping .shipping-promise {
    grid-area: shipping;
    display: inline-flex;
    width: 100%;
    max-width: 220px;
    justify-self: end;
  }

  .seo-offer-action.has-shipping .deal {
    grid-area: button;
    width: max-content;
    justify-self: end;
  }

  .seo-related-products > div:last-child {
    grid-template-columns: 1fr;
  }

  .color-product-grid {
    grid-template-columns: 1fr;
  }

  .color-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advice-strip .color-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-related-products > div.color-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-related-products > div.color-nav-grid a {
    display: grid;
    gap: 4px;
    justify-items: center;
    padding: 10px 6px;
    line-height: 1.25;
  }

  .seo-product-cta {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .page,
  .footer {
    width: calc(100% - 16px);
  }

  .article-layout,
  .advice-strip,
  .comparison-panel,
  .faq-list,
  .answer-box,
  .weight-explainer,
  .advice-cta {
    padding: 14px;
  }

  .weight-calculation {
    padding: 16px;
  }

  .weight-formula p {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  .site-breadcrumb {
    padding: 9px 11px;
    font-size: 13px;
  }

  .article-header {
    gap: 8px;
  }

  .article-header h1 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.06;
  }

  .article-header p,
  .answer-box p {
    font-size: 15px;
    line-height: 1.5;
  }

  .answer-box h2,
  .comparison-panel h2,
  .faq-list h2,
  .advice-cta h2 {
    font-size: 22px;
    line-height: 1.12;
  }

  .comparison-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 12.5px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 9px 7px;
    line-height: 1.35;
  }

  .comparison-table th:first-child,
  .comparison-table td:first-child {
    width: 30%;
  }
}

@media (max-width: 380px) {
  .comparison-table {
    font-size: 12px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 8px 6px;
  }
}

@media (max-width: 1040px) {
  .home-popular-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-popular-section {
    padding: 18px;
  }

  .home-popular-grid {
    grid-template-columns: 1fr;
  }

  .home-popular-card {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 42px 12px 12px;
  }

  .home-popular-image {
    height: 92px;
  }

  .home-popular-footer .primary-link {
    width: 100%;
    text-align: center;
  }

  .catalog-more .primary-link {
    width: 100%;
  }
}

/* Gedeelde kleur-, aanbieders- en pillenopmaak. */
.color-nav-grid a {
  grid-template-columns: 1fr;
  grid-template-rows: 22px auto;
  align-content: center;
  justify-items: center;
  gap: 7px;
  min-height: 76px;
  padding: 9px 7px;
  text-align: center;
}

.color-nav-grid a > span:last-child {
  width: 100%;
  min-width: 0;
  line-height: 1.15;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.label-stack,
.seo-offer-labels {
  min-width: 0;
  max-width: 100%;
  align-content: flex-start;
  gap: 6px;
}

.badge,
.seo-offer-label {
  min-height: 24px;
  max-width: 100%;
  padding: 4px 8px;
  gap: 5px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.badge-icon,
.seo-offer-label-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin: 0;
  font-size: 10px;
}

.badge-icon {
  margin-right: 0;
}

.seo-offer-label-icon {
  margin-right: 0;
}

.shipping-promise-mobile {
  display: none !important;
}

@media (max-width: 760px) {
  .color-nav-grid a,
  .seo-related-products > div.color-nav-grid a,
  .advice-strip .color-nav-grid a {
    grid-template-columns: 1fr;
    grid-template-rows: 22px auto;
    justify-items: center;
    gap: 7px;
    min-height: 82px;
    padding: 10px 7px;
    text-align: center;
  }

  .color-nav-grid a > span:last-child {
    font-size: 12px;
    line-height: 1.15;
  }

  .offer-list {
    gap: 10px;
  }

  .offer-card {
    grid-template-columns: 32px 72px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d6e2ec;
    border-left: 4px solid #7ba9cb;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(13, 64, 104, .09);
  }

  .offer-card.is-best {
    border: 1px solid #8dd3ad;
    border-left: 4px solid var(--green);
    background: #fbfffc;
    box-shadow: 0 5px 14px rgba(13, 64, 104, .09);
  }

  .offer-card.is-own-alternative {
    border: 1px solid #f2b778;
    border-left: 4px solid #ff7a1a;
    background: #fffdf9;
  }

  .vendor-cell,
  .vendor-cell.has-product-thumb {
    display: contents;
  }

  .rank {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .vendor-logo-wrap {
    width: 72px;
    height: 42px;
    padding: 5px;
  }

  .vendor-logo {
    max-width: 62px;
    max-height: 30px;
  }

  .vendor-wrap {
    gap: 2px;
  }

  .vendor {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vendor-meta {
    font-size: 11px;
    line-height: 1.25;
  }

  .offer-copy {
    grid-column: 2 / -1;
    min-width: 0;
  }

  .label-stack {
    gap: 5px;
  }

  .badge {
    min-height: 22px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .label-stack .shipping-promise-mobile {
    display: inline-flex !important;
    flex-basis: 100%;
    width: min(100%, 220px);
    max-width: 220px;
    margin-top: 1px;
  }

  .offer-price-row {
    grid-column: 1 / -1;
    grid-row: 3;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding-top: 9px;
    padding-right: 150px;
    border-top: 1px solid #e2eaf0;
  }

  .offer-price-row .shipping-promise-desktop {
    display: none;
  }

  .offer-price-row .price-block {
    width: max-content;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .offer-price-row .best-deal-price {
    max-width: none;
  }

  .price {
    font-size: 21px;
  }

  .offer-card > .deal {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end;
    width: max-content;
    min-width: 0;
    min-height: 40px;
    margin-top: 9px;
    padding: 0 12px;
    font-size: 13px;
  }

  .best-deal-label {
    padding: 4px 5px;
    font-size: 7px;
  }

  .best-deal-amount {
    gap: 2px;
    padding: 4px 5px;
  }

  .best-deal-price .price {
    font-size: 18px;
    letter-spacing: -.025em;
  }

  .best-deal-amount small,
  .standard-price-line small {
    color: #53657a;
    font-size: 8px;
    font-weight: 800;
  }
}

@media (max-width: 380px) {
  .offer-price-row {
    padding-right: 132px;
  }

  .offer-card > .deal {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  .best-deal-price .price {
    font-size: 16px;
  }
}

/* Uitgebreide PE/PVC materiaalvergelijking */
.material-explainer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.material-card,
.uv-explainer,
.repair-explainer,
.choice-guide {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}

.material-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.material-card-pe {
  border-top: 4px solid var(--blue-light);
  background: linear-gradient(145deg, #f8fcff, #ffffff 48%);
}

.material-card-pvc {
  border-top: 4px solid var(--green);
  background: linear-gradient(145deg, #f7fff9, #ffffff 48%);
}

.material-card h2,
.material-card h3,
.uv-explainer h2,
.repair-explainer h2,
.repair-explainer h3,
.choice-guide h2,
.choice-guide h3 {
  margin: 0;
}

.material-card > p:not(.eyebrow),
.uv-explainer p:not(.eyebrow),
.repair-explainer p:not(.eyebrow),
.choice-guide p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.material-card h3,
.repair-explainer h3,
.choice-guide h3 {
  font-size: 19px;
}

.material-feature-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: -2px 0 4px;
  list-style: none;
}

.material-feature-list li {
  position: relative;
  padding-left: 25px;
  color: var(--ink);
  line-height: 1.45;
}

.material-feature-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.material-feature-list.advantages li::before {
  content: "✓";
  background: var(--green);
}

.material-feature-list.disadvantages li::before {
  content: "!";
  background: var(--orange);
}

.material-links,
.material-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.uv-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 22px;
  padding: 24px;
}

.uv-explainer > div {
  display: grid;
  align-content: start;
  gap: 12px;
}

.uv-advice-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 20px;
  color: var(--green-dark);
  background: linear-gradient(135deg, #ebfaf1, #ffffff);
  border: 1px solid #a9dfbf;
  border-radius: 9px;
}

.uv-advice-card > strong {
  color: var(--green-dark);
  font-size: 18px;
  line-height: 1.25;
}

.uv-advice-card ul {
  display: grid;
  gap: 7px;
  padding-left: 20px;
  margin: 0;
  color: var(--ink);
  line-height: 1.45;
}

.repair-explainer,
.choice-guide {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.repair-grid,
.choice-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.repair-grid > div,
.choice-guide-grid > article {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
  background: #f8fbfe;
  border: 1px solid #cfe0ee;
  border-radius: 8px;
}

.material-note {
  padding: 13px 15px;
  background: #fff8e7;
  border-left: 4px solid var(--orange);
  border-radius: 6px;
}

.choice-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-guide-grid > article > span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.choice-guide-grid .context-link {
  justify-self: start;
  margin-top: auto;
}

@media (max-width: 760px) {
  .material-explainer-grid,
  .uv-explainer,
  .repair-grid,
  .choice-guide-grid {
    grid-template-columns: 1fr;
  }

  .material-card,
  .uv-explainer,
  .repair-explainer,
  .choice-guide {
    padding: 18px;
  }

  .material-card h2,
  .uv-explainer h2,
  .repair-explainer h2,
  .choice-guide h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  .material-cta-links {
    width: 100%;
  }

  .material-cta-links .primary-link {
    flex: 1 1 140px;
    justify-content: center;
    text-align: center;
  }
}
