/* Koelkastwijzer 3.8.2 — brede keuzehulp, rustige koppen en sitebrede energielabels. */

/* GeneratePress mag de keuzehulp nooit terugbrengen tot zijn standaard contentkolom. */
body.page-template-page-keuzehulp-koelkast #page.site.grid-container,
body.page-template-page-keuzehulp-koelkast #content,
body.page-template-page-keuzehulp-koelkast .site-content,
body.page-template-page-keuzehulp-koelkast #primary,
body.page-template-page-keuzehulp-koelkast .content-area{
	float:none!important;
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding-left:0!important;
	padding-right:0!important;
}

.kw-choice-page{background:var(--kw-background);min-height:70vh;padding:40px 0 78px}
.kw-choice-page>.wg-container{width:min(var(--kw-container),calc(100% - 56px));max-width:none;margin-inline:auto}
.kw-choice-page .entry-header,.kw-choice-page>.entry-content>h1{display:none}
.wg-keuzehulp{width:min(1180px,100%);margin:0 auto}
.wg-choice{background:#fff;border:1px solid var(--kw-border);box-shadow:var(--kw-shadow-md)}

/* Intro */
.wg-choice__header{padding:36px 42px 26px;border-bottom:1px solid var(--kw-border)}
.wg-choice__kicker{display:block;margin-bottom:8px;color:var(--kw-blue);font-size:13px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.wg-choice__header h1,.wg-choice__header h2{max-width:830px;margin:0;color:var(--kw-navy);font-size:clamp(32px,3.6vw,45px);font-weight:690;line-height:1.08;letter-spacing:-.032em}
.wg-choice__header p{max-width:790px;margin:11px 0 0;color:var(--kw-muted);font-size:16px;line-height:1.62}
.wg-choice__progress{height:5px;margin-top:24px;background:#e8edf4;overflow:hidden}
.wg-choice__progress span{display:block;width:0;height:100%;background:var(--kw-cyan);transition:width .22s ease}

/* Vragen */
.wg-choice__form{padding:36px 42px 38px}
.wg-choice__step{min-height:300px}
.wg-choice__step[hidden]{display:none!important}
.wg-choice__step.is-active{animation:kw-choice-step-in .16s ease-out both}
@keyframes kw-choice-step-in{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
.wg-choice__eyebrow{margin:0 0 17px;color:var(--kw-muted);font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.055em}
.wg-choice__step h2,.wg-choice__step h3{max-width:900px;margin:0 0 23px;color:var(--kw-navy);font-size:29px;font-weight:680;line-height:1.2;letter-spacing:-.018em}
.wg-choice__step>p:not(.wg-choice__eyebrow):not(.wg-choice__error){max-width:780px;margin:-10px 0 22px;color:var(--kw-muted);font-size:15px;line-height:1.6}
.wg-choice__options{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--kw-border);border-left:1px solid var(--kw-border)}
.wg-choice__options--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.wg-choice__option{position:relative;display:block;cursor:pointer;margin:0;border-right:1px solid var(--kw-border);border-bottom:1px solid var(--kw-border);background:#fff;transition:background .15s ease,border-color .15s ease}
.wg-choice__option:hover{background:#f7faff}
.wg-choice__option input{position:absolute;opacity:0;pointer-events:none}
.wg-choice__option>span{display:flex;align-items:center;gap:16px;min-height:96px;padding:19px 22px}
.wg-choice__option input:checked+span{background:#edf5ff;box-shadow:inset 4px 0 0 var(--kw-blue)}
.wg-choice__option input:focus-visible+span{outline:3px solid #9ec5ff;outline-offset:-3px}
.wg-choice__visual-icon,.wg-choice__option-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;color:var(--kw-blue)}
.wg-choice__visual-icon svg,.wg-choice__option-icon svg{width:27px;height:27px;stroke:currentColor;fill:none}
.wg-choice__option-copy{display:grid;gap:3px;min-width:0}
.wg-choice__option-copy strong,.wg-choice__feature-label{color:var(--kw-navy);font-size:15px;font-weight:690}
.wg-choice__option-copy small{color:var(--kw-muted);font-size:13.5px;line-height:1.45}
.wg-choice__options--features{grid-template-columns:repeat(3,1fr)}
.wg-choice__option--feature>span{min-height:80px}
.wg-choice__option--feature .wg-choice__option-icon{width:30px;height:30px;flex-basis:30px}
.wg-choice__inbouw-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px;padding:22px;background:var(--kw-background);border:1px solid var(--kw-border)}
.wg-choice__inbouw-fields[hidden]{display:none!important}
.wg-choice__inbouw-fields h3{grid-column:1/-1;margin:0 0 2px;font-size:19px}
.wg-choice__inbouw-fields label{display:grid;gap:7px;color:var(--kw-navy);font-size:13px;font-weight:750}
.wg-choice__inbouw-fields input,.wg-choice__inbouw-fields select{width:100%;height:44px;padding:0 11px;background:#fff;border:1px solid #b9c6d8;color:var(--kw-text);font:inherit}
.wg-choice__budget{width:100%;max-width:none;padding:28px 0}
.wg-choice__budget-value{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}
.wg-choice__budget-label{display:flex;align-items:center;gap:8px;color:var(--kw-muted);font-size:13px;font-weight:750}
.wg-choice__budget-label svg{width:22px;height:22px}
.wg-choice__budget-value strong{color:var(--kw-navy);font-size:32px;font-weight:700}
.wg-choice__range{width:100%;accent-color:var(--kw-blue)}
.wg-choice__range-labels{display:flex;justify-content:space-between;margin-top:8px;color:var(--kw-muted);font-size:13px}
.wg-choice__actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px;padding-top:23px;border-top:1px solid var(--kw-border)}
.wg-choice__back,.wg-choice__next,.wg-choice__submit,.wg-choice-restart,.wg-choice-empty button{min-height:46px;padding:0 20px;border:1px solid transparent;font:inherit;font-size:14px;font-weight:700;cursor:pointer}
.wg-choice__back{background:#fff;border-color:#b9c6d8;color:var(--kw-navy)}
.wg-choice__back:disabled{opacity:.45;cursor:not-allowed}
.wg-choice__next,.wg-choice__submit{margin-left:auto;background:var(--kw-blue);color:#fff}
.wg-choice__next:disabled,.wg-choice__submit:disabled{background:#c7d2df;color:#f8fafc;cursor:not-allowed;box-shadow:none}
.wg-choice__next:hover,.wg-choice__submit:hover{background:var(--kw-blue-hover)}
.wg-choice__error{margin:16px 0 0;padding:12px 14px;border-left:4px solid #b24e43;background:#fff3f1;color:#7f312a;font-size:13px}
.wg-choice__loading{display:grid;place-items:center;gap:12px;min-height:300px;padding:45px;color:var(--kw-navy)}
.wg-choice__loading[hidden]{display:none!important}
.wg-choice__loading span{width:32px;height:32px;border:3px solid #dce6f2;border-top-color:var(--kw-blue);border-radius:50%;animation:kw-choice-spin .8s linear infinite}
@keyframes kw-choice-spin{to{transform:rotate(360deg)}}

/* Resultaten — expliciet afgestemd op de markup die door keuzehulp.js wordt opgebouwd. */
.wg-choice__results[hidden]{display:none!important}
.wg-choice-has-results .wg-choice__form{display:none}
.wg-choice__results{padding-bottom:34px}
.wg-choice-results-head{display:block;padding:34px 42px 27px;border-bottom:1px solid var(--kw-border)}
.wg-choice-results-head p{margin:0 0 6px;color:var(--kw-blue);font-size:13px;font-weight:750;letter-spacing:.055em;text-transform:uppercase}
.wg-choice-results-head h2{margin:0;color:var(--kw-navy);font-size:32px;font-weight:690;line-height:1.16;letter-spacing:-.022em}
.wg-choice-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:26px 42px 18px}
.wg-choice-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:22px;background:#fff;border:1px solid var(--kw-border);border-radius:8px;box-shadow:0 4px 14px rgba(8,43,76,.035)}
.wg-choice-card--winner{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) 245px;column-gap:28px;border-top:4px solid var(--kw-cyan);padding-top:19px}
.wg-choice-card__top{display:flex;align-items:center;gap:10px;min-height:32px;margin-bottom:15px}
.wg-choice-card--winner .wg-choice-card__top{grid-column:1/-1}
.wg-choice-card__rank{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:var(--kw-navy);color:#fff;font-size:13px;font-weight:800}
.wg-choice-card__label{min-width:0;color:var(--kw-blue);font-size:13px;font-weight:780;letter-spacing:.025em;text-transform:uppercase}
.wg-choice-card__match{position:relative;display:inline-flex;align-items:baseline;gap:4px;margin-left:auto;padding:5px 9px;border-radius:999px;background:var(--kw-green-soft);color:var(--kw-green);font-size:13px;line-height:1;white-space:nowrap}
.wg-choice-card__match strong{font-size:14px;font-weight:800}
.wg-choice-card__match small{font-size:12px;font-weight:700}
.wg-choice-card__match-help{position:absolute;right:0;top:calc(100% + 8px);z-index:20;display:none;width:250px;padding:10px 12px;border:1px solid var(--kw-border);background:#fff;box-shadow:var(--kw-shadow-sm);color:var(--kw-text);font-size:12px;font-weight:500;line-height:1.45;white-space:normal}
.wg-choice-card__match:hover .wg-choice-card__match-help,.wg-choice-card__match:focus .wg-choice-card__match-help,.wg-choice-card__match:focus-within .wg-choice-card__match-help{display:block}
.wg-choice-card__product{display:grid;grid-template-columns:160px minmax(0,1fr);gap:20px;align-items:center;min-width:0;margin:0}
.wg-choice-card--winner .wg-choice-card__product{grid-column:1;grid-row:2}
.wg-choice-card--alternative .wg-choice-card__product{grid-template-columns:132px minmax(0,1fr);gap:16px}
.wg-choice-card__image{display:grid;place-items:center;width:100%;height:190px;margin:0;background:var(--kw-product-image-bg);border-radius:6px;overflow:hidden}
.wg-choice-card--alternative .wg-choice-card__image{height:165px}
.wg-choice-card__image img{width:100%;height:calc(100% - 20px);object-fit:contain}
.wg-choice-card__summary{min-width:0;margin:0}
.wg-choice-card__brand{margin:0 0 5px;color:var(--kw-muted);font-size:13px;font-weight:750;letter-spacing:.045em;text-transform:uppercase}
.wg-choice-card__summary h2{margin:0;color:var(--kw-navy);font-size:21px;font-weight:720;line-height:1.25;letter-spacing:-.012em}
.wg-choice-card__summary h2 a{text-decoration:none}
.wg-choice-card__summary h2 a:hover{color:var(--kw-blue)}
.wg-choice-card__specs{display:flex;flex-wrap:wrap;gap:0;margin:16px 0 0;border-top:1px solid var(--kw-border);border-bottom:1px solid var(--kw-border)}
.wg-choice-card__specs span{flex:1 1 90px;padding:9px 11px 9px 0;color:var(--kw-navy);font-size:13.5px;font-weight:700}
.wg-choice-card__specs span+span{padding-left:11px;border-left:1px solid var(--kw-border)}
.wg-choice-card__content{margin-top:18px;color:var(--kw-text);font-size:14px;line-height:1.55}
.wg-choice-card--winner .wg-choice-card__content{grid-column:1;grid-row:3;margin-top:19px}
.wg-choice-card__why{margin:0 0 8px;color:var(--kw-navy);font-size:14px;font-weight:720;line-height:1.4}
.wg-choice-card__content ul{display:grid;gap:6px;margin:0;padding-left:18px}
.wg-choice-card__content li::marker{color:var(--kw-cyan)}
.wg-choice-card__selected-wishes{margin:14px 0 0;color:var(--kw-muted);font-size:13px}
.wg-choice-card__selected-wishes ul{gap:4px;margin-top:7px}
.wg-choice-card__selected-wishes li.is-positive{color:var(--kw-green)}
.wg-choice-card__selected-wishes li.is-negative{color:#8a6117}
.wg-choice-card__attention{margin:14px 0 0;padding:11px 12px;border-left:3px solid #d5a62a;background:#fff9e9;color:#65501d;font-size:13px;line-height:1.5}
.wg-choice-card__offer{margin-top:auto;padding-top:18px;border-top:1px solid var(--kw-border)}
.wg-choice-card--winner .wg-choice-card__offer{grid-column:2;grid-row:2/4;align-self:stretch;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0 0 0 26px;border-top:0;border-left:1px solid var(--kw-border)}
.wg-choice-card__offer>span{display:block;margin:0 0 4px;color:var(--kw-muted);font-size:13px;font-weight:600}
.wg-choice-card__offer>strong{display:block;margin:0 0 13px;color:var(--kw-navy);font-size:25px;font-weight:750;line-height:1.15}
.wg-choice-card__offer a{display:flex;justify-content:center;align-items:center;width:100%;min-height:46px;padding:10px 14px;background:var(--kw-blue);color:#fff;font-size:14px;font-weight:750;line-height:1.25;text-align:center;text-decoration:none;border-radius:5px}
.wg-choice-card__offer a:hover{background:var(--kw-blue-hover)}
.wg-choice-card__offer .wg-choice-card__cta-text{display:block;margin:0;color:inherit;font-size:inherit;font-weight:inherit;text-align:center}
.wg-choice-restart{display:block;margin:5px 42px 0;background:#fff;border-color:#b9c6d8;color:var(--kw-navy)}
.wg-choice-restart:hover{border-color:var(--kw-blue);color:var(--kw-blue)}
.wg-choice-empty{padding:48px 42px}
.wg-choice-empty h2{margin:0 0 10px;color:var(--kw-navy);font-size:28px;font-weight:690}
.wg-choice-empty p{max-width:620px;margin:0 0 20px;color:var(--kw-muted);line-height:1.6}
.wg-choice-empty button{background:var(--kw-blue);color:#fff}

@media(max-width:980px){
	.kw-choice-page>.wg-container{width:min(var(--kw-container),calc(100% - 36px))}
	.wg-keuzehulp{width:100%}
	.wg-choice__header,.wg-choice__form{padding-left:30px;padding-right:30px}
	.wg-choice__options--features,.wg-choice__options--three{grid-template-columns:1fr 1fr}
	.wg-choice__inbouw-fields{grid-template-columns:1fr 1fr}
	.wg-choice-results-head{padding-left:30px;padding-right:30px}
	.wg-choice-results-grid{padding-left:30px;padding-right:30px}
	.wg-choice-card--winner{grid-template-columns:1fr}
	.wg-choice-card--winner .wg-choice-card__top,.wg-choice-card--winner .wg-choice-card__product,.wg-choice-card--winner .wg-choice-card__content,.wg-choice-card--winner .wg-choice-card__offer{grid-column:1;grid-row:auto}
	.wg-choice-card--winner .wg-choice-card__offer{margin-top:18px;padding:18px 0 0;border-left:0;border-top:1px solid var(--kw-border)}
	.wg-choice-restart{margin-left:30px;margin-right:30px}
}

@media(max-width:720px){
	.kw-choice-page{padding:22px 0 58px}
	.kw-choice-page>.wg-container{width:calc(100% - 24px)}
	.wg-choice{box-shadow:none}
	.wg-choice__header{padding:25px 19px 19px}
	.wg-choice__header h1,.wg-choice__header h2{font-size:30px}
	.wg-choice__header p{font-size:15px}
	.wg-choice__form{padding:25px 19px}
	.wg-choice__step{min-height:0}
	.wg-choice__step h2,.wg-choice__step h3{font-size:25px}
	.wg-choice__options,.wg-choice__options--three,.wg-choice__options--features{grid-template-columns:1fr}
	.wg-choice__option>span{min-height:74px;padding:14px 15px}
	.wg-choice__inbouw-fields{grid-template-columns:1fr}
	.wg-choice__actions{position:sticky;bottom:0;z-index:4;background:#fff;padding-bottom:10px}
	.wg-choice__back,.wg-choice__next,.wg-choice__submit{min-height:46px}
	.wg-choice-results-head{padding:25px 19px 20px}
	.wg-choice-results-head h2{font-size:27px}
	.wg-choice-results-grid{grid-template-columns:1fr;gap:14px;padding:18px 19px 12px}
	.wg-choice-card--winner{grid-column:auto}
	.wg-choice-card{padding:18px}
	.wg-choice-card__product,.wg-choice-card--alternative .wg-choice-card__product{grid-template-columns:112px minmax(0,1fr);gap:14px}
	.wg-choice-card__image,.wg-choice-card--alternative .wg-choice-card__image{height:150px}
	.wg-choice-card__summary h2{font-size:18px}
	.wg-choice-card__specs{margin-top:11px}
	.wg-choice-card__specs span{flex:1 1 68px;padding:7px 7px 7px 0;font-size:13px}
	.wg-choice-card__specs span+span{padding-left:7px}
	.wg-choice-card__content{margin-top:14px}
	.wg-choice-card__offer,.wg-choice-card--winner .wg-choice-card__offer{margin-top:15px;padding-top:15px;border-left:0;border-top:1px solid var(--kw-border)}
	.wg-choice-card__offer>strong{font-size:23px}
	.wg-choice-restart{width:calc(100% - 38px);margin:5px 19px 0}
	.wg-choice-empty{padding:34px 19px}
}

@media(max-width:430px){
	.kw-choice-page>.wg-container{width:calc(100% - 18px)}
	.wg-choice__header{padding-left:16px;padding-right:16px}
	.wg-choice__form{padding-left:16px;padding-right:16px}
	.wg-choice-card{padding:15px}
	.wg-choice-card__product,.wg-choice-card--alternative .wg-choice-card__product{grid-template-columns:94px minmax(0,1fr);gap:12px}
	.wg-choice-card__image,.wg-choice-card--alternative .wg-choice-card__image{height:132px}
	.wg-choice-card__top{gap:7px}
	.wg-choice-card__label{font-size:12px}
	.wg-choice-card__match{padding:4px 7px}
}

@media(prefers-reduced-motion:reduce){.wg-choice__step.is-active{animation:none}.wg-choice__progress span{transition:none}}
