/* tp-thema: de eigen voorkant van kokendwaterkranen.com, naar wireframe 01 (Werkbank).
 *
 * De tokens zijn een op een overgenomen uit `wireframes/01-werkbank/stijl.css`, en die zijn
 * gemeten op de live site: het rood van de band onder het menu is rgb(207, 0, 15), dat van
 * een menulink rgb(192, 0, 14), het zwart van de beloftebalk rgb(17, 17, 17).
 *
 * Rood draagt drie dingen en verder niets: de navigatie, de koopknop en de aanbiedingsprijs.
 * Groen is voor voorraad. Alle klassen dragen het voorvoegsel `tpt-`, zodat ze naast tp-filter
 * (`tpf-`) en naast de resten van Astra kunnen bestaan zolang die er nog zijn.
 */

:root {
  --tpt-pap: #f5f5f6;
  --tpt-vlak: #ffffff;
  --tpt-lijn: #dcdcde;
  --tpt-lijn-hard: #b4b4b8;
  --tpt-ink: #111111;
  --tpt-ink-zacht: #4a4a50;
  --tpt-ink-flauw: #83838a;
  --tpt-rood: #cf000f;
  --tpt-rood-diep: #c0000e;
  --tpt-rood-licht: #fdecec;
  --tpt-groen: #14713d;
  --tpt-groen-licht: #e8f3ec;
  --tpt-schrift: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --tpt-cijfer: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --tpt-breed: 1440px;
}

body.tp-thema {
  margin: 0;
  font: 400 14px/1.55 var(--tpt-schrift);
  color: var(--tpt-ink);
  background: var(--tpt-pap);
  -webkit-font-smoothing: antialiased;
}
body.tp-thema *, body.tp-thema *::before, body.tp-thema *::after { box-sizing: border-box; }
/* WordPress en WooCommerce zetten tekst voor schermlezers ("Oorspronkelijke prijs was:") in
 * deze klasse en rekenen erop dat het thema hem verbergt. Astra deed dat; nu wij. */
.tp-thema .screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); border: 0; white-space: nowrap; }
.tp-thema a { color: inherit; }
/* Deze regel wint van `.tp-thema a` hierboven (die is specifieker dan `.tpt-knopje` alleen);
 * zonder hem stond er zwarte tekst op de rode en groene knoppen, gezien door de
 * opdrachtgever op 27 september 2026. Alle gevulde knoppen op een rij: */
