/* Trend shop — hippe affiliate-pagina, los van het oude WS IT-thema */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");

/* Gedeelde tokens (altijd geldig na themawissel) */
html {
  --text-step: 1;
  --radius: 20px;
  --radius-sm: 12px;
  --max: 1200px;
  --pad: clamp(16px, 4vw, 28px);
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  /* Amazon affiliate CTA — herkenbare “koop”-kleur */
  --affiliate-cta: #ff9900;
  --affiliate-cta-hover: #f08800;
  --affiliate-cta-text: #111111;
  --affiliate-cta-shadow: rgba(255, 153, 0, 0.32);
  /* Stap 8 — gedeelde elevatie / radius (thema’s overschrijven hieronder) */
  --sth-shadow-card: 0 16px 40px rgba(15, 23, 42, 0.1);
  --sth-shadow-card-hover: 0 22px 52px rgba(15, 23, 42, 0.14);
  --sth-shadow-panel: 0 22px 56px rgba(0, 0, 0, 0.38);
  --sth-radius-panel: 18px;
  --sth-focus-ring: 2px solid var(--accent2, #6366f1);
}

/* Rich article content (static blog pages) */
.hp-rich {
  margin-top: 12px;
}
.hp-rich__h2 {
  margin: 18px 0 10px;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: calc(1.05rem * var(--text-step));
}
.hp-rich__h3 {
  margin: 16px 0 8px;
  font-family: var(--font-display);
  font-weight: 850;
  letter-spacing: -0.01em;
  font-size: calc(0.98rem * var(--text-step));
}
.hp-rich__p {
  margin: 0 0 12px;
  line-height: 1.75;
  color: var(--text);
}
.hp-rich__ul {
  margin: 0 0 14px 1.1rem;
  padding: 0;
  line-height: 1.75;
  color: var(--text);
}
.hp-rich__ul li {
  margin: 0.25rem 0;
}
.hp-rich__hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 18px 0;
}
.hp-rich__link {
  color: var(--accent2);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.hp-rich__link:hover {
  color: var(--accent);
}

/* Blog -> product cards block */
.hp-blog-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* Compact comparison table (blog) */
.hp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 14px 0 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 16px;
  overflow: hidden;
}
.hp-table th,
.hp-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.45;
}
.hp-table thead th {
  background: var(--surface2);
  font-family: var(--font-display);
  font-weight: 900;
}
.hp-table tbody th {
  font-family: var(--font-display);
  font-weight: 850;
  width: 22%;
}
.hp-table tr:last-child th,
.hp-table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 760px) {
  .hp-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hp-table th,
  .hp-table td {
    white-space: nowrap;
  }
}
.hp-card--blog .hp-card__body {
  padding: 14px;
}
.hp-card--blog .hp-card__name {
  font-size: calc(0.98rem * var(--text-step));
  -webkit-line-clamp: 2;
}
.hp-card--blog .hp-card__buyrow {
  margin-top: 10px;
}
@media (max-width: 920px) {
  .hp-blog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .hp-blog-products {
    grid-template-columns: 1fr;
  }
}

html[data-text-scale="large"] {
  --text-step: 1.08;
}

html[data-text-scale="larger"] {
  --text-step: 1.16;
}

/* ─── Thema: soft (mid) — lichter dan dark, rustiger dan light ─── */
html[data-theme="soft"] {
  --bg: #eef2f7;
  --bg2: #ffffff;
  --surface: rgba(255, 255, 255, 0.86);
  --surface2: rgba(15, 23, 42, 0.04);
  --line: rgba(15, 23, 42, 0.1);
  --text: #0f172a;
  --muted: rgba(15, 23, 42, 0.66);
  --faint: rgba(15, 23, 42, 0.36);
  --accent: #1e3a8a;
  --accent2: #6366f1;
  --accent-glow: rgba(30, 58, 138, 0.12);
  --gold: #b45309;
  --header-bg: rgba(238, 242, 247, 0.9);
  --accent-tint: rgba(99, 102, 241, 0.08);
  --accent-tint-strong: rgba(99, 102, 241, 0.16);
  --source-bg: rgba(99, 102, 241, 0.08);
  --source-border: rgba(99, 102, 241, 0.2);
  --filter-hover-border: rgba(255, 153, 0, 0.45);
  --hero-gradient-start: #22d3ee;
  --hero-gradient-mid: #ff9900;
  --hero-gradient-end: #6366f1;
  --hero-mesh: radial-gradient(ellipse 90% 60% at 20% -10%, rgba(34, 211, 238, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 55% at 95% 25%, rgba(255, 153, 0, 0.08), transparent 55%),
    radial-gradient(ellipse 55% 40% at 45% 105%, rgba(99, 102, 241, 0.08), transparent 50%);
  --sth-shadow-card: 0 14px 36px rgba(15, 23, 42, 0.08);
  --sth-shadow-card-hover: 0 20px 48px rgba(15, 23, 42, 0.12);
  --sth-shadow-panel: 0 20px 50px rgba(15, 23, 42, 0.14);
}

html[data-theme="dark"] {
  --bg: #050508;
  --bg2: #0a0e16;
  --surface: rgba(255, 255, 255, 0.03);
  --surface2: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.09);
  --text: #f8fafc;
  --muted: rgba(248, 250, 252, 0.7);
  --faint: rgba(248, 250, 252, 0.36);
  --accent: #22d3ee;
  --accent2: #c084fc;
  --accent-glow: rgba(34, 211, 238, 0.3);
  --gold: #ffd166;
  --header-bg: rgba(5, 5, 8, 0.92);
  --accent-tint: rgba(34, 211, 238, 0.14);
  --accent-tint-strong: rgba(34, 211, 238, 0.26);
  --source-bg: rgba(192, 132, 252, 0.1);
  --source-border: rgba(192, 132, 252, 0.24);
  --filter-hover-border: rgba(255, 153, 0, 0.45);
  --hero-gradient-start: #06b6d4;
  --hero-gradient-mid: #ff9900;
  --hero-gradient-end: #f472b6;
  --hero-mesh: radial-gradient(ellipse 70% 45% at 15% 0%, rgba(6, 182, 212, 0.14), transparent 50%),
    radial-gradient(ellipse 55% 55% at 85% 20%, rgba(255, 153, 0, 0.1), transparent 55%);
  --sth-shadow-card: 0 20px 48px rgba(0, 0, 0, 0.45);
  --sth-shadow-card-hover: 0 28px 64px rgba(0, 0, 0, 0.55);
  --sth-shadow-panel: 0 26px 70px rgba(0, 0, 0, 0.55);
}

html[data-theme="light"] {
  --bg: #f8f9fa;
  --bg2: #ffffff;
  --surface: #ffffff;
  --surface2: #f1f3f5;
  --line: rgba(15, 23, 42, 0.1);
  --text: #0f172a;
  --muted: rgba(15, 23, 42, 0.6);
  --faint: rgba(15, 23, 42, 0.34);
  --accent: #1e3a8a;
  --accent2: #6366f1;
  --accent-glow: rgba(30, 58, 138, 0.15);
  --gold: #b45309;
  --header-bg: rgba(248, 249, 250, 0.94);
  --accent-tint: rgba(30, 58, 138, 0.08);
  --accent-tint-strong: rgba(30, 58, 138, 0.15);
  --source-bg: rgba(99, 102, 241, 0.08);
  --source-border: rgba(99, 102, 241, 0.2);
  --filter-hover-border: rgba(255, 153, 0, 0.45);
  --hero-gradient-start: #00c853;
  --hero-gradient-mid: #ff9900;
  --hero-gradient-end: #d946ef;
  --hero-mesh: radial-gradient(ellipse 90% 60% at 50% -20%, rgba(0, 200, 83, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 50%, rgba(255, 153, 0, 0.06), transparent 50%);
  --sth-shadow-card: 0 14px 34px rgba(15, 23, 42, 0.07);
  --sth-shadow-card-hover: 0 22px 48px rgba(124, 58, 237, 0.12);
  --sth-shadow-panel: 0 18px 44px rgba(15, 23, 42, 0.12);
}

/* Default theme for new visitors (and if JS fails): light. */
html:not([data-theme]) {
  --bg: #f8f9fa;
  --bg2: #ffffff;
  --surface: #ffffff;
  --surface2: #f1f3f5;
  --line: rgba(15, 23, 42, 0.1);
  --text: #0f172a;
  --muted: rgba(15, 23, 42, 0.6);
  --faint: rgba(15, 23, 42, 0.34);
  --accent: #1e3a8a;
  --accent2: #6366f1;
  --accent-glow: rgba(30, 58, 138, 0.15);
  --gold: #b45309;
  --header-bg: rgba(248, 249, 250, 0.94);
  --accent-tint: rgba(30, 58, 138, 0.08);
  --accent-tint-strong: rgba(30, 58, 138, 0.15);
  --source-bg: rgba(99, 102, 241, 0.08);
  --source-border: rgba(99, 102, 241, 0.2);
  --filter-hover-border: rgba(255, 153, 0, 0.45);
  --hero-gradient-start: #00c853;
  --hero-gradient-mid: #ff9900;
  --hero-gradient-end: #d946ef;
  --hero-mesh: radial-gradient(ellipse 90% 60% at 50% -20%, rgba(0, 200, 83, 0.08), transparent 55%),
    radial-gradient(ellipse 70% 50% at 100% 50%, rgba(255, 153, 0, 0.06), transparent 50%);
  --sth-shadow-card: 0 14px 34px rgba(15, 23, 42, 0.07);
  --sth-shadow-card-hover: 0 22px 48px rgba(124, 58, 237, 0.12);
  --sth-shadow-panel: 0 18px 44px rgba(15, 23, 42, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: calc(15px * var(--text-step));
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  background-image: var(--hero-mesh);
  background-attachment: fixed;
}

/* Toetsenbord-focus: duidelijke ring zonder muis-gebruikers te storen */
:is(a, button, input, select, textarea, [role="button"]):focus-visible {
  outline: var(--sth-focus-ring);
  outline-offset: 3px;
}

/* Big, catchy background accents (subtle + performant) */
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(40px);
  opacity: 0.55;
  transform: translateZ(0);
}

body::before {
  width: min(72vw, 820px);
  height: min(72vw, 820px);
  left: -18vw;
  top: -22vw;
  background: radial-gradient(circle at 30% 30%, rgba(34, 211, 238, 0.22), transparent 55%),
    radial-gradient(circle at 70% 55%, rgba(99, 102, 241, 0.16), transparent 58%),
    radial-gradient(circle at 50% 80%, rgba(255, 153, 0, 0.12), transparent 62%);
}

body::after {
  width: min(70vw, 760px);
  height: min(70vw, 760px);
  right: -20vw;
  bottom: -26vw;
  background: radial-gradient(circle at 30% 45%, rgba(255, 153, 0, 0.16), transparent 58%),
    radial-gradient(circle at 70% 35%, rgba(217, 70, 239, 0.12), transparent 60%),
    radial-gradient(circle at 45% 70%, rgba(34, 211, 238, 0.1), transparent 62%);
}

@keyframes sthFloatBlob {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 12px, 0) scale(1.02);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body::before {
    animation: sthFloatBlob 10s ease-in-out infinite;
  }
  body::after {
    animation: sthFloatBlob 12s ease-in-out infinite reverse;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    filter: blur(14px);
    opacity: 0.3;
    animation: none !important;
  }
}

@media (max-width: 540px) {
  body::before,
  body::after {
    filter: blur(26px);
    opacity: 0.36;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hp-wrap {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin: 0 auto;
}

/* Skip */
.hp-skip {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--surface2);
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 600;
}

.hp-skip:focus {
  left: 16px;
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Header */
.hp-head {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.hp-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.35), rgba(255, 153, 0, 0.28), transparent);
  opacity: 0.75;
  pointer-events: none;
}

