:root{
  --blue:#007bc1;
  --blue-2:#1595d3;
  --blue-dark:#073f69;
  --blue-soft:#eaf6fc;
  --navy:#0e2d42;
  --ink:#102d3f;
  --muted:#617786;
  --line:#d9e4ea;
  --surface:#f5f8fa;
  --surface-2:#eef4f7;
  --green:#168a4b;
  --orange:#d86d12;
  --red:#b51d24;
  --white:#fff;
  --shadow:0 14px 38px rgba(15,47,67,.11);
  --shadow-sm:0 7px 22px rgba(15,47,67,.09);
  --radius:18px;
  --container:min(1440px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--surface);line-height:1.45}
body.menu-open,body.drawer-open,body.dialog-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hidden{display:none!important}
.mobile-only{display:none!important}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;z-index:9999;left:12px;top:-100px;background:#fff;padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:12px}
.top-strip{position:relative;height:40px;background:linear-gradient(180deg,#2aa5e6 0%,#1992d8 48%,#0f7ec5 100%);color:#fff;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),inset 0 -1px 0 rgba(0,0,0,.15),0 4px 12px rgba(5,88,141,.16);overflow:hidden}.top-strip::after{content:"";position:absolute;left:0;right:0;top:0;height:48%;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));pointer-events:none}
.top-strip__inner{height:100%;display:flex;align-items:center;gap:clamp(20px,5vw,70px)}
.top-strip__inner span,.top-strip__inner a{display:flex;align-items:center;gap:7px}
.top-strip__login{margin-left:auto}
.site-header{background:#fff;position:sticky;top:0;z-index:80;border-bottom:0;box-shadow:0 10px 26px rgba(15,47,67,.12)}
.header-row{height:106px;display:grid;grid-template-columns:270px minmax(320px,1fr) 270px;align-items:center;gap:34px}
.logo img{width:min(225px,100%);height:auto}
.header-search{height:56px;border:1px solid #cbdbe3;border-radius:11px;display:grid;grid-template-columns:46px 1fr 54px;align-items:center;position:relative;background:#fff;box-shadow:0 2px 4px rgba(15,47,67,.02)}
.header-search>svg{justify-self:center;color:var(--navy)}
.header-search input{height:100%;border:0;outline:0;min-width:0;padding:0 10px;font-size:1rem;color:var(--ink)}
.header-search>button{height:46px;width:46px;border:0;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;cursor:pointer;justify-self:center}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}
.header-action{border:0;background:none;display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;position:relative;font-weight:750;color:var(--navy)}
.header-action svg{width:25px;height:25px}
.header-action b{position:absolute;top:-1px;left:25px;background:var(--blue);color:#fff;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.68rem}
.main-nav{position:relative;z-index:70;border-top:1px solid #b9d9ea;background:#007bc1;border-bottom:3px solid #cfd4d8}
.main-nav__inner{height:61px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:clamp(.7rem,.77vw,.82rem);font-weight:800;text-transform:uppercase;letter-spacing:.015em;color:#fff;overflow:visible}
.main-nav__inner>a{height:100%;display:flex;align-items:center;border-bottom:3px solid transparent;color:#fff;white-space:nowrap;flex:0 0 auto}
.main-nav__inner>a:hover{color:#fff;border-bottom-color:#cfd4d8;background:rgba(255,255,255,.08)}
.main-nav__inner>.nav-main-link{position:relative;justify-content:center;flex:0 0 auto;height:42px;padding:0 clamp(12px,1.25vw,20px);border:1px solid rgba(255,255,255,.22);border-radius:9px;background:rgba(255,255,255,.07);line-height:1.15}
.main-nav__inner>.nav-main-link span{display:block;white-space:nowrap}
.main-nav__inner>.nav-main-link:hover,.main-nav__inner>.nav-main-link:focus-visible{border-color:rgba(255,255,255,.58);background:rgba(255,255,255,.18);box-shadow:0 4px 12px rgba(0,55,91,.16)}
.main-nav__inner>.nav-contact-link{flex:0 0 auto;padding-inline:12px}
.nav-more{position:relative;flex:0 0 auto;height:100%}
.nav-more>summary{display:flex;align-items:center;height:100%;padding:0 14px;list-style:none;cursor:pointer;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-weight:900}
.nav-more>summary::-webkit-details-marker{display:none}
.nav-more>summary:after{content:"⌄";margin-left:7px}
.nav-more>div{position:absolute;z-index:90;top:calc(100% + 8px);right:0;display:grid;min-width:245px;padding:8px;border:1px solid #c8dce5;border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(8,37,54,.25)}
.nav-more>div a{padding:10px 12px;border-radius:8px;color:var(--navy);font-size:.82rem;text-transform:none}
.nav-more>div a:hover{background:var(--blue-soft);color:var(--blue-dark)}
.category-menu-button{height:100%;padding:0 22px;border:0;border-right:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff;font-weight:900;text-transform:uppercase;display:flex;align-items:center;gap:9px;cursor:pointer;margin-left:-20px;box-shadow:inset -1px 0 0 rgba(255,255,255,.12);white-space:nowrap;flex:0 0 auto}
.sale-link{color:#ffffff!important;margin-left:auto;background:rgba(255,255,255,.14);padding:10px 14px;border-radius:999px}
.category-menu-button:hover,.category-menu-button:focus-visible{background:rgba(255,255,255,.2)}
.main-nav__inner>a,.category-menu-button,.sale-link{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
.sale-link:hover{background:rgba(255,255,255,.24);border-bottom-color:transparent}
.suggestions{position:absolute;z-index:1200;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden;max-height:min(520px,65vh);overflow-y:auto}
.suggestion-item{width:100%;border:0;background:#fff;text-align:left;display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:10px 12px;border-bottom:1px solid #edf2f5;cursor:pointer}
.suggestion-item:last-child{border-bottom:0}
.suggestion-item:hover,.suggestion-item.active{background:var(--blue-soft)}
.suggestion-item img{width:56px;height:46px;border-radius:8px;object-fit:cover;background:var(--surface-2)}
.suggestion-item strong{display:block;font-size:.91rem}
.suggestion-item small{display:block;color:var(--muted);margin-top:2px}
.suggestion-item em{font-style:normal;font-weight:900;color:var(--blue-dark);font-size:.84rem}
.overlay{position:fixed;z-index:110;inset:0;background:rgba(6,23,34,.52);backdrop-filter:blur(2px)}
.step-menu{position:fixed;z-index:120;top:0;bottom:0;left:0;width:min(390px,88vw);background:linear-gradient(180deg,#087fc4,#005b9e);color:#fff;box-shadow:24px 0 55px rgba(0,0,0,.27);display:flex;flex-direction:column}
.step-menu__head{height:94px;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.2)}
.step-menu__head img{width:210px;max-height:58px;object-fit:contain;filter:brightness(0) invert(1);justify-self:center}
.step-menu__head button{border:0;background:none;color:#fff;display:grid;place-items:center;height:42px;cursor:pointer}
.step-menu__title{padding:16px 22px 12px;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:rgba(0,0,0,.08)}
.step-menu__list{overflow:auto;flex:1}
.step-link{width:100%;min-height:56px;border:0;border-bottom:1px solid rgba(255,255,255,.18);background:none;color:#fff;display:grid;grid-template-columns:30px 1fr 24px;align-items:center;gap:10px;text-align:left;padding:8px 22px;cursor:pointer;font-weight:800}
.step-link:hover,.step-link.active{background:rgba(255,255,255,.15)}
.step-link svg{width:20px;height:20px}
.step-menu__search{position:relative;padding:18px;background:rgba(0,0,0,.14)}
.step-menu__search>svg{position:absolute;left:31px;top:34px;color:var(--blue-dark)}
.step-menu__search input{width:100%;height:52px;border:0;border-radius:8px;padding:0 14px 0 44px;outline:0}
.step-menu__search .suggestions{top:auto;bottom:78px;left:18px;right:18px;color:var(--ink)}
main{min-height:60vh}
.app-loading{min-height:560px;display:grid;place-content:center;text-align:center;gap:10px;color:var(--muted)}
.spinner{width:42px;height:42px;border:4px solid #d9e7ed;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite;margin:auto}
@keyframes spin{to{transform:rotate(360deg)}}
.hero{position:relative;z-index:10;min-height:570px;display:grid;align-items:center;overflow:visible;background:#172b38;color:#fff}
.hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,33,48,.86),rgba(10,33,48,.35) 54%,rgba(10,33,48,.05)),linear-gradient(0deg,rgba(7,28,42,.35),transparent 45%)}
.hero__content{position:relative;z-index:5;padding:75px 0 120px;text-align:center;max-width:930px;margin:auto}
.hero__eyebrow{display:inline-flex;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);backdrop-filter:blur(8px);border-radius:999px;padding:7px 13px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:900}
.hero h1{font-size:clamp(2.6rem,5vw,5rem);line-height:1.02;letter-spacing:-.04em;margin:18px 0 10px}
.hero p{font-size:clamp(1rem,1.7vw,1.3rem);color:#e7f2f7;margin:0}
.hero-search{z-index:20;max-width:810px;margin:28px auto 0;background:#fff;padding:6px;border-radius:12px;display:grid;grid-template-columns:52px 1fr 58px;align-items:center;box-shadow:0 25px 55px rgba(0,0,0,.25);position:relative;color:var(--ink)}
.hero-search>svg{justify-self:center;color:var(--navy)}
.hero-search input{height:58px;border:0;outline:0;min-width:0;padding:0 8px;font-size:1.05rem}
.hero-search>button{height:52px;width:52px;border:0;border-radius:8px;background:var(--blue);color:#fff;display:grid;place-items:center;cursor:pointer}
.hero-search .suggestions{top:calc(100% + 8px);text-align:left;z-index:1300}
.hero-benefits{position:absolute;z-index:2;left:0;right:0;bottom:0;background:rgba(255,255,255,.94);color:var(--navy);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.5)}
.hero-benefits__inner{display:grid;grid-template-columns:repeat(4,1fr);min-height:88px}
.benefit{display:flex;align-items:center;gap:12px;padding:16px 22px;border-right:1px solid var(--line)}
.benefit:last-child{border-right:0}
.benefit svg{color:var(--blue);width:34px;height:34px;flex:0 0 auto}
.benefit strong,.benefit small{display:block}
.benefit strong{font-size:.8rem;text-transform:uppercase;letter-spacing:.035em}
.benefit small{color:var(--muted);margin-top:2px}
.section{padding:70px 0}
.home-popular{background:linear-gradient(135deg,#087fc4,#005b9e);color:#fff;border-top:1px solid rgba(255,255,255,.25);box-shadow:0 10px 26px rgba(0,69,111,.16)}
.home-popular__inner{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;padding:0;background:rgba(255,255,255,.2)}
.home-popular__item{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 10px;background:linear-gradient(135deg,#087fc4,#0069a9);color:#fff;font-size:.82rem;font-weight:900;text-align:center;text-decoration:none;white-space:normal;word-break:normal;overflow-wrap:normal;hyphens:none}
.home-popular__item:hover,.home-popular__item:focus-visible{background:#00578f;outline:2px solid #fff;outline-offset:-3px}
.home-popular__item svg{width:15px;height:15px;flex:0 0 auto}
.home-popular__image{width:30px;height:30px;flex:0 0 auto;border-radius:7px;overflow:hidden;background:rgba(255,255,255,.18)}
.home-popular__image img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.home-popular__inner{grid-template-columns:repeat(3,minmax(0,1fr))}.home-popular__item{min-height:54px}}
@media(max-width:560px){.home-popular__inner{display:flex;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.home-popular__item{flex:0 0 min(70vw,220px);scroll-snap-align:start;justify-content:space-between;text-align:left;padding-inline:15px}}
.section.white{background:#fff}
.section.alt{background:var(--surface)}
.section-head{text-align:center;margin-bottom:30px}
.section-head small{display:block;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.section-head h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:8px 0 7px;letter-spacing:-.035em}
.section-head p{margin:0 auto;color:var(--muted);max-width:700px}
.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s;min-width:0}
.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#add4e5}
.category-card__media{aspect-ratio:4/3;background:var(--surface-2);overflow:hidden}
.category-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.category-card:hover img{transform:scale(1.035)}
.category-card__body{padding:15px}
.category-card h3{font-size:1rem;text-transform:uppercase;margin:0 0 8px}
.category-card span{display:flex;align-items:center;justify-content:space-between;color:var(--blue);font-size:.82rem;font-weight:800}
.category-card span svg{width:16px;height:16px}
.trust-row{margin-top:40px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(90deg,#f6fbfe,#edf7fc);display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;align-items:center;gap:12px;padding:20px 24px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item svg{color:var(--blue);width:30px;height:30px}
.trust-item strong,.trust-item small{display:block}
.trust-item small{color:var(--muted);margin-top:2px}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.2s;cursor:pointer}
.product-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}
.product-card__image{aspect-ratio:1.08/1;background:var(--surface-2);position:relative;overflow:hidden;cursor:pointer}
.product-card__image img{width:100%;height:100%;object-fit:cover}
.featured-photo-label{position:absolute;left:0;bottom:12px;z-index:2;display:inline-block;max-width:calc(100% - 18px);padding:8px 14px 7px;border-top:2px solid #fff;background:#078fc5;color:#fff;font-size:.8rem;font-weight:900;line-height:1.25;box-shadow:0 4px 12px rgba(4,61,91,.22)}
.product-card__share{position:absolute;right:10px;top:10px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer;box-shadow:var(--shadow-sm)}
.product-card__share svg{width:17px;height:17px}
.product-card__body{padding:16px;display:flex;flex-direction:column;flex:1}
.product-card__category{color:var(--blue);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.product-card h3{font-size:1.06rem;line-height:1.25;margin:7px 0 9px;min-height:2.55em}
.product-card__facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 10px}
.product-card__facts>div{min-width:0;padding:9px 10px;border-radius:10px;background:#eef7fb}
.product-card__facts small,.product-card__facts strong{display:block}
.product-card__facts small{color:#58717e;font-size:.66rem;font-weight:850;letter-spacing:.045em;text-transform:uppercase}
.product-card__facts strong{margin-top:3px;overflow:hidden;color:#11384b;font-size:.8rem;line-height:1.25;text-overflow:ellipsis}
.product-card__specs{display:grid;gap:10px;margin-top:2px}
.product-card__spec{padding:10px 12px;border:1px solid #dbe7ed;border-radius:11px;background:#f9fbfd}
.product-card__spec small{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;margin-bottom:3px}
.product-card__meta{color:var(--ink);font-size:.92rem;line-height:1.35;min-height:1.2em;margin-top:4px}
.product-card__price-stock{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:13px}
.stock-line{display:flex;align-items:center;gap:7px;color:var(--green);font-weight:850;font-size:.8rem;margin-top:0;text-align:right}
.stock-line:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}
.stock-line.order{color:var(--orange)}
.stock-line.out{color:var(--red)}
.product-card__bottom{display:flex;align-items:flex-end;justify-content:stretch;gap:12px;margin-top:auto;padding-top:14px}
.price-block small{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800}
.price-block strong{display:block;font-size:1.25rem;line-height:1.05;margin-top:4px}
.price-block span{display:block;color:var(--muted);font-size:.78rem;margin-top:3px}
.arrow-button{border:0;background:var(--blue);color:#fff;width:45px;height:45px;border-radius:11px;display:grid;place-items:center;cursor:pointer}
.product-card__choose{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:45px;padding:10px 13px;border:0;border-radius:11px;background:var(--blue);color:#fff;font:inherit;font-size:.82rem;font-weight:900;cursor:pointer}
.product-card__choose:hover,.product-card__choose:focus-visible{background:var(--blue-dark);box-shadow:0 6px 16px rgba(0,116,178,.2)}
.product-card__choose svg{flex:0 0 auto;width:17px;height:17px}
.button{border:0;border-radius:10px;min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;cursor:pointer}
.button-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:0 8px 18px rgba(0,114,188,.2)}
.button-secondary{background:#fff;color:var(--blue-dark);border:1px solid #bfd3dd}
.button-light{background:#fff;color:var(--blue-dark)}
.button-full{width:100%}
.button:disabled{opacity:.48;cursor:not-allowed}
.page-banner{background:#fff;border-bottom:1px solid var(--line);padding:30px 0}
.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:.8rem;color:var(--muted);margin-bottom:12px}
.breadcrumbs span{color:#91a2ac}
.page-banner h1{font-size:clamp(2.1rem,4vw,3.7rem);line-height:1;margin:0;letter-spacing:-.04em}
.page-banner p{color:var(--muted);margin:10px 0 0;max-width:760px}
.catalog-shell{padding:32px 0 75px}
.category-page-banner{padding:18px 0 20px;background:linear-gradient(105deg,#fff 0%,#f6fafc 100%)}
.category-page-banner .breadcrumbs{margin-bottom:8px}
.category-banner-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}
.category-page-banner h1{font-size:clamp(2rem,3.2vw,3.15rem)}
.category-page-banner p{max-width:720px;margin-top:7px;line-height:1.45}
.category-eyebrow{display:block;margin-bottom:5px;color:var(--blue);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.wood-category-banner{background:linear-gradient(105deg,#fff 0%,#eef7fb 70%,#f4eee4 100%)}
.category-hero-highlights{display:flex;flex:0 0 auto;gap:8px;padding-bottom:2px}
.category-hero-highlights span{min-width:112px;padding:10px 12px;border:1px solid rgba(13,84,117,.14);border-radius:11px;background:rgba(255,255,255,.82);color:#526d7c;font-size:.72rem;line-height:1.25;box-shadow:0 5px 16px rgba(17,58,80,.05)}
.category-hero-highlights strong{display:block;color:#12364b;font-size:.87rem}
.category-page-banner+.catalog-shell{padding-top:20px}
.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:30px;align-items:start}
.sidebar{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;position:sticky;top:224px;max-height:calc(100vh - 245px);overflow:auto}
.sidebar h2{font-size:.85rem;text-transform:uppercase;letter-spacing:.07em;margin:8px 10px 12px;color:var(--muted)}
.sidebar-link{width:100%;border:0;background:none;border-radius:8px;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;font-size:.86rem}
.sidebar-link:hover,.sidebar-link.active{background:var(--blue-soft);color:var(--blue-dark);font-weight:850}
.sidebar-super-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-right:4px}
.sidebar-super-head h2{min-width:0;margin-right:auto}
.sidebar-super-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px;align-items:center;margin-bottom:3px}
.sidebar-super-row .sidebar-link{min-width:0}
.sidebar-super-branch{margin-bottom:3px}
.sidebar-super-children{display:grid;gap:2px;margin:1px 0 7px 13px;padding-left:8px;border-left:2px solid #d8eaf3}
.sidebar-super-children .sidebar-sublink{padding:7px 8px;font-size:.78rem}
.sidebar-link.has-children>span:first-child:after{content:'›';display:inline-block;margin-left:7px;font-weight:900;transition:transform .18s ease}
.sidebar-super-branch.is-open .sidebar-link.has-children>span:first-child:after{transform:rotate(90deg)}
.mobile-category-link[style*="--taxonomy-depth"]{padding-left:calc(18px + (var(--taxonomy-depth) * 16px))}
.sidebar-super-plus{width:30px;height:30px;border:1px solid #9bcde2;border-radius:8px;background:#fff;color:#078fc5;font-size:20px;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 2px 7px rgba(6,87,126,.08)}
.sidebar-super-plus:hover,.sidebar-super-plus:focus-visible{background:#078fc5;border-color:#078fc5;color:#fff;outline:0}
.sidebar-super-plus--main{flex:0 0 32px;width:32px;height:32px;margin:0 4px 4px 0}
.sidebar-super-controls{display:flex;align-items:center;gap:3px;padding:2px;border:1px solid #c9e1eb;border-radius:9px;background:#f7fbfd}
.sidebar-super-controls button{display:grid;place-items:center;width:27px;height:27px;padding:0;border:0;border-radius:6px;background:#fff;color:#075d88;font-size:14px;font-weight:900;cursor:pointer}
.sidebar-super-controls button:hover{background:#dff3fb}.sidebar-super-controls button.danger{color:#b4232d}.sidebar-super-controls button.danger:hover{background:#fee8ea}
.sidebar-super-handle{cursor:grab!important;letter-spacing:-3px}.sidebar-super-handle:active{cursor:grabbing!important}
.sidebar-super-branch.is-drag-target,.super-nav-item.is-drag-target,.live-page-block.is-drag-target{outline:3px solid #08a0d5;outline-offset:2px}
.super-nav-item{position:relative;display:flex;align-items:center;min-width:0}.super-nav-item>.nav-main-link{padding-right:55px}
.super-nav-controls{position:absolute;z-index:3;right:2px;top:50%;display:flex;align-items:center;gap:2px;transform:translateY(-50%);padding:2px;border-radius:7px;background:#fff;border:1px solid #c7dde7;box-shadow:0 3px 9px #1232}
.super-nav-controls button{width:23px;height:23px;padding:0;border:0;border-radius:5px;background:#f4fafc;color:#075d88;font-weight:900;cursor:pointer}.super-nav-controls button.danger{color:#b4232d}.super-nav-controls i{padding:0 3px;color:#52717f;font-style:normal;cursor:grab;letter-spacing:-3px}
.super-nav-item--compact{display:flex;margin:3px}.super-nav-item--compact>a{flex:1;padding-right:60px!important}.super-nav-add{flex:0 0 auto;padding:7px 9px;border:1px dashed #078fc5;border-radius:8px;background:#eff9fd;color:#075d88;font-weight:850;cursor:pointer}
.sidebar-super-tools{display:grid;gap:7px;margin:13px 4px 3px;padding-top:12px;border-top:1px solid var(--line)}
.sidebar-super-tools a{display:flex;align-items:center;justify-content:center;min-height:36px;padding:8px 10px;border:1px solid #b9d7e5;border-radius:9px;background:#fff;color:#075d88;font-size:.76rem;font-weight:850;text-align:center;text-decoration:none}
.sidebar-super-tools a:first-child{background:#078fc5;border-color:#078fc5;color:#fff}
.super-menu-toolbar{display:flex;align-items:center;gap:12px;margin:0 0 14px;padding:11px 13px;border:2px solid #159447;border-radius:12px;background:#effaf3;color:#174e2d;box-shadow:0 5px 16px rgba(16,110,55,.08)}
.super-menu-toolbar strong{flex:0 0 auto;font-size:.75rem;letter-spacing:.06em}
.super-menu-toolbar span{min-width:0;flex:1;font-size:.82rem}
.super-menu-toolbar a{flex:0 0 auto;padding:7px 10px;border-radius:8px;background:#fff;color:#174e2d;font-size:.75rem;font-weight:850;text-decoration:none}
.hero__content,.home-story-card,.live-editable-copy,.fsc-page-block,.contact-hero__content,.live-page-block{position:relative}
.live-edit-controls{position:absolute;z-index:8;right:8px;top:8px;display:flex;gap:4px;padding:4px;border:1px solid #a8d2e3;border-radius:9px;background:#fff;box-shadow:0 5px 15px rgba(8,73,105,.2)}
.live-edit-controls button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:6px;background:#eaf7fc;color:#075d88;font-size:15px;font-weight:900;cursor:pointer}.live-edit-controls button:hover{background:#cdeefa}.live-edit-controls button.danger{color:#b4232d;background:#fff0f1}.live-edit-handle{cursor:grab!important;letter-spacing:-3px}
.is-hidden-block{opacity:.45;outline:2px dashed #c35b62}.is-hidden-block:after{content:'Verborgen op de gewone website';position:absolute;left:10px;bottom:10px;padding:5px 8px;border-radius:6px;background:#8f2730;color:#fff;font-size:11px;font-weight:800}
.live-page-section{background:#f4f8fa}.live-page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:12px 14px;border:2px solid #159447;border-radius:11px;background:#effaf3}.live-page-toolbar>span{display:flex;flex-wrap:wrap;gap:7px}.live-page-toolbar button{padding:9px 12px;border:0;border-radius:8px;background:#078fc5;color:#fff;font-weight:850;cursor:pointer}.live-page-toolbar [data-live-restore]{background:#fff;color:#17623a;border:1px solid #8fc6a3}
.live-page-blocks{display:grid;gap:18px}.live-page-block{display:grid;grid-template-columns:minmax(180px,34%) 1fr;gap:24px;align-items:center;min-height:180px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(17,58,80,.07)}.live-page-block__media img{width:100%;height:220px;object-fit:cover;border-radius:10px}.live-page-block small{color:var(--blue);font-weight:850;text-transform:uppercase;letter-spacing:.06em}.live-page-block h2{margin:6px 0}.live-page-block p{line-height:1.6}
.live-content-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(8,34,48,.66)}.live-content-modal.hidden{display:none}.live-content-modal form{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:24px;border-radius:17px;background:#fff;box-shadow:0 25px 70px #0006}.live-content-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.live-content-modal__head small{color:#078fc5;font-weight:900;letter-spacing:.08em}.live-content-modal__head h2{margin:4px 0 15px}.live-content-modal__head>button{width:38px;height:38px;border:0;border-radius:9px;background:#edf4f7;font-size:25px;cursor:pointer}.live-content-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.live-content-form label{display:grid;gap:5px;color:#294c5d;font-size:13px;font-weight:800}.live-content-form .wide{grid-column:1/-1}.live-content-form input,.live-content-form textarea{width:100%;padding:11px;border:1px solid #b9ced8;border-radius:8px;font:inherit;box-sizing:border-box}.live-content-form textarea{resize:vertical}.live-content-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.live-content-modal__actions button{padding:11px 15px;border:1px solid #b9ced8;border-radius:8px;background:#fff;color:#16445a;font-weight:850;cursor:pointer}.live-content-modal__actions button.primary{border-color:#078fc5;background:#078fc5;color:#fff}
.catalog-toolbar{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:10px;align-items:center;margin-bottom:18px;position:sticky;top:169px;z-index:10}
.catalog-search{height:48px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:9px;padding:0 13px}
.catalog-search input{border:0;outline:0;min-width:0;flex:1}
.select-control{height:48px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:0 38px 0 12px;min-width:165px}
.filter-toggle{height:48px;border:1px solid var(--line);border-radius:9px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 15px;font-weight:850;cursor:pointer}
.filter-panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.filter-group h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 9px}
.filter-options{display:flex;flex-wrap:wrap;gap:7px}
.filter-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;font-size:.76rem;cursor:pointer}
.filter-chip.active{background:var(--blue);border-color:var(--blue);color:#fff}
.catalog-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.catalog-title-row h2{font-size:1.75rem;margin:0}
.catalog-title-row p{color:var(--muted);margin:4px 0 0}
.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.empty-state{background:#fff;border:1px solid var(--line);border-radius:16px;padding:55px 24px;text-align:center}
.empty-state svg{width:50px;height:50px;color:var(--blue);margin-bottom:10px}
.product-page{padding:34px 0 80px}
.product-layout{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(500px,1.35fr);gap:34px;align-items:start}
.product-gallery{position:sticky;top:188px}
.product-main-image{aspect-ratio:4/3;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.product-main-image img{width:100%;height:100%;object-fit:cover}
.product-thumbs{display:flex;gap:10px;margin-top:10px;overflow-x:auto}
.product-thumb{width:76px;height:62px;border:2px solid transparent;border-radius:9px;padding:0;overflow:hidden;background:#fff;cursor:pointer;flex:0 0 auto}
.product-thumb.active{border-color:var(--blue)}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-info{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px}
.product-info__head{display:flex;justify-content:space-between;gap:20px}
.product-info__head h1{font-size:clamp(1.9rem,3vw,3rem);line-height:1.06;margin:5px 0 10px;letter-spacing:-.035em}
.product-info__head p{color:var(--muted);margin:0}
.share-button{width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}
.live-status{margin:18px 0 14px;border-radius:10px;padding:10px 12px;background:#eefaf3;color:#14783f;font-size:.82rem;font-weight:800;display:flex;align-items:center;gap:8px}
.live-status.loading{background:#eef6fb;color:#446b82}
.live-status.warning{background:#fff4e7;color:#a35511}
#liveStatus:not(.warning){display:none!important}
.variant-table{border:1px solid var(--line);border-radius:13px;overflow:hidden}
.variant-row{display:grid;grid-template-columns:minmax(160px,1.2fr) minmax(170px,1fr) minmax(125px,.8fr) 132px;align-items:center;gap:15px;padding:14px 16px;border-bottom:1px solid var(--line)}
.variant-row:nth-child(even){background:#f1f8fc}
.variant-row:nth-child(odd){background:#fafbfc}
.variant-row.head{background:#edf3f6;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:var(--muted);padding-block:11px}
.variant-row:last-child{border-bottom:0}
.variant-size strong{display:block}
.variant-size small,.variant-price small,.variant-stock small{display:block;color:var(--muted);font-size:.72rem;margin-top:3px}
.variant-stock strong{display:flex;align-items:center;gap:7px;color:var(--green);font-size:.88rem}
.variant-stock strong:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}
.variant-stock.order strong{color:var(--orange)}
.variant-stock.out strong{color:var(--red)}
.variant-price strong{font-size:1.05rem}
.qty-stepper{display:grid;grid-template-columns:38px 46px 38px;height:40px;border:1px solid #cbdbe3;border-radius:9px;overflow:hidden;background:#fff}
.qty-stepper button{border:0;background:#f4f8fa;cursor:pointer;color:var(--blue-dark);display:grid;place-items:center}
.qty-stepper input{width:100%;border:0;border-inline:1px solid #dbe5ea;text-align:center;font-weight:900;outline:0}
.product-purchase-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.selected-total small{display:block;color:var(--muted)}
.selected-total strong{font-size:1.35rem}
.cut-callout{margin-top:16px;border:1px solid #cfe2eb;border-radius:11px;padding:14px 15px;display:flex;align-items:center;gap:12px;color:var(--blue-dark);background:#f8fcfe}
.cut-callout svg{color:var(--blue)}
.cut-callout span{flex:1}
.cut-callout strong,.cut-callout small{display:block}
.cut-callout em{display:block;margin-top:6px;color:var(--blue);font-size:.76rem;font-style:normal;font-weight:800;letter-spacing:.01em}
.cut-callout--featured{position:relative;overflow:hidden;margin-top:20px;padding:17px 18px;border:2px solid #0795c9;background:linear-gradient(135deg,#e9f8fe 0%,#fff 72%);box-shadow:0 9px 24px rgba(7,143,197,.15);transition:transform .18s ease,box-shadow .18s ease}
.cut-callout--featured:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(7,143,197,.22)}
.cut-callout__icon{flex:0 0 54px!important;width:54px;height:54px;border-radius:14px;background:#078fc5;color:#fff;display:grid!important;place-items:center}.cut-callout__icon svg{width:29px;height:29px;color:#fff}
.cut-callout__kicker{margin-bottom:3px;color:#067da9!important;font-size:.7rem!important;font-weight:950;letter-spacing:.08em}
.cut-callout--featured strong{font-size:1.15rem;color:var(--navy)}
.cut-callout--featured em b{color:#079552}.cut-callout__action{flex:0 0 auto!important;display:grid!important;min-width:138px;gap:1px;padding:11px 16px;border:2px solid #d99d00;border-radius:11px;background:linear-gradient(180deg,#ffd95a,#ffc928);color:#153546!important;text-align:center;box-shadow:0 5px 0 #c78e00,0 10px 19px rgba(172,118,0,.22);transition:transform .16s ease,box-shadow .16s ease}.cut-callout__action strong{color:#153546!important;font-size:1.08rem!important;font-weight:950;letter-spacing:.07em}.cut-callout__action small{display:flex!important;align-items:center;justify-content:center;gap:4px;color:#513b00!important;font-size:.69rem!important;font-weight:850}.cut-callout__action svg{width:13px;height:13px;color:#153546}.cut-callout--featured:hover .cut-callout__action{transform:translateY(-1px);box-shadow:0 6px 0 #c78e00,0 12px 22px rgba(172,118,0,.27)}.cut-callout--featured:active .cut-callout__action{transform:translateY(3px);box-shadow:0 2px 0 #c78e00,0 6px 12px rgba(172,118,0,.2)}
.home-saw-promo{padding-top:24px;padding-bottom:24px;background:#eaf5fa}
.home-saw-card{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.25fr);min-height:340px;overflow:hidden;border:1px solid #b9d9e8;border-radius:20px;background:#fff;box-shadow:0 16px 38px rgba(8,55,78,.12)}
.home-saw-card__media{min-height:340px;background:#dbeaf0}.home-saw-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.home-saw-card__content{display:flex;flex-direction:column;justify-content:center;padding:34px 40px}.home-saw-card__eyebrow{display:flex;align-items:center;gap:8px;color:#078fc5;font-size:.75rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.home-saw-card__eyebrow svg{width:22px;height:22px}.home-saw-card h2{margin:8px 0 8px;font-size:clamp(1.8rem,3vw,2.7rem);color:var(--navy)}.home-saw-card p{max-width:680px;margin:0;color:var(--muted);font-size:1rem;line-height:1.55}
.home-saw-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0;padding:0;list-style:none}.home-saw-steps li{display:flex;align-items:center;gap:9px;padding:11px;border-radius:10px;background:#edf8fc;color:var(--navy);font-size:.82rem;font-weight:850}.home-saw-steps b{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#078fc5;color:#fff}
.home-saw-card__actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.home-saw-card__actions small{color:var(--muted);font-weight:750}
.super-user-editor{margin:14px 0 18px;padding:16px;border:2px solid #079552;border-radius:14px;background:#f1fbf5;box-shadow:0 8px 22px rgba(7,149,82,.12)}
.super-user-editor__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.super-user-editor__head b{display:inline-block;margin-right:7px;padding:4px 7px;border-radius:6px;background:#079552;color:#fff;font-size:.68rem;letter-spacing:.06em}.super-user-editor__head a{color:#476274;font-size:.78rem;font-weight:800}
.super-user-editor__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.super-user-editor label{display:grid;gap:5px;color:var(--navy);font-size:.78rem;font-weight:900}.super-user-editor input,.super-user-editor select{width:100%;min-height:44px;padding:8px 10px;border:1px solid #a9cbbb;border-radius:9px;background:#fff;color:var(--ink);font:inherit}
.super-user-placement{grid-column:1/-1;display:grid;gap:5px;padding:12px;border:1px solid #a9cbbb;border-radius:11px;background:#fff}.super-user-placement>strong{color:#0b5737;font-size:.86rem}.super-user-placement>small{color:#5c7468}.super-user-placement__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:5px}.super-user-placement__grid select:disabled{background:#f1f5f3;color:#718078}.super-user-save:disabled{cursor:wait;opacity:.55}
.super-user-placement-field{display:grid;grid-template-columns:minmax(0,1fr);gap:5px}.super-user-placement-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.super-user-placement-field button{min-height:30px;padding:4px 8px;border:1px solid #8fc7aa;border-radius:8px;background:#eef9f3;color:#087340;font-size:.68rem;font-weight:900;cursor:pointer}.super-user-placement-field button:hover{background:#087d46;color:#fff}.super-user-placement-field button:disabled{cursor:wait;opacity:.55}.super-user-placement-example{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:4px;padding:8px 10px;border-radius:8px;background:#eaf7ef;color:#17533a;font-size:.74rem}.super-user-placement-example b{color:#087340}.super-user-placement-example i{color:#62a183;font-style:normal;font-weight:900}
.super-user-destination-search,.super-user-destination-select{display:grid!important;gap:6px;margin-top:6px}.super-user-destination-search input{min-height:46px!important;border-color:#79b99a!important;background:#fff!important}.super-user-destination-select select{min-height:50px!important;border:2px solid #079552!important;background:#fff!important;color:#07364a!important;font-size:.84rem!important;font-weight:850!important}.super-user-destination-select select:disabled{border-color:#b7cbc1!important;background:#eef3f0!important;color:#74847c!important}
.super-user-price{display:grid;grid-template-columns:1fr 1.25fr;gap:15px;margin-top:12px;padding:12px;border:1px solid #efd28c;border-radius:10px;background:#fff9e9}.super-user-price strong,.super-user-price small{display:block}.super-user-price strong{color:#8a5a00}.super-user-price small{margin-top:4px;color:#6b7479;line-height:1.4}.super-user-price ul{max-height:120px;overflow:auto;margin:0;padding:0;list-style:none}.super-user-price li{display:flex;justify-content:space-between;gap:10px;padding:4px 0;border-bottom:1px solid #eee4c8;font-size:.76rem}
.super-user-editor__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:13px}.super-user-save{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:0;border-radius:9px;background:#079552;color:#fff;font-weight:900;cursor:pointer}.super-user-save span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:#079552;font-size:1rem}
@media(max-width:900px){.super-user-placement__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.super-user-editor__grid,.super-user-price,.super-user-placement__grid{grid-template-columns:1fr}.super-user-editor__head{align-items:flex-start;flex-direction:column}.super-user-editor__actions{flex-direction:column-reverse}.super-user-editor__actions>*{width:100%;justify-content:center}}
@media(max-width:800px){.home-saw-card{grid-template-columns:1fr}.home-saw-card__media{min-height:210px;height:210px}.home-saw-card__content{padding:24px 20px}.home-saw-steps{grid-template-columns:1fr}.cut-callout--featured{align-items:flex-start;flex-wrap:wrap}.cut-callout__action{display:grid!important;width:100%;margin-top:4px}.cut-callout__icon{flex-basis:45px!important;width:45px;height:45px}.cut-callout--featured em{line-height:1.55}}
.checkout-saw-notice{margin:14px 0;padding:15px 16px;border:1px solid #f0b44b;border-radius:12px;background:#fff7e6;color:var(--blue-dark)}
.checkout-saw-notice strong,.checkout-saw-notice span{display:block}
.checkout-saw-notice span{margin-top:4px;font-size:.9rem;line-height:1.45}
.saw-acceptance{border-color:#f0b44b;background:#fffaf0}
.product-description{margin-top:22px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fbfdfe;color:var(--ink)}
.product-description h2{margin:0 0 14px;color:#48667b;font-size:clamp(1.7rem,2.5vw,2.25rem)}
.product-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin-bottom:16px;align-items:start}
.product-info-item{padding:14px 16px;border:1px solid #d7e6ee;border-radius:12px;background:#fff}
.product-info-item span{display:block;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800;margin-bottom:6px}
.product-info-item strong{display:block;color:var(--ink);font-size:1rem;line-height:1.55;font-weight:500}
.product-description__text{display:block;grid-column:1 / -1;width:100%;max-width:none;color:#557183;line-height:1.85;font-weight:400;background:#fff;border:1px solid #d7e6ee;border-radius:12px;padding:18px 20px}
.product-description__text p{margin:0 0 10px;font-weight:400}.product-description__text p:last-child{margin-bottom:0}
.cart-drawer{position:fixed;z-index:130;right:0;top:0;bottom:0;width:min(480px,100%);background:#fff;box-shadow:-20px 0 50px rgba(0,0,0,.2);transform:translateX(104%);transition:transform .25s;display:flex;flex-direction:column}
.cart-drawer.open{transform:none}
.cart-drawer>header{height:90px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.cart-drawer>header small{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.cart-drawer>header h2{margin:3px 0 0}
.cart-drawer>header button,.dialog-close{width:42px;height:42px;border:1px solid var(--line);background:#fff;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.cart-drawer__items{flex:1;overflow:auto;padding:16px}
.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:start}
.cart-item img{width:78px;height:66px;border-radius:9px;object-fit:cover;background:var(--surface-2)}
.cart-item h3{font-size:.91rem;margin:0 0 4px}
.cart-item p{font-size:.76rem;color:var(--muted);margin:0}
.cart-item__image-link{display:block;border-radius:9px;line-height:0}.cart-item__image-link:hover img{filter:brightness(.95)}.cart-item__image-link:focus-visible{outline:3px solid rgba(0,114,188,.3);outline-offset:3px}
.cart-item__content h3 a{color:var(--ink);text-decoration:none}.cart-item__content h3 a:hover{color:var(--blue);text-decoration:underline}.cart-item__unit-price{margin-top:3px!important}
.cart-item__quantity{display:flex;align-items:center;gap:9px;margin-top:9px}.cart-item__quantity>span{font-size:.72rem;font-weight:850;color:var(--ink)}
.cart-qty-stepper{grid-template-columns:32px 44px 32px;height:34px}.cart-qty-stepper button{padding:0}.cart-qty-stepper button svg{width:15px;height:15px}.cart-qty-stepper input{font-size:.82rem;padding:0;-moz-appearance:textfield}.cart-qty-stepper input::-webkit-inner-spin-button,.cart-qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.cart-item__fixed-quantity{margin-top:8px!important;font-weight:800;color:var(--ink)!important}
.cart-item__price{text-align:right;font-weight:900;min-width:92px}.cart-item__price strong{display:block}
.cart-item__remove{border:0;background:none;color:#b03232;font-size:.72rem;padding:5px 0;cursor:pointer}
.cart-drawer .cart-item{grid-template-columns:70px minmax(0,1fr)}.cart-drawer .cart-item img{width:70px;height:62px}.cart-drawer .cart-item__price{grid-column:2;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-drawer .cart-item__remove{padding:4px 0}
.cart-drawer>footer{padding:18px 20px;border-top:1px solid var(--line);background:#f8fafb}
.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.cart-summary-total{font-size:1.25rem;font-weight:950;margin:14px 0}
.cart-empty{text-align:center;padding:70px 25px;color:var(--muted)}
.cart-empty svg{width:58px;height:58px;color:#a7bdc8}
.checkout-dialog{width:min(920px,calc(100% - 28px));max-height:92vh;border:0;border-radius:20px;padding:0;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.3);overflow:auto;color:var(--ink)}
.checkout-dialog::backdrop,.success-dialog::backdrop{background:rgba(5,24,36,.62);backdrop-filter:blur(4px)}
.dialog-close{position:absolute;right:18px;top:18px;z-index:2}
.checkout-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:28px 70px 20px}
.progress-step{height:37px;border-radius:999px;background:#eef3f6;display:grid;place-items:center;font-size:.75rem;font-weight:850;color:var(--muted)}
.progress-step.active{background:var(--blue-soft);color:var(--blue-dark)}
.progress-step.current{background:var(--blue);color:#fff}
.checkout-grid{display:grid;grid-template-columns:1fr 300px;gap:24px;padding:10px 32px 32px}
.checkout-panel h2{margin:0 0 18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:grid;gap:6px;font-size:.78rem;font-weight:800}
.field.span-2{grid-column:span 2}
.field input,.field textarea,.field select{border:1px solid #cbdbe3;border-radius:9px;min-height:46px;padding:10px 12px;outline:0;background:#fff}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,114,188,.1)}
.option-card{border:1px solid var(--line);border-radius:12px;padding:15px;display:grid;grid-template-columns:24px 1fr auto;align-items:start;gap:12px;margin-bottom:10px;cursor:pointer}
.option-card.selected{border-color:var(--blue);background:var(--blue-soft)}
.option-card input{margin-top:4px}
.option-card strong,.option-card small{display:block}
.option-card small{color:var(--muted);margin-top:3px}
.checkout-summary{background:#f3f7f9;border:1px solid var(--line);border-radius:13px;padding:18px;height:max-content;position:sticky;top:16px}
.checkout-summary h3{margin-top:0}
.checkout-summary-line{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-bottom:1px solid #dce6eb;font-size:.82rem}
.checkout-summary-total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:950;padding:14px 0}
.checkout-actions{display:flex;justify-content:space-between;gap:10px;margin-top:20px}
.checkout-error{background:#fff0ee;color:#a42d27;border:1px solid #efc6c0;border-radius:9px;padding:11px 13px;margin-bottom:12px}
.success-dialog{width:min(480px,calc(100% - 28px));border:0;border-radius:20px;padding:36px;text-align:center;color:var(--ink)}
.success-icon{width:70px;height:70px;border-radius:50%;background:#e7f8ed;color:var(--green);display:grid;place-items:center;margin:0 auto 15px}
.success-icon svg{width:38px;height:38px}
.site-footer{background:#0b3146;color:#fff;padding:55px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:45px}
.footer-grid section{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.footer-grid img{width:230px;filter:brightness(0) invert(1)}
.footer-grid h3{margin:0 0 8px}
.footer-grid p,.footer-grid a{color:#caddE6;font-size:.87rem;margin:0}
.footer-grid a:hover{color:#fff}
.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;color:#a9c3cf;font-size:.75rem}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.mobile-bottom-nav{display:none}
@media (max-width:1180px){
  :root{--container:min(100% - 30px,1200px)}
  .header-row{grid-template-columns:220px 1fr 190px;gap:20px}
  .main-nav__inner{gap:24px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .featured-grid{grid-template-columns:repeat(3,1fr)}
  .product-layout{grid-template-columns:.8fr 1.2fr}
}
@media (max-width:900px){
  .desktop-only{display:none!important}
  .mobile-only{display:block!important}
  :root{--container:calc(100% - 28px)}
  body{padding-bottom:76px}
  .top-strip{display:none}
  .site-header{top:0}
  .header-row{height:88px;grid-template-columns:52px 1fr 52px;gap:12px}
  .logo{justify-self:center}
  .logo img{width:250px;max-width:100%;max-height:62px;object-fit:contain}
  .icon-button{border:1px solid #cbdbe3;background:#fff;width:48px;height:48px;border-radius:50%;display:grid!important;place-items:center;cursor:pointer}
  .header-actions{display:block;justify-self:end}
  .cart-button{padding:8px 4px}
  .cart-button svg{width:31px;height:31px;color:var(--blue)}
  .cart-button b{left:26px;top:0}
  .mobile-search{padding:0 14px 14px;background:#fff}
  .mobile-search form{height:55px;border:1px solid #bfd3dd;border-radius:13px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;position:relative;overflow:visible}
  .mobile-search form>svg{justify-self:center;color:var(--muted)}
  .mobile-search input{height:100%;border:0;outline:0;min-width:0;font-size:1rem}
  .mobile-search button{height:100%;border:0;border-radius:0 12px 12px 0;background:var(--blue);color:#fff;font-weight:900;padding:0 16px}
  .mobile-search .suggestions{top:calc(100% + 7px)}
  .hero{min-height:470px}
  .hero__content{padding:55px 0 110px}
  .hero h1{font-size:clamp(2.4rem,10vw,4.2rem)}
  .hero-search{display:none}
  .hero-benefits__inner{grid-template-columns:repeat(2,1fr)}
  .benefit{padding:12px 13px;min-height:67px}
  .benefit:nth-child(2){border-right:0}
  .benefit:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .benefit svg{width:27px;height:27px}
  .benefit strong{font-size:.68rem}
  .benefit small{font-size:.68rem}
  .section{padding:48px 0}
  .section-head{text-align:left}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:11px}
  .category-card__body{padding:12px}
  .category-card h3{font-size:.86rem}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .trust-item{padding:14px;border-bottom:1px solid var(--line)}
  .trust-item:nth-child(2n){border-right:0}
  .featured-grid{grid-template-columns:1fr 1fr;gap:11px}
  .product-card h3{font-size:.95rem}
  .page-banner{padding:22px 0}
  .page-banner h1{font-size:2.25rem}
  .catalog-layout{display:block}
  .sidebar{display:none}
  .catalog-toolbar{top:143px;grid-template-columns:1fr auto;padding:10px;margin-inline:-14px;border-radius:0;border-inline:0}
  .catalog-toolbar .select-control{display:none}
  .filter-panel{grid-template-columns:1fr 1fr}
  .catalog-product-grid{grid-template-columns:1fr 1fr;gap:11px}
  .product-layout{display:block}
  .product-gallery{position:static;margin-bottom:14px}
  .product-info{padding:17px}
  .variant-row{grid-template-columns:1.25fr .95fr 110px;gap:10px;padding:12px}
  .variant-row.head{display:none}
  .variant-price{grid-column:2}
  .variant-stock{grid-column:1}
  .variant-qty{grid-column:3;grid-row:1/3;align-self:center}
  .product-purchase-footer{position:sticky;bottom:76px;background:#fff;margin-inline:-17px;margin-bottom:-17px;padding:13px 17px;border-top:1px solid var(--line);z-index:10;box-shadow:0 -8px 22px rgba(15,47,67,.08)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .mobile-bottom-nav{position:fixed;z-index:95;bottom:0;left:0;right:0;height:76px;background:#fff;border-top:1px solid var(--line);display:grid!important;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -10px 28px rgba(15,47,67,.08)}
  .mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.72rem;font-weight:800;color:#385468;position:relative}
  .mobile-bottom-nav svg{width:26px;height:26px;color:var(--blue)}
  .mobile-bottom-nav b{position:absolute;top:5px;right:23%;background:var(--blue);color:#fff;border-radius:50%;width:20px;height:20px;display:grid;place-items:center;font-size:.65rem}
  .checkout-grid{grid-template-columns:1fr;padding:12px 18px 24px}
  .checkout-summary{position:static;order:-1}
  .checkout-progress{padding:70px 18px 15px}
}
@media (max-width:620px){
  :root{--container:calc(100% - 24px)}
  .logo img{width:220px}
  .hero{min-height:430px}
  .hero__content{text-align:left;padding:48px 0 112px}
  .hero__eyebrow{font-size:.68rem}
  .hero h1{font-size:2.65rem}
  .hero p{font-size:.98rem}
  .hero-benefits__inner{min-height:97px}
  .benefit{gap:8px;padding:10px 7px}
  .benefit svg{width:24px;height:24px}
  .benefit small{display:none}
  .category-grid{gap:9px}
  .category-card__media{aspect-ratio:1.35/1}
  .category-card h3{font-size:.8rem;line-height:1.2}
  .category-card span{font-size:.7rem}
  .trust-row{display:none}
  .featured-grid{display:block}
  .product-card{display:grid;grid-template-columns:116px 1fr;margin-bottom:11px}
  .product-card__image{aspect-ratio:auto;height:100%;min-height:176px}
  .product-card__body{padding:13px}
  .product-card h3{min-height:0;margin:5px 0 6px;font-size:1rem}
  .product-card__facts{grid-template-columns:1fr;margin-bottom:7px}
  .product-card__facts>div{padding:7px 8px}
  .product-card__facts>div:first-child{display:none}
  .product-card__meta{font-size:.74rem}
  .product-card__price-stock{align-items:flex-start;flex-direction:column;gap:7px;margin-top:9px}
  .stock-line{text-align:left}
  .product-card__bottom{padding-top:10px}
  .catalog-product-grid{display:block}
  .catalog-title-row{align-items:flex-start;flex-direction:column}
  .filter-panel{grid-template-columns:1fr}
  .product-main-image{aspect-ratio:1.25/1}
  .product-info__head h1{font-size:1.85rem}
  .variant-table{border-radius:11px}
  .variant-row{display:grid;grid-template-columns:1fr auto;padding:13px 12px;gap:7px}
  .variant-size{grid-column:1}
  .variant-stock{grid-column:1}
  .variant-price{grid-column:1}
  .variant-qty{grid-column:2;grid-row:1/4;align-self:center}
  .qty-stepper{grid-template-columns:34px 40px 34px}
  .product-purchase-footer{gap:10px}
  .product-purchase-footer .button{padding-inline:13px;font-size:.82rem}
  .cart-item{grid-template-columns:64px 1fr auto}
  .cart-item img{width:64px;height:58px}
  .checkout-dialog{width:100%;max-height:100dvh;height:100dvh;border-radius:0}
  .checkout-progress{grid-template-columns:repeat(4,minmax(60px,1fr));overflow-x:auto}
  .progress-step{font-size:.64rem;padding:0 8px}
  .form-grid{grid-template-columns:1fr}
  .field.span-2{grid-column:auto}
  .checkout-actions{position:sticky;bottom:0;background:#fff;padding-top:12px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:5px}
}

@media (max-width:620px){
  .cart-item{grid-template-columns:64px minmax(0,1fr);gap:10px}
  .cart-item__price{grid-column:2;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}
  .cart-item__remove{padding:4px 0}
  .cart-item__quantity{align-items:flex-start;flex-direction:column;gap:5px}
  .cart-qty-stepper{grid-template-columns:36px 48px 36px;height:38px}
}


/* V7.1 slimme maatfilters */
.filter-toggle{position:relative}.filter-toggle b{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--blue);color:#fff;font-size:.68rem}
.mobile-quick-filters{display:none;gap:8px;overflow-x:auto;padding:0 0 14px;scrollbar-width:none}.mobile-quick-filters::-webkit-scrollbar{display:none}.mobile-quick-filters button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:9px 13px;font-weight:800}.mobile-quick-filters button.active{background:var(--blue);border-color:var(--blue);color:#fff}
.filter-panel__head{display:none}.filter-panel__footer{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.filter-panel__head h2{margin:2px 0 0}.filter-panel__head small{color:var(--muted);font-weight:750}.filter-panel__head button{border:0;background:#edf5f9;width:42px;height:42px;border-radius:50%;display:grid;place-items:center}.filter-panel__head svg{width:20px;height:20px}.filter-group{scroll-margin-top:80px}

/* V7.1 rustige beheeromgeving */
body.admin-entry{background:#eef4f7;padding-top:72px}body.admin-entry>.utility-bar,body.admin-entry>.site-header,body.admin-entry>.site-footer,body.admin-entry>.mobile-bottom-nav{display:none!important}.admin-shell-bar{position:fixed;z-index:1000;top:0;left:0;right:0;height:72px;background:#fff;border-bottom:1px solid #dce8ed;display:flex;align-items:center;gap:18px;padding:0 26px;box-shadow:0 6px 18px rgba(11,53,73,.06)}.admin-shell-brand img{width:230px;height:auto;display:block}.admin-shell-bar>div{display:flex;flex-direction:column;line-height:1.15}.admin-shell-bar strong{color:#0d3348}.admin-shell-bar small{color:#69808d;margin-top:4px}.admin-shell-return{margin-left:auto;background:#078fc5;color:#fff!important;text-decoration:none;padding:11px 16px;border-radius:10px;font-weight:850}body.admin-entry #app{min-height:calc(100vh - 72px)}body.admin-entry .loading-state{min-height:55vh}

@media (max-width:760px){
  .mobile-quick-filters{display:flex;margin:0 -14px;padding:0 14px 12px}
  .filter-panel{position:fixed!important;z-index:210;left:0;right:0;bottom:0;top:auto;max-height:min(82vh,760px);overflow:auto;border-radius:22px 22px 0 0!important;margin:0!important;padding:0 16px calc(18px + env(safe-area-inset-bottom))!important;display:block!important;grid-template-columns:1fr!important;box-shadow:0 -20px 50px rgba(8,43,61,.22);transform:translateY(0);transition:transform .22s ease}
  .filter-panel.hidden{display:block!important;transform:translateY(110%);pointer-events:none}
  .filter-panel__head{display:flex;position:sticky;top:0;z-index:2;background:#fff;align-items:center;justify-content:space-between;margin:0 -16px 4px;padding:14px 16px;border-bottom:1px solid var(--line)}
  .filter-group{padding:14px 0;border-bottom:1px solid var(--line)}.filter-group h3{margin:0 0 10px}.filter-panel__footer{position:sticky;bottom:0;background:#fff;margin:0 -16px;padding:12px 16px;display:grid;grid-template-columns:1fr 1.25fr;border-top:1px solid var(--line)}
  body.admin-entry{padding-top:64px}.admin-shell-bar{height:64px;padding:0 14px;gap:10px}.admin-shell-brand img{width:165px}.admin-shell-bar>div{display:none}.admin-shell-return{font-size:.78rem;padding:9px 11px}
}

/* V8.1 beeldkwaliteit en zoeklaag */
.product-card__image img{image-rendering:auto;transform:translateZ(0)}
.suggestion-item img{image-rendering:auto}
.hero .suggestions{isolation:isolate}
@media(max-width:760px){.mobile-search{position:relative;z-index:90}.mobile-search .suggestions{z-index:1400}.site-header{overflow:visible}.header-row{overflow:visible}}


/* V8.4 zoeksuggesties leesbaar en compact */
.hero-search .suggestions,.header-search .suggestions,.mobile-search .suggestions{color:var(--ink);background:#fff;overflow-x:hidden}
.hero-search .suggestion-item,.header-search .suggestion-item,.mobile-search .suggestion-item{height:auto!important;min-height:68px!important;width:100%!important;max-width:none!important;padding:9px 12px!important;border-radius:0!important;background:#fff!important;color:var(--ink)!important;display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;text-align:left!important;box-shadow:none!important}
.hero-search .suggestion-item:hover,.header-search .suggestion-item:hover,.mobile-search .suggestion-item:hover{background:var(--blue-soft)!important}
.suggestion-item picture{display:block;width:64px;height:52px;overflow:hidden;border-radius:8px;background:var(--surface-2)}
.suggestion-item picture img,.suggestion-item>img{width:64px!important;height:52px!important;object-fit:cover!important;border-radius:8px!important;margin:0!important}
.suggestion-item>span{min-width:0;display:block}
.suggestion-item strong{color:var(--navy)!important;font-size:.92rem!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere}
.suggestion-item small{color:var(--muted)!important;font-size:.76rem!important;line-height:1.25!important;white-space:normal!important;margin-top:3px!important}
.suggestion-item em{color:var(--blue-dark)!important;white-space:nowrap!important;align-self:center!important;font-size:.88rem!important}
.hero-search .suggestions{max-height:min(430px,56vh);z-index:5000}
@media(max-width:760px){.suggestion-item em{font-size:.8rem!important}.hero-search .suggestion-item,.header-search .suggestion-item,.mobile-search .suggestion-item{grid-template-columns:54px minmax(0,1fr) auto!important;gap:9px!important;padding:8px 10px!important}.suggestion-item picture,.suggestion-item picture img,.suggestion-item>img{width:54px!important;height:46px!important}.suggestions{max-height:58vh!important}}

/* V8.11 cumulatieve klantstatus en wensenlijst */
.product-card__favorite{position:absolute;z-index:4;top:12px;left:12px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px rgba(10,48,68,.14)}
.product-card__favorite svg,.favorite-detail svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.product-card__favorite.active,.favorite-detail.active{background:#fff0f2;color:#d52f52}.product-card__favorite.active svg,.favorite-detail.active svg{fill:currentColor}
.product-head-actions{display:flex;gap:8px;align-items:center}.header-action span,.top-strip__login{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.free-trailer-note{margin:14px 0;padding:12px 14px;border:1px solid #b9ddeb;border-radius:12px;background:#eef9fd;color:#123b51;font-weight:750}
@media(max-width:760px){.product-card__favorite{width:34px;height:34px;top:8px;left:8px}.top-strip__login{max-width:105px}}


/* V8.13 mobiele header stabilisatie - behoud bestaand design */
.mobile-customer{display:none}
@media (max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .site-header,.header-row,.mobile-search,.mobile-search form{max-width:100%}
  .header-row{height:82px;grid-template-columns:48px minmax(0,1fr) 52px 48px;gap:7px;padding-left:0;padding-right:0}
  .logo{min-width:0;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}
  .logo img{width:min(205px,100%);max-width:100%;max-height:56px;object-fit:contain}
  .header-actions{grid-column:3/5;display:grid!important;grid-template-columns:52px 48px;align-items:center;gap:0;justify-self:stretch;width:100%}
  .mobile-customer{display:flex!important;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:1px;text-decoration:none;color:var(--navy);font-size:.62rem;font-weight:850;line-height:1.05;overflow:hidden}
  .mobile-customer svg{width:24px;height:24px;flex:none}
  .mobile-customer span{display:block;max-width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .cart-button{width:48px;height:48px;display:grid;place-items:center;padding:0!important;justify-self:end}
  .cart-button svg{width:28px;height:28px}
  .cart-button b{left:25px;top:-1px}
  .mobile-search{width:100%;box-sizing:border-box;padding:0 14px 13px}
  .mobile-search form{width:100%;box-sizing:border-box;grid-template-columns:minmax(0,1fr) 50px;overflow:visible}
  .mobile-search form>svg{display:none!important}
  .mobile-search input{width:100%;min-width:0;padding:0 13px;font-size:16px}
  .mobile-search button{width:50px;padding:0;border-radius:0 12px 12px 0;display:grid;place-items:center}
  .mobile-search button svg{width:23px;height:23px}
  .mobile-search .suggestions{left:0;right:0;width:100%;box-sizing:border-box}
}
@media (max-width:390px){
  .header-row{grid-template-columns:44px minmax(0,1fr) 48px 44px;gap:4px}
  .header-actions{grid-template-columns:48px 44px}
  .logo img{width:min(178px,100%)}
  .mobile-customer span{max-width:46px;font-size:.58rem}
  .mobile-search{padding-left:10px;padding-right:10px}
}


/* V9.4.3 inline zaagconfigurator */
.cut-callout{width:100%;text-align:left;border:1px solid var(--line);background:#fff;cursor:pointer;font:inherit}
.inline-cut-configurator{margin-top:14px;padding:22px;border:1px solid #b9d7e6;border-radius:16px;background:linear-gradient(180deg,#f8fcfe,#eef7fb);scroll-margin-top:110px}
.inline-cut-configurator.hidden{display:none}
.inline-cut-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.inline-cut-head h2{margin:2px 0 6px}.inline-cut-head p{margin:0;color:var(--muted)}
.inline-cut-close{border:0;background:#fff;border-radius:50%;width:38px;height:38px;font-size:28px;line-height:1;cursor:pointer;color:var(--ink);box-shadow:0 3px 14px rgba(6,54,77,.12)}
.inline-cut-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.inline-cut-field{display:grid;gap:7px}.inline-cut-field-wide{grid-column:span 3}.inline-cut-field span{font-weight:800;font-size:.88rem}.inline-cut-field input,.inline-cut-field select{width:100%;min-height:48px;border:1px solid #bfd3df;border-radius:10px;background:#fff;padding:10px 12px;font:inherit;color:var(--ink)}
.inline-cut-summary{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:16px;padding:14px 16px;border-radius:10px;background:#fff;border:1px solid #d4e3eb}.inline-cut-summary span{color:var(--muted)}.inline-cut-actions{display:flex;justify-content:flex-end;margin-top:16px}.inline-cut-empty{padding:4px}
@media(max-width:700px){.inline-cut-grid{grid-template-columns:1fr}.inline-cut-field-wide{grid-column:auto}.inline-cut-summary{align-items:flex-start;flex-direction:column}.inline-cut-actions .button{width:100%}}


/* V9.5 slimme zaagconfigurator */
.inline-cut-configurator{margin-top:18px;padding:22px;border:1px solid #cfe0ea;border-radius:18px;background:#fff}.cut-parts{display:grid;gap:10px;margin:14px 0}.cut-part-row{display:grid;grid-template-columns:1.5fr 1fr 1fr .65fr auto;gap:10px;align-items:end;padding:12px;border-radius:12px;background:#f3f8fb}.cut-part-row label{display:grid;gap:5px;font-size:13px;font-weight:700}.cut-part-row input{width:100%;min-height:44px;border:1px solid #bfd3df;border-radius:9px;padding:8px}.cut-remove{width:42px;height:42px;border:0;border-radius:9px;background:#fff;color:#a43b32;font-size:24px}.cut-add-row{margin-bottom:14px}.cut-drawing{display:grid;gap:18px;margin-top:18px}.cut-sheet{padding:14px;border:1px solid #d5e3eb;border-radius:14px;background:#f9fcfd}.cut-sheet svg{display:block;width:100%;max-height:380px;margin-top:10px}.sheet-bg{fill:#f0dfc5;stroke:#123047;stroke-width:4}.cut-piece{fill:#d9eff8;stroke:#078fc5;stroke-width:3}.cut-sheet text{font-size:28px;font-weight:700;fill:#102a3b}.inline-cut-summary{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:15px;border-radius:12px;background:#eaf7ee}.inline-cut-summary span{display:block}@media(max-width:760px){.cut-part-row{grid-template-columns:1fr 1fr}.cut-part-row label:first-child{grid-column:1/-1}.cut-remove{align-self:end}.inline-cut-summary{display:block}.inline-cut-summary span{margin-top:5px}}

/* V9.5.1: zaagmaten per 5 mm met schuifbalken */
.cut-dimension-field b{float:right;color:#087fba;font-size:.82rem}.cut-dimension-field input[type="range"]{min-height:24px;padding:0;border:0;background:transparent;accent-color:#078fc5;cursor:pointer}.cut-dimension-field input[type="number"]{font-weight:800}.cut-part-row{align-items:start}

/* V9.8.4: zaagvelden staan op één vaste basislijn */
.cut-part-row>label{display:grid;grid-template-rows:36px 44px 24px;align-content:start;gap:5px;min-width:0}
.cut-part-row>label>span{min-height:36px;display:flex;align-items:flex-start;justify-content:space-between;gap:6px;line-height:1.25}
.cut-dimension-field b{float:none;flex:0 0 auto;margin-left:auto;text-align:right;white-space:nowrap;line-height:1.25}
.cut-part-row>label>input[type="text"],.cut-part-row>label>input[type="number"]{height:44px;min-height:44px;box-sizing:border-box;margin:0}
.cut-dimension-field input[type="range"]{display:block;width:100%;height:24px;min-height:24px;margin:0}
.cut-part-row>.cut-remove{align-self:start;margin-top:41px}
@media(max-width:760px){
  .cut-part-row>label{grid-template-rows:32px 44px 24px}
  .cut-part-row>label>span{min-height:32px}
  .cut-part-row>.cut-remove{margin-top:37px}
}
/* V9.5.6: aparte zaagmodus voor balken/planken */
.cut-part-row-linear{grid-template-columns:minmax(150px,1fr) minmax(250px,2fr) minmax(90px,.55fr) 42px}
.cut-bar svg{min-width:760px;max-height:230px}.cut-bar{overflow-x:auto}
@media(max-width:760px){.cut-part-row-linear{grid-template-columns:1fr}.cut-bar svg{min-width:680px}}

/* V9.5.7: correcte handelsmaten en goed leesbare maatvoering */
.cut-sheet{overflow-x:auto;padding:18px}
.cut-sheet-title{display:flex;justify-content:space-between;gap:14px;align-items:center;font-size:1rem;margin-bottom:8px}
.cut-sheet-title span{font-weight:800;color:var(--muted)}
.cut-sheet svg{width:100%;min-width:760px;max-height:none;background:#fff;border-radius:10px}
.cut-sheet text{font-family:Arial,sans-serif;paint-order:stroke;stroke:#fff;stroke-width:4px;stroke-linejoin:round}
.cut-piece-label{font-size:22px;font-weight:900;fill:#092d43}
.cut-piece-size{font-size:20px;font-weight:900;fill:#092d43}
.cut-rest{fill:#f0dfc5;stroke:#b88f56;stroke-width:2}
.cut-rest-label{font-size:22px;font-weight:900;fill:#6f4d20}
.cut-rest-size{font-size:20px;font-weight:900;fill:#6f4d20}
.cut-line{stroke:#d7372f;stroke-width:4;stroke-dasharray:9 6;vector-effect:non-scaling-stroke}
.dimension-line{stroke:#173b51;stroke-width:2;vector-effect:non-scaling-stroke}
.dimension-arrow{fill:#173b51;stroke:none}
.dimension-text{font-size:22px;font-weight:900;fill:#102f43;stroke-width:5px}
.vertical-dimension{transform-box:fill-box;transform-origin:center;transform:rotate(-90deg)}
.cut-caption{font-size:16px;font-weight:700;fill:#56707f;stroke-width:3px}
.variant-size strong{line-height:1.35}
@media(max-width:760px){.cut-sheet{padding:12px}.cut-sheet svg{min-width:700px}.cut-piece-label{font-size:24px}.cut-piece-size,.dimension-text{font-size:22px}}

/* V9.5.8: duidelijke lengtezaagtool */
.linear-cut-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(230px,.8fr);gap:18px;align-items:stretch}.linear-cut-canvas{overflow-x:auto;background:#fff;border:1px solid #d4e2e9;border-radius:14px;padding:10px}.linear-cut-canvas svg{display:block;min-width:760px;width:100%;height:auto}.linear-cut-list{background:#f7fbfd;border:1px solid #d4e2e9;border-radius:14px;padding:16px}.linear-cut-list h4{margin:0 0 10px}.linear-cut-list ol{margin:0;padding-left:22px;display:grid;gap:8px}.linear-cut-list li{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #deeaef;padding-bottom:7px}.linear-rest-row{display:flex;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:2px solid #c6dce6}.cut-piece-number{font-size:34px;font-weight:900;fill:#07334a}.cut-piece-label{font-size:24px;font-weight:900}.cut-piece-size{font-size:22px;font-weight:800}.cut-rest-label,.cut-rest-size{font-size:20px;font-weight:800}.dimension-text{font-size:23px;font-weight:900}@media(max-width:820px){.linear-cut-layout{grid-template-columns:1fr}.linear-cut-list{font-size:15px}.linear-cut-canvas svg{min-width:700px}}
.cut-sheet-subtitle{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-2px 0 10px}
.cut-sheet-subtitle small{color:var(--muted)}
.cut-repeat-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#e6f3fb;color:#0a5d8d;font-size:.8rem;font-weight:900}
.cut-repeat-badge--single{background:#eef4f7;color:#597280}

/* V9.6.1: lengtezaagplan volledig zichtbaar zonder horizontaal scrollen */
.cut-bar,
.cut-sheet.cut-bar,
.linear-cut-canvas{
  overflow:visible;
}
.cut-sheet-title{
  flex-wrap:wrap;
  align-items:flex-start;
}
.cut-sheet-title strong{
  flex:0 0 auto;
}
.cut-sheet-title span{
  flex:1 1 320px;
  text-align:right;
  white-space:normal;
}
.linear-cut-layout{
  grid-template-columns:1fr;
}
.linear-cut-canvas{
  width:100%;
  min-width:0;
  padding:12px;
}
.linear-cut-canvas svg,
.cut-bar svg,
.cut-sheet.cut-bar svg{
  display:block;
  width:100%;
  min-width:0 !important;
  max-width:100%;
  height:auto;
  margin:0;
}
.linear-cut-list{
  width:100%;
}
.linear-cut-list ol{
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  column-gap:24px;
}
.linear-rest-row{
  font-size:1.05rem;
}
@media(max-width:760px){
  .cut-sheet-title span{
    flex-basis:100%;
    text-align:left;
  }
  .linear-cut-canvas{
    padding:6px;
  }
  .linear-cut-list ol{
    grid-template-columns:1fr;
  }
}


/* V9.6.3: zaagvoorbeeld pas tonen na invoer */
.cut-preview-intro{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-top:18px;
  padding:16px 18px;
  border:1px dashed #9fc8db;
  border-radius:14px;
  background:#f4fafc;
  color:#244b60;
}
.cut-preview-intro strong{font-size:1.02rem;color:#0c354b}
.cut-preview-intro span{color:var(--muted)}
.cut-preview-trigger{display:flex;justify-content:flex-end;margin-top:14px}
.cut-preview-trigger .button{min-width:280px}
.cut-drawing:not(.hidden){margin-top:20px;animation:cutPreviewIn .22s ease-out}
.inline-cut-summary:not(.hidden){animation:cutPreviewIn .18s ease-out}
.inline-cut-actions:not(.hidden){animation:cutPreviewIn .22s ease-out}
@keyframes cutPreviewIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:700px){
  .cut-preview-trigger .button{width:100%;min-width:0}
  .cut-preview-intro{padding:14px}
}

/* V9.6.5: leesbaar zaagvoorbeeld met verhoudingen zo veel mogelijk op schaal */
.cut-sheet-readable{
  overflow:visible !important;
  padding:18px;
}
.cut-sheet-readable .cut-sheet-note{
  display:block;
  margin:4px 0 12px;
  padding:9px 12px;
  border-radius:9px;
  background:#eef7fb;
  color:#315a70;
  font-size:.9rem;
  font-weight:700;
}
.cut-sheet-plan{
  width:100%;
  overflow:hidden;
  border:1px solid #d4e2e9;
  border-radius:14px;
  background:#fff;
  padding:12px;
}
.cut-sheet-readable .cut-sheet-plan svg{
  display:block;
  width:100%;
  min-width:0 !important;
  max-width:100%;
  height:auto;
  margin:0;
}
.cut-sheet-legend{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:10px;
  margin:14px 0 0;
  padding:0;
  list-style:none;
}
.cut-sheet-legend li{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:10px 12px;
  border:1px solid #d8e5eb;
  border-radius:10px;
  background:#f8fbfd;
}
.cut-legend-number{
  display:grid;
  place-items:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#087fba;
  color:#fff;
  font-weight:900;
}
.cut-legend-name{
  display:grid;
  min-width:0;
}
.cut-legend-name strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#0b3045;
}
.cut-legend-name small{
  color:#587182;
  font-weight:700;
}
.cut-piece-badge{
  fill:#fff;
  stroke:#087fba;
  stroke-width:3;
  vector-effect:non-scaling-stroke;
}
.cut-piece-badge-text{
  fill:#07334a;
  font-size:22px;
  font-weight:900;
  stroke-width:3px;
}
.cut-piece-size-compact{
  font-size:18px;
}
@media(max-width:700px){
  .cut-sheet-readable{padding:12px}
  .cut-sheet-plan{padding:6px}
  .cut-sheet-legend{grid-template-columns:1fr}
  .cut-sheet-readable .dimension-text{font-size:25px}
  .cut-sheet-readable .cut-piece-label{font-size:24px}
  .cut-sheet-readable .cut-piece-size{font-size:21px}
}


/* V9.6.5: schaalbalk en gebalanceerde schaalweergave */
.cut-scale-line,.cut-scale-tick{
  stroke:#123047;
  stroke-width:3;
  vector-effect:non-scaling-stroke;
}
.cut-scale-text{
  font-size:16px;
  font-weight:900;
  fill:#123047;
  stroke-width:3px;
}


/* V9.7.4: zes categorieen op desktop en horizontale swipe op mobiel */
.category-grid--home{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}
@media(max-width:700px){
  .category-grid--home{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:2px 4px 14px;margin-inline:-4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .category-grid--home::-webkit-scrollbar{display:none}
  .category-grid--home .category-card{flex:0 0 min(78vw,300px);scroll-snap-align:start}
}


/* V9.7.5 - snelle keuze voor geschaafde eiken planken */
.oak-quick{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.8fr);gap:18px;align-items:center;margin:18px 0 0;padding:16px 18px;border:1px solid rgba(8,119,184,.22);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 12px 32px rgba(11,47,68,.12);color:#0c2d41;text-align:left}
.oak-quick__intro{display:flex;flex-direction:column;gap:2px}.oak-quick__intro small{font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0877b8}.oak-quick__intro strong{font-size:1.18rem}.oak-quick__intro span{font-size:.88rem;color:#637b8b;line-height:1.35}
.oak-quick__controls{display:grid;grid-template-columns:minmax(155px,.65fr) minmax(250px,1.25fr) auto;gap:12px;align-items:end}.oak-quick__group{min-width:0}.oak-quick__group>span{display:block;margin:0 0 6px;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#516d7d}.oak-quick__chips{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.oak-quick__chips button{flex:0 0 auto;border:1px solid #c7dbe6;background:#f6fbfd;color:#15384c;border-radius:999px;padding:8px 11px;font-weight:800;cursor:pointer}.oak-quick__chips button:hover,.oak-quick__chips button.active{background:#087fc3;border-color:#087fc3;color:#fff}.oak-quick__submit{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;border:0;border-radius:13px;background:#087fc3;color:#fff;padding:11px 15px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(8,127,195,.2)}.oak-quick__submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.oak-quick--compact{grid-template-columns:minmax(190px,.62fr) minmax(0,1.8fr);margin:0 0 16px;background:#eef8fc;box-shadow:none}.oak-quick--compact .oak-quick__intro span{display:none}
@media(max-width:900px){.oak-quick,.oak-quick--compact{grid-template-columns:1fr;gap:12px;padding:14px}.oak-quick__controls{grid-template-columns:1fr}.oak-quick__submit{width:100%}.oak-quick__chips{margin-right:-4px}.hero .oak-quick{margin-top:14px}}


/* V9.7.6 - slanke Eiken Wizard zonder desktop-scrollbalken */
.oak-quick{grid-template-columns:minmax(180px,.58fr) minmax(0,2.25fr);gap:14px;padding:11px 14px;border-radius:15px;margin-top:14px}
.oak-quick__intro{gap:0}.oak-quick__intro small{font-size:.72rem}.oak-quick__intro strong{font-size:1.05rem;line-height:1.15}.oak-quick__intro span{font-size:.78rem;margin-top:3px}
.oak-quick__controls{grid-template-columns:minmax(150px,.55fr) minmax(310px,1.45fr) auto;gap:10px;align-items:center}
.oak-quick__group>span{margin-bottom:4px;font-size:.7rem}
.oak-quick__chips{display:flex;flex-wrap:wrap;gap:5px;overflow:visible;padding:0;scrollbar-width:none}
.oak-quick__chips::-webkit-scrollbar{display:none}
.oak-quick__chips button{padding:6px 10px;min-height:34px;font-size:.86rem;border-radius:10px;box-shadow:none}
.oak-quick__actions{display:flex;align-items:center;gap:7px;justify-content:flex-end}
.oak-quick__clear{border:1px solid #b9d4e2;background:#fff;color:#285166;border-radius:10px;padding:8px 10px;font-weight:900;cursor:pointer;white-space:nowrap}
.oak-quick__clear:hover{border-color:#087fc3;color:#087fc3}.oak-quick__clear.is-hidden{display:none}
.oak-quick__submit{padding:9px 13px;min-height:38px;border-radius:10px;font-size:.9rem;box-shadow:none}
.oak-quick--compact{grid-template-columns:minmax(170px,.52fr) minmax(0,2.35fr);padding:10px 13px;margin-bottom:14px}
@media(max-width:1100px) and (min-width:701px){.oak-quick__controls{grid-template-columns:1fr 1.4fr}.oak-quick__actions{grid-column:1/-1;justify-content:flex-end}.oak-quick__intro span{display:none}}
@media(max-width:700px){
  .oak-quick,.oak-quick--compact{grid-template-columns:1fr;gap:9px;padding:12px;margin-top:10px}
  .oak-quick__intro span{display:none}
  .oak-quick__controls{display:block}
  .oak-quick__group{margin-top:8px}
  .oak-quick__chips{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;padding:1px 1px 5px;-webkit-overflow-scrolling:touch}
  .oak-quick__chips button{scroll-snap-align:start}
  .oak-quick__actions{margin-top:9px;justify-content:stretch}
  .oak-quick__clear{flex:0 0 auto}.oak-quick__submit{flex:1}
}


/* V9.7.8 - rustige indeling voor Vurenhout / Grenen nieuw */
.vuren-category-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 18px}
.vuren-category-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:84px;padding:14px 42px 13px 15px;border:1px solid #cfe0e9;border-radius:14px;background:#fff;color:#12354a;text-align:left;cursor:pointer;transition:.18s ease}
.vuren-category-card:hover{border-color:#0780c5;transform:translateY(-1px);box-shadow:0 8px 20px rgba(12,70,101,.09)}
.vuren-category-card.active{border-color:#0780c5;background:#eaf7fd;box-shadow:inset 0 0 0 1px #0780c5}
.vuren-category-card strong{font-size:1rem;line-height:1.2}.vuren-category-card small{margin-top:6px;color:#637b8b;font-weight:700}
.vuren-category-card svg{position:absolute;right:14px;top:50%;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:#0780c5;stroke-width:2}
@media(max-width:1050px){.vuren-category-menu{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.vuren-category-menu{display:flex;overflow-x:auto;gap:9px;margin-right:-16px;padding:1px 16px 8px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.vuren-category-card{flex:0 0 205px;min-height:78px;scroll-snap-align:start}}

/* V9.7.9 - slanke filters voor Vurenhout / Grenen nieuw */
.vuren-slim-filters{display:grid;gap:8px;margin:0 0 18px;padding:12px 14px;border:1px solid #d4e2e9;border-radius:14px;background:#fff}
.vuren-filter-row{display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:34px}
.vuren-filter-label{font-size:.76rem;font-weight:700;letter-spacing:.02em;color:#5d7482}
.vuren-filter-chips{display:flex;flex-wrap:wrap;gap:6px;min-width:0}
.vuren-filter-chip{border:1px solid #cbdde6;background:#f8fbfc;color:#23485b;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:500;line-height:1.15;cursor:pointer;transition:.15s ease;white-space:nowrap}
.vuren-filter-chip:hover{border-color:#1685bd;color:#0877b8}
.vuren-filter-chip.active{border-color:#087fc3;background:#e5f5fc;color:#075f91;box-shadow:inset 0 0 0 1px #087fc3}
.vuren-filter-clear{border:0;background:transparent;color:#0877b8;font-size:.8rem;font-weight:600;cursor:pointer;padding:6px 4px;white-space:nowrap}
.vuren-filter-clear:hover{text-decoration:underline}
@media(max-width:900px){.vuren-filter-row{grid-template-columns:78px minmax(0,1fr)}.vuren-filter-clear{grid-column:2;justify-self:start}.vuren-filter-chips--sizes{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.vuren-filter-chips--sizes::-webkit-scrollbar{display:none}}
@media(max-width:700px){.vuren-slim-filters{padding:10px 11px;gap:10px}.vuren-filter-row{display:block}.vuren-filter-label{display:block;margin-bottom:5px}.vuren-filter-chips{flex-wrap:nowrap;overflow-x:auto;padding:1px 1px 5px;scroll-snap-type:x proximity;scrollbar-width:none}.vuren-filter-chips::-webkit-scrollbar{display:none}.vuren-filter-chip{scroll-snap-align:start;flex:0 0 auto}.vuren-filter-clear{margin-top:2px;padding-left:1px}}

@media(max-width:760px){.product-info-grid{grid-template-columns:1fr}.product-description{padding:16px}.product-description h2{font-size:1.9rem}}

.product-card:focus-visible{outline:3px solid rgba(0,123,193,.35);outline-offset:3px}


.breadcrumbs-light{color:rgba(255,255,255,.82)}
.breadcrumbs-light a,.breadcrumbs-light strong{color:#fff}
.breadcrumbs-light span{color:rgba(255,255,255,.62)}
.contact-hero{position:relative;background-size:cover;background-position:center;padding:42px 0 36px;color:#fff}
.contact-hero .container{position:relative;z-index:1}
.contact-hero__content{max-width:760px;padding:18px 0 26px}
.contact-hero__eyebrow{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(6px);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.contact-hero h1{font-size:clamp(2.5rem,5vw,4.6rem);line-height:.98;margin:14px 0 14px;letter-spacing:-.04em;color:#fff}
.contact-hero p{max-width:680px;font-size:1.06rem;line-height:1.8;color:rgba(255,255,255,.92);margin:0}
.contact-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.contact-hero__actions .button-light{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(6px)}
.contact-hero__actions .button-light:hover{background:rgba(255,255,255,.22)}
.contact-hero__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:12px}
.contact-highlight{background:rgba(255,255,255,.94);color:#123047;border-radius:18px;padding:18px 18px 16px;box-shadow:0 16px 34px rgba(7,36,58,.18)}
.contact-highlight small{display:block;color:var(--blue);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px}
.contact-highlight strong{display:block;font-size:1.08rem;line-height:1.35;margin-bottom:3px}
.contact-highlight span{display:block;color:#5d7380;line-height:1.55}
.contact-page-grid{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:24px;align-items:stretch}
.contact-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 16px 40px rgba(15,47,67,.08)}
.contact-panel__label{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#eaf5fb;color:var(--blue);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}
.contact-panel h2{margin:0 0 16px;font-size:clamp(1.7rem,2.3vw,2.4rem);line-height:1.06;color:var(--blue-dark)}
.contact-detail-list{display:grid;gap:14px;margin-top:10px}
.contact-detail-item{padding:14px 0;border-bottom:1px solid #e4edf2}
.contact-detail-item:last-child{border-bottom:0;padding-bottom:0}
.contact-detail-item strong{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;color:#58717f;margin-bottom:6px}
.contact-detail-item p{margin:0;font-size:1rem;line-height:1.7;color:#17384c}
.contact-detail-item a{font-weight:800;color:var(--blue-dark)}
.contact-panel__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.contact-panel--photo{position:relative;overflow:hidden;padding:0;min-height:460px;background-size:cover;background-position:center;border:1px solid var(--line)}
.contact-panel__overlay{position:absolute;left:20px;right:20px;bottom:20px;padding:22px;border-radius:18px;background:rgba(255,255,255,.93);backdrop-filter:blur(8px);box-shadow:0 14px 34px rgba(7,36,58,.16)}
.contact-panel__overlay p{margin:8px 0 0;color:#557183;line-height:1.7}
@media (max-width:980px){.contact-hero__highlights,.contact-page-grid{grid-template-columns:1fr}.contact-panel--photo{min-height:340px}}
@media (max-width:760px){.contact-hero{padding:30px 0 24px}.contact-hero__content{padding:10px 0 18px}.contact-hero h1{font-size:2.45rem}.contact-highlight{padding:16px}.contact-panel{padding:20px}.contact-panel__overlay{left:14px;right:14px;bottom:14px;padding:16px}}

.contact-map-card{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 16px 40px rgba(15,47,67,.08)}
.contact-map-card__head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}
.contact-map-card__head h2{margin:0 0 8px;color:var(--blue-dark);font-size:clamp(1.7rem,2.3vw,2.4rem);line-height:1.06}
.contact-map-card__head p{margin:0;color:var(--muted)}
.contact-map-frame{overflow:hidden;border-radius:16px;border:1px solid #d5e4ec;background:#eef4f7;min-height:460px}
.contact-map-frame iframe{display:block;width:100%;height:460px;border:0}
@media(max-width:760px){.contact-map-card{padding:16px}.contact-map-card__head{align-items:flex-start;flex-direction:column}.contact-map-card__head .button{width:100%}.contact-map-frame,.contact-map-frame iframe{min-height:380px;height:380px}}

.contact-panel--photo::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(15,47,67,.02) 0%, rgba(15,47,67,.28) 100%)}
.contact-panel--photo .contact-panel__overlay{position:absolute;left:20px;right:20px;bottom:20px;z-index:1}
@media (max-width:980px){.contact-panel--photo{min-height:340px}}

.contact-panel--map{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:460px}
.contact-panel--map__head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding:22px 22px 18px;border-bottom:1px solid var(--line)}
.contact-panel--map__head h2{margin:0 0 7px;font-size:clamp(1.55rem,2vw,2rem);color:var(--blue-dark)}
.contact-panel--map__head p{margin:0;color:var(--muted)}
.contact-panel--map__frame{flex:1;min-height:330px;background:#eef4f7}
.contact-panel--map__frame iframe{display:block;width:100%;height:100%;min-height:330px;border:0}
@media(max-width:760px){.contact-panel--map{min-height:420px}.contact-panel--map__head{align-items:flex-start;flex-direction:column;padding:18px}.contact-panel--map__head .button{width:100%}.contact-panel--map__frame,.contact-panel--map__frame iframe{min-height:300px}}

.hardhout-type-menu{margin:0 0 24px;padding:22px;border:1px solid #d5e4ec;border-radius:18px;background:linear-gradient(145deg,#f8fbfd,#eef6fa)}
.hardhout-type-menu__head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}
.hardhout-type-menu__head span{display:block;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px}
.hardhout-type-menu__head h2{margin:0;font-size:clamp(1.45rem,2.5vw,2rem);color:var(--blue-dark)}
.hardhout-type-menu__head p{margin:7px 0 0;color:var(--muted);max-width:720px}
.hardhout-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.hardhout-type-card{appearance:none;border:1px solid #d2e0e8;border-radius:14px;background:#fff;padding:0;overflow:hidden;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.hardhout-type-card:hover,.hardhout-type-card.active{transform:translateY(-2px);border-color:var(--blue);box-shadow:0 10px 24px rgba(15,47,67,.12)}
.hardhout-type-card.active{box-shadow:0 0 0 2px rgba(0,123,193,.16),0 10px 24px rgba(15,47,67,.12)}
.hardhout-type-card__image{display:block;aspect-ratio:16/9;background:#e7eef2;overflow:hidden}
.hardhout-type-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.hardhout-type-card:hover .hardhout-type-card__image img{transform:scale(1.035)}
.hardhout-type-card__body{display:block;padding:13px 14px 14px}
.hardhout-type-card__body strong{display:block;font-size:.94rem;line-height:1.25;color:#12364b;min-height:2.35em}
.hardhout-type-card__body small{display:block;color:var(--muted);font-size:.75rem;margin-top:5px}
.hardhout-type-card__body em{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:11px;color:var(--blue);font-size:.76rem;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.hardhout-type-card__body em svg{width:16px;height:16px}
@media(max-width:1180px){.hardhout-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.hardhout-type-menu{padding:15px;margin-bottom:18px}.hardhout-type-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.hardhout-type-card__body{padding:11px}.hardhout-type-card__body strong{font-size:.86rem}.hardhout-type-menu__head p{font-size:.88rem}}

/* v9.8.2 homepage content blocks */
.home-story-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;align-items:stretch}
.home-story-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;min-height:430px;box-shadow:0 10px 30px rgba(15,42,58,.06)}
.home-story-card--fsc{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.1fr)}
.home-story-card__media{min-height:100%;background:#e9f2f7}.home-story-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.home-story-card__body{padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.home-story-card__body small{color:var(--primary);font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.home-story-card__body h2{margin:0 0 12px;font-size:clamp(28px,3vw,42px);line-height:1.05}.home-story-card__body p{margin:0 0 22px;color:var(--muted);line-height:1.7}
.home-video-card{position:relative;background:#0b2b3d;min-height:430px}.home-video-card video,.home-video-card img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}
.home-video-card__overlay{position:absolute;inset:auto 0 0;padding:60px 24px 24px;background:linear-gradient(transparent,rgba(4,23,34,.88));color:#fff}.home-video-card__overlay small{display:block;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#8ed2fb}.home-video-card__overlay h2{margin:6px 0 0;font-size:28px}
.fsc-page-blocks{display:grid;gap:28px}.fsc-page-block{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.fsc-page-block:nth-child(even) .fsc-page-block__media{order:2}.fsc-page-block__media img{width:100%;max-height:420px;object-fit:cover;border-radius:12px}.fsc-page-block__content p{line-height:1.75;color:var(--muted)}
@media(max-width:900px){.home-story-grid,.home-story-card--fsc,.fsc-page-block{grid-template-columns:1fr}.home-story-card__media{min-height:260px}.home-video-card,.home-video-card video,.home-video-card img{min-height:520px}.fsc-page-block:nth-child(even) .fsc-page-block__media{order:0}}
@media(max-width:760px){.super-menu-toolbar{align-items:flex-start;flex-wrap:wrap}.super-menu-toolbar strong{width:100%}.super-menu-toolbar span{flex:1 1 210px}.super-menu-toolbar a{margin-left:auto}}
@media(max-width:700px){.sidebar-super-row{align-items:start}.sidebar-super-controls{flex-wrap:wrap;max-width:66px}.live-content-form{grid-template-columns:1fr}.live-content-form .wide{grid-column:auto}.live-content-modal form{padding:18px}.live-page-block{grid-template-columns:1fr;padding-top:58px}.live-page-block__media img{height:190px}.live-page-toolbar{align-items:flex-start;flex-direction:column}.live-edit-controls{top:6px;right:6px}.super-nav-controls{position:static;transform:none;margin-left:auto}.super-nav-item>.nav-main-link{padding-right:6px}}

.home-story-card__actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.home-story-card__actions .button{margin:0}

/* Extra artikelen 9.9.9 */
.related-products{margin-top:28px;padding-top:24px;border-top:1px solid #dce7ed}.related-products__head h2{margin:0 0 4px;font-size:24px;color:#078fc5;line-height:1.25}.related-products__head p{margin:0;color:#607482}.related-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.related-product-card{display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px;border:1px solid #d7e3ea;border-radius:14px;background:#fff;padding:10px}.related-product-card__image{border:0;background:#f4f7f8;border-radius:10px;padding:0;overflow:hidden;cursor:pointer}.related-product-card__image img{width:100%;height:100%;min-height:118px;object-fit:cover}.related-product-card__body{min-width:0;display:flex;flex-direction:column;gap:5px}.related-product-card__type{font-size:11px;font-weight:800;color:#078fc5;text-transform:uppercase}.related-product-card__title{border:0;background:none;padding:0;text-align:left;font:inherit;font-weight:800;color:#173042;cursor:pointer}.related-product-card__body small{color:#657985}.related-product-card__meta{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-top:auto}.related-product-card__meta .in-stock{color:#16834a;font-size:12px}.related-product-card__meta .out-stock{color:#a33;font-size:12px}@media(max-width:720px){.related-products__grid{grid-template-columns:1fr}.related-product-card{grid-template-columns:88px minmax(0,1fr)}}

/* 10.4.0 responsive categorieen en filters */
.category-sidebar{position:sticky;top:96px;max-height:calc(100vh - 116px);overflow:auto;align-self:start}
.sidebar-family{border-radius:12px}.sidebar-family.is-open{background:#f4f9fc;padding-bottom:8px}
.sidebar-subcategories{display:grid;gap:3px;padding:4px 8px 4px 16px}
.sidebar-sublink{border:0;background:transparent;display:flex;justify-content:space-between;gap:10px;width:100%;padding:9px 10px;border-radius:9px;text-align:left;color:#18364b;cursor:pointer;font:inherit}
.sidebar-sublink:hover{background:#e6f3fa}.sidebar-sublink.active{background:#078fc5;color:#fff;font-weight:700}.sidebar-sublink small{opacity:.8}
.mobile-category-actions{display:none;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}
.mobile-category-actions button{min-height:46px;border:1px solid #c9dce8;background:#fff;border-radius:12px;color:#073a59;font-weight:700;font-size:15px}
.mobile-category-actions button:last-child{background:#078fc5;color:#fff;border-color:#078fc5}
.mobile-category-actions b{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;border-radius:20px;background:#fff;color:#078fc5;margin-left:5px}
.mobile-category-actions.has-section-switcher{grid-template-columns:minmax(0,1.45fr) minmax(108px,.55fr)}
.mobile-category-actions .mobile-section-switcher{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 12px;text-align:left}
.mobile-section-switcher span,.mobile-section-switcher small,.mobile-section-switcher strong{display:block;min-width:0}
.mobile-section-switcher small{margin-bottom:2px;color:#078fc5;font-size:.65rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.mobile-section-switcher strong{overflow:hidden;color:#12364b;font-size:.9rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.mobile-section-switcher svg{width:18px;height:18px;flex:0 0 auto;color:#078fc5}
.active-filter-summary{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:10px 0 16px}
.active-filter-pill{border:0;background:#078fc5;color:#fff;border-radius:999px;padding:8px 11px;font:inherit;cursor:pointer}.active-filter-pill span{margin-left:5px;font-size:18px;line-height:0}
.active-filter-clear{border:0;background:transparent;color:#076b98;text-decoration:underline;cursor:pointer}
.mobile-category-drawer{display:none}
.furniture-choice-section{margin:0 0 20px;padding:20px;border:1px solid #cfe0e9;border-radius:16px;background:linear-gradient(135deg,#fff,#f3f9fc)}
.furniture-choice-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}
.furniture-choice-head small{display:block;color:#078fc5;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.furniture-choice-head h2{margin:4px 0 0;color:#0e344a;font-size:1.45rem}
.furniture-choice-reset{border:0;background:transparent;color:#0679ad;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}
.furniture-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.furniture-choice-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;min-height:142px;padding:16px;border:1px solid #cbdfe9;border-radius:14px;background:#fff;color:#12364b;text-align:left;cursor:pointer;transition:.18s ease}
.furniture-choice-card:hover,.furniture-choice-card.active{border-color:#078fc5;box-shadow:0 8px 24px rgba(0,110,160,.12);transform:translateY(-1px)}
.furniture-choice-card.active{background:#eaf7fc}
.furniture-choice-card:disabled{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}
.furniture-choice-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#e6f5fb;color:#078fc5}
.furniture-choice-icon svg{width:23px;height:23px}
.furniture-choice-card strong,.furniture-choice-card small,.furniture-choice-card em{display:block}
.furniture-choice-card strong{font-size:1.02rem}
.furniture-choice-card small{min-height:3.7em;margin-top:6px;color:#607786;font-size:.78rem;line-height:1.55}
.furniture-choice-card em{margin-top:10px;color:#078fc5;font-size:.74rem;font-style:normal;font-weight:900;text-transform:uppercase}
@media(max-width:820px){.furniture-choice-grid{grid-template-columns:1fr}.furniture-choice-card{min-height:0}.furniture-choice-card small{min-height:0}.furniture-choice-head{align-items:flex-start;flex-direction:column}}
.panel-explorer{margin:0 0 22px;padding:22px;border:1px solid #cde0ea;border-radius:22px;background:linear-gradient(145deg,#fff 0%,#f3f9fc 52%,#eef7fb 100%);box-shadow:0 18px 46px rgba(12,52,75,.08)}
.panel-explorer__head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}
.panel-explorer__head small{display:block;color:#078fc5;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.panel-explorer__head h2{margin:5px 0 7px;color:#0f3449;font-size:clamp(1.45rem,2.35vw,1.95rem)}
.panel-explorer__head p{margin:0;max-width:760px;color:#607786;line-height:1.65}
.panel-explorer__facts{display:grid;gap:10px;min-width:190px}
.panel-explorer__facts span{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #d5e4ec;border-radius:14px;background:rgba(255,255,255,.86);color:#295065;font-size:.88rem;box-shadow:0 8px 22px rgba(12,52,75,.05)}
.panel-explorer__facts strong{font-size:1rem;color:#0f3449}
.panel-explorer__active{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;border:1px solid #bfdded;border-radius:15px;background:#ecf8fd;color:#13425b}
.panel-explorer__active strong{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:#067cad}
.panel-explorer__active span{font-weight:700}
.panel-explorer__active button{margin-left:auto;border:0;background:transparent;color:#067cad;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}
.panel-explorer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.panel-explorer__species{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid #d4e4ec;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(12,52,75,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.panel-explorer__species:hover,.panel-explorer__species.is-active{border-color:#8fc9e1;box-shadow:0 16px 34px rgba(7,105,151,.12);transform:translateY(-2px)}
.panel-explorer__species-head{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:center}
.panel-explorer__media{height:92px;border-radius:16px;background:linear-gradient(180deg,#f4f9fb 0%,#ecf5f9 100%);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(198,219,229,.75)}
.panel-explorer__media img{width:100%;height:100%;object-fit:cover}
.panel-explorer__placeholder{display:grid;width:100%;height:100%;place-items:center;color:#078fc5}
.panel-explorer__placeholder svg{width:30px;height:30px}
.panel-explorer__intro small{display:block;margin-bottom:4px;color:#078fc5;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.panel-explorer__intro h3{margin:0 0 5px;color:#12364b;font-size:1.15rem}
.panel-explorer__intro p{margin:0;color:#68808f;font-size:.86rem}
.panel-explorer__tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.panel-explorer__tile{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-height:122px;padding:14px 15px;border:1px solid #d4e3eb;border-radius:16px;background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);color:#14384c;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.panel-explorer__tile:hover,.panel-explorer__tile.is-active{border-color:#078fc5;box-shadow:0 12px 28px rgba(7,105,151,.13);transform:translateY(-1px)}
.panel-explorer__tile.is-active{background:linear-gradient(180deg,#f1fbff 0%,#e7f6fd 100%)}
.panel-explorer__tile strong{font-size:1.02rem}
.panel-explorer__tile span{color:#657d8c;font-size:.81rem;line-height:1.45}
.panel-explorer__tile em{display:flex;align-items:center;gap:7px;margin-top:auto;color:#078fc5;font-size:.73rem;font-style:normal;font-weight:900;text-transform:uppercase}
.panel-explorer__tile em svg{width:15px;height:15px}
.panel-explorer__footer{display:flex;justify-content:flex-start}
.panel-explorer__show-all{padding:10px 14px;border:1px solid #c8dfe9;border-radius:999px;background:#f8fbfd;color:#0a6f9d;font:inherit;font-weight:850;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}
.panel-explorer__show-all:hover,.panel-explorer__show-all.is-active{border-color:#078fc5;background:#ecf8fd;color:#055f88}
@media(max-width:980px){.panel-explorer__head{flex-direction:column}.panel-explorer__facts{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.panel-explorer__grid{grid-template-columns:1fr}}
@media(max-width:720px){.panel-explorer{padding:18px}.panel-explorer__species-head{grid-template-columns:76px minmax(0,1fr)}.panel-explorer__media{height:76px}.panel-explorer__tiles{grid-template-columns:1fr}.panel-explorer__tile{min-height:0}.panel-explorer__facts{grid-template-columns:1fr}.panel-explorer__active button{margin-left:0}}
.product-section-menu{margin:0 0 22px;padding:22px;border:1px solid #cbdfe9;border-radius:18px;background:linear-gradient(145deg,#fff 0%,#f1f8fc 100%);box-shadow:0 12px 32px rgba(12,52,75,.06)}
.product-section-menu__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.product-section-menu__head small{display:block;color:#078fc5;font-size:.73rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.product-section-menu__head h2{margin:4px 0 5px;color:#12364b;font-size:clamp(1.4rem,2.2vw,1.85rem)}
.product-section-menu__head p{margin:0;color:#617989}
.product-section-back{flex:0 0 auto;padding:10px 14px;border:1px solid #b8d4e1;border-radius:10px;background:#fff;color:#086d97;font-weight:850;cursor:pointer}
.product-section-back:hover{border-color:#078fc5;background:#eff9fd}
/* Oude beschoeiingscalculator verwijderd in 100.2.2; alleen de actuele wizard blijft actief. */
.product-section-reset{border:1px solid #bdd7e4;border-radius:999px;padding:9px 13px;background:#fff;color:#076f9e;font:inherit;font-size:.8rem;font-weight:850;cursor:pointer}
.product-section-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.product-section-card{padding:0;overflow:hidden;border:1px solid #cadde7;border-radius:14px;background:#fff;color:#12364b;text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.product-section-card:hover,.product-section-card.active{transform:translateY(-2px);border-color:#078fc5;box-shadow:0 10px 24px rgba(7,105,151,.14)}
.product-section-card.active{outline:2px solid rgba(7,143,197,.18);background:#eff9fd}
.product-section-card__open{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}
.product-section-card__open:disabled{opacity:.55;cursor:not-allowed}
.product-section-card__image{display:block;height:116px;background:#e8f1f5;overflow:hidden}
.product-section-card__image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .22s ease}
.product-section-card:hover .product-section-card__image img{transform:scale(1.035)}
.product-section-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#078fc5}
.product-section-placeholder svg{width:34px;height:34px}
.product-section-card__body{display:block;padding:13px 14px 15px}
.product-section-card__body strong,.product-section-card__body small,.product-section-card__body em{display:block}
.product-section-card__body strong{min-height:2.4em;font-size:.92rem;line-height:1.3}
.product-section-card__body small{margin-top:5px;color:#617989;font-size:.75rem}
.product-section-card__body em{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:11px;color:#078fc5;font-size:.72rem;font-style:normal;font-weight:900;text-transform:uppercase}
.product-section-card__body em svg{width:15px;height:15px}
.product-section-landing>.product-section-menu{margin-bottom:12px;padding:16px 18px}
.product-section-landing>.product-section-menu .product-section-menu__head{margin-bottom:12px}
.product-section-landing>.product-section-menu .product-section-card__image{height:88px}
.product-section-menu--wood{border-color:#bdd8e5;background:linear-gradient(145deg,#fff 0%,#eef7fb 68%,#f5efe5 100%)}
.product-section-menu--wood .product-section-card{border-color:#bfd7e2}
.product-section-menu--wood .product-section-card__body em{color:#087da9}
.product-section-menu--wood .product-section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product-section-menu--wood .product-section-card{position:relative;min-height:270px;background:#dfe9ed}
.product-section-menu--wood .product-section-card__open--wood{position:absolute;inset:0;height:100%}
.product-section-menu--wood .product-section-card__image,.product-section-landing>.product-section-menu--wood .product-section-card__image{position:absolute;inset:0;width:100%;height:100%!important;padding:0;background:#dfe9ed}
.product-section-menu--wood .product-section-card__image img{width:100%;height:100%;object-fit:cover}
.product-section-menu--wood .product-section-card__body strong{font-size:1rem}
.product-section-card__overlay{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:12px 14px 13px;border-top:2px solid #fff;background:rgba(7,143,197,.95);color:#fff}
.product-section-card__overlay-title{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:0;border:0;background:transparent;color:#fff;font:inherit;font-size:1rem;font-weight:900;text-align:left;cursor:pointer}
.product-section-card__overlay-title svg{width:17px;height:17px;flex:0 0 auto}
.product-section-card__overlay-title:disabled{cursor:not-allowed}
.product-section-card__species{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 14px}
.product-section-card__species a{display:inline-flex;padding:6px 9px;border:1px solid #bed9e5;border-radius:999px;background:#eff8fc;color:#075f87;font-size:.7rem;font-weight:850;text-decoration:none}
.product-section-card__species a:hover{border-color:#078fc5;background:#078fc5;color:#fff}
.product-section-menu--wood .product-section-card__species{gap:5px;padding:8px 0 0}
.product-section-menu--wood .product-section-card__species a{padding:4px 8px;border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.14);color:#fff}
.product-section-menu--wood .product-section-card__species a:hover{border-color:#fff;background:#fff;color:#067eac}
.product-section-card__species-empty{display:block;margin-top:7px;color:rgba(255,255,255,.88);font-size:.72rem;font-weight:750}
.featured-showcase{background:var(--featured-background,#eef5f8)}
.featured-showcase__inner{padding:28px;border-left:var(--featured-border,7px) solid var(--featured-accent,#078fc5);border-radius:16px;background:rgba(255,255,255,.72)}
.featured-category-link{display:inline-flex;margin-top:8px;color:#067fae;font-size:.78rem;font-weight:850;text-decoration:underline;text-underline-offset:3px}
.product-section-landing>.catalog-toolbar,.product-section-landing>.mobile-quick-filters,.product-section-landing>.active-filter-summary,.product-section-landing>.filter-panel,.product-section-landing>.catalog-title-row,.product-section-landing>.catalog-product-grid,.product-section-landing>.vuren-slim-filters,.product-section-landing>.oak-quick-menu{display:none!important}
.product-section-landing>.mobile-category-actions{grid-template-columns:1fr}
.product-section-landing>.mobile-category-actions button:last-child{display:none}
.product-section-landing>.product-section-menu:after{content:none;display:none}
@media(max-width:1180px){.product-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.main-nav__inner{gap:4px;font-size:.69rem}.main-nav__inner>.nav-main-link{padding-inline:9px}.main-nav__inner>.nav-contact-link{padding-inline:7px}}
@media(max-width:760px){.category-page-banner{padding:13px 0 15px}.category-page-banner .breadcrumbs{margin-bottom:6px}.category-banner-row{display:block}.category-page-banner h1{font-size:1.95rem}.category-page-banner p{font-size:.88rem}.category-hero-highlights{margin-top:12px;overflow-x:auto;padding-bottom:3px}.category-hero-highlights span{min-width:108px}.category-page-banner+.catalog-shell{padding-top:12px}.product-section-menu{padding:15px}.product-section-grid,.product-section-menu--wood .product-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-section-card__image{height:148px}.product-section-menu--wood .product-section-card{min-height:210px;height:210px}.product-section-menu--wood .product-section-card__open--wood{min-height:0;height:100%}.product-section-menu--wood .product-section-card__image,.product-section-landing>.product-section-menu--wood .product-section-card__image{height:100%!important}.product-section-landing>.product-section-menu:not(.product-section-menu--wood) .product-section-card__image{height:110px}.product-section-menu--wood .product-section-card__overlay{padding:10px}.product-section-card__overlay-title{font-size:.86rem}.product-section-menu__head{align-items:flex-start;flex-direction:column}.product-section-card__body{padding:11px}.product-section-card__body strong,.product-section-menu--wood .product-section-card__body strong{font-size:.84rem}.product-section-card__species{padding:0 10px 11px}.featured-showcase__inner{padding:18px 14px}}
@media(max-width:480px){.product-section-menu--wood .product-section-grid{grid-template-columns:1fr}.product-section-menu--wood .product-section-card,.product-section-menu--wood .product-section-card__open--wood{min-height:235px;height:235px}}
@media(max-width:980px){
  .catalog-layout{display:block!important}.category-sidebar{display:none!important}.mobile-category-actions{display:grid}
  .catalog-toolbar .filter-toggle{display:none!important}
  .mobile-category-drawer{display:block;position:fixed;z-index:1002;left:0;right:0;bottom:0;max-height:88vh;overflow:auto;background:#fff;border-radius:20px 20px 0 0;padding:18px;box-shadow:0 -10px 40px rgba(0,30,50,.2)}
  .mobile-category-drawer.hidden{display:none}.mobile-drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e1ebf0;padding-bottom:12px;margin-bottom:10px}.mobile-drawer-head h2{margin:2px 0 0}.mobile-drawer-head button{width:44px;height:44px;border:0;border-radius:50%;font-size:28px;background:#eef6fa}
  .mobile-drawer-list{display:grid;gap:6px}.mobile-category-link{display:flex;justify-content:space-between;align-items:center;min-height:50px;border:1px solid #d4e3eb;border-radius:12px;background:#fff;padding:0 14px;color:#17384d;font:inherit;text-align:left}.mobile-category-link--child{min-height:44px;margin-left:16px;border-left:3px solid #8bcce7;border-radius:8px;font-size:.9rem}.mobile-category-link.active{background:#078fc5;color:#fff;border-color:#078fc5;font-weight:700}
  .filter-panel{position:fixed!important;z-index:1002!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;max-height:90vh;overflow:auto;border-radius:20px 20px 0 0!important;padding-bottom:84px!important}
  .filter-panel__footer{position:sticky;bottom:0;background:#fff;padding:12px 0 0;z-index:2}.filter-panel__footer .button-primary{background:#078fc5!important}
}
@media(max-width:620px){.vuren-slim-filters{display:none!important}.catalog-toolbar{grid-template-columns:1fr auto!important}.catalog-toolbar .select-control{max-width:130px}.active-filter-summary{margin-top:4px}}
.checkout-security-note{margin:14px 0 0;padding:12px 14px;border-radius:10px;background:#eef7fc;color:#174b68;font-size:14px;line-height:1.5}
.payment-result-page{padding:48px 0 72px;background:#f3f7fa;min-height:65vh}
.payment-result-shell{max-width:900px}
.payment-result-card{background:#fff;border:1px solid #d7e3ea;border-top:5px solid #e69520;border-radius:18px;padding:34px;box-shadow:0 16px 42px rgba(16,45,66,.09)}
.payment-result-card.success{border-top-color:#20854a}
.payment-result-card.failed{border-top-color:#b63b32}
.payment-result-card.pending{border-top-color:#e69520}
.payment-result-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#eaf6ef;color:#20854a;margin-bottom:16px}
.payment-result-card.failed .payment-result-icon{background:#fceeed;color:#b63b32}
.payment-result-card.pending .payment-result-icon{background:#fff5e8;color:#b56700}
.payment-result-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2}
.payment-result-card h1{margin:6px 0 10px;color:#082f49}
.payment-result-lead{max-width:720px;font-size:18px;line-height:1.6;color:#3d5667}
.payment-result-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#dce6ec;border:1px solid #dce6ec;border-radius:12px;overflow:hidden;margin:24px 0}
.payment-result-details>div{display:flex;justify-content:space-between;gap:20px;padding:13px 15px;background:#f9fbfc}
.payment-result-details dt{color:#607786}
.payment-result-details dd{margin:0;font-weight:700;text-align:right;color:#143c55}
.payment-result-note,.pickup-information{margin-top:20px;padding:20px;border-radius:13px;background:#f1f7fa}
.pickup-information h2{margin-top:0}
.pickup-information ul{list-style:none;padding:0;margin:18px 0}
.pickup-information li{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid #d7e3ea}
.payment-result-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
@media(max-width:680px){.payment-result-page{padding:22px 0 48px}.payment-result-card{padding:22px 17px;border-radius:14px}.payment-result-details{grid-template-columns:1fr}.payment-result-details>div{align-items:flex-start}.payment-result-actions .button{width:100%}.pickup-information li{display:block}.pickup-information li span{display:block;margin-top:3px}.payment-result-lead{font-size:16px}}
.related-product-card__body p{margin:0;color:#526c7b;font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* 13.2.3 - persoonlijke bedankpagina en veilige checkout-testmodus */
.checkout-test-banner{position:relative;z-index:1200;display:flex;justify-content:center;align-items:center;gap:12px;min-height:42px;padding:8px 18px;background:#f4a619;color:#172532;text-align:center;font-size:14px}.checkout-test-banner strong{font-weight:900;text-transform:uppercase;letter-spacing:.04em}.checkout-test-notice{display:grid;gap:3px;margin:0 0 16px;padding:14px;border:2px solid #e7a01f;border-radius:12px;background:#fff5dc;color:#503915}.checkout-test-notice strong{font-size:16px}.checkout-test-notice span{font-size:13px;line-height:1.5}
.thanks-page{padding-top:34px}.thanks-page .payment-result-shell{max-width:1120px}.thanks-test-banner,.thanks-preview-banner{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px;padding:11px 16px;border:2px solid #e7a01f;border-radius:12px;background:#fff2cf;color:#4c350e;text-align:center}.thanks-test-banner strong,.thanks-preview-banner strong{font-size:12px;letter-spacing:.06em}.thanks-test-banner span,.thanks-preview-banner span{font-size:14px}.thanks-preview-banner{border-color:#078fc5;background:#e9f7fc;color:#0b4561}
.thanks-hero{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);overflow:hidden;border:1px solid #d5e3ea;border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(16,45,66,.11)}.thanks-video-card{position:relative;min-height:500px;overflow:hidden;background:#092c40}.thanks-video-card video{display:block;width:100%;height:100%;min-height:500px;object-fit:cover}.thanks-video-overlay{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:50px 18px 17px;background:linear-gradient(transparent,rgba(3,25,39,.88));color:#fff}.thanks-video-overlay span{font-weight:800}.thanks-video-overlay button{border:1px solid rgba(255,255,255,.7);border-radius:999px;padding:8px 12px;background:rgba(0,0,0,.24);color:#fff;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.thanks-intro{display:flex;flex-direction:column;justify-content:center;padding:42px}.thanks-intro h1{margin:6px 0 12px;color:#082f49;font-size:clamp(32px,4vw,52px);line-height:1.05}.thanks-intro>.payment-result-details{width:100%;margin-bottom:0}
.thanks-content-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:18px;margin-top:18px}.thanks-order-card,.thanks-content-grid>aside>div{height:100%;box-sizing:border-box;border:1px solid #d5e3ea;border-radius:18px;background:#fff;padding:25px;box-shadow:0 10px 28px rgba(16,45,66,.06)}.thanks-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:17px;border-bottom:1px solid #dce7ed}.thanks-section-head small{color:#078fc5;font-weight:900;letter-spacing:.06em}.thanks-section-head h2{margin:4px 0 0;color:#102f42}.thanks-order-lines{display:grid}.thanks-order-line{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid #e1e9ed}.thanks-order-line>span{display:grid;gap:4px}.thanks-order-line small{color:#607786}.thanks-order-line>strong{white-space:nowrap}.thanks-order-totals{margin:16px 0 0 auto;width:min(360px,100%)}.thanks-order-totals p{display:flex;justify-content:space-between;gap:18px;margin:8px 0}.thanks-order-totals p:last-child{margin-top:13px;padding-top:13px;border-top:2px solid #183d54;font-size:20px}.thanks-content-grid .payment-result-note,.thanks-content-grid .pickup-information{margin:0;background:#f4f9fb}.thanks-footer-actions{display:flex;justify-content:center;margin-top:22px}
@media(max-width:820px){.checkout-test-banner{align-items:flex-start;flex-direction:column;gap:2px;text-align:left}.thanks-hero{grid-template-columns:1fr}.thanks-video-card,.thanks-video-card video{min-height:460px;max-height:68vh}.thanks-intro{padding:28px 22px}.thanks-content-grid{grid-template-columns:1fr}.thanks-section-head{align-items:flex-start;flex-direction:column}.thanks-section-head .button{width:100%}.thanks-test-banner,.thanks-preview-banner{align-items:flex-start;flex-direction:column;text-align:left}}
@media(max-width:520px){.thanks-page{padding-top:14px}.thanks-hero{border-radius:15px}.thanks-video-card,.thanks-video-card video{min-height:430px}.thanks-intro h1{font-size:34px}.thanks-order-card,.thanks-content-grid>aside>div{padding:19px 16px;border-radius:14px}.thanks-order-line{align-items:flex-start}.thanks-order-line>strong{font-size:14px}.thanks-footer-actions .button{width:100%}}

/* Eén vaste artikelpresentatie: dezelfde grote, beeldvullende fotografie als
   op de Hout-assortimentpagina, ook bij zoeken en uitgelichte artikelen. */
.catalog-product-grid .product-card__image,.featured-grid .product-card__image{aspect-ratio:1.08/1}
.catalog-product-grid .product-card__image img,.featured-grid .product-card__image img{width:100%;height:100%;object-fit:cover}
@media(max-width:620px){
  .featured-grid,.catalog-product-grid{display:grid;grid-template-columns:1fr;gap:14px}
  .featured-grid .product-card,.catalog-product-grid .product-card{display:flex;flex-direction:column;margin-bottom:0;border-radius:14px}
  .featured-grid .product-card__image,.catalog-product-grid .product-card__image{width:100%;height:auto;min-height:0;aspect-ratio:1.08/1}
}

/* Build 11.0 - bouwgerichte AI-projectzoeker in de bestaande huisstijl. */
.project-search-switch{width:min(190px,100%);margin:7px max(0px,calc((100% - 810px)/2)) 0 auto;color:#fff}
.project-search-switch>label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px;border:1px solid rgba(255,255,255,.42);border-radius:10px;background:rgba(4,39,61,.46);backdrop-filter:blur(5px);cursor:pointer}
.project-search-switch>label>span:first-child{display:flex;align-items:baseline;gap:10px;min-width:0}
.project-search-switch strong{font-size:14px}.project-search-switch small{display:none}
.project-search-switch .ai-mark,.mobile-project-search-switch .ai-mark{display:inline-block;margin-right:1px;padding:1px 5px;border-radius:5px;background:linear-gradient(135deg,#ffe784,#ffb84f);color:#063450;font-style:normal;font-weight:950;letter-spacing:.03em;box-shadow:0 2px 8px rgba(0,0,0,.16)}
.project-search-switch p{margin:9px 4px 0;font-size:13px;line-height:1.45;color:#fff}
.mobile-project-search-switch{display:flex;justify-content:flex-end;margin-top:6px}
.mobile-project-search-switch>label{width:190px;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:5px 8px;border:1px solid #bdd5e0;border-radius:9px;background:#eef8fc;color:var(--navy);cursor:pointer;box-sizing:border-box}
.mobile-project-search-switch strong{font-size:13px;white-space:nowrap}
.project-toggle{position:relative;flex:0 0 auto;width:42px;height:23px;border-radius:99px;background:rgba(255,255,255,.42);transition:.2s}
.project-toggle input{position:absolute;opacity:0;pointer-events:none}
.project-toggle span{position:absolute;left:3px;top:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2);transition:.2s}
.project-toggle:has(input:checked){background:#19a45b}.project-toggle:has(input:checked) span{transform:translateX(19px)}
.hero-search.is-project-mode{outline:3px solid rgba(255,255,255,.2)}.hero-search.is-project-mode input{font-weight:650}
.project-search-loading{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.project-search-loading small{color:var(--muted)}
.project-search-empty{max-width:900px}
.project-search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:24px}
.project-search-page-form input{width:100%;min-height:52px;border:1px solid var(--line);border-radius:10px;padding:0 16px;font:inherit;background:#fff;color:var(--ink)}
.project-search-page-form input:focus{outline:3px solid rgba(7,143,197,.15);border-color:var(--brand)}
.project-examples{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px}.project-examples>span{font-size:13px;font-weight:800;color:var(--muted)}
.project-examples button{border:1px solid var(--line);border-radius:99px;background:#fff;color:var(--brand-dark);padding:8px 12px;font:inherit;font-size:13px;font-weight:750;cursor:pointer}
.project-examples button:hover{border-color:var(--brand);background:#eef9fd}
.project-no-result{max-width:850px;margin:0 auto;padding:34px;border:1px solid var(--line);border-radius:16px;background:var(--surface);text-align:center}
.project-no-result p{color:var(--muted);line-height:1.65}.project-no-result .project-examples{justify-content:center}
.project-result-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:24px}
.project-page-banner{background:linear-gradient(135deg,#eef8fc,#fff)}
.project-kicker{display:block;margin-bottom:8px;color:var(--brand);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.project-results{display:grid;gap:36px;padding-bottom:94px}
.project-summary{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:22px;border:1px solid var(--line);border-radius:15px;background:#f7fbfd}
.project-summary>div{display:flex;flex-direction:column;gap:5px}.project-summary small{color:var(--muted)}.project-summary strong{font-size:21px;color:var(--ink)}
.project-summary span{color:#168a4b;font-weight:800}.project-summary ul{margin:7px 0 0;padding-left:18px;color:var(--muted)}
.project-summary>p{grid-column:1/-1;margin:0;padding-top:15px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}
.project-calculation{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:18px;padding:20px;border:1px solid #b9ddec;border-radius:15px;background:#f3fbfe}
.project-calculation small{color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.04em}.project-calculation h2{margin:5px 0 4px;color:var(--ink)}.project-calculation p{margin:0;color:var(--muted);line-height:1.5}
.project-calculation__total{display:flex;flex-direction:column;justify-content:center;padding:16px;border-radius:12px;background:#fff;border:1px solid var(--line)}.project-calculation__total strong{font-size:26px;color:var(--ink)}.project-calculation__total span{font-size:12px;color:var(--muted)}
.project-calculation ul{grid-column:1/-1;margin:0;padding:14px 18px 0 36px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.project-calculation__warning{grid-column:1/-1;padding:12px 14px;border-radius:9px;background:#fff4e7;color:#885014!important;font-weight:700}.project-calculation--incomplete{display:block}
.project-section>header{margin-bottom:16px}.project-section>header small{color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.project-section>header h2{margin:4px 0 0;color:var(--ink)}
.project-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.project-product{position:relative;display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px;padding:11px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 6px 20px rgba(16,45,60,.055)}
.project-product__select{position:absolute;z-index:2;top:10px;left:10px;width:29px;height:29px;border-radius:8px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.18);cursor:pointer}
.project-product__select input{position:absolute;opacity:0}.project-product__select span{display:block;width:100%;height:100%;border:2px solid #9fb4c0;border-radius:8px}
.project-product__select input:checked+span{border-color:var(--brand);background:var(--brand)}
.project-product__select input:checked+span:after{content:"";position:absolute;left:9px;top:5px;width:7px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.project-product__image{border:0;border-radius:9px;overflow:hidden;background:#eef4f6;padding:0;cursor:pointer;min-height:155px}
.project-product__image img{width:100%;height:100%;object-fit:cover}
.project-product__body{min-width:0}.project-product__body>small{color:var(--brand);font-weight:850;text-transform:uppercase;font-size:11px}
.project-product__body h3{margin:4px 0 5px;font-size:16px;line-height:1.22;color:var(--ink)}.project-product__body p{margin:0 0 8px;color:var(--muted);font-size:12px;line-height:1.4}
.project-product__body label{display:block;margin-top:8px;color:var(--ink);font-size:12px;font-weight:750}
.project-product__body select,.project-product__body input{width:100%;min-height:39px;margin-top:4px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 9px;font:inherit;font-size:12px;color:var(--ink)}
.project-product__qty{max-width:100px}.project-product__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:11px 0;font-size:12px}
.project-product__meta span{color:#168a4b;font-weight:800}.project-product__meta strong{font-size:14px;color:var(--ink)}
.project-product__condition{padding:7px 9px;border-radius:8px;background:#edf7fc;color:#006eb8!important;font-weight:750}
.project-product.is-condition-disabled{background:#f7f9fa}.project-product.is-condition-disabled .project-product__body>:not(.project-product__condition):not(.button){opacity:.62}
.project-product.is-condition-disabled .project-product__select{cursor:not-allowed}.project-product.is-condition-disabled .project-product__select span{background:#edf1f3}
.project-missing{padding:20px;border:1px dashed #d9a15f;border-radius:13px;background:#fff8ef}.project-missing p{margin:7px 0 0;color:#85541d}
.project-sticky-actions{position:sticky;z-index:9;bottom:16px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(16,45,60,.17);backdrop-filter:blur(8px)}
.project-sticky-actions>span{margin-right:auto;color:var(--muted)}.project-sticky-actions>span strong{color:var(--ink)}
@media(max-width:1150px){.project-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.project-search-switch{display:none}.project-product-grid{grid-template-columns:1fr}.project-summary,.project-calculation{grid-template-columns:1fr}.project-summary>p,.project-calculation ul,.project-calculation__warning{grid-column:auto}}
@media(max-width:640px){
  .project-search-page-form{grid-template-columns:1fr}.project-search-page-form .button{width:100%}.project-no-result{padding:22px 16px}
  .project-product{grid-template-columns:105px minmax(0,1fr);gap:11px;padding:10px}.project-product__image{min-height:170px}.project-product__body h3{font-size:16px}
  .project-product__meta{align-items:flex-start;flex-direction:column;gap:3px}
  .project-sticky-actions{bottom:76px;display:grid;grid-template-columns:1fr 1fr}.project-sticky-actions>span{grid-column:1/-1;margin:0}
  .project-sticky-actions .button{padding-left:10px;padding-right:10px;font-size:12px;text-align:center}
}
@media print{
  body.project-print-mode .site-header,body.project-print-mode .site-footer,body.project-print-mode .mobile-bottom-nav,body.project-print-mode .project-search-page-form,body.project-print-mode .project-sticky-actions,body.project-print-mode .project-product__select,body.project-print-mode .project-product__body .button{display:none!important}
  body.project-print-mode .section{padding:12px 0!important}body.project-print-mode .project-results{gap:18px;padding-bottom:0}body.project-print-mode .project-page-banner{padding:18px 0!important}
  body.project-print-mode .project-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body.project-print-mode .project-product{box-shadow:none;break-inside:avoid}
  body.project-print-mode .project-product:has([data-project-select]:not(:checked)){display:none!important}
}

/* Build 12.6 - begeleide projectchat */
.project-conversation-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start;max-width:1040px}
.project-conversation{min-height:410px;padding:24px;border:1px solid var(--line);border-radius:17px;background:#f7fbfd}
.project-chat-message{width:fit-content;max-width:min(680px,88%);margin-bottom:12px;padding:13px 16px;border-radius:14px;background:#fff;border:1px solid #d1e0e8;box-shadow:0 4px 14px rgba(13,58,79,.05)}
.project-chat-message small{display:block;margin-bottom:3px;color:var(--brand);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.project-chat-message p{margin:0;color:var(--ink);line-height:1.5}
.project-chat-message--customer{margin-left:auto;background:var(--brand);border-color:var(--brand);color:#fff}
.project-chat-message--customer small,.project-chat-message--customer p{color:#fff}
.project-chat-message--answered{margin-bottom:6px;padding-bottom:8px;border:0;box-shadow:none;background:transparent}
.project-chat-options{display:flex;gap:10px;flex-wrap:wrap;margin:6px 0 10px}
.project-chat-options button{min-height:46px;padding:10px 18px;border:2px solid #a8cddd;border-radius:11px;background:#fff;color:var(--ink);font:inherit;font-weight:850;cursor:pointer;transition:.16s}
.project-chat-options button:hover,.project-chat-options button:focus-visible{border-color:var(--brand);background:#eaf8fd;color:#006e9f;outline:0;transform:translateY(-1px)}
.project-chat-back{margin-top:4px}
.project-conversation-help{position:sticky;top:105px;padding:20px;border-radius:15px;background:#0c394e;color:#fff}
.project-conversation-help strong{display:block;font-size:20px}.project-conversation-help p{color:#d7e8ef;line-height:1.55}
.project-conversation-help span{display:block;margin:17px 0;padding-top:15px;border-top:1px solid rgba(255,255,255,.18);color:#83dbf5;font-size:13px;font-weight:850}
.project-conversation-help .plain-link{color:#fff;text-decoration:underline}
.project-chat-loading{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px;text-align:center}
.project-chat-loading small{color:var(--muted)}
@media(max-width:820px){
  .project-conversation-layout{grid-template-columns:1fr}
  .project-conversation-help{position:static;grid-row:1;padding:16px}
  .project-conversation-help p{margin:6px 0}.project-conversation-help span{margin:10px 0 0;padding-top:10px}
  .project-conversation{min-height:360px;padding:16px}
}
@media(max-width:520px){
  .project-chat-message{max-width:92%;padding:11px 13px}
  .project-chat-options{display:grid;grid-template-columns:1fr}
  .project-chat-options button{width:100%;text-align:left}
}

/* Build 13.0 - professionele testassistent */
.project-chat-input-form{display:flex;align-items:end;gap:10px;max-width:620px;margin:8px 0 12px}
.project-chat-input-form label{display:grid;gap:6px;min-width:0;flex:1;color:var(--ink);font-size:13px;font-weight:800}
.project-chat-input-form input{width:100%;min-height:48px;border:2px solid #a8cddd;border-radius:11px;padding:0 14px;background:#fff;color:var(--ink);font:inherit}
.project-chat-input-form input:focus{outline:3px solid rgba(7,143,197,.14);border-color:var(--brand)}
.project-chat-input-wrap{display:flex;align-items:center;overflow:hidden;border-radius:11px;background:#fff}
.project-chat-input-wrap input{border-radius:11px 0 0 11px}.project-chat-input-wrap em{align-self:stretch;display:flex;align-items:center;padding:0 14px;border:2px solid #a8cddd;border-left:0;border-radius:0 11px 11px 0;color:var(--muted);font-style:normal;font-weight:750}
.project-answer-summary{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:20px;padding:20px;border:1px solid #bcdce9;border-radius:15px;background:#f5fbfe}
.project-answer-summary small{color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.04em}.project-answer-summary h2{margin:5px 0 0;color:var(--ink)}
.project-answer-summary ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}
.project-answer-summary li{display:grid;gap:3px;padding:10px 12px;border-radius:9px;background:#fff;border:1px solid var(--line)}
.project-answer-summary li span{color:var(--muted);font-size:12px}.project-answer-summary li strong{color:var(--ink);font-size:14px}
.project-safety-notice{padding:16px 18px;border-left:5px solid #e59625;border-radius:10px;background:#fff5e8;color:#68410c}
.project-safety-notice strong{display:block;margin-bottom:4px;color:#70450a}.project-safety-notice p{margin:0;line-height:1.55}
.project-feedback{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:15px;background:#f7fbfd}
.project-feedback small{color:var(--brand);font-weight:850;text-transform:uppercase}.project-feedback h2{margin:4px 0}.project-feedback p{margin:0;color:var(--muted)}
.project-feedback__actions{display:flex;gap:8px}.project-feedback__actions .is-selected{border-color:var(--brand);background:#e8f7fc;color:#006d9e}
.project-feedback__form{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding-top:15px;border-top:1px solid var(--line)}
.project-feedback__form[hidden]{display:none}.project-feedback__form label{display:grid;gap:5px;color:var(--ink);font-size:13px;font-weight:800}
.project-feedback__form textarea{min-height:78px;border:1px solid var(--line);border-radius:9px;padding:10px 12px;font:inherit;resize:vertical}
.project-feedback__status{grid-column:1/-1;color:#197346!important;font-weight:750}
@media(max-width:800px){.project-answer-summary,.project-feedback{grid-template-columns:1fr}.project-answer-summary ul{grid-template-columns:1fr}.project-feedback__actions{flex-wrap:wrap}.project-feedback__form{grid-template-columns:1fr}}
@media(max-width:520px){.project-chat-input-form{display:grid;grid-template-columns:1fr}.project-chat-input-form .button{width:100%}.project-feedback__actions{display:grid}.project-feedback__actions .button{width:100%}}

/* Build 13.3.58 - handmatige categorie-accordeon en twee veelgekozen tegels */
.sidebar-super-children.hidden{display:none!important}
.popular-category-strip{margin:0 0 16px;padding:13px;border:1px solid #c7dce6;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(10,55,76,.05)}
.popular-category-strip__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}
.popular-category-strip__head>div:first-child{display:grid;gap:1px}
.popular-category-strip__head small{color:#078fc5;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.popular-category-strip__head strong{color:#143b4f;font-size:.96rem}
.popular-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.popular-category-tile{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:92px;overflow:hidden;border:1px solid #c6dce6;border-radius:12px;background:#f5fafc;color:#12384c;text-decoration:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
a.popular-category-tile:hover{border-color:#078fc5;box-shadow:0 8px 20px rgba(7,111,158,.12);transform:translateY(-1px)}
.popular-category-tile__media{display:block;min-width:0;background:#e7f0f4;overflow:hidden}
.popular-category-tile__media img{display:block;width:100%;height:100%;min-height:92px;object-fit:cover}
.popular-category-tile__copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:10px 13px}
.popular-category-tile__copy small{color:#078fc5;font-size:.64rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.popular-category-tile__copy strong{margin:2px 0 7px;font-size:1rem;line-height:1.2}
.popular-category-tile__copy>span{display:flex;align-items:center;gap:5px;color:#0879a7;font-size:.7rem;font-weight:850;text-transform:uppercase}
.popular-category-tile__copy svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}
.popular-category-strip__save{display:flex;align-items:center;gap:10px}
.popular-category-strip__save>span{color:#657d89;font-size:.72rem}
.popular-category-strip.has-unsaved-changes .popular-category-strip__save>span{color:#9b5c00;font-weight:800}
.popular-category-strip__save button{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:7px 12px;border:0;border-radius:9px;background:#078fc5;color:#fff;font:inherit;font-size:.8rem;font-weight:900;cursor:pointer}
.popular-category-strip__save button:disabled{opacity:.55;cursor:wait}
.popular-category-strip__save svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}
.popular-category-strip.is-editing{border:2px solid #42a9ce;background:#f4fbfe}
.popular-category-tile--editing{grid-template-columns:82px minmax(0,1fr);background:#fff}
.popular-category-tile__form{display:grid;grid-template-columns:minmax(110px,.75fr) minmax(150px,1fr);gap:7px 9px;padding:9px}
.popular-category-tile__form label{display:grid;gap:3px;color:#456270;font-size:.65rem;font-weight:850}
.popular-category-tile__form input,.popular-category-tile__form select{width:100%;min-width:0;height:34px;padding:5px 8px;border:1px solid #b9d0db;border-radius:7px;background:#fff;color:#12384c;font:inherit;font-size:.76rem}
.popular-category-tile__form input:focus,.popular-category-tile__form select:focus{outline:3px solid rgba(7,143,197,.13);border-color:#078fc5}
.popular-category-tile__image-field{grid-column:1/-1}
@media(max-width:900px){.popular-category-strip__head{align-items:flex-start}.popular-category-strip__save{align-items:flex-end;flex-direction:column}.popular-category-tile--editing{grid-template-columns:70px minmax(0,1fr)}.popular-category-tile__form{grid-template-columns:1fr}.popular-category-tile__image-field{grid-column:auto}}
@media(max-width:620px){.popular-category-strip{padding:10px}.popular-category-strip__head{display:grid}.popular-category-strip__save{align-items:stretch}.popular-category-strip__save button{justify-content:center}.popular-category-grid{grid-template-columns:1fr 1fr;gap:8px}.popular-category-tile{grid-template-columns:64px minmax(0,1fr);min-height:76px}.popular-category-tile__media img{min-height:76px}.popular-category-tile__copy{padding:8px}.popular-category-tile__copy strong{font-size:.84rem}.popular-category-tile__copy>span{font-size:.61rem}.popular-category-strip.is-editing .popular-category-grid{grid-template-columns:1fr}.popular-category-tile--editing{grid-template-columns:70px minmax(0,1fr)}}

/* 100.2.2 - badge voor de actuele beschoeiingswizard */
.smart-tool-badge{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:7px 10px;border-radius:999px;background:#dff6ff;color:#06769f;font-size:.72rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.smart-tool-badge i{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#078fc5;color:#fff;font-style:normal}

/* Update 86: compacte rasterweergave voor doelpagina's vanuit Uitgelichte categorieen. */
.featured-selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
.featured-selection-grid .product-card{min-width:0;width:auto;margin:0}
.featured-selection-grid .product-card__image{aspect-ratio:4/3;min-height:0;height:auto}
.featured-selection-grid .product-card__image img{width:100%;height:100%;object-fit:cover}
@media(max-width:1024px){.featured-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}}
@media(max-width:640px){.featured-selection-grid{grid-template-columns:1fr;gap:11px}}


/* 91.0.0 - commerciële FSC-landingspagina */
.fsc-seo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.fsc-products .category-heading{max-width:820px;margin-bottom:26px}
.fsc-products__more{display:flex;justify-content:center;margin-top:28px}
.fsc-faq{max-width:980px}
.fsc-faq__list{display:grid;gap:12px}
.fsc-faq__list details{background:#fff;border:1px solid rgba(20,39,29,.14);border-radius:14px;padding:0 18px;box-shadow:0 8px 24px rgba(20,39,29,.05)}
.fsc-faq__list summary{cursor:pointer;font-weight:700;padding:18px 28px 18px 0;position:relative;list-style:none}
.fsc-faq__list summary::-webkit-details-marker{display:none}
.fsc-faq__list summary:after{content:'+';position:absolute;right:0;top:16px;font-size:22px;font-weight:500}
.fsc-faq__list details[open] summary:after{content:'−'}
.fsc-faq__list details p{margin:0;padding:0 0 18px;color:var(--muted,#5f6b64);line-height:1.7}
.fsc-contact-card{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px 32px;border-radius:18px;background:#fff;border:1px solid rgba(20,39,29,.12)}
.fsc-contact-card h2{margin:4px 0 8px}
.fsc-contact-card p{margin:0;max-width:760px}
@media(max-width:720px){.fsc-contact-card{align-items:flex-start;flex-direction:column;padding:22px}.fsc-seo-actions .button{width:100%;justify-content:center}}


/* 92.0.0 - klantwaardering-slider onderaan de voorpagina */
.home-review-proof{padding:34px 0 42px;background:#f4f8fa;border-top:1px solid #dbe7ed}
.home-review-proof__inner{position:relative}
.home-review-proof__head{text-align:center;max-width:780px;margin:0 auto 20px}
.home-review-proof__head small{display:block;color:var(--primary);font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.home-review-proof__head h2{margin:7px 0 8px;color:var(--navy);font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.08}
.home-review-proof__head p{margin:0;color:var(--muted);font-size:.92rem}
.home-review-proof__slider{max-width:920px;margin:0 auto;overflow:hidden;border:1px solid #cfdee5;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(13,55,77,.08)}
.home-review-proof__track{display:flex;transition:transform .5s ease}
.home-review-proof__slide{flex:0 0 100%;min-width:0;padding:26px 34px 18px;text-align:center}
.home-review-proof__stars{display:block;margin-bottom:8px;color:#f6b500;letter-spacing:2px;font-size:1rem}
.home-review-proof__slide p{max-width:760px;margin:0 auto;color:var(--navy);font-size:clamp(1.08rem,2vw,1.35rem);font-weight:850;line-height:1.45}
.home-review-proof__dots{display:flex;justify-content:center;gap:7px;padding:0 0 16px}
.home-review-proof__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#b6c9d2;cursor:pointer}
.home-review-proof__dots button.active{width:24px;border-radius:99px;background:var(--primary)}
@media(max-width:640px){.home-review-proof{padding:28px 0 34px}.home-review-proof__slide{padding:22px 18px 16px}.home-review-proof__head{padding:0 8px}.home-review-proof__slider{border-radius:14px}}
@media(prefers-reduced-motion:reduce){.home-review-proof__track{transition:none}}


/* 93.3.0 - compacte zaaglijstcontrole in checkout */
.checkout-cut-review{margin:18px 0 16px;padding:16px;border:1px solid #cbdde7;border-radius:14px;background:#f8fbfc}
.checkout-cut-review-title span{display:block;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#147fab}
.checkout-cut-review-title h3{margin:3px 0 4px;font-size:1.05rem}
.checkout-cut-review-title p{margin:0 0 12px;color:#58707c;font-size:.86rem;line-height:1.4}
.checkout-cut-card{background:#fff;border:1px solid #d8e4ea;border-radius:11px;padding:13px;margin-top:10px}
.checkout-cut-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.checkout-cut-card-head small{display:block;color:#6b7e87;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.checkout-cut-card-head h4{margin:2px 0 0;font-size:.95rem;line-height:1.3}
.checkout-cut-card-head>strong{white-space:nowrap;font-size:.95rem}
.checkout-cut-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}
.checkout-cut-meta span{display:flex;flex-direction:column;gap:2px;padding:8px 9px;border-radius:8px;background:#f2f7f9;font-size:.78rem;line-height:1.3}
.checkout-cut-meta b{font-size:.68rem;text-transform:uppercase;letter-spacing:.03em;color:#5f737e}
.checkout-cut-list{border-top:1px solid #e2eaee;border-bottom:1px solid #e2eaee}
.checkout-cut-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 2px;font-size:.8rem}
.checkout-cut-row+.checkout-cut-row{border-top:1px solid #edf2f4}
.checkout-cut-row b{white-space:nowrap}
.checkout-cut-costs{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding-top:9px;font-size:.75rem;color:#5d6f78}
.checkout-cut-costs strong{color:var(--blue-dark)}
@media (max-width:700px){.checkout-cut-meta{grid-template-columns:1fr}.checkout-cut-row{grid-template-columns:34px minmax(0,1fr);}.checkout-cut-row b{grid-column:2;justify-self:start}.checkout-cut-card-head{align-items:center}.checkout-cut-costs{justify-content:flex-start}}
.checkout-cut-drawing-details{margin-top:11px;border:1px solid #d7e5eb;border-radius:10px;background:#f8fbfc;overflow:hidden}
.checkout-cut-drawing-details summary{cursor:pointer;list-style:none;padding:10px 12px;font-weight:800;color:var(--blue-dark);display:flex;align-items:center;justify-content:space-between;gap:10px}
.checkout-cut-drawing-details summary::-webkit-details-marker{display:none}
.checkout-cut-drawing-details summary::after{content:'+';font-size:1.2rem;line-height:1;color:#147fab}
.checkout-cut-drawing-details[open] summary::after{content:'−'}
.checkout-cut-drawing-note{padding:0 12px 8px;color:#58707c;font-size:.78rem;line-height:1.35}
.checkout-cut-drawing{padding:0 12px 12px}
.checkout-cut-drawing .cut-sheet{margin-top:0;padding:10px;border-radius:10px}
.checkout-cut-drawing .cut-sheet-title{align-items:flex-start}
.checkout-cut-drawing .cut-sheet-title strong{font-size:.92rem}
.checkout-cut-drawing .cut-sheet-title span{font-size:.76rem}
.checkout-cut-drawing .cut-sheet-subtitle{margin:4px 0 8px}
.checkout-cut-drawing .cut-sheet svg,
.checkout-cut-drawing .linear-cut-canvas svg,
.checkout-cut-drawing .cut-sheet-readable .cut-sheet-plan svg{min-width:520px;max-height:340px}
.checkout-cut-drawing .linear-cut-list{font-size:.76rem;padding:12px}
.checkout-cut-drawing .linear-cut-list h4{font-size:.9rem}
.checkout-cut-drawing .cut-sheet-legend{gap:6px}
.checkout-cut-drawing .cut-sheet-legend li{padding:8px 10px;font-size:.74rem}
@media (max-width:700px){.checkout-cut-drawing .cut-sheet svg,.checkout-cut-drawing .linear-cut-canvas svg,.checkout-cut-drawing .cut-sheet-readable .cut-sheet-plan svg{min-width:480px;max-height:none}.checkout-cut-drawing{padding:0 8px 10px}.checkout-cut-drawing-note{padding:0 8px 8px}}


/* 95.4 checkout compact */
.checkout-page-banner--compact{padding-top:10px!important;padding-bottom:10px!important;min-height:0!important}.checkout-page-banner--compact .breadcrumbs{margin-bottom:0!important}


/* ================================================================
   96.6 - Producttegels: duidelijkere maten/lengtes, zwevend effect,
          scherpere foto's en een niet-meescrollende cataloguszoekbalk.
   Alleen producttegels + catalog toolbar worden visueel aangepast.
   ================================================================ */
.catalog-toolbar{
  position:relative!important;
  top:auto!important;
  z-index:auto!important;
}

.product-card--96-6{
  border:1px solid #cfdbe2;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 9px 22px rgba(15,47,67,.11),0 2px 5px rgba(15,47,67,.06);
  transform:none;
  transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease;
}
.product-card--96-6:hover{
  transform:translateY(-3px);
  border-color:#bdced8;
  box-shadow:0 16px 32px rgba(15,47,67,.14),0 4px 9px rgba(15,47,67,.08);
}
.product-card--96-6 .product-card__image{
  aspect-ratio:4/3;
  background:#edf3f6;
}
.product-card--96-6 .product-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
  transform:none!important;
  filter:none;
}
.product-card--96-6 .product-card__body{
  padding:15px 15px 14px;
}
.product-card--96-6 .product-card__category{
  font-size:.68rem;
  color:#006eb8;
  letter-spacing:.075em;
}
.product-card--96-6 h3{
  margin:6px 0 7px;
  min-height:0;
  font-size:1.03rem;
  line-height:1.28;
}
.product-card--96-6 .product-card__dimension{
  display:block;
  margin:0 0 12px;
  color:#086fbd;
  font-size:1.22rem;
  line-height:1.15;
  font-weight:900;
}
.product-card__choice-block{
  margin-top:2px;
}
.product-card__choice-title{
  display:block;
  margin-bottom:7px;
  color:#17384d;
  font-size:.73rem;
  font-weight:850;
}
.product-card__choices{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.product-card__choice{
  min-height:35px;
  padding:6px 12px;
  border:1px solid #aebdc7;
  border-bottom-color:#8d9ca6;
  border-radius:10px;
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fb 48%,#e8eef2 100%);
  color:#17384d;
  font-size:.75rem;
  line-height:1;
  font-weight:850;
  cursor:pointer;
  text-shadow:0 1px 0 rgba(255,255,255,.9);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(70,91,104,.10),0 2px 0 #aab6be,0 4px 7px rgba(31,64,83,.10);
  transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease;
}
.product-card__choice:hover{
  border-color:#7eaec9;
  transform:translateY(-1px);
  background:linear-gradient(180deg,#fff,#f2f8fb 50%,#e1edf3);
  box-shadow:inset 0 1px 0 #fff,0 3px 0 #95a8b3,0 6px 10px rgba(31,64,83,.13);
}
.product-card__choice:active{
  transform:translateY(2px);
  box-shadow:inset 0 1px 3px rgba(37,61,76,.12),0 1px 0 #98a5ad,0 2px 4px rgba(31,64,83,.08);
}
.product-card__choice.is-active{
  border:1px solid #167bbb;
  border-bottom-color:#0b6299;
  padding:6px 12px;
  color:#075f99;
  background:linear-gradient(180deg,#fafdff 0%,#e9f5fc 48%,#d6eaf6 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(0,91,150,.12),0 2px 0 #7b9fb5,0 5px 9px rgba(0,89,148,.16);
}
.product-card__choice--more{
  color:#0874c3;
}
.product-card__selected-stock{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:11px;
  padding:9px 11px;
  border:1px solid #c8e9d2;
  border-radius:12px;
  background:linear-gradient(90deg,#effaf2,#f8fdf9);
  color:#188447;
}
.product-card__selected-stock.is-unavailable{
  border-color:#e4d8cf;
  background:#fbf7f4;
  color:#8b5b3d;
}
.product-card__selected-stock>span:last-child{
  min-width:0;
}
.product-card__selected-stock strong,
.product-card__selected-stock small{
  display:block;
  line-height:1.25;
}
.product-card__selected-stock strong{
  font-size:.76rem;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.product-card__selected-stock small{
  margin-top:2px;
  color:#243f51;
  font-size:.7rem;
}
.product-card__stock-icon{
  flex:0 0 25px;
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#2ca353;
  color:#fff;
  font-size:.86rem;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
}
.product-card__stock-icon--muted{background:#9a7157}
.product-card__price-panel{
  margin-top:10px;
  padding:11px 12px;
  border:1px solid #e1eaf0;
  border-radius:13px;
  background:linear-gradient(135deg,#f8fbfd,#edf4f8);
}
.product-card__price-panel>small{
  display:block;
  margin-bottom:2px;
  color:#405c6d;
  font-size:.68rem;
}
.product-card__price-line{
  display:flex;
  align-items:baseline;
  gap:5px;
}
.product-card__price-line strong{
  color:#0d2f46;
  font-size:1.5rem;
  line-height:1.08;
  font-weight:950;
}
.product-card__price-line span{
  color:#203d50;
  font-size:.74rem;
  font-weight:750;
}
.product-card__price-line .product-card__price-request{
  font-size:1rem;
}
.product-card__price-panel em{
  display:block;
  margin-top:5px;
  color:#617786;
  font-size:.69rem;
  font-style:normal;
}
.product-card--96-6 .product-card__bottom{
  padding-top:11px;
}
.product-card__choose--3d{
  min-height:47px;
  border:1px solid #788994!important;
  border-bottom-color:#596a75!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#24a1e3 0%,#1289d0 42%,#0874bd 72%,#0662aa 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 -2px 0 rgba(0,46,82,.22),0 3px 0 #87949c,0 7px 13px rgba(25,66,91,.22)!important;
  text-shadow:0 1px 1px rgba(0,45,78,.28);
  transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;
}
.product-card__choose--3d:hover,
.product-card__choose--3d:focus-visible{
  filter:brightness(1.04);
  transform:translateY(-1px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48),inset 0 -1px 0 rgba(0,0,0,.12),0 4px 0 #73818a,0 10px 18px rgba(0,90,150,.22)!important;
}
.product-card__choose--3d:active{
  transform:translateY(2px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 1px 0 #73818a,0 4px 9px rgba(0,90,150,.16)!important;
}

@media (min-width:1500px){
  .catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:19px}
  .product-card--96-6 .product-card__image{aspect-ratio:4/3}
}

@media (max-width:900px){
  .catalog-toolbar{position:relative!important;top:auto!important;z-index:auto!important}
}

@media (max-width:620px){
  .catalog-product-grid,.featured-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}
  .product-card--96-6{
    display:flex!important;
    flex-direction:column!important;
    margin-bottom:0!important;
    border-radius:16px!important;
  }
  .product-card--96-6 .product-card__image{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1.08/1!important;
  }
  .product-card--96-6 .product-card__body{padding:15px!important}
  .product-card--96-6 h3{font-size:1.03rem!important;margin:6px 0 7px!important}
  .product-card--96-6 .product-card__dimension{font-size:1.18rem}
  .product-card__choices{gap:6px}
  .product-card__choice{font-size:.73rem;padding-inline:10px}
  .product-card__price-line strong{font-size:1.48rem}
}

/* ================================================================
   96.6.2 - Rustige overzichtstegels
   Variant/lengtekeuze verhuist naar de productdetailpagina. Op de
   categoriekaart blijft alleen de informatie staan die nodig is om
   snel producten te vergelijken.
   ================================================================ */
.product-card--calm .product-card__body{
  padding:15px 15px 14px;
}
.product-card--calm h3{
  margin-bottom:6px;
}
.product-card--calm .product-card__dimension{
  margin-bottom:8px;
  font-size:1.15rem;
}
.product-card__availability-summary{
  display:flex;
  align-items:center;
  min-height:24px;
  margin:0 0 10px;
  color:#536d7c;
  font-size:.76rem;
  font-weight:750;
}
.product-card__availability-summary span::before{
  content:"";
  display:inline-block;
  width:5px;
  height:5px;
  margin:0 7px 2px 1px;
  border-radius:50%;
  background:#8ba0ac;
}
.product-card--calm .product-card__price-panel{
  margin-top:0;
  padding:10px 12px;
  border-color:#dce6ec;
  background:linear-gradient(180deg,#fbfcfd 0%,#f2f6f8 100%);
}
.product-card--calm .product-card__price-line strong{
  font-size:1.4rem;
}
.product-card--calm .product-card__price-panel em{
  margin-top:4px;
}
.product-card__stock-summary{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:27px;
  margin:8px 2px 0;
  color:#148144;
  font-size:.73rem;
  line-height:1.2;
}
.product-card__stock-summary strong{
  font-weight:850;
}
.product-card__stock-summary.is-unavailable{
  color:#8b5b3d;
}
.product-card__stock-dot{
  flex:0 0 8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#22a052;
  box-shadow:0 0 0 2px rgba(34,160,82,.10);
}
.product-card__stock-dot--muted{
  background:#a8795b;
  box-shadow:0 0 0 2px rgba(168,121,91,.10);
}
.product-card--calm .product-card__bottom{
  padding-top:9px;
}
.product-card__choose--calm{
  min-height:44px!important;
  border-color:#8c9aa3!important;
  border-bottom-color:#6c7b84!important;
  background:linear-gradient(180deg,#1e99d8 0%,#1084c7 50%,#0872b5 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48),inset 0 -1px 0 rgba(0,49,83,.18),0 2px 0 #8b979f,0 5px 10px rgba(27,69,94,.16)!important;
}
.product-card__choose--calm:hover,
.product-card__choose--calm:focus-visible{
  transform:translateY(-1px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5),inset 0 -1px 0 rgba(0,49,83,.16),0 3px 0 #7f8c94,0 7px 13px rgba(27,69,94,.19)!important;
}
.product-card__choose--calm:active{
  transform:translateY(1px);
  box-shadow:inset 0 1px 2px rgba(0,45,76,.12),0 1px 0 #7f8c94,0 3px 7px rgba(27,69,94,.13)!important;
}

/* Oude 96.6 variantbediening wordt op overzichtskaarten niet meer gerenderd. */
.product-card--calm .product-card__choice-block,
.product-card--calm .product-card__selected-stock{
  display:none!important;
}

@media(max-width:620px){
  .product-card--calm .product-card__dimension{font-size:1.12rem}
  .product-card__availability-summary{font-size:.74rem;margin-bottom:9px}
  .product-card--calm .product-card__price-line strong{font-size:1.35rem}
}


/* 96.6.4 - scherpe productfoto's + duurzaam badge voor hergebruikt hout */
.product-card__image img,
.product-main-image img,
.related-product-card__image img,
.home-newest-card__image img{
  image-rendering:auto!important;
  transform:none!important;
  backface-visibility:visible!important;
  filter:none!important;
}
.product-main-image{position:relative}
.product-main-image .product-main-img{display:block;width:100%;height:100%;object-fit:cover}
.home-newest-card__image,.related-product-card__image{position:relative;overflow:hidden}
.product-sustainable-badge{
  position:absolute;left:11px;bottom:11px;z-index:5;
  display:inline-flex;align-items:center;gap:7px;
  min-height:32px;padding:5px 10px 5px 6px;
  border:1px solid #167b42;border-bottom-color:#0b5c2e;
  border-radius:999px;
  background:linear-gradient(180deg,#36b96a 0%,#198b4c 56%,#11743d 100%);
  color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.045em;line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 3px 0 rgba(8,77,37,.28),0 7px 14px rgba(8,77,37,.18);
  text-shadow:0 1px 0 rgba(0,0,0,.14);
  pointer-events:none;
}
.product-sustainable-badge__mark{
  width:21px;height:21px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.96);box-shadow:inset 0 0 0 1px rgba(0,83,42,.12);
}
.product-sustainable-badge__mark svg{width:14px;height:14px;fill:#198b4c;stroke:none}
.product-sustainable-badge--compact{left:7px;bottom:7px;min-height:26px;padding:3px 7px 3px 4px;font-size:.58rem;gap:5px}
.product-sustainable-badge--compact .product-sustainable-badge__mark{width:18px;height:18px}
.product-sustainable-badge--compact .product-sustainable-badge__mark svg{width:12px;height:12px}
@media(max-width:640px){
  .product-sustainable-badge{left:8px;bottom:8px;min-height:29px;padding:4px 8px 4px 5px;font-size:.61rem}
  .product-sustainable-badge__mark{width:19px;height:19px}
}


/* ================================================================
   96.6.5 - prijsblokken onderaan uitlijnen op producttegels
   De informatieve bovenkant mag per product verschillen, maar prijs,
   voorraad en CTA vormen vanaf nu een vaste footerzone per kaart.
   ================================================================ */
.product-card--calm .product-card__price-panel{
  margin-top:auto!important;
}
.product-card--calm .product-card__stock-summary{
  flex:0 0 auto;
}
.product-card--calm .product-card__bottom{
  margin-top:0!important;
  flex:0 0 auto;
}

@media(min-width:621px){
  .catalog-product-grid .product-card--calm,
  .featured-grid .product-card--calm{
    height:100%;
  }
}

/* 99.7.1 - mobiel Menu/Assortiment stabiel boven alle vaste hulplagen. */
@media (max-width: 767px){
  body.menu-open #overlay{z-index:2147483050!important}
  body.menu-open #stepMenu{z-index:2147483100!important}
  body.menu-open .houthulp-launcher,
  body.menu-open .houthulp-panel{pointer-events:none!important}
  #stepMenu:not(.hidden){display:flex!important;visibility:visible!important;opacity:1!important}
}

/* 99.8 - slimme zoekfilters en vaste filters in de categorie-zijbalk */
.search-catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:start}
.search-results-main{min-width:0}
.search-filter-sidebar{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;max-height:calc(100vh - 116px);overflow:auto}
.search-filter-sidebar__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.search-filter-sidebar__head small{display:block;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.search-filter-sidebar__head h2{margin:3px 0 0;font-size:22px;color:#103b55}
.search-filter-sidebar__head button{display:none;border:0;background:#edf5f9;width:40px;height:40px;border-radius:50%;font-size:24px;line-height:1;color:#173f51}
.search-filter-group{padding:16px 0;border-bottom:1px solid var(--line)}
.search-filter-group h3{margin:0 0 10px;font-size:15px;color:#173f51}
.search-filter-options{display:flex;flex-wrap:wrap;gap:7px}
.search-filter-chip,.side-filter-chip{appearance:none;border:1px solid #c9dce5;background:#fff;color:#20485a;border-radius:999px;padding:8px 10px;font:inherit;font-size:13px;font-weight:750;cursor:pointer}
.search-filter-chip.active,.side-filter-chip.active{border-color:#078fc5;background:#e8f6fc;color:#056d9a;box-shadow:inset 0 0 0 1px #078fc5}
.search-stock-check{display:flex;align-items:center;gap:9px;color:#264e60;font-weight:750;cursor:pointer}
.search-stock-check input{width:19px;height:19px;accent-color:#078fc5}
.search-filter-clear,.catalog-side-clear{width:100%;margin-top:14px;border:1px solid #bdd5df;background:#fff;color:#176f93;border-radius:10px;padding:10px 12px;font-weight:800;cursor:pointer}
.search-filter-open{display:none;border:1px solid #bdd3e1;background:#fff;color:#123f58;border-radius:10px;padding:10px 14px;font:inherit;font-weight:800}
.search-visible-count{margin-right:auto;color:#597682;font-size:14px}
.search-intent-hint{display:inline-block;margin-left:6px;color:#0b789f;font-size:.92em}

.catalog-side-filters{margin-top:18px;padding-top:16px;border-top:1px solid #d8e7ed}
.catalog-side-filters__head{display:grid;gap:2px;margin-bottom:12px}
.catalog-side-filters__head small{color:#64808c;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.catalog-side-filters__head strong{font-size:18px;color:#153f52}
.catalog-side-filter{padding:11px 0;border-top:1px solid #e6eef2}
.catalog-side-filter>b{display:block;margin-bottom:8px;color:#244c5e;font-size:14px}
.catalog-side-filter>div{display:flex;flex-wrap:wrap;gap:6px}
.catalog-side-filter .side-filter-chip{padding:7px 9px;font-size:12px}

@media(max-width:900px){
  .search-catalog-layout{display:block}
  .search-filter-open{display:inline-flex;align-items:center;justify-content:center}
  .search-filter-sidebar{position:fixed!important;z-index:1003;left:0;right:0;bottom:0;top:auto;max-height:86vh;overflow:auto;border-radius:22px 22px 0 0;margin:0;padding:16px 16px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -20px 50px rgba(8,43,61,.22);transition:transform .2s ease}
  .search-filter-sidebar.is-mobile-hidden{transform:translateY(110%);pointer-events:none}
  .search-filter-sidebar__head{position:sticky;top:-16px;z-index:2;background:#fff;padding-top:8px}
  .search-filter-sidebar__head button{display:grid;place-items:center}
  .search-results-toolbar{flex-wrap:wrap;justify-content:stretch!important}
  .search-results-toolbar .search-visible-count{order:2;flex:1 1 auto}
  .search-results-toolbar label{margin-left:auto}
  .search-results-toolbar select{flex:1 1 180px}
}
.catalog-side-filter{display:grid;gap:7px}
.catalog-side-filter select{width:100%;min-height:42px;border:1px solid #c8dce5;border-radius:10px;background:#fff;color:#173f51;padding:0 34px 0 10px;font:inherit;font-size:13px}
.catalog-side-filter select:focus{outline:3px solid rgba(7,143,197,.12);border-color:#078fc5}


/* 99.8.2 - één vaste filter-zijbalk voor zoeken en assortiment */
.category-sidebar-stack{display:grid;gap:16px;align-self:start;min-width:0}
.category-sidebar-stack>.search-filter-sidebar,.search-filter-sidebar{box-sizing:border-box;width:100%}
.category-navigation-card{position:relative!important;top:auto!important;max-height:none!important;overflow:visible!important}
.catalog-unified-filter-sidebar{position:relative!important;top:auto!important;margin:0}
.catalog-unified-filter-sidebar .search-filter-sidebar__head button{display:none!important}
.catalog-unified-filter-sidebar+.category-navigation-card{margin-top:0}
.catalog-unified-filter-sidebar .search-filter-clear{margin-bottom:0}

/* Desktop: geen eigen verticale scrollcontainer; de hele pagina scrollt stabiel. */
@media (min-width:901px){
  .search-filter-sidebar{position:sticky;top:96px;max-height:none!important;overflow:visible!important;scrollbar-width:none;-ms-overflow-style:none}
  .search-filter-sidebar::-webkit-scrollbar,.category-sidebar::-webkit-scrollbar{display:none;width:0;height:0}
  .category-sidebar-stack{position:sticky;top:96px}
  .category-sidebar-stack>.search-filter-sidebar{position:relative;top:auto}
  .category-sidebar{max-height:none!important;overflow:visible!important}
  .catalog-toolbar .filter-toggle{display:none!important}
}

/* Mobiel/tablet: bestaande filterdrawer blijft leidend; geen dubbele desktop-zijbalk. */
@media (max-width:900px){
  .category-sidebar-stack{display:none!important}
  .search-filter-sidebar{scrollbar-width:none;-ms-overflow-style:none}
  .search-filter-sidebar::-webkit-scrollbar{display:none;width:0;height:0}
}

/* Ook de mobiele drawers blijven scrollbaar zonder zichtbare balk. */
.filter-panel,.mobile-category-drawer,.step-menu,.step-menu-list{scrollbar-width:none;-ms-overflow-style:none}
.filter-panel::-webkit-scrollbar,.mobile-category-drawer::-webkit-scrollbar,.step-menu::-webkit-scrollbar,.step-menu-list::-webkit-scrollbar{display:none;width:0;height:0}

/* Neutrale tussenstaat voorkomt dat resultaten van de vorige zoekopdracht kort zichtbaar blijven. */
.search-results-loading{min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px;color:#173f51}
.search-results-loading .spinner{width:30px;height:30px;border:3px solid #d6e7ef;border-top-color:#078fc5;border-radius:50%;animation:vhSearchSpin .7s linear infinite}
.search-results-loading strong{font-size:18px}.search-results-loading small{max-width:520px;color:var(--muted);line-height:1.5}
@keyframes vhSearchSpin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.search-results-loading .spinner{animation:none;border-top-color:#d6e7ef;background:#eaf6fc}}

/* 99.9 - één standaard productlisting voor zoeken, categorieën en assortiment */
.unified-listing-layout,.catalog-layout{align-items:start}
.unified-product-listing{display:grid;gap:28px;min-width:0}
.listing-family-section{display:grid;gap:14px;min-width:0}
.listing-family-head{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:0 2px 10px;border-bottom:1px solid #dce7ed}
.listing-family-head h2{margin:0;color:#103b55;font-size:1.35rem;line-height:1.2}
.listing-family-head span{color:#607482;font-size:.82rem;font-weight:750;white-space:nowrap}
.search-filter-chip{display:flex;align-items:center;justify-content:space-between;gap:8px}
.search-filter-chip small{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#eef5f8;color:#4d6877;font-size:.7rem;font-weight:800}
.search-filter-chip.active small{background:rgba(255,255,255,.22);color:inherit}
.active-search-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-2px 0 18px;padding:12px 14px;border:1px solid #dce7ed;border-radius:14px;background:#f8fbfc}
.active-search-filters>strong{color:#173f51;font-size:.82rem}
.active-search-filters>div{display:flex;gap:7px;flex-wrap:wrap;min-width:0;flex:1}
.active-search-chip{border:1px solid #a9cadb;border-radius:999px;background:#fff;color:#075f92;padding:7px 10px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}
.active-search-filters>#activeSearchClear{border:0;background:transparent;color:#075f92;font:inherit;font-size:.78rem;font-weight:800;text-decoration:underline;cursor:pointer}
/* Geen aparte tegelwereld meer in categorieën: productlisting en filterkaart zijn overal gelijk. */
.product-section-landing>.catalog-toolbar,.product-section-landing>.mobile-quick-filters,.product-section-landing>.active-filter-summary,.product-section-landing>.filter-panel,.product-section-landing>.catalog-title-row,.product-section-landing>.catalog-product-grid,.product-section-landing>.vuren-slim-filters,.product-section-landing>.oak-quick-menu{display:initial!important}
.product-section-landing{display:block!important}
.search-results-main,.unified-listing-main{min-width:0}
@media (min-width:901px){
  .search-catalog-layout,.catalog-layout{grid-template-columns:260px minmax(0,1fr);gap:28px}
  .search-filter-sidebar,.category-sidebar-stack{scrollbar-width:none;-ms-overflow-style:none}
  .search-filter-sidebar::-webkit-scrollbar,.category-sidebar-stack::-webkit-scrollbar{display:none;width:0;height:0}
}
@media (max-width:900px){
  .listing-family-head{align-items:flex-start;flex-direction:column;gap:3px}
  .listing-family-head span{white-space:normal}
  .active-search-filters{align-items:flex-start;flex-direction:column}
}
.catalog-unified-filter-sidebar .side-filter-chip small[data-filter-option-count]{margin-left:auto}
.search-filter-chip.is-unavailable,.side-filter-chip.is-unavailable{opacity:.38;cursor:not-allowed}

/* ============================================================
   100.2.0 — Beschoeiingswizard
   Een frame, stap voor stap, exact gecureerde Troublefree-artikelen.
   ============================================================ */
.beschoeiing-wizard-shell{margin:0 0 28px;display:grid;gap:12px}
.beschoeiing-wizard{background:#fff;border:1px solid #cfdde5;border-radius:18px;overflow:hidden;box-shadow:0 9px 28px rgba(12,47,71,.07)}
.beschoeiing-wizard__summary{display:grid;width:100%;grid-template-columns:minmax(180px,260px) 1fr;gap:0;min-height:180px;padding:0;border:0;cursor:pointer;background:#fff;color:inherit;font:inherit;text-align:left}
.beschoeiing-wizard__summary-image{min-height:180px;background:#e7eef2;overflow:hidden}
.beschoeiing-wizard__summary-image img{width:100%;height:100%;object-fit:cover;display:block}
.beschoeiing-wizard__summary-copy{padding:24px 28px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
.beschoeiing-wizard__summary-copy>strong{font-size:clamp(22px,2.4vw,32px);line-height:1.1;color:#0c2f47}
.beschoeiing-wizard__summary-copy>small{font-size:14px;line-height:1.6;color:#557080;max-width:720px}
.beschoeiing-wizard__summary-copy>em{font-style:normal;font-weight:800;color:#087ebc;display:inline-flex;gap:7px;align-items:center;margin-top:5px}
.beschoeiing-wizard__summary-copy>em svg{width:16px;height:16px}
.beschoeiing-wizard.is-open .beschoeiing-wizard__summary{border-bottom:1px solid #dce6eb}
.beschoeiing-wizard__body{padding:24px 28px 28px;background:#fbfdfe}
.beschoeiing-wizard__body[hidden],.beschoeiing-request[hidden]{display:none!important}
.beschoeiing-wizard__progress{display:flex;align-items:center;margin:0 0 24px;max-width:560px}
.beschoeiing-wizard__progress span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:2px solid #cddbe3;background:#fff;color:#68808d;font-weight:800;position:relative;z-index:1}
.beschoeiing-wizard__progress span+span{margin-left:38px}
.beschoeiing-wizard__progress span+span:before{content:"";position:absolute;height:2px;width:40px;background:#cddbe3;right:100%;top:14px}
.beschoeiing-wizard__progress span.active{background:#0784c7;border-color:#0784c7;color:#fff}
.beschoeiing-wizard__progress span.active:before{background:#0784c7}
.beschoeiing-wizard__step{display:none;min-height:330px;animation:vhBeschoeiingStep .18s ease}
.beschoeiing-wizard__step.active{display:block}
@keyframes vhBeschoeiingStep{from{opacity:.35;transform:translateX(8px)}to{opacity:1;transform:none}}
.beschoeiing-wizard__step header{margin-bottom:20px}
.beschoeiing-wizard__step header small{display:block;color:#0784c7;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}
.beschoeiing-wizard__step header h3{font-size:25px;margin:0 0 7px;color:#0c2f47}
.beschoeiing-wizard__step header p{margin:0;color:#607684;line-height:1.55;max-width:800px}
.beschoeiing-wizard__fields,.beschoeiing-request__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.beschoeiing-wizard__fields label,.beschoeiing-request__grid label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800;color:#29495c}
.beschoeiing-wizard__fields .span-2,.beschoeiing-request__grid .span-2{grid-column:1/-1}
.beschoeiing-wizard__fields input,.beschoeiing-wizard__fields select,.beschoeiing-request__grid input,.beschoeiing-request__grid textarea{width:100%;border:1px solid #bdced8;border-radius:10px;background:#fff;padding:11px 12px;font:inherit;color:#0c2f47;outline:none}
.beschoeiing-wizard__fields input:focus,.beschoeiing-wizard__fields select:focus,.beschoeiing-request__grid input:focus,.beschoeiing-request__grid textarea:focus{border-color:#0784c7;box-shadow:0 0 0 3px rgba(7,132,199,.11)}
.beschoeiing-wizard__fields label>span{font-weight:600;color:#718692;margin-top:-3px}
.beschoeiing-wizard__fields.is-disabled{opacity:.45;pointer-events:none}
.beschoeiing-wizard__toggle{margin:0 0 15px}
.beschoeiing-wizard__toggle label{display:inline-flex;align-items:center;gap:9px;font-weight:800;color:#0c2f47;cursor:pointer}
.beschoeiing-wizard__toggle input{width:19px;height:19px;accent-color:#0784c7}
.beschoeiing-wizard__note{font-size:13px;color:#637984;line-height:1.55;background:#edf5f9;padding:11px 13px;border-radius:9px;margin:14px 0 0}
.beschoeiing-wizard__fact{margin:16px 0 0;background:#edf8fd;border:1px solid #bee2f4;border-radius:11px;padding:13px 15px;display:flex;flex-direction:column;gap:3px}
.beschoeiing-wizard__fact strong{color:#0c567d}
.beschoeiing-wizard__fact span{font-size:13px;color:#567685}
.beschoeiing-wizard__quote-link{border:0;background:transparent;padding:0;color:#087ebc;font-weight:800;text-decoration:underline;cursor:pointer;margin-top:15px}
.beschoeiing-wizard__nav{border-top:1px solid #dce6eb;margin-top:22px;padding-top:18px;display:flex;justify-content:space-between;gap:12px}
.beschoeiing-wizard__nav .hidden{display:none!important}
.beschoeiing-review{display:grid;gap:16px}
.beschoeiing-review__lines{border:1px solid #d5e2e8;border-radius:12px;overflow:hidden;background:#fff}
.beschoeiing-review__lines>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 15px;border-bottom:1px solid #e5edf1}
.beschoeiing-review__lines>div:last-child{border-bottom:0}
.beschoeiing-review__lines span{display:flex;flex-direction:column;gap:3px}.beschoeiing-review__lines small{font-size:12px;color:#687e8b;font-weight:500}
.beschoeiing-review__lines>div>strong{white-space:nowrap;color:#0c2f47}.beschoeiing-review__lines .is-missing{background:#fff5f1;color:#a34528}
.beschoeiing-review__total{display:flex;justify-content:space-between;align-items:flex-end;background:#0c2f47;color:#fff;border-radius:12px;padding:17px 18px}
.beschoeiing-review__total span{display:flex;flex-direction:column;gap:3px;font-weight:700}.beschoeiing-review__total small{font-weight:400;opacity:.75}.beschoeiing-review__total>strong{font-size:26px}
.beschoeiing-review__actions{display:flex;flex-wrap:wrap;gap:9px}.beschoeiing-review__actions svg{width:17px;height:17px}
.beschoeiing-wizard__collapsed-quote{background:#eef6fa;border:1px solid #cfe0e8;border-radius:13px;padding:14px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px 16px}
.beschoeiing-wizard__collapsed-quote strong{color:#0c2f47}.beschoeiing-wizard__collapsed-quote span{font-size:13px;color:#607684}.beschoeiing-wizard__collapsed-quote button{border:1px solid #0784c7;background:#fff;color:#087ebc;border-radius:9px;padding:9px 12px;font-weight:800;cursor:pointer}
.beschoeiing-request{background:#fff;border:1px solid #cfdde5;border-radius:16px;padding:22px 24px;box-shadow:0 9px 26px rgba(12,47,71,.05)}
.beschoeiing-request.hidden{display:none}
.beschoeiing-request__head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.beschoeiing-request__head small{color:#0784c7;text-transform:uppercase;font-weight:800}.beschoeiing-request__head h3{font-size:24px;margin:3px 0 5px}.beschoeiing-request__head p{margin:0;color:#607684}.beschoeiing-request__head>button{border:0;background:#eef4f7;border-radius:50%;width:36px;height:36px;font-size:24px;color:#36566a;cursor:pointer}
.beschoeiing-request__grid label b{color:#b73b28}.beschoeiing-request__grid textarea{resize:vertical;min-height:65px;font-weight:500}
.beschoeiing-request__actions{display:flex;align-items:center;gap:14px;margin-top:18px}.beschoeiing-request__actions span{font-size:13px;color:#4c6978}
.beschoeiing-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.cart-wizard-notice{margin:0 0 12px;padding:12px 14px;border-radius:11px;background:#eaf6ff;border:1px solid #b7ddf3;color:#0c567d;display:flex;gap:10px;align-items:flex-start}.cart-wizard-notice>span{font-weight:900;font-size:18px}.cart-wizard-notice div{display:flex;flex-direction:column;gap:2px}.cart-wizard-notice small{font-size:12px;color:#567685}
@media(max-width:760px){
  .beschoeiing-wizard__summary{grid-template-columns:1fr}.beschoeiing-wizard__summary-image{height:150px;min-height:0}.beschoeiing-wizard__summary-copy{padding:19px 18px 21px}.beschoeiing-wizard__body{padding:20px 16px 22px}.beschoeiing-wizard__progress{justify-content:space-between}.beschoeiing-wizard__progress span+span{margin-left:0}.beschoeiing-wizard__progress span+span:before{display:none}.beschoeiing-wizard__step{min-height:0}.beschoeiing-wizard__fields,.beschoeiing-request__grid{grid-template-columns:1fr}.beschoeiing-wizard__fields .span-2,.beschoeiing-request__grid .span-2{grid-column:auto}.beschoeiing-wizard__collapsed-quote{grid-template-columns:1fr}.beschoeiing-wizard__collapsed-quote button{justify-self:start}.beschoeiing-review__lines>div{align-items:flex-start;flex-direction:column;gap:7px}.beschoeiing-review__total{align-items:flex-start;flex-direction:column;gap:10px}.beschoeiing-review__actions{display:grid;grid-template-columns:1fr}.beschoeiing-request{padding:18px 16px}.beschoeiing-request__actions{align-items:flex-start;flex-direction:column}}

/* 100.2.4 - Beschoeiingschotten: geen generieke filterlaag naast de wizard. */
@media (max-width:900px){
  .mobile-category-actions.has-no-filters{grid-template-columns:1fr!important}
  .mobile-category-actions.has-no-filters button:last-child{background:#fff;color:#073a59;border-color:#c9dce8}
}


/* 101.0.2 - Troublefree artikelgroep-keuze met echte productfoto's */
.catalog-layout.tf-category-choice-layout{grid-template-columns:minmax(0,1fr)}
.tf-category-choice{margin:0 0 28px;padding:24px;border:1px solid #c9e1ef;border-radius:20px;background:#fff}
.tf-category-choice__head{max-width:820px;margin-bottom:20px}
.tf-category-choice__head>span{display:block;margin-bottom:5px;color:#007bbd;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.tf-category-choice__head h2{margin:0;color:#0f344a;font-size:clamp(1.6rem,2.5vw,2.25rem)}
.tf-category-choice__head p{margin:8px 0 0;color:#607989;line-height:1.55}
.tf-category-choice__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tf-category-choice__card{appearance:none;display:flex;min-width:0;flex-direction:column;padding:0;overflow:hidden;border:2px solid #1498d1;border-radius:17px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 7px 20px rgba(15,52,74,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tf-category-choice__card:hover,.tf-category-choice__card:focus-visible{transform:translateY(-3px);border-color:#0075b5;box-shadow:0 13px 30px rgba(0,117,181,.17);outline:none}
.tf-category-choice__image{display:block;aspect-ratio:4/3;overflow:hidden;background:#edf4f7;border-bottom:1px solid #d7e5ec}
.tf-category-choice__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.tf-category-choice__card:hover .tf-category-choice__image img{transform:scale(1.035)}
.tf-category-choice__body{display:flex;flex:1;flex-direction:column;padding:15px 16px 16px}
.tf-category-choice__body strong{display:block;color:#10364c;font-size:1rem;line-height:1.25}
.tf-category-choice__body small{display:block;margin-top:6px;color:#6c8290;font-size:.79rem}
.tf-category-choice__body em{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:14px;color:#007bbd;font-size:.78rem;font-style:normal;font-weight:900;letter-spacing:.025em;text-transform:uppercase}
.tf-category-choice__body em svg{width:17px;height:17px}
.tf-category-choice__selected{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 18px;padding:11px 14px;border:1px solid #c9dfeb;border-radius:13px;background:#f5fafc;color:#496575}
.tf-category-choice__selected button{appearance:none;border:1px solid #0b91cb;border-radius:999px;background:#fff;color:#087db5;padding:9px 14px;font:inherit;font-weight:800;cursor:pointer}
.tf-category-choice__selected button:hover{background:#eaf7fc}
.tf-category-choice__selected strong{color:#12384e}
@media(max-width:1180px){.tf-category-choice__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.tf-category-choice{padding:16px}.tf-category-choice__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.tf-category-choice__body{padding:12px}.tf-category-choice__selected{align-items:flex-start;flex-direction:column}}
@media(max-width:460px){.tf-category-choice__grid{grid-template-columns:1fr 1fr}.tf-category-choice__card{border-radius:14px}.tf-category-choice__body strong{font-size:.91rem}.tf-category-choice__body em{font-size:.69rem}.tf-category-choice__head p{font-size:.91rem}}


/* 101.0.5 - Eiken prototype: visuele Troublefree artikelgroep-landingspagina */
.oak-category-prototype{display:grid;gap:24px;margin:0 0 30px}
.oak-category-prototype__hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:320px;overflow:hidden;border:1px solid #c5deeb;border-radius:24px;background:linear-gradient(135deg,#f5fbfe 0%,#fff 62%);box-shadow:0 12px 34px rgba(12,47,71,.07)}
.oak-category-prototype__copy{display:flex;flex-direction:column;justify-content:center;padding:42px 46px}
.oak-category-prototype__copy>span,.oak-category-prototype__section-head span{color:#007bbd;font-size:.78rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.oak-category-prototype__copy h2{margin:8px 0 10px;color:#0c2f47;font-size:clamp(2.15rem,4vw,3.65rem);line-height:1.02}
.oak-category-prototype__copy p{max-width:690px;margin:0;color:#5d7482;font-size:1.02rem;line-height:1.6}
.oak-category-prototype__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.oak-category-prototype__facts strong{padding:9px 13px;border:1px solid #bcdbe9;border-radius:999px;background:#fff;color:#18475f;font-size:.82rem}
.oak-category-prototype__hero-image{min-height:320px;background:#e8f0f3}
.oak-category-prototype__hero-image img{display:block;width:100%;height:100%;object-fit:cover}
.oak-category-prototype__section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:2px 4px}
.oak-category-prototype__section-head h3{margin:5px 0 0;color:#0c2f47;font-size:clamp(1.55rem,2.5vw,2.1rem)}
.oak-category-prototype__section-head p{max-width:460px;margin:0;color:#6b7f8b;text-align:right;line-height:1.45}
.oak-category-prototype__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.oak-category-prototype__card{appearance:none;display:flex;min-width:0;flex-direction:column;overflow:hidden;padding:0;border:2px solid #0a91cf;border-radius:20px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(12,47,71,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.oak-category-prototype__card:hover,.oak-category-prototype__card:focus-visible{transform:translateY(-4px);border-color:#006eae;box-shadow:0 16px 36px rgba(0,110,174,.17);outline:none}
.oak-category-prototype__image{display:block;aspect-ratio:16/10;overflow:hidden;background:#edf3f5;border-bottom:1px solid #d6e4eb}
.oak-category-prototype__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.oak-category-prototype__card:hover .oak-category-prototype__image img{transform:scale(1.035)}
.oak-category-prototype__body{display:flex;flex:1;flex-direction:column;padding:18px 19px 19px}
.oak-category-prototype__body small{color:#718894;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.oak-category-prototype__body strong{margin-top:5px;color:#10364c;font-size:1.12rem;line-height:1.28}
.oak-category-prototype__body>span{margin-top:7px;color:#6b7f8b;font-size:.84rem}
.oak-category-prototype__body em{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:19px;color:#007dbb;font-size:.78rem;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.025em}
.oak-category-prototype__body em svg{width:18px;height:18px}
@media(max-width:1050px){.oak-category-prototype__hero{grid-template-columns:1fr 42%}.oak-category-prototype__copy{padding:34px}.oak-category-prototype__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.oak-category-prototype{gap:18px}.oak-category-prototype__hero{grid-template-columns:1fr;min-height:0}.oak-category-prototype__copy{padding:26px 22px}.oak-category-prototype__hero-image{min-height:210px;max-height:260px}.oak-category-prototype__section-head{align-items:flex-start;flex-direction:column;gap:7px}.oak-category-prototype__section-head p{text-align:left}.oak-category-prototype__grid{grid-template-columns:1fr 1fr;gap:12px}.oak-category-prototype__card{border-radius:16px}.oak-category-prototype__body{padding:14px}.oak-category-prototype__body strong{font-size:.96rem}.oak-category-prototype__body em{font-size:.68rem;padding-top:14px}}
@media(max-width:480px){.oak-category-prototype__grid{grid-template-columns:1fr}.oak-category-prototype__image{aspect-ratio:16/9}}

/* 101.0.7 - productgalerij uit echte Troublefree-foto's */
.product-main-image{position:relative;cursor:zoom-in}
.product-main-image .product-main-img{transition:opacity .18s ease}
.product-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:46px;height:46px;border:1px solid rgba(17,61,87,.18);border-radius:999px;background:rgba(255,255,255,.94);color:#0c3b55;font-size:32px;line-height:1;display:grid;place-items:center;box-shadow:0 6px 18px rgba(18,48,68,.14)}
.product-gallery-nav:hover{background:#fff;border-color:var(--blue);color:var(--blue)}
.product-gallery-nav--prev{left:14px}.product-gallery-nav--next{right:14px}
.product-gallery-count{position:absolute;right:14px;bottom:14px;z-index:4;background:rgba(8,43,62,.82);color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;letter-spacing:.02em}
.product-gallery-zoom{position:absolute;left:14px;bottom:14px;z-index:4;border:1px solid rgba(17,61,87,.16);border-radius:999px;background:rgba(255,255,255,.94);color:#123f57;padding:8px 11px;font-size:12px;font-weight:800;box-shadow:0 5px 14px rgba(18,48,68,.12)}
.product-thumbs{padding:2px 1px 5px;scrollbar-width:thin;scroll-snap-type:x proximity}
.product-thumb{width:82px;height:68px;border:2px solid #d9e5ec;scroll-snap-align:start;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}
.product-thumb:hover{transform:translateY(-1px);border-color:#88cbe8}.product-thumb.active{border-color:var(--blue);box-shadow:0 0 0 2px rgba(18,157,211,.12)}
.product-lightbox{position:fixed;inset:0;z-index:10050;background:rgba(5,24,35,.92);display:flex;align-items:center;justify-content:center;padding:28px}
.product-lightbox.hidden{display:none!important}
.product-lightbox__image{display:block;max-width:min(1320px,90vw);max-height:88vh;object-fit:contain;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.35)}
.product-lightbox__close{position:fixed;top:20px;right:24px;width:48px;height:48px;border:0;border-radius:999px;background:#fff;color:#143b51;font-size:30px;z-index:2}
.product-lightbox__nav{position:fixed;top:50%;transform:translateY(-50%);width:56px;height:56px;border:0;border-radius:999px;background:rgba(255,255,255,.95);color:#143b51;font-size:38px;z-index:2}.product-lightbox__nav--prev{left:24px}.product-lightbox__nav--next{right:24px}
.product-lightbox__count{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);background:rgba(0,0,0,.55);color:#fff;border-radius:999px;padding:8px 13px;font-weight:800;font-size:13px}
@media(max-width:760px){.product-gallery-nav{width:42px;height:42px}.product-gallery-nav--prev{left:8px}.product-gallery-nav--next{right:8px}.product-gallery-count{right:9px;bottom:9px}.product-gallery-zoom{left:9px;bottom:9px}.product-thumb{width:72px;height:58px}.product-lightbox{padding:8px}.product-lightbox__nav{width:44px;height:44px;font-size:30px}.product-lightbox__nav--prev{left:8px}.product-lightbox__nav--next{right:8px}.product-lightbox__close{top:10px;right:10px}.product-lightbox__image{max-width:96vw;max-height:84vh}}

/* 101.0.8 - zaagbeleid + robuuste fotoviewer */
.saw-unavailable-notice{display:flex;align-items:flex-start;gap:12px;margin:18px 0;padding:15px 16px;border:1px solid #d9e5eb;border-radius:14px;background:#f6fafc;color:#173f54}
.saw-unavailable-notice__icon{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:#e8f0f4;color:#567383;font-weight:900}
.saw-unavailable-notice strong{display:block;font-size:15px;margin-bottom:3px}.saw-unavailable-notice small{display:block;color:#5a7584;line-height:1.45}
.product-main-image{cursor:zoom-in}.product-lightbox{isolation:isolate}.product-lightbox__image{cursor:zoom-out}

/* 101.0.9 - stabiele fotoviewer */
.product-lightbox{background:rgba(5,24,35,.97)}
.product-lightbox__close{display:grid;place-items:center;padding:0;line-height:1;font-family:Arial,sans-serif;font-weight:400;text-align:center}
.product-lightbox__close::before{content:'×';display:block;line-height:1;transform:translateY(-1px)}
.product-lightbox__close{font-size:0}
.product-lightbox__close::before{font-size:32px}
/* 101.2.8 - homepage meldingen, zes categorie-tegels en FSC-fotogalerij */
.home-site-notice{background:#fff4d9;border-bottom:1px solid #ebc66a}.home-site-notice__inner{display:flex;gap:12px;align-items:flex-start;padding-top:14px;padding-bottom:14px}.home-site-notice__icon{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f0b41b;color:#092f43;font-weight:900}.home-site-notice__inner strong{display:block;color:#0a3145;font-size:1.02rem}.home-site-notice__inner p{margin:3px 0 0;color:#3f515a;white-space:pre-line}.category-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}.fsc-photo-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}.fsc-photo-gallery figure{margin:0;border-radius:14px;overflow:hidden;background:#edf3f5;aspect-ratio:4/3}.fsc-photo-gallery img{width:100%;height:100%;object-fit:cover}.category-grid--home .category-card__image img,.category-grid--home .home-featured-card img{object-fit:cover}@media(max-width:980px){.category-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.fsc-photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.category-grid--home{grid-template-columns:1fr}.fsc-photo-gallery{grid-template-columns:1fr}}

/* 101.2.11 - zaagtool: voorkom Chrome scroll-anchoring tijdens range-drag */
.inline-cut-configurator{overflow-anchor:none}
.inline-cut-configurator .cut-dimension-field input[type="range"]{touch-action:none;overscroll-behavior:contain;overflow-anchor:none}
.inline-cut-configurator.is-saw-slider-dragging{overflow-anchor:none}
html.vh-saw-slider-dragging{scroll-behavior:auto!important;overflow-anchor:none!important}
html.vh-saw-slider-dragging body{overflow-anchor:none!important}

/* 102.1.0 — HG:33 modern furniture storefront */
.furniture-modern-hero{padding:34px 0 28px;background:linear-gradient(135deg,#f7fbfd 0%,#eef7fb 55%,#e7f2f7 100%);border-bottom:1px solid #d5e4ec}
.furniture-modern-hero__crumbs{display:flex;align-items:center;gap:8px;margin-bottom:22px;color:#718692;font-size:.78rem}
.furniture-modern-hero__crumbs a{color:#547080;text-decoration:none}.furniture-modern-hero__crumbs strong{color:#173b4f}
.furniture-modern-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:42px;align-items:center}
.furniture-modern-hero__copy>span{display:block;margin-bottom:8px;color:#078fc5;font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.furniture-modern-hero__copy h1{max-width:760px;margin:0;color:#0c2f43;font-size:clamp(2.2rem,4.8vw,4.25rem);line-height:.98;letter-spacing:-.045em}
.furniture-modern-hero__copy p{max-width:680px;margin:20px 0 0;color:#58717f;font-size:1.02rem;line-height:1.72}
.furniture-modern-hero__proof{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.furniture-modern-hero__proof span{display:inline-flex;align-items:center;gap:5px;padding:9px 12px;border:1px solid rgba(159,195,211,.7);border-radius:999px;background:rgba(255,255,255,.72);color:#55717f;font-size:.78rem;backdrop-filter:blur(5px)}
.furniture-modern-hero__proof strong{color:#12394e}
.furniture-modern-hero__selection{display:inline-flex;gap:7px;margin-top:14px;padding:10px 13px;border-radius:12px;background:#fff;color:#4b6877;font-size:.82rem;box-shadow:0 8px 22px rgba(12,52,75,.06)}
.furniture-modern-hero__selection strong{color:#0877a7}
.furniture-modern-hero__visual{position:relative;min-height:360px}
.furniture-modern-hero__image{position:absolute;overflow:hidden;background:#dcebf1;box-shadow:0 24px 55px rgba(16,54,73,.16)}
.furniture-modern-hero__image img{display:block;width:100%;height:100%;object-fit:cover}
.furniture-modern-hero__image--main{inset:0 68px 34px 0;border-radius:28px}
.furniture-modern-hero__image--accent{right:0;bottom:0;width:44%;height:44%;border:7px solid #f2f8fb;border-radius:22px}
.furniture-modern-hero__fallback{display:grid;width:100%;height:100%;place-items:center;color:#078fc5}.furniture-modern-hero__fallback svg{width:46px;height:46px}
.furniture-modern-layout{display:block!important;max-width:none}
.furniture-modern-layout>div:last-child{width:100%;min-width:0}
.furniture-mode-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px;padding:7px;border:1px solid #d7e5ec;border-radius:18px;background:#f3f8fa;box-shadow:0 8px 24px rgba(12,52,75,.04)}
.furniture-mode-tab{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:72px;padding:13px 15px;border:1px solid transparent;border-radius:13px;background:transparent;color:#315467;text-align:left;cursor:pointer;transition:.18s ease}
.furniture-mode-tab:hover{background:#fff;border-color:#d7e6ed}.furniture-mode-tab.is-active{background:#fff;border-color:#acd4e5;box-shadow:0 8px 22px rgba(7,105,151,.09);color:#10384e}
.furniture-mode-tab span,.furniture-mode-tab strong,.furniture-mode-tab small{display:block}.furniture-mode-tab strong{font-size:.94rem}.furniture-mode-tab small{margin-top:3px;color:#748a95;font-size:.72rem}
.furniture-mode-tab em{display:grid;min-width:34px;height:34px;place-items:center;border-radius:999px;background:#e6f4fa;color:#067cac;font-size:.76rem;font-style:normal;font-weight:900}.furniture-mode-tab.is-active em{background:#078fc5;color:#fff}
.furniture-collection-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px;padding:22px 24px;border:1px solid #d9e6ec;border-radius:20px;background:#fff}
.furniture-collection-intro small{display:block;color:#078fc5;font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.furniture-collection-intro h2{margin:5px 0 7px;color:#13384c;font-size:1.45rem}.furniture-collection-intro p{max-width:760px;margin:0;color:#657b87;line-height:1.6}.furniture-collection-intro>span{flex:0 0 auto;padding:11px 14px;border-radius:13px;background:#eff7fa;color:#56717f;font-size:.78rem}.furniture-collection-intro>span strong{color:#12384d}
.furniture-modern-page{padding-top:22px}.furniture-modern-page .catalog-toolbar{padding:10px;border:1px solid #dbe7ed;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(12,52,75,.045)}
.furniture-modern-page .catalog-search{border-radius:12px;background:#f8fbfc}.furniture-modern-page .select-control,.furniture-modern-page .filter-toggle{border-radius:12px}
.furniture-modern-page .catalog-title-row{margin-top:26px}.furniture-modern-page .catalog-title-row h2{font-size:1.55rem;color:#13384c}
.furniture-modern-page .listing-family-section{margin-top:24px;padding-top:0;border-top:0}.furniture-modern-page .listing-family-head{margin-bottom:13px;padding-bottom:10px;border-bottom:1px solid #dce7ed}
.furniture-modern-page .listing-family-head h2{color:#15394c;font-size:1.15rem}.furniture-modern-page .listing-family-head span{color:#748994;font-size:.78rem}

/* Panel explorer: editorial cards with clear size choices */
.furniture-modern-page .panel-explorer{padding:0;border:0;background:transparent;box-shadow:none}
.furniture-modern-page .panel-explorer__head{margin-bottom:17px;padding:22px 24px;border:1px solid #d8e6ed;border-radius:20px;background:linear-gradient(135deg,#ffffff 0%,#f5fafc 100%)}
.furniture-modern-page .panel-explorer__head h2{font-size:clamp(1.5rem,2.5vw,2rem)}
.furniture-modern-page .panel-explorer__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.furniture-modern-page .panel-explorer__species{padding:0;gap:0;overflow:hidden;border:1px solid #d7e4ea;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(12,52,75,.065);transform:none}
.furniture-modern-page .panel-explorer__species:hover,.furniture-modern-page .panel-explorer__species.is-active{transform:translateY(-2px);border-color:#94c9df;box-shadow:0 18px 38px rgba(7,105,151,.12)}
.furniture-modern-page .panel-explorer__species-head{position:relative;display:block}
.furniture-modern-page .panel-explorer__media{height:170px;border-radius:0;background:#eef5f8;box-shadow:none}
.furniture-modern-page .panel-explorer__media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,35,49,0) 38%,rgba(8,35,49,.64) 100%);pointer-events:none}
.furniture-modern-page .panel-explorer__intro{position:absolute;z-index:1;left:17px;right:17px;bottom:14px;color:#fff}
.furniture-modern-page .panel-explorer__intro small{color:#c9efff}.furniture-modern-page .panel-explorer__intro h3{margin:0 0 3px;color:#fff;font-size:1.25rem;text-shadow:0 1px 2px rgba(0,0,0,.15)}.furniture-modern-page .panel-explorer__intro p{color:#eaf4f7;font-size:.78rem}
.furniture-modern-page .panel-explorer__tiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px 14px 8px}
.furniture-modern-page .panel-explorer__tile{min-height:100px;padding:12px 13px;border-color:#e0e9ee;border-radius:13px;background:#f9fbfc}
.furniture-modern-page .panel-explorer__tile:hover,.furniture-modern-page .panel-explorer__tile.is-active{border-color:#73b8d5;background:#f0f9fd;box-shadow:none;transform:none}
.furniture-modern-page .panel-explorer__tile strong{font-size:.96rem}.furniture-modern-page .panel-explorer__tile span{font-size:.75rem}.furniture-modern-page .panel-explorer__tile em{font-size:.65rem}
.furniture-modern-page .panel-explorer__footer{padding:7px 14px 15px}.furniture-modern-page .panel-explorer__show-all{width:100%;border:0;border-radius:12px;background:#eff7fa;text-align:center;text-decoration:none}.furniture-modern-page .panel-explorer__show-all:hover,.furniture-modern-page .panel-explorer__show-all.is-active{background:#078fc5;color:#fff}
.furniture-modern-page .panel-explorer__active{margin-bottom:14px;border-radius:14px}

@media(max-width:1050px){.furniture-modern-hero__grid{grid-template-columns:1fr 360px;gap:28px}.furniture-modern-page .panel-explorer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.furniture-modern-hero{padding:24px 0}.furniture-modern-hero__grid{grid-template-columns:1fr}.furniture-modern-hero__visual{min-height:270px}.furniture-modern-hero__image--main{inset:0 52px 25px 0}.furniture-mode-tabs{grid-template-columns:1fr}.furniture-mode-tab{min-height:62px}.furniture-modern-page .mobile-category-actions{grid-template-columns:1fr}.furniture-modern-page #mobileCategoryOpen{display:none}.furniture-collection-intro{align-items:flex-start;flex-direction:column}.furniture-modern-page .panel-explorer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:590px){.furniture-modern-hero__copy h1{font-size:2.35rem}.furniture-modern-hero__visual{min-height:220px}.furniture-modern-hero__image--main{inset:0 35px 18px 0;border-radius:20px}.furniture-modern-hero__image--accent{border-width:4px;border-radius:15px}.furniture-modern-hero__proof span{font-size:.7rem}.furniture-mode-tab{padding:11px 12px}.furniture-modern-page .panel-explorer__head{padding:18px}.furniture-modern-page .panel-explorer__grid{grid-template-columns:1fr}.furniture-modern-page .panel-explorer__media{height:190px}.furniture-modern-page .panel-explorer__tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.furniture-modern-page .catalog-toolbar{padding:7px}.furniture-modern-page .panel-explorer__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* 102.1.1 - duidelijkere meubelproductkaarten */
.furniture-modern-page .product-card__clarity{margin:6px 0 2px;color:#4f6b7a;font-size:.84rem;font-weight:650;line-height:1.45}
.furniture-modern-page .product-card h3{margin-bottom:2px;line-height:1.28}
@media(max-width:720px){.furniture-modern-page .product-card__clarity{font-size:.8rem;line-height:1.4}}

/* 102.4.0 - uitgelichte categorieen + exact aangeleverd footerlogo. */
.featured-selection-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px;color:#55717f;font-size:.82rem}
.featured-selection-summary>span{display:inline-flex;align-items:center;gap:4px;padding:7px 10px;border:1px solid #d6e4ea;border-radius:999px;background:#f8fbfc}
.featured-selection-summary strong{color:#12384c}
.footer-brand-strip{background:#fff;border-top:1px solid #dbe6eb;padding:28px 0 26px}
.footer-brand-strip__inner{display:flex;align-items:center;justify-content:center}
.footer-brand-strip__logo{display:block;width:min(330px,72vw);height:auto;max-height:92px;object-fit:contain;filter:none!important}
@media(max-width:720px){
  .featured-selection-summary{gap:7px;margin-bottom:14px}
  .featured-selection-summary>span{font-size:.76rem}
  .footer-brand-strip{padding:22px 0 20px}
  .footer-brand-strip__logo{width:min(285px,78vw);max-height:78px}
}

/* 102.5.0 — Troublefree catalogus verdieping: productgroep -> maat -> handelslengte */
.catalog-deep-intro{margin:0 0 18px;padding:18px 20px;border:1px solid #d5e5ec;border-radius:15px;background:linear-gradient(135deg,#fff 0%,#f2f8fb 100%)}
.catalog-deep-intro small{display:block;margin-bottom:5px;color:#078fc5;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.catalog-deep-intro h2{margin:0;color:#12364b;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.1;letter-spacing:-.02em}
.catalog-deep-intro p{max-width:900px;margin:9px 0 0;color:#5d7481;font-size:.9rem;line-height:1.55}
.catalog-deep-breadcrumbs{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:13px;padding-top:11px;border-top:1px solid #dce8ed;font-size:.78rem}
.catalog-deep-breadcrumbs a{color:#057faf;font-weight:850;text-decoration:none}.catalog-deep-breadcrumbs a:hover{text-decoration:underline}.catalog-deep-breadcrumbs span{color:#8297a2}
.catalog-deep-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;margin:0 0 28px}
.catalog-deep-grid--sizes{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.catalog-deep-grid--lengths{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.catalog-deep-tile{position:relative;display:flex;min-width:0;aspect-ratio:1/1;flex-direction:column;overflow:hidden;border:1px solid #c9dfea;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);color:#12364b;text-decoration:none;box-shadow:0 16px 34px rgba(15,71,98,.10);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.catalog-deep-tile:hover,.catalog-deep-tile:focus-visible{transform:translateY(-5px);border-color:#52abd6;box-shadow:0 22px 40px rgba(15,71,98,.14);outline:none}
.catalog-deep-tile__media{position:relative;display:block;height:55%;overflow:hidden;background:#eef4f7}
.catalog-deep-tile__media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.03);transition:transform .26s ease}
.catalog-deep-tile:hover .catalog-deep-tile__media img,.catalog-deep-tile:focus-visible .catalog-deep-tile__media img{transform:scale(1.04)}
.catalog-deep-tile__overlay{position:absolute;inset:auto 0 0 0;height:44%;background:linear-gradient(180deg,rgba(8,38,56,0) 0%,rgba(8,38,56,.14) 100%)}
.catalog-deep-tile__badge{position:absolute;left:14px;top:14px;display:inline-flex;align-items:center;max-width:calc(100% - 28px);padding:8px 12px;border-radius:999px;background:rgba(12,47,71,.88);color:#fff;font-size:.78rem;font-weight:900;line-height:1.15;box-shadow:0 10px 20px rgba(12,47,71,.20)}
.catalog-deep-tile__body{display:flex;min-width:0;flex:1;flex-direction:column;padding:18px 18px 18px}
.catalog-deep-tile__body strong{font-size:1.28rem;line-height:1.18;color:#0f3347}
.catalog-deep-tile__body .catalog-deep-tile__eyebrow{margin:0 0 6px;color:#0a8ec9;font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.catalog-deep-tile__tip{display:block;margin-top:8px;color:#48616e;font-size:.86rem;line-height:1.42}
.catalog-deep-tile__body small{margin-top:8px;color:#667d89;font-size:.82rem;line-height:1.45}
.catalog-deep-tile__body em{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:16px;color:#078fc5;font-size:.78rem;font-style:normal;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
.catalog-deep-tile__body em svg{width:16px;height:16px}
.catalog-deep-tile--measure .catalog-deep-tile__badge,.catalog-deep-tile--length .catalog-deep-tile__badge{background:linear-gradient(135deg,rgba(0,123,189,.96),rgba(12,47,71,.90))}
.catalog-deep-note{margin:0 0 20px;padding:14px 16px;border:1px solid #ead7a0;border-radius:12px;background:#fff9e8;color:#66501b;font-size:.86rem;line-height:1.5}
.site-footer__logo{display:block;max-width:320px;width:100%;height:auto;object-fit:contain}
@media(max-width:1180px){.catalog-deep-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.catalog-deep-grid--lengths{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}
@media(max-width:760px){.catalog-deep-intro{padding:15px 14px}.catalog-deep-intro p{font-size:.84rem}.catalog-deep-grid,.catalog-deep-grid--sizes,.catalog-deep-grid--lengths{grid-template-columns:1fr;gap:14px}.catalog-deep-tile{aspect-ratio:1/1;border-radius:22px}.catalog-deep-tile__media{height:52%}.catalog-deep-tile__badge{left:10px;top:10px;padding:6px 10px;font-size:.72rem}.catalog-deep-tile__body{padding:15px}.catalog-deep-tile__body strong{font-size:1.1rem}.catalog-deep-tile__tip,.catalog-deep-tile__body small{font-size:.79rem}.catalog-deep-tile__body em{font-size:.72rem;padding-top:14px}}


/* 102.6.0 - uniforme categoriekaarten, heldere foto's en subtiel 3D-effect */
.footer-brand-strip{display:none!important}
.footer-company-ids{margin-top:5px!important;color:#caddE6!important;font-size:.78rem!important;line-height:1.55}
.product-card__saw-badge{position:absolute;right:10px;bottom:10px;z-index:4;display:inline-flex;align-items:center;gap:6px;min-height:29px;padding:5px 9px;border-radius:999px;background:rgba(0,123,189,.94);color:#fff;font-size:.64rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 8px 18px rgba(7,63,91,.22);backdrop-filter:blur(4px)}
.product-card__saw-badge svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}

.category-card,.tf-category-choice__card,.oak-category-prototype__card,.hardhout-type-card,.catalog-deep-tile{
  aspect-ratio:1/1;min-height:0!important;border:1px solid #c7dfe9!important;border-radius:24px!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;overflow:hidden;box-shadow:0 12px 24px rgba(13,61,86,.10),0 3px 0 rgba(9,92,132,.08)!important;transform:translateY(0);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important
}
.category-card:hover,.category-card:focus-visible,.tf-category-choice__card:hover,.tf-category-choice__card:focus-visible,.oak-category-prototype__card:hover,.oak-category-prototype__card:focus-visible,.hardhout-type-card:hover,.hardhout-type-card:focus-visible,.catalog-deep-tile:hover,.catalog-deep-tile:focus-visible{
  transform:translateY(-5px)!important;border-color:#66b6d8!important;box-shadow:0 20px 34px rgba(13,61,86,.16),0 5px 0 rgba(6,121,177,.10)!important;outline:none
}
.category-card__media,.tf-category-choice__image,.oak-category-prototype__image,.hardhout-type-card__image,.catalog-deep-tile__media{
  display:block!important;height:55%!important;min-height:0!important;aspect-ratio:auto!important;overflow:hidden;background:#eaf1f4;border-bottom:1px solid #d7e5eb
}
.category-card__media img,.tf-category-choice__image img,.oak-category-prototype__image img,.hardhout-type-card__image img,.catalog-deep-tile__media img{
  width:100%;height:100%;object-fit:cover;display:block;filter:brightness(1.035) contrast(1.055) saturate(1.045);image-rendering:auto;transition:transform .25s ease,filter .25s ease
}
.category-card:hover .category-card__media img,.tf-category-choice__card:hover .tf-category-choice__image img,.oak-category-prototype__card:hover .oak-category-prototype__image img,.hardhout-type-card:hover .hardhout-type-card__image img,.catalog-deep-tile:hover .catalog-deep-tile__media img{transform:scale(1.035);filter:brightness(1.06) contrast(1.06) saturate(1.06)}
.category-card__body,.tf-category-choice__body,.oak-category-prototype__body,.hardhout-type-card__body,.catalog-deep-tile__body{display:flex!important;flex:1;min-height:0;flex-direction:column;padding:16px 17px 17px!important}
.category-card__body h3,.tf-category-choice__body strong,.oak-category-prototype__body strong,.hardhout-type-card__body strong,.catalog-deep-tile__body strong{font-size:1.04rem!important;line-height:1.22!important;color:#0d3349!important;min-height:0!important;margin:0!important;text-transform:none!important}
.category-card__body p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:7px 0 0;color:#5f7784;font-size:.8rem;line-height:1.4}
.category-card__body span,.tf-category-choice__body em,.oak-category-prototype__body em,.hardhout-type-card__body em,.catalog-deep-tile__body em{margin-top:auto!important;padding-top:12px!important;color:#078fc5!important;font-size:.73rem!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.025em}
.tf-category-choice__body small,.oak-category-prototype__body>span,.hardhout-type-card__body small,.catalog-deep-tile__body small{font-size:.76rem!important;color:#6a818d!important}

@media(max-width:760px){
  .category-card,.tf-category-choice__card,.oak-category-prototype__card,.hardhout-type-card,.catalog-deep-tile{border-radius:20px!important}
  .category-card__media,.tf-category-choice__image,.oak-category-prototype__image,.hardhout-type-card__image,.catalog-deep-tile__media{height:52%!important}
  .category-card__body,.tf-category-choice__body,.oak-category-prototype__body,.hardhout-type-card__body,.catalog-deep-tile__body{padding:13px 14px 14px!important}
}


/* 102.7.0 - verkoopflow, grotere uniforme tegels, map-popup */
.catalog-deep-grid,.catalog-deep-grid--sizes,.catalog-deep-grid--lengths{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.catalog-deep-tile{aspect-ratio:1/1!important;border-radius:28px!important;box-shadow:0 18px 36px rgba(13,61,86,.13),0 4px 0 rgba(6,121,177,.10)!important}
.catalog-deep-tile__media{height:58%!important}
.catalog-deep-tile__badge{background:linear-gradient(180deg,#159eda 0%,#007bbb 100%)!important;color:#fff!important;font-size:.82rem!important;padding:8px 13px!important;box-shadow:0 4px 0 rgba(0,78,126,.18),0 10px 20px rgba(0,89,140,.22)!important}
.catalog-deep-tile--length .catalog-deep-tile__body strong{font-size:1.2rem!important;letter-spacing:-.02em!important}
.catalog-deep-tile--length .catalog-deep-tile__tip{margin-top:4px!important;color:#0b78ad!important;font-size:1.02rem!important;font-weight:950!important;letter-spacing:-.015em!important}
@media(min-width:901px){.catalog-product-grid,.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}}
.product-card--calm{border:1px solid #c7dfe9!important;border-radius:24px!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;box-shadow:0 14px 28px rgba(13,61,86,.10),0 3px 0 rgba(8,104,151,.08)!important;overflow:hidden!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
.product-card--calm:hover,.product-card--calm:focus-visible{transform:translateY(-5px)!important;border-color:#66b6d8!important;box-shadow:0 22px 38px rgba(13,61,86,.16),0 5px 0 rgba(6,121,177,.10)!important}
.product-card--calm .product-card__image{aspect-ratio:1.08/1!important;background:#eef4f7!important}.product-card--calm .product-card__image img{filter:brightness(1.035) contrast(1.055) saturate(1.045);image-rendering:auto;transition:transform .25s ease,filter .25s ease}.product-card--calm:hover .product-card__image img{transform:scale(1.025);filter:brightness(1.055) contrast(1.06) saturate(1.06)}
.product-card__saw-badge{min-height:34px!important;padding:7px 11px!important;background:linear-gradient(180deg,#16a4df,#047dbd)!important;box-shadow:0 4px 0 rgba(0,72,119,.18),0 10px 20px rgba(6,90,137,.25)!important;font-size:.68rem!important}
.furniture-saw-cta{display:flex;align-items:center;gap:11px;max-width:570px;margin-top:14px;padding:9px 12px;border:1px solid #d69200;border-radius:14px;background:linear-gradient(135deg,#ffd44d 0%,#ffbd1f 62%,#f0a900 100%);color:#12364b;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 3px 0 #b87d00,0 10px 22px rgba(92,66,0,.16)}
.furniture-saw-cta--notice{cursor:default;user-select:none}
.furniture-saw-cta__tools{display:flex;flex:0 0 auto;align-items:center;margin-right:1px}
.furniture-saw-cta__blade,.furniture-saw-cta__ruler{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#17384a;color:#fff;box-shadow:inset 0 0 0 2px rgba(255,255,255,.18),0 3px 8px rgba(10,47,69,.18)}
.furniture-saw-cta__ruler{margin-left:-8px;background:#078cc5;border:2px solid #ffd44d}
.furniture-saw-cta__blade svg,.furniture-saw-cta__ruler svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.furniture-saw-cta>span:last-child{display:flex;min-width:0;flex:1;flex-direction:column}
.furniture-saw-cta small{font-size:.62rem;font-weight:950;letter-spacing:.1em;color:#6b4a00}
.furniture-saw-cta strong{margin-top:1px;font-size:.93rem;line-height:1.18;color:#12364b}
.furniture-saw-cta em{margin-top:2px;color:#594500;font-size:.7rem;line-height:1.3;font-style:normal}
.footer-map-link{display:inline-flex;align-items:center;margin:0 0 10px;padding:0;border:0;background:transparent;color:#85d5f5;font:inherit;font-size:.83rem;font-weight:850;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.footer-map-dialog{width:min(760px,calc(100% - 28px));max-width:none;padding:0;border:0;border-radius:24px;background:#fff;color:#12364b;box-shadow:0 30px 80px rgba(5,37,56,.32)}.footer-map-dialog::backdrop{background:rgba(5,32,48,.58);backdrop-filter:blur(3px)}.footer-map-dialog__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px 17px}.footer-map-dialog__head small{color:#078fc5;font-size:.68rem;font-weight:950;letter-spacing:.1em}.footer-map-dialog__head h2{margin:4px 0 3px;font-size:1.55rem}.footer-map-dialog__head p{margin:0;color:#607986;font-size:.86rem}.footer-map-dialog__head button{display:grid;width:42px;height:42px;place-items:center;border:1px solid #cfe0e8;border-radius:12px;background:#f6fafc;color:#12364b;font-size:1.45rem;cursor:pointer}.footer-map-dialog__map{height:360px;background:#eaf1f4}.footer-map-dialog__map iframe{width:100%;height:100%;border:0}.footer-map-dialog__actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px 20px}
@media(max-width:900px){.catalog-deep-grid,.catalog-deep-grid--sizes,.catalog-deep-grid--lengths{grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-product-grid,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.furniture-saw-cta{max-width:560px}}
@media(max-width:620px){.catalog-deep-grid,.catalog-deep-grid--sizes,.catalog-deep-grid--lengths,.catalog-product-grid,.featured-grid{grid-template-columns:1fr!important}.catalog-deep-tile{aspect-ratio:auto!important;min-height:420px!important}.catalog-deep-tile__media{height:240px!important}.footer-map-dialog__map{height:300px}.footer-map-dialog__actions{flex-direction:column}.footer-map-dialog__actions .button{width:100%}.furniture-saw-cta{align-items:center;gap:9px;padding:8px 10px}.furniture-saw-cta__blade,.furniture-saw-cta__ruler{width:34px;height:34px}.furniture-saw-cta__blade svg,.furniture-saw-cta__ruler svg{width:22px;height:22px}.furniture-saw-cta strong{font-size:.86rem}.furniture-saw-cta em{font-size:.66rem}}


/* 102.7.1 - maatkaart tekstflow: nooit overlappen */
.catalog-deep-tile--measure .catalog-deep-tile__media{height:50%!important}
.catalog-deep-tile--measure .catalog-deep-tile__body{display:flex!important;flex-direction:column!important;min-height:0!important;padding:14px 16px 16px!important}
.catalog-deep-tile--measure .catalog-deep-tile__body strong{position:static!important;display:block!important;margin:0!important;min-height:0!important;color:#0d3349!important;font-size:1.08rem!important;line-height:1.2!important;letter-spacing:-.01em!important}
.catalog-deep-tile--measure .catalog-deep-tile__tip{position:static!important;display:block!important;margin:10px 0 0!important;color:#526d7b!important;font-size:.79rem!important;font-weight:500!important;line-height:1.45!important;letter-spacing:0!important;white-space:normal!important;overflow-wrap:anywhere!important}
.catalog-deep-tile--measure .catalog-deep-tile__body>small:not(.catalog-deep-tile__eyebrow){position:static!important;display:block!important;margin-top:10px!important}
.catalog-deep-tile--measure .catalog-deep-tile__body em{position:static!important;margin-top:auto!important;padding-top:12px!important}
@media(max-width:760px){.catalog-deep-tile--measure .catalog-deep-tile__media{height:48%!important}.catalog-deep-tile--measure .catalog-deep-tile__body{padding:13px 14px 14px!important}.catalog-deep-tile--measure .catalog-deep-tile__tip{margin-top:8px!important;font-size:.78rem!important}}


/* 102.8.0 - vaste tegeltekstflow, klantgerichte badges en voorwaarden CTA */
.catalog-deep-tile__body{
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto!important;
  align-content:start!important;
  row-gap:8px!important;
  padding:16px 18px 18px!important;
  overflow:hidden!important;
}
.catalog-deep-tile__body .catalog-deep-tile__eyebrow,
.catalog-deep-tile__body strong,
.catalog-deep-tile__body .catalog-deep-tile__tip,
.catalog-deep-tile__body em{position:static!important;display:block!important;margin:0!important;min-height:0!important}
.catalog-deep-tile__body strong{font-size:1.08rem!important;line-height:1.24!important;font-weight:900!important;letter-spacing:-.012em!important;white-space:normal!important;overflow-wrap:anywhere!important}
.catalog-deep-tile__tip{align-self:start!important;color:#526d7b!important;font-size:.79rem!important;font-weight:500!important;line-height:1.42!important;white-space:normal!important;overflow-wrap:anywhere!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
.catalog-deep-tile__body em{align-self:end!important;padding-top:4px!important;color:#078fc5!important;font-size:.74rem!important;font-weight:900!important}
.catalog-deep-tile__badge{max-width:calc(100% - 28px)!important;white-space:normal!important;line-height:1.15!important}
.catalog-deep-tile--length .catalog-deep-tile__body strong{font-size:1.1rem!important}
.catalog-deep-tile--length .catalog-deep-tile__tip{color:#0b78ad!important;font-size:.96rem!important;font-weight:900!important;-webkit-line-clamp:1!important}
.home-legal-download{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0 0;padding:17px 19px;border:1px solid #cbdfe8;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbfd);box-shadow:0 10px 24px rgba(13,61,86,.06)}
.home-legal-download>div{display:flex;min-width:0;flex-direction:column;gap:3px}.home-legal-download strong{color:#0d3349;font-size:.98rem}.home-legal-download span{color:#657d89;font-size:.82rem;line-height:1.4}.home-legal-download .button{flex:0 0 auto}.home-legal-download .button b{margin-left:7px;font-size:1rem}
@media(max-width:760px){.catalog-deep-tile__body{row-gap:7px!important;padding:14px 15px 15px!important}.catalog-deep-tile__tip{font-size:.78rem!important}.home-legal-download{align-items:stretch;flex-direction:column}.home-legal-download .button{width:100%;justify-content:center}}

/* 102.9.0 productfamilies + automatische zaagvoorraad */
.product-card__choice-preview{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 2px}
.product-card__choice-preview span{display:inline-flex;align-items:center;min-height:28px;padding:5px 8px;border:1px solid #c9dfea;border-radius:999px;background:#f7fbfd;color:#0b5f86;font-size:.72rem;font-weight:850;line-height:1}
.product-card__choice-preview .product-card__choice-more{background:#e9f5fa;color:#0a7fab}
.cut-auto-stock{position:relative;display:grid;gap:5px;padding:14px 16px;border:1px solid #b9dced;border-radius:14px;background:linear-gradient(135deg,#f2faff,#fff)}
.cut-auto-stock>span{color:#617986;font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.cut-auto-stock>strong{color:#0c3d58;font-size:1rem}
.cut-auto-stock>small{color:#5f7582;font-size:.82rem;line-height:1.45}
.cut-source-select-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important}
.cut-piece-size--small{font-size:17px}
@media(max-width:760px){.product-card__choice-preview{gap:5px}.product-card__choice-preview span{font-size:.68rem;padding:5px 7px}.cut-auto-stock{padding:12px 13px}}


/* 102.9.1 - premium uitgelichte homepagekaarten + duidelijke blauwe verkoopflow */
.category-grid--home{gap:24px!important}
.category-grid--home .home-featured-card{
  position:relative!important;
  border:1px solid #9ccfe4!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f4fbfe 100%)!important;
  box-shadow:0 20px 38px rgba(10,69,99,.14),0 5px 0 rgba(0,126,188,.12)!important;
}
.category-grid--home .home-featured-card:hover,.category-grid--home .home-featured-card:focus-visible{
  border-color:#078fc5!important;
  box-shadow:0 28px 48px rgba(10,69,99,.19),0 6px 0 rgba(0,126,188,.17)!important;
}
.category-grid--home .home-featured-card .category-card__media{position:relative!important;height:56%!important;border-bottom:0!important}
.category-grid--home .home-featured-card .category-card__media img{filter:brightness(1.055) contrast(1.06) saturate(1.06)!important}
.home-featured-card__image-shade{position:absolute;inset:45% 0 0;background:linear-gradient(180deg,rgba(5,49,73,0),rgba(5,49,73,.26));pointer-events:none}
.home-featured-card__badge{position:absolute;left:16px;top:16px;display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border-radius:999px;background:linear-gradient(180deg,#18a3df,#0785bd);color:#fff;font-size:.68rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 9px 20px rgba(0,95,145,.24)}
.category-grid--home .home-featured-card .category-card__body{position:relative;padding:18px 19px 20px!important;border-top:4px solid #0792ca;background:linear-gradient(180deg,#fff 0%,#f7fcfe 100%)}
.home-featured-card__eyebrow{display:block!important;margin:0 0 5px!important;color:#078fc5!important;font-size:.67rem!important;font-weight:950!important;letter-spacing:.085em!important;text-transform:uppercase!important}
.category-grid--home .home-featured-card .category-card__body h3{font-size:1.22rem!important;line-height:1.16!important;letter-spacing:-.01em!important;color:#0a334a!important}
.category-grid--home .home-featured-card .category-card__body p{margin-top:7px!important;color:#536f7d!important;font-size:.84rem!important;line-height:1.45!important;-webkit-line-clamp:2}
.category-grid--home .home-featured-card .home-featured-card__cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:auto!important;padding:11px 13px!important;border-radius:12px!important;background:linear-gradient(180deg,#0c99d3,#007db7)!important;color:#fff!important;font-size:.73rem!important;font-weight:950!important;letter-spacing:.045em!important;text-transform:uppercase!important;box-shadow:0 7px 16px rgba(0,112,169,.17)}
.category-grid--home .home-featured-card .home-featured-card__cta svg{width:17px;height:17px;color:#fff}
@media(max-width:760px){
 .category-grid--home{gap:16px!important}
 .category-grid--home .home-featured-card{border-radius:22px!important}
 .category-grid--home .home-featured-card .category-card__body{padding:15px 16px 17px!important}
}

/* 102.9.3 - meubelpanelen keuze-flow: houtsoort -> dikte -> breedte -> resultaat */
.panel-choice-flow__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.panel-choice-flow__card{display:flex;min-width:0;aspect-ratio:1/1;flex-direction:column;overflow:hidden;padding:0;border:1px solid #c9dfea;border-radius:22px;background:#fff;color:#12364b;text-align:left;cursor:pointer;box-shadow:0 14px 32px rgba(12,52,75,.09);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.panel-choice-flow__card:hover,.panel-choice-flow__card:focus-visible{transform:translateY(-4px);border-color:#49a9d5;box-shadow:0 20px 40px rgba(7,105,151,.15);outline:none}
.panel-choice-flow__media{position:relative;display:block;height:58%;overflow:hidden;background:#edf5f8}
.panel-choice-flow__media img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(1.04) contrast(1.03);transition:transform .22s ease}
.panel-choice-flow__card:hover .panel-choice-flow__media img{transform:scale(1.035)}
.panel-choice-flow__media:after{content:'';position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(6,39,58,.25));pointer-events:none}
.panel-choice-flow__media b{position:absolute;z-index:1;left:14px;top:14px;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,#0a9bd7,#067bb3);color:#fff;font-size:.86rem;font-weight:950;box-shadow:0 8px 18px rgba(4,103,153,.22)}
.panel-choice-flow__body{display:flex;flex:1;flex-direction:column;padding:17px 18px 18px}
.panel-choice-flow__body small{color:#708894;font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.panel-choice-flow__body strong{margin-top:5px;color:#10364c;font-size:1.3rem;line-height:1.2}
.panel-choice-flow__body em{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:15px;color:#078fc5;font-size:.76rem;font-style:normal;font-weight:900;text-transform:uppercase}
.panel-choice-flow__body em svg{width:16px;height:16px}
.panel-choice-flow__back{align-self:flex-start;padding:10px 14px;border:1px solid #bcd9e7;border-radius:999px;background:#fff;color:#087cae;font:inherit;font-size:.82rem;font-weight:850;cursor:pointer}
.panel-choice-flow__back:hover{border-color:#078fc5;background:#eef9fd}
.panel-choice-flow--selected{margin-bottom:14px!important}
@media(max-width:980px){.panel-choice-flow__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.panel-choice-flow__grid{grid-template-columns:1fr}.panel-choice-flow__card{aspect-ratio:auto;min-height:330px}.panel-choice-flow__media{height:205px}.panel-explorer__head .panel-choice-flow__back{margin-top:4px}}


/* 103.0.0 - compacte AI Zaagtool-promotie op de voorpagina */
.home-ai-saw{background:#eef8fc;border-top:1px solid #d7eaf2;border-bottom:1px solid #d7eaf2}
.home-ai-saw__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding-top:20px;padding-bottom:20px}
.home-ai-saw__icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#078fc5;box-shadow:0 8px 24px rgba(23,57,74,.08)}
.home-ai-saw__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9}
.home-ai-saw__copy small{display:block;color:#078fc5;font-size:11px;font-weight:900;letter-spacing:.09em}
.home-ai-saw__copy h2{margin:3px 0 4px;font-size:clamp(22px,2.3vw,31px);line-height:1.08;color:#17394a}
.home-ai-saw__copy p{margin:0;max-width:760px;color:#536d7a;line-height:1.5}
.home-ai-saw__copy strong{color:#17394a}
.home-ai-saw__cta{white-space:nowrap;display:inline-flex;align-items:center;gap:8px}
.home-ai-saw__cta svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
@media(max-width:760px){.home-ai-saw__inner{grid-template-columns:auto minmax(0,1fr);gap:12px;padding-top:16px;padding-bottom:17px}.home-ai-saw__icon{width:46px;height:46px;border-radius:14px}.home-ai-saw__copy h2{font-size:23px}.home-ai-saw__copy p{font-size:14px}.home-ai-saw__cta{grid-column:1/-1;width:100%;justify-content:center}}


/* 105.0.11 checkout mouse/focus hardening */
body.checkout-interaction-active #overlay{display:none!important;pointer-events:none!important}
body.checkout-interaction-active .checkout-page-shell,
body.checkout-interaction-active .checkout-page-container,
body.checkout-interaction-active .checkout-page-card,
body.checkout-interaction-active #checkoutBody,
body.checkout-interaction-active .checkout-grid,
body.checkout-interaction-active .checkout-panel,
body.checkout-interaction-active .form-grid,
body.checkout-interaction-active .field{position:relative;z-index:1}
body.checkout-interaction-active .checkout-panel .field input,
body.checkout-interaction-active .checkout-panel .field textarea,
body.checkout-interaction-active .checkout-panel .field select{position:relative;z-index:3;pointer-events:auto!important;user-select:text!important;-webkit-user-select:text!important;touch-action:manipulation;cursor:text}
body.checkout-interaction-active .checkout-panel .field select{cursor:pointer}
body.checkout-interaction-active .checkout-panel input:focus,
body.checkout-interaction-active .checkout-panel textarea:focus,
body.checkout-interaction-active .checkout-panel select:focus{outline:3px solid rgba(7,143,197,.16)!important;outline-offset:1px;border-color:#078fc5!important;box-shadow:0 0 0 1px #078fc5!important}

/* 105.0.20 - luxer assortimentsmenu op desktop */
.step-menu__search{display:none!important}
@media (min-width: 901px){
  .step-menu.step-menu--desktop{
    width:min(620px,46vw);
    padding:18px;
    background:linear-gradient(145deg,#082f45 0%,#074f73 58%,#087fb2 100%);
    box-shadow:34px 0 90px rgba(5,27,42,.38);
    border-right:1px solid rgba(255,255,255,.12);
  }
  .step-menu--desktop .step-menu__head{
    height:82px;
    padding:0 12px 14px;
    border:0;
    grid-template-columns:46px 1fr 46px;
  }
  .step-menu--desktop .step-menu__head img{
    width:196px;
    max-height:58px;
    filter:brightness(0) invert(1);
  }
  .step-menu--desktop .step-menu__head button{
    width:44px;height:44px;border-radius:14px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.15);
    transition:.18s ease;
  }
  .step-menu--desktop .step-menu__head button:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}
  .step-menu--desktop .step-menu__title{
    margin:0 6px 12px;
    padding:0 8px 11px;
    background:none;
    border-bottom:1px solid rgba(255,255,255,.16);
    color:#d9f3ff;
    font-size:.75rem;
    letter-spacing:.15em;
  }
  .step-menu--desktop .step-menu__list{
    padding:0 6px 18px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-content:start;
    gap:10px;
  }
  .step-menu--desktop .step-link{
    min-height:96px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    overflow:hidden;
    padding:0;
    grid-template-columns:92px minmax(0,1fr) 28px;
    gap:0;
    background:rgba(255,255,255,.96);
    color:#12384d;
    box-shadow:0 9px 25px rgba(4,28,43,.12);
    transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  }
  .step-menu--desktop .step-link:hover,
  .step-menu--desktop .step-link.active{
    background:#fff;
    border-color:rgba(62,181,225,.8);
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(4,28,43,.22);
  }
  .step-menu--desktop .step-link__media{
    display:block;
    width:92px;
    height:100%;
    min-height:96px;
    background:#d8e5e9;
    overflow:hidden;
    position:relative;
  }
  .step-menu--desktop .step-link__media:after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,transparent 55%,rgba(8,47,69,.08));
  }
  .step-menu--desktop .step-link__media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02);transition:transform .25s ease}
  .step-menu--desktop .step-link:hover .step-link__media img{transform:scale(1.08)}
  .step-menu--desktop .step-link__icon{display:grid;place-items:center;width:92px;height:100%;min-height:96px;background:linear-gradient(145deg,#eef8fb,#dbeef5);color:#087fb2}
  .step-menu--desktop .step-link__icon svg{width:28px;height:28px}
  .step-menu--desktop .step-link__copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px;padding:14px 10px 14px 14px}
  .step-menu--desktop .step-link__copy strong{font-size:.92rem;line-height:1.2;color:#12384d}
  .step-menu--desktop .step-link__copy small{font-size:.7rem;font-weight:700;color:#6c8592;line-height:1.2}
  .step-menu--desktop .step-link__arrow{display:grid;place-items:center;color:#0b8dc6;padding-right:7px}
  .step-menu--desktop .step-link__arrow svg{width:17px;height:17px}
}

@media (max-width:900px){
  .step-link__media{display:none}
  .step-link__copy{display:flex;flex-direction:column;gap:2px}
  .step-link__copy strong{font:inherit;font-weight:800}
  .step-link__copy small{font-size:.66rem;color:rgba(255,255,255,.72)}
  .step-link__icon{display:grid;place-items:center}
  .step-link__arrow{display:grid;place-items:center}
}
@media (max-width:900px){
  .step-link.step-link--with-image{grid-template-columns:44px minmax(0,1fr) 24px;padding-left:16px;padding-right:16px}
  .step-link__media{display:block;width:36px;height:36px;border-radius:9px;overflow:hidden;background:rgba(255,255,255,.12)}
  .step-link__media img{width:100%;height:100%;object-fit:cover;display:block}
}

/* 105.0.22 · Nieuwe artikelen: 48 uur zichtbaar na eerste Troublefree-sync */
.product-card__new-sync-badge{
  position:absolute;left:10px;top:10px;z-index:7;display:inline-flex;align-items:center;gap:7px;
  min-height:31px;padding:6px 10px 6px 11px;border-radius:999px;
  background:linear-gradient(135deg,#fff3a8 0%,#ffd43d 52%,#f4b900 100%);
  border:1px solid rgba(143,98,0,.28);box-shadow:0 7px 18px rgba(70,48,0,.20);
  color:#173042;text-transform:uppercase;letter-spacing:.055em;pointer-events:none
}
.product-card__new-sync-badge span{font-size:11px;font-weight:950;line-height:1}
.product-card__new-sync-badge small{font-size:9px;font-weight:800;line-height:1;opacity:.72;letter-spacing:.02em;text-transform:none}
.product-card__new-sync-badge + .product-sustainable-badge{top:50px}
.product-detail__new-sync{display:inline-flex;margin:0 0 8px 8px;padding:5px 9px;border-radius:999px;background:#ffd43d;color:#173042;font-size:11px;font-weight:900;letter-spacing:.045em;vertical-align:middle}
@media(max-width:720px){
  .product-card__new-sync-badge{left:8px;top:8px;min-height:27px;padding:5px 8px}
  .product-card__new-sync-badge span{font-size:10px}.product-card__new-sync-badge small{display:none}
  .product-card__new-sync-badge + .product-sustainable-badge{top:43px}
}

/* 105.0.23 - mobile landing pages: two compact tiles per row */
@media (max-width:620px){
  .category-grid--home{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
    padding:0!important;
    margin-inline:0!important;
  }
  .category-grid--home .home-featured-card,
  .category-grid--home .category-card{
    min-width:0!important;
    width:auto!important;
    flex:none!important;
    aspect-ratio:auto!important;
    border-radius:17px!important;
  }
  .category-grid--home .home-featured-card .category-card__media,
  .category-grid--home .category-card__media{
    height:116px!important;
    min-height:116px!important;
    aspect-ratio:auto!important;
  }
  .category-grid--home .home-featured-card .category-card__body,
  .category-grid--home .category-card__body{
    min-height:118px!important;
    padding:10px 10px 11px!important;
  }
  .category-grid--home .home-featured-card .category-card__body h3,
  .category-grid--home .category-card__body h3{
    font-size:.87rem!important;
    line-height:1.18!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .category-grid--home .home-featured-card .category-card__body p,
  .category-grid--home .category-card__body p{display:none!important}
  .category-grid--home .home-featured-card .home-featured-card__cta{
    margin-top:auto!important;
    padding:7px 8px!important;
    border-radius:9px!important;
    font-size:.61rem!important;
    letter-spacing:.02em!important;
  }
  .home-featured-card__badge{left:8px!important;top:8px!important;min-height:23px!important;padding:4px 7px!important;font-size:.56rem!important}

  .catalog-deep-grid,.catalog-deep-grid--sizes,.catalog-deep-grid--lengths,
  .panel-choice-flow__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .catalog-deep-tile,.panel-choice-flow__card{
    min-height:0!important;
    aspect-ratio:auto!important;
    border-radius:17px!important;
  }
  .catalog-deep-tile__media,.panel-choice-flow__media{
    height:118px!important;
    min-height:118px!important;
  }
  .catalog-deep-tile__body,.panel-choice-flow__body{padding:10px 10px 11px!important}
  .catalog-deep-tile__body strong,.panel-choice-flow__body strong{font-size:.88rem!important;line-height:1.18!important}
  .catalog-deep-tile__tip,.catalog-deep-tile__body>small,.panel-choice-flow__body small{font-size:.66rem!important;line-height:1.3!important}
  .catalog-deep-tile__body em,.panel-choice-flow__body em{padding-top:8px!important;font-size:.62rem!important}
  .catalog-deep-tile__badge,.panel-choice-flow__media b{left:7px!important;top:7px!important;padding:5px 7px!important;font-size:.6rem!important}
}


/* 105.0.25 - mobiele menuknop bovenin + compacte nieuwe-artikelen homepage */
@media(max-width:900px){
  .step-menu__head{
    position:sticky;top:0;z-index:8;
    height:72px;grid-template-columns:42px minmax(0,1fr) auto;
    padding:0 12px;background:linear-gradient(180deg,#087fc4,#0674b5);
    box-shadow:0 8px 18px rgba(0,54,91,.18);
  }
  .step-menu__head img{width:164px;max-height:46px;justify-self:start;margin-left:4px}
  .step-menu__close{
    width:auto!important;min-width:92px!important;height:42px!important;
    display:inline-flex!important;grid-auto-flow:column!important;gap:7px!important;
    padding:0 13px!important;border:1px solid rgba(255,255,255,.42)!important;
    border-radius:999px!important;background:rgba(255,255,255,.14)!important;
    color:#fff!important;font-weight:900!important;font-size:.78rem!important;
  }
  .step-menu__close svg{width:17px;height:17px}
  .step-menu__close span{display:inline!important}
}
@media(min-width:901px){.step-menu__close span{display:none}}

.home-newest-section{padding:24px 0 28px;background:#f4f9fc;border-top:1px solid #dcebf2;border-bottom:1px solid #dcebf2}
.home-newest-bar{display:flex;align-items:center;gap:12px;margin-bottom:13px;padding:10px 14px;border-radius:12px;background:#0a7fb7;color:#fff;box-shadow:0 6px 18px rgba(7,97,141,.14)}
.home-newest-bar span{padding:4px 7px;border-radius:7px;background:#fff;color:#087caf;font-size:.66rem;font-weight:950;letter-spacing:.08em}
.home-newest-bar h2{margin:0;font-size:1.08rem;line-height:1.1;color:#fff}
.home-newest-bar small{margin-left:auto;color:#dff5ff;font-size:.74rem;font-weight:700}
.home-newest-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.home-newest-card{display:block!important;min-width:0!important;border:1px solid #cfe1ea!important;border-radius:13px!important;overflow:hidden!important;background:#fff!important;color:#15384b!important;text-decoration:none!important;box-shadow:0 5px 14px rgba(16,61,84,.08)!important;transform:none!important}
.home-newest-card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 19px rgba(16,61,84,.13)!important}
.home-newest-card__image{display:block!important;position:relative!important;height:118px!important;aspect-ratio:auto!important;background:#e7f0f4!important}
.home-newest-card__image img{width:100%!important;height:100%!important;object-fit:cover!important}
.home-newest-card__new{position:absolute;top:8px;left:8px;padding:4px 7px;border-radius:999px;background:#f5ad16;color:#17384a;font-size:.61rem;font-weight:950;letter-spacing:.06em;box-shadow:0 2px 7px rgba(0,0,0,.12)}
.home-newest-card__title{display:-webkit-box!important;min-height:48px!important;padding:9px 10px!important;overflow:hidden!important;color:#15384b!important;font-size:.81rem!important;font-weight:850!important;line-height:1.28!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.home-newest-card__body,.home-newest-card__meta,.home-newest-card__action{display:none!important}
@media(max-width:700px){
  .home-newest-section{padding:18px 0 22px}
  .home-newest-bar{margin-bottom:10px;padding:9px 10px;gap:8px}
  .home-newest-bar h2{font-size:.98rem}.home-newest-bar small{display:none}
  .home-newest-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}
  .home-newest-card__image{height:82px!important}
  .home-newest-card__title{min-height:44px!important;padding:7px 6px!important;font-size:.69rem!important;line-height:1.22!important}
  .home-newest-card__new{top:5px;left:5px;padding:3px 5px;font-size:.52rem}
}
@media(max-width:380px){.home-newest-grid{gap:5px!important}.home-newest-card__image{height:72px!important}.home-newest-card__title{font-size:.64rem!important;padding:6px 5px!important}}


/* 105.0.25 · Nieuwe artikelen en klantwaardering naast elkaar op desktop */
.home-latest-trust{padding:28px 0;background:linear-gradient(110deg,#073e5b 0%,#087eaf 52%,#08a3d4 100%);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid #dcebf2}
.home-latest-trust__grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.85fr);gap:24px;align-items:stretch}
.home-latest-trust__newest,.home-latest-trust__reviews{min-width:0}
.home-latest-trust .home-newest-bar{margin:0 0 13px;background:rgba(9,135,188,.92);box-shadow:none;border:1px solid rgba(255,255,255,.12)}
.home-latest-trust .home-newest-grid{height:calc(100% - 54px);align-items:stretch}
.home-latest-trust .home-newest-card{height:100%}
.home-latest-trust .home-review-proof{height:100%;padding:0;background:transparent;border:0}
.home-latest-trust .home-review-proof>.container{width:100%;max-width:none;padding:0;height:100%}
.home-latest-trust .home-review-proof__inner{display:flex;flex-direction:column;height:100%;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 14px 32px rgba(0,28,47,.17)}
.home-latest-trust .home-review-proof__head{max-width:none;margin:0 0 14px;text-align:left}
.home-latest-trust .home-review-proof__head small{font-size:.67rem}
.home-latest-trust .home-review-proof__head h2{margin:5px 0 5px;font-size:clamp(1.35rem,1.8vw,1.75rem)}
.home-latest-trust .home-review-proof__head p{font-size:.8rem}
.home-latest-trust .home-review-proof__slider{display:flex;flex-direction:column;justify-content:center;flex:1;width:100%;max-width:none;margin:0;border:0;border-radius:13px;background:#f5f9fb;box-shadow:none}
.home-latest-trust .home-review-proof__slide{padding:20px 18px 14px;text-align:left}
.home-latest-trust .home-review-proof__stars{margin-bottom:7px}
.home-latest-trust .home-review-proof__slide p{font-size:1rem;line-height:1.42}
.home-latest-trust .home-review-proof__dots{justify-content:flex-start;padding:0 18px 15px}
@media(max-width:1000px){.home-latest-trust__grid{grid-template-columns:1fr;gap:16px}.home-latest-trust .home-review-proof__inner{padding:16px}.home-latest-trust .home-review-proof__head{text-align:center}.home-latest-trust .home-review-proof__slide{text-align:center}.home-latest-trust .home-review-proof__dots{justify-content:center}}
@media(max-width:700px){.home-latest-trust{padding:18px 0}.home-latest-trust__grid{gap:12px}.home-latest-trust .home-newest-grid{height:auto}.home-latest-trust .home-review-proof__head h2{font-size:1.25rem}.home-latest-trust .home-review-proof__head p{display:none}}


/* 105.0.26 · Nieuwe artikelen 2 x 2 + premium reviewkaart */
@media(min-width:1001px){
  .home-latest-trust{padding:34px 0 36px;background:linear-gradient(115deg,#073c57 0%,#0879a9 55%,#09a1d1 100%)}
  .home-latest-trust__grid{grid-template-columns:minmax(0,1.38fr) minmax(360px,.82fr);gap:28px;align-items:stretch}
  .home-latest-trust .home-newest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:repeat(2,minmax(0,1fr));gap:14px!important;height:auto}
  .home-latest-trust .home-newest-card{display:grid!important;grid-template-columns:44% 56%;min-height:150px;height:auto!important;border-color:rgba(255,255,255,.28)!important;border-radius:17px!important;box-shadow:0 14px 30px rgba(0,27,45,.18)!important}
  .home-latest-trust .home-newest-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 36px rgba(0,27,45,.26)!important}
  .home-latest-trust .home-newest-card__image{height:100%!important;min-height:150px!important;border-radius:0!important}
  .home-latest-trust .home-newest-card__content{display:flex;flex-direction:column;min-width:0;padding:14px 14px 12px}
  .home-latest-trust .home-newest-card__title{display:-webkit-box!important;min-height:0!important;padding:0!important;font-size:.88rem!important;line-height:1.25!important;-webkit-line-clamp:3;-webkit-box-orient:vertical}
  .home-latest-trust .home-newest-card__link{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid #e1ebf0;color:#087db1;font-size:.75rem;font-weight:900;letter-spacing:.01em}
  .home-latest-trust .home-newest-card__link b{display:grid;place-items:center;width:25px;height:25px;border-radius:999px;background:#e7f6fc;color:#087db1;font-size:.95rem}

  .home-latest-trust .home-review-proof__inner{position:relative;overflow:hidden;padding:26px 26px 22px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:linear-gradient(150deg,#ffffff 0%,#f7fbfd 62%,#e9f6fb 100%);box-shadow:0 20px 46px rgba(0,28,47,.25)}
  .home-latest-trust .home-review-proof__inner:before{content:'“';position:absolute;right:18px;top:-20px;color:rgba(8,128,181,.10);font-family:Georgia,serif;font-size:9rem;line-height:1;pointer-events:none}
  .home-latest-trust .home-review-proof__head{position:relative;z-index:1;margin-bottom:18px}
  .home-latest-trust .home-review-proof__head small{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;background:#e8f5fb;color:#0877a8;font-size:.64rem;font-weight:950;letter-spacing:.08em}
  .home-latest-trust .home-review-proof__head h2{max-width:420px;margin:11px 0 7px;font-size:clamp(1.65rem,2.15vw,2.25rem);line-height:1.04}
  .home-latest-trust .home-review-proof__head p{max-width:400px;color:#647b88;font-size:.82rem}
  .home-latest-trust .home-review-proof__slider{position:relative;z-index:1;min-height:180px;padding:5px 0 0;border-top:1px solid #dbeaf1;border-radius:0;background:transparent}
  .home-latest-trust .home-review-proof__slide{display:flex;flex-direction:column;justify-content:center;min-height:145px;padding:18px 4px 8px}
  .home-latest-trust .home-review-proof__stars{font-size:1.25rem;letter-spacing:.08em}
  .home-latest-trust .home-review-proof__slide p{max-width:440px;margin:8px 0 0;font-size:1.13rem;line-height:1.42;font-weight:850;color:#11384c}
  .home-latest-trust .home-review-proof__dots{padding:5px 4px 0}
}

@media(max-width:1000px){
  .home-latest-trust .home-newest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .home-latest-trust .home-newest-card__content{display:flex;flex-direction:column;min-width:0}
  .home-latest-trust .home-newest-card__link{display:flex;align-items:center;justify-content:space-between;gap:5px;margin:0 8px 8px;padding-top:7px;border-top:1px solid #e3edf2;color:#087db1;font-size:.66rem;font-weight:900}
}
@media(max-width:520px){
  .home-latest-trust .home-newest-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .home-latest-trust .home-newest-card__image{height:90px!important}
  .home-latest-trust .home-newest-card__title{min-height:42px!important}
  .home-latest-trust .home-newest-card__link{font-size:.61rem}
}


/* 105.0.27 - verticale reviewrotatie + stabiele viewport */
.home-review-proof__slider{overflow:hidden}
.home-review-proof__track{display:flex!important;flex-direction:column!important;height:178px!important;will-change:transform;transition:transform .58s cubic-bezier(.22,.61,.36,1)!important}
.home-review-proof__slide{flex:0 0 178px!important;min-height:178px!important;box-sizing:border-box}
.home-review-proof__dots button:disabled{cursor:default;pointer-events:none;opacity:1}
.home-latest-trust .home-review-proof__track{height:178px!important}
.home-latest-trust .home-review-proof__slide{flex-basis:178px!important;min-height:178px!important}
@media(max-width:700px){
  .home-review-proof__track,.home-latest-trust .home-review-proof__track{height:190px!important}
  .home-review-proof__slide,.home-latest-trust .home-review-proof__slide{flex-basis:190px!important;min-height:190px!important}
}
@media(prefers-reduced-motion:reduce){.home-review-proof__track{transition:none!important}}


/* 105.0.28 - echte Google reviews met reviewer-identiteit */
.home-review-proof--real .home-review-proof__reviewer{display:flex;align-items:center;gap:11px;margin-bottom:10px}
.home-review-proof--real .home-review-proof__reviewer>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}
.home-review-proof--real .home-review-proof__reviewer strong{overflow:hidden;color:#0d3146;font-size:.95rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}
.home-review-proof--real .home-review-proof__reviewer small{color:#738995;font-size:.72rem;font-weight:650}
.home-review-proof--real .home-review-proof__avatar{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e8f6fb,#ccebf6);color:#087daf;font-size:.82rem;font-weight:950;box-shadow:inset 0 0 0 1px rgba(8,125,175,.12)}
.home-review-proof--real .home-review-proof__google-mark{display:grid;width:29px;height:29px;flex:0 0 29px;place-items:center;border:1px solid #d8e2e7;border-radius:50%;background:#fff;color:#4285f4;font-family:Arial,sans-serif;font-size:.94rem;font-weight:900;box-shadow:0 3px 10px rgba(16,54,74,.08)}
.home-review-proof--real .home-review-proof__source{display:inline-flex;align-items:center;margin-top:12px;color:#087faf;font-size:.74rem;font-weight:850;text-decoration:none}
.home-review-proof--real .home-review-proof__source:hover{text-decoration:underline}
.home-review-proof--real .home-review-proof__empty{display:flex;min-height:160px;flex-direction:column;align-items:flex-start;justify-content:center;gap:9px;padding:18px 4px;border-top:1px solid #dbeaf1;color:#58717f}
.home-review-proof--real .home-review-proof__empty strong{color:#0d3146;font-size:1.1rem}
.home-review-proof--real .home-review-proof__empty a{color:#087faf;font-weight:850;text-decoration:none}
.home-review-proof--real .home-review-proof__dots span{display:block;width:9px;height:9px;border-radius:50%;background:#b6c9d2;transition:width .25s ease,background .25s ease}
.home-review-proof--real .home-review-proof__dots span.active{width:24px;border-radius:99px;background:var(--primary)}
.home-latest-trust .home-review-proof--real .home-review-proof__slide{justify-content:flex-start;padding-top:16px}
.home-latest-trust .home-review-proof--real .home-review-proof__slide p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;font-size:1rem;font-weight:750}
@media(max-width:700px){.home-review-proof--real .home-review-proof__avatar{width:34px;height:34px;flex-basis:34px}.home-review-proof--real .home-review-proof__reviewer strong{font-size:.9rem}}


/* 105.0.29 - robuuste echte-review fallback bij ontbrekende Google-data */
.home-review-proof--fallback .home-review-proof__inner{height:auto!important;min-height:0!important}
.home-review-proof--fallback .home-review-proof__head{margin-bottom:12px!important}
.home-review-proof--fallback .home-review-proof__head p{display:none!important}
.home-review-proof--fallback .home-review-proof__empty{min-height:0!important;gap:14px!important;padding:18px 0 4px!important}
.home-review-proof__empty-brand{display:flex;align-items:center;gap:12px;width:100%}
.home-review-proof__empty-brand>div{display:flex;min-width:0;flex-direction:column;gap:4px}
.home-review-proof__empty-brand strong{font-size:1rem!important;line-height:1.25}
.home-review-proof__empty-brand span{color:#6c8490;font-size:.78rem;line-height:1.4}
.home-review-proof__empty-link{display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:2px;padding:12px 14px;border:1px solid #cfe5ef;border-radius:12px;background:#edf8fc;color:#0879aa!important;font-size:.82rem;font-weight:900!important;text-decoration:none!important}
.home-review-proof__empty-link:hover{background:#e2f4fb;transform:translateY(-1px)}
.home-review-proof__empty-link b{font-size:1.05rem}
.home-latest-trust .home-review-proof--fallback .home-review-proof__inner{justify-content:center}
@media(min-width:1001px){.home-latest-trust .home-review-proof--fallback .home-review-proof__head h2{font-size:clamp(1.55rem,2vw,2rem)}}
@media(max-width:700px){.home-review-proof__empty-brand{align-items:flex-start}.home-review-proof__empty-link{padding:11px 12px}}

/* 105.0.30 - instant assortimentsmenu: thumbnail/skeleton polish */
.step-link__media{background:linear-gradient(110deg,rgba(218,235,242,.92) 8%,rgba(239,247,250,.98) 18%,rgba(218,235,242,.92) 33%);background-size:220% 100%}
.step-link__media img{background:#e5f0f4}
@media (prefers-reduced-motion:no-preference){
  .step-link__media:has(img:not([complete])){animation:vh-menu-shimmer 1.2s linear infinite}
  @keyframes vh-menu-shimmer{to{background-position-x:-220%}}
}

/* 105.0.31 - luxe menu met lichte lokale productfoto's */
.step-link__media img{filter:none!important;image-rendering:auto!important}
.step-link--with-image .step-link__media{background:#edf4f7!important}
.step-link--with-image .step-link__media img{transition:transform .32s ease,opacity .18s ease}
.step-link--with-image:hover .step-link__media img{transform:scale(1.035)}

/* 101.2.14 - beheerbare subcategorie-intro en foto */
.tf-category-choice__intro{display:-webkit-box;overflow:hidden;margin:7px 0 2px;color:#526f80;font-size:.82rem;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.category-subcategory-hero-media{flex:0 0 clamp(220px,27vw,390px);align-self:stretch;min-height:128px;max-height:210px;margin:0;overflow:hidden;border:1px solid #d7e5ec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(9,54,78,.08)}
.category-subcategory-hero-media img{display:block;width:100%;height:100%;object-fit:cover}
@media(max-width:760px){.category-subcategory-hero-media{width:100%;max-height:180px;margin-top:12px}}


/* 101.2.15 - uitgebreidere Plaatmateriaal landing (HG 11) */
.tf-category-choice--expanded{padding:28px 30px 32px;background:linear-gradient(145deg,#f8fcfe 0%,#fff 58%,#f5fafc 100%);border-color:#bddbe8;box-shadow:0 14px 34px rgba(13,61,86,.07)}
.tf-category-choice--expanded .tf-category-choice__head{max-width:980px;margin-bottom:24px}
.tf-category-choice--expanded .tf-category-choice__head>span{font-size:.72rem;letter-spacing:.11em}
.tf-category-choice--expanded .tf-category-choice__head h2{font-size:clamp(1.75rem,3vw,2.55rem);letter-spacing:-.025em}
.tf-category-choice--expanded .tf-category-choice__head p{max-width:880px;font-size:.96rem;line-height:1.6}
.tf-category-choice__facts{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.tf-category-choice__facts strong{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid #c7e0eb;border-radius:999px;background:#fff;color:#244c61;font-size:.76rem;box-shadow:0 4px 12px rgba(13,61,86,.04)}
.tf-category-choice--expanded .tf-category-choice__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.tf-category-choice--expanded .tf-category-choice__card{aspect-ratio:auto!important;min-height:455px!important;border-width:1px!important;border-radius:24px!important;box-shadow:0 14px 30px rgba(13,61,86,.10),0 3px 0 rgba(9,92,132,.06)!important}
.tf-category-choice--expanded .tf-category-choice__image{position:relative;height:220px!important;min-height:220px!important;aspect-ratio:auto!important}
.tf-category-choice--expanded .tf-category-choice__image img{object-fit:cover}
.tf-category-choice__status{position:absolute;left:12px;top:12px;z-index:2;display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.94);color:#19435a;font-size:.65rem;font-weight:950;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 5px 14px rgba(9,47,67,.16);backdrop-filter:blur(4px)}
.tf-category-choice__status.is-used{background:rgba(27,153,85,.94);color:#fff}
.tf-category-choice--expanded .tf-category-choice__body{padding:18px 19px 19px!important}
.tf-category-choice--expanded .tf-category-choice__body strong{font-size:1.16rem!important;line-height:1.2!important;letter-spacing:-.012em!important}
.tf-category-choice--expanded .tf-category-choice__intro{display:-webkit-box;min-height:3.9em;margin:9px 0 0;color:#526f80;font-size:.84rem;line-height:1.52;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.tf-category-choice__meta{display:flex!important;flex-wrap:wrap;gap:7px;margin-top:12px!important;color:#566f7d!important;font-size:.72rem!important}
.tf-category-choice__meta span{display:inline-flex!important;align-items:center!important;min-height:27px;padding:5px 8px!important;border:1px solid #d3e4eb;border-radius:999px;background:#f7fbfd;color:#566f7d!important;font-size:.7rem!important;font-weight:800!important;line-height:1!important;text-transform:none!important;letter-spacing:0!important}
.tf-category-choice--expanded .tf-category-choice__body em{display:flex!important;align-items:center;justify-content:space-between;gap:10px;margin-top:auto!important;padding-top:16px!important;border-top:1px solid #e4edf1;color:#0788c2!important;font-size:.72rem!important}
.tf-category-choice--expanded .tf-category-choice__body em svg{flex:0 0 auto;width:18px;height:18px}
@media(max-width:1040px){.tf-category-choice--expanded .tf-category-choice__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tf-category-choice--expanded .tf-category-choice__card{min-height:430px!important}}
@media(max-width:680px){.tf-category-choice--expanded{padding:18px 14px 20px}.tf-category-choice--expanded .tf-category-choice__head{margin-bottom:18px}.tf-category-choice--expanded .tf-category-choice__head p{font-size:.88rem}.tf-category-choice__facts{gap:6px}.tf-category-choice__facts strong{min-height:30px;padding:6px 9px;font-size:.7rem}.tf-category-choice--expanded .tf-category-choice__grid{grid-template-columns:1fr;gap:14px}.tf-category-choice--expanded .tf-category-choice__card{min-height:0!important;border-radius:20px!important}.tf-category-choice--expanded .tf-category-choice__image{height:210px!important;min-height:210px!important}.tf-category-choice--expanded .tf-category-choice__body{padding:15px 15px 16px!important}.tf-category-choice--expanded .tf-category-choice__intro{min-height:0;font-size:.82rem;-webkit-line-clamp:3}.tf-category-choice--expanded .tf-category-choice__body em{padding-top:13px!important}}

/* 102.0.2 - high quality category/product-group thumbnails.
   Troublefree full/original images are downscaled by the browser. If only a
   genuinely small source exists, do not enlarge it into a blurry cover crop. */
.vh-hq-tile-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  image-rendering:auto;
  backface-visibility:hidden;
}
.vh-hq-tile-image.is-low-res{
  object-fit:contain!important;
  transform:none!important;
  filter:none!important;
  background:#f7fafb;
}
.tf-category-choice__card:hover .vh-hq-tile-image.is-low-res{
  transform:none!important;
  filter:none!important;
}
