/*
 * Base styles for the gwo theme.
 * Source of truth: the design handoff (design_handoff_homepage/, 2026-08-15) — values
 * below mirror it exactly. Main colors live in theme.json; one-off design colors that
 * do not belong in the editor palette are defined once as --gwo-* custom properties.
 */

/* --- Design one-offs from the handoff --------------------------------- */

:root {
	--gwo-topbar-text: oklch(0.95 0.01 240);
	--gwo-badge-border: oklch(0.85 0.05 255);
	--gwo-badge-text: oklch(0.45 0.14 255);
	--gwo-outline-border: oklch(0.85 0.02 250);
	--gwo-card-text: oklch(0.5 0.02 250);
	--gwo-check-text: oklch(0.4 0.02 250);
	--gwo-chip-border: oklch(0.45 0.05 255);
	--gwo-dark-intro: oklch(0.75 0.02 250);
	--gwo-footer-border: oklch(0.35 0.03 255);
}

/* --- Base ------------------------------------------------------------- */

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

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

p,
ul,
ol,
blockquote {
	max-width: var(--wp--custom--measure);
}

::selection {
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--ink);
}

:focus-visible {
	outline: 3px solid oklch(0.52 0.19 255 / 0.35);
	outline-offset: 2px;
	border-radius: var(--wp--custom--radius--control);
}

/* --- Buttons ---------------------------------------------------------- */

.wp-block-button__link,
button,
input[type="submit"] {
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease,
		box-shadow 0.15s ease;
}

/* Large primary (hero): 16px text, 16/30 padding. */
.gwo-btn-lg .wp-block-button__link {
	font-size: 1rem;
	padding: 16px 30px;
}

/* Outline pill: 1.5px border, ink text, kobalt on hover. */
.wp-block-button.is-style-outline .wp-block-button__link,
.gwo-pill-outline {
	background: transparent;
	border: 1.5px solid var(--gwo-outline-border);
	color: var(--wp--preset--color--ink);
	border-radius: var(--wp--custom--radius--pill);
	font-weight: 600;
	display: inline-block;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.gwo-pill-outline:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
	background: transparent;
}

/* Tertiary text link. */
.gwo-link-tertiary,
.gwo-link-tertiary:visited {
	color: var(--wp--preset--color--brand);
	text-decoration: none;
	font-weight: 600;
}

.gwo-link-tertiary:hover {
	color: var(--wp--preset--color--brand-dark);
	text-decoration: underline;
}

/* Dark button (product cards): ink fill, kobalt on hover. */
.gwo-btn-dark {
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--surface);
	border: none;
	padding: 12px 20px;
	border-radius: var(--wp--custom--radius--pill);
	font-size: 0.875rem;
	font-weight: 600;
	font-family: inherit;
	align-self: flex-start;
	text-decoration: none;
	display: inline-block;
}

.gwo-btn-dark:hover {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
}

/* --- Kicker ----------------------------------------------------------- */

.gwo-kicker {
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand);
}

.gwo-on-dark .gwo-kicker {
	color: var(--wp--preset--color--aqua);
}

/* --- Forms ------------------------------------------------------------ */

label {
	display: block;
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
	margin-bottom: var(--wp--preset--spacing--10);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
textarea {
	width: 100%;
	min-height: 48px;
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
	/* 16px minimum so iOS does not zoom on focus. */
	font-size: max(1rem, 16px);
	font-family: inherit;
	color: var(--wp--preset--color--ink);
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--control);
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid oklch(0.52 0.19 255 / 0.35);
	outline-offset: 0;
	border-color: var(--wp--preset--color--brand);
}

.gwo-field-error {
	display: flex;
	gap: var(--wp--preset--spacing--10);
	align-items: baseline;
	color: var(--wp--preset--color--sale);
	font-size: var(--wp--preset--font-size--sm);
	margin-top: var(--wp--preset--spacing--10);
}

/* --- Icons ------------------------------------------------------------ */

.gwo-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: -0.35em;
	flex-shrink: 0;
}

/* --- USP topbar ------------------------------------------------------- */

.gwo-usp-bar {
	font-size: var(--wp--preset--font-size--xs);
	letter-spacing: 0.01em;
	color: var(--gwo-topbar-text) !important;
}

.gwo-usp-bar__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 40px;
	list-style: none;
	margin: 0;
	max-width: none;
	padding: 9px 0;
}

.gwo-usp-bar__stars {
	color: var(--wp--preset--color--gold);
	letter-spacing: 0.1em;
	margin-right: 8px;
}

.gwo-usp-bar__check {
	color: var(--wp--preset--color--aqua);
	font-weight: 700;
	margin-right: 8px;
}

.gwo-usp-bar__reviews {
	display: inline-flex;
	align-items: center;
	color: var(--wp--preset--color--surface);
	font-weight: 700;
	text-decoration: none;
	background: color-mix(in srgb, var(--wp--preset--color--surface) 10%, transparent);
	border-radius: var(--wp--custom--radius--pill);
	padding: 3px 12px;
	margin: -3px 0;
}

.gwo-usp-bar__reviews:hover {
	color: var(--wp--preset--color--surface);
	text-decoration: underline;
}

/* --- Header ----------------------------------------------------------- */

/* Sticky lives on the template-part wrapper: sticky only works within the
   parent box, and WP wraps each part in its own element. */
.wp-block-template-part:has(.gwo-header) {
	position: sticky;
	top: 0;
	z-index: 50;
}

.gwo-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.gwo-header__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 0;
	max-width: none;
}

.gwo-header__brand {
	display: flex;
	align-items: baseline;
	gap: 10px;
	text-decoration: none;
	color: var(--wp--preset--color--ink);
}

.gwo-header__brand img {
	display: block;
	width: auto;
	height: 34px;
	align-self: center;
}

@media (max-width: 899px) {
	.gwo-header__brand img {
		height: 28px;
	}
}

.gwo-header__brand-sub {
	font-weight: 500;
	font-size: 12px;
	color: var(--wp--preset--color--ink-faint);
}

.gwo-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: none;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 500;
}

.gwo-nav a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.gwo-nav a:hover {
	color: var(--wp--preset--color--brand);
}

/* Dropdown submenu — pure CSS, opens on hover and on keyboard focus. */
.gwo-nav__has-sub {
	position: relative;
}

.gwo-nav__caret {
	display: inline-block;
	font-size: 0.95em;
	font-weight: 700;
	color: var(--wp--preset--color--brand);
	margin-left: 2px;
	transition: rotate 0.2s ease;
}

.gwo-nav__has-sub:hover .gwo-nav__caret,
.gwo-nav__has-sub:focus-within .gwo-nav__caret {
	rotate: 180deg;
}

.gwo-nav__sub {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -18px;
	min-width: 250px;
	list-style: none;
	margin: 0;
	padding: 10px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--preset--shadow--card-hover);
	display: grid;
	translate: 0 4px;
	transition: opacity 0.15s ease, translate 0.15s ease, visibility 0.15s;
	z-index: 60;
}

/* Invisible bridge so the pointer can travel from link to panel. */
.gwo-nav__sub::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

.gwo-nav__has-sub:hover .gwo-nav__sub,
.gwo-nav__has-sub:focus-within .gwo-nav__sub {
	visibility: visible;
	opacity: 1;
	translate: 0 0;
}

.gwo-nav__sub a {
	display: block;
	padding: 9px 14px;
	border-radius: var(--wp--custom--radius--control);
	font-weight: 500;
}

.gwo-nav__sub a:hover {
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
}

.gwo-header__cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, var(--wp--preset--color--brand) 0%, var(--wp--preset--color--brand-dark) 100%);
	color: var(--wp--preset--color--surface);
	padding: 11px 20px;
	border-radius: var(--wp--custom--radius--pill);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 6px 18px oklch(0.52 0.19 255 / 0.28);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.gwo-header__cart:hover {
	color: var(--wp--preset--color--surface);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px oklch(0.52 0.19 255 / 0.38);
}

.gwo-header__cart-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--brand);
	border-radius: var(--wp--custom--radius--pill);
	font-size: 12px;
	font-weight: 800;
}

/* --- Sections --------------------------------------------------------- */

.gwo-section {
	padding: var(--wp--custom--section-y) var(--wp--custom--section-x);
}

.gwo-section--hero {
	padding-top: clamp(48px, 7vw, 88px);
	padding-bottom: clamp(40px, 5vw, 72px);
}

.gwo-section--pad-88 {
	padding-top: clamp(48px, 7vw, 88px);
	padding-bottom: clamp(48px, 7vw, 88px);
}

.gwo-section--pad-72 {
	padding-top: clamp(48px, 6vw, 72px);
	padding-bottom: clamp(48px, 6vw, 72px);
}

.gwo-section--bordered {
	border-top: 1px solid var(--wp--preset--color--line);
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.gwo-section--bordered-top {
	border-top: 1px solid var(--wp--preset--color--line);
}

/* Tinted sections fade from white into the soft blue, like the hero. */
.gwo-section--fade {
	background: linear-gradient(180deg, var(--wp--preset--color--surface) 0%, var(--wp--preset--color--surface-alt) 100%);
}

/* One shared content width so every section aligns on the same edges. */
.gwo-wrap-1320 {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

/* Root blockGap is 0; section content gets its own breathing rhythm. */
.gwo-section .gwo-wrap-1320 > * + * {
	margin-top: 20px;
}

.gwo-section .gwo-wrap-1320 > h1,
.gwo-section .gwo-wrap-1320 > h2 {
	margin-bottom: 4px;
}

/* --- Hero ------------------------------------------------------------- */

.gwo-section--hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	/* Soft hand-off from the white header into the page tint. */
	background: linear-gradient(180deg, var(--wp--preset--color--surface) 0%, var(--wp--preset--color--surface-alt) 100%);
}

/* Subtle background shapes: a cool water-glow and an outlined circle. */
.gwo-section--hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 34rem;
	height: 34rem;
	right: -10rem;
	top: -12rem;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--wp--preset--color--aqua) 16%, transparent), transparent 65%);
}

.gwo-hero__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: 48px;
	align-items: center;
}