.hp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap;
}

.hp-nav__start {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 0;
}

.hp-nav__links {
  display: flex;
  align-items: center;
  gap: 4px 8px;
  flex-wrap: wrap;
}

.hp-nav__link {
  font-family: var(--font-display);
  font-size: calc(0.88rem * var(--text-step));
  font-weight: 600;
  color: var(--muted);
  text-decoration: none !important;
  padding: 8px 12px;
  border-radius: 10px;
  transition: color 0.15s ease, background 0.15s ease;
}

.hp-nav__link:hover {
  color: var(--text);
  background: var(--surface2);
}

.hp-nav__link[aria-current="page"] {
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}

.hp-brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none !important;
}

.hp-logo {
  display: block;
  height: 40px;
  width: auto;
  max-width: min(100vw - 140px, 268px);
  overflow: visible;
}

.hp-logo__icon {
  transform-origin: 20px 22px;
  transition: transform 0.2s ease;
}

.hp-brand:hover .hp-logo__icon {
  transform: rotate(-3deg) scale(1.04);
}

@media (max-width: 400px) {
  .hp-logo {
    height: 34px;
    max-width: min(100vw - 120px, 220px);
  }
}

.hp-nav__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hp-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--surface2);
  border: 1px solid var(--line);
  font-size: calc(11px * var(--text-step));
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none !important;
}

.hp-pill:hover {
  border-color: var(--accent);
  color: var(--text);
}

.hp-iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.hp-iconbtn:hover {
  border-color: var(--accent);
  background: var(--surface2);
}

.hp-iconbtn svg {
  width: 20px;
  height: 20px;
}

.hp-iconbtn .themeIco {
  display: none;
}

html[data-theme="soft"] .hp-iconbtn .themeIco--soft {
  display: block;
}

html[data-theme="dark"] .hp-iconbtn .themeIco--moon {
  display: block;
}

html[data-theme="light"] .hp-iconbtn .themeIco--sun {
  display: block;
}

.hp-iconbtn .textScaleIco--large,
.hp-iconbtn .textScaleIco--larger {
  display: none;
}

html[data-text-scale="normal"] .hp-iconbtn .textScaleIco--normal {
  display: block;
}
html[data-text-scale="normal"] .hp-iconbtn .textScaleIco--large,
html[data-text-scale="normal"] .hp-iconbtn .textScaleIco--larger {
  display: none;
}
html[data-text-scale="large"] .hp-iconbtn .textScaleIco--large {
  display: block;
}
html[data-text-scale="large"] .hp-iconbtn .textScaleIco--normal,
html[data-text-scale="large"] .hp-iconbtn .textScaleIco--larger {
  display: none;
}
html[data-text-scale="larger"] .hp-iconbtn .textScaleIco--larger {
  display: block;
}
html[data-text-scale="larger"] .hp-iconbtn .textScaleIco--normal,
html[data-text-scale="larger"] .hp-iconbtn .textScaleIco--large {
  display: none;
}

/* Hero — iets meer diepte op mobiel en desktop (minder “kaal”) */
.hp-hero {
  padding: clamp(2rem, 6vw, 3.5rem) clamp(14px, 4vw, 28px) 2rem;
  margin-bottom: 0.25rem;
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 90% 70% at 10% 0%, rgba(34, 211, 238, 0.1), transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 20%, rgba(255, 153, 0, 0.08), transparent 55%),
    var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(15, 10, 30, 0.06);
}

html[data-theme="dark"] .hp-hero,
html[data-theme="soft"] .hp-hero {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

/* Home: lifestyle carousel + headline (above the fold) */
.hp-hero--home {
  padding: clamp(1.25rem, 3vw, 2rem) clamp(12px, 3vw, 24px) clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
}

.hp-hero__home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 4vw, 2rem);
  align-items: center;
}

@media (min-width: 900px) {
  .hp-hero__home-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
  }
}

.hp-hero__media {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface2);
  min-height: clamp(220px, 32vw, 380px);
  box-shadow: 0 22px 54px rgba(15, 10, 30, 0.1);
}

.hp-hero__carousel {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0;
  outline: none;
}

.hp-hero__carousel::-webkit-scrollbar {
  display: none;
}

.hp-hero__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  margin: 0;
  position: relative;
  min-height: clamp(220px, 32vw, 380px);
}

.hp-hero__slide-img {
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 32vw, 380px);
  object-fit: cover;
  display: block;
}

.hp-hero__carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 10, 30, 0.45);
  backdrop-filter: blur(6px);
  z-index: 2;
}

.hp-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.hp-hero__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

.hp-hero__dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hp-hero__content {
  text-align: center;
  padding: clamp(0.25rem, 1.8vw, 1rem);
}

@media (min-width: 900px) {
  .hp-hero__content {
    text-align: left;
  }
}

.hp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.75rem;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 850;
  font-size: calc(0.78rem * var(--text-step));
  letter-spacing: 0.02em;
}

.hp-hero__headline {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--text);
}

/* Catchy title treatment on home */
body[data-page="home"] .hp-hero__headline {
  letter-spacing: -0.03em;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

body[data-page="home"] .hp-hero__headline {
  background: linear-gradient(90deg, var(--hero-gradient-start), var(--hero-gradient-mid), var(--hero-gradient-end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-theme="light"] body[data-page="home"] .hp-hero__headline {
  text-shadow: 0 14px 40px rgba(99, 102, 241, 0.12);
}

body[data-page="blog"] .hp-hero__headline {
  background: linear-gradient(90deg, var(--hero-gradient-start), var(--hero-gradient-mid), var(--hero-gradient-end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.03em;
}


.hp-hero__sub {
  margin: 0 0 1.35rem;
  font-size: calc(1.05rem * var(--text-step));
  line-height: 1.45;
  color: var(--muted);
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.hp-hero__lead {
  margin: -0.4rem 0 0.9rem;
  font-size: calc(0.98rem * var(--text-step));
  line-height: 1.55;
  color: var(--text);
  opacity: 0.9;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

.hp-hero__points {
  margin: 0 0 0.9rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

.hp-hero__points li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: start;
  font-size: calc(0.95rem * var(--text-step));
  line-height: 1.45;
  color: var(--muted);
}

.hp-hero__points li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0.15rem;
}

.hp-hero__how {
  margin: 0 0 1.1rem;
  font-size: calc(0.92rem * var(--text-step));
  line-height: 1.5;
  color: var(--muted);
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .hp-hero__sub {
    margin-left: 0;
    margin-right: 0;
  }

  .hp-hero__lead,
  .hp-hero__points,
  .hp-hero__how {
    margin-left: 0;
    margin-right: 0;
  }
}

.hp-hero__cta--stack {
  justify-content: center;
}

@media (min-width: 900px) {
  .hp-hero__cta--stack {
    justify-content: flex-start;
  }
}

.hp-btn--hero {
  padding: 16px 28px;
  font-size: calc(1.08rem * var(--text-step));
  min-width: min(100%, 18rem);
}

.hp-hero__trust {
  margin: 0.85rem 0 0;
  font-size: calc(0.8rem * var(--text-step));
  line-height: 1.45;
  color: var(--muted);
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .hp-hero__trust {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ── Hero: trust badges (pill row) ─────────────────── */
.hp-hero__trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1rem 0;
}

.hp-hero__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px;
  background: rgba(255,255,255,0.65);
  border: 1.5px solid rgba(var(--accent-rgb, 34,197,94), 0.35);
  border-radius: 100px;
  font-size: calc(0.72rem * var(--text-step));
  font-weight: 600;
  color: var(--text);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

/* ── Hero: stats row ────────────────────────────── */
.hp-hero__stats {
  display: flex;
  gap: 24px;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.hp-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hp-hero__stat strong {
  font-size: calc(1.5rem * var(--text-step));
  font-weight: 800;
  line-height: 1;
  color: var(--accent2, #e07b00);
  letter-spacing: -0.02em;
}

.hp-hero__stat span {
  font-size: calc(0.72rem * var(--text-step));
  color: var(--muted);
  margin-top: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .hp-hero__carousel {
    scroll-behavior: auto;
  }
}

.hp-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.25rem;
}

.hp-hero__badges > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: calc(11px * var(--text-step));
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--surface2);
  border: 1px solid var(--line);
  color: var(--muted);
}

.hp-hero__badges > span.hp-hot,
.hp-hero__badges > a.hp-hot,
.hp-hero__badges > button.hp-hot {
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.2), rgba(34, 211, 238, 0.12));
  border-color: rgba(255, 153, 0, 0.38);
  color: var(--text);
}

.hp-hero__badges > a.hp-hot,
.hp-hero__badges > button.hp-hot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: calc(11px * var(--text-step));
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.12s ease;
}

.hp-hero__badges > a.hp-hot {
  text-decoration: none !important;
}

.hp-hero__badges > button.hp-hot {
  font-family: inherit;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.hp-hero__badges > a.hp-hot:hover,
.hp-hero__badges > button.hp-hot:hover {
  filter: brightness(1.06);
}

.hp-hero__badges > a.hp-hot:focus-visible,
.hp-hero__badges > button.hp-hot:focus-visible {
  outline: 2px solid var(--accent2);
  outline-offset: 2px;
}

.hp-hero__badges > a.hp-hot:active,
.hp-hero__badges > button.hp-hot:active {
  transform: scale(0.98);
}

#filter-pick,
#affiliate-info,
#catalog,
#blog,
#blog-page {
  scroll-margin-top: 100px;
}

.hp-hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(calc(1.85rem * var(--text-step)), 5vw, calc(3rem * var(--text-step)));
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

.hp-hero h1.hp-hero-title--with-logo,
.hp-section__head h1.hp-hero-title--with-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px 14px;
  flex-wrap: wrap;
  max-width: min(100%, 32rem);
}

.hp-hero-title__logo {
  flex-shrink: 0;
  line-height: 0;
}

.hp-hero-title__logo svg {
  display: block;
  width: clamp(38px, 10vw, 52px);
  height: auto;
}

.hp-hero-title__text {
  min-width: 0;
}

/* Home + Articles: keep title text to the right of the logo (no wrap below logo). */
body[data-page="home"] .hp-hero-title--with-logo,
body[data-page="articles"] .hp-hero-title--with-logo,
body[data-page="blog"] .hp-hero-title--with-logo {
  flex-wrap: nowrap;
  align-items: flex-start;
  max-width: none;
}

body[data-page="home"] .hp-hero-title__text,
body[data-page="articles"] .hp-hero-title__text,
body[data-page="blog"] .hp-hero-title__text {
  flex: 1 1 auto;
}

.hp-hero__gradient {
  background: linear-gradient(
    120deg,
    var(--hero-gradient-start) 0%,
    var(--hero-gradient-mid) 45%,
    var(--hero-gradient-end) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hp-hero__lead {
  margin: 0 0 1.5rem;
  max-width: 52ch;
  font-size: calc(1.05rem * var(--text-step));
  color: var(--muted);
}

/* Home page: keep layout width, but let text span the container. */
body[data-page="home"] .hp-hero__lead,
body[data-page="home"] .hp-lead-wide,
body[data-page="home"] .hp-internal-shop-cta__body,
body[data-page="home"] .hp-legal {
  max-width: none;
}

.hp-hero__lead .hp-inline-product-link {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.hp-hero__lead .hp-inline-product-link:hover {
  color: var(--accent);
}

.hp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Home: route cards make the first choice clearer than loose pills */
.hp-routebar {
  margin-top: clamp(1rem, 2vw, 1.35rem);
  padding: 14px;
  border-radius: calc(var(--radius) - 4px);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
}

.hp-routebar__label {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: calc(0.76rem * var(--text-step));
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-routebar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 760px) {
  .hp-routebar__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hp-routebar__item {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  text-decoration: none !important;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.hp-routebar__item:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: 0 14px 30px rgba(15, 10, 30, 0.08);
}

.hp-routebar__item strong {
  font-family: var(--font-display);
  font-size: calc(0.94rem * var(--text-step));
  line-height: 1.2;
}

.hp-routebar__item span {
  color: var(--muted);
  font-size: calc(0.8rem * var(--text-step));
  line-height: 1.35;
}

.hp-routebar__item--primary {
  border-color: color-mix(in srgb, var(--affiliate-cta) 50%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--affiliate-cta) 16%, var(--surface)), var(--surface));
}

/* Mobile: reduce friction around first click */
@media (max-width: 720px) {
  body[data-page="home"] .hp-hero__points,
  body[data-page="home"] .hp-hero__how {
    display: none;
  }
  body[data-page="home"] .hp-hero__lead {
    margin-bottom: 1rem;
  }
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: calc(0.9rem * var(--text-step));
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-decoration: none !important;
}

/* Mobile readability + bigger tap targets */
@media (max-width: 640px) {
  .hp-btn {
    padding: 16px 20px;
    font-size: calc(0.98rem * var(--text-step));
  }
  .hp-iconbtn {
    width: 42px;
    height: 42px;
  }
  .hp-nav__link {
    padding: 12px 12px;
  }
}

.hp-btn--primary {
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  box-shadow: 0 12px 28px var(--affiliate-cta-shadow);
}

.hp-btn--primary:hover {
  transform: translateY(-2px);
  background: var(--affiliate-cta-hover);
  box-shadow: 0 16px 34px var(--affiliate-cta-shadow);
}

.hp-btn--ghost {
  background: var(--surface2);
  color: var(--text);
  border: 1px solid var(--line);
}

.hp-btn--ghost:hover {
  border-color: var(--accent2);
}

/* Stats strip */
/* ── Category strip (replaces hp-strip) ───────────── */
.hp-catstrip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

.hp-catstrip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 20px;
  flex: 1 1 80px;
  min-width: 80px;
  background: rgba(255,255,255,0.7);
  border: 1.5px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text);
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 600;
  transition: background 0.18s, border-color 0.18s, transform 0.18s, box-shadow 0.18s;
  backdrop-filter: blur(6px);
  text-align: center;
}

.hp-catstrip__item:hover {
  background: rgba(255,255,255,0.95);
  border-color: var(--accent2, #e07b00);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.hp-catstrip__icon {
  font-size: 1.6rem;
  line-height: 1;
}

/* ── Keep old hp-strip for any other pages ─────────── */
.hp-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 2.5rem 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

@media (max-width: 640px) {
  .hp-strip {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.hp-strip__item strong {
  display: block;
  font-family: var(--font-display);
  font-size: calc(1.35rem * var(--text-step));
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hp-strip__item span {
  font-size: calc(0.82rem * var(--text-step));
  color: var(--muted);
}

/* Section */
.hp-section {
  padding: 2.75rem 0;
}

/* Section divider (magazine vibe) */
.hp-section + .hp-section {
  border-top: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}

.hp-section + .hp-section {
  position: relative;
}

.hp-section + .hp-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.18), rgba(34, 211, 238, 0.14), transparent);
  pointer-events: none;
}

.hp-section__head {
  margin-bottom: 1.75rem;
}

.hp-section__head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px 18px;
  flex-wrap: wrap;
}

.hp-home-featured__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hp-home-featured {
  margin-top: 2.5rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 85%, transparent);
  box-shadow: 0 -12px 40px color-mix(in srgb, var(--accent2) 6%, transparent);
  background: linear-gradient(135deg, rgba(253, 247, 237, 0.7) 0%, rgba(237, 253, 247, 0.5) 100%);
  border-radius: 20px;
  padding: 2rem 1.75rem;
}

html[data-theme="dark"] .hp-home-featured,
html[data-theme="soft"] .hp-home-featured {
  border-top-color: var(--line);
  box-shadow: 0 -10px 36px color-mix(in srgb, var(--accent2) 10%, transparent);
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--surface) 92%, var(--accent2) 8%) 0%,
    color-mix(in srgb, var(--surface) 94%, var(--accent) 6%) 100%
  );
}

