/* Archivo (variabel: gewicht 400-800, breedte 62-125%), zelf gehost i.p.v. Google Fonts */
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400 800; font-stretch: 62% 125%; font-display: swap; src: url('../fonts/archivo/archivo-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Archivo'; font-style: normal; font-weight: 400 800; font-stretch: 62% 125%; font-display: swap; src: url('../fonts/archivo/archivo-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Portwest Store · ontwerp van Snickers Store (Claude Design-prototype) in de Portwest-kleuren. */
:root {
    /* Portwest Store-huisstijl (logo 2a): oranje #f47021 en blauw #00425a; tekst donker petrol. */
    --yellow: #f47021;
    --yellow-hover: #e0621a;
    --on-yellow: #fff; /* tekst op oranje knoppen en labels */
    --blue: #00425a;
    --black: #0e2a35;
    --dark-2: #1c3c48;
    --dark-3: #2b4d5a;
    --text-2: #33474f;
    --muted: #55666d;
    --on-black-muted: #a9bcc3;
    --on-black-2: #d6e2e6;
    --on-black-3: #8ea3ab;
    --surface: #f3f6f7;
    --line: #dfe5e7;
    --line-2: #cfd8db;
    --line-3: #ebeff0;
    --ok: #1f7a45;
    --wait: #c98a00;
    --bad: #c62828;
    --multi-row: #fff1e6;
    --overlay: rgba(14, 42, 53, .55);
    --font: Archivo, system-ui, sans-serif;
    --wrap: 1440px;
    --pad: 24px;
    --shadow-drop: 0 12px 32px rgba(14, 42, 53, .25);
    --shadow-mega: 0 24px 48px rgba(14, 42, 53, .18);
    --shadow-drawer: -12px 0 40px rgba(14, 42, 53, .25);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden], [x-cloak] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--black); font: 16px/1.5 var(--font); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--muted); }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--black); box-shadow: 0 0 0 4px var(--yellow); outline-offset: 1px; }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 0; background: var(--yellow); color: var(--on-yellow); padding: 10px 14px; z-index: 200; font-weight: 700; }