.gwo-hero__content {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.gwo-hero__content > * {
	margin: 0;
}

.gwo-hero__badge {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 8px;
	background: var(--wp--preset--color--green-tint);
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--green) 30%, var(--wp--preset--color--green-tint));
	color: color-mix(in srgb, var(--wp--preset--color--green) 80%, var(--wp--preset--color--ink));
	border-radius: var(--wp--custom--radius--pill);
	padding: 6px 14px;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	white-space: nowrap;
}

/* Narrow screens: keep the pill on one line by dropping the suffix. */
@media (max-width: 560px) {
	.gwo-hero__badge-extra {
		display: none;
	}
}

.gwo-hero__title {
	font-size: var(--wp--preset--font-size--4-xl);
	line-height: 1.0;
	letter-spacing: -0.035em;
	font-weight: 800;
	text-wrap: balance;
}

.gwo-hero__intro {
	font-size: var(--wp--preset--font-size--lg);
	line-height: 1.6;
	color: var(--wp--preset--color--ink-soft);
	max-width: 56ch;
	text-wrap: pretty;
}

.gwo-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.gwo-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 36px;
	padding-top: 14px;
	border-top: 1px solid var(--wp--preset--color--line);
	margin-top: 6px;
}

.gwo-hero__stat-value {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gwo-hero__stat-label {
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
}

.gwo-hero__media {
	position: relative;
	background: var(--wp--preset--color--brand-tint);
	border-radius: var(--wp--custom--radius--card-lg);
	overflow: hidden;
	aspect-ratio: 4 / 3;
	min-height: 420px;
	max-height: 560px;
}

.gwo-hero__media img,
.gwo-hero__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* --- Informatie ------------------------------------------------------- */

.gwo-info__head {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px 64px;
	margin-bottom: 52px;
	max-width: none;
}

.gwo-info__head h2 {
	margin: 0;
}

.gwo-info__head p {
	font-size: var(--wp--preset--font-size--base);
	line-height: 1.65;
	color: var(--wp--preset--color--ink-soft);
	margin: 0;
	text-wrap: pretty;
	max-width: none;
}

.gwo-info__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 32px 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: none;
}

.gwo-info__card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 3px solid var(--wp--preset--color--brand);
	padding-top: 18px;
}

.gwo-info__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: var(--wp--custom--radius--pill);
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
	margin-bottom: 2px;
}

/* The four benefits run as one blue ramp, dark to light. */
.gwo-info__card:nth-child(1) { --gwo-ramp: oklch(0.35 0.15 255); }
.gwo-info__card:nth-child(2) { --gwo-ramp: oklch(0.52 0.19 255); }
.gwo-info__card:nth-child(3) { --gwo-ramp: oklch(0.66 0.15 255); }
.gwo-info__card:nth-child(4) { --gwo-ramp: oklch(0.8 0.1 255); }

.gwo-info__card {
	border-top-color: var(--gwo-ramp);
}

.gwo-info__card .gwo-info__card-icon {
	background: color-mix(in srgb, var(--gwo-ramp) 14%, var(--wp--preset--color--surface));
	color: color-mix(in srgb, var(--gwo-ramp) 85%, var(--wp--preset--color--ink));
}

.gwo-info__card-title {
	font-weight: 700;
	font-size: 17px;
}

.gwo-info__card-text {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--gwo-card-text);
	line-height: 1.6;
}

/* --- Keuzehulp -------------------------------------------------------- */

.gwo-kh__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 48px 64px;
	align-items: center;
}

.gwo-kh__left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.gwo-kh__left > * {
	margin: 0;
}

.gwo-kh__left h2 {
	line-height: 1.05;
}

.gwo-kh__left p {
	color: var(--gwo-dark-intro);
	font-size: var(--wp--preset--font-size--base);
	line-height: 1.6;
	max-width: 44ch;
}

.gwo-kh__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gwo-kh__chip {
	font-family: inherit;
	cursor: pointer;
	padding: 12px 24px;
	border-radius: var(--wp--custom--radius--pill);
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.15s;
	background: transparent;
	color: var(--wp--preset--color--surface);
	border: 1.5px solid var(--gwo-chip-border);
	margin: 0;
}

/* Checked chip: kobalt fill. The radio lives right before its label. */
.gwo-kh input:checked + .gwo-kh__chip {
	background: var(--wp--preset--color--brand);
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
}

.gwo-kh__card {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
	border-radius: var(--wp--custom--radius--card);
	padding: clamp(24px, 3vw, 36px);
}

.gwo-kh__advies {
	display: none;
	flex-direction: column;
	gap: 14px;
}

/* Show the advice that matches the checked household size. */
.gwo-kh:has(#gwo-kh-p0:checked) .gwo-kh__advies[data-p="0"],
.gwo-kh:has(#gwo-kh-p1:checked) .gwo-kh__advies[data-p="1"],
.gwo-kh:has(#gwo-kh-p2:checked) .gwo-kh__advies[data-p="2"],
.gwo-kh:has(#gwo-kh-p3:checked) .gwo-kh__advies[data-p="3"] {
	display: flex;
}

.gwo-kh__advies-kicker {
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--brand);
}

.gwo-kh__advies-name {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.gwo-kh__advies-desc {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--gwo-card-text);
	line-height: 1.55;
}

.gwo-kh__advies-prices {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-top: 6px;
}

.gwo-kh__advies-price {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gwo-kh__advies-old {
	font-size: 17px;
	color: var(--wp--preset--color--footer-dim);
	text-decoration: line-through;
}

.gwo-kh__advies-cta {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	padding: 14px 24px;
	border-radius: var(--wp--custom--radius--pill);
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	align-self: flex-start;
	text-decoration: none;
}

.gwo-kh__advies-cta:hover {
	background: var(--wp--preset--color--brand-dark);
	color: var(--wp--preset--color--surface);
}

/* --- Producten -------------------------------------------------------- */

.gwo-products__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 40px;
	max-width: none;
}

.gwo-products__head h2 {
	margin: 0;
}

.gwo-products__note {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-faint);
}

.gwo-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: none;
}

.gwo-product-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.gwo-product-card:hover {
	border-color: var(--wp--preset--color--brand);
	box-shadow: var(--wp--preset--shadow--card-hover);
}

.gwo-product-card__media {
	position: relative;
	background: var(--wp--preset--color--mist);
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gwo-product-card__media img {
	max-height: 200px;
	max-width: 80%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.gwo-product-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--wp--preset--color--green);
	color: var(--wp--preset--color--surface);
	font-size: 12px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: var(--wp--custom--radius--pill);
}

.gwo-product-card__body {
	padding: 22px 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.gwo-product-card__persons {
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	color: var(--wp--preset--color--ink-faint);
}

.gwo-product-card__name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.25;
	flex: 1;
}

.gwo-product-card__prices {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-top: 6px;
}

.gwo-product-card__price {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gwo-product-card__old {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--footer-dim);
	text-decoration: line-through;
}

.gwo-product-card .gwo-btn-dark {
	margin-top: 10px;
}

/* Supporting categories as an extra row of cards. */
.gwo-cat-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
	max-width: none;
}

.gwo-cat-card a {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	height: 100%;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 24px;
	text-decoration: none;
	color: var(--wp--preset--color--ink);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.25s ease;
}

.gwo-cat-card a:hover {
	border-color: var(--wp--preset--color--brand);
	box-shadow: var(--wp--preset--shadow--card-hover);
	transform: translateY(-3px);
}

.gwo-cat-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: var(--wp--custom--radius--pill);
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
}

.gwo-cat-card__body {
	display: grid;
	gap: 6px;
}

.gwo-cat-card__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.gwo-cat-card__text {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.55;
}

.gwo-cat-card__link {
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--brand);
	margin-top: 2px;
}

/* --- Shop: breadcrumb, filter, archief -------------------------------- */

.gwo-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
	margin-bottom: 24px;
}

.gwo-breadcrumb a {
	color: var(--wp--preset--color--ink-faint);
	text-decoration: none;
}

.gwo-breadcrumb a:hover {
	color: var(--wp--preset--color--brand);
}

/* Shop head: gradient hero band, grid on white below. */
.gwo-shop__hero {
	background: linear-gradient(180deg, var(--wp--preset--color--surface) 0%, var(--wp--preset--color--surface-alt) 100%);
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: clamp(28px, 3.5vw, 48px) var(--wp--custom--section-x) clamp(28px, 3.5vw, 44px);
}

.gwo-shop__body {
	padding: clamp(32px, 4vw, 48px) var(--wp--custom--section-x) clamp(48px, 6vw, 80px);
}

.gwo-shop__title {
	margin: 0 0 10px;
}

.gwo-shop__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: baseline;
	color: var(--wp--preset--color--ink-faint);
	font-size: var(--wp--preset--font-size--sm);
	margin-bottom: 6px;
}

.gwo-shop__count {
	font-weight: 700;
	color: var(--wp--preset--color--brand);
}

.gwo-shop__intro {
	color: var(--wp--preset--color--ink-soft);
	max-width: 68ch;
	margin-bottom: 8px;
}

.gwo-filter {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 24px 0 0;
	padding: 24px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: 0 6px 24px oklch(0.52 0.19 255 / 0.06);
}

.gwo-filter__group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	border: 0;
	padding: 0;
	margin: 0;
}

.gwo-filter__group legend {
	float: left;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 700;
	margin: 0 8px 0 0;
	padding: 0;
	min-width: 170px;
}

.gwo-filter__chip {
	display: inline-block;
	padding: 9px 18px;
	border: 1.5px solid var(--gwo-outline-border);
	border-radius: var(--wp--custom--radius--pill);
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--wp--preset--color--ink);
	text-decoration: none;
	transition: all 0.15s ease;
}

.gwo-filter__chip:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
}

.gwo-filter__chip.is-active {
	background: var(--wp--preset--color--brand);
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
}

.gwo-filter__help {
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	text-decoration: none;
}

.gwo-shop__empty {
	padding: 40px 0;
	color: var(--wp--preset--color--ink-soft);
}

.gwo-shop__seo {
	margin-top: 56px;
	max-width: 68ch;
	color: var(--wp--preset--color--ink-soft);
}