.hp-home-featured #home-featured-grid.hp-grid {
  margin-top: 12px;
}

/* Home "Editor's picks" should be cleaner than full catalog. */
.hp-home-featured .hp-card__compare,
.hp-home-featured .hp-card__rank {
  display: none !important;
}

/* Reduce visual noise on home cards */
.hp-home-featured .hp-card__badge {
  opacity: 0.85;
}

/* Home picks use the same compact visual rules as the article catalog cards. */
.hp-home-featured .hp-card--compact:not(.hp-card--list) .hp-card__brand {
  margin: 0;
  font-size: calc(11px * var(--text-step));
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent2);
}

/* Keep semantic name in HTML, but avoid duplicate bold titles on home picks. */
.hp-home-featured .hp-card--compact:not(.hp-card--list) .hp-card__name {
  display: none;
}

.hp-home-featured .hp-card--compact:not(.hp-card--list) .hp-card__tagline {
  margin: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

.hp-home-featured .hp-card--compact:not(.hp-card--list) .hp-card__actions {
  margin-top: 0;
  align-self: end;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
}

.hp-home-featured .hp-card--compact:not(.hp-card--list) .hp-card__btn--buy {
  border-radius: 12px;
  padding: 6px 9px;
  font-size: calc(0.62rem * var(--text-step));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp-section__head h2,
.hp-section__head h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: calc(1.5rem * var(--text-step));
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: min(22rem, 100%);
}

/* Blog: make the page title as large as hero titles on home/articles. */
body[data-page="blog"] .hp-section__head h1.hp-hero-title--with-logo {
  font-size: clamp(calc(1.85rem * var(--text-step)), 5vw, calc(3rem * var(--text-step)));
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: none;
}

.hp-section__head p {
  margin: 0;
  color: var(--muted);
  max-width: 48ch;
}

/* Blog: intro is lang; geen smalle 48ch-blokken — doorlopen over de volledige contentbreedte. */
body[data-page="blog"] .hp-section__head p {
  max-width: none;
}
body[data-page="blog"] .hp-section__head .hp-lead-wide {
  max-width: none;
}
body[data-page="blog"] .hp-blog-page-shop-teaser {
  max-width: none;
}

.hp-hero__lead {
  /* default stays constrained for readability; blog overrides below */
}

/* Blog hero: let intro text span the full white hero card */
body[data-page="blog"] .hp-hero__lead {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 900px) {
  body[data-page="blog"] .hp-hero__lead {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
  }
  body[data-page="blog"] .hp-hero__lead .hp-hero__lead-block + .hp-hero__lead-block {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

/* ── Blog hero: two-column layout ────────────────────── */
.hp-blog-hero .hp-blog-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 840px) {
  .hp-blog-hero .hp-blog-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.hp-blog-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ── Blog hero: stacked preview cards (visual right column) ── */
.hp-blog-hero__visual {
  display: none;
}

@media (min-width: 840px) {
  .hp-blog-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.hp-blog-hero__card-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 300px;
}

.hp-blog-hero__stack-card {
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1.5px solid var(--line);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.hp-blog-hero__stack-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateX(4px);
}

.hp-blog-hero__stack-cat {
  font-size: calc(0.68rem * var(--text-step));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--accent2);
}

.hp-blog-hero__stack-title {
  font-size: calc(0.88rem * var(--text-step));
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}

/* ── Featured post card ──────────────────────────────── */
.hp-blog-featured {
  margin-bottom: 1.5rem;
}

.hp-blog-featured__card {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1.5px solid var(--line);
  background: var(--surface);
  transition: box-shadow 0.2s, transform 0.2s;
}

@media (min-width: 720px) {
  .hp-blog-featured__card {
    grid-template-columns: 1fr 1fr;
  }
}

.hp-blog-featured__card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.hp-blog-featured__media {
  overflow: hidden;
  background: linear-gradient(160deg, var(--bg2) 0%, var(--bg) 100%);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hp-blog-featured__media--placeholder {
  font-size: 3rem;
}

.hp-blog-featured__body {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.hp-blog-featured__label {
  margin: 0;
  font-size: calc(0.72rem * var(--text-step));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}

.hp-blog-featured__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: calc(1.25rem * var(--text-step));
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.hp-blog-featured__excerpt {
  margin: 0;
  color: var(--muted);
  font-size: calc(0.9rem * var(--text-step));
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ── Category filter tabs ────────────────────────────── */
.hp-blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.25rem;
}

.hp-blog-filter__tab {
  padding: 7px 16px;
  border-radius: 100px;
  border: 1.5px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-display);
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}

.hp-blog-filter__tab:hover {
  border-color: var(--accent2);
  color: var(--accent2);
}

.hp-blog-filter__tab--active {
  background: var(--accent2, #e07b00);
  border-color: var(--accent2, #e07b00);
  color: #fff;
}

.hp-blog-filter__tab--active:hover {
  color: #fff;
  border-color: var(--accent2);
}

/* ── Blog card: "Lees artikel" button style ─────────── */
.hp-blog-card__link.hp-btn--blog {
  margin-top: auto;
  align-self: flex-start;
  padding: 7px 16px;
  font-size: calc(0.82rem * var(--text-step));
  border-radius: 100px;
  font-family: var(--font-display);
  font-weight: 700;
  text-decoration: none;
}

.hp-blog {
  padding-top: 1rem;
}

.hp-blog-page {
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
}

.hp-blog-home__more {
  margin: 0.75rem 0 0;
}

.hp-blog-home__all {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: calc(0.9rem * var(--text-step));
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-blog-home__all:hover {
  color: var(--accent2);
}

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

@media (max-width: 900px) {
  .hp-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hp-blog-grid:not(.hp-blog-grid--rows) {
    grid-template-columns: 1fr;
  }
}

/* Blogpagina: één artikel per regel, horizontaal */
.hp-blog-grid.hp-blog-grid--rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hp-blog-card.hp-blog-card--row {
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.hp-blog-card--row .hp-blog-card__media {
  position: relative;
  flex: 0 0 clamp(120px, 28vw, 220px);
  min-height: 120px;
  background: linear-gradient(160deg, var(--bg2) 0%, var(--bg) 100%);
  border-right: 1px solid var(--line);
}

.hp-blog-card--row .hp-blog-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  object-position: center;
}

/* Blog SVG illustrations: show the “hero center” larger in thumbnail. */
.hp-blog-card--row .hp-blog-card__thumb.is-illustration {
  object-fit: cover;
  object-position: center 40%;
}

.hp-blog-card--row .hp-blog-card__media--placeholder {
  display: grid;
  place-items: center;
  min-height: 120px;
}

.hp-blog-card__placeholder-ico {
  font-size: calc(2rem * var(--text-step));
  opacity: 0.85;
}

.hp-blog-card--row .hp-blog-card__body {
  flex: 1;
  min-width: 0;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hp-blog-card--row .hp-blog-card__link {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 560px) {
  .hp-blog-card.hp-blog-card--row {
    flex-direction: column;
  }

  .hp-blog-card--row .hp-blog-card__media {
    flex-basis: auto;
    width: 100%;
    max-height: 200px;
    min-height: 140px;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .hp-blog-card--row .hp-blog-card__thumb {
    min-height: 140px;
    max-height: 200px;
  }
}

.hp-blog-card {
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Blog grid cards: show a media thumbnail on top */
.hp-blog-card:not(.hp-blog-card--row) .hp-blog-card__media {
  border-radius: calc(var(--radius-sm) - 4px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--bg2) 0%, var(--bg) 100%);
  aspect-ratio: 16 / 10;
}

.hp-blog-card:not(.hp-blog-card--row) .hp-blog-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hp-blog-card:not(.hp-blog-card--row) .hp-blog-card__media--placeholder {
  display: grid;
  place-items: center;
}

.hp-blog-card__cat {
  margin: 0;
  font-size: calc(0.72rem * var(--text-step));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent2);
}

.hp-blog-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: calc(1rem * var(--text-step));
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.hp-blog-card p,
.hp-blog-card__excerpt {
  margin: 0;
  color: var(--muted);
}

.hp-blog-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 700;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-blog-modal[hidden] {
  display: none;
}

.hp-blog-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px var(--pad);
}

.hp-blog-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hp-blog-modal__panel {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  max-height: min(86vh, 920px);
  overflow: auto;
  padding: 18px 18px 20px;
  border-radius: var(--radius-sm);
  background: var(--surface2);
  border: 1px solid var(--line);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
}

.hp-modal-open {
  overflow: hidden;
}

.hp-product-modal[hidden] {
  display: none;
}

.hp-product-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 18px var(--pad);
}

.hp-product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hp-product-modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(88vh, 980px);
  overflow: auto;
  padding: 16px;
  border-radius: 16px;
  background: var(--surface2);
  border: 1px solid var(--line);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.55);
}

.hp-product-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.hp-product-modal__close:hover {
  border-color: var(--accent);
}

.hp-product-modal__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
  align-items: start;
}

@media (max-width: 860px) {
  .hp-product-modal__grid {
    grid-template-columns: 1fr;
  }
}

.hp-product-modal__nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 0;
}

.hp-product-modal__navbtn {
  font: inherit;
  font-weight: 800;
  font-size: calc(0.82rem * var(--text-step));
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.hp-product-modal__navbtn:hover {
  border-color: var(--accent);
}

.hp-product-modal__navbtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hp-product-modal__media {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
  padding: 12px;
}

.hp-product-modal__imgwrap {
  position: relative;
}

.hp-product-modal__imgnav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.hp-product-modal__imgnav--prev {
  left: 10px;
}

.hp-product-modal__imgnav--next {
  right: 10px;
}

.hp-product-modal__imgnav:hover {
  border-color: var(--accent);
}

.hp-product-modal__img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 12px;
  background: var(--surface);
}

.hp-product-modal__thumbs {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hp-product-modal__thumbbtn {
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
}

.hp-product-modal__thumbbtn.is-active {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 30%, transparent);
}

.hp-product-modal__thumb {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
  border-radius: 11px;
  background: var(--surface);
}

.hp-product-modal__body {
  padding: 2px 4px;
}

.hp-product-modal__body .hp-product-modal__nav {
  justify-content: flex-end;
  margin-top: 16px;
}

.hp-product-modal__rank {
  margin: 0 0 6px;
  font-weight: 800;
  color: var(--muted);
}

.hp-product-modal__brand {
  margin: 0;
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent2);
}