.tp-thema a.tpt-knopje, .tp-thema a.tpt-knop-groot, .tp-thema a.tpt-zwever, .tp-thema a.tpt-whatsapp,
.tp-thema a.tpt-knopje:visited, .tp-thema a.tpt-knop-groot:visited, .tp-thema a.tpt-zwever:visited { color: #fff; }
.tp-thema a.tpt-knopje.kaal, .tp-thema a.tpt-knop-groot.kaal { color: var(--tpt-ink); }
.tp-thema a.tpt-knopje.kaal-licht { color: #fff; }
.tp-thema h1, .tp-thema h2, .tp-thema h3, .tp-thema h4 { margin: 0; font-weight: 650; letter-spacing: -0.012em; line-height: 1.2; }
.tp-thema h1 { font-size: clamp(22px, 2.4vw, 30px); }
.tp-thema h2 { font-size: 19px; }
.tp-thema h3 { font-size: 15px; }
.tp-thema p { margin: 0 0 12px; }
.tpt-omhulsel { max-width: var(--tpt-breed); margin: 0 auto; padding: 0 20px; }

/* ------------------------------------------------------------------ beloftebalk en kop */

.tpt-beloftebalk { font: 500 12.5px/1 var(--tpt-schrift); color: #fff; background: var(--tpt-ink); }
.tpt-beloftebalk .tpt-omhulsel { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: center; min-height: 34px; padding-block: 8px; }
.tpt-belofte { display: inline-flex; gap: 7px; align-items: center; }
.tpt-belofte i { font-style: normal; opacity: 0.85; }

.tpt-kop { position: sticky; top: 0; z-index: 60; background: var(--tpt-vlak); }
/* Met de beheerbalk van WordPress erboven (32 pixels, 46 op een smal scherm) zakt de kop mee. */
body.admin-bar .tpt-kop { top: 32px; }
@media (max-width: 782px) { body.admin-bar .tpt-kop { top: 46px; } }
.tpt-kop .tpt-omhulsel { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; gap: 24px; align-items: center; min-height: 78px; }
.tpt-kop .tpt-omhulsel > * { min-width: 0; }
.tpt-hamburger { display: none; }
.tpt-merknaam { display: block; }
.tpt-merknaam img { display: block; width: auto; height: 47px; }
.tpt-advieszin { margin: 0; font-size: 14.5px; color: var(--tpt-ink-zacht); }

.tpt-zoekveld { display: flex; max-width: 380px; min-width: 0; margin-left: auto; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn-hard); border-radius: 4px; }
.tpt-zoekveld input[type="search"] { flex: 1; min-width: 0; padding: 9px 12px; font: 400 13.5px var(--tpt-schrift); color: inherit; background: none; border: 0; }
.tpt-zoekveld input[type="search"]:focus { outline: 2px solid var(--tpt-rood); outline-offset: -2px; }
.tpt-zoekveld button { padding: 0 15px; font: 600 12.5px var(--tpt-schrift); color: #fff; cursor: pointer; background: var(--tpt-ink); border: 0; border-radius: 0 3px 3px 0; }

.tpt-kop-acties { display: flex; gap: 8px; align-items: center; }
.tpt-bellen, .tpt-whatsapp, .tpt-mand { display: inline-flex; gap: 8px; align-items: center; min-height: 40px; padding: 6px 12px; text-decoration: none; border: 1px solid var(--tpt-lijn); border-radius: 4px; }
.tpt-bellen span { display: grid; line-height: 1.15; }
.tpt-bellen b { font: 700 14px var(--tpt-cijfer); }
.tpt-bellen small { font-size: 10.5px; color: var(--tpt-ink-flauw); }
.tpt-bellen i, .tpt-mand i { font-style: normal; font-size: 16px; color: var(--tpt-rood); }
/* WhatsApp is de eerste ingang: gevuld groen, met een regel eronder; bellen staat ernaast
 * als gewone knop. */
.tpt-whatsapp { font: 700 13.5px var(--tpt-schrift); color: #fff; background: #25d366; border-color: #25d366; }
.tpt-whatsapp:hover { background: #1fb457; border-color: #1fb457; }
.tpt-whatsapp i { font-style: normal; font-size: 17px; color: #fff; }
.tpt-whatsapp span { display: grid; line-height: 1.15; }
.tpt-whatsapp small { font-size: 10.5px; font-weight: 400; color: rgba(255, 255, 255, 0.9); }
.tpt-knopje.groen { background: #25d366; border-color: #25d366; }
.tpt-knopje.groen:hover { background: #1fb457; border-color: #1fb457; }
.tpt-mand { gap: 9px; font: 600 13.5px var(--tpt-schrift); border-color: var(--tpt-ink); }
.tpt-mand.gevuld { color: #fff; background: var(--tpt-ink); }
.tpt-mand-beeld { position: relative; display: inline-flex; }
.tpt-mand-icoon { display: block; }
.tpt-mand-aantal { position: absolute; top: -8px; right: -9px; min-width: 18px; height: 18px; padding: 0 5px; font: 700 11px/18px var(--tpt-cijfer); color: #fff; text-align: center; background: var(--tpt-rood); border-radius: 999px; }
.tpt-mand-tekst { display: grid; line-height: 1.15; }
.tpt-mand-tekst small { font-size: 10.5px; font-weight: 500; color: var(--tpt-ink-flauw); }
.tpt-mand.gevuld .tpt-mand-tekst small { color: #c9c9cd; }
.tpt-mand-tekst > span { font: 700 14px var(--tpt-cijfer); }
.tpt-bellen:hover, .tpt-whatsapp:hover, .tpt-mand:hover { border-color: var(--tpt-lijn-hard); }

/* ------------------------------------------------------------------ menu */

.tpt-menubalk { position: relative; z-index: 50; background: var(--tpt-vlak); }
.tpt-menubalk > .tpt-omhulsel { display: flex; justify-content: center; }
.tpt-menu-item > a { display: flex; gap: 5px; align-items: center; padding: 13px 18px; font: 500 15px var(--tpt-schrift); color: var(--tpt-rood-diep); text-decoration: none; }
.tpt-menu-item > a i { font-style: normal; font-size: 10px; opacity: 0.7; }
.tpt-menu-item:hover > a, .tpt-menu-item:focus-within > a { color: var(--tpt-ink); }
.tpt-menu-lade { position: absolute; top: 100%; left: 0; display: none; width: 100%; padding: 24px 0 26px; background: var(--tpt-vlak); border-top: 1px solid var(--tpt-lijn); box-shadow: 0 16px 26px -20px rgba(0, 0, 0, 0.45); }
.tpt-menu-item:hover .tpt-menu-lade, .tpt-menu-item:focus-within .tpt-menu-lade { display: block; }
.tpt-menu-lade .tpt-omhulsel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.tpt-menu-lade h4 { padding-bottom: 6px; margin-bottom: 8px; font: 600 11px/1 var(--tpt-cijfer); color: var(--tpt-ink-flauw); text-transform: uppercase; letter-spacing: 0.06em; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-menu-lade ul { padding: 0; margin: 0; list-style: none; }
.tpt-menu-lade li a { display: block; padding: 4px 0; font-size: 13.5px; text-decoration: none; }
.tpt-menu-lade li a:hover { color: var(--tpt-rood-diep); }
.tpt-rodeband { height: 30px; background: var(--tpt-rood); }

/* het telefoonmenu */
.tpt-menu-scherm { position: fixed; inset: 0; z-index: 190; background: rgba(17, 17, 17, 0.45); opacity: 0; visibility: hidden; transition: opacity 240ms ease-out, visibility 0s linear 240ms; }
body.tpt-menu-open .tpt-menu-scherm { opacity: 1; visibility: visible; transition: opacity 240ms ease-out, visibility 0s; }
.tpt-menu-paneel { position: fixed; top: 0; bottom: 0; left: 0; z-index: 200; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(340px, 88vw); background: var(--tpt-vlak); box-shadow: 18px 0 40px -30px rgba(0, 0, 0, 0.6); transform: translateX(-101%); visibility: hidden; transition: transform 300ms cubic-bezier(0.2, 0.9, 0.3, 1), visibility 0s linear 300ms; }
body.tpt-menu-open .tpt-menu-paneel { transform: translateX(0); visibility: visible; transition: transform 300ms cubic-bezier(0.2, 0.9, 0.3, 1), visibility 0s; }
.tpt-menu-paneel-kop { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-menu-paneel-kop img { display: block; width: auto; height: 32px; }
.tpt-sluiter { display: grid; place-items: center; width: 44px; height: 44px; font: 400 24px/1 var(--tpt-schrift); color: inherit; cursor: pointer; background: none; border: 0; border-radius: 6px; }
.tpt-menu-paneel-lijf { overflow-y: auto; -webkit-overflow-scrolling: touch; }
.tpt-menu-paneel-voet { display: grid; gap: 8px; padding: 16px; font-size: 13px; color: var(--tpt-ink-zacht); border-top: 1px solid var(--tpt-lijn); }
.tpt-paneellijst { padding: 0; margin: 0; list-style: none; }
.tpt-paneellijst > li { border-bottom: 1px solid var(--tpt-lijn); }
.tpt-paneellijst > li > a, .tpt-paneellijst > li > button { display: flex; align-items: center; width: 100%; min-height: 52px; padding: 14px 16px; font: 600 16px var(--tpt-schrift); color: var(--tpt-rood-diep); text-align: left; text-decoration: none; cursor: pointer; background: none; border: 0; }
.tpt-paneellijst > li > button::after { margin-left: auto; font: 400 17px var(--tpt-schrift); color: var(--tpt-ink-flauw); content: "+"; }
.tpt-paneellijst > li.open > button::after { content: "\2212"; }
.tpt-paneelgroepen { padding: 0 16px 14px; }
.tpt-paneellijst > li:not(.open) .tpt-paneelgroepen { display: none; }
.tpt-paneelgroepen h5 { margin: 12px 0 6px; font: 600 10.5px var(--tpt-cijfer); text-transform: uppercase; letter-spacing: 0.07em; color: var(--tpt-ink-flauw); }
.tpt-paneelgroepen ul { padding: 0; margin: 0; list-style: none; }
.tpt-paneelgroepen li a { display: block; min-height: 42px; padding: 10px 0; font-size: 15px; text-decoration: none; }

/* ------------------------------------------------------------------ hub */

.tpt-kruimels { padding: 12px 20px 0; font: 400 12px var(--tpt-schrift); color: var(--tpt-ink-zacht); }
.tpt-kruimels a { text-decoration: none; }
.tpt-kruimels span, .tpt-kruimels .separator { margin: 0 6px; color: var(--tpt-ink-flauw); }
.tpt-hubkop { padding: 8px 0 16px; }
.tpt-inleiding { max-width: 78ch; color: var(--tpt-ink-zacht); }

#tpt-main { padding-top: 18px; }
/* De knop "Toepassen" van tp-filter's sorteerlijst is er voor zonder JavaScript; met
 * JavaScript (klasse `js` op html, gezet in kop.php) is hij vanaf de eerste render verborgen,
 * precies zoals tp-filter.js hem later verbergt. Anders verschuift het kaartenraster. */
html.js .tp-filter .tpf-sorteer button { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.tpt-hub { display: grid; grid-template-columns: 252px minmax(0, 1fr); gap: 22px; align-items: start; }
.tpt-hub > * { min-width: 0; }
.tpt-rail { position: sticky; top: 92px; display: grid; gap: 14px; }
/* De inleiding van tp-filter op de hub houdt zich aan 70 tekens; in onze kolom mag hij de
 * breedte gebruiken (opdrachtgever, 27 september 2026). */
.tpt-resultaten .tp-filter .tpf-intro { max-width: none; }
.tpt-resultaten { min-width: 0; }

.tpt-kaarten { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: 12px; }
.tpt-kaart { display: grid; overflow: hidden; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-kaart:hover { border-color: var(--tpt-lijn-hard); }
.tpt-kaart-beeld { display: block; aspect-ratio: 1 / 1; overflow: hidden; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-kaart-beeld img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tpt-kaart-tekst { display: grid; gap: 6px; padding: 10px; }
.tpt-kaart-tekst h3 { font-size: 13.5px; font-weight: 600; }
.tpt-kaart-tekst h3 a { text-decoration: none; }
.tpt-sku { font: 400 10.5px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }
.tpt-regel { display: flex; gap: 8px; justify-content: space-between; align-items: baseline; }
.tpt-prijs { font: 650 15px var(--tpt-cijfer); }
.tpt-prijs.inactie ins { color: var(--tpt-rood); text-decoration: none; }
.tpt-prijs del { font-size: 11px; font-weight: 400; color: var(--tpt-ink-flauw); }
.tpt-voorraad { font-size: 11.5px; }
.tpt-voorraad.op { color: var(--tpt-groen); }
.tpt-voorraad.aanvraag { color: var(--tpt-ink-flauw); }
.tpt-label { justify-self: start; padding: 2px 6px; font: 600 10px var(--tpt-cijfer); color: #fff; background: var(--tpt-rood); border-radius: 3px; }

.tpt-knopje { display: inline-block; min-height: 32px; padding: 7px 12px; font: 600 12px var(--tpt-schrift); color: #fff; text-decoration: none; cursor: pointer; background: var(--tpt-rood); border: 1px solid var(--tpt-rood); border-radius: 4px; }
.tpt-knopje:hover { background: var(--tpt-rood-diep); border-color: var(--tpt-rood-diep); color: #fff; }
.tpt-knopje.kaal-licht { color: #fff; background: none; border-color: #4a4a50; }

.tpt-paginering { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; justify-content: center; margin: 18px 0; }
.tpt-paginering .page-numbers { display: inline-grid; place-items: center; min-width: 36px; min-height: 36px; padding: 6px 9px; font: 500 13px var(--tpt-cijfer); text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 4px; }
.tpt-paginering .page-numbers.current { color: #fff; background: var(--tpt-ink); border-color: var(--tpt-ink); }
.tpt-paginering .page-numbers.dots { background: none; border: 0; }

.tpt-hubtekst { max-width: 78ch; padding: 18px; margin-top: 22px; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-hubtekst h2 { margin: 18px 0 8px; }
.tpt-hubtekst h2:first-child { margin-top: 0; }
.tpt-leeg { padding: 18px; color: var(--tpt-ink-zacht); background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }

/* ------------------------------------------------------------------ artikel */

.tpt-artikel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.tpt-galerij { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 9px; align-items: start; }
.tpt-strip { display: grid; gap: 7px; align-content: start; }
.tpt-strip-knop { display: block; padding: 0; overflow: hidden; cursor: pointer; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 4px; opacity: 0.8; }
.tpt-strip-knop:hover { opacity: 1; border-color: var(--tpt-lijn-hard); }
.tpt-strip-knop.gekozen { border: 2px solid var(--tpt-rood); opacity: 1; box-shadow: 0 0 0 2px #fff inset; }
.tpt-strip-knop img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }
.tpt-hoofdbeeld { margin: 0; overflow: hidden; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-hoofdbeeld a { display: block; }
.tpt-hoofdbeeld img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }

.tpt-koopblok { display: grid; gap: 12px; }
.tpt-koopblok h1 { font-size: clamp(20px, 2vw, 26px); }
.tpt-labels { display: flex; flex-wrap: wrap; gap: 4px; }
.tpt-nummers { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: 0; font: 400 11.5px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }
.tpt-kort { font-size: 14px; color: var(--tpt-ink-zacht); }
.tpt-kort p:last-child { margin-bottom: 0; }
.tpt-prijsregel { display: flex; flex-wrap: wrap; gap: 10px; align-items: baseline; }
.tpt-prijs-groot { font: 700 27px var(--tpt-cijfer); }
.tpt-prijs-groot.inactie ins { color: var(--tpt-rood); text-decoration: none; }
.tpt-prijs-groot del { margin-right: 6px; font-size: 15px; font-weight: 400; color: var(--tpt-ink-flauw); }
.tpt-korting { padding: 3px 7px; font: 600 11px var(--tpt-cijfer); color: #fff; background: var(--tpt-rood); border-radius: 3px; }
.tpt-voorraad-regel { margin: 0; font-size: 13px; }
.tpt-voorraad-regel.op { color: var(--tpt-groen); }
.tpt-voorraad-regel.aanvraag { color: var(--tpt-ink-zacht); }

/* Het keuzeblok van TempPIM (tp-keuze) in het koopblok: knoppen, niet een lijst. */
.tpt-keuze h2 { font-size: 13px; font-weight: 600; }
.tpt-keuze .tp-keuze-intro, .tpt-keuze .tp-keuze-uitleg { margin: 4px 0 8px; font-size: 13px; color: var(--tpt-ink-zacht); }
.tpt-keuze .tp-keuze-kop { margin: 8px 0 4px; font: 600 12.5px var(--tpt-schrift); }
/* Elke groep is een raster met gelijke kolommen, zodat de knoppen binnen een groep even
 * breed en even hoog zijn (opdrachtgever, 27 september 2026): drie reservoirs naast elkaar,
 * twee koelingen, de kleuren in kolommen van minstens 110 pixels. */
.tpt-keuze ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 6px; padding: 0; margin: 0; list-style: none; }
.tpt-keuze li { display: grid; }
.tpt-keuze [aria-labelledby="tp-keuze-kleur"] ul { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
/* Een optie is een `a` (andere uitvoering) of een `span.is-gekozen` (deze pagina), met de
 * naam en een regel uitleg erin. */
.tpt-keuze .tp-keuze-optie { display: grid; gap: 2px; align-content: start; min-height: 38px; padding: 7px 11px; font: 500 12.5px var(--tpt-schrift); color: inherit; text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn-hard); border-radius: 4px; }
.tpt-keuze .tp-keuze-optie .tp-keuze-naam { font-weight: 600; }
.tpt-keuze .tp-keuze-optie .tp-keuze-uitleg { margin: 0; font-size: 11.5px; color: var(--tpt-ink-flauw); }
.tpt-keuze .tp-keuze-optie.is-gekozen { color: #fff; background: var(--tpt-ink); border-color: var(--tpt-ink); }
.tpt-keuze .tp-keuze-optie.is-gekozen .tp-keuze-uitleg { color: #c9c9cd; }
.tpt-keuze a.tp-keuze-optie:hover { border-color: var(--tpt-ink); }
.tpt-keuze .tp-keuze-meer { margin-top: 8px; }
.tpt-keuze .tp-keuze-links a { display: inline-block; min-height: 32px; padding: 6px 10px; font: 500 12px var(--tpt-schrift); text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 4px; }

.tpt-koop { display: grid; gap: 8px; }
.tpt-koop form.cart { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0; }
.tpt-koop .quantity { display: inline-flex; }
.tpt-koop .quantity input { width: 64px; min-height: 46px; padding: 8px 10px; font: 500 15px var(--tpt-cijfer); text-align: center; border: 1px solid var(--tpt-lijn-hard); border-radius: 4px; }
.tpt-koop .single_add_to_cart_button, .tpt-koop .tpt-knopje { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 22px; font: 700 15px var(--tpt-schrift); color: #fff; text-decoration: none; cursor: pointer; background: var(--tpt-rood); border: 1px solid var(--tpt-rood); border-radius: 4px; }
.tpt-koop .single_add_to_cart_button:hover { background: var(--tpt-rood-diep); border-color: var(--tpt-rood-diep); }
.tpt-koop .tpt-knopje.kaal { color: var(--tpt-ink); background: none; border-color: var(--tpt-lijn-hard); }
.tpt-koop .tpt-knopje.kaal:hover { border-color: var(--tpt-ink); }
.tpt-koop .stock, .tpt-koop .woocommerce-variation-add-to-cart { font-size: 13px; }
.tpt-usp { padding: 0; margin: 0; list-style: none; }
.tpt-usp li { position: relative; padding-left: 20px; font-size: 13px; }
.tpt-usp li::before { position: absolute; left: 0; color: var(--tpt-groen); content: "\2713"; }

.tpt-artikel-lijf { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; margin-top: 30px; }
.tpt-artikel-lijf > * { min-width: 0; }
.tpt-tabrij { display: flex; flex-wrap: wrap; gap: 2px; margin-bottom: 14px; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-tabrij button { min-height: 42px; padding: 10px 14px; font: 600 13px var(--tpt-schrift); color: var(--tpt-ink-zacht); cursor: pointer; background: none; border: 0; border-bottom: 2px solid transparent; }
.tpt-tabrij button:hover { color: var(--tpt-ink); }
.tpt-tabrij button.actief { color: var(--tpt-ink); border-bottom-color: var(--tpt-rood); }
.tpt-tabvlak[hidden] { display: none; }
.tpt-sectie { scroll-margin-top: 100px; padding: 20px 24px; margin-bottom: 18px; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-feiten { width: 100%; margin: 6px 0 16px; border-collapse: collapse; }
.tpt-feiten th { width: 38%; }
.tpt-specificaties h3 { margin: 16px 0 4px; font: 600 11px var(--tpt-cijfer); color: var(--tpt-ink-flauw); text-transform: uppercase; letter-spacing: 0.07em; }
.tpt-specificaties h3:first-of-type { margin-top: 8px; }
.tpt-stap-omhoog { padding: 8px 11px; margin: 0; font-size: 13px; background: var(--tpt-pap); border: 1px dashed var(--tpt-lijn-hard); border-radius: 4px; }
.tpt-stap-omhoog b { margin-left: 6px; font-family: var(--tpt-cijfer); }
/* Het kleurstaaltje als bolletje met een lichtval linksboven en een schaduw rechtsonder,
 * zoals de kleurkiezer van Selsiuz; groter dan een puntje, zodat de kleur te zien is. */
.tpt-staal { display: block; width: 26px; height: 26px; margin-bottom: 4px; background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.85) 0, rgba(255, 255, 255, 0.35) 18%, rgba(255, 255, 255, 0) 42%), radial-gradient(circle at 70% 78%, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 55%), var(--tpt-k, #ccc); border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 -2px 3px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.5); }
.tpt-keuze [aria-labelledby="tp-keuze-kleur"] .tp-keuze-optie { justify-items: center; text-align: center; padding: 9px 8px; }
.tpt-keuze .tp-keuze-optie.is-gekozen .tpt-staal { box-shadow: 0 0 0 2px #fff, 0 1px 2px rgba(0, 0, 0, 0.35), inset 0 -2px 3px rgba(0, 0, 0, 0.25); }
.tpt-keuze .tp-keuze-links a small { margin-left: 6px; font: 400 11px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }
.tpt-strip-knop.video { position: relative; }
.tpt-strip-knop.video i { position: absolute; inset: 0; display: grid; place-items: center; font-size: 18px; font-style: normal; color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.18); }
.tpt-hoofdbeeld video { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.tpt-hoofdbeeld video[hidden], .tpt-hoofdbeeld a[hidden] { display: none; }
.tpt-sectie h2 { margin: 18px 0 8px; font-size: 19px; }
.tpt-sectie h2:first-child { margin-top: 0; }
.tpt-sectie h3 { margin: 14px 0 6px; font-size: 15px; }
.tpt-sectie p, .tpt-sectie li { font-size: 14.5px; line-height: 1.6; }
.tpt-sectie ul { padding-left: 20px; }
.tpt-sectie img { max-width: 100%; height: auto; }
.tpt-sectie table { width: 100%; margin: 12px 0; border-collapse: collapse; }
.tpt-sectie th, .tpt-sectie td { padding: 8px 11px; font-size: 13px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-sectie th { width: 42%; font-weight: 600; background: var(--tpt-pap); }
.tpt-sectie td { font-family: var(--tpt-cijfer); font-size: 12.5px; }
.tpt-sectie td p { margin: 0; font-family: var(--tpt-cijfer); font-size: 12.5px; }
.tpt-omschrijving .tp-kernpunten { padding-left: 20px; }
.tpt-omschrijving video { display: block; width: 100%; height: auto; margin: 12px 0; border-radius: 5px; }

.tpt-naast { display: grid; gap: 14px; }
.tpt-paneel { background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-paneel h3 { padding: 11px 12px; font-size: 13px; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-paneel-tekst { padding: 12px; font-size: 13px; }
.tpt-paneel-tekst p:last-child { margin-bottom: 0; }
.tpt-minilijst { padding: 0; margin: 0; list-style: none; }
.tpt-minilijst li { border-bottom: 1px solid var(--tpt-lijn); }
.tpt-minilijst li:last-child { border-bottom: 0; }
.tpt-minilijst a { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 9px; align-items: center; padding: 9px 11px; text-decoration: none; }
.tpt-minilijst img { display: block; width: 52px; height: 52px; object-fit: contain; border: 1px solid var(--tpt-lijn); border-radius: 4px; }
.tpt-minilijst b { display: block; font-size: 12.5px; font-weight: 600; line-height: 1.3; }
.tpt-minilijst em { display: block; font: 600 12.5px var(--tpt-cijfer); font-style: normal; }
.tpt-minilijst em del { margin-right: 4px; font-size: 11px; font-weight: 400; color: var(--tpt-ink-flauw); }
.tpt-minilijst em ins { text-decoration: none; }
.tpt-bijpassend { max-width: none; padding: 0; margin-top: 8px; background: none; border: 0; }
.tpt-bijpassend h2 { margin-bottom: 12px; }

/* ------------------------------------------------------------------ lightbox */

.tpt-lightbox { position: fixed; inset: 0; z-index: 320; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; color: #fff; }
.tpt-lightbox-scherm { position: absolute; inset: 0; background: rgba(17, 17, 17, 0.92); }
.tpt-lightbox-sluit { position: absolute; top: 10px; right: 12px; z-index: 2; width: 46px; height: 46px; font: 400 30px/1 var(--tpt-schrift); color: #fff; cursor: pointer; background: rgba(255, 255, 255, 0.12); border: 0; border-radius: 50%; }
.tpt-lightbox-teller { position: relative; padding: 18px 70px 0 20px; font: 500 12.5px var(--tpt-cijfer); color: rgba(255, 255, 255, 0.8); }
.tpt-lightbox-beeld { position: relative; display: grid; place-items: center; min-height: 0; margin: 0; padding: 12px 70px; }
.tpt-lightbox-beeld img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 4px; background: #fff; }
.tpt-lightbox-pijl { position: absolute; top: 50%; z-index: 2; width: 50px; height: 50px; font: 400 34px/1 var(--tpt-schrift); color: #fff; cursor: pointer; background: rgba(255, 255, 255, 0.12); border: 0; border-radius: 50%; transform: translateY(-50%); }
.tpt-lightbox-pijl:hover, .tpt-lightbox-sluit:hover { background: rgba(255, 255, 255, 0.25); }
.tpt-lightbox-pijl.vorige { left: 12px; }
.tpt-lightbox-pijl.volgende { right: 12px; }
.tpt-lightbox-pijl[hidden] { display: none; }
.tpt-lightbox-strip { position: relative; display: flex; gap: 8px; justify-content: center; padding: 10px 16px 16px; overflow-x: auto; scrollbar-width: none; }
.tpt-lightbox-strip button { flex: none; width: 64px; height: 64px; padding: 0; overflow: hidden; cursor: pointer; background: #fff; border: 2px solid transparent; border-radius: 4px; opacity: 0.6; }
.tpt-lightbox-strip button.gekozen { border-color: var(--tpt-rood); opacity: 1; }
.tpt-lightbox-strip img { display: block; width: 100%; height: 100%; object-fit: contain; }
body.tpt-lightbox-open { overflow: hidden; }
@media (max-width: 760px) {
  .tpt-lightbox-beeld { padding: 8px 12px; }
  .tpt-lightbox-pijl { width: 42px; height: 42px; font-size: 28px; opacity: 0.7; }
  .tpt-lightbox-strip { justify-content: flex-start; padding-bottom: max(16px, env(safe-area-inset-bottom)); }
  .tpt-lightbox-strip button { width: 54px; height: 54px; }
}

/* ------------------------------------------------------------------ mandje */

.tpt-mandje[hidden] { display: none; }
.tpt-mandje { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.tpt-mandje-scherm { position: absolute; inset: 0; background: rgba(17, 17, 17, 0.5); }
.tpt-mandje-venster { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(520px, 100%); max-height: min(85vh, 720px); background: var(--tpt-vlak); border-radius: 8px; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.6); }
.tpt-mandje-kopregel { display: flex; align-items: center; justify-content: space-between; padding: 12px 12px 12px 18px; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-mandje-kopregel h3 { font-size: 16px; }
.tpt-mandje-inhoud { padding: 6px 18px; overflow-y: auto; }
.tpt-mandje-inhoud ul { padding: 0; margin: 0; list-style: none; }
.tpt-mandje-inhoud li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-mandje-inhoud li a.remove { display: none; }
.tpt-mandje-inhoud li img { grid-row: 1 / 3; width: 56px; height: 56px; object-fit: contain; border: 1px solid var(--tpt-lijn); border-radius: 4px; }
.tpt-mandje-inhoud li > a { font-size: 13.5px; font-weight: 600; text-decoration: none; }
.tpt-mandje-inhoud .quantity { grid-column: 2; font: 500 12.5px var(--tpt-cijfer); color: var(--tpt-ink-zacht); }
.tpt-mandje-inhoud .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 12px 0 6px; margin: 0; font: 600 14px var(--tpt-schrift); }
.tpt-mandje-inhoud .woocommerce-mini-cart__total .amount { font: 700 16px var(--tpt-cijfer); }
.tpt-mandje-inhoud .woocommerce-mini-cart__buttons, .tpt-mandje-inhoud .woocommerce-mini-cart__empty-message ~ * { display: none; }
/* Zolang Elementor Pro er is levert het fragment zijn eigen menu-cart-opmaak (divs, geen
 * lijst); na de themawissel is het de gewone mini-cart van WooCommerce hierboven. */
.tpt-mandje-inhoud .elementor-menu-cart__product { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-mandje-inhoud .elementor-menu-cart__product-image img { display: block; width: 56px; height: 56px; object-fit: contain; border: 1px solid var(--tpt-lijn); border-radius: 4px; }
.tpt-mandje-inhoud .elementor-menu-cart__product-name a { font-size: 13.5px; font-weight: 600; text-decoration: none; }
.tpt-mandje-inhoud .elementor-menu-cart__product-price { font: 500 12.5px var(--tpt-cijfer); color: var(--tpt-ink-zacht); }
.tpt-mandje-inhoud .elementor-menu-cart__product-price .product-quantity { margin-right: 4px; }
.tpt-mandje-inhoud .elementor-menu-cart__product-remove, .tpt-mandje-inhoud .elementor-menu-cart__footer-buttons, .tpt-mandje-inhoud .elementor-menu-cart__close-button { display: none; }
.tpt-mandje-inhoud .elementor-menu-cart__subtotal { display: flex; justify-content: space-between; padding: 12px 0 6px; font: 600 14px var(--tpt-schrift); }
.tpt-mandje-inhoud .elementor-menu-cart__subtotal .amount { font: 700 16px var(--tpt-cijfer); }
/* De volgorde volgt de skill `ux`: op een breed scherm de bevestigende knop rechts en de
 * minst belangrijke links als tekstknop; op de telefoon gestapeld met Afrekenen bovenaan.
 * De HTML staat in de telefoonvolgorde; hier draait `order` hem om. */
.tpt-mandje-knoppen { display: flex; gap: 8px; justify-content: flex-end; padding: 14px 18px 18px; border-top: 1px solid var(--tpt-lijn); }
.tpt-mandje-knoppen .tpt-knopje { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 8px 16px; font-size: 13.5px; text-align: center; }
.tpt-mandje-knoppen .tpt-knopje.kaal { color: var(--tpt-ink); background: none; border-color: var(--tpt-lijn-hard); cursor: pointer; }
.tpt-mandje-knoppen .tpt-knopje.afrekenen { order: 3; }
.tpt-mandje-knoppen .tpt-knopje.winkelmand { order: 2; }
.tpt-mandje-knoppen .tpt-knopje.verder { order: 1; margin-right: auto; color: var(--tpt-ink-zacht); border-color: transparent; text-decoration: underline; }
.single_add_to_cart_button.bezig { opacity: 0.6; }
body.tpt-mandje-open { overflow: hidden; }

/* ------------------------------------------------------------------ home */

.tpt-home { padding-top: 0; }
/* De hero over de volle breedte: het sfeerbeeld als achtergrond, een donker verloop van links
 * zodat de tekst leesbaar blijft, en de tekst in de gewone omhulsel-breedte. */
.tpt-hero-vol { position: relative; display: grid; align-items: center; min-height: clamp(420px, 56vh, 640px); overflow: hidden; color: #fff; background: var(--tpt-ink); }
/* Imagify wikkelt het beeld in een <picture>; de klasse landt dan daarop, en het <img> erin
 * moet net zo goed het hele vlak vullen. */
.tpt-hero-vol .tpt-hero-achtergrond, .tpt-hero-vol .tpt-hero-achtergrond img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.tpt-hero-vol::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(17, 17, 17, 0.78) 0, rgba(17, 17, 17, 0.55) 45%, rgba(17, 17, 17, 0.15) 100%); }
.tpt-hero-vol.zonder-beeld::before { background: none; }
.tpt-hero-tekst { position: relative; max-width: var(--tpt-breed); width: 100%; padding-block: 40px; }
.tpt-hero-tekst > * { max-width: 620px; }
.tpt-hero-vol h1 { font-size: clamp(26px, 3.2vw, 40px); color: #fff; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35); }
.tpt-hero-vol .tpt-lood { color: rgba(255, 255, 255, 0.92); text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35); }
.tpt-knop-groot.licht { color: #fff; background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.7); }
.tpt-knop-groot.licht:hover { background: rgba(255, 255, 255, 0.24); color: #fff; }
.tp-thema a.tpt-knop-groot.licht { color: #fff; }
.tpt-usp.licht li { color: rgba(255, 255, 255, 0.92); }
.tpt-usp.licht li::before { color: #7ee2a3; }
.tpt-hero-bijschrift { position: absolute; right: 14px; bottom: 10px; font: 400 11px var(--tpt-cijfer); color: rgba(255, 255, 255, 0.75); text-decoration: none; }
.tpt-lood { margin: 12px 0 0; font-size: 15.5px; line-height: 1.6; color: var(--tpt-ink-zacht); }

.tpt-merksfeer { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tpt-merkfoto { position: relative; display: block; overflow: hidden; text-decoration: none; border-radius: 6px; background: var(--tpt-ink); aspect-ratio: 4 / 5; }
.tpt-merkfoto img, .tpt-merkfoto-leeg { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease-out; }
.tpt-merkfoto:hover img { transform: scale(1.04); }
.tpt-merkfoto-tekst { position: absolute; inset: auto 0 0 0; display: grid; gap: 3px; padding: 44px 16px 16px; color: #fff; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.82) 100%); }
.tpt-merkfoto-tekst b { font-size: 19px; }
.tpt-merkfoto-tekst em { font-size: 12.5px; font-style: normal; line-height: 1.45; color: rgba(255, 255, 255, 0.85); }
.tpt-merkfoto-tekst small { font: 600 11.5px var(--tpt-cijfer); color: #fff; }
.tpt-doe { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.tpt-knop-groot { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 20px; font: 700 15px var(--tpt-schrift); color: #fff; text-decoration: none; background: var(--tpt-rood); border: 1px solid var(--tpt-rood); border-radius: 4px; }
.tpt-knop-groot:hover { background: var(--tpt-rood-diep); border-color: var(--tpt-rood-diep); color: #fff; }
.tpt-knop-groot.kaal { color: var(--tpt-ink); background: var(--tpt-vlak); border-color: var(--tpt-lijn-hard); }
.tpt-knop-groot.kaal:hover { background: var(--tpt-vlak); border-color: var(--tpt-ink); color: var(--tpt-ink); }
.tpt-hero-beeld { margin: 0; overflow: hidden; border: 1px solid var(--tpt-lijn); border-radius: 6px; background: var(--tpt-vlak); }
.tpt-hero-beeld img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.tpt-hero-beeld figcaption { padding: 7px 11px; font: 400 11.5px var(--tpt-cijfer); color: var(--tpt-ink-flauw); border-top: 1px solid var(--tpt-lijn); }
.tpt-hero-beeld figcaption a { text-decoration: none; }

.tpt-kopmetlijn { display: flex; flex-wrap: wrap; gap: 12px; align-items: baseline; padding-bottom: 7px; margin: 28px 0 14px; border-bottom: 1px solid var(--tpt-lijn); }
.tpt-kopmetlijn a, .tpt-kopmetlijn span { margin-left: auto; font-size: 12.5px; color: var(--tpt-rood-diep); text-decoration: none; }
.tpt-kopmetlijn span { color: var(--tpt-ink-flauw); }
.tpt-merkrij { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tpt-merkkaart { display: grid; gap: 6px; align-content: start; padding: 14px; text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-merkkaart:hover { border-color: var(--tpt-rood); }
.tpt-merkkaart b { font-size: 15px; }
.tpt-merkkaart span { font: 400 11.5px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }
.tpt-merkkaart p { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--tpt-ink-zacht); }

.tpt-modellen { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; }
.tpt-model { display: grid; gap: 2px; padding: 10px; text-align: center; text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-model:hover { border-color: var(--tpt-ink); }
.tpt-model img, .tpt-model-leeg { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; margin-bottom: 6px; object-fit: contain; background: #fff; }
.tpt-model small { font: 600 10px var(--tpt-cijfer); color: var(--tpt-ink-flauw); text-transform: uppercase; letter-spacing: 0.06em; }
.tpt-model b { font-size: 13.5px; }
.tpt-model span { font: 400 11px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }

.tpt-voordelen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tpt-voordeel { position: relative; overflow: hidden; border-radius: 6px; background: var(--tpt-ink); aspect-ratio: 16 / 10; }
.tpt-voordeel img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tpt-voordeel.zonder-beeld { background: linear-gradient(135deg, #2a2a2f, #111); }
.tpt-voordeel-tekst { position: absolute; inset: auto 0 0 0; display: grid; gap: 2px; padding: 40px 16px 14px; color: #fff; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.85) 100%); }
.tpt-voordeel-tekst b { font-size: 20px; }
.tpt-voordeel-tekst em { font-size: 12.5px; font-style: normal; line-height: 1.45; color: rgba(255, 255, 255, 0.88); }

.tpt-populair { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tpt-populair-kaart { display: grid; grid-template-rows: auto 1fr; overflow: hidden; text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 6px; }
.tpt-populair-kaart:hover { border-color: var(--tpt-ink); }
.tpt-populair-beeld { display: block; overflow: hidden; background: #f0f0f2; aspect-ratio: 4 / 3; }
.tpt-populair-beeld img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease-out; }
.tpt-populair-kaart:hover .tpt-populair-beeld img { transform: scale(1.04); }
.tpt-populair-tekst { display: grid; gap: 6px; align-content: start; padding: 12px 14px 14px; }
.tpt-populair-tekst small { font: 600 10.5px var(--tpt-cijfer); color: var(--tpt-ink-flauw); text-transform: uppercase; letter-spacing: 0.06em; }
.tpt-populair-tekst b { font-size: 16px; }
.tpt-kleurbolletjes { display: flex; flex-wrap: wrap; gap: 4px; }
.tpt-kleurbolletjes i { display: block; width: 14px; height: 14px; background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 45%), var(--tpt-k, #ccc); border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 2px rgba(0, 0, 0, 0.25); }
.tpt-populair-regel { display: flex; flex-wrap: wrap; gap: 4px 10px; align-items: baseline; justify-content: space-between; margin-top: 4px; }
.tpt-populair-regel em { font: 700 14px var(--tpt-cijfer); font-style: normal; }
.tpt-populair-regel > span { font: 600 11.5px var(--tpt-cijfer); color: var(--tpt-rood-diep); }

.tpt-keuzevragen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.tpt-keuzevraag { display: grid; gap: 6px; align-content: start; padding: 16px; text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-left: 4px solid var(--tpt-rood); border-radius: 5px; }
.tpt-keuzevraag:hover { border-color: var(--tpt-ink); border-left-color: var(--tpt-rood); }
.tpt-keuzevraag b { font-size: 15px; }
.tpt-keuzevraag span { font-size: 12.5px; line-height: 1.5; color: var(--tpt-ink-zacht); }

.tpt-kleuren { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; }
.tpt-kleur { display: grid; gap: 2px; justify-items: center; padding: 14px 8px 12px; text-align: center; text-decoration: none; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-kleur:hover { border-color: var(--tpt-ink); }
.tpt-kleur .tpt-staal { width: 40px; height: 40px; margin-bottom: 6px; }
.tpt-kleur b { font-size: 13.5px; }
.tpt-kleur span { font: 400 11px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }

.tpt-bewijs { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 24px; align-items: center; padding: 22px 26px; margin-top: 30px; color: #fff; background: var(--tpt-ink); border-radius: 6px; }
.tpt-bewijs-score { display: grid; gap: 2px; }
.tpt-bewijs-score b { font: 700 46px/1 var(--tpt-cijfer); }
.tpt-bewijs-score span { font-size: 12.5px; color: #c9c9cd; }
.tpt-bewijs-score a { margin-top: 4px; font: 600 12px var(--tpt-cijfer); color: #fff; }
.tpt-bewijs-citaat { margin: 0; padding-left: 22px; border-left: 3px solid var(--tpt-rood); }
.tpt-bewijs-citaat p { margin: 0 0 6px; font-size: 16px; line-height: 1.5; }
.tpt-bewijs-citaat footer { font: 400 12px var(--tpt-cijfer); color: #a4a4ac; }

.tpt-blok.met-beeld { display: grid; grid-template-rows: auto 1fr; padding: 0; overflow: hidden; }
.tpt-blok-beeld { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.tpt-blok-beeld img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tpt-blok.met-beeld .tpt-blok-tekst { padding: 12px 14px 14px; }

.tpt-vraaglijst { background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-vraag { border-bottom: 1px solid var(--tpt-lijn); }
.tpt-vraag:last-child { border-bottom: 0; }
.tpt-vraag summary { display: flex; gap: 10px; align-items: center; justify-content: space-between; min-height: 46px; padding: 12px 14px; font: 600 14px var(--tpt-schrift); cursor: pointer; list-style: none; }
.tpt-vraag summary::-webkit-details-marker { display: none; }
.tpt-vraag summary::after { font: 400 16px var(--tpt-cijfer); color: var(--tpt-rood-diep); content: "+"; }
.tpt-vraag[open] summary::after { content: "\2212"; }
.tpt-antwoord { padding: 0 14px 14px; font-size: 13.5px; line-height: 1.6; color: var(--tpt-ink-zacht); }
.tpt-antwoord p:last-child { margin-bottom: 0; }

.tpt-blokken { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 10px; }
.tpt-blok { padding: 14px; background: var(--tpt-vlak); border: 1px solid var(--tpt-lijn); border-radius: 5px; }
.tpt-blok time { font: 400 11px var(--tpt-cijfer); color: var(--tpt-ink-flauw); }
.tpt-blok h3 { margin: 6px 0; font-size: 14.5px; }
.tpt-blok h3 a { text-decoration: none; }
.tpt-blok p { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--tpt-ink-zacht); }

/* ------------------------------------------------------------------ voet */

.tpt-voet { margin-top: 30px; color: #e7e7e9; background: var(--tpt-ink); }
.tpt-voet a { color: #c9c9cd; text-decoration: none; }
.tpt-voet a:hover { color: #fff; }
.tpt-beloftestrook { color: var(--tpt-ink); background: var(--tpt-pap); border-top: 1px solid var(--tpt-lijn); }
.tpt-beloftestrook .tpt-omhulsel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; padding-block: 24px; }
.tpt-beloftekaart { position: relative; display: grid; gap: 4px; padding-left: 24px; }
.tpt-beloftekaart::before { position: absolute; top: 1px; left: 0; font-size: 13px; color: var(--tpt-groen); content: "\2713"; }
.tpt-beloftekaart b { font-size: 13.5px; }
.tpt-beloftekaart span { font-size: 12.5px; line-height: 1.5; color: var(--tpt-ink-zacht); }
.tpt-voet-boven { border-top: 4px solid var(--tpt-rood); }
.tpt-voet-raster { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr) 1.2fr; gap: 28px; padding-block: 34px; }
.tpt-voet-raster > * { min-width: 0; }
.tpt-logoplaat { display: inline-block; padding: 9px 13px; background: #fff; border-radius: 5px; }
.tpt-logoplaat img { display: block; width: auto; height: 40px; }
.tpt-voet-over p { margin-top: 12px; font-size: 13px; line-height: 1.6; color: #a4a4ac; }
.tpt-voet-doe { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tpt-voet-tijden { margin-top: 8px; font-size: 12.5px; color: #83838a; }
.tpt-voet h4 { margin-bottom: 10px; font: 600 11px/1 var(--tpt-cijfer); color: #83838a; text-transform: uppercase; letter-spacing: 0.07em; }
.tpt-voet ul { padding: 0; margin: 0; list-style: none; }
.tpt-voet li a { display: block; padding: 4px 0; font-size: 13px; }
.tpt-voet address { display: grid; gap: 1px; margin-bottom: 14px; font-size: 13px; font-style: normal; color: #a4a4ac; }
.tpt-voet address b { font: 600 11px var(--tpt-cijfer); color: #83838a; text-transform: uppercase; letter-spacing: 0.06em; }
.tpt-voet address em { font-size: 12px; font-style: normal; color: #83838a; }
.tpt-zakelijk { background: #1a1a1e; }
.tpt-zakelijk .tpt-omhulsel { display: flex; flex-wrap: wrap; gap: 8px 28px; padding-block: 12px; font: 400 12px var(--tpt-cijfer); color: #a4a4ac; }
.tpt-zakelijk b { margin-right: 6px; font-weight: 600; color: #6f6f78; }
.tpt-voet-onder { padding: 14px 0; font: 400 11.5px var(--tpt-cijfer); color: #83838a; border-top: 1px solid #2c2c31; }

.tpt-zwever { position: fixed; right: 20px; bottom: 18px; z-index: 120; display: inline-flex; gap: 9px; align-items: center; min-height: 50px; padding: 0 20px; font: 700 14.5px var(--tpt-schrift); color: #fff; text-decoration: none; background: #25d366; border-radius: 999px; box-shadow: 0 14px 30px -14px rgba(0, 0, 0, 0.5); }
.tpt-zwever i { font-style: normal; font-size: 18px; }
/* Resten van Astra en Click to Chat die via wp_footer meekomen zolang die er nog zijn: de
 * scroll-naar-boven-pijl stond als kale tekst linksonder op elke overgenomen pagina. */
.tp-thema .ast-scroll-top-icon, .tp-thema .ht-ctc, .tp-thema .slide-in-top { display: none !important; }

/* ------------------------------------------------------------------ telefoon */

@media (max-width: 960px) {
  .tpt-hub { grid-template-columns: minmax(0, 1fr); }
  .tpt-rail { position: static; }
  .tpt-beloftestrook .tpt-omhulsel, .tpt-voet-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tpt-artikel { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .tpt-artikel-lijf { grid-template-columns: minmax(0, 1fr); }
  .tpt-naast { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tpt-merksfeer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tpt-merkrij { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tpt-voordelen { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tpt-populair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tpt-keuzevragen { grid-template-columns: minmax(0, 1fr); }
  .tpt-bewijs { grid-template-columns: minmax(0, 1fr); }
  .tpt-blokken { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .tpt-omhulsel { padding: 0 16px; }
  .tpt-beloftebalk .tpt-omhulsel { flex-wrap: nowrap; justify-content: flex-start; gap: 14px; overflow-x: auto; font-size: 11.5px; scrollbar-width: none; }
  .tpt-belofte { flex: none; }
  .tpt-kop .tpt-omhulsel { grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; min-height: 60px; padding-block: 10px; }
  .tpt-hamburger { display: grid; gap: 4px; place-content: center; width: 44px; height: 44px; cursor: pointer; background: none; border: 1px solid var(--tpt-lijn); border-radius: 4px; }
  .tpt-hamburger span { width: 18px; height: 2px; background: var(--tpt-ink); }
  .tpt-merknaam img { height: 32px; }
  .tpt-advieszin { display: none; }
  .tpt-zoekveld { grid-column: 1 / -1; order: 3; max-width: none; margin-left: 0; }
  .tpt-bellen span, .tpt-whatsapp span, .tpt-mand .tpt-mand-tekst { display: none; }
  .tpt-bellen, .tpt-whatsapp, .tpt-mand { min-height: 44px; padding: 6px 11px; }
  .tpt-kop-acties { gap: 6px; }
  .tpt-menubalk { display: none; }
  .tpt-rodeband { height: 4px; }
  /* Het filterblad van tp-filter ligt op 40 tot 46; de plakkende kop stond op 60 en schoof
   * er bij het scrollen overheen, tot over "Wis alles" (gemeten op live, 27 september 2026).
   * Op een telefoon hoort het filter boven de kop te liggen. */
  .tpt-kop { z-index: 30; }

  /* Het filter komt hier uit het onderpaneel van tp-filter (filterblad en sorteerblad);
   * de rail van de pc verdwijnt. */
  .tpt-rail { display: none; }

  .tpt-kaarten { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

  /* De artikelpagina op de telefoon: hoofdbeeld boven, strip eronder als rij. */
  .tpt-galerij { grid-template-columns: minmax(0, 1fr); }
  .tpt-strip { grid-auto-flow: column; grid-auto-columns: 56px; order: 2; overflow-x: auto; scrollbar-width: none; }
  .tpt-hoofdbeeld { order: 1; }
  .tpt-prijs-groot { font-size: 24px; }
  .tpt-koop form.cart .single_add_to_cart_button { flex: 1; }
  .tpt-tabrij { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .tpt-tabrij button { flex: none; }
  .tpt-sectie { padding: 14px; scroll-margin-top: 120px; }
  .tpt-sectie th { width: 46%; }
  .tpt-naast { grid-template-columns: minmax(0, 1fr); }
  .tpt-hero-vol { min-height: 0; }
  .tpt-hero-vol::before { background: linear-gradient(180deg, rgba(17, 17, 17, 0.35) 0, rgba(17, 17, 17, 0.8) 100%); }
  .tpt-hero-tekst { padding-block: 120px 28px; }
  .tpt-merksfeer { grid-template-columns: minmax(0, 1fr); }
  .tpt-merkfoto { aspect-ratio: 16 / 10; }
  .tpt-voordelen { grid-template-columns: minmax(0, 1fr); }
  .tpt-populair { grid-template-columns: minmax(0, 1fr); }
  .tpt-kleuren { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tpt-bewijs { padding: 18px; }
  .tpt-merkrij { grid-template-columns: minmax(0, 1fr); }
  .tpt-knop-groot { flex: 1; justify-content: center; }
  /* Het mandje als blad van onderen op de telefoon. */
  .tpt-mandje { place-items: end stretch; padding: 0; }
  .tpt-mandje-venster { width: 100%; max-height: 88vh; border-radius: 14px 14px 0 0; }
  .tpt-mandje-knoppen { flex-direction: column; padding-bottom: max(18px, env(safe-area-inset-bottom)); }
  .tpt-mandje-knoppen .tpt-knopje.afrekenen { order: 1; }
  .tpt-mandje-knoppen .tpt-knopje.winkelmand { order: 2; }
  .tpt-mandje-knoppen .tpt-knopje.verder { order: 3; margin-right: 0; }
  .tpt-beloftestrook .tpt-omhulsel, .tpt-voet-raster { grid-template-columns: minmax(0, 1fr); }
  .tpt-voet-raster { gap: 22px; padding-block: 26px; }
  .tpt-zakelijk .tpt-omhulsel { gap: 6px 18px; font-size: 11px; }
  /* De kop heeft al een WhatsApp-knop en de onderbalk van tp-filter staat onderaan; een
   * zwevende knop erbij lag over de sorteerknop heen. */
  .tpt-zwever { display: none; }
  .tpt-knopje { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .tp-thema *, .tp-thema *::before, .tp-thema *::after { transition-duration: 1ms !important; }
}