.gwo-product-card__media {
	text-decoration: none;
}

.gwo-product-card__media img {
	max-height: 200px;
	max-width: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.gwo-product-card__name a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.gwo-product-card__name a:hover {
	color: var(--wp--preset--color--brand);
}

.gwo-product-card__price del {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--footer-dim);
	font-weight: 400;
	margin-right: 8px;
}

.gwo-product-card__price ins {
	text-decoration: none;
}

.gwo-product-card__stock {
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	color: var(--wp--preset--color--success);
}

.gwo-product-card__stock.is-out {
	color: var(--wp--preset--color--ink-faint);
}

/* --- Productpagina ---------------------------------------------------- */

/* Gradient band behind breadcrumb + buy section, same family as the shop hero. */
.gwo-pdp-hero {
	background: linear-gradient(180deg, var(--wp--preset--color--surface) 0%, var(--wp--preset--color--surface-alt) 100%);
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: clamp(24px, 3vw, 40px) var(--wp--custom--section-x) clamp(36px, 4.5vw, 60px);
}

.gwo-pdp-body {
	padding: clamp(40px, 5vw, 64px) var(--wp--custom--section-x);
	background: var(--wp--preset--color--surface);
}

.gwo-pdp-related {
	background: var(--wp--preset--color--surface-alt);
	border-top: 1px solid var(--wp--preset--color--line);
	padding: clamp(48px, 6vw, 72px) var(--wp--custom--section-x);
}

/* Story column left, sticky specs card right. */
.gwo-pdp-cols {
	display: grid;
	gap: clamp(32px, 4vw, 56px);
	align-items: start;
}

@media (min-width: 900px) {
	.gwo-pdp-cols {
		grid-template-columns: 58fr 42fr;
	}

	.gwo-pdp-side {
		position: sticky;
		top: 96px;
	}
}

.gwo-pdp-main {
	display: grid;
	gap: clamp(32px, 4vw, 44px);
	align-content: start;
}

/* Without a specs card the story column stands alone at readable width. */
.gwo-pdp-cols--single {
	grid-template-columns: 1fr;
}

.gwo-pdp-cols--single .gwo-pdp-main {
	max-width: 820px;
}

.gwo-pdp-side__card {
	background: var(--wp--preset--color--surface-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	padding: clamp(24px, 3vw, 36px);
}

.gwo-pdp-side__card h2 {
	margin: 0 0 16px;
	font-size: var(--wp--preset--font-size--xl);
}

.gwo-pdp-side__card .gwo-specs {
	max-width: none;
}

.gwo-pdp-side__download {
	margin: 16px 0 0;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-pdp {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	gap: clamp(32px, 4vw, 56px);
	align-items: start;
	margin-top: 20px;
}

@media (min-width: 900px) {
	.gwo-pdp {
		grid-template-columns: 55fr 45fr;
	}
}

.gwo-pdp__media {
	position: relative;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
}

.gwo-pdp__media img {
	max-height: 480px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.gwo-pdp__buy {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gwo-pdp__title {
	margin: 0;
	font-size: var(--wp--preset--font-size--2-xl);
}

.gwo-pdp__persons {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 8px;
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
	border-radius: var(--wp--custom--radius--pill);
	padding: 7px 16px;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
}

.gwo-pdp__price {
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gwo-pdp__price del {
	font-size: var(--wp--preset--font-size--lg);
	color: var(--wp--preset--color--footer-dim);
	font-weight: 400;
	margin-right: 10px;
}

.gwo-pdp__price ins {
	text-decoration: none;
}

.gwo-pdp__price-note {
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
	margin-top: -8px;
}

.gwo-pdp__staffel {
	background: var(--wp--preset--color--green-tint);
	color: var(--wp--preset--color--success);
	border-radius: var(--wp--custom--radius--control);
	padding: 12px 16px;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-pdp__stock {
	font-weight: 700;
	color: var(--wp--preset--color--success);
}

.gwo-pdp__stock.is-out {
	color: var(--wp--preset--color--ink-faint);
}

.gwo-pdp__delivery {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
	margin-top: -8px;
}

.gwo-pdp__form {
	display: flex;
	gap: 12px;
	align-items: stretch;
	margin: 8px 0;
}

.gwo-pdp__form .gwo-qty input {
	width: 84px;
	min-height: 52px;
	text-align: center;
	border-radius: var(--wp--custom--radius--pill);
}

.gwo-pdp__add {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	border: none;
	border-radius: var(--wp--custom--radius--pill);
	padding: 14px 34px;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
}

.gwo-pdp__add:hover {
	background: var(--wp--preset--color--brand-dark);
}

.gwo-pdp__usps {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
	font-size: var(--wp--preset--font-size--sm);
	color: var(--gwo-check-text);
}

.gwo-pdp__usps li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gwo-pdp__usps .gwo-icon {
	color: var(--wp--preset--color--success);
	width: 16px;
	height: 16px;
}

.gwo-pdp__reviews {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--ink-soft);
	text-decoration: none;
}

.gwo-pdp__reviews:hover {
	color: var(--wp--preset--color--ink);
}

.gwo-pdp__reviews-stars {
	color: var(--wp--preset--color--gold);
	letter-spacing: 0.08em;
}

.gwo-pdp__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.gwo-pdp__chip {
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
	border-radius: var(--wp--custom--radius--pill);
	padding: 7px 15px;
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
}

.gwo-pdp__included {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, max-content));
	gap: 10px 40px;
	font-weight: 600;
	max-width: none;
}

.gwo-pdp__included li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gwo-pdp__included .gwo-icon {
	color: var(--wp--preset--color--success);
	width: 18px;
	height: 18px;
}

.gwo-pdp__included-note {
	margin-top: 16px;
	color: var(--wp--preset--color--ink-soft);
	max-width: 60ch;
}

.gwo-pdp__help {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 6px;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-pdp__section h2 {
	margin: 0 0 16px;
	font-size: var(--wp--preset--font-size--xl);
}

.gwo-pdp-related .gwo-pdp__section h2 {
	margin-bottom: 24px;
	font-size: var(--wp--preset--font-size--2-xl);
}

.gwo-pdp__section--tekst > *:not(h2) {
	max-width: 68ch;
	color: var(--wp--preset--color--ink-soft);
}

/* Tinted card for the "compleet geleverd" checklist. */
.gwo-pdp__section--card {
	background: var(--wp--preset--color--brand-tint);
	border-radius: var(--wp--custom--radius--card-lg);
	padding: clamp(24px, 3vw, 36px);
}

.gwo-pdp__section--card h2 {
	color: var(--wp--preset--color--brand-dark);
}

/* Specs list: two columns that stay two columns on mobile. */
.gwo-specs {
	margin: 0;
	max-width: 720px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	overflow: hidden;
	background: var(--wp--preset--color--surface);
}

.gwo-specs__row {
	display: grid;
	grid-template-columns: 45% 55%;
	gap: 16px;
	padding: 12px 20px;
}

.gwo-specs__row:nth-child(odd) {
	background: var(--wp--preset--color--mist);
}

.gwo-specs dt {
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-specs dd {
	margin: 0;
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
}

/* Woo notices (added-to-cart feedback) in our language. */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	list-style: none;
	background: var(--wp--preset--color--brand-tint);
	border: 1px solid var(--wp--preset--color--brand);
	border-radius: var(--wp--custom--radius--control);
	padding: 14px 20px;
	margin: 0 0 24px;
	font-size: var(--wp--preset--font-size--sm);
}

.woocommerce-error {
	background: color-mix(in srgb, var(--wp--preset--color--sale) 8%, var(--wp--preset--color--surface));
	border-color: var(--wp--preset--color--sale);
}

/* "Verder winkelen" inside the added-to-cart notice: a real button. */
.woocommerce-message a.button,
.woocommerce-message .wc-forward {
	float: right;
	display: inline-block;
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface) !important;
	border-radius: var(--wp--custom--radius--pill);
	padding: 7px 18px;
	margin-left: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.woocommerce-message a.button:hover,
.woocommerce-message .wc-forward:hover {
	background: var(--wp--preset--color--brand-dark);
}

/* Card action row: buy button plus a quiet "Meer informatie" link. */
.gwo-product-card__acties {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.gwo-product-card__meer {
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--brand);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.gwo-product-card__meer:hover {
	color: var(--wp--preset--color--brand-dark);
}

/* --- 404 -------------------------------------------------------------- */

/* Root blockGap is 0 site-wide; the 404 gets its own vertical rhythm. */
.gwo-404 .gwo-wrap-1320 {
	display: grid;
	gap: 22px;
	justify-items: start;
}

.gwo-404 h1,
.gwo-404 p {
	margin: 0;
}

.gwo-404__search {
	width: 100%;
	max-width: 640px;
	margin: 6px 0 10px;
}

.gwo-404__search .wp-block-search__inside-wrapper {
	display: flex;
	gap: 10px;
}

.gwo-404__search .wp-block-search__input {
	flex: 1;
	border-radius: var(--wp--custom--radius--pill);
	padding-left: 22px;
}

.gwo-404__search .wp-block-search__button {
	border-radius: var(--wp--custom--radius--pill);
	margin-left: 0;
	padding: 13px 28px;
}

.gwo-404-categories {
	width: 100%;
	gap: 14px;
	margin: 0 0 10px;
}

.gwo-404-categories .wp-block-column {
	flex-basis: 0;
}

.gwo-404-categories p {
	margin: 0;
	max-width: none;
}

/* --- Waarom kiezen + service ------------------------------------------ */

.gwo-why__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 48px 64px;
}

.gwo-why__left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.gwo-why__left h2 {
	margin: 0;
	font-size: var(--wp--preset--font-size--2-xl);
}

.gwo-why__checks {
	display: flex;
	flex-direction: column;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: none;
}

.gwo-why__checks li {
	display: flex;
	gap: 14px;
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.6;
	color: var(--gwo-check-text);
}

.gwo-why__checks .gwo-check {
	color: var(--wp--preset--color--brand);
	font-weight: 800;
}

.gwo-why__checks strong {
	color: var(--wp--preset--color--ink);
}

.gwo-service-card {
	background: var(--wp--preset--color--mist);
	border-radius: var(--wp--custom--radius--card);
	padding: clamp(24px, 3vw, 36px);
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-self: start;
}

.gwo-service-card > * {
	margin: 0;
}

.gwo-service-card__img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: calc(var(--wp--custom--radius--card) - 8px);
	display: block;
}

.gwo-service-card h3 {
	font-size: 22px;
	letter-spacing: -0.02em;
}

.gwo-service-card p {
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.65;
	color: var(--wp--preset--color--ink-soft);
}

.gwo-service-card__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.gwo-service-card__ctas a {
	text-decoration: none;
	font-size: 0.875rem;
}

.gwo-service-card__ctas .gwo-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	padding: 13px 24px;
	border-radius: var(--wp--custom--radius--pill);
	font-weight: 600;
}

.gwo-service-card__ctas .gwo-btn-primary .gwo-icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.gwo-service-card__ctas .gwo-btn-primary:hover {
	background: var(--wp--preset--color--brand-dark);
}

/* --- Reviews ---------------------------------------------------------- */

/* Warm sand backdrop so the section feels like a break in the page. */
.gwo-reviews-sec {
	background: color-mix(in srgb, var(--wp--preset--color--green-tint) 55%, var(--wp--preset--color--surface));
}

.gwo-reviews-sec .gwo-review-card {
	background: var(--wp--preset--color--surface);
}

.gwo-reviews__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 36px;
	max-width: none;
}

.gwo-reviews__head h2 {
	margin: 0;
}

.gwo-reviews__score {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
	text-decoration: none;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--pill);
	padding: 10px 18px;
	transition: border-color 0.15s ease;
}