.hp-product-modal__title {
  margin: 6px 0 8px;
  font-family: var(--font-display);
  font-size: calc(1.25rem * var(--text-step));
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--text);
}

.hp-product-modal__buyrow {
  margin-top: 10px;
}

.hp-product-modal__details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.hp-product-modal__desc {
  margin: 0.4rem 0 0.8rem;
  color: var(--muted);
  line-height: 1.6;
  overflow-wrap: break-word;
}

/* "Waarom ik dit gebruik" block in modal */
.hp-why {
  margin: 10px 0 0;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface2);
}
.hp-why__title {
  margin: 0 0 6px;
  color: var(--text);
}
.hp-why__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

html[data-theme="dark"] .hp-product-modal__panel,
html[data-theme="soft"] .hp-product-modal__panel {
  background: var(--bg2);
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .hp-product-modal__desc,
html[data-theme="dark"] .hp-product-modal__details .hp-card__keepa-title {
  color: rgba(248, 245, 255, 0.88);
}

.hp-blog-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.hp-blog-modal__close:hover {
  border-color: var(--accent);
}

.hp-blog-modal__cat {
  margin: 0 0 8px;
  font-size: calc(0.74rem * var(--text-step));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent2);
}

.hp-blog-modal__panel h3 {
  margin: 0 28px 10px 0;
  font-family: var(--font-display);
  font-size: calc(1.35rem * var(--text-step));
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hp-blog-modal__content {
  color: var(--muted);
}

.hp-blog-modal__content p {
  margin: 0 0 10px;
  line-height: 1.65;
}

.hp-blog-modal__hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1.15rem 0;
  opacity: 0.95;
}

.hp-blog-modal__items-title {
  margin-top: 12px !important;
  font-weight: 700;
  color: var(--text);
}

.hp-blog-modal__items {
  margin: 0;
  padding-left: 20px;
}

.hp-blog-modal__items li {
  margin-bottom: 6px;
  color: var(--muted);
  line-height: 1.45;
  font-size: calc(0.82rem * var(--text-step));
}

.hp-blog-modal__items li a {
  color: var(--accent2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hp-blog-modal__items li a:hover {
  color: var(--accent);
}

.hp-blog-modal__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}

@media (max-width: 680px) {
  .hp-blog-modal__gallery {
    grid-template-columns: 1fr;
  }
}

.hp-blog-modal__figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface);
}

.hp-blog-modal__imglink {
  display: block;
}

.hp-blog-modal__imglink:hover {
  filter: brightness(1.04);
}

.hp-blog-modal__img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: color-mix(in srgb, var(--surface2) 70%, var(--bg));
}

.hp-blog-modal__caption {
  margin: 0;
  padding: 8px 10px;
  font-size: calc(0.75rem * var(--text-step));
  color: var(--muted);
}

.hp-blog-modal__stock-note {
  margin: 0;
  padding: 6px 10px 10px;
  font-size: calc(0.74rem * var(--text-step));
  font-weight: 600;
  line-height: 1.35;
  color: var(--gold);
}

/* Blog: leesbaarheid in soft + dark (bodytekst was te "muted"; paneel te transparant) */
html[data-theme="soft"] .hp-blog-modal__panel,
html[data-theme="dark"] .hp-blog-modal__panel {
  background: var(--bg2);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

html[data-theme="soft"] .hp-blog-modal__content,
html[data-theme="soft"] .hp-blog-modal__content p,
html[data-theme="dark"] .hp-blog-modal__content,
html[data-theme="dark"] .hp-blog-modal__content p {
  color: var(--text);
}

html[data-theme="soft"] .hp-blog-modal__content a,
html[data-theme="dark"] .hp-blog-modal__content a {
  color: var(--accent2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

html[data-theme="soft"] .hp-blog-modal__content a:hover,
html[data-theme="dark"] .hp-blog-modal__content a:hover {
  color: var(--accent);
}

html[data-theme="soft"] .hp-blog-modal__items li,
html[data-theme="dark"] .hp-blog-modal__items li {
  color: rgba(248, 245, 255, 0.88);
}

html[data-theme="soft"] .hp-blog-modal__caption,
html[data-theme="dark"] .hp-blog-modal__caption {
  color: rgba(248, 245, 255, 0.78);
}

html[data-theme="soft"] .hp-blog-modal__shop-cta-text,
html[data-theme="dark"] .hp-blog-modal__shop-cta-text {
  color: rgba(248, 245, 255, 0.88);
}

html[data-theme="soft"] .hp-blog-card p,
html[data-theme="soft"] .hp-blog-card__excerpt,
html[data-theme="dark"] .hp-blog-card p,
html[data-theme="dark"] .hp-blog-card__excerpt {
  color: rgba(248, 245, 255, 0.84);
}

html[data-theme="soft"] .hp-blog-card h3,
html[data-theme="dark"] .hp-blog-card h3 {
  color: var(--text);
}

.hp-info-block {
  margin-top: 2rem;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
}

.hp-info-block h2 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: calc(1.1rem * var(--text-step));
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hp-info-block p {
  margin: 0;
  color: var(--muted);
  font-size: calc(0.95rem * var(--text-step));
  line-height: 1.55;
  max-width: 62ch;
}

/* Product grid */
.hp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 900px) {
  .hp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .hp-grid {
    grid-template-columns: 1fr;
  }
}

.hp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  scroll-margin-top: 110px;
}

.hp-card:target {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 35%, transparent), 0 20px 44px rgba(0, 0, 0, 0.35);
}

.hp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sth-shadow-card-hover);
  border-color: rgba(255, 77, 141, 0.35);
}

.hp-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: calc(10px * var(--text-step));
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--gold);
  color: #1a0a12;
}

.hp-card__badge--new {
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  color: #fff;
}

.hp-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, var(--bg2) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  font-size: calc(2.5rem * var(--text-step));
  line-height: 1;
  overflow: hidden;
}

.hp-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--bg) 88%, #000 12%),
    color-mix(in srgb, var(--bg) 35%, transparent)
  );
}

html[data-theme="light"] .hp-card__media::after,
html:not([data-theme]) .hp-card__media::after {
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--surface) 75%, var(--text) 25%),
    transparent
  );
  opacity: 0.35;
}

.hp-card__used-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  padding: 7px 10px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.72rem * var(--text-step));
  line-height: 1;
  letter-spacing: 0.02em;
  background: rgba(255, 153, 0, 0.95);
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

html[data-theme="dark"] .hp-card__used-badge,
html[data-theme="soft"] .hp-card__used-badge {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.35);
}

.hp-card__used-badge--modal {
  right: 14px;
  bottom: 14px;
  font-size: calc(0.78rem * var(--text-step));
  padding: 8px 12px;
}

.hp-card__oos-overlay {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

html[data-theme="light"] .hp-card__oos-overlay {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(26, 16, 40, 0.14);
}

.hp-card__oos-overlay-text {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.78rem * var(--text-step));
  line-height: 1.25;
  color: #fff;
}

html[data-theme="light"] .hp-card__oos-overlay-text {
  color: var(--text);
}

/* Both OOS banner + "Zelf in gebruik": badges stacked so voorraadtekst niet onder de oranje pill valt */
.hp-card__media--oos-and-used .hp-card__oos-overlay {
  bottom: 48px;
}

.hp-card__media--oos-and-used .hp-card__used-badge {
  bottom: 10px;
}

.hp-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

.hp-card__thumbs {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: center;
  gap: 8px;
}

.hp-card__thumbbtn.is-active {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}

.hp-card__compare {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0.25rem 0 0.35rem;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--muted);
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 800;
  width: fit-content;
}

.hp-card__comparebox {
  width: 16px;
  height: 16px;
}

.hp-compare {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
  pointer-events: none;
}

.hp-compare__inner {
  pointer-events: auto;
  margin: 0 auto;
  max-width: 1040px;
  border-radius: var(--sth-radius-panel);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(20, 20, 24, 0.92);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--sth-shadow-panel);
  padding: 12px;
}

.hp-compare__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.hp-compare__head-left,
.hp-compare__head-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hp-compare__title {
  font-family: var(--font-display);
  font-weight: 900;
}

.hp-compare__toast {
  min-height: 1.1em;
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 800;
  color: rgba(255, 255, 255, 0.82);
}

.hp-compare__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 900;
  cursor: pointer;
}

.hp-compare__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 900;
  cursor: pointer;
}

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

.hp-compare.is-collapsed .hp-compare__grid {
  display: none;
}

.hp-compare__card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 10px;
}

.hp-compare__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.hp-compare__name {
  font-weight: 900;
  font-size: calc(0.86rem * var(--text-step));
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hp-compare__remove {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  line-height: 1;
}

.hp-compare__rows {
  display: grid;
  gap: 6px;
  font-size: calc(0.78rem * var(--text-step));
}

.hp-compare__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
}