.skip:focus { left: 8px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.nowrap { white-space: nowrap; }
.icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Typografie */
h1, h2, h3 { margin: 0; line-height: 1.15; }
.display { font-stretch: 75%; font-weight: 800; text-transform: uppercase; letter-spacing: -.005em; }
.h-hero { font-size: clamp(44px, 6vw, 84px); line-height: .92; text-wrap: balance; }
.h-cat { font-size: clamp(40px, 5vw, 64px); line-height: .95; }
.h-sec { font-size: 36px; line-height: 1; }
.h-pdp-sec { font-size: 32px; line-height: 1; }
.h-drawer { font-size: 26px; line-height: 1; }
.label { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.tag { display: inline-block; align-self: flex-start; background: var(--yellow); color: var(--on-yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 6px 10px; text-decoration: none; }
.lead { margin: 0; font-size: 16px; line-height: 1.55; color: var(--text-2); max-width: 680px; text-wrap: pretty; }
.prose { font-size: 16px; line-height: 1.65; color: var(--text-2); max-width: 75ch; }
.prose p { margin: 0 0 14px; }
.prose h2, .prose h3 { color: var(--black); margin: 24px 0 10px; }

/* Knoppen */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border: 0; background: var(--yellow); color: var(--on-yellow); font-size: 16px; font-weight: 700; text-decoration: none; border-radius: 0; white-space: nowrap; }
.btn:hover { background: var(--yellow-hover); color: var(--on-yellow); }
.btn[disabled], .btn.is-disabled { opacity: .5; cursor: not-allowed; }
.btn--black { background: var(--black); color: #fff; }
.btn--black:hover { background: var(--dark-3); color: #fff; }
.btn--outline { background: #fff; color: var(--black); border: 2px solid var(--black); }
.btn--outline:hover { background: var(--black); color: #fff; }
.btn--outline-light { background: transparent; color: #fff; border: 2px solid #fff; }
.btn--outline-light:hover { background: #fff; color: var(--black); }
.btn--big { height: 56px; font-size: 17px; font-weight: 800; }
.btn--sm { height: 44px; padding: 0 16px; font-size: 15px; }
.btn--wide { width: 100%; }
.btns { display: flex; gap: 12px; flex-wrap: wrap; }
.link { background: none; border: 0; padding: 10px 0; font-size: 15px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; color: var(--black); }
.link-sm { background: none; border: 0; padding: 6px 0; font-size: 13px; color: var(--muted); text-decoration: underline; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--line-2); background: #fff; }
.stepper button { width: 36px; height: 36px; border: 0; background: none; font-size: 18px; }
.stepper button:disabled { opacity: .35; cursor: not-allowed; }
.stepper span, .stepper input { width: 32px; text-align: center; font-size: 15px; font-weight: 700; border: 0; padding: 0; background: none; -moz-appearance: textfield; }
.stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.stepper--big { border: 2px solid var(--black); }
.stepper--big button { width: 44px; height: 52px; font-size: 20px; }

/* Meldingen */
.alert { padding: 12px 16px; margin: 16px 0; font-size: 15px; border-left: 4px solid; }
.alert ul { margin: 4px 0 0; padding-left: 20px; }
.alert--ok { background: #eef7f1; border-color: var(--ok); }
.alert--err { background: #fcefef; border-color: var(--bad); }
.err { color: var(--bad); font-size: 14px; font-weight: 700; margin: 0; }

/* USP-balk en header */
.uspbar { background: var(--blue); color: #fff; font-size: 13px; font-weight: 500; }
.uspbar__in { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.uspbar span { display: flex; align-items: center; gap: 6px; }
.uspbar .icon { width: 16px; height: 16px; }
.header { background: #fff; color: var(--black); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); }
.header__bar { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
.burger { display: none; width: 44px; height: 44px; place-items: center; background: none; border: 0; color: var(--black); margin-left: -10px; }
.burger .icon { width: 24px; height: 24px; }
/* Logo 1c (gestapeld), SVG uit resources/logo/build_logo.py */
.logo { display: flex; align-items: center; text-decoration: none; flex: none; }
.logo img { display: block; height: 38px; width: auto; }
.search { flex: 1 1 360px; position: relative; max-width: 720px; }
.search__box { display: flex; height: 48px; background: #fff; border: 1px solid var(--line-2); border-radius: 2px; overflow: hidden; }
.search__box:focus-within { border-color: var(--black); }
.search__box > span { width: 44px; display: grid; place-items: center; color: var(--muted); }
.search__box input { flex: 1; min-width: 0; border: 0; outline: none; font-size: 15px; color: var(--black); background: transparent; }
.search__box input::-webkit-search-cancel-button { display: none; }
/* Focus zie je aan de zwarte rand van het hele vak (focus-within); geen gele focusrand op het veld zelf. */
.search__box input:focus, .search__box input:focus-visible { outline: none; box-shadow: none; }
@media (min-width: 1024px) { .search { margin-left: 24px; } }
.search__box button { background: var(--yellow); border: 0; padding: 0 18px; font-weight: 700; font-size: 14px; color: var(--on-yellow); }
.search__drop { position: absolute; left: 0; right: 0; top: calc(100% + 6px); background: #fff; color: var(--black); box-shadow: var(--shadow-drop); border-radius: 2px; z-index: 50; overflow: hidden; }
.search__head { padding: 12px 16px 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.search__item { display: flex; gap: 12px; align-items: center; padding: 8px 16px; text-decoration: none; color: var(--black); }
.search__item:hover, .search__item:focus { background: var(--surface); color: var(--black); }
.search__item img { width: 48px; height: 48px; flex: none; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.search__item span { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.search__item strong { font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search__item small { font-size: 12px; color: var(--muted); }
.search__item b { font-size: 14px; white-space: nowrap; }
.search__cats { padding: 12px 16px; border-top: 1px solid var(--line); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.search__cats a { border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 12px; font-size: 13px; text-decoration: none; }
.search__all { display: block; width: 100%; text-align: left; padding: 12px 16px; background: var(--surface); font-size: 14px; font-weight: 700; border: 0; }
.search__none { padding: 20px 16px; font-size: 14px; line-height: 1.5; }
.header__tools { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.vat { display: flex; border: 1px solid var(--line-2); border-radius: 2px; padding: 2px; margin-right: 8px; }
.vat button { height: 38px; padding: 0 12px; border: 0; border-radius: 1px; font-size: 13px; font-weight: 700; background: transparent; color: var(--black); }
.vat button.is-on { background: var(--yellow); color: var(--on-yellow); }
.header__link { height: 44px; display: flex; align-items: center; gap: 8px; background: none; border: 0; color: var(--black); font-size: 14px; padding: 0 8px; text-decoration: none; position: relative; }
.header__link:hover { color: var(--black); text-decoration: underline; text-underline-offset: 4px; }
.header__link .icon { width: 22px; height: 22px; }
.badge { min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px; background: var(--yellow); color: var(--on-yellow); font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.navwrap { position: relative; z-index: 29; background: #fff; color: var(--black); border-bottom: 4px solid var(--yellow); }
.nav { border-top: 0; }
.nav__row { display: flex; align-items: center; gap: 4px; white-space: nowrap; overflow-x: auto; }
.nav__all { height: 48px; display: flex; align-items: center; gap: 6px; background: transparent; color: var(--black); border: 0; padding: 0 14px; font-size: 14px; font-weight: 700; }
.nav__all.is-open { background: var(--yellow); color: var(--on-yellow); }
.nav__all .icon { width: 16px; height: 16px; }
.nav__link { position: relative; height: 48px; display: flex; align-items: center; color: var(--black); padding: 0 12px; font-size: 14px; font-weight: 500; text-decoration: none; }
.nav__link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px; background: var(--black); transform: scaleX(0); transition: transform .15s ease; }
.nav__link:hover::after, .nav__link:focus-visible::after, .nav__link.is-active::after { transform: scaleX(1); }
.nav__link:hover, .nav__link.is-active { color: var(--black); }
.nav__b2b { margin-left: auto; font-size: 14px; font-weight: 700; color: var(--black); display: flex; align-items: center; gap: 6px; text-decoration: none; }
.nav__b2b:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav__b2b .icon { width: 18px; height: 18px; }
.mega { position: absolute; left: 0; right: 0; top: 100%; margin-top: 4px; background: #fff; color: var(--black); box-shadow: var(--shadow-mega); max-height: calc(100vh - 140px); overflow-y: auto; }
.mega__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px 20px; padding-top: 28px; padding-bottom: 32px; }
.mega__col { display: flex; flex-direction: column; gap: 18px; }
.mega__group { display: flex; flex-direction: column; gap: 2px; }
.mega__group > a { padding: 4px 0; font-size: 14px; font-weight: 700; text-decoration: none; }
.mega__group li a { display: block; padding: 5px 0; font-size: 14px; color: var(--text-2); line-height: 1.35; text-decoration: none; }
.mega__group li a:hover { color: var(--black); text-decoration: underline; }
.mega ul { list-style: none; margin: 0; padding: 0; }
@media (max-width: 1023px) {
    .burger { display: grid; }
    .header__bar { gap: 12px; }
    .search { order: 10; flex-basis: 100%; max-width: none; }
    .hide-mobile { display: none !important; }
    .navwrap { display: none; }
}
@media (min-width: 1024px) { .show-mobile { display: none !important; } }

/* Lades (mini-winkelwagen, maattabel, mobiel menu) */
.drawer-bg { position: fixed; inset: 0; background: var(--overlay); z-index: 90; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(100vw, 440px); background: #fff; z-index: 91; display: flex; flex-direction: column; box-shadow: var(--shadow-drawer); }
.drawer--wide { width: min(100vw, 560px); overflow-y: auto; }
.drawer--left { right: auto; left: 0; width: min(88vw, 380px); overflow-y: auto; box-shadow: 12px 0 40px rgba(0, 0, 0, .25); }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.drawer__head--dark { background: var(--black); color: #fff; padding: 12px 16px 12px 20px; border: 0; font-weight: 800; }
.x { width: 44px; height: 44px; display: grid; place-items: center; background: none; border: 0; color: inherit; }
.x .icon { width: 22px; height: 22px; }
.mini { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.mini__ship { padding: 14px 20px; background: var(--surface); }
.mini__ship div:first-child { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.bar { height: 8px; background: var(--line); }
.bar span { display: block; height: 8px; background: var(--black); }
.mini__lines { flex: 1; overflow-y: auto; padding: 0 20px; }
.mini__line { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.mini__line img { width: 80px; height: 80px; object-fit: contain; border: 1px solid var(--line); background: #fff; }
.mini__line > div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.mini__line strong { font-size: 14px; line-height: 1.35; }
.mini__line a { text-decoration: none; }
.mini__line small { font-size: 13px; color: var(--muted); }
.mini__row { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.mini__foot { padding: 16px 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.mini__foot .sum { display: flex; justify-content: space-between; color: var(--muted); }
.mini__foot .sum--big { font-size: 18px; font-weight: 800; color: var(--black); margin-top: 4px; }
.mini__foot .btn { margin-top: 4px; }
.mini__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 32px; text-align: center; }
.mnav__vat { display: flex; margin: 16px 20px; border: 2px solid var(--black); }
.mnav__vat button { flex: 1; height: 40px; border: 0; font-size: 14px; font-weight: 700; background: transparent; }
.mnav__vat button.is-on { background: var(--yellow); }
.mnav__group { border-bottom: 1px solid var(--line); }
.mnav__group > button, .mnav__group > a { width: 100%; min-height: 52px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; background: none; border: 0; font-size: 16px; font-weight: 700; text-decoration: none; text-align: left; }
.mnav__group .icon { width: 18px; height: 18px; transition: transform .15s; }
.mnav__group [aria-expanded="true"] .icon { transform: rotate(180deg); }
.mnav__links { padding: 0 0 10px; background: var(--surface); }
.mnav__links a { display: flex; align-items: center; min-height: 44px; padding: 0 32px; font-size: 15px; text-decoration: none; }
.mnav__cta { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.mnav__cta .btn { height: 48px; font-size: 15px; }
.chart { padding: 20px; display: flex; flex-direction: column; gap: 16px; }
.chart__tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.chip-sq { height: 40px; padding: 0 14px; border: 1px solid var(--black); background: #fff; font-size: 14px; font-weight: 700; }
.chip-sq.is-on { background: var(--black); color: #fff; }
.chart table { width: 100%; border-collapse: collapse; font-size: 14px; }
.chart th { text-align: left; padding: 10px; background: var(--black); color: #fff; font-weight: 700; }
.chart td { padding: 10px; border-bottom: 1px solid var(--line); }
.chart tr:nth-child(even) td { background: var(--surface); }
.zoom { position: fixed; inset: 0; background: rgba(17, 17, 17, .92); z-index: 95; display: grid; place-items: center; padding: 24px; cursor: zoom-out; }
.zoom img { width: min(90vw, 86vh); aspect-ratio: 1; object-fit: contain; background: #fff; }

/* Secties en home */
.section { padding-top: 56px; }
.section:last-child { padding-bottom: 72px; }
.section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; flex-wrap: wrap; }
.section__head .h-sec { margin: 0; }
.hero { background: var(--black); color: #fff; }
.hero__grid { max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); }
.hero__text { padding: 56px var(--pad); display: flex; flex-direction: column; justify-content: center; gap: 24px; max-width: 640px; }
.hero__text p:not(.h-hero) { margin: 0; font-size: 18px; line-height: 1.5; color: var(--on-black-2); max-width: 480px; }
.hero__img { min-height: 380px; background: var(--dark-2) repeating-linear-gradient(135deg, transparent 0 14px, rgba(255, 255, 255, .05) 14px 15px); background-size: cover; background-position: center; }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 8px), 240px), 1fr)); gap: 16px; }
@media (min-width: 1024px) { .tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); } } /* 8 tegels: 2 rijen van 4 */
.tile { display: flex; flex-direction: column; background: var(--surface); text-decoration: none; color: var(--black); }
.tile:hover { outline: 2px solid var(--black); color: var(--black); }
.tile .tile__label { flex: 1; } /* tegels in een rij even hoog, ook als een naam over twee regels loopt */
.tile__img { aspect-ratio: 4 / 3; width: 100%; background: #fff; overflow: hidden; }
.tile__img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.tile__label { display: flex; justify-content: space-between; align-items: center; padding: 14px; font-size: 16px; font-weight: 700; gap: 8px; background: #fff; border: 1px solid var(--line); border-top: 0; }
.tile__label .icon { width: 18px; height: 18px; flex: none; }
.collections { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: 2px; background: var(--black); }
.collection { background: var(--black); color: #fff; padding: 28px 24px; display: flex; flex-direction: column; gap: 8px; min-height: 150px; justify-content: flex-end; text-decoration: none; }
.collection:hover { background: var(--yellow); color: var(--black); }
.collection b { font-stretch: 75%; font-weight: 800; font-size: 30px; text-transform: uppercase; line-height: 1; }
.collection span { font-size: 15px; }
.b2b { background: var(--yellow); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); }
.b2b__text { padding: 40px 32px; display: flex; flex-direction: column; gap: 16px; }
.b2b__text h2 { font-size: clamp(34px, 4vw, 52px); line-height: .95; text-wrap: balance; }
.b2b__text p { margin: 0; font-size: 17px; line-height: 1.5; max-width: 460px; }
.b2b__text .btn { align-self: flex-start; }
.b2b ul { margin: 0; padding: 40px 32px; list-style: none; display: flex; flex-direction: column; gap: 14px; justify-content: center; font-size: 17px; font-weight: 500; border-left: 2px solid var(--black); }
.b2b li { display: flex; gap: 12px; align-items: center; }
.b2b li .icon { width: 22px; height: 22px; stroke-width: 2.5; }
@media (max-width: 800px) { .b2b ul { border-left: 0; border-top: 2px solid var(--black); } }
.usps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 24px; border-top: 2px solid var(--black); border-bottom: 1px solid var(--line); padding: 28px 0; }
.usps > div { display: flex; gap: 14px; }
.usps .icon { width: 28px; height: 28px; stroke-width: 1.75; }
.usps b { display: block; font-size: 16px; }
.usps span { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; line-height: 1.45; }
.seo-faq { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 48px; }
.seo-faq h2 { margin-bottom: 16px; }
.faq { border-top: 1px solid var(--line-2); }
.faq__item { border-bottom: 1px solid var(--line-2); }
.faq__item button { width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: 0; padding: 12px 0; text-align: left; font-size: 16px; font-weight: 700; }
.faq__item button span { font-size: 22px; font-weight: 500; width: 24px; text-align: center; flex: none; }
.faq__item p { margin: 0 0 16px; font-size: 15px; line-height: 1.6; color: var(--text-2); max-width: 560px; }

/* Productkaart */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 8px), 240px), 1fr)); gap: 16px; }
.grid--plp { grid-template-columns: repeat(auto-fill, minmax(min(calc(50% - 8px), 230px), 1fr)); }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); min-width: 0; }
.card:hover { border-color: var(--black); }
.card__img { display: block; position: relative; aspect-ratio: 1; background: #fff; overflow: hidden; }
.card__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.card__img .card__back { opacity: 0; }
.card:hover .card__img.has-back .card__front { opacity: 0; }
.card:hover .card__img.has-back .card__back { opacity: 1; }
.card__badge { position: absolute; left: 10px; top: 10px; z-index: 1; background: var(--yellow); color: var(--on-yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 4px 8px; }
.card__body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.dots { display: flex; align-items: center; gap: 2px; margin-left: -6px; min-height: 32px; }
.dotbtn { width: 32px; height: 32px; display: grid; place-items: center; background: none; border: 0; padding: 0; }
.dotbtn span, .swatch span { display: block; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2); background-size: cover; background-position: center; }
.dotbtn span { width: 18px; height: 18px; }
.dotbtn.is-on span, .swatch.is-on span { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--black); }
.dots small { font-size: 12px; font-weight: 700; color: var(--muted); padding-left: 4px; }
.card__name { font-size: 15px; font-weight: 500; line-height: 1.35; color: var(--black); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7em; text-decoration: none; }
.card__name:hover { text-decoration: underline; color: var(--black); }
.card__code { font-size: 12px; color: var(--muted); }
.price { margin-top: auto; display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.price small { font-size: 13px; color: var(--muted); }
.price b { font-size: 18px; font-weight: 800; }
.price em { font-style: normal; font-size: 12px; color: var(--muted); }
.stock { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-2); }
.stock--late { color: #9a5b00; font-weight: 600; margin-top: 2px; } /* later leverbaar: winkelwagen, afrekenen, bestelling */
.sdot { width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--on-black-muted); }
.sdot--ok, .sdot--laag { background: var(--ok); }
.sdot--wacht { background: var(--wait); }
.sdot--nee { background: var(--bad); }

/* Categoriepagina */
.page { padding-top: 20px; padding-bottom: 72px; }
.crumbs { font-size: 13px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--muted); }
.crumbs span:last-child { color: var(--black); }
.plp-head h1 { margin: 14px 0 8px; }
.plp-head--banner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; align-items: center; margin: 14px 0 20px; }
.plp-head--banner .plp-head__img { order: 2; width: 100%; aspect-ratio: 12 / 5; object-fit: cover; }
@media (max-width: 1023px) { .plp-head--banner { grid-template-columns: 1fr; gap: 12px; } .plp-head--banner .plp-head__img { order: 0; aspect-ratio: 16 / 7; } }
.tile__img--photo img { object-fit: cover; padding: 0; }
.hero__img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; }
.plp-head .lead { margin-bottom: 20px; }
.chips { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; margin-bottom: 28px; }
.chip { flex: none; height: 40px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 999px; border: 1px solid var(--black); background: #fff; color: var(--black); font-size: 14px; font-weight: 500; white-space: nowrap; text-decoration: none; }
.chip:hover { background: var(--surface); color: var(--black); }
.chip.is-on { background: var(--black); color: #fff; }
.plp { display: flex; gap: 32px; align-items: flex-start; }
.plp__main { flex: 1; min-width: 0; }
.filters { width: 264px; flex: none; position: sticky; top: 92px; max-height: calc(100vh - 108px); overflow-y: auto; overflow-x: hidden; padding-right: 4px; }
.filters__mhead { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 20px; font-weight: 800; }
.fgroup { border-bottom: 1px solid var(--line); padding: 16px 0; }
.fgroup .label { display: block; margin-bottom: 8px; }
.fgroup summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.fgroup summary::-webkit-details-marker { display: none; }
.fgroup summary .label { margin: 0; }
.fgroup[open] summary { margin-bottom: 8px; }
.fopt { width: 100%; display: flex; align-items: center; gap: 10px; min-height: 40px; font-size: 15px; color: var(--black); text-decoration: none; }
.fopt:hover { color: var(--black); }
.fopt > span:nth-child(2) { flex: 1; }
.fopt small { font-size: 13px; color: var(--muted); }
.fopt .fopt__hint { font-size: 12px; line-height: 1.2; display: inline-block; }
.cb { width: 20px; height: 20px; flex: none; border: 2px solid var(--black); background: #fff; display: grid; place-items: center; color: var(--yellow); }
.cb .icon { width: 14px; height: 14px; stroke-width: 3.5; display: none; }
.is-on > .cb, .cb.is-on { background: var(--black); }
.is-on > .cb .icon, .cb.is-on .icon { display: block; }
.fcolours { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px 4px; }
.fcolour { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 4px 0; font-size: 11px; color: var(--text-2); line-height: 1.2; text-align: center; text-decoration: none; }
.fcolour span { width: 28px; height: 28px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2); }
.fcolour.is-on span { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--black); }
/* minmax(0, ...) + afbreken: lange maten (XXXXXXL, XXL Long) duwden het filterpaneel breder (horizontale scroll). */
.fsizes { display: grid; grid-template-columns: repeat(auto-fill, minmax(56px, 1fr)); gap: 6px; }
.fsize { min-height: 40px; min-width: 0; padding: 4px 3px; display: grid; place-items: center; text-align: center; line-height: 1.1; overflow-wrap: anywhere; border: 1px solid var(--line-2); font-size: 13px; font-weight: 700; text-decoration: none; }
.fsize--long { font-size: 11px; letter-spacing: -.02em; }
.fsize.is-on { background: var(--black); color: #fff; border-color: var(--black); }
.fprice { display: flex; gap: 6px; align-items: center; }
.fprice input { width: 100%; height: 44px; border: 1px solid var(--line-2); padding: 0 10px; font-size: 15px; }
.fprice button { height: 44px; padding: 0 14px; border: 0; background: var(--black); color: #fff; font-weight: 700; }
.plp__bar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.plp__bar > b { font-size: 15px; }
.sort { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.sort select { height: 44px; border: 1px solid var(--line-2); background: #fff; padding: 0 12px; font-size: 15px; color: var(--black); border-radius: 2px; }
.actives { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.pill { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 10px 0 14px; background: var(--black); color: #fff; border-radius: 999px; font-size: 13px; font-weight: 500; text-decoration: none; }
.pill:hover { color: var(--yellow); }
.pill .icon { width: 14px; height: 14px; stroke-width: 2.5; }
.more { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-top: 36px; }
.more span { font-size: 14px; color: var(--muted); }
.empty { padding: 56px 24px; background: var(--surface); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.empty b { font-size: 20px; font-weight: 800; }
.empty span { font-size: 15px; color: var(--muted); }
.plp-seo { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); max-width: 720px; }
.plp-seo h2 { font-size: 20px; font-weight: 800; margin-bottom: 10px; }
.sheet-cta { display: none; }
@media (max-width: 1023px) {
    .filters { display: none; }
    .filters.is-open { display: block; position: fixed; left: 0; right: 0; bottom: 0; top: 12vh; width: auto; max-height: none; background: #fff; z-index: 80; overflow-y: auto; padding: 20px 20px 96px; box-shadow: 0 -12px 40px rgba(0, 0, 0, .3); }
    .filters.is-open .sheet-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; padding: 12px 20px; background: #fff; border-top: 1px solid var(--line); }
}

/* Productpagina */
.pdp { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); gap: 40px; align-items: start; margin-top: 20px; }
.pdp__media { min-width: 0; width: 100%; max-width: 100%; }
.pdp__media .promo { margin-top: 20px; }
.gallery { display: flex; gap: 12px; flex-direction: row-reverse; }
.gallery__main { flex: 1; min-width: 0; aspect-ratio: 1; border: 1px solid var(--line); padding: 0; cursor: zoom-in; background: #fff; overflow: hidden; touch-action: pan-y pinch-zoom; }
.gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.gallery__thumbs { display: flex; flex-direction: column; gap: 8px; width: 72px; flex: none; }
/* Veel foto's (met modelfoto's): de kolom zo hoog als de hoofdfoto en daarbinnen scrollen. */
@media (min-width: 601px) { .gallery__thumbs { contain: size; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; } }
.gallery__thumbs button { width: 72px; height: 72px; flex: none; border: 2px solid var(--line); padding: 0; background: #fff; }
.gallery__thumbs button.is-on { border-color: var(--black); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
@media (min-width: 601px) { .gallery__thumbs button { width: 100%; } } /* krimpt mee met de scrollbalk: geen horizontale balk */
/* Kolom: de foto niet laten groeien (flex: 1 + aspect-ratio maakte hem in Safari breder dan het scherm). */
@media (max-width: 600px) { .gallery { flex-direction: column; } .gallery__main { flex: none; width: 100%; } .gallery__thumbs { flex-direction: row; width: auto; overflow-x: auto; } .gallery__thumbs button { flex: none; } }
.buy { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.buy__title { display: flex; flex-direction: column; gap: 8px; }
.buy__title .tag { font-size: 13px; padding: 4px 8px; }
.buy__title h1 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; line-height: 1.12; text-wrap: balance; }
.buy__title > span { font-size: 14px; color: var(--muted); }
.buy__price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.buy__price small { font-size: 15px; color: var(--muted); }
.buy__price b { font-size: 34px; font-weight: 800; letter-spacing: -.01em; }
.buy__price em { font-style: normal; font-size: 14px; color: var(--muted); }
.buy__stock { display: flex; align-items: center; gap: 8px; font-size: 15px; margin-top: -10px; }
.buy__stock .sdot { width: 10px; height: 10px; }
.buy__colour { border-top: 1px solid var(--line); padding-top: 20px; }
.buy__colour > div:first-child { font-size: 15px; margin-bottom: 10px; }
.swatches { display: flex; flex-wrap: wrap; gap: 4px; margin-left: -6px; }
.swatch { width: 44px; height: 44px; display: grid; place-items: center; background: none; border: 0; padding: 0; }
.swatch span { width: 30px; height: 30px; }
.sizes { display: flex; flex-direction: column; gap: 14px; }
.sizes__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.seg2 { display: flex; border: 2px solid var(--black); }
.seg2 button { height: 40px; padding: 0 16px; border: 0; background: #fff; font-size: 14px; font-weight: 700; }
.seg2 button.is-on { background: var(--black); color: #fff; }
.chartlink { background: none; border: 0; padding: 10px 0; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; display: flex; gap: 6px; align-items: center; }
.chartlink .icon { width: 18px; height: 18px; }
.sgroup__label { font-size: 13px; font-weight: 700; margin-bottom: 6px; display: flex; gap: 6px; }
.sgroup__label span:last-child { color: var(--muted); font-weight: 500; }
.sgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(58px, 1fr)); gap: 6px; }
.size { position: relative; height: 44px; border: 1px solid var(--line-2); background: #fff; color: var(--black); font-size: 15px; font-weight: 700; padding: 0 4px; }
.size:hover { border-color: var(--black); }
.size .sdot { position: absolute; top: 5px; right: 5px; width: 6px; height: 6px; }
.size.is-on { background: var(--black); color: #fff; border-color: var(--black); }
.size.is-off { color: #8a8a85; text-decoration: line-through; cursor: pointer; } /* kiezen mag: dan verschijnt de voorraadmelding */
.size.is-off:hover { border-color: var(--line-2); }
.sizeinfo { display: flex; align-items: center; gap: 8px; font-size: 14px; background: var(--surface); padding: 10px 12px; }
.sizeinfo .sdot { width: 10px; height: 10px; }
.legend { display: flex; gap: 16px; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.legend span { display: flex; align-items: center; gap: 5px; }
.legend .sdot { width: 6px; height: 6px; }
.multi { border: 1px solid var(--line-2); max-height: 420px; overflow-y: auto; }
.multi__head { position: sticky; top: 0; background: var(--black); color: #fff; font-size: 13px; font-weight: 700; padding: 8px 12px; display: flex; gap: 6px; z-index: 1; }
.multi__head span:last-child { color: var(--on-black-muted); font-weight: 500; }
.multi__row { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 6px 12px; border-bottom: 1px solid var(--line-3); background: #fff; }
.multi__row.has-qty { background: var(--multi-row); }
.multi__row > b { font-size: 15px; }
.multi__row.is-off > b { text-decoration: line-through; color: #8a8a85; }
.multi__row .stock { font-size: 13px; }
.multi__sum { display: flex; justify-content: space-between; font-size: 15px; font-weight: 700; }
.multi__sum em { font-style: normal; font-size: 12px; color: var(--muted); font-weight: 500; }
.buy__cta { display: flex; gap: 10px; }
.buy__cta .btn { flex: 1; min-width: 0; }
.service { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--text-2); }
.service li { display: flex; gap: 10px; align-items: center; }
.service .icon { width: 18px; height: 18px; }
/* Lijn als inset-schaduw i.p.v. border + negatieve marge: die marge gaf een verticale scrollbalk. */
.tabs { display: flex; gap: 4px; box-shadow: inset 0 -1px 0 var(--line-2); overflow-x: auto; overflow-y: hidden; scrollbar-width: thin; margin-top: 56px; }
.tabs button { flex: none; height: 52px; padding: 0 16px; background: none; border: 0; border-bottom: 3px solid transparent; font-size: 16px; font-weight: 500; }
.tabs button.is-on { border-color: var(--black); font-weight: 700; }
.tabpanel { padding: 28px 0; max-width: 880px; }
.tabpanel > p { margin: 0 0 20px; font-size: 16px; line-height: 1.65; color: var(--text-2); text-wrap: pretty; }
.checks { margin: 0 0 28px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.checks li { display: flex; gap: 10px; font-size: 15px; }
.checks .icon { width: 18px; height: 18px; stroke-width: 2.5; margin-top: 1px; }
.innov { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.innov span { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line-2); padding: 8px 12px 8px 8px; font-size: 14px; font-weight: 500; max-width: 100%; }
.innov img { width: 28px; height: 28px; object-fit: contain; flex: none; }
.certs { display: flex; flex-direction: column; gap: 12px; }
.cert { display: flex; gap: 16px; align-items: center; }
.cert__icon { width: 56px; height: 56px; flex: none; border: 2px solid var(--black); display: grid; place-items: center; padding: 4px; font-size: 10px; font-weight: 800; text-align: center; }
.cert__icon img { width: 100%; height: 100%; object-fit: contain; }
.cert b { display: block; font-size: 16px; font-weight: 800; }
.cert span { display: block; font-size: 14px; color: var(--text-2); margin-top: 2px; }
.specs { margin: 0; display: grid; grid-template-columns: minmax(120px, 200px) minmax(0, 1fr); }
.specs dt { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.specs dd { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 500; }
.pdp-sec { margin-top: 32px; }
.pdp-sec h2 { margin-bottom: 20px; }
.mbar { display: none; }
@media (max-width: 1023px) {
    .mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line-2); padding: 10px 16px; display: flex; align-items: center; gap: 12px; box-shadow: 0 -6px 20px rgba(0, 0, 0, .08); }
    .mbar > div { display: flex; flex-direction: column; }
    .mbar b { font-size: 18px; font-weight: 800; }
    .mbar small { font-size: 11px; color: var(--muted); }
    .mbar .btn { flex: 1; font-size: 16px; font-weight: 800; }
    .has-mbar .footer { padding-bottom: 80px; }
}

/* Formulieren, winkelwagen, afrekenen, account */
.narrow { max-width: 1200px; }
.h-page { font-stretch: 75%; font-weight: 800; text-transform: uppercase; font-size: clamp(36px, 4vw, 52px); line-height: .95; margin: 14px 0 24px; }
.box { border: 1px solid var(--line); padding: 20px; margin: 0 0 16px; background: #fff; }
fieldset.box { min-width: 0; }
fieldset.box legend, .box h2 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 0 6px; margin-bottom: 8px; }
.box h2 { padding: 0; }
.fields { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 12px 0; }
.fields .fields { margin: 0; }
.f { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 700; grid-column: span 2; }
.f--full { grid-column: 1 / -1; }
.f--1 { grid-column: span 1; }
.f--2 { grid-column: span 2; }
.f input, .f select, .f textarea { height: 48px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: 2px; font-size: 15px; font-weight: 400; background: #fff; min-width: 0; width: 100%; }
.f textarea { height: auto; padding: 10px 12px; }
.f input:focus, .f select:focus, .f textarea:focus { border-color: var(--black); }
@media (max-width: 600px) { .fields { grid-template-columns: repeat(2, minmax(0, 1fr)); } .f, .f--2 { grid-column: 1 / -1; } .f--1 { grid-column: span 1; } }
.check { display: flex; align-items: center; gap: 10px; min-height: 40px; font-size: 15px; cursor: pointer; }
.check input { width: 20px; height: 20px; accent-color: var(--black); flex: none; }
.seg { display: inline-flex; border: 2px solid var(--black); margin-bottom: 8px; }
.seg label { height: 40px; padding: 0 16px; display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label:has(input:checked) { background: var(--black); color: #fff; }
.seg label:has(input:focus-visible) { box-shadow: 0 0 0 4px var(--yellow); }
.pay { display: flex; gap: 12px; align-items: center; border: 1px solid var(--line-2); padding: 14px; margin-bottom: 8px; cursor: pointer; }
.pay input { width: 20px; height: 20px; accent-color: var(--black); }
.pay small { display: block; color: var(--muted); font-size: 13px; }
.pay:has(input:checked) { border: 2px solid var(--black); padding: 13px; }
/* minmax(0, 1fr): een kale 1fr wordt nooit smaller dan de inhoud en maakte de pagina op mobiel te breed. */
.cart, .checkout { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 32px; align-items: start; }
@media (max-width: 1023px) { .cart, .checkout { grid-template-columns: minmax(0, 1fr); } }
.cline { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cline:first-child { border-top: 2px solid var(--black); }
.cline img { width: 96px; height: 96px; object-fit: contain; border: 1px solid var(--line); background: #fff; }
.cline__info { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.cline__info a { text-decoration: none; font-weight: 700; }
.cline__info small { font-size: 13px; color: var(--muted); }
.cline__price { font-weight: 800; white-space: nowrap; text-align: right; }
.cline--off { opacity: .6; }
@media (max-width: 600px) { .cline { grid-template-columns: 72px minmax(0, 1fr) auto; } .cline img { width: 72px; height: 72px; } .cline__qty { grid-column: 2; } }
.summary { background: var(--surface); padding: 20px; display: flex; flex-direction: column; gap: 12px; position: sticky; top: 92px; }
.summary h2 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.totals { display: grid; grid-template-columns: 1fr auto; gap: 6px; margin: 4px 0; font-size: 14px; }
.totals dt { color: var(--muted); }
.totals dd { margin: 0; text-align: right; }
.totals .big { font-size: 18px; font-weight: 800; color: var(--black); }
.coupon { display: flex; gap: 8px; align-items: center; }
.coupon input { flex: 1; min-width: 0; height: 44px; padding: 0 12px; border: 1px solid var(--line-2); }
.coupon button { height: 44px; padding: 0 14px; border: 2px solid var(--black); background: #fff; font-weight: 700; }
.sline { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.sline--noimg { grid-template-columns: minmax(0, 1fr) auto; }
.sline img { width: 56px; height: 56px; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.sline small { display: block; color: var(--muted); font-size: 13px; }
.hp { position: absolute; left: -9999px; }
.auth { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 24px; max-width: 900px; margin-top: 24px; }
.auth--single { max-width: 480px; }
.stack { display: flex; flex-direction: column; gap: 14px; }
.stack .f { grid-column: auto; }
.account { display: grid; grid-template-columns: 220px 1fr; gap: 32px; margin-top: 24px; }
@media (max-width: 800px) { .account { grid-template-columns: 1fr; } }
.account-nav { display: flex; flex-direction: column; gap: 2px; }
.account-nav a { padding: 12px 14px; text-decoration: none; font-weight: 500; border-left: 3px solid transparent; }
.account-nav a.is-on { border-color: var(--yellow); background: var(--surface); font-weight: 700; }
.account-nav form { padding: 12px 14px; }
@media (max-width: 800px) { .account-nav { flex-direction: row; flex-wrap: wrap; } .account-nav a { border-left: 0; border-bottom: 3px solid transparent; } }
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th { text-align: left; padding: 10px; background: var(--black); color: #fff; font-weight: 700; }
.table td { padding: 10px; border-bottom: 1px solid var(--line); }
.t-right { text-align: right; }
.status { font-size: 12px; font-weight: 800; padding: 3px 8px; background: var(--surface); white-space: nowrap; text-transform: uppercase; letter-spacing: .04em; }
.status--shipped, .status--completed { background: #e6f3eb; color: var(--ok); }
.status--to_order, .status--ordered { background: var(--multi-row); }
.status--cancelled { background: #fcefef; color: var(--bad); }
.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 700px) { .cols-2 { grid-template-columns: 1fr; } }
.saved { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
details.box > summary { cursor: pointer; list-style: none; }
details.box > summary::-webkit-details-marker { display: none; }

/* Footer */
.footer { background: var(--black); color: #fff; }
.footer__in { padding-top: 48px; padding-bottom: 28px; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 32px; }
.footer .label { color: var(--yellow); margin-bottom: 12px; display: block; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer a { color: var(--on-black-2); text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.dealer { display: inline-flex; flex-direction: column; gap: 4px; align-self: flex-start; }
.dealer img { width: 150px; height: auto; }
.dealer small { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--yellow); }
.dealer-badge { display: inline-flex; align-items: center; gap: 14px; background: var(--black); color: #fff; padding: 12px 18px 12px 12px; margin: 8px 0 24px; }
.dealer-badge img { width: 120px; height: auto; }
.dealer-badge b { display: block; font-size: 15px; }
.dealer-badge span { font-size: 13px; color: var(--on-black-muted); }
.usps .usp-logo { width: 64px; height: auto; flex: none; align-self: flex-start; }
.company { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 24px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.6; }
.company h2 { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.news { display: flex; flex-direction: column; gap: 12px; }
.news p { margin: 0; font-size: 14px; color: var(--on-black-muted); line-height: 1.5; }
.news form { display: flex; height: 48px; }
.news input { flex: 1; min-width: 0; border: 0; padding: 0 12px; font-size: 15px; color: var(--black); }
.news button { background: var(--yellow); border: 0; padding: 0 16px; font-weight: 800; font-size: 14px; color: var(--on-yellow); }
.paylogos { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--dark-2); }
.paylogos img { width: 48px; height: 36px; display: block; }
.payicons { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.payicons img { width: 40px; height: 30px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 20px; font-size: 13px; color: var(--on-black-3); }
.footer__bottom a { color: var(--on-black-3); }
.footer__bottom span:last-child { display: flex; gap: 16px; }

/* Ontwerp v3: H1 als label in de hero, actieblok, kruimelpad als lijst, SEO-blok categorie */
.hero__h1 { font-size: 13px; line-height: 1.2; }
.campaign { background: var(--yellow); color: var(--black); border-bottom: 6px solid var(--black); margin-top: 56px; } /* ruimte na "Shop per categorie" */
.campaign__grid { padding-top: 40px; padding-bottom: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 32px; align-items: center; }
.campaign__text { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.campaign__title { font-stretch: 62%; font-weight: 800; font-size: clamp(48px, 6.5vw, 96px); line-height: .82; text-transform: uppercase; letter-spacing: -.01em; }
.campaign__sub { margin: 0; font-stretch: 75%; font-weight: 800; font-size: clamp(26px, 3vw, 40px); line-height: 1; text-transform: uppercase; text-wrap: balance; max-width: 620px; }
.campaign__text .btn { margin-top: 6px; padding: 0 28px; }
.campaign__text .btn .icon { width: 18px; height: 18px; stroke-width: 2.4; }
.campaign__visual { display: flex; justify-content: center; align-items: center; position: relative; min-height: 320px; }
/* Twee acties naast elkaar: elke kaart tekst links, cadeau rechts, kleiner gezet; op smalle schermen onder elkaar met een zwarte lijn ertussen. */
.campaign--duo .campaign__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 540px), 1fr)); }
.campaign--duo .campaign__grid { grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding-left: 0; padding-right: 0; }
.campaign--duo .campaign__grid + .campaign__grid { border-top: 4px solid var(--black); }
@media (min-width: 1140px) {
    .campaign--duo .campaign__grid + .campaign__grid { border-top: 0; border-left: 4px solid var(--black); padding-left: 40px; }
    .campaign--duo .campaign__grid:first-child { padding-right: 40px; }
}
.campaign--duo .campaign__title { font-size: clamp(40px, 4.4vw, 64px); }
.campaign--duo .campaign__sub { font-size: clamp(20px, 1.9vw, 26px); }
.campaign--duo .campaign__visual { min-height: 0; padding-right: 40px; }
.campaign--duo .gift { width: clamp(180px, 15vw, 210px); gap: 4px; }
.campaign--duo .gift__photo { width: 56%; }
.campaign--duo .gift__name { font-size: 13px; text-align: center; max-width: 64%; }
.campaign--duo .gift__stamp { right: -16%; }
@media (max-width: 560px) {
    .campaign--duo .campaign__grid { grid-template-columns: 1fr; }
    .campaign--duo .campaign__visual { padding: 8px 0; }
}
.gift { width: clamp(220px, 24vw, 300px); aspect-ratio: 1; border-radius: 50%; background: var(--black); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; position: relative; outline: 4px solid var(--black); outline-offset: 6px; }
.gift__label { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); }
.gift__photo { width: 66%; flex: none; aspect-ratio: 1; border-radius: 50%; background: #fff; overflow: hidden; display: grid; place-items: center; }
.gift__photo img { width: 96%; height: 96%; object-fit: contain; }
.gift__name { font-stretch: 75%; font-weight: 800; font-size: 17px; text-transform: uppercase; line-height: 1; }
.gift__stamp { position: absolute; right: -12%; top: -2%; width: 36%; aspect-ratio: 1; border-radius: 50%; background: #fff; color: var(--black); border: 4px solid var(--black); display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; transform: rotate(-8deg); }
.gift__stamp span { font-size: clamp(12px, 1.2vw, 15px); font-weight: 800; }
.gift__stamp b { font-stretch: 75%; font-size: clamp(16px, 1.7vw, 22px); font-weight: 800; white-space: nowrap; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; gap: 8px; flex-wrap: wrap; font-size: 13px; color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; }
.crumbs li:last-child { color: var(--black); }
.faq__item h3 { margin: 0; font-size: inherit; }
.readmore { margin: 0 0 20px; max-width: 760px; }
.readmore p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-2); text-wrap: pretty; }
.readmore p + p { margin-top: 10px; }
.readmore button { background: none; border: 0; padding: 8px 0 0; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.catseo { margin-top: 64px; padding-top: 40px; border-top: 2px solid var(--black); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr)); gap: 40px 56px; }
.catseo article { display: flex; flex-direction: column; gap: 28px; min-width: 0; }
.catseo article h2 { font-stretch: 75%; font-weight: 800; font-size: clamp(28px, 3vw, 40px); line-height: 1; text-transform: uppercase; text-wrap: balance; }
.catseo article p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text-2); text-wrap: pretty; }
.catseo article section { display: flex; flex-direction: column; gap: 8px; }
.catseo article h3 { font-size: 19px; font-weight: 800; line-height: 1.3; }
.catseo aside { display: flex; flex-direction: column; gap: 32px; min-width: 0; }
.catseo aside > div > h2 { margin-bottom: 12px; font-stretch: 75%; font-weight: 800; font-size: clamp(24px, 2.4vw, 32px); line-height: 1; text-transform: uppercase; }
.related { background: var(--surface); padding: 24px; }
.related h2 { font-size: 18px; font-weight: 800; margin-bottom: 14px; }
.related div { display: flex; gap: 8px; flex-wrap: wrap; }
.related a { font-size: 14px; font-weight: 500; padding: 8px 12px; border: 1px solid var(--line-2); background: #fff; text-decoration: none; }
.related a:hover { border-color: var(--black); color: var(--black); }
.card h3 { margin: 0; font-size: inherit; font-weight: inherit; }
.chart__panel { display: flex; flex-direction: column; gap: 10px; }
.chart__title { font-size: 16px; font-weight: 800; margin-top: 12px; }
.chart__intro { margin: 0; font-size: 14px; color: var(--text-2); line-height: 1.5; }
.chart__scroll { overflow-x: auto; }
.chart table th[scope="row"] { background: var(--surface); color: var(--black); text-align: left; white-space: nowrap; font-weight: 700; position: sticky; left: 0; }
.chart .chart__size th[scope="row"] { background: var(--yellow); }
.chart .chart__size td { font-weight: 700; }
.chart td { text-align: center; white-space: nowrap; }
.chart__howto { border-top: 1px solid var(--line); padding-top: 12px; font-size: 14px; }
.chart__howto summary { font-weight: 800; cursor: pointer; }
.chart__howto dl { display: grid; grid-template-columns: max-content 1fr; gap: 6px 14px; }
.chart__howto dt { font-weight: 700; }
.chart__howto dd { margin: 0; color: var(--text-2); }

.hero__text .h-hero { margin: 0; }

/* Retour aanmelden */
.returnpage { max-width: 860px; }
.rline { display: grid; grid-template-columns: minmax(0, 1fr) 90px 220px; gap: 12px; align-items: end; padding: 12px 0; border-bottom: 1px solid var(--line); }
.rline small { display: block; color: var(--muted); font-size: 13px; }
.rline .f { grid-column: auto; }
.rlist { margin: 8px 0 0; padding-left: 18px; font-size: 14px; }
@media (max-width: 640px) {
    .rline { grid-template-columns: 1fr 1fr; }
    .rline > div:first-child { grid-column: 1 / -1; }
}

/* Mobiel: één USP-regel, logo en winkelwagen op één regel */
@media (max-width: 640px) {
    .uspbar__in { gap: 4px 16px; padding-top: 6px; padding-bottom: 6px; }
    .uspbar span:not(:first-child) { display: none; }
    /* USP's schuiven om de 4 s door: alles in één cel, elk met een eigen vertraging. */
    @media (prefers-reduced-motion: no-preference) {
        .uspbar--n2 .uspbar__in, .uspbar--n3 .uspbar__in, .uspbar--n4 .uspbar__in { display: grid; overflow: hidden; }
        .uspbar--n2 span, .uspbar--n3 span, .uspbar--n4 span { display: flex !important; grid-area: 1 / 1; justify-self: center; animation: usp3 12s ease-in-out infinite backwards; }
        .uspbar--n2 span { animation-name: usp2; animation-duration: 8s; }
        .uspbar--n4 span { animation-name: usp4; animation-duration: 16s; }
        /* -0,4 s: de eerste staat bij het laden al in beeld in plaats van binnen te schuiven. */
        .uspbar span:nth-child(1) { animation-delay: -.4s; }
        .uspbar span:nth-child(2) { animation-delay: 3.6s; }
        .uspbar span:nth-child(3) { animation-delay: 7.6s; }
        .uspbar span:nth-child(4) { animation-delay: 11.6s; }
    }
    .logo img { height: 30px; }
    .header__bar { flex-wrap: wrap; }
    .header__tools { gap: 0; }
}

/* Hero met video als achtergrond; het verloop houdt de tekst leesbaar, ook bij lichte beelden */
.hero--video { position: relative; overflow: hidden; background: var(--black); }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero--video::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(90deg, rgba(17, 17, 17, .92) 0%, rgba(17, 17, 17, .78) 38%, rgba(17, 17, 17, .15) 72%, rgba(17, 17, 17, 0) 100%); }
.hero--video .hero__grid { position: relative; z-index: 2; min-height: 560px; grid-template-columns: 1fr; align-items: center; }
.hero__play { position: absolute; z-index: 3; right: var(--pad); bottom: 20px; width: 48px; height: 48px; border-radius: 50%; border: 2px solid #fff; background: rgba(17, 17, 17, .55); color: #fff; display: grid; place-items: center; cursor: pointer; }
.hero__play span { display: grid; place-items: center; }
.hero__play .icon { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.hero__play:hover, .hero__play:focus-visible { background: var(--yellow); border-color: var(--yellow); color: var(--on-yellow); }
/* Nog niet geladen (minder beweging, databesparing, trage verbinding): grote, duidelijke knop */
.hero__play.is-idle { width: 64px; height: 64px; background: var(--yellow); border-color: var(--yellow); color: var(--on-yellow); }
.hero__play.is-idle .icon { width: 26px; height: 26px; margin-left: 3px; }
@media (max-width: 767px) {
    .hero--video::before { background: linear-gradient(180deg, rgba(17, 17, 17, .55) 0%, rgba(17, 17, 17, .82) 100%); }
    .hero--video .hero__grid { min-height: 520px; }
    .hero__play { bottom: 16px; }
}

/* Cadeau-actie (gratis hoodie bij een gevoerde jas) */
.card__badge--gift { background: var(--black); color: var(--yellow); }
.promo { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; align-items: center; background: var(--yellow); color: var(--black); padding: 16px 20px; margin: 0 0 24px; border-left: 6px solid var(--black); }
.promo__img img { width: 120px; height: 120px; object-fit: contain; background: #fff; display: block; }
.promo__text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.promo__tag { align-self: flex-start; background: var(--black); color: var(--yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; padding: 3px 8px; }
.promo__text strong { font-size: 20px; line-height: 1.2; font-stretch: 75%; font-weight: 800; text-transform: uppercase; }
.promo__text span:not(.promo__tag) { font-size: 15px; line-height: 1.45; }
.promo__text small { font-size: 12px; opacity: .75; }
.promo--compact { grid-template-columns: 84px minmax(0, 1fr); gap: 14px; padding: 12px 14px; margin: 16px 0 0; border-left-width: 4px; }
.promo--compact .promo__img img { width: 84px; height: 84px; }
.promo--compact .promo__text strong { font-size: 17px; }
.promo--compact .promo__text span:not(.promo__tag) { font-size: 13px; }
.gifttag { align-self: flex-start; background: var(--yellow); color: var(--on-yellow); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 2px 7px; }
.cline--gift { background: #fff1e6; padding-left: 12px; padding-right: 12px; border-left: 4px solid var(--yellow); }
.cline--gift .cline__giftimg img { width: 72px; height: 72px; margin-left: 12px; }
.cline--gift .cline__price b { color: var(--black); }
.mini__line--gift { background: #fff1e6; padding-left: 8px; padding-right: 8px; }
.mini__line--gift b { font-size: 14px; }
.sline--gift { background: #fff1e6; }
@media (max-width: 640px) {
    .promo { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; padding: 12px; }
    .promo__img img { width: 72px; height: 72px; }
    .promo__text strong { font-size: 17px; }
}
.promohint { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; background: #fff1e6; border-left: 4px solid var(--yellow); padding: 10px 12px; margin: 0 0 12px; font-size: 14px; }
.promohint a { font-weight: 700; }
@media (max-width: 640px) {
    .campaign__visual { min-height: 0; padding: 12px 0 8px; }
}
.fgroup__more { display: inline-block; margin: 6px 0 2px; }

/* Tabellen in paginateksten (normeringen, privacy) */
.prose table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 14px; }
.prose th, .prose td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.prose thead th { background: var(--surface); font-weight: 800; border-bottom: 2px solid var(--black); }
.prose td:first-child { font-weight: 700; white-space: nowrap; }
@media (max-width: 640px) {
    .prose table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .prose td:first-child { white-space: normal; }
}

/* Mobiel: productnaam en modelcode boven de galerij, zodat je vanuit Google meteen ziet welk model het is */
@media (max-width: 767px) {
    .pdp { display: flex; flex-direction: column; gap: 20px; margin-top: 12px; }
    .pdp > *, .buy > * { min-width: 0; max-width: 100%; }
    .buy { display: contents; }
    .buy__title { order: -1; }
    .buy > :not(.buy__title) { order: 1; }
    .buy__title h1 { font-size: 24px; }
}

/* Homepage: vaste rij van 4 bij "Meest verkochte ..." */
@media (min-width: 900px) { .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* Collectieblokken met sfeerfoto erachter, verdonkerd voor leesbare tekst */
.collection--img { position: relative; overflow: hidden; min-height: 240px; isolation: isolate; }
.collection--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .4s ease; }
.collection--img::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(17, 17, 17, .35) 0%, rgba(17, 17, 17, .78) 100%); transition: background .3s ease; }
.collection--img:hover { background: var(--black); color: #fff; }
.collection--img:hover img { transform: scale(1.05); }
.collection--img:hover::before { background: linear-gradient(180deg, rgba(17, 17, 17, .25) 0%, rgba(17, 17, 17, .7) 100%); }
.collection--img:hover b { color: var(--yellow); }
.collection--img b, .collection--img span { text-shadow: 0 1px 12px rgba(0, 0, 0, .45); }
@media (prefers-reduced-motion: reduce) { .collection--img img { transition: none; } .collection--img:hover img { transform: none; } }
@media (min-width: 900px) { .collections { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) {
    .collections { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .collection--img { min-height: 170px; padding: 16px 14px; }
    .collection--img b { font-size: 22px; }
    .collection--img span { font-size: 13px; line-height: 1.35; }
}

/* Doorschuivende USP-balk op mobiel (zie .uspbar--n2/n3): binnen van onder, 4 s zichtbaar, weg naar boven. */
@keyframes usp3 {
    0% { transform: translateY(110%); opacity: 0; }
    3%, 30% { transform: translateY(0); opacity: 1; }
    33.34%, 100% { transform: translateY(-110%); opacity: 0; }
}
@keyframes usp4 {
    0% { transform: translateY(110%); opacity: 0; }
    2.25%, 22.5% { transform: translateY(0); opacity: 1; }
    25%, 100% { transform: translateY(-110%); opacity: 0; }
}
@keyframes usp2 {
    0% { transform: translateY(110%); opacity: 0; }
    5%, 45% { transform: translateY(0); opacity: 1; }
    50%, 100% { transform: translateY(-110%); opacity: 0; }
}

/* Heel smalle telefoons (320 px): knoppen compacter, anders wordt de pagina breder dan het scherm. */
@media (max-width: 380px) {
    .buy__cta .btn { padding: 0 12px; }
    .buy__cta .btn .icon { display: none; }
    .stepper--big button { width: 36px; }
    .tile__label { padding: 12px 10px; font-size: 14px; min-width: 0; overflow-wrap: anywhere; hyphens: auto; }
    .campaign__text .btn { max-width: 100%; white-space: normal; height: auto; min-height: 56px; padding: 10px 16px; text-align: left; }
}

/* Footer: bovenrij (logo's, zin, nieuwsbrief) en vier kolommen (klantenservice, categorieën, contact, showroom). */
.footer__top { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(280px, 380px); gap: 24px 48px; align-items: center; padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid var(--dark-2); }
.footer__logos { display: flex; align-items: center; gap: 28px; }
.footer__logos .logo img { height: 40px; }
.footer .dealer { align-self: center; }
.footer .dealer img { width: 120px; }
.footer__tagline { margin: 0; max-width: 360px; font-size: 15px; line-height: 1.5; color: var(--on-black-muted); }
.footer .news .label { margin-bottom: 0; }
.footer__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.footer__contact p, .footer__hours p { margin: 0 0 12px; font-size: 15px; line-height: 1.6; color: var(--on-black-muted); }
.footer__contact a { color: var(--on-black-2); }
@media (max-width: 1023px) {
    /* Tablet: logo's en zin links, nieuwsbrief rechts; vier kolommen tot 768 px */
    .footer__top { grid-template-columns: minmax(0, 1fr) minmax(260px, 340px); gap: 16px 32px; }
    .footer__logos { grid-column: 1; grid-row: 1; }
    .footer__tagline { grid-column: 1; grid-row: 2; }
    .footer .news { grid-column: 2; grid-row: 1 / span 2; }
    .footer__grid { gap: 28px 20px; }
}
@media (max-width: 767px) {
    .footer__top { grid-template-columns: 1fr; }
    .footer__logos, .footer__tagline, .footer .news { grid-column: auto; grid-row: auto; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .footer__top { padding-bottom: 24px; margin-bottom: 24px; }
    .footer__logos { justify-content: space-between; gap: 12px; }
    .footer__logos .logo img { height: 32px; }
    .footer .dealer { align-items: flex-end; }
    .footer .dealer img { width: 92px; }
    .footer .dealer small { font-size: 9px; }
    .footer__tagline { font-size: 14px; }
    .footer__contact p, .footer__hours p { font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
    .footer ul { gap: 8px; font-size: 14px; }
}

/* Mobiel: header weg bij naar beneden scrollen, terug bij omhoog (shop.js). */
@media (max-width: 1023px) {
    .header { transition: transform .25s ease; will-change: transform; }
    .header.is-hidden { transform: translateY(-100%); }
}
@media (prefers-reduced-motion: reduce) { .header { transition: none; } }

/* Acties op de homepage: "Lichtkrant" (handoff actiebanner 3a). Desktop vanaf 1024 px, daaronder mobiel. */
.lk { background: #fff; }
.lk__band { position: relative; overflow: hidden; background: var(--black); color: var(--yellow); height: 64px; display: flex; align-items: center; }
.lk__track { display: flex; flex: none; white-space: nowrap; font-stretch: 70%; font-weight: 800; font-size: 30px; text-transform: uppercase; line-height: 1; will-change: transform; animation: lk-scroll 32s linear infinite; }
.lk__group { display: flex; align-items: center; gap: 28px; padding-right: 28px; flex: none; }
.lk__sq { width: 10px; height: 10px; background: currentColor; flex: none; }
@keyframes lk-scroll { from { transform: translateX(0); } to { transform: translateX(-25%); } }
.lk__band:hover .lk__track, .lk__band:focus-within .lk__track, .lk__band.is-paused .lk__track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .lk__track { animation: none; } }
.lk__pause { position: absolute; right: 0; top: 0; bottom: 0; width: 56px; display: grid; place-items: center; border: 0; color: var(--yellow); background: linear-gradient(90deg, rgba(17, 17, 17, 0), var(--black) 40%); cursor: pointer; }
.lk__pause .icon { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.lk__pause span { display: grid; }
.lk__rows { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 16px; padding-top: 24px; padding-bottom: 32px; }
.lk__row { background: var(--yellow); color: var(--black); display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 14px 20px 14px 14px; text-decoration: none; }
.lk__row:hover { color: var(--black); outline: 2px solid var(--black); outline-offset: -2px; }
.lk__photo { width: 120px; height: 120px; background: #fff; display: grid; place-items: center; overflow: hidden; }
.lk__photo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.lk__text { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.lk__label { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lk__title { margin: 0; font-stretch: 75%; font-weight: 800; font-size: 24px; line-height: 1; text-transform: uppercase; }
.lk__cond { font-size: 15px; font-weight: 500; }
.lk__cta { font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; margin-top: 4px; }
.lk__value { display: flex; flex-direction: column; align-items: flex-end; line-height: 1; }
.lk__value small { font-size: 12px; font-weight: 700; }
.lk__value b { font-stretch: 70%; font-size: 34px; font-weight: 800; white-space: nowrap; }
.lk__tag, .lk__arrow { display: none; }
@media (max-width: 1023px) {
    .lk__band { height: 44px; }
    .lk__track { font-size: 20px; animation-duration: 22s; }
    .lk__group { gap: 18px; padding-right: 18px; }
    .lk__pause { width: 44px; }
    .lk__rows { gap: 10px; padding-top: 12px; padding-bottom: 16px; }
    .lk__row { grid-template-columns: 72px minmax(0, 1fr) 20px; gap: 12px; padding: 10px 12px 10px 10px; min-height: 92px; }
    .lk__photo { width: 72px; height: 72px; }
    .lk__photo img { padding: 4px; }
    .lk__text { gap: 3px; }
    .lk__label, .lk__cta, .lk__value { display: none; }
    .lk__title { font-size: 18px; }
    .lk__cond { font-size: 13px; }
    .lk__tag { display: inline-block; align-self: flex-start; margin-top: 3px; background: var(--black); color: var(--yellow); font-stretch: 75%; font-weight: 800; font-size: 13px; padding: 3px 6px; }
    .lk__arrow { display: block; font-size: 20px; font-weight: 800; }
}
@media (min-width: 600px) and (max-width: 1023px) { .lk__rows { grid-template-columns: 1fr 1fr; } }

/* Voorsteltegels: outfit compleet, vaak samen gekocht, gratis verzending (partials/suggest-tiles). */
.sugg { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 12px; }
.sugg__item { display: grid; grid-template-columns: 72px minmax(0, 1fr); grid-template-rows: auto auto; gap: 8px 12px; align-items: center; border: 1px solid var(--line); padding: 10px; background: #fff; }
.sugg__img { grid-row: span 2; width: 72px; height: 72px; display: grid; place-items: center; background: #fff; }
.sugg__img img { width: 72px; height: 72px; max-width: none; object-fit: contain; } /* vaste maat: 100% lost in dit grid op naar auto */
.sugg__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; font-size: 14px; line-height: 1.3; }
.sugg__text a { color: var(--black); text-decoration: none; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sugg__text a:hover { text-decoration: underline; }
.sugg__btn { justify-self: start; display: inline-flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; border: 0; background: var(--yellow); color: var(--on-yellow); font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.sugg__btn .icon { width: 16px; height: 16px; }
.sugg__btn--link { background: none; color: var(--black); border: 1px solid var(--line-2); font-weight: 700; }
.sugg__btn--link:hover { border-color: var(--black); color: var(--black); }
.sugg__btn.is-added { background: var(--black); color: #fff; }
.sugg--compact { grid-template-columns: 1fr; gap: 8px; }
.sugg--compact .sugg__item { grid-template-columns: 56px minmax(0, 1fr); padding: 8px; }
.sugg--compact .sugg__img { width: 56px; height: 56px; }
.sugg--compact .sugg__img img { width: 56px; height: 56px; }
.outfit .sugg { grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); }
.cart-sugg { margin-top: 28px; }
.cart-sugg h2 { font-size: 18px; font-weight: 800; margin-bottom: 12px; }
.mini__sugg { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.volnudge { margin: 6px 0 0; padding: 6px 10px; align-self: flex-start; background: #fff1e6; border-left: 3px solid var(--yellow); font-size: 13px; }
.corrected { margin: 8px 0 0; font-size: 15px; color: var(--text-2); }

/* Voorraadmelding op de productpagina */
.stockalert { display: flex; flex-direction: column; gap: 8px; padding: 12px 14px; background: var(--surface); border-left: 3px solid var(--black); font-size: 14px; }
.stockalert label { font-weight: 700; }
.stockalert > div { display: flex; gap: 8px; }
.stockalert input { flex: 1; min-width: 0; height: 40px; padding: 0 12px; border: 1px solid var(--line-2); font-size: 15px; }
.stockalert .btn { height: 40px; }
.stockalert__msg { margin: 0; font-size: 13px; }


/* Verlanglijst: hartjes op kaart, productpagina en in de header */
.card { position: relative; }
.card__wish { position: absolute; right: 8px; top: 8px; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--black); cursor: pointer; }
.card__wish .icon, .buy__wish .icon { width: 18px; height: 18px; }
.card__wish.is-on .icon, .buy__wish.is-on .icon, .header__wish .icon { transition: fill .15s; }
.card__wish.is-on .icon, .buy__wish.is-on .icon { fill: var(--black); }
.buy__wish { flex: none; width: 56px; height: 56px; display: grid; place-items: center; border: 2px solid var(--black); background: #fff; color: var(--black); cursor: pointer; }
.header__wish { position: relative; }
@media (max-width: 380px) { .buy__wish { width: 48px; } }

.badge[hidden] { display: none; }
.reorder { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-color: var(--black); }
.reorder p { margin: 4px 0 0; }
.account .grid--4 { margin-bottom: 32px; }

/* Adres opzoeken bij afrekenen en in het account */
.addr-status { grid-column: 1 / -1; margin: -6px 0 0; font-size: 13px; color: var(--muted, #6b6b6b); }
.addr-status:empty { display: none; }
.addr-status--ok { color: #116b45; font-weight: 600; }
.addr-status--warn { color: #8f2f1d; }

.sum--volume span:last-child { color: #116b45; font-weight: 700; }

/* USP-blok homepage (5 stuks met de staffelkorting): 5 naast elkaar, op tablet 3 + 2 in plaats van 4 + 1. */
@media (min-width: 640px) { .usps { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .usps { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* Hero zonder sfeerbeeld: vier productfoto's op wit, in het petrol vlak. */
.hero__collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 28px; background: var(--dark-2) repeating-linear-gradient(135deg, transparent 0 14px, rgba(255, 255, 255, .05) 14px 15px); align-content: center; }
.hero__tile { position: relative; display: block; background: #fff; aspect-ratio: 1; overflow: hidden; text-decoration: none; }
.hero__tile img { width: 100%; height: 100%; object-fit: contain; padding: 8%; transition: transform .3s; }
.hero__tile:hover img { transform: scale(1.04); }
.hero__tile span { position: absolute; left: 0; bottom: 0; max-width: 100%; background: var(--black); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 900px) { .hero__collage { padding: 16px; gap: 8px; } }

/* Collectiebanners van Portwest (images/collecties): breed boven de collectiepagina, en als kaart op de homepage. */
.plp-banner { width: 100%; height: auto; margin: 14px 0 4px; background: var(--dark-2); }
.collection--banner { padding: 0; gap: 0; justify-content: flex-start; background: var(--black); overflow: hidden; }
.collection--banner img { width: 100%; height: auto; aspect-ratio: 1170 / 400; object-fit: cover; object-position: left center; transition: transform .4s ease; }
.collection--banner .collection__text { display: flex; flex-direction: column; gap: 6px; padding: 18px 20px 22px; }
.collection--banner:hover { background: var(--black); color: #fff; }
.collection--banner:hover img { transform: scale(1.03); }
.collection--banner:hover b { color: var(--yellow); }
@media (prefers-reduced-motion: reduce) { .collection--banner img { transition: none; } .collection--banner:hover img { transform: none; } }