.gwo-reviews__score:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--ink);
}

.gwo-reviews__score-stars {
	color: var(--wp--preset--color--gold);
	letter-spacing: 0.08em;
}

.gwo-reviews__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: none;
}

.gwo-reviews__photo {
	border-radius: var(--wp--custom--radius--card);
	overflow: hidden;
	min-height: 260px;
}

.gwo-reviews__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gwo-review-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--wp--preset--color--mist);
	border-radius: var(--wp--custom--radius--card);
	padding: 28px;
	transition: transform 0.25s ease;
}

.gwo-review-card:hover {
	transform: translateY(-3px);
}

.gwo-review-card__stars {
	color: var(--wp--preset--color--gold);
	font-size: var(--wp--preset--font-size--lg);
	letter-spacing: 0.08em;
}

.gwo-review-card__title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.gwo-review-card__text {
	margin: 0;
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.65;
	color: var(--wp--preset--color--ink-soft);
	flex: 1;
}

.gwo-review-card__meta {
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	color: var(--wp--preset--color--ink-faint);
}

/* --- FAQ -------------------------------------------------------------- */

.gwo-faq__head {
	margin-bottom: 36px;
}

.gwo-faq__head h2 {
	margin: 0;
}

.gwo-faq__list {
	display: grid;
	gap: 12px;
	max-width: none;
}

.gwo-faq__item {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 0;
	transition: border-color 0.15s ease;
}

.gwo-faq__item[open],
.gwo-faq__item:hover {
	border-color: var(--wp--preset--color--brand);
}

.gwo-faq__item summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	list-style: none;
	padding: 18px 24px;
	font-size: 17px;
	font-weight: 700;
}

.gwo-faq__item summary::-webkit-details-marker {
	display: none;
}

.gwo-faq__chevron {
	color: var(--wp--preset--color--brand);
	transition: rotate 0.2s ease;
	flex-shrink: 0;
}

.gwo-faq__item[open] .gwo-faq__chevron {
	rotate: 180deg;
}

.gwo-faq__item p {
	margin: 0;
	padding: 0 24px 20px;
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.65;
	color: var(--wp--preset--color--ink-soft);
	max-width: 68ch;
}

/* --- Quote band ------------------------------------------------------- */

.gwo-quote {
	text-align: center;
}

.gwo-quote p {
	max-width: 900px;
	margin: 0 auto;
	font-size: clamp(20px, 2.4vw, 28px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.35;
	text-wrap: balance;
}

.gwo-quote__accent {
	color: var(--wp--preset--color--brand);
}

/* --- Footer ----------------------------------------------------------- */

.gwo-footer {
	padding-top: clamp(40px, 5vw, 64px);
	padding-bottom: 40px;
	color: var(--wp--preset--color--footer-text) !important;
}

.gwo-footer__columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px 48px;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}

.gwo-footer__col {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 0.875rem;
}

.gwo-footer__col--brand {
	gap: 14px;
}

.gwo-footer__brand-name {
	color: var(--wp--preset--color--surface);
	font-weight: 800;
	font-size: 19px;
	letter-spacing: -0.02em;
}

.gwo-footer__tagline {
	line-height: 1.7;
}

.gwo-footer__col-title {
	color: var(--wp--preset--color--surface);
	font-weight: 700;
	margin-bottom: 4px;
}

.gwo-footer a {
	color: var(--wp--preset--color--footer-text);
	text-decoration: none;
}

.gwo-footer a:hover {
	color: var(--wp--preset--color--surface);
}

.gwo-footer__legal {
	margin: 40px auto 0;
	padding-top: 24px;
	border-top: 1px solid var(--gwo-footer-border);
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--footer-dim);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	max-width: 1320px;
}

.gwo-footer__reviews {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 8px;
	color: var(--wp--preset--color--surface) !important;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--xs);
}

.gwo-footer__reviews-stars {
	color: var(--wp--preset--color--gold);
	font-size: var(--wp--preset--font-size--sm);
	letter-spacing: 0.06em;
	line-height: 1;
	transform: translateY(-1.5px);
}

/* --- Offertepagina en eigen formulieren -------------------------------- */

.gwo-offerte__intro {
	max-width: 62ch;
	margin: 14px 0 0;
	color: var(--wp--preset--color--ink-soft);
}

.gwo-offerte__body {
	padding: clamp(40px, 5vw, 64px) var(--wp--custom--section-x) clamp(56px, 7vw, 88px);
	background: var(--wp--preset--color--surface);
}