.hp-compare__row strong {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 860px) {
  .hp-compare__grid {
    grid-template-columns: 1fr;
  }
}

.hp-card__thumbbtn {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hp-card__thumb {
  width: 52px;
  aspect-ratio: 1;
  height: auto;
  display: block;
  border-radius: 10px;
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
  border: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  object-fit: contain;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}

.hp-card__thumbbtn:focus-visible .hp-card__thumb {
  outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
  outline-offset: 2px;
}

.hp-card__emoji-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 1;
  font-size: calc(2.5rem * var(--text-step));
  background: linear-gradient(160deg, var(--bg2) 0%, var(--bg) 100%);
}

.hp-card--img-fail .hp-card__emoji-fallback {
  display: grid;
}

.hp-card__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  color: var(--muted);
  font-size: calc(0.88rem * var(--text-step));
}

.hp-card__body h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: calc(1rem * var(--text-step));
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--text);
}

.hp-card__stock-note {
  margin: 0 0 10px;
  padding: 7px 10px;
  border-radius: 9px;
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 600;
  line-height: 1.35;
  color: var(--gold);
  background: color-mix(in srgb, var(--gold) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--gold) 42%, var(--line));
}

.hp-card--list .hp-card__stock-note {
  margin-bottom: 8px;
}

.hp-card--out-of-stock .hp-card__btn--buy-oos {
  opacity: 0.92;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gold) 45%, transparent);
}

.hp-card__price-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.35em;
  row-gap: 0.1em;
  margin: 0 0 2px;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  background: color-mix(in srgb, var(--accent-tint) 55%, var(--surface));
  max-width: 100%;
}

.hp-card__price-label {
  font-family: var(--font-display);
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.hp-card__price {
  margin: 0 0 2px;
  font-family: var(--font-display);
  font-size: calc(1.1rem * var(--text-step));
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hp-card__price-block .hp-card__price {
  margin: 0;
  line-height: 1.15;
}

/* Prijsbalk + “Zelf gekocht” op één regel (grid + lijst) */
.hp-card__price-personal-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px 10px;
  width: 100%;
}

.hp-card__price-personal-row .hp-card__price-block {
  margin: 0;
  flex: 1 1 auto;
  min-width: min(140px, 100%);
}

.hp-card__price-personal-row .hp-card__personal--inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--text);
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  background: color-mix(in srgb, var(--accent-tint) 55%, var(--surface));
}

html[data-theme="light"] .hp-card__price-personal-row .hp-card__personal--inline {
  background: color-mix(in srgb, var(--accent-tint) 45%, var(--surface));
}

.hp-card__body p {
  margin: 0;
  flex: 1;
}

/* Houd beschrijving compact, ook bij lange tekst */
.hp-card__body p[itemprop="description"],
.hp-card__body p.hp-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Artikelen: volgorde/hover zoals marketplace tiles */
.hp-card__catline {
  margin: 0;
  font-size: calc(0.82rem * var(--text-step));
  color: var(--text);
}

.hp-card__catline strong {
  font-weight: 800;
}