.gwo-form {
	max-width: 720px;
	display: grid;
	gap: 22px;
	background: var(--wp--preset--color--surface-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	padding: clamp(24px, 3.5vw, 44px);
}

.gwo-form__rij {
	display: grid;
	gap: 22px;
}

@media (min-width: 640px) {
	.gwo-form__rij {
		grid-template-columns: 1fr 1fr;
	}
}

.gwo-form__veld {
	display: grid;
	gap: 8px;
}

.gwo-form__veld label {
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-form__optioneel {
	font-weight: 400;
	color: var(--wp--preset--color--ink-faint);
}

.gwo-form__veld input,
.gwo-form__veld select,
.gwo-form__veld textarea {
	font: inherit;
	color: inherit;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--control);
	padding: 12px 14px;
	width: 100%;
}

.gwo-form__veld textarea {
	resize: vertical;
}

.gwo-form__veld :focus-visible {
	outline: 2px solid var(--wp--preset--color--brand);
	outline-offset: 1px;
}

.gwo-form .gwo-pdp__add {
	justify-self: start;
	cursor: pointer;
}

.gwo-form__voetnoot {
	margin: -6px 0 0;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
}

/* Honeypot: visually gone, still present for bots. */
.gwo-form__hp {
	position: absolute;
	left: -9999px;
	margin: 0;
}

.gwo-form__notice {
	max-width: 720px;
	border-radius: var(--wp--custom--radius--card);
	padding: 18px 22px;
	margin-bottom: 24px;
}

.gwo-form__notice strong {
	display: block;
	margin-bottom: 2px;
}

.gwo-form__notice--ok {
	background: var(--wp--preset--color--green-tint);
	color: var(--wp--preset--color--success);
}

.gwo-form__notice--fout {
	background: color-mix(in oklab, var(--wp--preset--color--sale) 12%, var(--wp--preset--color--surface));
	color: var(--wp--preset--color--sale);
}

/* --- Winkelwagenlade --------------------------------------------------- */

.gwo-drawer {
	margin: 0 0 0 auto;
	max-width: 420px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	border: 0;
	padding: 0;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
	box-shadow: -20px 0 60px oklch(0.24 0.03 255 / 0.18);
}

.gwo-drawer::backdrop {
	background: oklch(0.24 0.03 255 / 0.45);
}

.gwo-drawer[open] {
	display: flex;
	flex-direction: column;
}

/* Slide-in vanaf rechts, fade op de achtergrond. Sluiten animeert mee
   dankzij allow-discrete op display; browsers zonder die ondersteuning
   tonen de lade gewoon direct. */
.gwo-drawer {
	translate: 100% 0;
	transition:
		translate 0.32s cubic-bezier(0.32, 0.72, 0, 1),
		display 0.32s allow-discrete,
		overlay 0.32s allow-discrete;
}

.gwo-drawer[open] {
	translate: 0 0;
}

@starting-style {
	.gwo-drawer[open] {
		translate: 100% 0;
	}
}

.gwo-drawer::backdrop {
	opacity: 0;
	transition:
		opacity 0.32s ease,
		display 0.32s allow-discrete,
		overlay 0.32s allow-discrete;
}

.gwo-drawer[open]::backdrop {
	opacity: 1;
}

@starting-style {
	.gwo-drawer[open]::backdrop {
		opacity: 0;
	}
}

/* De items veren subtiel mee zodra de inhoud binnen is. */
.gwo-drawer__item {
	animation: gwo-drawer-item 0.4s cubic-bezier(0.32, 0.72, 0, 1) backwards;
}

.gwo-drawer__item:nth-child(2) { animation-delay: 0.05s; }
.gwo-drawer__item:nth-child(3) { animation-delay: 0.1s; }
.gwo-drawer__item:nth-child(n+4) { animation-delay: 0.15s; }

@keyframes gwo-drawer-item {
	from {
		opacity: 0;
		translate: 16px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gwo-drawer,
	.gwo-drawer::backdrop {
		transition-duration: 0.01ms;
	}

	.gwo-drawer__item {
		animation: none;
	}
}

.gwo-drawer__kop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid var(--wp--preset--color--line);
	font-size: var(--wp--preset--font-size--lg);
}

.gwo-drawer__sluit {
	background: none;
	border: 0;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: var(--wp--preset--color--ink-soft);
	padding: 0 4px;
}

.gwo-drawer__body {
	flex: 1;
	overflow-y: auto;
	padding: 8px 24px;
}

.gwo-drawer__laden,
.gwo-drawer__leeg {
	color: var(--wp--preset--color--ink-soft);
	padding: 24px 0;
}

.gwo-drawer__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gwo-drawer__item {
	display: grid;
	grid-template-columns: 56px 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.gwo-drawer__item img,
.gwo-drawer__geenimg {
	width: 56px;
	height: 56px;
	object-fit: contain;
	background: var(--wp--preset--color--surface-alt);
	border-radius: var(--wp--custom--radius--control);
}

.gwo-drawer__naam {
	display: block;
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
	line-height: 1.35;
}

.gwo-drawer__meta {
	display: block;
	margin-top: 2px;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
}

.gwo-drawer__prijs {
	font-weight: 700;
	white-space: nowrap;
}

.gwo-drawer__voet {
	border-top: 1px solid var(--wp--preset--color--line);
	padding: 20px 24px calc(20px + env(safe-area-inset-bottom));
	display: grid;
	gap: 10px;
	background: var(--wp--preset--color--surface-alt);
}

.gwo-drawer__totaal {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: var(--wp--preset--font-size--lg);
	margin-bottom: 4px;
}

.gwo-drawer__cta {
	display: block;
	text-align: center;
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	border-radius: var(--wp--custom--radius--pill);
	padding: 14px 24px;
	font-weight: 600;
	text-decoration: none;
}

.gwo-drawer__cta:hover {
	background: var(--wp--preset--color--brand-dark);
}

.gwo-drawer__link {
	display: block;
	text-align: center;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--brand);
	text-decoration: none;
}

.gwo-drawer__link--knop {
	background: none;
	border: 0;
	font-family: inherit;
	cursor: pointer;
	width: 100%;
	color: var(--wp--preset--color--ink-soft);
}

/* --- Sticky koopbalk (mobiel) ------------------------------------------ */

.gwo-koopbalk {
	display: none;
}

@media (max-width: 767px) {
	.gwo-koopbalk {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 150;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
		background: var(--wp--preset--color--surface);
		border-top: 1px solid var(--wp--preset--color--line);
		box-shadow: 0 -8px 24px oklch(0.24 0.03 255 / 0.1);
	}

	.gwo-koopbalk__naam {
		display: block;
		font-size: var(--wp--preset--font-size--xs);
		color: var(--wp--preset--color--ink-soft);
		max-width: 40vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.gwo-koopbalk__prijs {
		display: block;
		font-weight: 800;
	}

	.gwo-koopbalk__prijs del {
		display: none;
	}

	.gwo-koopbalk__knop {
		background: var(--wp--preset--color--brand);
		color: var(--wp--preset--color--surface);
		border: 0;
		border-radius: var(--wp--custom--radius--pill);
		padding: 13px 22px;
		font: inherit;
		font-weight: 600;
		white-space: nowrap;
		cursor: pointer;
	}

	/* Ruimte onder de pagina zodat de balk niets afdekt. */
	.gwo-pdp-page {
		padding-bottom: 78px;
	}
}

/* --- Bedankpagina ------------------------------------------------------ */

/* Woo zet er zelf nog een statuskop ("Bestelling ontvangen") in; onze
   hero draagt die titel al, dus die dubbele kop verdwijnt. De statustekst
   eronder blijft staan, want die verschilt per betaalstatus. */
.gwo-bedanktpage h1 {
	display: none;
}

.gwo-bedankt {
	background: var(--wp--preset--color--surface-alt);
	border-top: 1px solid var(--wp--preset--color--line);
	padding: clamp(40px, 5vw, 64px) var(--wp--custom--section-x);
}

/* Loopt door in dezelfde band als het vervolgblok erboven. */
.gwo-bedankt-trust {
	background: var(--wp--preset--color--surface-alt);
	padding: 0 var(--wp--custom--section-x) clamp(48px, 6vw, 72px);
}

.gwo-bedankt-trust .gwo-shoptrust {
	margin-top: 0;
}

.gwo-bedankt__kop {
	margin: 0 0 24px;
	font-size: var(--wp--preset--font-size--2-xl);
}

.gwo-stappen {
	list-style: none;
	margin: 0 0 clamp(28px, 4vw, 44px);
	padding: 0;
	display: grid;
	gap: 16px;
	/* Lijsten erven de leesbreedte; deze rij moet de volle wrap vullen. */
	max-width: none;
}

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

.gwo-stappen li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 18px 20px;
}

.gwo-stappen__nr {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-stappen strong {
	display: block;
	margin-bottom: 2px;
}

.gwo-stappen span:not(.gwo-stappen__nr) {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
}

.gwo-bedankt__kaarten {
	display: grid;
	gap: 20px;
}

@media (min-width: 860px) {
	.gwo-bedankt__kaarten {
		grid-template-columns: 1fr 1fr;
	}
}

.gwo-bedankt__kaart {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	padding: clamp(22px, 3vw, 32px);
}

.gwo-bedankt__kaart--zout {
	background: var(--wp--preset--color--green-tint);
	border-color: color-mix(in srgb, var(--wp--preset--color--green) 25%, transparent);
}

.gwo-bedankt__icoon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
	margin-bottom: 14px;
}

.gwo-bedankt__kaart h3 {
	margin: 0 0 8px;
	font-size: var(--wp--preset--font-size--lg);
}

.gwo-bedankt__kaart p {
	margin: 0 0 12px;
	color: var(--wp--preset--color--ink-soft);
}

.gwo-bedankt__staffel {
	color: var(--wp--preset--color--success) !important;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-bedankt__hulp {
	margin: clamp(28px, 4vw, 40px) 0 0;
	color: var(--wp--preset--color--ink-soft);
}

/* --- Cookiebar --------------------------------------------------------- */

.gwo-cookiebar {
	position: fixed;
	inset-inline: 16px;
	bottom: 16px;
	z-index: 200;
	max-width: 460px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	box-shadow: 0 18px 50px oklch(0.24 0.03 255 / 0.16);
	padding: 22px 24px;
}

.gwo-cookiebar__tekst {
	margin: 0 0 16px;
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.55;
}

.gwo-cookiebar__tekst strong {
	display: block;
	margin-bottom: 4px;
	color: var(--wp--preset--color--ink);
	font-size: var(--wp--preset--font-size--base);
}

.gwo-cookiebar__tekst a {
	color: var(--wp--preset--color--brand);
	font-weight: 600;
}

.gwo-cookiebar__acties {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gwo-cookiebar__knop {
	font: inherit;
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
	border-radius: var(--wp--custom--radius--pill);
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.gwo-cookiebar__knop--accept {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--brand);
}

.gwo-cookiebar__knop--accept:hover {
	background: var(--wp--preset--color--brand-dark);
}

.gwo-cookiebar__knop--decline {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
	border: 1px solid var(--wp--preset--color--line);
}

.gwo-cookiebar__knop--decline:hover {
	border-color: var(--wp--preset--color--ink-soft);
}

/* --- Downloadlijst (informatiepagina) --------------------------------- */

.gwo-downloads {
	list-style: none;
	margin: 8px 0 0;
	/* Overschrijft de inspringing die gewone lijsten in de paginabody krijgen. */
	padding-left: 0 !important;
	padding: 0;
	display: grid;
	gap: 12px;
}

.gwo-downloads li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 20px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 16px 20px;
}

.gwo-downloads__name {
	display: block;
	font-weight: 600;
}

.gwo-downloads__meta {
	display: block;
	margin-top: 2px;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
}

.gwo-downloads .gwo-btn-dark {
	flex-shrink: 0;
}

.gwo-footer__credit a {
	color: var(--wp--preset--color--footer-dim);
	position: relative;
	font-weight: 600;
	transition: color 0.2s ease;
}

/* Sliding underline, the same accent used in the main nav. */
.gwo-footer__credit a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 1px;
	background: var(--wp--preset--color--aqua);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.gwo-footer__credit a:hover {
	color: var(--wp--preset--color--surface);
}

.gwo-footer__credit a:hover::after {
	transform: scaleX(1);
}

/* --- 404 -------------------------------------------------------------- */

.gwo-404-categories a {
	display: block;
	padding: var(--wp--preset--spacing--40);
	border: 1.5px solid var(--gwo-outline-border);
	border-radius: var(--wp--custom--radius--card);
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	color: var(--wp--preset--color--ink);
	transition: border-color 0.15s ease, color 0.15s ease;
}

.gwo-404-categories a:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
}

/* --- Keuzehulp (het echte blok) ---------------------------------------- */

.gwo-kha {
	display: grid;
	gap: 40px;
	max-width: none;
	margin-top: 36px !important;
}

.gwo-kha__form {
	display: grid;
	gap: 28px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: clamp(28px, 3.5vw, 44px);
	box-shadow: 0 6px 24px oklch(0.52 0.19 255 / 0.06);
	max-width: 720px;
}

.gwo-kha__veld {
	border: 0;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.gwo-kha__veld label {
	margin-bottom: 2px;
}

.gwo-kha__veld legend {
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
	padding: 0;
	margin-bottom: 12px;
}

.gwo-kha__veld input[type="text"],
.gwo-kha__veld select {
	max-width: 260px;
}

.gwo-kha__hint {
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
}

.gwo-kha__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gwo-kha__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	padding: 11px 16px;
	border: 1.5px solid var(--gwo-outline-border);
	border-radius: var(--wp--custom--radius--pill);
	font-weight: 600;
	cursor: pointer;
	margin: 0;
	transition: all 0.15s ease;
}

.gwo-kha__chip:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
}

.gwo-kha input:checked + .gwo-kha__chip {
	background: var(--wp--preset--color--brand);
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
}

.gwo-kha__submit {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	border: none;
	border-radius: var(--wp--custom--radius--pill);
	padding: 15px 32px;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	justify-self: start;
}

.gwo-kha__submit:hover {
	background: var(--wp--preset--color--brand-dark);
}

.gwo-kha__resultaat {
	display: grid;
	gap: 20px;
}

.gwo-kha__regio {
	margin: 6px 0 0;
	color: var(--wp--preset--color--ink-soft);
	max-width: 60ch;
}

.gwo-kha__kaart {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 32px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: clamp(24px, 3vw, 36px);
	box-shadow: var(--wp--preset--shadow--card-hover);
}

.gwo-kha__media {
	background: var(--wp--preset--color--mist);
	border-radius: var(--wp--custom--radius--card);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	min-height: 260px;
}

.gwo-kha__media img {
	max-height: 260px;
	width: auto;
	object-fit: contain;
}

.gwo-kha__info {
	display: grid;
	gap: 12px;
	align-content: start;
}

.gwo-kha__info h3 {
	margin: 0;
	font-size: var(--wp--preset--font-size--xl);
}

.gwo-kha__info h3 a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.gwo-kha__prijs {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.gwo-kha__prijs del {
	font-size: var(--wp--preset--font-size--base);
	color: var(--wp--preset--color--footer-dim);
	font-weight: 400;
	margin-right: 8px;
}

.gwo-kha__prijs ins {
	text-decoration: none;
}

.gwo-kha__waarom {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
	font-size: var(--wp--preset--font-size--sm);
	color: var(--gwo-check-text);
	max-width: none;
}

.gwo-kha__waarom li {
	padding-left: 26px;
	position: relative;
}

.gwo-kha__waarom li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--wp--preset--color--success);
	font-weight: 800;
}

.gwo-kha__instel {
	margin: 0;
	font-weight: 600;
	background: var(--wp--preset--color--brand-tint);
	border-radius: var(--wp--custom--radius--control);
	padding: 12px 16px;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-kha__acties {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.gwo-kha__koop {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	border-radius: var(--wp--custom--radius--pill);
	padding: 13px 28px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}

.gwo-kha__koop:hover {
	background: var(--wp--preset--color--brand-dark);
	color: var(--wp--preset--color--surface);
}

.gwo-kha__alternatief,
.gwo-kha__melding {
	margin: 0;
	color: var(--wp--preset--color--ink-soft);
	max-width: 68ch;
}

.gwo-kha__melding {
	background: var(--wp--preset--color--brand-tint);
	border-radius: var(--wp--custom--radius--control);
	padding: 14px 18px;
}

.gwo-kha__disclaimer {
	margin: 0;
	font-size: var(--wp--preset--font-size--xs);
	color: var(--wp--preset--color--ink-faint);
	max-width: 68ch;
}

/* --- Productvarianten (zonder JS) -------------------------------------- */

.gwo-pdp__varianten {
	display: grid;
	gap: 10px;
	margin: 8px 0;
}

.gwo-pdp__varianten-kop {
	font-weight: 700;
	font-size: var(--wp--preset--font-size--sm);
}

.gwo-pdp__variant {
	display: flex;
	align-items: center;
	gap: 16px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--control);
	padding: 10px 16px;
}

.gwo-pdp__variant-naam {
	font-weight: 600;
	flex: 1;
}

.gwo-pdp__variant-prijs {
	font-weight: 700;
}

.gwo-pdp__variant .gwo-btn-dark {
	align-self: center;
}

.gwo-vanaf {
	font-size: 0.7em;
	font-weight: 600;
	color: var(--wp--preset--color--ink-faint);
	margin-right: 2px;
}

/* --- Gewone pagina's --------------------------------------------------- */

.gwo-pagehero {
	background: linear-gradient(180deg, var(--wp--preset--color--surface) 0%, var(--wp--preset--color--surface-alt) 100%);
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: clamp(32px, 4vw, 56px) var(--wp--custom--section-x);
}

.gwo-pagehero h1 {
	margin: 0;
}

.gwo-pagebody {
	padding: clamp(32px, 4vw, 56px) var(--wp--custom--section-x) clamp(48px, 6vw, 80px);
}

/* Readable column for running text, generous type. */
.gwo-pagebody .gwo-wrap-1320 > * {
	max-width: 52rem;
}

.gwo-pagebody h2 {
	font-size: var(--wp--preset--font-size--xl);
	margin: 36px 0 12px;
}

.gwo-pagebody p {
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.7;
	margin: 0 0 16px;
}

/* Lists share the running-text color so imported legal pages match. */
.gwo-pagebody ul,
.gwo-pagebody ol {
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.7;
	margin: 0 0 16px;
	padding-left: 24px;
}

.gwo-pagebody li {
	margin-bottom: 6px;
}

.gwo-pagebody a {
	font-weight: 600;
}

/* --- Cart, checkout en account ---------------------------------------- */

.gwo-trustbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 32px;
	list-style: none;
	margin: 32px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid var(--wp--preset--color--line);
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--success);
	max-width: none;
}

.gwo-trustbar--center {
	justify-content: center;
	border-top: 0;
}

.gwo-checkout-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.gwo-checkout-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 16px 0;
}

.gwo-checkout-header__back {
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--ink-soft);
	text-decoration: none;
}

.gwo-checkout-header__back:hover {
	color: var(--wp--preset--color--brand);
}

.gwo-checkout-header__secure {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: var(--wp--preset--font-size--sm);
	font-weight: 600;
	color: var(--wp--preset--color--success);
}

/* WooCommerce blocks: pill buttons, rounded fields, kobalt accents. */
.wc-block-components-button:not(.is-link),
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
	background: var(--wp--preset--color--brand) !important;
	color: var(--wp--preset--color--surface) !important;
	border-radius: var(--wp--custom--radius--pill) !important;
	font-weight: 600 !important;
	padding: 14px 28px !important;
	border: none !important;
	box-shadow: 0 6px 18px oklch(0.52 0.19 255 / 0.25);
	transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.wc-block-components-button:not(.is-link):hover {
	background: var(--wp--preset--color--brand-dark) !important;
	transform: translateY(-1px);
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-country-input input {
	border-radius: var(--wp--custom--radius--control) !important;
	border-color: var(--wp--preset--color--line) !important;
	min-height: 48px;
}

/* Trust cards under cart and checkout. The checkout block floats its
   sidebar, so the band clears and claims the full container width. */
.gwo-shoptrust {
	list-style: none;
	margin: clamp(32px, 4vw, 48px) 0 0;
	padding: 0;
	display: grid;
	gap: 14px;
	width: 100%;
	max-width: none;
	clear: both;
}

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

.gwo-shoptrust li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: var(--wp--preset--color--surface-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 18px 20px;
}

.gwo-shoptrust__icoon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--wp--preset--color--brand-tint);
	color: var(--wp--preset--color--brand);
}

.gwo-shoptrust strong {
	display: block;
	margin-bottom: 2px;
}

.gwo-shoptrust div span {
	font-size: var(--wp--preset--font-size--sm);
	color: var(--wp--preset--color--ink-soft);
}

.gwo-shoptrust a {
	color: var(--wp--preset--color--brand);
	font-weight: 600;
}

/* Cart/checkout blocks render at 14px by default; lift to shop base size. */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
	font-size: var(--wp--preset--font-size--base);
}

.wc-block-components-product-name {
	font-size: var(--wp--preset--font-size--base) !important;
}

.wc-block-cart-item__total .wc-block-components-product-price,
.wc-block-components-order-summary-item__total-price {
	font-size: var(--wp--preset--font-size--lg);
	font-weight: 700;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
	font-size: var(--wp--preset--font-size--base);
}

.wc-block-components-quantity-selector input {
	font-size: var(--wp--preset--font-size--base) !important;
}

/* Checkout form: bigger step titles and readable inputs. */
.wc-block-components-checkout-step__title {
	font-size: var(--wp--preset--font-size--xl) !important;
	font-weight: 800 !important;
}