.hp-card__brand {
  margin: 0.1rem 0 0.2rem;
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.hp-card__name {
  margin: 0;
  font-size: calc(1.02rem * var(--text-step));
  line-height: 1.3;
  font-weight: 800;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hp-card__tagline {
  margin: 0.18rem 0 0.2rem;
  font-size: calc(0.92rem * var(--text-step));
  font-weight: 750;
  color: var(--text);
  opacity: 0.92;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hp-card__rating {
  margin: 0.35rem 0 0.65rem;
  font-size: calc(0.9rem * var(--text-step));
  letter-spacing: 0.05em;
  color: var(--gold);
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  z-index: 6;
  min-height: 1.4em;
}

.hp-card__rating--none {
  color: var(--muted);
  letter-spacing: 0;
}

.hp-card__rating-none {
  font-weight: 750;
  font-size: calc(0.86rem * var(--text-step));
}

.hp-card__why-inline {
  margin: -0.1rem 0 0.55rem;
  font-size: calc(0.86rem * var(--text-step));
  line-height: 1.45;
  color: var(--muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.hp-product-modal__updated {
  margin: -0.25rem 0 0.65rem;
  font-size: calc(0.8rem * var(--text-step));
  color: var(--faint);
}
.hp-card__rating-num {
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
  font-size: calc(0.92rem * var(--text-step));
}

.hp-card__keepa-title {
  margin: 0 0 0.35rem;
  font-size: calc(0.86rem * var(--text-step));
  color: var(--muted);
  line-height: 1.42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.hp-card__meta-label {
  color: var(--text);
  font-weight: 800;
}

.hp-card__buyrow {
  margin-top: 0.25rem;
}

/* Houd rating/knoppen consistent uitgelijnd in kaarten */
.hp-card__buyrow {
  margin-top: auto;
  position: relative;
  z-index: 6;
}

.hp-card__hover {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  margin: 0;
  padding: 12px 12px 10px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  max-height: min(260px, 52vh);
  overflow: auto;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

/* Dark mode: make hover box more opaque for readability */
html[data-theme="dark"] .hp-card__hover {
  background: rgba(12, 12, 18, 0.92);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.55);
}

html[data-theme="dark"] .hp-card__hover .hp-card__keepa-title,
html[data-theme="dark"] .hp-card__hover .hp-card__desc,
html[data-theme="dark"] .hp-card__hover p[itemprop="description"] {
  color: color-mix(in srgb, var(--text) 82%, var(--muted));
}

/* Desktop hover: show hover box as overlay on top of media (no layout stretch) */
@media (hover: hover) and (pointer: fine) {
  body[data-page="articles"][data-shop-ui="1"] .hp-card--compact .hp-card__hover {
    top: 12px;
    bottom: auto;
    max-height: min(240px, 44vh);
  }
}

/* Artikelenpagina: toon extra tekst alleen in Lijst-weergave. */
body[data-page="articles"][data-shop-ui="1"] .hp-card--list .hp-card__hover {
  display: block;
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  opacity: 1;
  pointer-events: auto;
  max-height: none;
  overflow: visible;
  padding: 0.65rem 0 0;
  border: 0;
  border-top: 1px dashed var(--line);
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--list .hp-card__hover .hp-card__desc,
body[data-page="articles"][data-shop-ui="1"] .hp-card--list .hp-card__hover p[itemprop="description"],
body[data-page="articles"][data-shop-ui="1"] .hp-card--list .hp-card__hover .hp-card__keepa-title {
  color: var(--muted);
}

.hp-card__hover .hp-card__desc,
.hp-card__hover p[itemprop="description"] {
  -webkit-line-clamp: 8;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.hp-card__hover .hp-card__gtin {
  margin: 0 0 0.35rem;
}

/* GTIN/EAN onderaan de kaart (altijd zichtbaar) */
.hp-card__gtin {
  margin-top: 0.6rem;
  font-size: calc(0.78rem * var(--text-step));
  color: var(--muted);
  opacity: 0.9;
  position: relative;
  z-index: 6;
}

@media (hover: hover) and (pointer: fine) {
  .hp-card:hover .hp-card__hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
  }
}

@media (hover: none) {
  /* Op touch (mobile) wil je in Raster geen extra tekst onder GTIN/EAN. */
  body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__hover {
    display: none;
  }

  body[data-page="articles"][data-shop-ui="1"] .hp-card--list .hp-card__hover {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    max-height: none;
    overflow: visible;
    padding: 0.65rem 0 0;
    border: 0;
    border-top: 1px dashed var(--line);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}

.hp-card__btn {
  position: relative;
  z-index: 1;
  margin-top: 2px;
}

.hp-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: calc(0.8rem * var(--text-step));
  color: var(--gold);
  letter-spacing: 0.08em;
}

.hp-stars span:last-child {
  color: var(--faint);
  letter-spacing: normal;
}

.hp-card__btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 12px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: calc(0.68rem * var(--text-step));
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  box-shadow: 0 4px 14px var(--affiliate-cta-shadow);
  text-decoration: none !important;
  transition: filter 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hp-card__btn:hover {
  filter: brightness(1.04);
  background: var(--affiliate-cta-hover);
}

/* Compact catalog (50 items) */
.hp-grid--catalog {
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Raster: categorie → titel → prijsvlak → tekst → knoppen (geen extra ruimte vóór knoppen) */
.hp-card--compact:not(.hp-card--list) .hp-card__price-block {
  margin-top: 0;
  margin-bottom: 10px;
}

.hp-card--compact:not(.hp-card--list) .hp-card__actions {
  margin-top: 0;
}

@media (min-width: 560px) {
  .hp-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .hp-grid--catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .hp-grid--catalog {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* Lijst: één product per regel — afbeelding | prijs + affiliate | uitleg */
.hp-grid.hp-grid--catalog.hp-catalog--horizontal {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hp-card.hp-card--list {
  flex-direction: column;
  overflow: visible;
}

.hp-card--list:hover {
  transform: translateY(-3px);
}

.hp-card__list-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}

.hp-card--list .hp-card__media {
  flex: 0 0 clamp(120px, 28vw, 160px);
  width: clamp(120px, 28vw, 160px);
  max-width: 160px;
  aspect-ratio: 1;
  border-bottom: none;
  border-right: 1px solid var(--line);
  align-self: stretch;
}

.hp-card--list .hp-card__media::after {
  display: none;
}

.hp-card--list .hp-card__body {
  flex: 1;
  min-width: 0;
  padding: 14px 16px 16px;
  gap: 8px;
}

.hp-card__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 4px 0 6px;
}

.hp-card__price-row .hp-card__price {
  margin: 0;
}

.hp-card__price-row .hp-card__price-block {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
}

.hp-card__price-row .hp-card__price-personal-row {
  flex: 1 1 auto;
  min-width: min(200px, 100%);
}

.hp-card__gtin {
  font-size: calc(0.58rem * var(--text-step));
  line-height: 1.25;
  margin: 0.1rem 0 0.3rem;
  color: var(--muted);
  opacity: 0.58;
  letter-spacing: 0.01em;
}

.hp-card__gtin-label {
  font-weight: 400;
  opacity: 0.82;
}

.hp-card--list .hp-card__gtin {
  margin-top: 0.15rem;
}

.hp-card__actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  box-sizing: border-box;
}
.hp-card__actions {
  flex-wrap: nowrap;
}

.hp-card__price-row .hp-card__actions--inline {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
  margin-top: 0;
  width: auto;
}

/* Lijstweergave: knoppen alleen inhoudsbreed (niet over hele kolom uitrekken) */
.hp-card--list .hp-card__price-row .hp-card__actions,
.hp-card--list .hp-card__price-row .hp-card__actions--inline,
.hp-card--list .hp-card__body > .hp-card__actions {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: auto;
}

.hp-card__actions .hp-card__btn--buy {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  margin-top: 0 !important;
  justify-content: center;
}

.hp-card--list .hp-card__price-row .hp-card__actions .hp-card__btn--buy,
.hp-card--list .hp-card__body > .hp-card__actions .hp-card__btn--buy {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

.hp-card--compact .hp-card__actions .hp-card__btn--buy {
  padding: 6px 9px;
  font-size: calc(0.62rem * var(--text-step));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp-card--list .hp-card__price-row .hp-card__actions--inline .hp-card__btn--buy,
.hp-card--list .hp-card__body > .hp-card__actions--inline .hp-card__btn--buy {
  padding: 7px 14px;
}

.hp-card__btn--film {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  min-width: 44px;
  padding: 0;
  align-self: stretch;
  border-radius: 11px;
  background: var(--surface2) !important;
  border: 1px solid var(--line) !important;
  color: var(--accent) !important;
  box-shadow: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hp-card__btn--film:hover {
  filter: none;
  border-color: var(--accent) !important;
  background: var(--accent-tint) !important;
  color: var(--accent2) !important;
}

/* Secondary CTA to SEO product page */
.hp-card__btn--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 11px;
  border: 1px solid var(--line) !important;
  background: var(--surface2) !important;
  color: var(--accent) !important;
  box-shadow: none;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.hp-card__btn--more:hover {
  border-color: var(--accent) !important;
  background: var(--accent-tint) !important;
  color: var(--accent2) !important;
}
.hp-card__btn--more svg {
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0.95;
}

.hp-card__film-ico {
  display: block;
  flex-shrink: 0;
  opacity: 0.95;
}

.hp-card__btn--inline {
  margin-top: 0 !important;
  width: auto !important;
  padding: 7px 14px;
  flex-shrink: 0;
}

.hp-card--list .hp-card__desc {
  margin: 0;
  line-height: 1.55;
  color: var(--muted);
  font-size: calc(0.88rem * var(--text-step));
}

.hp-card--list .hp-card__body p.hp-card__desc[itemprop="description"] {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

@media (max-width: 520px) {
  .hp-card__list-inner {
    flex-direction: column;
  }

  .hp-card--list .hp-card__media {
    width: 100%;
    max-width: none;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
}

.hp-card--compact {
  border-radius: 16px;
}

.hp-card--compact:hover {
  transform: translateY(-4px);
}

.hp-card__rank {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 4px 8px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-size: calc(11px * var(--text-step));
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--surface2);
  border: 1px solid var(--line);
  color: var(--muted);
}

.hp-card__cat {
  margin: 0 0 4px;
  font-size: calc(10px * var(--text-step));
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent2);
}

.hp-card--personal {
  border-left: 3px solid color-mix(in srgb, var(--accent) 55%, transparent);
}

.hp-card__personal:not(.hp-card__personal--inline) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: calc(0.72rem * var(--text-step));
  font-weight: 600;
  line-height: 1.3;
  color: var(--text);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
}

.hp-card__personal-ico {
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 85%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent);
  position: relative;
}

.hp-card__personal-ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.25em;
  height: 0.45em;
  border: solid 0.12em var(--surface);
  border-top: 0;
  border-left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

html[data-theme="light"] .hp-card__personal:not(.hp-card__personal--inline) {
  background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.hp-card--compact .hp-card__media {
  aspect-ratio: 4 / 3;
  font-size: calc(1.85rem * var(--text-step));
}

.hp-card--compact .hp-card__emoji-fallback {
  font-size: calc(1.85rem * var(--text-step));
}

.hp-card--compact .hp-card__body {
  padding: 14px 14px 16px;
  min-height: 0;
  word-break: break-word;
}

.hp-card--compact .hp-card__price {
  font-size: calc(1.05rem * var(--text-step));
}

.hp-card--compact .hp-card__price-label {
  font-size: calc(0.74rem * var(--text-step));
}

.hp-card--compact .hp-card__price-block {
  margin-bottom: 10px;
}

.hp-card--compact .hp-card__price-personal-row {
  margin-bottom: 10px;
}

.hp-card--compact .hp-card__price-personal-row .hp-card__price-block {
  margin-bottom: 0;
}

.hp-card--compact .hp-card__body h3 {
  font-size: calc(0.88rem * var(--text-step));
  line-height: 1.35;
  overflow: visible;
}

.hp-card--compact .hp-card__body p {
  flex: 0 1 auto;
  font-size: calc(0.84rem * var(--text-step));
  line-height: 1.55;
  margin-bottom: 12px;
  overflow: visible;
}

.hp-card--compact .hp-card__btn {
  padding: 7px 10px;
  font-size: calc(0.65rem * var(--text-step));
}

.hp-source-note {
  margin: 0 0 1.25rem;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  background: var(--source-bg);
  border: 1px solid var(--source-border);
  font-size: calc(0.88rem * var(--text-step));
  color: var(--muted);
  line-height: 1.6;
  max-width: 78ch;
}

.hp-source-note strong {
  color: var(--text);
}

/* Categorie-filter */
.hp-filter-block {
  margin-bottom: 1.75rem;
}

.hp-filter-label {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: calc(0.88rem * var(--text-step));
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.hp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hp-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-body);
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* Empty state (0 results) */
.hp-empty {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 16px;
  padding: 18px;
  max-width: 72ch;
}
.hp-empty__title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: calc(1.05rem * var(--text-step));
}
.hp-empty__text {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
}
.hp-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.hp-empty__btn:hover {
  background: var(--surface);
}

.hp-filter-btn:hover {
  border-color: var(--filter-hover-border);
  background: var(--surface2);
}

.hp-filter-btn.is-active {
  border-color: var(--accent);
  background: var(--accent-tint);
  color: var(--text);
}

.hp-filter-btn.is-active .hp-filter-count {
  background: var(--accent-tint-strong);
}

/* Special filter: "Zelf in gebruik" */
.hp-filter-btn--used {
  border-color: rgba(255, 153, 0, 0.35);
}

.hp-filter-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hp-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4em;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: calc(0.72rem * var(--text-step));
  font-weight: 700;
  background: var(--surface2);
  color: var(--muted);
}

.hp-filter-status {
  margin: 0.65rem 0 0;
  font-size: calc(0.8rem * var(--text-step));
  color: var(--faint);
}

/* ─────────────────────────────────────────────────────────────────────────────
   Shopping-like catalog layout (articles page only)
   Goal: more "comparison shopping" feel (sidebar + results), without breaking JS.
   ──────────────────────────────────────────────────────────────────────────── */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-section__head p {
  max-width: 78ch;
}

/* Category intros should be full width on articles page */
body[data-page="articles"][data-shop-ui="1"] .hp-hero__lead,
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-section__head p {
  max-width: none;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-source-note,
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-section__head,
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-lead-wide {
  grid-column: 1 / -1;
}

/* Ensure hp-lead-wide works on divs too (artikelen uses a <div>). */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-lead-wide {
  display: block;
  color: var(--muted);
  max-width: none;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-shell {
  display: block;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-shell__main {
  display: block;
}

/* Catalog “pipeline”: ritme tussen startbar → filters → toolbar → trust → grid */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-shell__main > .hp-startbar {
  margin-bottom: 22px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-shell__main > #filter-pick {
  margin-bottom: 16px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-toolbar {
  margin-bottom: 14px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-trust-bar {
  margin-bottom: 20px;
}

/* Ruimte onderaan catalogus: sticky filter bedekt minder snel de footer bij scrollen. */
body[data-page="articles"][data-shop-ui="1"] #catalog.hp-section {
  padding-bottom: 110px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-block {
  padding: 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  margin-bottom: 0;
  position: sticky;
  top: 74px;
  z-index: 20;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-head .hp-filter-label {
  margin: 0;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-collapse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  font-size: calc(0.82rem * var(--text-step));
  cursor: pointer;
  white-space: nowrap;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-collapse-btn:hover {
  background: var(--surface);
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-collapse-btn:focus-visible {
  outline: var(--sth-focus-ring);
  outline-offset: 2px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-block::before {
  content: "";
  position: absolute;
  inset: -10px -10px auto -10px;
  height: 10px;
  pointer-events: none;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--bg) 92%, transparent), transparent);
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-label {
  font-size: calc(0.82rem * var(--text-step));
  margin-bottom: 8px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-rows {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-row--search {
  row-gap: 6px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-label--search {
  margin-bottom: 0;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-search {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 8px;
  align-items: center;
}

/* Desktop + laptop: collapsing should still work (not only \"mobile widths\"). */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-block.is-collapsed .hp-filter-rows > .hp-filter-row:not(:first-child) {
  display: none;
}
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-block.is-collapsed #volt-filter-status {
  display: none;
}

@media (max-width: 1024px) {
  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-block {
    top: 64px;
  }

  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-btn {
    flex: 0 0 auto;
    padding: 6px 10px 6px 12px;
    font-size: calc(0.78rem * var(--text-step));
  }
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-search__input {
  width: 100%;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--text);
  font: inherit;
  font-size: calc(0.88rem * var(--text-step));
  outline: none;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-search__input:focus {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--muted);
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 700;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-toggle input {
  width: 16px;
  height: 16px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--text);
  font: inherit;
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 720px) {
  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-search {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "q q"
      "t c";
  }
  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-search__input {
    grid-area: q;
  }
  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-toggle {
    grid-area: t;
    justify-content: center;
  }
  body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-clear {
    grid-area: c;
  }
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-btn {
  width: auto;
  justify-content: center;
  border-radius: 12px;
  padding: 8px 10px;
  background: var(--surface2);
  min-height: 36px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-btn.is-active {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-count {
  background: color-mix(in srgb, var(--surface) 55%, var(--line));
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-sort {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-right: auto;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-sort__label {
  font-size: calc(0.8rem * var(--text-step));
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-sort__select {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 700;
  color: var(--text);
  padding: 8px 34px 8px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 55%, calc(100% - 12px) 55%, 0 0;
  background-size: 6px 6px, 6px 6px, 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-sort__select:hover {
  border-color: var(--filter-hover-border);
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-sort__select:focus-visible {
  outline: 2px solid var(--accent2);
  outline-offset: 2px;
}

/* Quick filters under categories */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-quick-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-qf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--text);
  font-weight: 700;
  font-size: calc(0.82rem * var(--text-step));
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  min-height: 36px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-qf-btn:hover {
  border-color: var(--filter-hover-border);
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-qf-btn.is-active {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-qf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6em;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: calc(0.74rem * var(--text-step));
  font-weight: 800;
  background: color-mix(in srgb, var(--surface) 55%, var(--line));
  color: var(--muted);
}

/* Status line: smaller and less prominent */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-status {
  margin-top: 10px;
  font-size: calc(0.78rem * var(--text-step));
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-layout-wrap {
  justify-content: flex-end;
  margin: 0;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-catalog-layout {
  border-radius: 12px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-layout-btn {
  padding: 8px 12px;
  font-weight: 700;
}

/* Results grid: fewer columns + more whitespace, like shopping listings */
body[data-page="articles"][data-shop-ui="1"] .hp-grid--catalog {
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 780px) {
  body[data-page="articles"][data-shop-ui="1"] .hp-grid--catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  body[data-page="articles"][data-shop-ui="1"] .hp-grid--catalog {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Card styling: flatter, cleaner, less "hero" */
body[data-page="articles"][data-shop-ui="1"] .hp-card {
  border-radius: 14px;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sth-shadow-card-hover);
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__media {
  background: color-mix(in srgb, var(--surface2) 70%, var(--bg));
}

/* Raster: vaste ratio + cover; gradient op .hp-card__media helpt CTA/prijs-leesbaarheid. */
body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__body {
  padding: 12px 12px 14px;
  gap: 7px;
}

/* Align grid cards: consistent rows for price/desc/actions */
body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 8px;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__cat {
  margin: 0;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__body h3 {
  margin: 0;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__brand {
  margin: 0;
  font-size: calc(11px * var(--text-step));
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent2);
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__name {
  margin: 0;
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  opacity: 0.92;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* If brand is empty, remove its space */
body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__brand:empty {
  display: none;
}

/* Category not needed on product cards (use brand instead) */
body[data-page="articles"][data-shop-ui="1"] .hp-card__cat {
  display: none !important;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__stock-note {
  margin: 0;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__price-block {
  margin: 0;
  min-height: 0;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__desc {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  min-height: calc(1.55em * 5);
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__title {
  margin: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__actions {
  margin-top: 0;
  align-self: end;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__actions-wrap {
  align-self: end;
  width: 100%;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__actions .hp-card__btn--buy {
  width: auto;
}

/* Keep semantic name for SEO, but don't show twice */
body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__name {
  display: none;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__body h3 {
  font-size: calc(0.88rem * var(--text-step));
  line-height: 1.3;
}

/* Buy button: more "retailer" look */
body[data-page="articles"][data-shop-ui="1"] .hp-card__btn--buy {
  border-radius: 12px;
  padding: 6px 9px;
  font-size: calc(0.62rem * var(--text-step));
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  box-shadow: 0 4px 14px var(--affiliate-cta-shadow);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__btn--buy:hover {
  background: var(--affiliate-cta-hover);
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__price-block {
  border-radius: 12px;
  padding: 9px 10px;
  background: var(--surface2);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  line-height: 1.15;
}

/* Rastermode: prijsregel moet compact zijn (geen brede pill) */
body[data-page="articles"][data-shop-ui="1"] .hp-card--compact:not(.hp-card--list) .hp-card__price-block {
  width: fit-content;
  max-width: 100%;
  padding: 6px 8px;
  border-radius: 10px;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__price {
  font-size: calc(1.08rem * var(--text-step));
  white-space: nowrap;
  display: inline;
  margin: 0;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__price-block--oos {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__price-block--oos .hp-card__price-label {
  white-space: normal;
  line-height: 1.35;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__price-label {
  white-space: nowrap;
  display: inline;
  margin: 0;
}

/* Catalog layout: grid vs horizontal scroll */
.hp-catalog-layout-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 16px;
  margin: 1rem 0 12px;
}

.hp-catalog-layout-label {
  margin: 0;
  font-size: calc(0.8rem * var(--text-step));
  font-weight: 600;
  color: var(--muted);
}

.hp-catalog-layout {
  display: inline-flex;
  border-radius: 10px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--surface2);
}

.hp-layout-btn {
  margin: 0;
  padding: 9px 14px;
  border: none;
  background: transparent;
  font-family: var(--font-display);
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.hp-layout-btn + .hp-layout-btn {
  border-left: 1px solid var(--line);
}

.hp-layout-btn:hover {
  color: var(--text);
  background: var(--surface);
}

.hp-layout-btn.is-active {
  background: var(--text);
  color: var(--bg);
}

.hp-layout-btn:focus-visible {
  outline: 2px solid var(--accent2);
  outline-offset: 2px;
  z-index: 1;
}

/* Reset button sits next to the layout toggle */
.hp-layout-btn--reset {
  padding: 9px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface2);
  font-family: var(--font-display);
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.hp-layout-btn--reset:hover {
  color: var(--text);
  background: var(--surface);
}
.hp-layout-btn--reset:focus-visible {
  outline: 2px solid var(--accent2);
  outline-offset: 2px;
}

.hp-section__head p.hp-lead-wide {
  max-width: 78ch;
}

/* Blog intro: nicer spacing for paragraphs and lists when using a div.hp-lead-wide. */
.hp-section__head .hp-lead-wide p {
  margin: 0 0 0.85rem;
}
.hp-section__head .hp-lead-wide p:last-child {
  margin-bottom: 0;
}
.hp-section__head .hp-lead-wide ul.hp-lead-list {
  margin: 0.25rem 0 1rem 1.1rem;
  padding: 0;
}
.hp-section__head .hp-lead-wide ul.hp-lead-list li {
  margin: 0.25rem 0;
}

.hp-mini-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  padding: 12px;
  display: grid;
  gap: 10px;
}
.hp-mini-card {
  text-decoration: none;
  color: inherit;
}
.hp-mini-card:hover {
  border-color: rgba(255, 153, 0, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.hp-mini-card__row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: center;
}
.hp-mini-card__row {
  grid-template-columns: 88px 1fr;
}
.hp-mini-card__img {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--surface2);
}
.hp-mini-card__title {
  margin: 0;
  font-weight: 800;
  font-size: calc(0.88rem * var(--text-step));
  line-height: 1.25;
}
.hp-mini-card__meta {
  margin: 0;
  color: var(--muted);
  font-size: calc(0.78rem * var(--text-step));
}
.hp-mini-card__why {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
  font-size: calc(0.8rem * var(--text-step));
}

/* Artikelen hero: zelfde lijst-styling als blog/catalog intro. */
.hp-hero__lead ul.hp-lead-list {
  margin: 0.25rem 0 1rem 1.1rem;
  padding: 0;
}
.hp-hero__lead ul.hp-lead-list li {
  margin: 0.25rem 0;
}
.hp-hero__lead-block p {
  margin: 0 0 0.85rem;
}
.hp-hero__lead-block p:last-child {
  margin-bottom: 0;
}
.hp-hero__lead-block + .hp-hero__lead-block {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

/* Legal */
.hp-legal {
  margin-top: 2rem;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: calc(0.88rem * var(--text-step));
  color: var(--muted);
  line-height: 1.6;
  max-width: 78ch;
}

.hp-legal strong {
  color: var(--text);
}

.hp-note {
  margin-top: 1.25rem;
  padding: 16px 18px;
  border-radius: var(--radius-sm);
  border: 1px dashed var(--line);
  font-size: calc(0.88rem * var(--text-step));
  color: var(--muted);
  line-height: 1.55;
  max-width: 78ch;
}

/* Interne CTA: home → artikelen */
.hp-internal-shop-cta {
  margin-top: 2.25rem;
  padding: 22px 22px 24px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.07), rgba(34, 211, 238, 0.05));
  max-width: 78ch;
}

.hp-internal-shop-cta__title {
  margin: 0 0 10px;
  font-size: calc(1.15rem * var(--text-step));
  font-weight: 700;
  color: var(--text);
}

.hp-internal-shop-cta__body {
  margin: 0 0 16px;
  font-size: calc(0.92rem * var(--text-step));
  line-height: 1.6;
  color: var(--muted);
}

.hp-internal-shop-cta__btn {
  display: inline-flex;
}

/* Blogpagina: link naar artikelen */
.hp-blog-page-shop-teaser {
  margin: 1rem 0 0;
  font-size: calc(0.95rem * var(--text-step));
}

.hp-blog-page-shop__link {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-blog-page-shop__link:hover {
  color: var(--affiliate-cta-hover);
}

/* Blogmodal: doorverwijzen naar gefilterde catalogus */
.hp-blog-modal__shop-cta {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.hp-blog-modal__shop-cta-text {
  margin: 0 0 12px;
  font-size: calc(0.92rem * var(--text-step));
  line-height: 1.55;
  color: var(--muted);
}

.hp-blog-modal__shop-cta-btn {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
}

.hp-note code {
  font-size: 0.85em;
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--surface2);
  color: var(--accent);
}

/* Footer */
.hp-foot {
  margin-top: 3rem;
  padding: 2rem 0 calc(2rem + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: calc(0.82rem * var(--text-step));
  color: var(--muted);
}

.hp-foot__disclaimer {
  margin: 0 0 12px;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
  font-size: calc(0.78rem * var(--text-step));
  color: var(--faint);
}

.hp-foot__updated {
  margin: 0 0 14px;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
  font-size: calc(0.76rem * var(--text-step));
  color: var(--muted);
}

.hp-foot__updated[hidden] {
  display: none !important;
}

.hp-foot__row {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hp-logo__icon,
  .hp-btn--primary,
  .hp-card {
    transition: none;
  }
  .hp-card:hover,
  .hp-brand:hover .hp-logo__icon {
    transform: none;
  }
  .hp-startbar__item,
  .hp-qf-btn {
    transition: none;
  }
  .hp-startbar__item:hover,
  .hp-qf-btn:hover {
    transform: none;
    box-shadow: none;
  }
  .hp-prod-hero__cta:hover {
    transform: none;
  }
}

/* Cookie banner */
.sthCookieRoot {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 18px var(--pad);
  pointer-events: none;
}

.sthCookieRoot--hidden {
  display: none;
}

.sthCookieBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 1;
}

html[data-theme="light"] .sthCookieBackdrop {
  background: rgba(26, 16, 40, 0.22);
}

.sthCookiePanel {
  position: relative;
  width: min(820px, 100%);
  background: var(--surface2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  padding: 16px 16px 14px;
  pointer-events: auto;
}

.sthCookieTitle {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  color: var(--text);
}

.sthCookieMsg {
  color: var(--muted);
  font-size: calc(0.92rem * var(--text-step));
  line-height: 1.55;
  max-width: 80ch;
}

.sthCookieMsg .sthCookieInlineLink {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hp-cookie-policy-page {
  padding-bottom: 2.5rem;
}

.hp-cookie-policy-page__lead {
  margin-top: 0.35rem;
}

.hp-cookie-policy {
  max-width: 78ch;
  margin-top: 1.25rem;
  font-size: calc(0.92rem * var(--text-step));
  line-height: 1.65;
  color: var(--muted);
}

.hp-cookie-policy h2 {
  margin: 1.5rem 0 0.65rem;
  font-size: calc(1.05rem * var(--text-step));
  font-weight: 700;
  color: var(--text);
}

.hp-cookie-policy h2:first-of-type {
  margin-top: 0.75rem;
}

.hp-cookie-policy p {
  margin: 0 0 0.85rem;
}

.hp-cookie-policy__meta {
  margin-bottom: 0.25rem !important;
  font-size: calc(0.85rem * var(--text-step));
}

.hp-cookie-policy code {
  font-size: 0.88em;
  padding: 2px 6px;
  border-radius: 6px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.hp-cookie-policy a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sthCookieActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.sthCookieActions--prefs {
  margin-top: 14px;
}

.sthCookieBtn {
  padding: 12px 18px;
}

.sthCookiePrefs {
  display: none;
  margin-top: 14px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.sthCookiePanel--prefs .sthCookiePrefs {
  display: block;
}

.sthCookiePrefsTitle {
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.sthCookieRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  margin-bottom: 10px;
}

.sthCookieRowMain {
  display: grid;
  gap: 2px;
}

.sthCookieRowLabel {
  font-weight: 800;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.sthCookieRowHelp {
  color: var(--muted);
  font-size: calc(0.86rem * var(--text-step));
  line-height: 1.35;
  max-width: 56ch;
}

.sthCookieRowRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.sthCookiePill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface2);
  color: var(--muted);
  font-weight: 700;
  font-size: calc(0.78rem * var(--text-step));
}

.sthCookieToggle {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

@media (max-width: 520px) {
  .sthCookiePanel {
    padding: 14px 14px 12px;
  }
  .sthCookieRow {
    flex-direction: column;
    align-items: flex-start;
  }
  .sthCookieRowRight {
    width: 100%;
    justify-content: flex-start;
  }
}

/* ============================================================
   STAP 3: Trust-blok, badge-systeem, compare CTA
   ============================================================ */

/* --- Trust-bar boven de catalogus --- */
.hp-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--surface2);
  border: 1px solid var(--line);
  font-size: calc(0.76rem * var(--text-step));
  color: var(--muted);
}

.hp-trust-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: var(--text);
}

.hp-trust-bar__item svg {
  flex-shrink: 0;
  color: var(--accent2);
}

.hp-trust-bar__sep {
  color: var(--line);
  font-weight: 400;
}

@media (max-width: 479px) {
  .hp-trust-bar__sep {
    display: none;
  }
  .hp-trust-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

html[data-theme="dark"] .hp-trust-bar,
html[data-theme="soft"] .hp-trust-bar {
  background: color-mix(in srgb, var(--surface2) 55%, var(--surface) 45%);
  border-color: color-mix(in srgb, var(--line) 75%, var(--accent2) 25%);
}

html[data-theme="dark"] .hp-trust-bar__item svg,
html[data-theme="soft"] .hp-trust-bar__item svg {
  color: color-mix(in srgb, var(--accent2) 70%, var(--text) 30%);
}

html[data-theme="dark"] .hp-compare-hint,
html[data-theme="soft"] .hp-compare-hint {
  border-color: color-mix(in srgb, var(--accent2) 50%, var(--line));
  background: color-mix(in srgb, var(--accent2) 12%, var(--surface));
}

html[data-theme="dark"] .hp-compare-hint__close,
html[data-theme="soft"] .hp-compare-hint__close {
  color: var(--text);
}

/* --- Badge modifier kleuren --- */
.hp-card__badge--used {
  background: var(--affiliate-cta);
  color: #111;
}

.hp-card__badge--budget {
  background: #22c55e;
  color: #052e16;
}

.hp-card__badge--pro {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #fff;
}

.hp-card__badge--value {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color: #fff;
}

/* --- Compare panel: CTA per product --- */
.hp-compare__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.72rem * var(--text-step));
  background: var(--affiliate-cta);
  color: #111;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.15s;
}

.hp-compare__cta:hover {
  filter: brightness(1.07);
}

/* --- Buy button: groter, meer contrast, duidelijker label --- */
.hp-card__btn--buy {
  font-size: calc(0.72rem * var(--text-step));
  padding: 9px 14px;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.hp-card--compact .hp-card__actions .hp-card__btn--buy {
  padding: 8px 11px;
  font-size: calc(0.68rem * var(--text-step));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body[data-page="articles"][data-shop-ui="1"] .hp-card__btn--buy {
  padding: 8px 12px;
  font-size: calc(0.68rem * var(--text-step));
  font-weight: 800;
}

/* --- "Waarom ik dit kies" secundaire knop --- */
.hp-card__actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.hp-card__btn--why {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 10px;
  border-radius: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: calc(0.62rem * var(--text-step));
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.13s, color 0.13s, border-color 0.13s;
  text-decoration: none;
  margin-top: 0;
  letter-spacing: 0.01em;
}

.hp-card__btn--why:hover,
.hp-card__btn--why:focus-visible {
  background: var(--surface2);
  color: var(--text);
  border-color: var(--accent2);
  outline: none;
}

/* --- Why modal --- */
.hp-why-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 480px) {
  .hp-why-modal {
    align-items: center;
  }
}

.hp-why-modal[hidden] {
  display: none;
}

.hp-why-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  cursor: pointer;
}

.hp-why-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  background: var(--surface);
  border-radius: 20px 20px 0 0;
  padding: 28px 24px 32px;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 480px) {
  .hp-why-modal__panel {
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.28);
    padding: 28px 28px 32px;
  }
}

.hp-why-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.13s;
}

.hp-why-modal__close:hover {
  background: var(--line);
}

.hp-why-modal__label {
  margin: 0;
  font-size: calc(0.72rem * var(--text-step));
  font-weight: 700;
  color: var(--accent2);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.hp-why-modal__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.98rem * var(--text-step));
  line-height: 1.3;
  color: var(--text);
}

.hp-why-modal__body {
  margin: 0;
  font-size: calc(0.9rem * var(--text-step));
  line-height: 1.65;
  color: var(--muted);
}

.hp-why-modal__cta {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  border-radius: 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.82rem * var(--text-step));
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  box-shadow: 0 4px 14px var(--affiliate-cta-shadow);
  text-decoration: none;
  transition: filter 0.15s ease;
}

.hp-why-modal__cta:hover {
  filter: brightness(1.06);
}

/* --- Sticky mini-CTA (mobiel) --- */
.hp-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 16px;
  background: var(--surface);
  border-top: 1px solid var(--line);
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
  transform: translateY(100%);
  transition: transform 0.22s cubic-bezier(0.34, 1.22, 0.64, 1);
  /* Veilige zone onder op iPhones */
  padding-bottom: max(16px, env(safe-area-inset-bottom, 16px));
}

.hp-sticky-cta.is-visible {
  transform: translateY(0);
}

.hp-sticky-cta__name {
  flex: 1 1 0;
  min-width: 0;
  font-size: calc(0.75rem * var(--text-step));
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hp-sticky-cta__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.72rem * var(--text-step));
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  box-shadow: 0 3px 10px var(--affiliate-cta-shadow);
  text-decoration: none;
  white-space: nowrap;
  transition: filter 0.15s;
}

.hp-sticky-cta__btn:hover {
  filter: brightness(1.06);
}

.hp-sticky-cta__close {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.13s;
}

.hp-sticky-cta__close:hover {
  background: var(--line);
}

/* Sticky CTA alleen op mobiel tonen */
@media (min-width: 641px) {
  .hp-sticky-cta {
    display: none;
  }
}

/* ============================================================
   STAP 5: Productpagina's als conversion landing pages
   ============================================================ */

/* --- Page container --- */
.hp-prod-page {
  padding: 20px;
  max-width: 860px;
  margin: 0 auto;
}

/* --- Title --- */
.hp-prod-page__title {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: calc(1.4rem * var(--text-step));
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
}

/* --- Meta (prijs · rating · GTIN) --- */
.hp-prod-page__meta {
  margin: 0 0 10px;
  font-size: calc(0.84rem * var(--text-step));
  color: var(--muted);
}

/* --- Hero CTA block --- */
.hp-prod-hero {
  margin: 18px 0 22px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--affiliate-cta) 10%, var(--surface)), var(--surface));
  border: 1px solid color-mix(in srgb, var(--affiliate-cta) 35%, var(--line));
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hp-prod-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.hp-prod-hero__bullet {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: calc(0.82rem * var(--text-step));
  font-weight: 700;
  color: var(--text);
}

.hp-prod-hero__bullet svg {
  color: #22c55e;
  flex-shrink: 0;
}

.hp-prod-hero__why {
  margin: 0;
  font-size: calc(0.9rem * var(--text-step));
  line-height: 1.6;
  color: var(--muted);
  font-style: italic;
}

.hp-prod-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 14px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: calc(1rem * var(--text-step));
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  box-shadow: 0 6px 20px var(--affiliate-cta-shadow);
  text-decoration: none;
  transition: filter 0.15s, transform 0.15s;
  letter-spacing: 0.01em;
}

.hp-prod-hero__cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.hp-prod-hero__cta--full {
  width: 100%;
}

.hp-prod-hero__trust {
  margin: 0;
  font-size: calc(0.72rem * var(--text-step));
  color: var(--muted);
  text-align: center;
}

/* --- Buy/back/viewsite button row --- */
.hp-prod-page__btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 0;
}

/* --- Related products --- */
.hp-prod-related {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hp-prod-related__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: calc(1rem * var(--text-step));
  color: var(--text);
}

.hp-prod-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 600px) {
  .hp-prod-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hp-prod-related__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  transition: border-color 0.13s, box-shadow 0.13s;
}

.hp-prod-related__card:hover {
  border-color: color-mix(in srgb, var(--affiliate-cta) 40%, var(--line));
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.hp-prod-related__img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--surface2);
}

.hp-prod-related__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hp-prod-related__name {
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: var(--text);
}

.hp-prod-related__price {
  font-size: calc(0.78rem * var(--text-step));
  font-weight: 800;
  color: var(--affiliate-cta);
}

.hp-prod-related__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 7px 10px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: calc(0.7rem * var(--text-step));
  background: var(--affiliate-cta);
  color: var(--affiliate-cta-text);
  text-decoration: none;
  transition: filter 0.13s;
  white-space: nowrap;
}

.hp-prod-related__buy:hover {
  filter: brightness(1.07);
}

@media (max-width: 599px) {
  .hp-prod-hero__cta {
    font-size: calc(0.9rem * var(--text-step));
    padding: 13px 16px;
  }
}

/* --- "Start snel" routebar op artikelenpagina --- */
.hp-startbar {
  margin-bottom: 18px;
  padding: 14px;
  border-radius: calc(var(--radius) - 4px);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 84%, transparent);
}

.hp-startbar__label {
  margin: 0 0 10px;
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: calc(0.76rem * var(--text-step));
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-startbar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

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

.hp-startbar__item {
  display: grid;
  gap: 2px;
  padding: 10px 13px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  text-decoration: none !important;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.hp-startbar__item:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: var(--sth-shadow-card);
}

.hp-startbar__item strong {
  font-family: var(--font-display);
  font-size: calc(0.9rem * var(--text-step));
  font-weight: 800;
  color: var(--text);
  line-height: 1.2;
}

.hp-startbar__item span {
  color: var(--muted);
  font-size: calc(0.76rem * var(--text-step));
  line-height: 1.35;
}

.hp-startbar__item--primary {
  border-color: color-mix(in srgb, var(--affiliate-cta) 50%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--affiliate-cta) 12%, var(--surface)), var(--surface));
}

/* --- Quick filters: badge-kleuren als accenten --- */
.hp-qf-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-family: var(--font-body);
  font-size: calc(0.8rem * var(--text-step));
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.13s, border-color 0.13s, color 0.13s, transform 0.13s ease, box-shadow 0.13s ease;
}

.hp-qf-btn:hover {
  background: var(--surface2);
  transform: translateY(-1px);
  box-shadow: var(--sth-shadow-card);
}

.hp-qf-btn.is-active {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.hp-qf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  padding: 1px 5px;
  border-radius: 999px;
  font-size: calc(0.68rem * var(--text-step));
  font-weight: 700;
  background: var(--surface2);
  color: var(--muted);
}

.hp-qf-btn.is-active .hp-qf-pill {
  background: color-mix(in srgb, var(--bg) 30%, transparent);
  color: inherit;
}

/* --- Compare-modus hint boven catalog --- */
.hp-compare-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--accent2) 40%, var(--line));
  background: color-mix(in srgb, var(--accent2) 8%, var(--surface));
  font-size: calc(0.82rem * var(--text-step));
}

.hp-compare-hint__text {
  color: var(--text);
  line-height: 1.45;
}

.hp-compare-hint__close {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.13s;
}

.hp-compare-hint__close:hover {
  background: var(--line);
}

/* --- Zoekbalk prominenter op artikelenpagina --- */
body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-search__input {
  padding: 10px 14px;
  font-size: calc(0.92rem * var(--text-step));
  border-radius: 14px;
}

body[data-page="articles"][data-shop-ui="1"] #catalog .hp-filter-label--search {
  font-size: calc(0.84rem * var(--text-step));
  font-weight: 800;
  color: var(--text);
}

/* --- Stap 8: productgalerij + desktop grid / resterende polish --- */
.hp-prod-page__gallery {
  display: grid;
  gap: 12px;
}

body[data-page="product"][data-shop-ui="1"] .hp-prod-page__gallery a#hp-prod-imglink {
  border-radius: var(--sth-radius-panel);
}

@media (min-width: 960px) {
  body[data-page="product"][data-shop-ui="1"] .hp-prod-page {
    max-width: 1080px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    column-gap: 32px;
    align-items: start;
  }

  body[data-page="product"][data-shop-ui="1"] .hp-prod-page > *:not(.hp-prod-related):not(.hp-prod-page__gallery) {
    grid-column: 1;
  }

  body[data-page="product"][data-shop-ui="1"] .hp-prod-page > .hp-prod-page__gallery {
    grid-column: 2;
    grid-row: 1 / span 12;
    align-self: start;
    position: sticky;
    top: 84px;
  }

  body[data-page="product"][data-shop-ui="1"] .hp-prod-page > .hp-prod-related {
    grid-column: 1 / -1;
  }
}

.hp-qf-btn:focus-visible {
  outline: var(--sth-focus-ring);
  outline-offset: 2px;
}

@media (max-width: 540px) {
  .hp-startbar__item span {
    font-size: calc(0.72rem * var(--text-step));
    line-height: 1.3;
  }

  body[data-page="articles"][data-shop-ui="1"] .hp-catalog-sort__label,
  body[data-page="articles"][data-shop-ui="1"] .hp-catalog-layout-label {
    font-size: calc(0.72rem * var(--text-step));
  }
}