.wc-block-components-checkout-step__description {
	font-size: var(--wp--preset--font-size--sm) !important;
	color: var(--wp--preset--color--ink-soft) !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-country-input input,
.wc-block-components-text-input label,
.wc-block-components-combobox label {
	font-size: var(--wp--preset--font-size--base) !important;
}

.wc-block-components-radio-control__label,
.wc-block-components-checkbox__label {
	font-size: var(--wp--preset--font-size--base) !important;
}

/* Shipping and payment options: calm cards in the house style instead of
   Woo's hard black frames and square corners. */
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option {
	border: 1px solid var(--wp--preset--color--line) !important;
	border-radius: var(--wp--custom--radius--control) !important;
	margin-bottom: 10px;
	background: var(--wp--preset--color--surface);
	padding-top: 14px;
	padding-bottom: 14px;
}

/* Woo stacks options against each other with outlines; we space them. */
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option::after {
	display: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control__option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked),
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option:has(input:checked) {
	border: 1px solid var(--wp--preset--color--brand) !important;
	box-shadow: inset 0 0 0 1px var(--wp--preset--color--brand);
	background: color-mix(in srgb, var(--wp--preset--color--brand) 4%, var(--wp--preset--color--surface));
}

/* Radio dots and checkboxes in brand blue instead of black. */
.wc-block-components-radio-control__input {
	border-color: var(--wp--preset--color--line) !important;
}

.wc-block-components-radio-control__input:checked {
	border-color: var(--wp--preset--color--brand) !important;
}

.wc-block-components-radio-control__input:checked::before {
	background: var(--wp--preset--color--brand) !important;
}

.wc-block-components-checkbox__input {
	border-color: var(--wp--preset--color--line) !important;
	border-radius: 5px !important;
}

.wc-block-components-checkbox__input:checked {
	background-color: var(--wp--preset--color--brand) !important;
	border-color: var(--wp--preset--color--brand) !important;
}

/* The option cards carry the borders now; the group wrappers around
   shipping and payment lose theirs, and empty accordion panels (payment
   methods without extra fields) disappear instead of leaving slivers. */
.wp-block-woocommerce-checkout .wc-block-components-radio-control,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion,
.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package {
	border: 0 !important;
	box-shadow: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-content:not(:has(*)) {
	display: none !important;
}

/* Payment methods nest a plain option inside the accordion option; only
   the outer accordion card carries the border, never both. The inner
   label row carries all padding so the card can never show a bare strip
   below it, and the checked tint fills the whole card. */
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option {
	padding: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
	border: 0 !important;
	box-shadow: none !important;
	border-radius: var(--wp--custom--radius--control) !important;
	margin-bottom: 0;
	background: transparent !important;
	/* Room on the left for the absolutely positioned radio dot. */
	padding: 16px 18px 16px 56px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option:has(input:checked) {
	background: color-mix(in srgb, var(--wp--preset--color--brand) 4%, var(--wp--preset--color--surface)) !important;
}

/* Mollie renders a whitespace-only container per method (so :empty never
   matches); hide the panel unless it holds real content, and drop the
   accordion's own separators — the cards carry the visual rhythm. */
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-content {
	display: none;
	border: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-content:has(input:not([type="hidden"]), select, textarea, p, img, label, .wc-block-components-text-input) {
	display: block;
	padding: 0 18px 14px !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option::before,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option::after,
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked::before,
.wp-block-woocommerce-checkout .wc-block-components-radio-control--highlight-checked::after {
	content: none !important;
	display: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option > *:not(.wc-block-components-radio-control__option):not(.wc-block-components-radio-control-accordion-content) {
	border: 0 !important;
}

/* Cart table: no PRODUCT/TOTAAL header, roomy rows with soft separators. */
.wc-block-cart-items .wc-block-cart-items__header {
	display: none;
}

.wc-block-cart-items .wc-block-cart-item__wrap {
	padding: 4px 0;
}

.wc-block-cart-items__row {
	padding: 20px 0 !important;
	border-top: 1px solid var(--wp--preset--color--line);
}

.wc-block-cart-item__image img {
	border-radius: var(--wp--custom--radius--control);
	background: var(--wp--preset--color--surface-alt);
	padding: 6px;
}

/* One price per cart row: the total on the right plus the Bespaar badge;
   the was/now repeat under the product name is noise. */
.wc-block-cart-items__row .wc-block-cart-item__prices {
	display: none !important;
}

/* Sidebar (Besteloverzicht / Totalen): a real white card. */
.wc-block-components-sidebar {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	padding: clamp(20px, 2.5vw, 30px) !important;
	box-shadow: 0 14px 40px oklch(0.24 0.03 255 / 0.07);
}

.wc-block-components-sidebar .wc-block-components-totals-wrapper {
	border-radius: 0;
}

/* Sidebar titles: normal case, our heading weight. */
.wc-block-cart__totals-title,
.wc-block-components-checkout-order-summary__title {
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-size: var(--wp--preset--font-size--lg) !important;
	font-weight: 800 !important;
	color: var(--wp--preset--color--ink) !important;
}

/* Summary line items: quieter meta, no feed disclaimer text. */
.wc-block-components-order-summary-item {
	padding: 14px 0 !important;
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.wc-block-components-order-summary-item:last-child {
	border-bottom: 0;
}

/* One price per item: the total on the right. The was/now repeat under
   the name only adds noise next to the Bespaar badge. */
.wc-block-components-order-summary-item__individual-prices {
	display: none !important;
}

.wc-block-components-order-summary-item .wc-block-components-product-name {
	font-size: var(--wp--preset--font-size--sm) !important;
	line-height: 1.45;
}

.wc-block-components-order-summary-item__total-price {
	font-size: var(--wp--preset--font-size--base);
}

.wc-block-components-order-summary-item .wc-block-components-sale-badge {
	margin-top: 6px;
}

/* Woo renders empty wrappers for discount/fee placeholders; without
   content they would show as bare divider bands. */
.wc-block-components-totals-wrapper:not(:has(.wc-block-components-totals-item, .wc-block-components-totals-coupon, .wc-block-components-panel, .wc-block-components-totals-shipping, .wc-block-components-order-summary-item, .wc-block-components-order-summary)) {
	display: none;
}

.wc-block-components-product-metadata__description {
	display: none;
}

.wc-block-components-order-summary-item__image img,
.wc-block-components-order-summary-item__image {
	border-radius: var(--wp--custom--radius--control);
}

/* "Bespaar €x" badge: green pill instead of the gray box. */
.wc-block-components-sale-badge {
	background: var(--wp--preset--color--green-tint) !important;
	color: var(--wp--preset--color--success) !important;
	border: 0 !important;
	border-radius: var(--wp--custom--radius--pill) !important;
	font-weight: 600 !important;
	padding: 3px 10px !important;
}

/* Totals rows: consistent rhythm, prominent final total. */
.wc-block-components-totals-item {
	padding: 8px 0;
}

.wc-block-components-totals-wrapper {
	border-top: 1px solid var(--wp--preset--color--line) !important;
	padding: 14px 0 !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: var(--wp--preset--font-size--xl) !important;
	font-weight: 800 !important;
	color: var(--wp--preset--color--ink) !important;
}

/* Coupon toggle: brand-colored link instead of a gray widget. */
.wc-block-components-panel__button {
	color: var(--wp--preset--color--brand) !important;
	font-weight: 600 !important;
}

.wc-block-components-product-name {
	font-weight: 600;
	color: var(--wp--preset--color--ink) !important;
}

.wc-block-components-radio-control__option {
	border-radius: var(--wp--custom--radius--control);
}

/* Mijn account: app-achtige twee-kolomsindeling in de huisstijl.
   Expliciete grid-areas, want Woo rendert een (vaak lege) notices-div als
   eerste child die anders de kolommen opschuift. */
.gwo-pagebody .gwo-wrap-1320 > .entry-content:has(.woocommerce-MyAccount-navigation),
.gwo-pagebody .gwo-wrap-1320 > .entry-content:has(.u-columns) {
	max-width: none;
}

.gwo-pagebody .entry-content > .woocommerce {
	max-width: none;
}

.gwo-pagebody .woocommerce:has(.woocommerce-MyAccount-navigation) {
	max-width: none;
	display: grid;
	gap: clamp(24px, 3vw, 44px);
	align-items: start;
	grid-template-areas: "notices" "nav" "content";
}

.gwo-pagebody .woocommerce:has(.woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper {
	grid-area: notices;
}

.gwo-pagebody .woocommerce:has(.woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper:empty {
	display: none;
}

.gwo-pagebody .woocommerce > .woocommerce-MyAccount-navigation {
	grid-area: nav;
	width: 100%;
	justify-self: stretch;
}

.gwo-pagebody .woocommerce > .woocommerce-MyAccount-content {
	grid-area: content;
	width: 100%;
	justify-self: stretch;
}

@media (min-width: 880px) {
	.gwo-pagebody .woocommerce:has(.woocommerce-MyAccount-navigation) {
		grid-template-columns: 250px minmax(0, 1fr);
		grid-template-areas: "notices notices" "nav content";
	}
}

/* Whitespace in de li's geeft anders een extra regelhoogte per pill. */
.woocommerce-MyAccount-navigation li {
	display: contents;
}

.woocommerce-MyAccount-content {
	max-width: none;
	min-width: 0;
}

.woocommerce-MyAccount-content > h2 {
	margin: 24px 0 12px;
	font-size: var(--wp--preset--font-size--lg);
}

/* Ordertabel als nette kaart. */
.woocommerce-MyAccount-content table.shop_table {
	width: 100%;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	font-size: var(--wp--preset--font-size--sm);
}

.woocommerce-MyAccount-content table.shop_table th,
.woocommerce-MyAccount-content table.shop_table td {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid var(--wp--preset--color--line);
	vertical-align: middle;
}

.woocommerce-MyAccount-content table.shop_table thead th {
	background: var(--wp--preset--color--surface-alt);
	font-weight: 700;
}

.woocommerce-MyAccount-content table.shop_table tr:last-child td {
	border-bottom: 0;
}

/* Actieknoppen in de tabel: compacte pills naast elkaar. */
.woocommerce-MyAccount-content .woocommerce-button {
	display: inline-block;
	margin: 3px 6px 3px 0;
	padding: 8px 16px;
	border-radius: var(--wp--custom--radius--pill);
	font-size: var(--wp--preset--font-size--xs);
	font-weight: 600;
	text-decoration: none;
	border: 1px solid var(--wp--preset--color--line);
	color: var(--wp--preset--color--ink);
	background: var(--wp--preset--color--surface);
}

.woocommerce-MyAccount-content .woocommerce-button.pay {
	background: var(--wp--preset--color--brand);
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
}

.woocommerce-MyAccount-content .woocommerce-button:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
}

.woocommerce-MyAccount-content .woocommerce-button.pay:hover {
	background: var(--wp--preset--color--brand-dark);
	color: var(--wp--preset--color--surface);
}

/* Adressen en formulieren. */
.woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid;
	gap: 16px;
}

@media (min-width: 760px) {
	.woocommerce-MyAccount-content .woocommerce-Addresses {
		grid-template-columns: 1fr 1fr;
	}
}

.woocommerce-MyAccount-content .woocommerce-Address {
	background: var(--wp--preset--color--surface-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 20px 22px;
	max-width: none;
}

.gwo-pagebody .woocommerce input[type="text"],
.gwo-pagebody .woocommerce input[type="email"],
.gwo-pagebody .woocommerce input[type="password"],
.gwo-pagebody .woocommerce input[type="tel"],
.gwo-pagebody .woocommerce select,
.gwo-pagebody .woocommerce textarea {
	font: inherit;
	width: 100%;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--control);
	padding: 11px 14px;
}

.gwo-pagebody .woocommerce label {
	font-weight: 600;
	font-size: var(--wp--preset--font-size--sm);
	display: inline-block;
	margin-bottom: 6px;
}

.gwo-pagebody .woocommerce button[type="submit"],
.gwo-pagebody .woocommerce .woocommerce-Button {
	background: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--surface);
	border: 0;
	border-radius: var(--wp--custom--radius--pill);
	padding: 12px 28px;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	margin-top: 14px;
}

/* Wachtwoord-wijzigen-blok: kaart in plaats van kale fieldset-rand. */
.gwo-pagebody .woocommerce fieldset {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card);
	padding: 20px 22px;
	margin: 20px 0 24px;
}

.gwo-pagebody .woocommerce fieldset legend {
	font-weight: 700;
	padding: 0 8px;
}

/* Wachtwoord-oogje: in het veld (de klassieke Woo-css die dit deed is in
   het accountgebied uitgeschakeld). */
.gwo-pagebody .woocommerce .password-input {
	position: relative;
	display: block;
	width: 100%;
}

.gwo-pagebody .woocommerce .show-password-input {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: var(--wp--preset--color--ink-faint);
	-webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z"/%3E%3Ccircle cx="12" cy="12" r="3"/%3E%3C/svg%3E') center / contain no-repeat;
	mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z"/%3E%3Ccircle cx="12" cy="12" r="3"/%3E%3C/svg%3E') center / contain no-repeat;
}

.gwo-pagebody .woocommerce .show-password-input.display-password {
	background: var(--wp--preset--color--brand);
}

/* Onthouden-checkbox links, Login-knop rechts, netjes gecentreerd. */
.gwo-pagebody .woocommerce .form-row:has(.woocommerce-form-login__rememberme) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

.gwo-pagebody .woocommerce .form-row:has(.woocommerce-form-login__rememberme) button[type="submit"] {
	margin-top: 0;
}

.gwo-pagebody .woocommerce label.woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
	font-weight: 500;
}

.gwo-pagebody .woocommerce input[type="checkbox"] {
	width: 17px;
	height: 17px;
	accent-color: var(--wp--preset--color--brand);
}

/* Login en registreren naast elkaar als kaarten. */
.gwo-pagebody .woocommerce .u-columns {
	display: grid;
	gap: clamp(20px, 3vw, 48px);
	max-width: none;
	align-items: start;
}

@media (min-width: 880px) {
	.gwo-pagebody .woocommerce .u-columns {
		grid-template-columns: 1fr 1fr;
	}
}

.gwo-pagebody .woocommerce .u-column1 h2,
.gwo-pagebody .woocommerce .u-column2 h2 {
	font-size: var(--wp--preset--font-size--xl);
	margin: 0 0 14px;
}

.gwo-pagebody .woocommerce .u-columns form.woocommerce-form-login,
.gwo-pagebody .woocommerce .u-columns form.woocommerce-form-register {
	max-width: none;
}

.gwo-pagebody .woocommerce button[type="submit"]:hover {
	background: var(--wp--preset--color--brand-dark);
}

/* Inlogformulier (uitgelogde staat) als kaart. */
.gwo-pagebody .woocommerce form.woocommerce-form-login,
.gwo-pagebody .woocommerce form.woocommerce-form-register,
.gwo-pagebody .woocommerce form.woocommerce-ResetPassword {
	max-width: 480px;
	background: var(--wp--preset--color--surface-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--card-lg);
	padding: clamp(22px, 3vw, 36px);
	display: grid;
	gap: 14px;
}

.gwo-pagebody .woocommerce form .form-row {
	margin: 0;
}

/* Navigatie als compacte pills, zonder geërfde marges. */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px !important;
}

.woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0;
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 12px 18px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: var(--wp--custom--radius--control);
	text-decoration: none;
	font-weight: 600;
	color: var(--wp--preset--color--ink);
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
	border-color: var(--wp--preset--color--brand);
	color: var(--wp--preset--color--brand);
	background: var(--wp--preset--color--brand-tint);
}

/* --- Responsive polish ------------------------------------------------- */

/* Skip link: invisible until it receives keyboard focus. */
.gwo-skiplink {
	position: absolute;
	left: -9999px;
	top: 12px;
	z-index: 300;
	background: var(--wp--preset--color--ink);
	color: var(--wp--preset--color--surface);
	border-radius: var(--wp--custom--radius--pill);
	padding: 10px 20px;
	font-weight: 600;
	text-decoration: none;
}

.gwo-skiplink:focus-visible {
	left: 12px;
}

/* Burger toggle only exists on small screens. */
.gwo-nav-burger {
	display: none;
}

@media (max-width: 899px) {
	/* Header: one row — logo left, compact cart + burger right.
	   The nav opens as a panel below via the checkbox hack (no JS). */
	.gwo-header__inner {
		flex-wrap: wrap;
		row-gap: 0;
	}

	.gwo-header__brand {
		order: 1;
	}

	.gwo-header__brand img {
		width: 180px;
		height: auto;
	}

	.gwo-header__cart {
		order: 2;
		margin-left: auto;
		padding: 10px 14px;
	}

	.gwo-header__cart-label {
		display: none;
	}

	.gwo-nav-burger {
		order: 3;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin-left: 10px;
		border: 1px solid var(--wp--preset--color--line);
		border-radius: var(--wp--custom--radius--control);
		cursor: pointer;
	}

	.gwo-nav-burger span,
	.gwo-nav-burger span::before,
	.gwo-nav-burger span::after {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 2px;
		background: var(--wp--preset--color--ink);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.gwo-nav-burger span {
		position: relative;
	}

	.gwo-nav-burger span::before,
	.gwo-nav-burger span::after {
		content: "";
		position: absolute;
		left: 0;
	}

	.gwo-nav-burger span::before {
		top: -6px;
	}

	.gwo-nav-burger span::after {
		top: 6px;
	}

	.gwo-header__inner:has(.gwo-nav-toggle:checked) .gwo-nav-burger span {
		background: transparent;
	}

	.gwo-header__inner:has(.gwo-nav-toggle:checked) .gwo-nav-burger span::before {
		transform: translateY(6px) rotate(45deg);
	}

	.gwo-header__inner:has(.gwo-nav-toggle:checked) .gwo-nav-burger span::after {
		transform: translateY(-6px) rotate(-45deg);
	}

	.gwo-header__inner nav {
		order: 4;
		width: 100%;
		display: none;
	}

	/* The header is sticky, so the open panel scrolls within itself. */
	.gwo-header__inner:has(.gwo-nav-toggle:checked) nav {
		display: block;
		max-height: calc(100vh - 150px);
		max-height: calc(100dvh - 150px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.gwo-nav {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px 0 14px;
	}

	.gwo-nav > li {
		border-top: 1px solid var(--wp--preset--color--line);
	}

	.gwo-nav > li > a {
		display: block;
		padding: 12px 4px;
		font-weight: 600;
	}

	.gwo-nav__caret {
		display: none;
	}

	/* Submenus flatten to an always-visible indented list. */
	.gwo-nav__sub {
		position: static;
		display: block;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		translate: 0 0;
		transition: none;
		box-shadow: none;
		border: 0;
		background: transparent;
		padding: 0 0 10px 18px;
		min-width: 0;
	}

	.gwo-nav__sub::before {
		display: none;
	}

	.gwo-nav__sub a {
		padding: 7px 4px;
		font-size: var(--wp--preset--font-size--sm);
		color: var(--wp--preset--color--ink-soft);
	}
}

@media (max-width: 699px) {
	/* Topbar: keep the review pill, drop the checks to a single line. */
	.gwo-usp-bar__list {
		gap: 8px 18px;
	}

	.gwo-usp-bar__list li:nth-child(n+4) {
		display: none;
	}
}

@media (max-width: 767px) {
	/* min-height + aspect-ratio would force the panel wider than the
	   column (240 x 1.5 = 360px) and make it overflow on the right. */
	.gwo-hero__media {
		min-height: 0;
		aspect-ratio: 3 / 2;
		max-width: 100%;
	}

	/* The 340px column minimum outgrows narrow phones; let it shrink. */
	.gwo-hero__grid,
	.gwo-pdp {
		grid-template-columns: minmax(0, 1fr);
	}

	.gwo-hero__stats {
		gap: 14px 24px;
	}

	.gwo-hero__stat-value {
		font-size: 21px;
	}

	.gwo-pdp__media {
		min-height: 280px;
		padding: 20px;
	}

	.gwo-pdp__form {
		flex-wrap: wrap;
	}

	.gwo-pdp__add {
		flex: 1;
		min-width: 200px;
	}
}

@media (max-width: 639px) {
	.gwo-filter__group legend {
		float: none;
		display: block;
		min-width: 0;
		margin-bottom: 6px;
	}

	.gwo-filter {
		padding: 18px;
	}

	.gwo-kh__advies-price {
		font-size: 30px;
	}

	.gwo-quote p {
		font-size: 19px;
	}
}

/* --- Motion ----------------------------------------------------------- */

/* Hero entrance: a gentle staggered rise on page load. */
@keyframes gwo-rise {
	from {
		opacity: 0;
		translate: 0 14px;
	}
	to {
		opacity: 1;
		translate: 0 0;
	}
}

.gwo-hero__content > * {
	animation: gwo-rise 0.6s cubic-bezier(0.2, 0.7, 0.3, 1) backwards;
}

.gwo-hero__content > *:nth-child(2) { animation-delay: 0.08s; }
.gwo-hero__content > *:nth-child(3) { animation-delay: 0.16s; }
.gwo-hero__content > *:nth-child(4) { animation-delay: 0.24s; }
.gwo-hero__content > *:nth-child(5) { animation-delay: 0.32s; }

.gwo-hero__media {
	animation: gwo-rise 0.7s 0.2s cubic-bezier(0.2, 0.7, 0.3, 1) backwards;
}

/* Scroll-reveal: cards fade up as they enter the viewport.
   CSS scroll-driven animations only — browsers without support simply
   show the content, no JS involved. */
@supports (animation-timeline: view()) {
	.gwo-info__card,
	.gwo-product-card,
	.gwo-review-card,
	.gwo-reviews__photo,
	.gwo-faq__item,
	.gwo-kh__card,
	.gwo-service-card {
		animation: gwo-rise 0.6s cubic-bezier(0.2, 0.7, 0.3, 1) both;
		animation-timeline: view();
		animation-range: entry 0% entry 45%;
	}

	/* Slight stagger inside grids via alternating delays is not possible with
	   view timelines; the natural scroll offset already staggers them. */
}

/* Keuzehulp advice swap: soft cross-fade when a chip is chosen. */
.gwo-kh__advies {
	animation: gwo-rise 0.3s ease backwards;
}

.gwo-product-card:hover {
	transform: translateY(-3px);
}

.gwo-product-card {
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* --- Utilities -------------------------------------------------------- */

.gwo-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
