:root{--lbxcat-accent: var(--labosch-accent, #B08D57);--lbxcat-accent-rgb: var(--labosch-accent-rgb, 176 141 87)}.lbxcat{--lbxcat-bg: #f6f2ea;--lbxcat-bg-2: #eee6d9;--lbxcat-surface: rgba(255, 255, 255, .82);--lbxcat-surface-solid: #fffdf8;--lbxcat-card: #ffffff;--lbxcat-card-2: #faf7f0;--lbxcat-text: #07090b;--lbxcat-muted: rgba(7, 9, 11, .58);--lbxcat-soft: rgba(7, 9, 11, .36);--lbxcat-line: rgba(7, 9, 11, .12);--lbxcat-line-strong: rgba(7, 9, 11, .22);--lbxcat-red: #c42121;--lbxcat-red-bg: rgba(196, 33, 33, .095);--lbxcat-green: #16a34a;--lbxcat-shadow: 0 24px 70px rgba(32, 24, 14, .1);--lbxcat-shadow-soft: 0 14px 38px rgba(32, 24, 14, .075);--lbxcat-radius-xl: 28px;--lbxcat-radius-lg: 22px;--lbxcat-radius-md: 16px;--lbxcat-max: 1560px;position:relative;overflow:clip;min-height:100vh;padding:clamp(34px,4vw,66px) 22px clamp(64px,6vw,104px);color:var(--lbxcat-text);background:radial-gradient(circle at 83% 3%,rgb(var(--lbxcat-accent-rgb) / .16),transparent 26%),radial-gradient(circle at 8% 18%,rgba(255,255,255,.82),transparent 28%),linear-gradient(180deg,#fbf7ef 0%,var(--lbxcat-bg) 54%,var(--lbxcat-bg-2) 100%);isolation:isolate}html[data-lbx-color-scheme=dark] .lbxcat[data-lbx-theme=dark],body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-theme=dark],.lbxcat.is-dark{--lbxcat-bg: #050607;--lbxcat-bg-2: #080a0d;--lbxcat-surface: rgba(255,255,255,.07);--lbxcat-surface-solid: #111318;--lbxcat-card: #101216;--lbxcat-card-2: #15181d;--lbxcat-text: #fffaf2;--lbxcat-muted: rgba(255,250,242,.64);--lbxcat-soft: rgba(255,250,242,.42);--lbxcat-line: rgba(255,255,255,.14);--lbxcat-line-strong: rgba(255,255,255,.24);--lbxcat-red-bg: rgba(255, 65, 65, .12);--lbxcat-shadow: 0 28px 90px rgba(0,0,0,.32);--lbxcat-shadow-soft: 0 18px 46px rgba(0,0,0,.22);background:radial-gradient(circle at 78% 4%,rgb(var(--lbxcat-accent-rgb) / .16),transparent 28%),radial-gradient(circle at 7% 15%,rgba(255,255,255,.055),transparent 28%),linear-gradient(180deg,#050607,#080a0d 58%,#050607)}.lbxcat *{box-sizing:border-box}.lbxcat a{color:inherit;text-decoration:none}.lbxcat button,.lbxcat input,.lbxcat select{font:inherit}.lbxcat__ambient{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(7,9,11,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,9,11,.045) 1px,transparent 1px);background-size:96px 96px;opacity:.42;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 34%,transparent 86%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.72) 34%,transparent 86%)}.lbxcat-eyebrow{margin:0 0 12px;color:var(--lbxcat-accent);font-size:11px;line-height:1;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.lbxcat-hero,.lbxcat-quick-wrap,.lbxcat-shell{width:min(var(--lbxcat-max),100%);margin-inline:auto}.lbxcat-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:clamp(24px,3.2vw,56px);align-items:end;margin-bottom:24px}.lbxcat-hero__copy{max-width:760px}.lbxcat-hero h1{margin:0;color:var(--lbxcat-text);font-size:clamp(46px,6vw,96px);line-height:.86;letter-spacing:-.075em;font-weight:950}.lbxcat-hero__text{max-width:560px;margin:22px 0 0;color:var(--lbxcat-muted);font-size:clamp(15px,1.25vw,18px);line-height:1.5;font-weight:650}.lbxcat-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.lbxcat-btn{min-height:44px;border-radius:999px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--lbxcat-line);font-size:12px;line-height:1;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.lbxcat-btn:hover{transform:translateY(-1px)}.lbxcat-btn--dark{background:#06080b;color:#fffaf2;border-color:#06080b;box-shadow:0 12px 24px #00000024}.lbxcat-btn--light{background:#ffffffad;color:var(--lbxcat-text);border-color:var(--lbxcat-line-strong)}.lbxcat-hero__panel{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px;border:1px solid var(--lbxcat-line);border-radius:var(--lbxcat-radius-xl);background:linear-gradient(145deg,#ffffffeb,#ffffff80);box-shadow:var(--lbxcat-shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.lbxcat-hero__metric{min-height:118px;padding:18px;border:1px solid var(--lbxcat-line);border-radius:22px;background:var(--lbxcat-surface);display:flex;flex-direction:column;justify-content:flex-end}.lbxcat-hero__metric--main{grid-column:1 / -1}.lbxcat-hero__metric span{color:var(--lbxcat-muted);font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.lbxcat-hero__metric strong{margin-top:20px;color:var(--lbxcat-accent);font-size:clamp(42px,4.8vw,70px);line-height:.82;letter-spacing:-.075em;font-weight:950}.lbxcat-hero__metric small{margin-top:8px;color:var(--lbxcat-muted);font-size:12px;line-height:1.25;font-weight:750}.lbxcat-quick-wrap{position:sticky;top:0;z-index:12;padding:10px 0 14px;margin-bottom:10px;background:linear-gradient(180deg,rgba(246,242,234,.98) 0%,rgba(246,242,234,.9) 72%,transparent 100%)}.lbxcat-quick{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:4px 2px 8px;scrollbar-width:none}.lbxcat-quick::-webkit-scrollbar{display:none}.lbxcat-chip{min-height:38px;padding:0 15px;border:1px solid var(--lbxcat-line);border-radius:999px;background:var(--lbxcat-surface);color:var(--lbxcat-muted);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:11px;line-height:1;font-weight:900;box-shadow:0 10px 22px #1d170f08;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.lbxcat-chip:hover{transform:translateY(-1px);color:var(--lbxcat-text);border-color:var(--lbxcat-line-strong)}.lbxcat-chip span{color:var(--lbxcat-soft)}.lbxcat-chip.is-active{background:var(--lbxcat-accent);border-color:var(--lbxcat-accent);color:#08090b}.lbxcat-chip.is-active span{color:#08090b9e}.lbxcat-chip.is-disabled{opacity:.42;pointer-events:none}.lbxcat-shell{display:grid;grid-template-columns:minmax(260px,305px) minmax(0,1fr);gap:clamp(18px,2.2vw,30px);align-items:start}.lbxcat-filters{position:sticky;top:76px;max-height:calc(100vh - 96px);overflow:auto;padding:16px;border:1px solid var(--lbxcat-line);border-radius:26px;background:#ffffffbd;box-shadow:var(--lbxcat-shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:thin}.lbxcat-filters__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.lbxcat-filters__top h2{margin:0;color:var(--lbxcat-text);font-size:28px;line-height:.92;letter-spacing:-.055em;font-weight:950}.lbxcat-filters__close{display:none;width:38px;height:38px;border:1px solid var(--lbxcat-line);border-radius:999px;background:var(--lbxcat-surface);color:var(--lbxcat-text);cursor:pointer;font-size:20px;line-height:1}.lbxcat-offer-filter{width:100%;min-height:68px;margin:0 0 14px;padding:12px 14px;border:1px solid rgba(196,33,33,.28);border-radius:20px;background:var(--lbxcat-red-bg);color:var(--lbxcat-red);display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 14px 34px #c421210f;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.lbxcat-offer-filter:hover{transform:translateY(-1px);border-color:#c4212173}.lbxcat-offer-filter__icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--lbxcat-red);color:#fff;font-size:14px;font-weight:950}.lbxcat-offer-filter b{display:block;font-size:13px;line-height:1.1;font-weight:950;letter-spacing:-.01em}.lbxcat-offer-filter small{display:block;margin-top:4px;color:#c42121b8;font-size:11px;line-height:1.25;font-weight:750}.lbxcat-offer-filter.is-active{background:var(--lbxcat-red);border-color:var(--lbxcat-red);color:#fff}.lbxcat-offer-filter.is-active small{color:#ffffffb8}.lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon{background:#fff;color:var(--lbxcat-red)}.lbxcat-filter-form{display:grid;gap:8px}.lbxcat-filter{border-bottom:1px solid var(--lbxcat-line);padding:0}.lbxcat-filter:first-of-type{border-top:1px solid var(--lbxcat-line)}.lbxcat-filter summary{min-height:48px;list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--lbxcat-text);font-size:12px;line-height:1.1;font-weight:900}.lbxcat-filter summary::-webkit-details-marker{display:none}.lbxcat-filter summary:after{content:"+";color:var(--lbxcat-accent);font-size:16px;line-height:1;font-weight:950}.lbxcat-filter[open] summary:after{content:"\2013"}.lbxcat-filter summary b{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--lbxcat-accent);color:#08090b;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:950}.lbxcat-filter__content{padding:0 0 14px}.lbxcat-filter__values{display:grid;gap:8px}.lbxcat-check{min-height:38px;padding:8px 10px;border-radius:13px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:9px;align-items:center;color:var(--lbxcat-muted);cursor:pointer;transition:background .14s ease,color .14s ease}.lbxcat-check:hover{background:#07090b09;color:var(--lbxcat-text)}.lbxcat-check input{position:absolute;opacity:0;pointer-events:none}.lbxcat-check>span{width:18px;height:18px;border-radius:6px;border:1px solid var(--lbxcat-line-strong);background:#ffffffa3;display:grid;place-items:center}.lbxcat-check input:checked+span{background:var(--lbxcat-accent);border-color:var(--lbxcat-accent)}.lbxcat-check input:checked+span:after{content:"";width:8px;height:5px;border-left:2px solid #08090b;border-bottom:2px solid #08090b;transform:rotate(-45deg) translate(1px,-1px)}.lbxcat-check i{font-style:normal;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.15;font-weight:750}.lbxcat-check em{font-style:normal;color:var(--lbxcat-soft);font-size:11px;font-weight:850}.lbxcat-check.is-disabled{opacity:.38;pointer-events:none}.lbxcat-color-grid{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}.lbxcat-color{position:relative;width:38px;height:38px;border-radius:999px;cursor:pointer}.lbxcat-color input{position:absolute;opacity:0;pointer-events:none}.lbxcat-color>span{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:var(--lbx-swatch);box-shadow:inset 0 0 0 1px #0000001f,0 0 0 1px var(--lbxcat-line)}.lbxcat-color>span:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;border:2px solid transparent;transition:border-color .14s ease,transform .14s ease}.lbxcat-color:hover>span:after{border-color:#07090b3d}.lbxcat-color.is-active>span:after,.lbxcat-color input:checked+span:after{border-color:var(--lbxcat-accent);transform:scale(1.03)}.lbxcat-color i,.lbxcat-color em{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.lbxcat-color.is-disabled{opacity:.35;pointer-events:none}.lbxcat-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lbxcat-price-filter label{display:grid;gap:6px}.lbxcat-price-filter span{color:var(--lbxcat-muted);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.lbxcat-price-filter input{width:100%;min-height:42px;border:1px solid var(--lbxcat-line);border-radius:13px;background:#ffffffb8;color:var(--lbxcat-text);padding:0 12px;outline:0;font-size:13px;font-weight:800}.lbxcat-price-filter input:focus{border-color:var(--lbxcat-accent);box-shadow:0 0 0 4px rgb(var(--lbxcat-accent-rgb) / .14)}.lbxcat-filter-form__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px}.lbxcat-filter-form__actions .lbxcat-btn{min-height:42px}.lbxcat-main{min-width:0}.lbxcat-toolbar{position:sticky;top:76px;z-index:10;min-height:64px;margin-bottom:16px;padding:10px 12px;border:1px solid var(--lbxcat-line);border-radius:22px;background:#ffffffc7;box-shadow:var(--lbxcat-shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;gap:12px}.lbxcat-toolbar__left,.lbxcat-toolbar__right{display:flex;align-items:center;gap:12px}.lbxcat-toolbar__filter{display:none;min-height:42px;border:1px solid var(--lbxcat-line-strong);border-radius:999px;background:var(--lbxcat-card);color:var(--lbxcat-text);padding:0 14px;cursor:pointer;font-size:12px;font-weight:900}.lbxcat-toolbar__filter span{margin-left:6px;color:var(--lbxcat-accent)}.lbxcat-toolbar__count{display:flex;align-items:baseline;gap:5px;color:var(--lbxcat-muted);font-size:12px;font-weight:800}.lbxcat-toolbar__count strong{color:var(--lbxcat-text);font-size:18px;font-weight:950;letter-spacing:-.04em}.lbxcat-toolbar__sort label{display:flex;align-items:center;gap:8px}.lbxcat-toolbar__sort span{color:var(--lbxcat-muted);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.lbxcat-toolbar__sort select{min-height:42px;min-width:185px;border:1px solid var(--lbxcat-line-strong);border-radius:999px;background:var(--lbxcat-card);color:var(--lbxcat-text);padding:0 36px 0 14px;font-size:12px;font-weight:850;outline:0}.lbxcat-view{min-height:42px;padding:4px;border:1px solid var(--lbxcat-line-strong);border-radius:999px;background:var(--lbxcat-card);display:inline-flex;gap:3px}.lbxcat-view button{width:34px;height:32px;border:0;border-radius:999px;background:transparent;color:var(--lbxcat-muted);display:grid;gap:3px;cursor:pointer}.lbxcat-view button:first-child{grid-template-columns:repeat(2,5px);grid-template-rows:repeat(2,5px);place-content:center}.lbxcat-view button:last-child{grid-template-rows:repeat(3,4px);place-content:center}.lbxcat-view span{display:block;background:currentColor;border-radius:99px}.lbxcat-view button:last-child span{width:15px}.lbxcat-view button.is-active{background:#07090b;color:#fff}.lbxcat-active{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.lbxcat-active:empty{display:none}.lbxcat-active a{min-height:32px;border:1px solid var(--lbxcat-line);border-radius:999px;background:#ffffffb3;color:var(--lbxcat-muted);display:inline-flex;align-items:center;padding:0 11px;font-size:11px;font-weight:850}.lbxcat-active a:hover{color:var(--lbxcat-text);border-color:var(--lbxcat-line-strong)}.lbxcat-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.lbxcat-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--lbxcat-line);border-radius:24px;background:var(--lbxcat-card);box-shadow:var(--lbxcat-shadow-soft);display:flex;flex-direction:column;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.lbxcat-card:hover{transform:translateY(-3px);border-color:var(--lbxcat-line-strong);box-shadow:var(--lbxcat-shadow)}.lbxcat-card__media{position:relative;display:block;min-height:310px;aspect-ratio:1.12;overflow:hidden;background:linear-gradient(180deg,#fff,#f5f2ed)}.lbxcat-card__media:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.045));pointer-events:none;z-index:1}.lbxcat-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:52px 24px 34px;transition:opacity .24s ease,transform .42s cubic-bezier(.2,.75,.2,1);z-index:1}.lbxcat-card__image--secondary{opacity:0;transform:scale(1.025)}.lbxcat-card:hover .lbxcat-card__image--primary{opacity:0;transform:scale(1.015)}.lbxcat-card:hover .lbxcat-card__image--secondary{opacity:1;transform:scale(1)}.lbxcat-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--lbxcat-soft);font-size:32px;font-weight:950;letter-spacing:-.05em}.lbxcat-card__badges{position:absolute;top:14px;left:14px;right:14px;z-index:3;display:flex;flex-wrap:wrap;gap:7px}.lbxcat-badge{min-height:29px;padding:0 10px;border-radius:999px;background:#ffffffdb;color:var(--lbxcat-text);border:1px solid rgba(7,9,11,.09);display:inline-flex;align-items:center;font-size:9px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.lbxcat-badge--sale{background:var(--lbxcat-red);color:#fff;border-color:var(--lbxcat-red)}.lbxcat-badge--muted{background:#07090bc2;color:#fff}.lbxcat-card__body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.lbxcat-card__kicker{display:flex;flex-wrap:wrap;gap:6px;min-height:18px;color:var(--lbxcat-soft);font-size:9px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}.lbxcat-card__kicker span:not(:last-child):after{content:"\b7";margin-left:6px;color:var(--lbxcat-soft)}.lbxcat-card__title{color:var(--lbxcat-text);font-size:clamp(22px,1.55vw,29px);line-height:.95;letter-spacing:-.06em;font-weight:950}.lbxcat-card__title:hover{color:var(--lbxcat-accent)}.lbxcat-card__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.lbxcat-card__price{display:grid;gap:2px}.lbxcat-card__price-current{color:var(--lbxcat-text);font-size:22px;line-height:1;letter-spacing:-.05em;font-weight:950}.lbxcat-card__price-compare{color:var(--lbxcat-soft);font-size:13px;line-height:1;font-weight:800;text-decoration:line-through}.lbxcat-card__saving{color:var(--lbxcat-red);font-size:11px;line-height:1.15;font-weight:950;white-space:nowrap}.lbxcat-card__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px}.lbxcat-card__spec{min-width:0;min-height:62px;padding:10px 11px;border:1px solid var(--lbxcat-line);border-radius:14px;background:#07090b06;display:flex;flex-direction:column;justify-content:center;gap:5px}.lbxcat-card__spec--wide{grid-column:1 / -1}.lbxcat-card__spec span{color:var(--lbxcat-soft);font-size:9px;line-height:1;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.lbxcat-card__spec b{min-width:0;color:var(--lbxcat-text);font-size:12px;line-height:1.2;font-weight:850}.lbxcat-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.lbxcat-card__footer .lbxcat-btn{min-height:40px;padding-inline:16px}.lbxcat-card__availability{position:relative;padding-left:13px;color:var(--lbxcat-muted);font-size:12px;font-weight:850;white-space:nowrap}.lbxcat-card__availability:before{content:"";position:absolute;left:0;top:50%;width:7px;height:7px;border-radius:50%;background:var(--lbxcat-green);transform:translateY(-50%)}.lbxcat-card__availability.is-muted:before{background:var(--lbxcat-soft)}.lbxcat[data-lbx-view-mode=list] .lbxcat-products{grid-template-columns:1fr}.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);min-height:340px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media{min-height:340px;aspect-ratio:auto}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__body{padding:clamp(24px,3vw,36px);justify-content:center}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{font-size:clamp(34px,3.6vw,56px);max-width:680px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{grid-template-columns:repeat(3,minmax(0,1fr));max-width:760px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--wide{grid-column:span 2}.lbxcat.is-offer-mode .lbxcat-card:not(.is-sale){display:none!important}.lbxcat-empty,.lbxcat-offer-empty{padding:clamp(42px,5vw,70px);border:1px solid var(--lbxcat-line);border-radius:var(--lbxcat-radius-xl);background:var(--lbxcat-surface);text-align:center;box-shadow:var(--lbxcat-shadow-soft)}.lbxcat-empty h2,.lbxcat-offer-empty h2{margin:0;font-size:clamp(34px,4vw,60px);line-height:.9;letter-spacing:-.07em}.lbxcat-empty p,.lbxcat-offer-empty p{margin:16px auto 0;max-width:520px;color:var(--lbxcat-muted);font-size:16px;line-height:1.45;font-weight:650}.lbxcat-empty div,.lbxcat-offer-empty div{margin-top:24px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.lbxcat-pagination{margin-top:32px;display:flex;justify-content:center;align-items:center;gap:12px;color:var(--lbxcat-muted);font-size:13px;font-weight:850}.lbxcat-pagination a,.lbxcat-pagination span{min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--lbxcat-line);background:var(--lbxcat-surface);display:inline-flex;align-items:center}.lbxcat-pagination a:hover{background:var(--lbxcat-accent);color:#08090b;border-color:var(--lbxcat-accent)}body.lbxcat-filter-open{overflow:hidden}@media(max-width:1320px){.lbxcat-products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1120px){.lbxcat{padding-inline:16px}.lbxcat-hero{grid-template-columns:1fr;align-items:start}.lbxcat-hero__panel{max-width:680px}.lbxcat-shell{grid-template-columns:1fr}.lbxcat-toolbar__filter{display:inline-flex;align-items:center}.lbxcat-filters{position:fixed;z-index:60;inset:auto 12px 12px 12px;top:74px;max-height:calc(100vh - 86px);transform:translateY(24px);opacity:0;visibility:hidden;pointer-events:none;transition:transform .22s ease,opacity .22s ease,visibility .22s ease}.lbxcat.is-filter-open .lbxcat-filters,body.lbxcat-filter-open .lbxcat-filters{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.lbxcat-filters__close{display:inline-flex;align-items:center;justify-content:center}}@media(max-width:860px){.lbxcat{padding:34px 12px 76px}.lbxcat-hero h1{font-size:clamp(48px,15vw,68px);text-align:center;margin-inline:auto}.lbxcat-eyebrow,.lbxcat-hero__text{text-align:center;margin-left:auto;margin-right:auto}.lbxcat-hero__actions{justify-content:center}.lbxcat-hero__panel{grid-template-columns:1fr;border-radius:26px}.lbxcat-hero__metric{min-height:104px;text-align:center;align-items:center}.lbxcat-hero__metric strong{margin-top:16px;font-size:56px}.lbxcat-quick-wrap{top:0;margin-inline:-12px;padding-left:12px;padding-right:12px}.lbxcat-toolbar{align-items:stretch;flex-direction:column;border-radius:24px}.lbxcat-toolbar__left,.lbxcat-toolbar__right{width:100%;justify-content:space-between}.lbxcat-toolbar__sort{flex:1;min-width:0}.lbxcat-toolbar__sort label{width:100%}.lbxcat-toolbar__sort select{width:100%;min-width:0}.lbxcat-products{grid-template-columns:1fr;gap:14px}.lbxcat-card{border-radius:25px}.lbxcat-card__media{min-height:280px}.lbxcat-card__body{padding:17px}.lbxcat-card__title{font-size:30px}.lbxcat-card__specs{grid-template-columns:1fr 1fr}.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:flex;min-height:0}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media{min-height:280px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__body{padding:17px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{font-size:30px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{grid-template-columns:1fr 1fr}.lbxcat-card__footer{align-items:stretch;flex-direction:column}.lbxcat-card__footer .lbxcat-btn{width:100%}.lbxcat-card__availability{align-self:center}}@media(max-width:540px){.lbxcat-toolbar__right{flex-wrap:wrap}.lbxcat-view{width:112px}.lbxcat-toolbar__sort{flex:1 1 calc(100% - 124px)}.lbxcat-card__image{padding:54px 14px 34px}.lbxcat-card__specs,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs,.lbxcat-price-filter{grid-template-columns:1fr}}.lbxcat{padding-top:clamp(42px,5vw,76px);background:radial-gradient(circle at 84% 8%,rgb(var(--lbxcat-accent-rgb) / .14),transparent 25%),radial-gradient(circle at 14% 4%,rgba(255,255,255,.92),transparent 26%),linear-gradient(180deg,#fbf8f1,#f3eddf 62%,#efe6d6)}.lbxcat-hero{grid-template-columns:minmax(0,.98fr) minmax(340px,520px);align-items:center;gap:clamp(30px,4.4vw,78px);margin-bottom:34px}.lbxcat-hero__copy{max-width:820px}.lbxcat-hero h1{max-width:820px;font-size:clamp(58px,7.4vw,132px);line-height:.82;letter-spacing:-.087em}.lbxcat-hero__text{max-width:710px;margin-top:24px;font-size:clamp(17px,1.45vw,24px);line-height:1.34;letter-spacing:-.018em;font-weight:640}.lbxcat-hero__actions{margin-top:28px}.lbxcat-quiz-card{position:relative;min-height:520px;border:1px solid rgba(255,255,255,.34);border-radius:40px;padding:clamp(28px,3vw,48px);overflow:hidden;color:#fffaf2;background:linear-gradient(180deg,#0000002e,#0000007a),radial-gradient(circle at 76% 12%,rgb(var(--lbxcat-accent-rgb) / .42),transparent 34%),linear-gradient(135deg,#16181694,#715b3dc2),var(--lbxcat-accent);box-shadow:0 32px 96px #20180e38;display:flex;flex-direction:column;justify-content:flex-end;isolation:isolate}.lbxcat-quiz-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.14),transparent),radial-gradient(circle at 28% 82%,rgba(0,0,0,.28),transparent 36%);opacity:.72}.lbxcat-quiz-card__top{position:absolute;top:30px;left:34px;right:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}.lbxcat-quiz-card__top span{font-size:12px;line-height:1;font-weight:950;letter-spacing:.13em;text-transform:uppercase;color:#fffaf2d6}.lbxcat-quiz-card__top b{min-height:38px;padding:0 15px;border:1px solid rgba(255,255,255,.27);border-radius:999px;display:inline-flex;align-items:center;color:#fff;font-size:12px;font-weight:950}.lbxcat-quiz-card__progress{position:absolute;top:112px;left:34px;display:flex;gap:9px}.lbxcat-quiz-card__progress span{width:68px;height:6px;border-radius:999px;background:#ffffff3b}.lbxcat-quiz-card__progress span:first-child{background:var(--lbxcat-accent)}.lbxcat-quiz-card h2{margin:0;max-width:460px;font-size:clamp(46px,5vw,76px);line-height:.82;letter-spacing:-.075em;font-weight:950}.lbxcat-quiz-card p{max-width:470px;margin:22px 0 0;color:#fffaf2c7;font-size:clamp(15px,1.25vw,19px);line-height:1.28;font-weight:750}.lbxcat-quiz-card__steps{min-height:48px;margin-top:26px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.lbxcat-quiz-card__steps span{position:relative;display:grid;place-items:center;color:#fffaf2d6;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.lbxcat-quiz-card__steps span:not(:last-child):after{content:"";position:absolute;right:0;width:1px;height:42%;background:#ffffff2e}.lbxcat-quiz-card__button{width:100%;min-height:64px;margin-top:26px;border:0;border-radius:999px;background:#fffaf2;color:#08090b;font-size:16px;font-weight:950;cursor:pointer;box-shadow:0 18px 40px #0003;transition:transform .18s ease,box-shadow .18s ease}.lbxcat-quiz-card__button:hover{transform:translateY(-2px);box-shadow:0 24px 52px #00000040}.lbxcat-quiz-card small{display:block;margin-top:15px;color:#fffaf29e;text-align:center;font-size:12px;font-weight:800}.lbxcat-filters{scrollbar-width:none;-ms-overflow-style:none}.lbxcat-filters::-webkit-scrollbar{display:none}.lbxcat-filter-form{gap:6px}.lbxcat-filters__top h2{font-size:24px;letter-spacing:-.045em}.lbxcat-filter summary{min-height:44px;font-size:11px}.lbxcat-filter__content{padding-bottom:12px}.lbxcat-check{min-height:34px;padding:7px 8px}.lbxcat-check i{font-size:11px}.lbxcat-price-presets{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.lbxcat-price-presets button{min-height:32px;border:1px solid var(--lbxcat-line);border-radius:999px;background:#ffffffb3;color:var(--lbxcat-text);padding:0 10px;font-size:10px;line-height:1;font-weight:900;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.lbxcat-price-presets button:hover,.lbxcat-price-presets button.is-active{transform:translateY(-1px);border-color:var(--lbxcat-accent);background:var(--lbxcat-accent);color:#08090b}.lbxcat-price-filter input{font-size:14px;font-weight:900}.lbxcat-filter-form__actions{grid-template-columns:1fr}.lbxcat-filter-form__actions .lbxcat-btn--light{background:#ffffffd1}.lbxcat-card{border-radius:26px;background:linear-gradient(180deg,#fffffff2,#fffcf6f0)}.lbxcat-card__media{min-height:330px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.78),transparent 28%),linear-gradient(180deg,#f6f0e7,#eee6d9)}.lbxcat-card__media:after{height:38%;background:linear-gradient(180deg,transparent,rgba(127,102,63,.1))}.lbxcat-card__image{padding:44px 26px 32px;mix-blend-mode:multiply;filter:contrast(1.035) saturate(1.02)}html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:normal;filter:none}.lbxcat-card__body{padding:20px;gap:11px}.lbxcat-card__kicker{font-size:9px}.lbxcat-card__title{font-size:clamp(20px,1.36vw,25px);line-height:.98;letter-spacing:-.055em}.lbxcat-card__price-current{font-size:23px}.lbxcat-card.is-sale .lbxcat-card__price-current{color:var(--lbxcat-red)}.lbxcat-card.is-sale .lbxcat-card__price-compare{color:#c4212175}.lbxcat-card__saving{color:var(--lbxcat-red);font-size:11px}.lbxcat-card__spec{min-height:58px;border-radius:16px;background:#ffffff9e}.lbxcat-card__spec b{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:12px}.lbxcat-card__spec-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#2f6fe8;color:#fff;font-style:normal;font-size:10px;line-height:1;font-weight:950;white-space:nowrap}.lbxcat-card__footer .lbxcat-btn--dark,.lbxcat-card__footer .lbxcat-btn--dark:visited{background:#050607!important;border-color:#050607!important;color:#fffaf2!important;min-width:108px;text-indent:0!important;opacity:1!important}.lbxcat-toolbar{border-radius:28px}.lbxcat-products{gap:20px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{font-size:clamp(30px,3.1vw,48px)}@media(max-width:1120px){.lbxcat-hero{grid-template-columns:1fr}.lbxcat-quiz-card{min-height:460px;max-width:680px;width:100%}}@media(max-width:860px){.lbxcat{padding-top:38px}.lbxcat-hero h1{font-size:clamp(46px,14vw,74px)}.lbxcat-hero__text{font-size:16px}.lbxcat-quiz-card{min-height:438px;border-radius:32px;padding:28px;margin-inline:auto}.lbxcat-quiz-card__top{top:24px;left:26px;right:26px}.lbxcat-quiz-card__progress{top:92px;left:26px}.lbxcat-quiz-card__progress span{width:52px}.lbxcat-quiz-card h2{font-size:clamp(42px,12vw,62px)}.lbxcat-quiz-card__button{min-height:58px}.lbxcat-card__media{min-height:300px}.lbxcat-card__title{font-size:27px}.lbxcat-card__image{padding:42px 18px 30px}}html[data-lbx-color-scheme=dark] .lbxcat,body[data-lbx-color-scheme=dark] .lbxcat,html[data-labosch-theme=dark] .lbxcat,body[data-labosch-theme=dark] .lbxcat,body.labosch-dark .lbxcat,.lbxcat.is-dark{--lbxcat-bg: #050607;--lbxcat-bg-2: #08090b;--lbxcat-surface: rgba(255,255,255,.075);--lbxcat-surface-solid: #111318;--lbxcat-card: #101216;--lbxcat-card-2: #15181d;--lbxcat-text: #fffaf2;--lbxcat-muted: rgba(255,250,242,.66);--lbxcat-soft: rgba(255,250,242,.43);--lbxcat-line: rgba(255,255,255,.14);--lbxcat-line-strong: rgba(255,255,255,.24);--lbxcat-red: #d62525;--lbxcat-red-bg: rgba(214,37,37,.14);background:radial-gradient(circle at 76% 4%,rgb(var(--lbxcat-accent-rgb) / .2),transparent 30%),radial-gradient(circle at 8% 12%,rgba(255,255,255,.06),transparent 28%),linear-gradient(180deg,#050607,#08090b 62%,#050607)!important}.lbxcat-quick-wrap,.lbxcat-toolbar{position:relative!important;top:auto!important}.lbxcat-quick-wrap{background:transparent!important;margin-bottom:20px}.lbxcat-shell{grid-template-columns:minmax(285px,330px) minmax(0,1fr);gap:clamp(22px,2.5vw,38px)}.lbxcat-filters{max-height:none!important;overflow:visible!important;border-radius:30px;background:linear-gradient(180deg,#ffffffe6,#fffdf8c7)}html[data-lbx-color-scheme=dark] .lbxcat-filters,body[data-lbx-color-scheme=dark] .lbxcat-filters,html[data-labosch-theme=dark] .lbxcat-filters,body[data-labosch-theme=dark] .lbxcat-filters,body.labosch-dark .lbxcat-filters,.lbxcat.is-dark .lbxcat-filters{background:linear-gradient(180deg,#ffffff14,#ffffff0b)}.lbxcat-filters__top h2{font-size:26px;line-height:.95}.lbxcat-filter summary{min-height:50px;font-size:12px}.lbxcat-filter__content{overflow:visible}.lbxcat-filter-form__actions{padding:18px 0 0}.lbxcat-filter-form__actions .lbxcat-btn{min-height:50px;border-radius:999px;font-size:13px}.lbxcat-toolbar{margin-bottom:22px;padding:12px;border-radius:30px;background:linear-gradient(135deg,#ffffffeb,#ffffffb8);box-shadow:0 20px 50px #20180e14}html[data-lbx-color-scheme=dark] .lbxcat-toolbar,body[data-lbx-color-scheme=dark] .lbxcat-toolbar,html[data-labosch-theme=dark] .lbxcat-toolbar,body[data-labosch-theme=dark] .lbxcat-toolbar,body.labosch-dark .lbxcat-toolbar,.lbxcat.is-dark .lbxcat-toolbar{background:linear-gradient(135deg,#ffffff17,#ffffff0d);box-shadow:0 22px 56px #00000040}.lbxcat-toolbar__left{flex:1 1 auto;min-width:0}.lbxcat-toolbar__search{flex:1 1 min(520px,50vw);min-width:220px;max-width:620px;min-height:46px;padding:0 8px 0 14px;border:1px solid var(--lbxcat-line);border-radius:999px;background:#ffffffad;display:flex;align-items:center;gap:9px}html[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,html[data-labosch-theme=dark] .lbxcat-toolbar__search,body[data-labosch-theme=dark] .lbxcat-toolbar__search,body.labosch-dark .lbxcat-toolbar__search,.lbxcat.is-dark .lbxcat-toolbar__search{background:#ffffff14}.lbxcat-toolbar__search svg{width:17px;height:17px;fill:var(--lbxcat-muted);flex:0 0 auto}.lbxcat-toolbar__search input{width:100%;min-width:0;border:0;background:transparent;color:var(--lbxcat-text);outline:0;font-size:13px;font-weight:760}.lbxcat-toolbar__search input::placeholder{color:var(--lbxcat-soft)}.lbxcat-toolbar__search button{width:30px;height:30px;border:0;border-radius:50%;background:#07090b12;color:var(--lbxcat-muted);display:grid;place-items:center;cursor:pointer;font-size:18px;line-height:1}html[data-lbx-color-scheme=dark] .lbxcat-toolbar__search button,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__search button,html[data-labosch-theme=dark] .lbxcat-toolbar__search button,body[data-labosch-theme=dark] .lbxcat-toolbar__search button,body.labosch-dark .lbxcat-toolbar__search button,.lbxcat.is-dark .lbxcat-toolbar__search button{background:#ffffff17}.lbxcat-toolbar__count{padding-left:4px;white-space:nowrap}.lbxcat-toolbar__sort select,.lbxcat-view,.lbxcat-toolbar__filter{background:#ffffffb8}html[data-lbx-color-scheme=dark] .lbxcat-toolbar__sort select,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__sort select,html[data-labosch-theme=dark] .lbxcat-toolbar__sort select,body[data-labosch-theme=dark] .lbxcat-toolbar__sort select,body.labosch-dark .lbxcat-toolbar__sort select,html[data-lbx-color-scheme=dark] .lbxcat-view,body[data-lbx-color-scheme=dark] .lbxcat-view,html[data-labosch-theme=dark] .lbxcat-view,body[data-labosch-theme=dark] .lbxcat-view,body.labosch-dark .lbxcat-view,.lbxcat.is-dark .lbxcat-toolbar__sort select,.lbxcat.is-dark .lbxcat-view{background:#ffffff14}.lbxcat-live-empty{padding:44px 28px;border:1px solid var(--lbxcat-line);border-radius:30px;background:var(--lbxcat-surface);text-align:center;box-shadow:var(--lbxcat-shadow-soft)}.lbxcat-live-empty h2{margin:0;font-size:clamp(28px,3.2vw,48px);line-height:.92;letter-spacing:-.06em}.lbxcat-live-empty p{margin:12px auto 0;max-width:520px;color:var(--lbxcat-muted);font-size:15px;line-height:1.45;font-weight:680}.lbxcat-card.is-search-hidden{display:none!important}.lbxcat-products{gap:24px}.lbxcat-card{border-radius:30px;background:linear-gradient(180deg,#fffffffa,#fffdf8f0);box-shadow:0 22px 60px #1d170f14}html[data-lbx-color-scheme=dark] .lbxcat-card,body[data-lbx-color-scheme=dark] .lbxcat-card,html[data-labosch-theme=dark] .lbxcat-card,body[data-labosch-theme=dark] .lbxcat-card,body.labosch-dark .lbxcat-card,.lbxcat.is-dark .lbxcat-card{background:linear-gradient(180deg,#ffffff13,#ffffff0b)}.lbxcat-card__media{min-height:350px;background:radial-gradient(circle at 52% 42%,rgba(255,255,255,.62),transparent 30%),linear-gradient(180deg,#f2eadc,#e8decd)!important}.lbxcat-card__media:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:24px;background:radial-gradient(circle at 50% 55%,rgba(255,255,255,.55),transparent 38%);opacity:.72;pointer-events:none}.lbxcat-card__image{padding:42px 24px 36px;mix-blend-mode:multiply!important;filter:contrast(1.04) saturate(1.02)!important}html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat-card__image,body.labosch-dark .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;filter:contrast(1.05) saturate(1.02) brightness(.98)!important}.lbxcat-card__body{padding:22px;gap:10px}.lbxcat-card__kicker{min-height:0;font-size:9.5px;letter-spacing:.11em}.lbxcat-card__brandline{display:flex;align-items:center;gap:8px;margin-top:2px}.lbxcat-card__brandline span{color:var(--lbxcat-accent);font-size:12px;line-height:1;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.lbxcat-card__title{margin-top:0;font-size:clamp(22px,1.42vw,30px);line-height:.96;letter-spacing:-.055em}.lbxcat-card__price-current{font-size:24px}.lbxcat-card.is-sale .lbxcat-card__price-current,.lbxcat-card.is-sale .lbxcat-card__saving{color:var(--lbxcat-red)!important}.lbxcat-card.is-sale .lbxcat-card__price-compare{color:#c4212185!important}.lbxcat-card__spec{min-height:64px;padding:11px 12px;border-radius:18px;background:#fff9}html[data-lbx-color-scheme=dark] .lbxcat-card__spec,body[data-lbx-color-scheme=dark] .lbxcat-card__spec,html[data-labosch-theme=dark] .lbxcat-card__spec,body[data-labosch-theme=dark] .lbxcat-card__spec,body.labosch-dark .lbxcat-card__spec,.lbxcat.is-dark .lbxcat-card__spec{background:#fff1}.lbxcat-card__spec--motor b{display:flex;flex-wrap:wrap;align-items:center;gap:7px}.lbxcat-motor-brand,.lbxcat-motor-model,.lbxcat-motor-gen,.lbxcat-motor-power{font-style:normal;min-width:0}.lbxcat-motor-brand{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:var(--lbxcat-accent);color:#090909;font-size:10px;line-height:1;font-weight:950;letter-spacing:.035em;text-transform:uppercase}.lbxcat-motor-model{color:var(--lbxcat-text);font-size:12px;line-height:1.15;font-weight:880}.lbxcat-motor-gen{color:var(--lbxcat-muted);font-size:11px;line-height:1;font-weight:850}.lbxcat-motor-power{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#07090b;color:#fffaf2;font-size:10px;line-height:1;font-weight:950;white-space:nowrap}html[data-lbx-color-scheme=dark] .lbxcat-motor-power,body[data-lbx-color-scheme=dark] .lbxcat-motor-power,html[data-labosch-theme=dark] .lbxcat-motor-power,body[data-labosch-theme=dark] .lbxcat-motor-power,body.labosch-dark .lbxcat-motor-power,.lbxcat.is-dark .lbxcat-motor-power{background:#fffaf2eb;color:#07090b}.lbxcat[data-lbx-view-mode=list] .lbxcat-card{grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);min-height:360px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media{min-height:360px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__body{padding:clamp(28px,3vw,42px)}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__brandline span{font-size:13px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{font-size:clamp(34px,3.2vw,52px);line-height:.94}.lbxcat-quiz-card{min-height:500px;border-radius:42px;padding:clamp(30px,3.2vw,50px);background:linear-gradient(180deg,#0000000f,#00000070),radial-gradient(circle at 74% 14%,rgb(var(--lbxcat-accent-rgb) / .44),transparent 36%),radial-gradient(circle at 22% 84%,rgba(0,0,0,.34),transparent 34%),linear-gradient(135deg,#7b623fe0,#292520eb);box-shadow:0 34px 90px #3928163d;justify-content:space-between}.lbxcat-quiz-card:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px solid rgba(255,255,255,.12);border-radius:30px;pointer-events:none}.lbxcat-quiz-card__top,.lbxcat-quiz-card__progress{position:static}.lbxcat-quiz-card__top{margin-bottom:34px}.lbxcat-quiz-card__progress{margin-bottom:auto;padding-top:8px}.lbxcat-quiz-card h2{max-width:500px;margin-top:auto;font-size:clamp(48px,4.4vw,74px);line-height:.86;letter-spacing:-.078em}.lbxcat-quiz-card p{max-width:470px;margin-top:18px;font-size:clamp(15px,1.1vw,18px);line-height:1.28}.lbxcat-quiz-card__steps{margin-top:24px;background:#ffffff14}.lbxcat-quiz-card__button{min-height:62px;margin-top:24px;font-size:15px}@media(max-width:1120px){.lbxcat-filters{max-height:calc(100vh - 86px)!important;overflow:auto!important}.lbxcat-toolbar__left{width:100%}.lbxcat-toolbar__search{flex:1 1 auto;max-width:none}}@media(max-width:860px){.lbxcat-toolbar__left,.lbxcat-toolbar__right{flex-wrap:wrap}.lbxcat-toolbar__search{order:3;flex-basis:100%;width:100%}.lbxcat-card__media{min-height:300px}.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:flex}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{font-size:30px}.lbxcat-quiz-card{min-height:430px}.lbxcat-quiz-card__top{margin-bottom:22px}.lbxcat-quiz-card h2{font-size:clamp(42px,12vw,62px)}}.lbxcat{position:relative;overflow:clip;background:radial-gradient(circle at 85% 7%,rgb(var(--lbxcat-accent-rgb) / .22),transparent 27%),radial-gradient(circle at 18% 8%,rgba(255,255,255,.92),transparent 28%),linear-gradient(180deg,#fcf8f0,#f4edde 54%,#eee4d3)!important}.lbxcat:before,.lbxcat:after{content:"";position:absolute;pointer-events:none;z-index:-1}.lbxcat:before{width:44vw;height:44vw;min-width:520px;min-height:520px;right:-12vw;top:-10vw;border-radius:50%;background:radial-gradient(circle,rgb(var(--lbxcat-accent-rgb) / .18),transparent 62%);filter:blur(4px);animation:lbxcat-orb 18s ease-in-out infinite alternate}.lbxcat:after{top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 0 32%,rgba(255,255,255,.22) 43%,transparent 55%),linear-gradient(rgba(7,9,11,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(7,9,11,.035) 1px,transparent 1px);background-size:100% 100%,92px 92px,92px 92px;opacity:.55;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 44%,transparent 88%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.7) 44%,transparent 88%)}@keyframes lbxcat-orb{0%{transform:translateZ(0) scale(1);opacity:.72}to{transform:translate3d(-5vw,5vw,0) scale(1.12);opacity:.92}}@media(prefers-reduced-motion:reduce){.lbxcat:before{animation:none!important}}html[data-lbx-color-scheme=dark] .lbxcat[data-lbx-theme=dark],body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-theme=dark],.lbxcat.is-dark{background:radial-gradient(circle at 82% 5%,rgb(var(--lbxcat-accent-rgb) / .18),transparent 30%),radial-gradient(circle at 12% 10%,rgba(255,255,255,.05),transparent 32%),linear-gradient(180deg,#050607,#08090b 56%,#050607)!important}html[data-lbx-color-scheme=dark] .lbxcat:after,body[data-lbx-color-scheme=dark] .lbxcat:after,.lbxcat.is-dark:after{background:linear-gradient(115deg,transparent 0 32%,rgba(255,255,255,.035) 43%,transparent 55%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px)}.lbxcat-hero{align-items:center!important;margin-bottom:clamp(30px,4vw,58px)!important}.lbxcat-hero__copy,.lbxcat-hero__copy *{text-wrap:balance}.lbxcat-hero h1{letter-spacing:-.095em!important;text-align:left}.lbxcat-hero__text{color:var(--lbxcat-muted)!important}.lbxcat-btn--dark,.lbxcat-card__footer .lbxcat-btn--dark{background:#06080b!important;border-color:#06080b!important;color:#fffaf2!important;text-shadow:none!important}.lbxcat-btn--light,.lbxcat-filter-form__actions .lbxcat-btn--light{background:#ffffffd1!important;border-color:var(--lbxcat-line-strong)!important;color:var(--lbxcat-text)!important}html[data-lbx-color-scheme=dark] .lbxcat-btn--light,body[data-lbx-color-scheme=dark] .lbxcat-btn--light,.lbxcat.is-dark .lbxcat-btn--light,html[data-lbx-color-scheme=dark] .lbxcat-filter-form__actions .lbxcat-btn--light,body[data-lbx-color-scheme=dark] .lbxcat-filter-form__actions .lbxcat-btn--light,.lbxcat.is-dark .lbxcat-filter-form__actions .lbxcat-btn--light{background:#ffffff1c!important;border-color:#ffffff3d!important;color:#fffaf2!important}.lbxcat-quiz-card{min-height:470px!important;max-width:520px;margin-left:auto;padding:34px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:38px!important;background:linear-gradient(180deg,#08090b0f,#08090b7a),radial-gradient(circle at 82% 8%,rgb(var(--lbxcat-accent-rgb) / .42),transparent 36%),radial-gradient(circle at 16% 92%,rgba(0,0,0,.3),transparent 38%),linear-gradient(135deg,#8a6a42,#30261b 72%)!important;box-shadow:0 30px 84px #2a1f123d!important}.lbxcat-quiz-card:before{top:18px!important;right:18px!important;bottom:18px!important;left:18px!important;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(135deg,#ffffff1c,#ffffff05)!important;opacity:1!important}.lbxcat-quiz-card__progress{top:120px!important}.lbxcat-quiz-card__progress span{width:62px!important;height:5px!important}.lbxcat-quiz-card h2{max-width:420px!important;font-size:clamp(46px,4.7vw,68px)!important;line-height:.83!important;letter-spacing:-.082em!important;text-shadow:0 14px 34px rgba(0,0,0,.22)}.lbxcat-quiz-card p{max-width:420px!important;font-size:clamp(14px,1.05vw,17px)!important;line-height:1.34!important}.lbxcat-quiz-card__steps{margin-top:22px!important;min-height:46px!important;background:#ffffff17!important}.lbxcat-quiz-card__button{min-height:58px!important;color:#08090b!important;background:#fffaf2!important}.lbxcat-quiz-card small{color:#fffaf2b3!important}.lbxcat-quick-wrap{position:relative!important;top:auto!important;z-index:3!important;padding:0!important;margin-bottom:24px!important;background:transparent!important;display:grid;gap:10px;justify-items:center}.lbxcat-quick-title{margin:0;color:var(--lbxcat-soft);font-size:10px;line-height:1;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.lbxcat-quick{justify-content:center;max-width:100%;padding-bottom:4px!important}.lbxcat-chip{background:#ffffffbd!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}html[data-lbx-color-scheme=dark] .lbxcat-chip,body[data-lbx-color-scheme=dark] .lbxcat-chip,.lbxcat.is-dark .lbxcat-chip{background:#ffffff14!important}.lbxcat-chip.is-active{background:var(--lbxcat-accent)!important;color:#08090b!important}.lbxcat-shell{grid-template-columns:minmax(280px,330px) minmax(0,1fr)!important;gap:clamp(22px,2.8vw,42px)!important}.lbxcat-filters{top:92px!important;max-height:none!important;overflow:visible!important;padding:22px!important;background:#ffffffc7!important;border-radius:28px!important;border-color:#07090b21!important}html[data-lbx-color-scheme=dark] .lbxcat-filters,body[data-lbx-color-scheme=dark] .lbxcat-filters,.lbxcat.is-dark .lbxcat-filters{background:#111316d6!important;border-color:#ffffff26!important}.lbxcat-filters__top{align-items:center!important;text-align:center;justify-content:center!important}.lbxcat-filters__top>div{width:100%}.lbxcat-filters__top h2{font-size:27px!important;text-align:center!important}.lbxcat-filter summary{min-height:50px!important;font-size:12px!important}.lbxcat-filter__content{padding-bottom:16px!important}.lbxcat-check:not(.is-active)[style],.lbxcat-check.is-disabled{display:none!important}.lbxcat-check{min-height:38px!important;border-radius:14px!important}.lbxcat-check.is-active,.lbxcat-check:has(input:checked){background:rgb(var(--lbxcat-accent-rgb) / .12)!important;color:var(--lbxcat-text)!important}.lbxcat-check.is-active>span,.lbxcat-check:has(input:checked)>span{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;box-shadow:inset 0 0 0 4px #ffffff85}.lbxcat-offer-filter{min-height:72px!important;border-radius:22px!important;border-color:#dc262657!important;background:linear-gradient(135deg,#dc26261f,#dc26260b)!important;color:#dc2626!important}.lbxcat-offer-filter small{color:#dc2626bd!important}.lbxcat-offer-filter.is-active{background:#dc2626!important;color:#fff!important}.lbxcat-offer-filter.is-active small{color:#ffffffc2!important}.lbxcat-filter-form__actions{margin-top:18px!important}.lbxcat-filter-form__actions .lbxcat-btn{width:100%;min-height:52px}.lbxcat-toolbar{position:relative!important;top:auto!important;z-index:4!important;border-radius:999px!important;padding:10px 12px!important;background:#ffffffd1!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}html[data-lbx-color-scheme=dark] .lbxcat-toolbar,body[data-lbx-color-scheme=dark] .lbxcat-toolbar,.lbxcat.is-dark .lbxcat-toolbar{background:#121417db!important}.lbxcat-toolbar__left{flex:1 1 auto}.lbxcat-toolbar__search{flex:1 1 min(440px,46vw);max-width:520px;min-height:44px!important;background:#ffffffc7!important}html[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,.lbxcat.is-dark .lbxcat-toolbar__search{background:#ffffff14!important}.lbxcat-toolbar__search input{color:var(--lbxcat-text)!important}.lbxcat-toolbar__search input::placeholder{color:var(--lbxcat-soft)!important}.lbxcat-view button.is-active{background:#06080b!important;color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat-view button:not(.is-active),body[data-lbx-color-scheme=dark] .lbxcat-view button:not(.is-active),.lbxcat.is-dark .lbxcat-view button:not(.is-active){color:#fffaf294!important}.lbxcat-products{gap:clamp(18px,2.1vw,30px)!important}.lbxcat-card{overflow:hidden;border-radius:30px!important;border-color:#07090b1f!important;background:#fffdf8e6!important;box-shadow:0 22px 58px #20180e1a!important}.lbxcat-card:hover{transform:translateY(-4px);box-shadow:0 30px 78px #20180e29!important}html[data-lbx-color-scheme=dark] .lbxcat-card,body[data-lbx-color-scheme=dark] .lbxcat-card,.lbxcat.is-dark .lbxcat-card{background:#111317f0!important;border-color:#ffffff24!important;box-shadow:0 22px 58px #00000059!important}.lbxcat-card__media{background:radial-gradient(circle at 52% 42%,rgba(255,255,255,.92),transparent 30%),linear-gradient(180deg,#fbf8f1,#efe6d8)!important;border-bottom:1px solid var(--lbxcat-line)}.lbxcat-card__image{mix-blend-mode:multiply;filter:contrast(1.04) saturate(1.02) drop-shadow(0 18px 18px rgba(32,24,14,.11))!important}html[data-lbx-color-scheme=dark] .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:radial-gradient(circle at 52% 42%,rgba(255,255,255,.96),transparent 30%),linear-gradient(180deg,#fbf8f1,#eee3d3)!important}html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;filter:contrast(1.04) saturate(1.02) drop-shadow(0 18px 18px rgba(32,24,14,.13))!important}.lbxcat-card__body{align-items:center;text-align:center;padding:24px!important}.lbxcat-card__kicker{justify-content:center;min-height:auto!important;font-size:10px!important;color:var(--lbxcat-soft)!important}.lbxcat-card__brandline{width:100%;display:flex;justify-content:center;margin-top:-2px}.lbxcat-card__brandline span{display:inline-flex;min-height:28px;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:rgb(var(--lbxcat-accent-rgb) / .12);color:var(--lbxcat-accent);font-size:11px;line-height:1;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.lbxcat-card__title{max-width:100%;text-align:center;font-size:clamp(25px,1.8vw,34px)!important;line-height:.92!important}.lbxcat-card__price-row{width:100%;justify-content:center!important;align-items:center!important;flex-wrap:wrap;gap:10px 18px!important}.lbxcat-card__price{justify-items:center}.lbxcat-card.is-sale .lbxcat-card__price-current,.lbxcat-card.is-sale .lbxcat-card__saving{color:#d11f1f!important}.lbxcat-card__specs{width:100%;justify-content:center}.lbxcat-card__spec{min-height:64px!important;background:#ffffffad!important;border-radius:18px!important;align-items:center;text-align:center}html[data-lbx-color-scheme=dark] .lbxcat-card__spec,body[data-lbx-color-scheme=dark] .lbxcat-card__spec,.lbxcat.is-dark .lbxcat-card__spec{background:#ffffff12!important;color:#fffaf2!important}.lbxcat-card__spec b{justify-content:center;text-align:center;row-gap:8px}.lbxcat-card__spec--motor b{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto auto;gap:8px;align-items:center;width:100%}.lbxcat-motor-brand{min-height:28px;padding:0 10px;border-radius:999px;background:var(--lbxcat-accent);color:#08090b;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.lbxcat-motor-model{min-width:0;color:var(--lbxcat-text);font-size:13px;font-style:normal;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lbxcat-motor-gen{color:var(--lbxcat-muted);font-style:normal;font-size:11px;font-weight:850;white-space:nowrap}.lbxcat-motor-power{min-height:28px;padding:0 10px;border-radius:999px;background:#06080b;color:#fffaf2;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;line-height:1;font-weight:950;white-space:nowrap}html[data-lbx-color-scheme=dark] .lbxcat-motor-model,body[data-lbx-color-scheme=dark] .lbxcat-motor-model,.lbxcat.is-dark .lbxcat-motor-model{color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat-motor-power,body[data-lbx-color-scheme=dark] .lbxcat-motor-power,.lbxcat.is-dark .lbxcat-motor-power{background:#fffaf2!important;color:#06080b!important}.lbxcat-card__footer{width:100%;justify-content:center!important;flex-wrap:wrap}.lbxcat-card__availability{margin-left:auto}.lbxcat[data-lbx-view-mode=list] .lbxcat-card{grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr)!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__body{align-items:center!important;text-align:center!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{max-width:740px;font-size:clamp(38px,3.4vw,62px)!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{grid-template-columns:auto minmax(0,1fr) auto auto}.lbxcat.is-loading .lbxcat-main,.lbxcat.is-loading .lbxcat-filters,.lbxcat.is-loading .lbxcat-quick-wrap{opacity:.58;pointer-events:none;transition:opacity .18s ease}.lbxcat.is-offer-mode .lbxcat-offer-filter{animation:lbxcat-offer-pulse 1.8s ease-in-out infinite}@keyframes lbxcat-offer-pulse{0%,to{box-shadow:0 14px 34px #dc26261a}50%{box-shadow:0 18px 44px #dc262633}}@media(min-width:1121px){.lbxcat-filters{position:sticky!important;overflow:visible!important}}@media(max-width:1120px){.lbxcat-shell{grid-template-columns:1fr!important}.lbxcat-filters{overflow:auto!important;max-height:calc(100vh - 86px)!important;padding:18px!important}.lbxcat-toolbar{border-radius:28px!important}.lbxcat-toolbar__search{max-width:none;flex-basis:100%;order:3}}@media(max-width:860px){.lbxcat{padding-inline:14px!important}.lbxcat-hero,.lbxcat-hero__copy{justify-items:center;text-align:center}.lbxcat-hero h1,.lbxcat-hero__text{text-align:center!important}.lbxcat-quiz-card{width:100%;min-height:420px!important;padding:28px!important;border-radius:32px!important}.lbxcat-quiz-card h2{font-size:clamp(42px,13vw,58px)!important;text-align:left}.lbxcat-quiz-card p{text-align:left}.lbxcat-card__spec--motor b,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{grid-template-columns:1fr;justify-items:center}.lbxcat-motor-model{white-space:normal;text-align:center}.lbxcat-card__availability{margin-left:0}.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:flex!important}}@media(max-width:540px){.lbxcat-toolbar__left,.lbxcat-toolbar__right{justify-content:center!important}.lbxcat-toolbar__count{order:2}.lbxcat-toolbar__filter{order:1}.lbxcat-view{order:2}.lbxcat-toolbar__sort{order:1;flex-basis:100%!important}.lbxcat-quiz-card__progress span{width:45px!important}.lbxcat-quiz-card__steps span{font-size:10px}.lbxcat-card__title{font-size:30px!important}}.lbxcat-quick-wrap{justify-items:start!important;align-items:start!important;width:min(var(--lbxcat-max),100%)!important}.lbxcat-quick-title{text-align:left!important;padding-left:2px}.lbxcat-quick{width:100%!important;justify-content:flex-start!important}.lbxcat-chip{color:var(--lbxcat-text)!important;border-color:var(--lbxcat-line-strong)!important}.lbxcat-chip:not(.is-active) span{color:var(--lbxcat-muted)!important}.lbxcat.is-dark .lbxcat-chip:not(.is-active),html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip:not(.is-active),body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip:not(.is-active){color:#fffaf2!important;background:#ffffff1a!important;border-color:#ffffff3d!important}.lbxcat.is-dark .lbxcat-chip:not(.is-active) span,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip:not(.is-active) span,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip:not(.is-active) span{color:#fffaf2b3!important}.lbxcat-btn--dark,.lbxcat-card__footer .lbxcat-btn--dark,.lbxcat-card__footer .lbxcat-btn--dark:visited{background:#050607!important;border-color:#050607!important;color:#fffaf2!important;text-shadow:none!important;box-shadow:0 16px 28px #00000029!important}.lbxcat.is-dark .lbxcat-btn--dark,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-btn--dark,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-btn--dark,.lbxcat.is-dark .lbxcat-card__footer .lbxcat-btn--dark,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__footer .lbxcat-btn--dark,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__footer .lbxcat-btn--dark{background:#fffaf2!important;border-color:#fffaf2!important;color:#050607!important;box-shadow:0 16px 34px #00000052!important}.lbxcat.is-dark .lbxcat-hero__actions .lbxcat-btn--dark,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;color:#08090b!important}.lbxcat-card{height:100%;display:flex!important;flex-direction:column!important;border-radius:30px!important}.lbxcat-products{align-items:stretch!important}.lbxcat-card__media{background:#fffdf8!important;border-bottom:1px solid rgba(7,9,11,.08)!important}.lbxcat-card__media:before,.lbxcat-card__media:after{opacity:.42!important;pointer-events:none}.lbxcat-card__media:after{background:linear-gradient(180deg,transparent,rgba(176,141,87,.08))!important}.lbxcat-card__image,html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat-card__image,body.labosch-dark .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:normal!important;filter:contrast(1.035) saturate(1.02) drop-shadow(0 20px 18px rgba(29,23,15,.14))!important;object-fit:contain!important}.lbxcat.is-dark .lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media{background:#fffdf8!important;border-bottom-color:#ffffff1a!important}.lbxcat-badge{background:#fffffff5!important;color:#111317!important;border-color:#07090b1f!important;box-shadow:0 12px 26px #16120d14!important}.lbxcat-badge--sale{background:#d11f1f!important;border-color:#d11f1f!important;color:#fff!important}.lbxcat-card__body{display:grid!important;grid-template-rows:auto 30px minmax(60px,auto) minmax(44px,auto) auto minmax(44px,auto)!important;align-items:start!important;text-align:center!important}.lbxcat-card__kicker{min-height:18px!important;align-items:center!important}.lbxcat-card__brandline{min-height:30px!important;align-items:center!important}.lbxcat-card__title{min-height:60px!important;display:flex!important;align-items:center!important;justify-content:center!important}.lbxcat-card__price-row{min-height:44px!important;align-content:center!important}.lbxcat-card__specs{align-self:stretch!important}.lbxcat-card__footer{align-self:end!important;margin-top:0!important}.lbxcat-card__availability{margin-left:auto!important}.lbxcat-card__spec--motor{align-items:stretch!important;text-align:left!important}.lbxcat-card__spec--motor>span{text-align:center!important}.lbxcat-card__spec--motor b,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-areas:"brand model power" "brand gen power"!important;gap:3px 9px!important;align-items:center!important;width:100%!important}.lbxcat-motor-brand{grid-area:brand;min-height:30px!important;padding-inline:11px!important;background:var(--lbxcat-accent)!important;color:#08090b!important;box-shadow:inset 0 0 0 1px #ffffff38}.lbxcat-motor-model{grid-area:model;font-size:12px!important;line-height:1.12!important;text-align:left!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.lbxcat-motor-gen{grid-area:gen;font-size:10px!important;line-height:1!important;text-align:left!important;color:var(--lbxcat-muted)!important}.lbxcat-motor-power{grid-area:power;min-height:30px!important;background:#08090b!important;color:#fffaf2!important;border:1px solid #08090b!important}.lbxcat.is-dark .lbxcat-motor-power,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-power,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-power{background:#fffaf2!important;color:#08090b!important;border-color:#fffaf2!important}.lbxcat-filter--priority[open]>summary:after{content:"\2013"!important}.lbxcat-filter--priority>summary{cursor:default!important}.lbxcat-filter--priority>summary span{color:var(--lbxcat-text)!important}.lbxcat-filters{overflow:visible!important;max-height:none!important}.lbxcat.is-dark .lbxcat-filters,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters{background:radial-gradient(circle at 100% 0%,rgb(var(--lbxcat-accent-rgb) / .1),transparent 34%),linear-gradient(180deg,#14161af5,#0c0e11f0)!important;border-color:#ffffff29!important;box-shadow:0 24px 72px #0000005c!important}.lbxcat.is-dark .lbxcat-filter,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter{border-color:#ffffff1f!important}.lbxcat.is-dark .lbxcat-filter summary,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter summary,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter summary{color:#fffaf2!important}.lbxcat.is-dark .lbxcat-check,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check{color:#fffaf2c7!important}.lbxcat.is-dark .lbxcat-check:hover,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check:hover,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check:hover{background:#ffffff12!important;color:#fffaf2!important}.lbxcat.is-dark .lbxcat-check>span,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check>span,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check>span{background:#ffffff1f!important;border-color:#ffffff47!important}.lbxcat.is-dark .lbxcat-price-presets button,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-presets button,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-presets button{background:#ffffff1f!important;border-color:#fff3!important;color:#fffaf2!important}.lbxcat.is-dark .lbxcat-price-presets button:hover,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-presets button:hover,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-presets button:hover{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;color:#08090b!important}.lbxcat.is-dark .lbxcat-price-filter input,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-filter input,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-filter input{background:#ffffff1f!important;border-color:#ffffff38!important;color:#fffaf2!important}.lbxcat.is-dark .lbxcat-price-filter input::placeholder,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-filter input::placeholder,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-price-filter input::placeholder{color:#fffaf28f!important}.lbxcat.is-dark .lbxcat-filter-form__actions .lbxcat-btn--light,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter-form__actions .lbxcat-btn--light,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter-form__actions .lbxcat-btn--light{background:#fffaf2!important;border-color:#fffaf2!important;color:#06080b!important}.lbxcat.is-dark .lbxcat-offer-filter,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter{background:linear-gradient(135deg,#dc262633,#dc262614)!important;border-color:#ff484861!important;color:#f55!important}.lbxcat.is-dark .lbxcat-offer-filter small,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter small,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter small{color:#ff7070d1!important}@media(min-width:861px){.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:grid!important;grid-template-columns:minmax(360px,.76fr) minmax(0,1.24fr)!important;min-height:360px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__body{grid-template-rows:auto 30px minmax(96px,auto) minmax(46px,auto) auto minmax(48px,auto)!important;align-content:center!important;min-height:360px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title{min-height:96px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media{min-height:360px!important}}@media(max-width:1120px){.lbxcat-filters{overflow:auto!important;max-height:calc(100vh - 84px)!important}}@media(max-width:860px){.lbxcat-quick-wrap{justify-items:start!important}.lbxcat-quick{justify-content:flex-start!important}.lbxcat-card__body{grid-template-rows:auto 30px minmax(56px,auto) minmax(42px,auto) auto auto!important}.lbxcat-card__spec--motor b,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-areas:"brand model power" "brand gen power"!important;justify-items:stretch!important}.lbxcat-motor-model,.lbxcat-motor-gen{text-align:left!important}}@media(max-width:540px){.lbxcat-card__spec--motor b,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{grid-template-columns:1fr!important;grid-template-areas:"brand" "model" "gen" "power"!important;justify-items:center!important}.lbxcat-motor-model,.lbxcat-motor-gen{text-align:center!important;white-space:normal!important}}.lbxcat-quick-wrap{justify-items:start!important;align-items:start!important}.lbxcat-quick{justify-content:flex-start!important}.lbxcat-chip{color:#111315!important;border-color:#07090b29!important}.lbxcat-chip:not(.is-active) span{color:#07090b94!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip,html[data-labosch-theme=dark] .lbxcat .lbxcat-chip,body[data-labosch-theme=dark] .lbxcat .lbxcat-chip,body.labosch-dark .lbxcat .lbxcat-chip,.lbxcat.is-dark .lbxcat-chip{background:#ffffff14!important;border-color:#fffaf23d!important;color:#fffaf2e0!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip:not(.is-active) span,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip:not(.is-active) span,.lbxcat.is-dark .lbxcat-chip:not(.is-active) span{color:#fffaf294!important}.lbxcat-chip.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip.is-active,.lbxcat.is-dark .lbxcat-chip.is-active{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;color:#07090b!important}.lbxcat-chip.is-active span,.lbxcat.is-dark .lbxcat-chip.is-active span{color:#07090b9e!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark,html[data-labosch-theme=dark] .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark,body[data-labosch-theme=dark] .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark,body.labosch-dark .lbxcat .lbxcat-hero__actions .lbxcat-btn--dark,.lbxcat.is-dark .lbxcat-hero__actions .lbxcat-btn--dark{background:#fffaf2!important;border-color:#fffaf2!important;color:#07090b!important;box-shadow:0 18px 46px #fffaf21f!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__footer .lbxcat-btn--dark,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__footer .lbxcat-btn--dark,.lbxcat.is-dark .lbxcat-card__footer .lbxcat-btn--dark{background:#fffaf2!important;border-color:#fffaf2!important;color:#07090b!important}.lbxcat-card__media{background:radial-gradient(circle at 48% 42%,rgba(255,250,242,.42),transparent 36%),linear-gradient(180deg,#f1eadc,#e7dccb)!important;border-bottom:0!important;isolation:isolate}.lbxcat-card__image{mix-blend-mode:multiply!important;filter:contrast(1.08) saturate(1.02) drop-shadow(0 20px 18px rgba(38,28,16,.12))!important;transform:translateZ(0)}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:radial-gradient(circle at 48% 42%,rgba(255,250,242,.32),transparent 36%),linear-gradient(180deg,#dfd2be,#c9baa3)!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;filter:contrast(1.12) saturate(1.02) brightness(1.02) drop-shadow(0 20px 18px rgba(0,0,0,.18))!important}.lbxcat-card__spec--motor b.lbxcat-motor-simple,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b.lbxcat-motor-simple{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;max-width:100%!important;grid-template-columns:none!important;grid-template-areas:none!important}.lbxcat-motor-brand,.lbxcat-motor-power{min-height:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--lbxcat-text)!important;font-size:13px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:-.01em!important;text-transform:none!important;box-shadow:none!important}.lbxcat-motor-brand:after{content:"\b7";margin-left:8px;color:var(--lbxcat-soft);font-weight:900}.lbxcat-motor-power{white-space:nowrap!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-brand,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-brand,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-power,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-power,.lbxcat.is-dark .lbxcat-motor-brand,.lbxcat.is-dark .lbxcat-motor-power{background:transparent!important;color:#fffaf2!important}.lbxcat-card__spec b{text-wrap:balance}.lbxcat-card__spec span{color:var(--lbxcat-soft)!important}.lbxcat-card__spec{min-height:66px!important}.lbxcat-card__spec--wide{grid-column:1 / -1!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{grid-template-columns:1.2fr .8fr .8fr!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--wide{grid-column:span 1!important}@media(max-width:860px){.lbxcat-card__spec--motor b.lbxcat-motor-simple,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b.lbxcat-motor-simple{display:inline-flex!important;flex-wrap:wrap!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{grid-template-columns:1fr 1fr!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--wide{grid-column:1 / -1!important}}.lbxcat-filter--material .lbxcat-filter__values--material{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.lbxcat-check--material{min-height:42px!important;justify-content:center!important;border:1px solid var(--lbxcat-line)!important;background:#ffffff94!important}.lbxcat-check--material i{text-align:center!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important}.lbxcat-check--material.is-active,.lbxcat-check--material:has(input:checked){background:#07090b!important;border-color:#07090b!important;color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material,.lbxcat.is-dark .lbxcat-check--material{background:#ffffff14!important;border-color:#ffffff29!important;color:#fffaf2e0!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material:has(input:checked),body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material:has(input:checked),.lbxcat.is-dark .lbxcat-check--material.is-active,.lbxcat.is-dark .lbxcat-check--material:has(input:checked){background:#fffaf2!important;border-color:#fffaf2!important;color:#07090b!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters,html[data-labosch-theme=dark] .lbxcat .lbxcat-filters,body[data-labosch-theme=dark] .lbxcat .lbxcat-filters,body.labosch-dark .lbxcat .lbxcat-filters,.lbxcat.is-dark .lbxcat-filters{color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter summary,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filter summary,.lbxcat.is-dark .lbxcat-filter summary,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check,.lbxcat.is-dark .lbxcat-check{color:#fffaf2e0!important}.lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:radial-gradient(circle at 50% 44%,#ffffffd1,#fff0 36%),linear-gradient(180deg,#faf6ed,#eee5d7)!important;overflow:hidden!important}.lbxcat-card__media:before{background:linear-gradient(90deg,rgba(176,141,87,.08) 1px,transparent 1px),linear-gradient(180deg,rgba(176,141,87,.08) 1px,transparent 1px)!important;background-size:58px 58px!important;opacity:.22!important}.lbxcat-card__media:after{opacity:.18!important}.lbxcat-card__image,html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat-card__image,body.labosch-dark .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;filter:contrast(1.06) saturate(1.02) drop-shadow(0 22px 20px rgba(24,18,11,.16))!important;object-fit:contain!important}.lbxcat-card__specs,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:min(100%,600px)!important;margin-inline:auto!important}.lbxcat-card__spec,.lbxcat-card__spec--wide,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--wide{grid-column:auto!important;min-height:72px!important;padding:13px 14px!important;border-radius:18px!important;align-items:center!important;justify-content:center!important;text-align:center!important}.lbxcat-card__spec--motor b,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{display:inline-flex!important;width:auto!important;max-width:100%!important;grid-template-columns:none!important;grid-template-areas:none!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;white-space:normal!important}.lbxcat-motor-brand,.lbxcat-motor-power{display:inline!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--lbxcat-text)!important;font-size:inherit!important;line-height:inherit!important;font-weight:950!important;letter-spacing:normal!important;text-transform:none!important}.lbxcat-motor-power:before{content:"\b7";margin-right:8px;color:var(--lbxcat-muted)}.lbxcat.is-dark .lbxcat-motor-brand,.lbxcat.is-dark .lbxcat-motor-power,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-brand,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-power,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-brand,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-motor-power{background:transparent!important;color:#fffaf2!important;border:0!important}.lbxcat-filter--material>summary span{font-weight:950!important}.lbxcat-filter__values--material{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.lbxcat-check--material{min-height:48px!important;border:1px solid var(--lbxcat-line)!important;border-radius:16px!important;padding:0 12px!important;background:#ffffff7a!important;justify-content:center!important;text-align:center!important}.lbxcat-check--material>span{display:none!important}.lbxcat-check--material i{font-style:normal!important;font-weight:900!important;color:var(--lbxcat-text)!important}.lbxcat-check--material.is-active{border-color:var(--lbxcat-accent)!important;background:rgb(var(--lbxcat-accent-rgb) / .16)!important}.lbxcat.is-dark .lbxcat-check--material,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material{background:#ffffff12!important;border-color:#ffffff2e!important}.lbxcat.is-dark .lbxcat-check--material i,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material i,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material i{color:#fffaf2!important}.lbxcat.is-dark .lbxcat-check--material.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--material.is-active{border-color:var(--lbxcat-accent)!important;background:rgb(var(--lbxcat-accent-rgb) / .2)!important}@media(min-width:1121px){.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{grid-template-columns:repeat(4,minmax(0,1fr))!important;width:min(100%,760px)!important}}@media(max-width:520px){.lbxcat-card__specs,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs,.lbxcat-filter__values--material{grid-template-columns:1fr!important}}.lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:radial-gradient(circle at 50% 44%,#ffffffdb,#fff0 45%),linear-gradient(180deg,#fffaf2f5,#ede4d4f5)!important;isolation:isolate!important;box-shadow:inset 0 -1px #00000009!important}.lbxcat-card__media:before{background:linear-gradient(90deg,rgba(176,141,87,.052) 1px,transparent 1px),linear-gradient(180deg,rgba(176,141,87,.052) 1px,transparent 1px)!important;background-size:62px 62px!important;opacity:.3!important}.lbxcat-card__media:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;pointer-events:none!important;background:radial-gradient(circle at 50% 44%,#fffaf200,#fffaf21a 52%,#dacbb04d)!important;opacity:.55!important;mix-blend-mode:multiply!important}.lbxcat-card__image,html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat-card__image,body.labosch-dark .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{z-index:1!important;background:transparent!important;mix-blend-mode:multiply!important;filter:contrast(1.07) saturate(1.02) drop-shadow(0 26px 20px rgba(34,27,17,.16))!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat.is-dark[data-lbx-view-mode=list] .lbxcat-card__media{background:radial-gradient(circle at 48% 42%,#ffffffe6,#fff0 43%),linear-gradient(180deg,#fffaf2f5,#e8deccf5)!important}.lbxcat-material-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.lbxcat-material-option{-webkit-appearance:none!important;appearance:none!important;min-height:50px!important;border:1px solid var(--lbxcat-line)!important;border-radius:18px!important;padding:0 14px!important;background:#ffffff9e!important;color:var(--lbxcat-text)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;font:inherit!important;font-size:13px!important;font-weight:950!important;letter-spacing:-.02em!important;box-shadow:0 10px 26px #14100a0a!important;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease!important}.lbxcat-material-option:hover{transform:translateY(-1px)!important;border-color:#07090b3d!important}.lbxcat-material-option.is-active{background:#07090b!important;border-color:#07090b!important;color:#fffaf2!important}.lbxcat-material-option em{min-width:22px!important;min-height:22px!important;border-radius:999px!important;background:#00000014!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-style:normal!important;font-size:11px!important;font-weight:950!important}.lbxcat-material-option.is-active em{background:#ffffff29!important}.lbxcat-filter__values--material[data-lbx-material-raw]{display:none!important}.lbxcat.is-dark .lbxcat-material-option,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-option,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-option{background:#ffffff13!important;border-color:#ffffff2e!important;color:#fffaf2eb!important;box-shadow:none!important}.lbxcat.is-dark .lbxcat-material-option:hover,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-option:hover,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-option:hover{border-color:#ffffff57!important}.lbxcat.is-dark .lbxcat-material-option.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-option.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-option.is-active{background:#fffaf2!important;border-color:#fffaf2!important;color:#07090b!important}.lbxcat-card__specs,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__specs{align-items:stretch!important}.lbxcat-card__spec{height:100%!important}@media(max-width:520px){.lbxcat-material-switch{grid-template-columns:1fr!important}}.lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:#fffdf8!important;background-image:radial-gradient(circle at 50% 61%,rgba(120,93,54,.16),transparent 33%)!important;border-bottom:1px solid rgba(7,9,11,.06)!important;overflow:hidden!important}.lbxcat-card__media:before,.lbxcat-card__media:after{opacity:0!important;display:none!important}.lbxcat-card__image,html[data-lbx-color-scheme=dark] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat-card__image,body.labosch-dark .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;background:transparent!important;filter:contrast(1.045) saturate(1.015) drop-shadow(0 24px 20px rgba(31,24,14,.13))!important;object-fit:contain!important;opacity:1!important}.lbxcat.is-dark .lbxcat-card__media{box-shadow:inset 0 -1px #ffffff14!important}.lbxcat-filter--client-material{display:block!important}.lbxcat-material-switch--client{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important}.lbxcat-material-switch--client .lbxcat-material-option{min-height:44px!important;border-radius:999px!important;justify-content:center!important;padding:0 12px!important;background:#ffffffb8!important;border:1px solid var(--lbxcat-line)!important;color:var(--lbxcat-text)!important}.lbxcat-material-switch--client .lbxcat-material-option em{opacity:.58!important;margin-left:4px!important;font-style:normal!important;font-size:10px!important}.lbxcat-material-switch--client .lbxcat-material-option.is-active{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;color:#08090b!important}.lbxcat.is-dark .lbxcat-material-switch--client .lbxcat-material-option,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-switch--client .lbxcat-material-option,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-switch--client .lbxcat-material-option{background:#ffffff1a!important;border-color:#ffffff38!important;color:#fffaf2!important}.lbxcat.is-dark .lbxcat-material-switch--client .lbxcat-material-option.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-switch--client .lbxcat-material-option.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-material-switch--client .lbxcat-material-option.is-active{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;color:#08090b!important}.lbxcat-card__specs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.lbxcat-card__spec,.lbxcat-card__spec--wide,.lbxcat-card__spec--motor{grid-column:auto!important;min-height:74px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important}.lbxcat-card__spec--motor b,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__spec--motor b{display:inline-flex!important;width:auto!important;grid-template-columns:none!important;grid-template-areas:none!important;justify-content:center!important;align-items:center!important;gap:7px!important;text-align:center!important}.lbxcat-motor-brand,.lbxcat-motor-power{min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;box-shadow:none!important;font-style:normal!important;font-size:inherit!important;line-height:inherit!important}.lbxcat-motor-brand:after{content:"\b7";margin-left:7px;color:var(--lbxcat-soft)}.lbxcat-card__spec b{justify-content:center!important}.lbxcat-card__spec span{text-align:center!important}.lbxcat-card__spec b,.lbxcat-card__spec .lbxcat-motor-simple{font-size:13px!important;line-height:1.15!important}@media(max-width:699px){.lbxcat-card__specs{grid-template-columns:1fr 1fr!important}.lbxcat-material-switch--client{grid-template-columns:1fr!important}}.lbxcat-quick-wrap,.lbxcat-quick,.lbxcat-quick-title{align-items:flex-start!important;justify-content:flex-start!important;text-align:left!important}.lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:transparent!important}.lbxcat-card__media:before{content:"";position:absolute;top:11%;right:12%;bottom:10%;left:12%;border-radius:24px;background:radial-gradient(circle at 50% 38%,#ffffffe0,#fcf8f0c7 42%,#f5f0e82e 72%,#f5f0e800);z-index:0;pointer-events:none}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:before,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:before,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media:before,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media:before,body.labosch-dark .lbxcat .lbxcat-card__media:before,.lbxcat.is-dark .lbxcat-card__media:before{background:radial-gradient(circle at 50% 42%,#ffffff29,#b08d572e 32%,#b08d571a 54%,#07090b00 74%)}.lbxcat-card__media:after{opacity:0!important}.lbxcat-card__image{mix-blend-mode:multiply;background:transparent!important;filter:contrast(1.04) saturate(1.02) drop-shadow(0 20px 24px rgba(10,12,16,.1));z-index:1}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply;filter:brightness(1.12) contrast(1.05) saturate(1.04) drop-shadow(0 22px 28px rgba(0,0,0,.34))}.lbxcat-btn--dark,.lbxcat-hero__actions .lbxcat-btn--dark{color:#fff!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-btn--dark,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-btn--dark,html[data-labosch-theme=dark] .lbxcat .lbxcat-btn--dark,body[data-labosch-theme=dark] .lbxcat .lbxcat-btn--dark,body.labosch-dark .lbxcat .lbxcat-btn--dark,.lbxcat.is-dark .lbxcat-btn--dark{background:#fffffffa!important;color:#07090b!important;border-color:#ffffffe6!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip,html[data-labosch-theme=dark] .lbxcat .lbxcat-chip,body[data-labosch-theme=dark] .lbxcat .lbxcat-chip,body.labosch-dark .lbxcat .lbxcat-chip,.lbxcat.is-dark .lbxcat-chip{background:#ffffff0a!important;color:#ffffffe0!important;border-color:#ffffff29!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-chip.is-active,html[data-labosch-theme=dark] .lbxcat .lbxcat-chip.is-active,body[data-labosch-theme=dark] .lbxcat .lbxcat-chip.is-active,body.labosch-dark .lbxcat .lbxcat-chip.is-active,.lbxcat.is-dark .lbxcat-chip.is-active{background:#b08d572e!important;border-color:#b08d578c!important;color:#fff!important}.lbxcat-filter--client-material{margin-top:12px}.lbxcat-check--client-material[hidden]{display:none!important}.lbxcat-check--client-material{cursor:pointer}.lbxcat-check--client-material input{position:absolute;opacity:0;pointer-events:none}.lbxcat-check--client-material.is-active{border-color:rgba(var(--lbxcat-accent-rgb),.45)!important;background:rgba(var(--lbxcat-accent-rgb),.08)!important}.lbxcat-card,.lbxcat-card__media,.lbxcat-card__body{background-clip:padding-box}.lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:transparent!important;isolation:auto!important}.lbxcat-card__media:before,.lbxcat-card__media:after{display:none!important;opacity:0!important}.lbxcat-card__image{mix-blend-mode:multiply!important;background:transparent!important;filter:contrast(1.06) saturate(1.03) drop-shadow(0 24px 26px rgba(18,15,10,.14))!important;transform:translateZ(0)}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;filter:brightness(1.2) contrast(1.08) saturate(1.08) drop-shadow(0 26px 30px rgba(0,0,0,.46))!important}.lbxcat-card__price-compare,.lbxcat-card.is-sale .lbxcat-card__price-compare{color:#7878787a!important;text-decoration:line-through!important;text-decoration-thickness:1.5px!important;text-decoration-color:#7878788c!important}.lbxcat-badge--saving{margin-left:auto;background:#d22d2d1a!important;color:#b91c1c!important;border-color:#d22d2d2e!important;box-shadow:none!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,html[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body.labosch-dark .lbxcat .lbxcat-badge--saving,.lbxcat.is-dark .lbxcat-badge--saving{background:#ff4c4c24!important;color:#ff8a8a!important;border-color:#ff4c4c38!important}.lbxcat.is-offer-mode .lbxcat-offer-filter,html[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter{background:linear-gradient(135deg,#e11d28,#9f1119)!important;color:#fff!important;border-color:#ffffff2e!important;box-shadow:0 16px 34px #d21f273d!important}.lbxcat.is-offer-mode .lbxcat-offer-filter small,.lbxcat.is-offer-mode .lbxcat-offer-filter b{color:#fff!important}.lbxcat.is-offer-mode .lbxcat-offer-filter__icon{background:#fff3!important;color:#fff!important}.lbxcat-filter--client-material{margin-top:0!important}.lbxcat-check--client-material{min-height:46px}.lbxcat-check--client-material em{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#07090b0f;color:var(--lbxcat-muted);display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;font-weight:900}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--client-material em,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-check--client-material em,html[data-labosch-theme=dark] .lbxcat .lbxcat-check--client-material em,body[data-labosch-theme=dark] .lbxcat .lbxcat-check--client-material em,body.labosch-dark .lbxcat .lbxcat-check--client-material em,.lbxcat.is-dark .lbxcat-check--client-material em{background:#ffffff14;color:#ffffffb8}.lbxcat-card,.lbxcat-card__body,.lbxcat-card__media{background:#fffdfa!important}.lbxcat-card__media{position:relative;isolation:isolate!important;border-bottom:1px solid rgba(15,23,42,.05)!important}.lbxcat-card__media:before,.lbxcat-card__media:after{display:none!important;content:none!important}.lbxcat-card__image,.lbxcat-card__image--primary,.lbxcat-card__image--secondary{mix-blend-mode:multiply!important;background:transparent!important;filter:contrast(1.08) saturate(1.04) drop-shadow(0 22px 28px rgba(12,10,8,.12))!important;image-rendering:-webkit-optimize-contrast;transform:translateZ(0)}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card,html[data-labosch-theme=dark] .lbxcat .lbxcat-card,body[data-labosch-theme=dark] .lbxcat .lbxcat-card,body.labosch-dark .lbxcat .lbxcat-card,.lbxcat.is-dark .lbxcat-card,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__body,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__body,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__body,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__body,body.labosch-dark .lbxcat .lbxcat-card__body,.lbxcat.is-dark .lbxcat-card__body,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:linear-gradient(180deg,#101318fa,#0a0d12fa)!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;filter:brightness(1.22) contrast(1.12) saturate(1.06) drop-shadow(0 28px 38px rgba(0,0,0,.48))!important}.lbxcat-card__badges{align-items:flex-start}.lbxcat-badge--saving{background:#e11d2714!important;color:#d52a2a!important;border-color:#e11d272e!important}.lbxcat.is-dark .lbxcat-badge--saving,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,html[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving{background:#ff68681f!important;color:#ff9b9b!important;border-color:#ff68683d!important}.lbxcat-offer-filter.is-active,.lbxcat.is-offer-mode .lbxcat-offer-filter{outline:0;border-color:#e11d2757!important;box-shadow:0 0 0 1px #e11d271f,0 16px 30px #c21f272e!important}.lbxcat-card__image--secondary{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lbxcat-card:hover .lbxcat-card__image--secondary{opacity:0!important;transform:none!important}.lbxcat-card__badges{position:absolute;z-index:3;display:flex;gap:10px;pointer-events:none}.lbxcat-card__badges--top-left{top:16px;left:16px;right:auto;bottom:auto}.lbxcat-card__badges--top-right{top:16px;right:16px;left:auto;bottom:auto;justify-content:flex-end}.lbxcat-card__badges--bottom-right{right:16px;bottom:16px;left:auto;top:auto;justify-content:flex-end}.lbxcat-card__badges--bottom-left{left:16px;bottom:16px;right:auto;top:auto}.lbxcat-badge--saving{margin-left:0!important;white-space:nowrap}@media(max-width:699px){.lbxcat-card__badges--top-left{top:14px;left:14px}.lbxcat-card__badges--top-right{top:14px;right:14px}.lbxcat-card__badges--bottom-right{right:14px;bottom:14px}.lbxcat-card__badges--bottom-left{left:14px;bottom:14px}}.lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:#fff!important;background-image:none!important;overflow:hidden!important;isolation:isolate!important}.lbxcat-card__media:before,.lbxcat-card__media:after{display:none!important;content:none!important;opacity:0!important}.lbxcat-card__image,.lbxcat-card__image--primary,.lbxcat-card__image--secondary,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:normal!important;background:transparent!important;filter:drop-shadow(0 18px 28px rgba(10,12,16,.1))!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{border-bottom-color:#ffffff1a!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{filter:drop-shadow(0 22px 32px rgba(0,0,0,.24))!important}.lbxcat-badge--saving{letter-spacing:.01em!important;text-transform:none!important}.lbxcat-card__media,a.lbxcat-card__media,.lbxcat-card__media:link,.lbxcat-card__media:visited,html[data-lbx-color-scheme=dark] .lbxcat a.lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat a.lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat a.lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat a.lbxcat-card__media,body.labosch-dark .lbxcat a.lbxcat-card__media,.lbxcat.is-dark a.lbxcat-card__media{background:#fff!important;background-color:#fff!important;background-image:none!important}.lbxcat-card__media:before,.lbxcat-card__media:after{display:none!important;content:none!important;opacity:0!important;background:transparent!important;box-shadow:none!important}.lbxcat-card__image,.lbxcat-card__image--primary,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{mix-blend-mode:multiply!important;background:transparent!important;box-shadow:none!important;filter:none!important}.lbxcat-card__image--secondary,.lbxcat-card:hover .lbxcat-card__image--secondary{display:none!important;opacity:0!important;visibility:hidden!important}.lbxcat-card:hover .lbxcat-card__image--primary,.lbxcat-card__image--primary{opacity:1!important;transform:none!important}.lbxcat-card{overflow:hidden!important}.lbxcat-card__media{border-bottom:1px solid rgba(7,9,11,.06)!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{border-bottom-color:#ffffff1f!important}.lbxcat-badge--saving{text-transform:none!important;letter-spacing:0!important;white-space:nowrap!important}.lbxcat-card__image--secondary{display:none!important}.lbxcat-card__media.has-hover-media .lbxcat-card__image--primary{transition:transform .16s ease,opacity .16s ease!important}@media(hover:hover)and (pointer:fine){.lbxcat-card__media.has-hover-media:hover .lbxcat-card__image--primary{transform:scale(1.015)!important}}.lbxcat-badge--saving{display:inline-flex!important;align-items:center!important;gap:4px!important;white-space:nowrap!important;text-transform:none!important;letter-spacing:0!important}.lbxcat-badge--saving span{display:inline-block!important}.lbxcat-card.is-instant-hidden{display:none!important}.lbxcat.is-loading .lbxcat-products,.lbxcat.is-loading .lbxcat-main,.lbxcat.is-loading [data-lbx-product-list]{opacity:1!important;filter:none!important;pointer-events:auto!important}.lbxcat-card,.lbxcat-check,.lbxcat-chip,.lbxcat-color,.lbxcat-price-presets button,.lbxcat-offer-filter{transition-delay:0ms!important}.lbxcat-active__client-chip{min-height:32px;border:1px solid var(--lbxcat-line);border-radius:999px;background:#ffffffb8;color:var(--lbxcat-muted);display:inline-flex;align-items:center;padding:0 11px;font-size:11px;font-weight:850}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-active__client-chip,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-active__client-chip,.lbxcat.is-dark .lbxcat-active__client-chip{background:#ffffff0f;border-color:#ffffff24;color:#ffffffb8}@media(max-width:680px){.lbxcat.is-view-grid .lbxcat-products,.lbxcat[data-lbx-view-mode=grid] .lbxcat-products,.lbxcat.is-view-list .lbxcat-products,.lbxcat[data-lbx-view-mode=list] .lbxcat-products{grid-template-columns:1fr!important}.lbxcat.is-view-list .lbxcat-card,.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:flex!important;grid-template-columns:none!important}}.lbxcat-check.is-client-disabled,.lbxcat-color.is-client-disabled,.lbxcat-quick-wrap,.lbxcat-quick,.lbxcat-quick-title,.lbxcat-card.is-instant-hidden,.lbxcat-card[hidden]{display:none!important}.lbxcat-toolbar__sort label{gap:10px!important}.lbxcat-toolbar__sort label>span{color:var(--lbxcat-muted)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase!important}.lbxcat-toolbar__sort select{min-height:46px!important;border-radius:999px!important;padding:0 44px 0 18px!important;border:1px solid var(--lbxcat-line-strong)!important;background:linear-gradient(180deg,#fffffff5,#ffffffc7) padding-box,linear-gradient(135deg,#b08d572e,#07090b1a) border-box!important;color:var(--lbxcat-text)!important;font-weight:850!important;box-shadow:0 10px 24px #1916110f!important;appearance:none!important;-webkit-appearance:none!important;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%),linear-gradient(180deg,#fffffff5,#ffffffc7)!important;background-position:calc(100% - 22px) 50%,calc(100% - 16px) 50%,0 0!important;background-size:6px 6px,6px 6px,100% 100%!important;background-repeat:no-repeat!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-toolbar__sort select,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-toolbar__sort select,.lbxcat.is-dark .lbxcat-toolbar__sort select{background:linear-gradient(180deg,#ffffff17,#ffffff0b) padding-box,linear-gradient(135deg,#b08d574d,#ffffff1a) border-box!important;color:#ffffffeb!important;border-color:#ffffff29!important}.lbxcat-active{display:none!important}.lbxcat-quick-wrap{display:block!important}.lbxcat-quick,.lbxcat-quick-title{display:flex!important}.lbxcat-quick-wrap{margin-bottom:20px!important}.lbxcat-quick-title{align-items:center!important;justify-content:flex-start!important;text-align:left!important}.lbxcat-quick{align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:10px!important}.lbxcat-quick a,.lbxcat-quick button,.lbxcat-quick .lbxcat-chip{cursor:pointer!important}.lbxcat-quick a.is-active,.lbxcat-quick button.is-active,.lbxcat-quick .lbxcat-chip.is-active{background:var(--lbxcat-accent)!important;border-color:var(--lbxcat-accent)!important;color:#08090b!important;box-shadow:0 12px 24px rgba(var(--lbxcat-accent-rgb),.2)!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-quick a.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-quick a.is-active,.lbxcat.is-dark .lbxcat-quick a.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-quick button.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-quick button.is-active,.lbxcat.is-dark .lbxcat-quick button.is-active,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-quick .lbxcat-chip.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-quick .lbxcat-chip.is-active,.lbxcat.is-dark .lbxcat-quick .lbxcat-chip.is-active{background:var(--lbxcat-accent)!important;color:#08090b!important;border-color:var(--lbxcat-accent)!important}.lbxcat .lbxcat-card.is-instant-hidden,.lbxcat .lbxcat-card[hidden],.lbxcat.is-view-list .lbxcat-card.is-instant-hidden,.lbxcat.is-view-list .lbxcat-card[hidden],.lbxcat[data-lbx-view-mode=list] .lbxcat-card.is-instant-hidden,.lbxcat[data-lbx-view-mode=list] .lbxcat-card[hidden],.lbxcat.is-view-grid .lbxcat-card.is-instant-hidden,.lbxcat.is-view-grid .lbxcat-card[hidden],.lbxcat[data-lbx-view-mode=grid] .lbxcat-card.is-instant-hidden,.lbxcat[data-lbx-view-mode=grid] .lbxcat-card[hidden]{display:none!important}.lbxcat .lbxcat-card__media,.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__media,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat.is-view-grid .lbxcat-card__media,.lbxcat.is-view-list .lbxcat-card__media,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media{background:#fff!important;background-color:#fff!important;background-image:none!important;border:0!important;border-bottom:0!important;box-shadow:none!important;outline:0!important;overflow:hidden!important}.lbxcat .lbxcat-card__media:before,.lbxcat .lbxcat-card__media:after,.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__media:before,.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__media:after,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:before,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:after,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:before,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:after,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:before,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:after,.lbxcat.is-dark .lbxcat-card__media:before,.lbxcat.is-dark .lbxcat-card__media:after{display:none!important;content:none!important;opacity:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important}.lbxcat .lbxcat-card__image,.lbxcat .lbxcat-card__image--primary,.lbxcat .lbxcat-card__image--secondary,.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__image,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__image,.lbxcat.is-view-grid .lbxcat-card__image,.lbxcat.is-view-list .lbxcat-card__image,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__image,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__image,body.labosch-dark .lbxcat .lbxcat-card__image,.lbxcat.is-dark .lbxcat-card__image{background:transparent!important;background-color:transparent!important;background-image:none!important;mix-blend-mode:normal!important;-webkit-mask-image:none!important;mask-image:none!important;box-shadow:none!important;filter:none!important}.lbxcat.is-view-grid .lbxcat-products,.lbxcat[data-lbx-view-mode=grid] .lbxcat-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lbxcat.is-view-list .lbxcat-products,.lbxcat[data-lbx-view-mode=list] .lbxcat-products{grid-template-columns:1fr!important}.lbxcat.is-view-list .lbxcat-card,.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:grid!important;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr)!important}.lbxcat.is-view-list .lbxcat-card__media,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media{min-height:420px!important}.lbxcat.is-view-list .lbxcat-card__image,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__image{width:100%!important;height:100%!important;object-fit:contain!important}.lbxcat .lbxcat-card.is-instant-hidden,.lbxcat .lbxcat-card[hidden],.lbxcat.is-view-list .lbxcat-card.is-instant-hidden,.lbxcat.is-view-list .lbxcat-card[hidden],.lbxcat[data-lbx-view-mode=list] .lbxcat-card.is-instant-hidden,.lbxcat[data-lbx-view-mode=list] .lbxcat-card[hidden]{display:none!important}@media(max-width:980px){.lbxcat.is-view-grid .lbxcat-products,.lbxcat[data-lbx-view-mode=grid] .lbxcat-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:680px){.lbxcat.is-view-grid .lbxcat-products,.lbxcat[data-lbx-view-mode=grid] .lbxcat-products,.lbxcat.is-view-list .lbxcat-products,.lbxcat[data-lbx-view-mode=list] .lbxcat-products{grid-template-columns:1fr!important}.lbxcat.is-view-list .lbxcat-card,.lbxcat[data-lbx-view-mode=list] .lbxcat-card{display:flex!important;grid-template-columns:none!important}.lbxcat.is-view-list .lbxcat-card__media,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media{min-height:300px!important}}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media,body.labosch-dark .lbxcat .lbxcat-card__media,.lbxcat.is-dark .lbxcat-card__media,.lbxcat[data-lbx-theme=dark] .lbxcat-card__media,.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__media,.lbxcat.is-view-list .lbxcat-card__media,.lbxcat.is-view-grid .lbxcat-card__media{background:#fff!important;background-color:#fff!important;background-image:none!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:before,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:before,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media:before,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media:before,body.labosch-dark .lbxcat .lbxcat-card__media:before,.lbxcat.is-dark .lbxcat-card__media:before,.lbxcat[data-lbx-theme=dark] .lbxcat-card__media:before,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:after,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-card__media:after,html[data-labosch-theme=dark] .lbxcat .lbxcat-card__media:after,body[data-labosch-theme=dark] .lbxcat .lbxcat-card__media:after,body.labosch-dark .lbxcat .lbxcat-card__media:after,.lbxcat.is-dark .lbxcat-card__media:after,.lbxcat[data-lbx-theme=dark] .lbxcat-card__media:after{display:none!important;content:none!important;background:transparent!important;background-image:none!important;box-shadow:none!important}html body .lbxcat[data-lbx-view-mode=list] article.lbxcat-card,html body .lbxcat.is-view-list article.lbxcat-card{background-image:none!important}html body .lbxcat[data-lbx-view-mode=list] article.lbxcat-card>a.lbxcat-card__media,html body .lbxcat.is-view-list article.lbxcat-card>a.lbxcat-card__media,html body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,html body .lbxcat.is-view-list .lbxcat-card__media,html[data-lbx-color-scheme=dark] body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,html[data-labosch-theme=dark] body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,body[data-labosch-theme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,body.labosch-dark .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat.is-dark[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat.is-dark.is-view-list .lbxcat-card__media{background:#fff!important;background-color:#fff!important;background-image:none!important;box-shadow:none!important;border:0!important;border-right:0!important;border-bottom:0!important}html body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:before,html body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:after,html body .lbxcat.is-view-list .lbxcat-card__media:before,html body .lbxcat.is-view-list .lbxcat-card__media:after,html[data-lbx-color-scheme=dark] body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:before,html[data-lbx-color-scheme=dark] body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:after,body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:before,body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__media:after,.lbxcat.is-dark[data-lbx-view-mode=list] .lbxcat-card__media:before,.lbxcat.is-dark[data-lbx-view-mode=list] .lbxcat-card__media:after,.lbxcat.is-dark.is-view-list .lbxcat-card__media:before,.lbxcat.is-dark.is-view-list .lbxcat-card__media:after{display:none!important;content:none!important;background:transparent!important;background-image:none!important;box-shadow:none!important;opacity:0!important}html body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__image,html body .lbxcat.is-view-list .lbxcat-card__image,html[data-lbx-color-scheme=dark] body .lbxcat[data-lbx-view-mode=list] .lbxcat-card__image,body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] .lbxcat-card__image,.lbxcat.is-dark[data-lbx-view-mode=list] .lbxcat-card__image,.lbxcat.is-dark.is-view-list .lbxcat-card__image{background:transparent!important;background-color:transparent!important;background-image:none!important;mix-blend-mode:normal!important;filter:none!important;-webkit-mask-image:none!important;mask-image:none!important}html body .lbxcat[data-lbx-view-mode=list] article.lbxcat-card>:first-child,html body .lbxcat.is-view-list article.lbxcat-card>:first-child,html[data-lbx-color-scheme=dark] body .lbxcat[data-lbx-view-mode=list] article.lbxcat-card>:first-child,body[data-lbx-color-scheme=dark] .lbxcat[data-lbx-view-mode=list] article.lbxcat-card>:first-child,.lbxcat.is-dark[data-lbx-view-mode=list] article.lbxcat-card>:first-child,.lbxcat.is-dark.is-view-list article.lbxcat-card>:first-child{background:#fff!important;background-color:#fff!important;background-image:none!important}.lbxcat-card__variant-map{display:none!important}.lbxcat-card__image.is-variant-color-image{opacity:1!important}.lbxcat-card__availability.is-muted:not(.is-out-of-stock):before{background:var(--lbxcat-soft)!important}.lbxcat [data-lbx-filter]{scroll-margin-top:96px}.lbxcat [data-lbx-filter][open]>summary{color:var(--lbxcat-text)!important}.lbxcat [data-lbx-filter][open]>summary:after{opacity:1}html[data-lbx-color-scheme=dark] .lbxcat [data-lbx-filter][open]>summary,body[data-lbx-color-scheme=dark] .lbxcat [data-lbx-filter][open]>summary,.lbxcat.is-dark [data-lbx-filter][open]>summary{color:#ffffffeb!important}.lbxcat [data-lbx-filter][open] summary span{font-weight:900}.lbxcat .lbxcat-badge--saving{background:#b08d57!important;border-color:#b08d57!important;color:#08090b!important;box-shadow:0 14px 32px #b08d574d!important}.lbxcat .lbxcat-badge--saving span{color:#08090b!important}.lbxcat .lbxcat-badge--saving span+span{margin-left:4px!important}.lbxcat .lbxcat-motor-power:before{content:none!important;display:none!important;margin:0!important}.lbxcat .lbxcat-filter-form{display:flex!important;flex-direction:column!important}.lbxcat .lbxcat-filter-form__actions{order:999!important;margin-top:18px!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,html[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body.labosch-dark .lbxcat .lbxcat-badge--saving,.lbxcat.is-dark .lbxcat-badge--saving{background:#b08d57!important;border-color:#b08d57!important;color:#08090b!important}.lbxcat-card__color-swatches{position:absolute;left:clamp(18px,2vw,28px);bottom:clamp(18px,2vw,28px);z-index:5;display:flex;align-items:center;gap:8px;padding:7px;border-radius:999px;background:#ffffffc7;border:1px solid rgba(12,14,16,.1);box-shadow:0 14px 34px #0a0a0a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lbxcat-card__color-swatch{width:18px;height:18px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.lbxcat-card__color-swatch span{width:14px;height:14px;display:block;border-radius:999px;border:1px solid rgba(8,9,11,.2);box-shadow:inset 0 0 0 1px #ffffff3d;transition:transform .16s ease,box-shadow .16s ease}.lbxcat-card__color-swatch:hover span,.lbxcat-card__color-swatch.is-active span{transform:scale(1.18);box-shadow:0 0 0 3px #b08d5738,inset 0 0 0 1px #ffffff52}.lbxcat-card__color-swatch.is-unavailable-media{opacity:.55}.lbxcat-card__color-media-map{display:none!important}html[data-lbx-color-scheme=dark] .lbxcat-card__color-swatches,body[data-lbx-color-scheme=dark] .lbxcat-card__color-swatches,html[data-labosch-theme=dark] .lbxcat-card__color-swatches,body[data-labosch-theme=dark] .lbxcat-card__color-swatches,body.labosch-dark .lbxcat-card__color-swatches,.lbxcat.is-dark .lbxcat-card__color-swatches{background:#ffffffdb;border-color:#ffffff24}@media(max-width:680px){.lbxcat-card__color-swatches{left:16px;bottom:16px;gap:7px;padding:6px}.lbxcat-card__color-swatch{width:17px;height:17px}.lbxcat-card__color-swatch span{width:13px;height:13px}}.lbxcat .lbxcat-card__color-swatches{left:clamp(22px,2.2vw,34px)!important;bottom:clamp(18px,2vw,26px)!important;min-height:38px!important;align-items:center!important;justify-content:center!important;padding:8px 10px!important;gap:9px!important;background:#ffffffe6!important}.lbxcat .lbxcat-card__color-swatch span{background:var(--lbx-swatch-color, #b08d57)!important;border:1px solid rgba(8,9,11,.22)!important}.lbxcat .lbxcat-badge--saving{background:#ef4444!important;border-color:#ef4444!important;color:#fff!important;min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;box-shadow:0 14px 30px #ef44443d!important}.lbxcat .lbxcat-badge--saving span{color:#fff!important}.lbxcat .lbxcat-card__badges--bottom-right,.lbxcat .lbxcat-card__badges--bottom-left{bottom:clamp(18px,2vw,26px)!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,html[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body.labosch-dark .lbxcat .lbxcat-badge--saving,.lbxcat.is-dark .lbxcat-badge--saving{background:#ef4444!important;border-color:#ef4444!important;color:#fff!important}@media(max-width:680px){.lbxcat .lbxcat-card__color-swatches{min-height:34px!important;bottom:16px!important;left:16px!important}.lbxcat .lbxcat-badge--saving{min-height:34px!important}}.lbxcat-card__color-swatch:hover span{transform:scale(1.22)}.lbxcat .lbxcat-badge--saving{background:#f3dfc0!important;border-color:#d6a35e!important;color:#704513!important;box-shadow:0 14px 30px #70451329!important}.lbxcat .lbxcat-badge--saving span{color:#704513!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving,html[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving,body.labosch-dark .lbxcat .lbxcat-badge--saving,.lbxcat.is-dark .lbxcat-badge--saving{background:#f3dfc0!important;border-color:#d6a35e!important;color:#704513!important;box-shadow:0 14px 30px #d6a35e33!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving span,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-badge--saving span,html[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving span,body[data-labosch-theme=dark] .lbxcat .lbxcat-badge--saving span,body.labosch-dark .lbxcat .lbxcat-badge--saving span,.lbxcat.is-dark .lbxcat-badge--saving span{color:#704513!important}.lbxcat-card__color-swatches,.lbxcat-card__color-swatch{pointer-events:auto}[id*=recently-viewed i],[id*=recently_viewed i],[class*=recently-viewed i],[class*=recently_viewed i],.shopify-section:has([class*=recently-viewed i]),.shopify-section:has([id*=recently-viewed i]){display:none!important}.lbxcat,.lbxcat *,.lbxcat-card,.lbxcat-card__media,.lbxcat-card__color-swatches,.lbxcat-card__color-swatch,.lbxcat-card__color-swatch span{-webkit-tap-highlight-color:transparent!important}.lbxcat-card__media:focus,.lbxcat-card__media:focus-visible,.lbxcat-card__color-swatch:focus,.lbxcat-card__color-swatch:focus-visible{outline:none!important;box-shadow:none!important}.lbxcat-toolbar__search{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}@media(max-width:760px){.lbxcat-hero{display:none!important}.lbxcat{padding-top:14px!important;padding-inline:10px!important}.lbxcat-quick-wrap{margin-top:0!important;margin-bottom:10px!important}.lbxcat-toolbar{position:sticky!important;top:8px!important;z-index:35!important;display:grid!important;grid-template-columns:1fr auto!important;gap:9px!important;align-items:center!important;padding:9px!important;margin:8px auto 14px!important;width:min(100%,420px)!important;border-radius:26px!important;background:#ffffffb8!important;border:1px solid rgba(8,9,11,.1)!important;box-shadow:0 18px 48px #1f180e1f!important;backdrop-filter:blur(22px) saturate(1.12)!important;-webkit-backdrop-filter:blur(22px) saturate(1.12)!important}html[data-lbx-color-scheme=dark] .lbxcat-toolbar,body[data-lbx-color-scheme=dark] .lbxcat-toolbar,html[data-labosch-theme=dark] .lbxcat-toolbar,body[data-labosch-theme=dark] .lbxcat-toolbar,body.labosch-dark .lbxcat-toolbar,.lbxcat.is-dark .lbxcat-toolbar{background:#111316b8!important;border-color:#ffffff29!important;box-shadow:0 18px 52px #00000057!important}.lbxcat-toolbar__left,.lbxcat-toolbar__right{width:100%!important;min-width:0!important;justify-content:center!important;gap:8px!important}.lbxcat-toolbar__left{display:contents!important}.lbxcat-toolbar__right{grid-column:1 / -1!important;display:flex!important;flex-wrap:nowrap!important}.lbxcat-toolbar__search{grid-column:1 / -1!important;order:10!important;width:min(100%,390px)!important;max-width:390px!important;min-width:0!important;min-height:46px!important;margin:0 auto!important;flex:none!important;border-radius:999px!important;background:#ffffffc2!important;box-shadow:inset 0 0 0 1px #08090b0d!important}html[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,html[data-labosch-theme=dark] .lbxcat-toolbar__search,body[data-labosch-theme=dark] .lbxcat-toolbar__search,body.labosch-dark .lbxcat-toolbar__search,.lbxcat.is-dark .lbxcat-toolbar__search{background:#ffffff1a!important;box-shadow:inset 0 0 0 1px #ffffff12!important}.lbxcat-toolbar__count{order:1!important;justify-content:center!important;white-space:nowrap!important}.lbxcat-toolbar__filter{order:2!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important}.lbxcat-toolbar__sort{order:3!important;flex:1 1 auto!important;min-width:0!important}.lbxcat-toolbar__sort label{width:100%!important}.lbxcat-toolbar__sort span{display:none!important}.lbxcat-toolbar__sort select{width:100%!important;min-width:0!important;min-height:42px!important;font-size:11px!important}.lbxcat-view{order:4!important;flex:0 0 auto!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-products,.lbxcat.is-view-grid .lbxcat-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card,.lbxcat.is-view-grid .lbxcat-card{border-radius:18px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__media,.lbxcat.is-view-grid .lbxcat-card__media{min-height:170px!important;aspect-ratio:1 / 1.05!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__image,.lbxcat.is-view-grid .lbxcat-card__image{padding:32px 8px 22px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__body,.lbxcat.is-view-grid .lbxcat-card__body{padding:12px 10px!important;text-align:center!important;align-items:center!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__kicker,.lbxcat.is-view-grid .lbxcat-card__kicker{font-size:8px!important;gap:4px!important;justify-content:center!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__brandline,.lbxcat.is-view-grid .lbxcat-card__brandline{margin-top:7px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__title,.lbxcat.is-view-grid .lbxcat-card__title{font-size:clamp(17px,5.2vw,22px)!important;line-height:.92!important;letter-spacing:-.055em!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__price-row,.lbxcat.is-view-grid .lbxcat-card__price-row{justify-content:center!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__price-current,.lbxcat.is-view-grid .lbxcat-card__price-current{font-size:18px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__specs,.lbxcat.is-view-grid .lbxcat-card__specs{grid-template-columns:1fr!important;gap:7px!important;width:100%!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__spec,.lbxcat.is-view-grid .lbxcat-card__spec{min-height:54px!important;padding:8px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__footer,.lbxcat.is-view-grid .lbxcat-card__footer{gap:8px!important;align-items:center!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__footer .lbxcat-btn,.lbxcat.is-view-grid .lbxcat-card__footer .lbxcat-btn{min-height:38px!important;padding-inline:13px!important;font-size:11px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__availability,.lbxcat.is-view-grid .lbxcat-card__availability{font-size:10px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__color-swatches,.lbxcat.is-view-grid .lbxcat-card__color-swatches{left:10px!important;bottom:10px!important;min-height:30px!important;padding:5px 7px!important;gap:6px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__color-swatch,.lbxcat.is-view-grid .lbxcat-card__color-swatch{width:14px!important;height:14px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__color-swatch span,.lbxcat.is-view-grid .lbxcat-card__color-swatch span{width:11px!important;height:11px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-badge,.lbxcat.is-view-grid .lbxcat-badge{min-height:30px!important;padding:0 9px!important;font-size:9px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__badges--bottom-right,.lbxcat.is-view-grid .lbxcat-card__badges--bottom-right{right:10px!important;bottom:10px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-products,.lbxcat.is-view-list .lbxcat-products{grid-template-columns:1fr!important;gap:14px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card,.lbxcat.is-view-list .lbxcat-card{display:flex!important;grid-template-columns:none!important;border-radius:24px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat.is-view-list .lbxcat-card__media{min-height:310px!important;aspect-ratio:1.08!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__body,.lbxcat.is-view-list .lbxcat-card__body{padding:18px 16px!important;text-align:center!important;align-items:center!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__title,.lbxcat.is-view-list .lbxcat-card__title{font-size:clamp(28px,9vw,40px)!important}.lbxcat-filters{position:fixed!important;right:10px!important;bottom:10px!important;left:10px!important;top:10px!important;z-index:80!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 20px)!important;overflow:auto!important;padding:18px 18px 22px!important;border-radius:28px!important;transform:translateY(18px) scale(.98)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lbxcat.is-filter-open .lbxcat-filters,body.lbxcat-filter-open .lbxcat-filters{transform:translateY(0) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.lbxcat-filters__top{align-items:center!important;justify-content:center!important;text-align:center!important;margin-bottom:14px!important}.lbxcat-filters__top>div{width:100%!important}.lbxcat-filters__top h2{text-align:center!important;font-size:clamp(28px,9vw,38px)!important;line-height:.92!important}.lbxcat-filters__close{position:absolute!important;top:18px!important;right:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.lbxcat-filter-form{align-items:stretch!important}.lbxcat-filter summary{text-align:left!important}.lbxcat-filter__content{text-align:left!important}}@media(max-width:380px){.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__title,.lbxcat.is-view-grid .lbxcat-card__title{font-size:16px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__spec:nth-child(n+3),.lbxcat.is-view-grid .lbxcat-card__spec:nth-child(n+3){display:none!important}}[id*=recently-viewed i],[id*=recently_viewed i],[id*=recent-products i],[id*=recent_products i],[class*=recently-viewed i],[class*=recently_viewed i],[class*=recent-products i],[class*=recent_products i]{display:none!important}.lbxcat .lbxcat-view{min-height:44px!important;padding:5px!important;border-radius:999px!important;gap:5px!important;align-items:center!important;justify-content:center!important}.lbxcat .lbxcat-view button{width:34px!important;height:34px!important;border-radius:999px!important;display:grid!important;place-content:center!important}.lbxcat .lbxcat-view button:first-child{grid-template-columns:repeat(2,5px)!important;grid-template-rows:repeat(2,5px)!important;gap:4px!important}.lbxcat .lbxcat-view button:last-child{grid-template-columns:1fr!important;grid-template-rows:repeat(3,4px)!important;gap:3px!important}.lbxcat .lbxcat-view button:last-child span{width:16px!important;height:4px!important}.lbxcat .lbxcat-view button.is-active{background:#050607!important;color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-view button.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-view button.is-active,.lbxcat.is-dark .lbxcat-view button.is-active{background:#fffaf2!important;color:#050607!important}@media(max-width:760px){.lbxcat-hero{display:none!important}.lbxcat{padding-top:12px!important;padding-inline:10px!important;padding-bottom:92px!important}.lbxcat-quick-wrap{position:relative!important;top:auto!important;width:min(100%,430px)!important;margin:0 auto 12px!important;padding:16px 14px 14px!important;border:1px solid rgba(8,9,11,.08)!important;border-radius:24px!important;background:radial-gradient(circle at 88% 8%,rgba(176,141,87,.16),transparent 38%),#ffffffa8!important;box-shadow:0 18px 50px #20180e1a!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.lbxcat-quick-wrap:before{content:"Cat\e1logo LaBosch";display:block;margin-bottom:8px;color:var(--lbxcat-accent);font-size:10px;line-height:1;font-weight:950;letter-spacing:.16em;text-transform:uppercase;text-align:left}.lbxcat-quick-title{text-align:left!important;padding-left:0!important;margin-bottom:8px!important}.lbxcat-quick{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;scrollbar-width:none!important}.lbxcat-quick::-webkit-scrollbar{display:none!important}.lbxcat-chip{flex:0 0 auto!important;min-height:40px!important;padding-inline:15px!important}.lbxcat-toolbar{position:sticky!important;top:8px!important;z-index:35!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:9px!important;align-items:center!important;width:min(100%,430px)!important;margin:0 auto 14px!important;padding:9px!important;border-radius:24px!important;background:#ffffffbd!important;border:1px solid rgba(8,9,11,.1)!important;box-shadow:0 18px 48px #1f180e1f!important;backdrop-filter:blur(22px) saturate(1.12)!important;-webkit-backdrop-filter:blur(22px) saturate(1.12)!important}.lbxcat-toolbar__left,.lbxcat-toolbar__right{display:contents!important}.lbxcat-toolbar__search{grid-column:1 / 2!important;grid-row:1!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:46px!important;margin:0!important;flex:none!important;border-radius:999px!important;background:#ffffffd1!important}.lbxcat-toolbar__filter{grid-column:2 / 3!important;grid-row:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;height:46px!important;border-radius:999px!important;padding:0 16px!important;white-space:nowrap!important}.lbxcat-toolbar__count,.lbxcat-toolbar__sort{display:none!important}.lbxcat-view{grid-column:1 / -1!important;grid-row:2!important;justify-self:center!important;min-height:42px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-products,.lbxcat.is-view-list .lbxcat-products{grid-template-columns:1fr!important;gap:14px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card,.lbxcat.is-view-list .lbxcat-card{display:flex!important;grid-template-columns:none!important;border-radius:24px!important}.lbxcat[data-lbx-view-mode=list] .lbxcat-card__media,.lbxcat.is-view-list .lbxcat-card__media{min-height:310px!important;aspect-ratio:1.08!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-products,.lbxcat.is-view-grid .lbxcat-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card,.lbxcat.is-view-grid .lbxcat-card{border-radius:18px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__media,.lbxcat.is-view-grid .lbxcat-card__media{min-height:170px!important;aspect-ratio:1 / 1.05!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__image,.lbxcat.is-view-grid .lbxcat-card__image{padding:32px 8px 22px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__body,.lbxcat.is-view-grid .lbxcat-card__body{padding:12px 10px!important;text-align:center!important;align-items:center!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__title,.lbxcat.is-view-grid .lbxcat-card__title{font-size:clamp(17px,5.2vw,22px)!important;line-height:.92!important;letter-spacing:-.055em!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__specs,.lbxcat.is-view-grid .lbxcat-card__specs{grid-template-columns:1fr!important;gap:7px!important}.lbxcat[data-lbx-view-mode=grid] .lbxcat-card__spec:nth-child(n+3),.lbxcat.is-view-grid .lbxcat-card__spec:nth-child(n+3){display:none!important}.lbxcat-filters{position:fixed!important;right:8px!important;bottom:8px!important;left:8px!important;top:8px!important;z-index:100!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 16px)!important;overflow:auto!important;padding:18px 18px 22px!important;border-radius:28px!important;transform:translateY(18px) scale(.985)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lbxcat.is-filter-open .lbxcat-filters,body.lbxcat-filter-open .lbxcat-filters{transform:translateY(0) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.lbxcat-filters__top{align-items:center!important;justify-content:center!important;text-align:center!important;margin-bottom:14px!important}.lbxcat-filters__top>div{width:100%!important}.lbxcat-filters__top h2{text-align:center!important;font-size:clamp(28px,9vw,38px)!important;line-height:.92!important}.lbxcat-filters__close{position:absolute!important;top:18px!important;right:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.lbxcat,.lbxcat *,.lbxcat-card__media,.lbxcat-card__color-swatches,.lbxcat-card__color-swatch{-webkit-tap-highlight-color:transparent!important}}@media(max-width:760px){.lbxcat-quick-wrap,.lbxcat-quick,.lbxcat-quick-title{display:none!important}.lbxcat-toolbar{position:sticky!important;top:8px!important;z-index:40!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"search filters" "view view"!important;gap:10px!important;width:min(100%,430px)!important;margin:0 auto 16px!important;padding:10px!important;border-radius:24px!important;background:#ffffffbd!important;border:1px solid rgba(8,9,11,.1)!important;box-shadow:0 18px 48px #1f180e1f!important;backdrop-filter:blur(22px) saturate(1.12)!important;-webkit-backdrop-filter:blur(22px) saturate(1.12)!important}.lbxcat-toolbar__left,.lbxcat-toolbar__right{display:contents!important}.lbxcat-toolbar__search{grid-area:search!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:46px!important;margin:0!important;flex:none!important;border-radius:999px!important;background:#ffffffd6!important;border:1px solid rgba(8,9,11,.08)!important}.lbxcat-toolbar__filter{grid-area:filters!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;height:46px!important;border-radius:999px!important;padding:0 16px!important;white-space:nowrap!important;background:#fffc!important;border:1px solid rgba(8,9,11,.12)!important}.lbxcat-toolbar__count,.lbxcat-toolbar__sort{display:none!important}.lbxcat-view{grid-area:view!important;justify-self:center!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:116px!important;min-height:44px!important;padding:5px!important;gap:6px!important;border-radius:999px!important;background:#ffffffdb!important;border:1px solid rgba(8,9,11,.14)!important;box-shadow:0 10px 26px #1f180e14!important}.lbxcat-view button{position:relative!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;outline:none!important;box-shadow:none!important;background:transparent!important;color:#08090b8c!important;display:grid!important;place-content:center!important}.lbxcat-view button:focus,.lbxcat-view button:focus-visible,.lbxcat-view button:active{outline:none!important;box-shadow:none!important}.lbxcat-view button:first-child{grid-template-columns:repeat(2,5px)!important;grid-template-rows:repeat(2,5px)!important;gap:4px!important}.lbxcat-view button:last-child{grid-template-columns:1fr!important;grid-template-rows:repeat(3,4px)!important;gap:3px!important}.lbxcat-view button span{display:block!important;background:currentColor!important;border-radius:99px!important}.lbxcat-view button:first-child span{width:5px!important;height:5px!important}.lbxcat-view button:last-child span{width:16px!important;height:4px!important}.lbxcat-view button.is-active{background:#050607!important;color:#fffaf2!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;top:auto!important;z-index:120!important;width:auto!important;max-width:430px!important;margin:0 auto!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"search filters"!important;border-radius:999px!important;padding:8px!important;background:#ffffffb3!important;box-shadow:0 20px 54px #0f0f0f33!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-view{display:none!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar__search{min-height:44px!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar__filter{min-height:44px!important;height:44px!important;padding:0 14px!important}html[data-lbx-color-scheme=dark] .lbxcat-toolbar,body[data-lbx-color-scheme=dark] .lbxcat-toolbar,html[data-labosch-theme=dark] .lbxcat-toolbar,body[data-labosch-theme=dark] .lbxcat-toolbar,body.labosch-dark .lbxcat-toolbar,.lbxcat.is-dark .lbxcat-toolbar{background:#111316bd!important;border-color:#ffffff29!important;box-shadow:0 18px 52px #00000057!important}html[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__search,html[data-labosch-theme=dark] .lbxcat-toolbar__search,body[data-labosch-theme=dark] .lbxcat-toolbar__search,body.labosch-dark .lbxcat-toolbar__search,.lbxcat.is-dark .lbxcat-toolbar__search,html[data-lbx-color-scheme=dark] .lbxcat-toolbar__filter,body[data-lbx-color-scheme=dark] .lbxcat-toolbar__filter,html[data-labosch-theme=dark] .lbxcat-toolbar__filter,body[data-labosch-theme=dark] .lbxcat-toolbar__filter,body.labosch-dark .lbxcat-toolbar__filter,.lbxcat.is-dark .lbxcat-toolbar__filter,html[data-lbx-color-scheme=dark] .lbxcat-view,body[data-lbx-color-scheme=dark] .lbxcat-view,html[data-labosch-theme=dark] .lbxcat-view,body[data-labosch-theme=dark] .lbxcat-view,body.labosch-dark .lbxcat-view,.lbxcat.is-dark .lbxcat-view{background:#ffffff1a!important;border-color:#ffffff29!important}html[data-lbx-color-scheme=dark] .lbxcat-view button.is-active,body[data-lbx-color-scheme=dark] .lbxcat-view button.is-active,.lbxcat.is-dark .lbxcat-view button.is-active{background:#fffaf2!important;color:#050607!important}}@media(max-width:760px){.lbxcat .lbxcat-view{position:relative!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:112px!important;min-width:112px!important;max-width:112px!important;height:46px!important;min-height:46px!important;padding:5px!important;gap:6px!important;overflow:hidden!important;border-radius:999px!important;background:#ffffffe0!important;border:1px solid rgba(8,9,11,.14)!important;box-shadow:0 10px 26px #1f180e14!important}.lbxcat .lbxcat-view button,.lbxcat .lbxcat-view button:first-child,.lbxcat .lbxcat-view button:last-child{position:relative!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#08090b8f!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;transform:none!important}.lbxcat .lbxcat-view button.is-active{background:#050607!important;color:#fffaf2!important}.lbxcat .lbxcat-view button span{display:block!important;flex:0 0 auto!important;background:currentColor!important;border-radius:99px!important;margin:0!important;padding:0!important}.lbxcat .lbxcat-view button[data-lbx-view=grid]{display:grid!important;grid-template-columns:repeat(2,5px)!important;grid-template-rows:repeat(2,5px)!important;gap:4px!important;place-content:center!important}.lbxcat .lbxcat-view button[data-lbx-view=grid] span{width:5px!important;height:5px!important}.lbxcat .lbxcat-view button[data-lbx-view=list]{display:grid!important;grid-template-columns:16px!important;grid-template-rows:repeat(3,4px)!important;gap:3px!important;place-content:center!important}.lbxcat .lbxcat-view button[data-lbx-view=list] span{width:16px!important;height:4px!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-view,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-view,.lbxcat.is-dark .lbxcat-view{background:#ffffff1a!important;border-color:#ffffff29!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-view button.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-view button.is-active,.lbxcat.is-dark .lbxcat-view button.is-active{background:#fffaf2!important;color:#050607!important}.lbxcat .lbxcat-toolbar{transition:opacity .22s ease,transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,background .22s ease!important;will-change:transform,opacity!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar{opacity:1!important;transform:translateZ(0)!important;animation:lbxcat-mobile-toolbar-in .24s cubic-bezier(.2,.8,.2,1) both!important}@keyframes lbxcat-mobile-toolbar-in{0%{opacity:0;transform:translate3d(0,18px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.lbxcat-card.is-hidden,.lbxcat-card[hidden]{transition:none!important}}@media(max-width:760px){.lbxcat.is-mobile-searching{min-height:var(--lbxcat-mobile-search-min-height, auto)!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar{transition:opacity .24s ease,transform .24s cubic-bezier(.2,.8,.2,1),background .22s ease,box-shadow .22s ease!important;transform:translateZ(0) scale(1)!important;opacity:1!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar__search input{font-size:16px!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar__search,.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar__filter{box-shadow:none!important}}@media(max-width:760px){.lbxcat .lbxcat-view{display:none!important}.lbxcat[data-lbx-view-mode],.lbxcat.is-mobile-force-list{--lbx-mobile-force-list: 1}.lbxcat[data-lbx-view-mode] .lbxcat-products,.lbxcat.is-view-grid .lbxcat-products,.lbxcat.is-view-list .lbxcat-products,.lbxcat.is-mobile-force-list .lbxcat-products{grid-template-columns:1fr!important;gap:14px!important}.lbxcat[data-lbx-view-mode] .lbxcat-card,.lbxcat.is-view-grid .lbxcat-card,.lbxcat.is-view-list .lbxcat-card,.lbxcat.is-mobile-force-list .lbxcat-card{display:flex!important;grid-template-columns:none!important;border-radius:24px!important}.lbxcat[data-lbx-view-mode] .lbxcat-card__media,.lbxcat.is-view-grid .lbxcat-card__media,.lbxcat.is-view-list .lbxcat-card__media,.lbxcat.is-mobile-force-list .lbxcat-card__media{min-height:310px!important;aspect-ratio:1.08!important}.lbxcat[data-lbx-view-mode] .lbxcat-card__image,.lbxcat.is-view-grid .lbxcat-card__image,.lbxcat.is-view-list .lbxcat-card__image,.lbxcat.is-mobile-force-list .lbxcat-card__image{padding:42px 16px 34px!important}.lbxcat[data-lbx-view-mode] .lbxcat-card__body,.lbxcat.is-view-grid .lbxcat-card__body,.lbxcat.is-view-list .lbxcat-card__body,.lbxcat.is-mobile-force-list .lbxcat-card__body{padding:18px 16px!important;text-align:center!important;align-items:center!important}.lbxcat[data-lbx-view-mode] .lbxcat-card__title,.lbxcat.is-view-grid .lbxcat-card__title,.lbxcat.is-view-list .lbxcat-card__title,.lbxcat.is-mobile-force-list .lbxcat-card__title{font-size:clamp(28px,9vw,40px)!important;line-height:.92!important}.lbxcat[data-lbx-view-mode] .lbxcat-card__specs,.lbxcat.is-view-grid .lbxcat-card__specs,.lbxcat.is-view-list .lbxcat-card__specs,.lbxcat.is-mobile-force-list .lbxcat-card__specs{grid-template-columns:1fr 1fr!important;gap:10px!important}.lbxcat[data-lbx-view-mode] .lbxcat-card__spec:nth-child(n),.lbxcat.is-view-grid .lbxcat-card__spec:nth-child(n),.lbxcat.is-view-list .lbxcat-card__spec:nth-child(n),.lbxcat.is-mobile-force-list .lbxcat-card__spec:nth-child(n){display:flex!important}.lbxcat .lbxcat-toolbar{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"search filters"!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;top:auto!important;z-index:120!important;width:auto!important;max-width:430px!important;margin:0 auto!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"search filters"!important;border-radius:999px!important;padding:8px!important;background:#ffffffb8!important;border:1px solid rgba(8,9,11,.1)!important;box-shadow:0 20px 54px #0f0f0f33!important;backdrop-filter:blur(22px) saturate(1.1)!important;-webkit-backdrop-filter:blur(22px) saturate(1.1)!important}.lbxcat.is-filter-open .lbxcat-toolbar,body.lbxcat-filter-open .lbxcat-toolbar{display:none!important}.lbxcat .lbxcat-filters{position:fixed!important;right:8px!important;bottom:8px!important;left:8px!important;top:8px!important;z-index:9999!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 16px)!important;height:calc(100dvh - 16px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:20px 18px 24px!important;border-radius:28px!important;transform:translateY(16px) scale(.985)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lbxcat.is-filter-open .lbxcat-filters,body.lbxcat-filter-open .lbxcat-filters{transform:translateY(0) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.lbxcat .lbxcat-filters__top{position:sticky!important;top:-20px!important;z-index:4!important;min-height:76px!important;padding:16px 64px 14px 0!important;margin:-20px 0 14px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:inherit!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.lbxcat .lbxcat-filters__top>div{width:100%!important;text-align:center!important}.lbxcat .lbxcat-filters__top h2{text-align:center!important;font-size:clamp(28px,9vw,38px)!important;line-height:.92!important;margin:0!important}.lbxcat .lbxcat-filters__close,.lbxcat [data-lbx-close-filters]{position:fixed!important;top:24px!important;right:24px!important;z-index:10001!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:#ffffffdb!important;color:#07090b!important;border:1px solid rgba(8,9,11,.1)!important;box-shadow:0 16px 36px #00000024!important}html[data-lbx-color-scheme=dark] .lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar,body[data-lbx-color-scheme=dark] .lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar,html[data-labosch-theme=dark] .lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar,body[data-labosch-theme=dark] .lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar,body.labosch-dark .lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar,.lbxcat.is-dark.is-mobile-toolbar-floating .lbxcat-toolbar{background:#111316c7!important;border-color:#ffffff29!important;box-shadow:0 20px 58px #00000061!important}}.lbxcat-card__availability{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:7px!important;line-height:1.15!important}@media(max-width:760px){.lbxcat-card__footer{justify-content:center!important;align-items:center!important;text-align:center!important}.lbxcat-card__availability{width:100%!important;margin:10px auto 0!important;justify-content:center!important;text-align:center!important}.lbxcat .lbxcat-toolbar:not([data-lbx-mobile-floating-toolbar]){transition:opacity .28s ease,transform .32s cubic-bezier(.2,.8,.2,1),filter .28s ease!important;will-change:opacity,transform,filter!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar:not([data-lbx-mobile-floating-toolbar]){position:sticky!important;top:8px!important;bottom:auto!important;left:auto!important;right:auto!important;opacity:0!important;transform:translate3d(0,-12px,0) scale(.985)!important;filter:blur(2px)!important;pointer-events:none!important}.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar]{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;top:auto!important;z-index:120!important;width:auto!important;max-width:430px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"search filters"!important;gap:8px!important;border-radius:999px!important;padding:8px!important;background:#ffffffb8!important;border:1px solid rgba(8,9,11,.1)!important;box-shadow:0 20px 54px #0f0f0f33!important;backdrop-filter:blur(22px) saturate(1.1)!important;-webkit-backdrop-filter:blur(22px) saturate(1.1)!important;opacity:0!important;transform:translate3d(0,18px,0) scale(.975)!important;pointer-events:none!important;transition:opacity .28s ease,transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease!important;will-change:opacity,transform!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar[data-lbx-mobile-floating-toolbar]{opacity:1!important;transform:translateZ(0) scale(1)!important;pointer-events:auto!important}.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-view,.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-toolbar__count,.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-toolbar__sort{display:none!important}.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-toolbar__left,.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-toolbar__right{display:contents!important}.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-toolbar__search{grid-area:search!important;min-height:44px!important;width:100%!important;margin:0!important}.lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar] .lbxcat-toolbar__filter{grid-area:filters!important;min-height:44px!important;height:44px!important;padding:0 14px!important;white-space:nowrap!important}.lbxcat.is-filter-open .lbxcat-toolbar[data-lbx-mobile-floating-toolbar],body.lbxcat-filter-open .lbxcat-toolbar[data-lbx-mobile-floating-toolbar]{opacity:0!important;transform:translate3d(0,18px,0) scale(.975)!important;pointer-events:none!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar],body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar],html[data-labosch-theme=dark] .lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar],body[data-labosch-theme=dark] .lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar],body.labosch-dark .lbxcat .lbxcat-toolbar[data-lbx-mobile-floating-toolbar],.lbxcat.is-dark .lbxcat-toolbar[data-lbx-mobile-floating-toolbar]{background:#111316c7!important;border-color:#ffffff29!important;box-shadow:0 20px 58px #00000061!important}}@media(max-width:760px){.lbxcat [data-lbx-mobile-floating-toolbar]{display:none!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar:not([data-lbx-mobile-floating-toolbar]),.lbxcat .lbxcat-toolbar:not([data-lbx-mobile-floating-toolbar]){position:sticky!important;top:8px!important;bottom:auto!important;left:auto!important;right:auto!important;z-index:45!important;opacity:1!important;transform:none!important;filter:none!important;pointer-events:auto!important;transition:box-shadow .22s ease,background .22s ease,border-color .22s ease!important}.lbxcat.is-mobile-toolbar-floating .lbxcat-toolbar[data-lbx-mobile-floating-toolbar]{display:none!important}.lbxcat.is-filter-open .lbxcat-toolbar:not([data-lbx-mobile-floating-toolbar]),body.lbxcat-filter-open .lbxcat-toolbar:not([data-lbx-mobile-floating-toolbar]){display:none!important}.lbxcat-card__footer{justify-content:center!important;align-items:center!important;text-align:center!important}.lbxcat-card__availability{width:100%!important;justify-content:center!important;text-align:center!important;margin-inline:auto!important}}@media(max-width:760px){.lbxcat.is-mobile-searching{min-height:auto!important}.lbxcat-products,[data-lbx-product-list]{scroll-margin-top:116px!important}}@media(max-width:760px){html.lbxcat-filter-open,body.lbxcat-filter-open{overflow:hidden!important;height:100%!important}.lbxcat .lbxcat-filters,.lbxcat [data-lbx-filter-panel]{position:fixed!important;top:8px!important;top:max(8px,env(safe-area-inset-top))!important;left:8px!important;right:8px!important;bottom:8px!important;z-index:2147483000!important;width:auto!important;max-width:none!important;height:calc(100dvh - 16px)!important;max-height:calc(100dvh - 16px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:22px 18px 26px!important;border-radius:28px!important;box-sizing:border-box!important;transform:translate3d(0,16px,0) scale(.985)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.lbxcat.is-filter-open .lbxcat-filters,.lbxcat.is-filter-open [data-lbx-filter-panel],body.lbxcat-filter-open .lbxcat .lbxcat-filters,body.lbxcat-filter-open .lbxcat [data-lbx-filter-panel]{transform:translateZ(0) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.lbxcat .lbxcat-filters__top{position:sticky!important;top:-22px!important;z-index:8!important;min-height:72px!important;padding:18px 58px 14px 0!important;margin:-22px 0 14px!important;background:inherit!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.lbxcat .lbxcat-filters__close,.lbxcat .lbxcat-mobile-filter-close,.lbxcat [data-lbx-close-filters]{position:fixed!important;top:max(20px,calc(env(safe-area-inset-top) + 14px))!important;right:22px!important;z-index:2147483647!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ffffffeb!important;border:1px solid rgba(8,9,11,.12)!important;color:#07090b!important;font-size:24px!important;line-height:1!important;font-weight:500!important;box-shadow:0 16px 38px #00000029!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;cursor:pointer!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters__close,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters__close,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-mobile-filter-close,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-mobile-filter-close,html[data-labosch-theme=dark] .lbxcat .lbxcat-filters__close,body[data-labosch-theme=dark] .lbxcat .lbxcat-filters__close,html[data-labosch-theme=dark] .lbxcat .lbxcat-mobile-filter-close,body[data-labosch-theme=dark] .lbxcat .lbxcat-mobile-filter-close,body.labosch-dark .lbxcat .lbxcat-filters__close,body.labosch-dark .lbxcat .lbxcat-mobile-filter-close,.lbxcat.is-dark .lbxcat-filters__close,.lbxcat.is-dark .lbxcat-mobile-filter-close{background:#141619f0!important;border-color:#ffffff29!important;color:#fffaf2!important}}@media(max-width:760px){.lbxcat.is-filter-open,body.lbxcat-filter-open .lbxcat{overflow:visible!important}.lbxcat .lbxcat-filters,.lbxcat [data-lbx-filter-panel]{top:var(--lbx-mobile-filter-top, 118px)!important;inset:auto 8px 8px 8px!important;height:var(--lbx-mobile-filter-height, calc(100dvh - 126px) )!important;max-height:var(--lbx-mobile-filter-height, calc(100dvh - 126px) )!important;z-index:2147483000!important;padding-top:24px!important}.lbxcat .lbxcat-filters__top{top:-24px!important;padding-right:74px!important}.lbxcat .lbxcat-filters__close,.lbxcat .lbxcat-mobile-filter-close,.lbxcat [data-lbx-close-filters]{display:none!important}}.lbxcat-body-filter-close{position:fixed!important;top:var(--lbx-body-filter-close-top, 132px)!important;right:22px!important;z-index:2147483647!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;margin:0!important;display:none!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#fffffff0!important;border:1px solid rgba(8,9,11,.12)!important;color:#07090b!important;font-size:25px!important;line-height:1!important;font-weight:500!important;box-shadow:0 16px 38px #0000002e!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;cursor:pointer!important;transform:scale(.96)!important;transition:opacity .18s ease,transform .18s ease!important}.lbxcat-body-filter-close.is-visible{display:inline-flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:scale(1)!important}html[data-lbx-color-scheme=dark] .lbxcat-body-filter-close,body[data-lbx-color-scheme=dark] .lbxcat-body-filter-close,html[data-labosch-theme=dark] .lbxcat-body-filter-close,body[data-labosch-theme=dark] .lbxcat-body-filter-close,body.labosch-dark .lbxcat-body-filter-close{background:#141619f5!important;border-color:#ffffff2e!important;color:#fffaf2!important}@media(max-width:760px){.lbxcat.is-filter-open .lbxcat-filters__top,body.lbxcat-filter-open .lbxcat .lbxcat-filters__top{min-height:22px!important;height:22px!important;padding:0!important;margin:0 0 10px!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.lbxcat.is-filter-open .lbxcat-filters__top>div,body.lbxcat-filter-open .lbxcat .lbxcat-filters__top>div,.lbxcat.is-filter-open .lbxcat-filters__eyebrow,body.lbxcat-filter-open .lbxcat .lbxcat-filters__eyebrow,.lbxcat.is-filter-open .lbxcat-filters__top h2,body.lbxcat-filter-open .lbxcat .lbxcat-filters__top h2{display:none!important}.lbxcat.is-filter-open .lbxcat-filters,body.lbxcat-filter-open .lbxcat .lbxcat-filters,.lbxcat.is-filter-open [data-lbx-filter-panel],body.lbxcat-filter-open .lbxcat [data-lbx-filter-panel]{padding-top:18px!important}.lbxcat-body-filter-close{top:var(--lbx-body-filter-close-top, 132px)!important}}.lbxcat .lbxcat-offer-filter{min-height:58px!important;display:grid!important;grid-template-columns:28px minmax(0,1fr) 48px!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;border-radius:18px!important;border:1px solid rgba(215,25,32,.26)!important;background:#d719200b!important;color:#d71920!important;box-shadow:none!important}.lbxcat .lbxcat-offer-filter:after{content:"";width:44px;height:26px;border-radius:999px;background:#08090b1f;box-shadow:inset 0 0 0 1px #08090b0f;transition:background .18s ease,box-shadow .18s ease}.lbxcat .lbxcat-offer-filter:before{content:"";position:absolute;right:14px;width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 4px 12px #00000029;transform:translate(-18px);transition:transform .18s ease,background .18s ease;z-index:2}.lbxcat .lbxcat-offer-filter{position:relative!important}.lbxcat .lbxcat-offer-filter.is-active,.lbxcat.is-offer-mode .lbxcat-offer-filter{background:#d7192013!important;border-color:#d719206b!important}.lbxcat .lbxcat-offer-filter.is-active:after,.lbxcat.is-offer-mode .lbxcat-offer-filter:after{background:#d71920!important;box-shadow:0 8px 18px #d719202e,inset 0 0 0 1px #ffffff2e}.lbxcat .lbxcat-offer-filter.is-active:before,.lbxcat.is-offer-mode .lbxcat-offer-filter:before{transform:translate(0)}.lbxcat .lbxcat-offer-filter__icon{width:28px!important;height:28px!important;background:transparent!important;color:#d71920!important;font-size:0!important;box-shadow:none!important}.lbxcat .lbxcat-offer-filter__icon:before{content:"\1f3f7";font-size:18px;line-height:1}.lbxcat .lbxcat-offer-filter b{color:#141414!important;font-size:17px!important;line-height:1.05!important;letter-spacing:-.02em!important;font-weight:900!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter,body.labosch-dark .lbxcat .lbxcat-offer-filter,.lbxcat.is-dark .lbxcat-offer-filter{background:#d719201a!important;border-color:#d7192057!important;color:#ff4b55!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter:after,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter:after,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter:after,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter:after,body.labosch-dark .lbxcat .lbxcat-offer-filter:after,.lbxcat.is-dark .lbxcat-offer-filter:after{background:#ffffff29}.lbxcat .lbxcat-card__price-current{font-size:clamp(26px,2vw,36px)!important;letter-spacing:-.055em!important}.lbxcat .lbxcat-card__price-compare{font-size:clamp(13px,1vw,16px)!important}.lbxcat .lbxcat-card__price-row{justify-content:center!important;text-align:center!important}.lbxcat .lbxcat-card__price{justify-items:center!important}.lbxcat .lbxcat-view{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;height:46px!important;padding:5px!important;gap:6px!important;overflow:hidden!important}.lbxcat .lbxcat-view button,.lbxcat .lbxcat-view button:first-child,.lbxcat .lbxcat-view button:last-child{position:relative!important;flex:0 0 34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;max-height:34px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;outline:0!important;box-shadow:none!important;transform:none!important}.lbxcat .lbxcat-view button[data-lbx-view=grid]{display:grid!important;grid-template-columns:repeat(2,5px)!important;grid-template-rows:repeat(2,5px)!important;gap:4px!important;place-content:center!important}.lbxcat .lbxcat-view button[data-lbx-view=list]{display:grid!important;grid-template-columns:16px!important;grid-template-rows:repeat(3,4px)!important;gap:3px!important;place-content:center!important}.lbxcat .lbxcat-view button[data-lbx-view=grid] span{width:5px!important;height:5px!important}.lbxcat .lbxcat-view button[data-lbx-view=list] span{width:16px!important;height:4px!important}@media(min-width:761px){.lbxcat .lbxcat-hero{grid-template-columns:minmax(0,1fr)!important;align-items:center!important;min-height:0!important;gap:0!important;margin-bottom:18px!important;padding:clamp(18px,2.2vw,34px) 0 8px!important}.lbxcat .lbxcat-hero__copy{max-width:min(980px,100%)!important}.lbxcat .lbxcat-hero h1{max-width:980px!important;font-size:clamp(42px,5.6vw,82px)!important;line-height:.86!important}.lbxcat .lbxcat-hero__text{max-width:760px!important;margin-top:14px!important;font-size:clamp(15px,1.15vw,18px)!important;line-height:1.36!important}.lbxcat .lbxcat-hero__actions{margin-top:18px!important}.lbxcat .lbxcat-quiz-card{display:none!important}}@media(max-width:760px){.lbxcat .lbxcat-card__price-current{font-size:clamp(28px,8vw,36px)!important}.lbxcat .lbxcat-offer-filter{min-height:56px!important;grid-template-columns:28px minmax(0,1fr) 46px!important}.lbxcat .lbxcat-offer-filter b{font-size:16px!important}}.lbxcat .lbxcat-offer-filter{grid-template-columns:34px minmax(0,1fr) 50px!important;border-color:#d7192047!important;background:#d7192009!important}.lbxcat .lbxcat-offer-filter__icon:before{content:""!important;width:17px!important;height:17px!important;display:block!important;background:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.59 13.41 12 22l-8.59-8.59A2 2 0 0 1 2.82 12V4.5A2.5 2.5 0 0 1 5.32 2H12a2 2 0 0 1 1.41.59l7.18 7.18a2 2 0 0 1 0 2.83ZM7.5 8.5A1.5 1.5 0 1 0 7.5 5.5a1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E") center / contain no-repeat!important;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.59 13.41 12 22l-8.59-8.59A2 2 0 0 1 2.82 12V4.5A2.5 2.5 0 0 1 5.32 2H12a2 2 0 0 1 1.41.59l7.18 7.18a2 2 0 0 1 0 2.83ZM7.5 8.5A1.5 1.5 0 1 0 7.5 5.5a1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E") center / contain no-repeat!important}.lbxcat .lbxcat-offer-filter b{color:#111215!important;font-size:17px!important;font-weight:900!important}.lbxcat .lbxcat-offer-filter:after{background:#08090b21!important}.lbxcat .lbxcat-offer-filter:before{background:#fff!important}.lbxcat .lbxcat-offer-filter.is-active,.lbxcat.is-offer-mode .lbxcat-offer-filter{background:#d7192011!important;border-color:#d719207a!important}.lbxcat .lbxcat-offer-filter.is-active:after,.lbxcat.is-offer-mode .lbxcat-offer-filter:after{background:#d71920!important}.lbxcat .lbxcat-offer-filter.is-active:before,.lbxcat.is-offer-mode .lbxcat-offer-filter:before{background:#fff!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter__icon,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter__icon,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter__icon,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter__icon,body.labosch-dark .lbxcat .lbxcat-offer-filter__icon,.lbxcat.is-dark .lbxcat-offer-filter__icon{background:#ffffff14!important;color:#ff4b55!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active b,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active b,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter b,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter b,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter b,.lbxcat.is-dark.is-offer-mode .lbxcat-offer-filter b{color:#fffaf2!important}@media(max-width:760px){.lbxcat .lbxcat-offer-filter{grid-template-columns:34px minmax(0,1fr) 48px!important}.lbxcat .lbxcat-offer-filter b{font-size:16px!important}}.lbxcat .lbxcat-offer-filter__icon{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:#d719201a!important;color:#d71920!important;box-shadow:none!important;font-size:0!important;line-height:1!important}.lbxcat .lbxcat-offer-filter__icon:before{content:"%"!important;width:auto!important;height:auto!important;display:block!important;background:none!important;-webkit-mask:none!important;mask:none!important;color:currentColor!important;font-size:16px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important;transform:translateY(-.5px)}.lbxcat .lbxcat-offer-filter.is-active b,.lbxcat.is-offer-mode .lbxcat-offer-filter b{color:#d71920!important}html:not([data-lbx-color-scheme=dark]) .lbxcat .lbxcat-offer-filter.is-active,html:not([data-lbx-color-scheme=dark]) .lbxcat.is-offer-mode .lbxcat-offer-filter{background:#d719200f!important;border-color:#d719206b!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter__icon,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter__icon,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter__icon,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter__icon,body.labosch-dark .lbxcat .lbxcat-offer-filter__icon,.lbxcat.is-dark .lbxcat-offer-filter__icon{background:#d7192029!important;color:#ff4b55!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,body.labosch-dark .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,.lbxcat.is-dark .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,html[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,body[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,.lbxcat.is-dark.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon{background:#d71920!important;color:#fff!important}.lbxcat .lbxcat-offer-filter{position:relative!important;min-height:58px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 50px!important;align-items:center!important;gap:14px!important;padding:12px 14px 12px 18px!important;border-radius:18px!important;border:1px solid rgba(215,25,32,.28)!important;background:#d7192009!important;color:#111215!important;box-shadow:none!important;overflow:hidden!important}.lbxcat .lbxcat-offer-filter__icon,.lbxcat .lbxcat-offer-filter__icon:before,.lbxcat .lbxcat-offer-filter__icon:after{display:none!important;content:none!important}.lbxcat .lbxcat-offer-filter>div:not(.lbxcat-offer-filter__icon){position:relative!important;padding-left:12px!important}.lbxcat .lbxcat-offer-filter>div:not(.lbxcat-offer-filter__icon):before{content:""!important;position:absolute!important;left:0!important;top:50%!important;width:4px!important;height:24px!important;border-radius:999px!important;background:#d71920!important;transform:translateY(-50%)!important}.lbxcat .lbxcat-offer-filter b{display:block!important;color:#111215!important;font-size:17px!important;line-height:1.05!important;letter-spacing:-.025em!important;font-weight:900!important}.lbxcat .lbxcat-offer-filter:after{content:""!important;justify-self:end!important;width:48px!important;height:28px!important;border-radius:999px!important;background:#08090b29!important;box-shadow:inset 0 0 0 1px #08090b0d!important;transition:background .18s ease,box-shadow .18s ease!important}.lbxcat .lbxcat-offer-filter:before{content:""!important;position:absolute!important;right:30px!important;top:50%!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 5px 16px #0000002e!important;transform:translateY(-50%)!important;transition:right .18s ease,box-shadow .18s ease!important;z-index:2!important}.lbxcat .lbxcat-offer-filter.is-active,.lbxcat.is-offer-mode .lbxcat-offer-filter{background:#d71920!important;border-color:#d71920!important;color:#fff!important;box-shadow:0 14px 34px #d719202e!important}.lbxcat .lbxcat-offer-filter.is-active b,.lbxcat.is-offer-mode .lbxcat-offer-filter b{color:#fff!important}.lbxcat .lbxcat-offer-filter.is-active>div:not(.lbxcat-offer-filter__icon):before,.lbxcat.is-offer-mode .lbxcat-offer-filter>div:not(.lbxcat-offer-filter__icon):before{background:#ffffffd1!important}.lbxcat .lbxcat-offer-filter.is-active:after,.lbxcat.is-offer-mode .lbxcat-offer-filter:after{background:#ffffff47!important;box-shadow:inset 0 0 0 1px #ffffff3d!important}.lbxcat .lbxcat-offer-filter.is-active:before,.lbxcat.is-offer-mode .lbxcat-offer-filter:before{right:16px!important;background:#fff!important;box-shadow:0 5px 16px #0003!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter,body.labosch-dark .lbxcat .lbxcat-offer-filter,.lbxcat.is-dark .lbxcat-offer-filter{background:#d719201a!important;border-color:#d719205c!important;color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter:after,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter:after,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter:after,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter:after,body.labosch-dark .lbxcat .lbxcat-offer-filter:after,.lbxcat.is-dark .lbxcat-offer-filter:after{background:#ffffff29!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter.is-active,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter.is-active,body.labosch-dark .lbxcat .lbxcat-offer-filter.is-active,.lbxcat.is-dark .lbxcat-offer-filter.is-active,html[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter,.lbxcat.is-dark.is-offer-mode .lbxcat-offer-filter{background:#d71920!important;border-color:#d71920!important}@media(max-width:760px){.lbxcat .lbxcat-offer-filter{min-height:56px!important;grid-template-columns:minmax(0,1fr) 48px!important;padding:12px 14px 12px 17px!important}.lbxcat .lbxcat-offer-filter b{font-size:16px!important}}.lbxcat .lbxcat-offer-filter{position:relative!important;display:grid!important;grid-template-columns:38px minmax(0,1fr) 52px!important;align-items:center!important;column-gap:12px!important;min-height:58px!important;padding:12px 14px!important;border-radius:18px!important;border:1px solid rgba(215,25,32,.26)!important;background:#d719200b!important;color:#151618!important;overflow:hidden!important}.lbxcat .lbxcat-offer-filter__icon,.lbxcat .lbxcat-offer-filter__icon:before,.lbxcat .lbxcat-offer-filter__icon:after{display:inline-grid!important}.lbxcat .lbxcat-offer-filter__icon{position:relative!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;margin:0!important;place-items:center!important;align-self:center!important;justify-self:center!important;border-radius:999px!important;background:#d719201a!important;color:#d71920!important;box-shadow:none!important;font-size:0!important;line-height:1!important}.lbxcat .lbxcat-offer-filter__icon:before{content:"%"!important;width:auto!important;height:auto!important;display:block!important;color:currentColor!important;background:none!important;-webkit-mask:none!important;mask:none!important;font-size:15px!important;font-weight:950!important;line-height:1!important;letter-spacing:-.06em!important;transform:translateY(-.5px)!important}.lbxcat .lbxcat-offer-filter__icon:after{content:none!important}.lbxcat .lbxcat-offer-filter>div:not(.lbxcat-offer-filter__icon){position:static!important;padding-left:0!important}.lbxcat .lbxcat-offer-filter>div:not(.lbxcat-offer-filter__icon):before{content:none!important;display:none!important}.lbxcat .lbxcat-offer-filter b{display:block!important;color:#17181a!important;font-size:17px!important;line-height:1.06!important;letter-spacing:-.022em!important;font-weight:900!important}.lbxcat .lbxcat-offer-filter small{display:none!important}.lbxcat .lbxcat-offer-filter:after{content:""!important;justify-self:end!important;width:46px!important;height:28px!important;border-radius:999px!important;background:#08090b24!important;box-shadow:inset 0 0 0 1px #08090b0d!important;transition:background .18s ease,box-shadow .18s ease!important}.lbxcat .lbxcat-offer-filter:before{content:""!important;position:absolute!important;top:50%!important;right:37px!important;width:22px!important;height:22px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 5px 14px #0000002e!important;transform:translateY(-50%)!important;transition:right .18s ease,background .18s ease,box-shadow .18s ease!important;z-index:2!important}.lbxcat .lbxcat-offer-filter.is-active,.lbxcat.is-offer-mode .lbxcat-offer-filter{background:#d7192012!important;border-color:#d719206b!important;color:#17181a!important;box-shadow:0 10px 24px #d7192014!important}.lbxcat .lbxcat-offer-filter.is-active b,.lbxcat.is-offer-mode .lbxcat-offer-filter b{color:#17181a!important}.lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,.lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon{background:#d71920!important;color:#fff!important}.lbxcat .lbxcat-offer-filter.is-active:after,.lbxcat.is-offer-mode .lbxcat-offer-filter:after{background:#d71920!important;box-shadow:inset 0 0 0 1px #ffffff2e!important}.lbxcat .lbxcat-offer-filter.is-active:before,.lbxcat.is-offer-mode .lbxcat-offer-filter:before{right:15px!important;background:#fff!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter,body.labosch-dark .lbxcat .lbxcat-offer-filter,.lbxcat.is-dark .lbxcat-offer-filter{background:#d719201a!important;border-color:#d7192057!important;color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter b,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter b,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter b,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter b,body.labosch-dark .lbxcat .lbxcat-offer-filter b,.lbxcat.is-dark .lbxcat-offer-filter b{color:#fffaf2!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter__icon,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter__icon,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter__icon,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter__icon,body.labosch-dark .lbxcat .lbxcat-offer-filter__icon,.lbxcat.is-dark .lbxcat-offer-filter__icon{background:#ffffff1a!important;color:#ff626c!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter:after,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter:after,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter:after,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter:after,body.labosch-dark .lbxcat .lbxcat-offer-filter:after,.lbxcat.is-dark .lbxcat-offer-filter:after{background:#ffffff2b!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active,html[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter.is-active,body[data-labosch-theme=dark] .lbxcat .lbxcat-offer-filter.is-active,body.labosch-dark .lbxcat .lbxcat-offer-filter.is-active,.lbxcat.is-dark .lbxcat-offer-filter.is-active,html[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body[data-lbx-color-scheme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter,.lbxcat.is-dark.is-offer-mode .lbxcat-offer-filter{background:#d7192021!important;border-color:#ff626c5c!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active .lbxcat-offer-filter__icon,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon,.lbxcat.is-dark.is-offer-mode .lbxcat-offer-filter .lbxcat-offer-filter__icon{background:#d71920!important;color:#fff!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active:after,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-offer-filter.is-active:after,html[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter:after,body[data-labosch-theme=dark] .lbxcat.is-offer-mode .lbxcat-offer-filter:after,body.labosch-dark .lbxcat.is-offer-mode .lbxcat-offer-filter:after,.lbxcat.is-dark.is-offer-mode .lbxcat-offer-filter:after{background:#d71920!important}@media(max-width:760px){.lbxcat .lbxcat-offer-filter{grid-template-columns:36px minmax(0,1fr) 50px!important}.lbxcat .lbxcat-offer-filter b{font-size:16px!important}}.lbxcat .lbxcat-offer-filter__icon{display:grid!important;place-items:center!important}.lbxcat .lbxcat-offer-filter__icon:before{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;line-height:1!important;transform:translateY(1px)!important;transform-origin:center center!important}.lbxcat .lbxcat-offer-filter__icon{display:flex!important;align-items:center!important;justify-content:center!important}.lbxcat .lbxcat-offer-filter__icon:before{width:auto!important;height:auto!important;display:block!important;margin:0!important;padding:0!important;line-height:1!important;transform:translateY(2px)!important}.lbxcat-badge--sale,.lbxcat-card__sale-badge{text-transform:none!important}.lbxcat-badge--sale:before,.lbxcat-badge--sale:after,.lbxcat-card__sale-badge:before,.lbxcat-card__sale-badge:after{content:none!important}@media(min-width:761px){.lbxcat .lbxcat-toolbar{position:sticky!important;top:14px!important;z-index:35!important;transition:width .26s cubic-bezier(.2,.8,.2,1),max-width .26s cubic-bezier(.2,.8,.2,1),padding .26s cubic-bezier(.2,.8,.2,1),min-height .26s cubic-bezier(.2,.8,.2,1),border-radius .26s cubic-bezier(.2,.8,.2,1),background .22s ease,box-shadow .22s ease,border-color .22s ease,transform .26s cubic-bezier(.2,.8,.2,1)!important;will-change:transform,padding,max-width!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar{width:min(1120px,calc(100vw - 56px))!important;max-width:min(1120px,calc(100vw - 56px))!important;margin-left:auto!important;margin-right:auto!important;min-height:58px!important;padding:8px 10px!important;border-radius:999px!important;background:#ffffffc2!important;border-color:#08090b1a!important;box-shadow:0 18px 56px #16110a24!important;backdrop-filter:blur(22px) saturate(1.1)!important;-webkit-backdrop-filter:blur(22px) saturate(1.1)!important;transform:translateY(0) scale(.985)!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar__search{min-height:42px!important;max-width:440px!important;flex:1 1 420px!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar__search input{font-size:13px!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar__count{min-width:auto!important;font-size:13px!important;white-space:nowrap!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar__sort{gap:8px!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar__sort span{font-size:10px!important;letter-spacing:.12em!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar__sort select{min-height:42px!important;height:42px!important;min-width:210px!important;padding-top:0!important;padding-bottom:0!important;border-radius:999px!important;font-size:13px!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-view{min-height:42px!important;height:42px!important;padding:4px!important}.lbxcat.is-desktop-toolbar-compact .lbxcat-view button,.lbxcat.is-desktop-toolbar-compact .lbxcat-view button:first-child,.lbxcat.is-desktop-toolbar-compact .lbxcat-view button:last-child{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important}html[data-lbx-color-scheme=dark] .lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar,body[data-lbx-color-scheme=dark] .lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar,html[data-labosch-theme=dark] .lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar,body[data-labosch-theme=dark] .lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar,body.labosch-dark .lbxcat.is-desktop-toolbar-compact .lbxcat-toolbar,.lbxcat.is-dark.is-desktop-toolbar-compact .lbxcat-toolbar{background:#111316c7!important;border-color:#ffffff24!important;box-shadow:0 18px 58px #0000005c!important}}@media(min-width:761px){.lbxcat .lbxcat-hero{justify-items:center!important;text-align:center!important;padding-top:clamp(28px,4vw,58px)!important;padding-bottom:clamp(22px,3vw,42px)!important}.lbxcat .lbxcat-hero__copy{width:100%!important;max-width:1080px!important;margin-inline:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.lbxcat .lbxcat-hero__eyebrow,.lbxcat .lbxcat-hero h1,.lbxcat .lbxcat-hero__text,.lbxcat .lbxcat-hero__actions{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.lbxcat .lbxcat-hero h1{max-width:1060px!important;font-size:clamp(54px,6vw,96px)!important;line-height:.84!important;letter-spacing:-.075em!important}.lbxcat .lbxcat-hero__text{max-width:720px!important;font-size:clamp(16px,1.2vw,19px)!important}.lbxcat .lbxcat-hero__actions{justify-content:center!important}}@media(max-width:760px){.lbxcat .lbxcat-view,.lbxcat .lbxcat-toolbar .lbxcat-view,.lbxcat [data-lbx-view]{display:none!important}.lbxcat .lbxcat-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"search filters"!important;align-items:center!important;gap:10px!important;min-height:0!important;padding:10px!important;border-radius:24px!important}.lbxcat .lbxcat-toolbar__left,.lbxcat .lbxcat-toolbar__right{display:contents!important}.lbxcat .lbxcat-toolbar__search{grid-area:search!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:46px!important;margin:0!important}.lbxcat .lbxcat-toolbar__filter{grid-area:filters!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:88px!important;height:46px!important;min-height:46px!important;padding:0 16px!important;margin:0!important;white-space:nowrap!important}.lbxcat .lbxcat-toolbar__count,.lbxcat .lbxcat-toolbar__sort{display:none!important}.lbxcat .lbxcat-products,.lbxcat.is-view-grid .lbxcat-products,.lbxcat.is-view-list .lbxcat-products,.lbxcat[data-lbx-view-mode=grid] .lbxcat-products,.lbxcat[data-lbx-view-mode=list] .lbxcat-products{grid-template-columns:1fr!important}}.lbxcat-card__availability.is-in-stock{color:var(--lbxcat-muted)!important}.lbxcat-card__availability.is-in-stock:before{background:var(--lbxcat-green)!important}.lbxcat-card__availability.is-supplier-stock{color:var(--lbxcat-accent)!important}.lbxcat-card__availability.is-supplier-stock:before{background:var(--lbxcat-accent)!important}.lbxcat-card__availability.is-out-of-stock{color:#d71920!important}.lbxcat-card__availability.is-out-of-stock:before{background:#d71920!important}.lbxcat [data-lbx-filter] .lbxcat-check em,.lbxcat [data-lbx-filter] .lbxcat-color em,.lbxcat [data-lbx-filter] summary em,.lbxcat .lbxcat-filter__values em,.lbxcat [data-lbx-material-count],.lbxcat [data-lbx-filter-count],.lbxcat .lbxcat-check>em,.lbxcat .lbxcat-color>em{display:none!important}.lbxcat-card__media .lbxcat-btn,.lbxcat-card__media .lbx-compare-trigger,.lbxcat-card__media .lbx-compare-toggle,.lbxcat-card__media .lbx-compare-button,.lbxcat-card__media .lbx-compare-card-link,.lbxcat-card__media [data-lbx-compare],.lbxcat-card__media [data-lbx-compare-toggle],.lbxcat-card__media [data-lbx-card-compare],.lbxcat-card__media [aria-label*=Comparar],.lbxcat-card__media [aria-label*=comparar],.lbxcat-card__media button:not(.lbxcat-card__color-swatch),.lbxcat-card__media a:not(.lbxcat-card__media):not(.lbxcat-card__color-swatch){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.lbxcat-card__media .lbxcat-card__color-swatches,.lbxcat-card__media .lbxcat-card__color-swatch,.lbxcat-card__media .lbxcat-card__color-swatch span,.lbxcat-card__media .lbxcat-card__badges,.lbxcat-card__media .lbxcat-badge{visibility:visible!important;opacity:1!important;pointer-events:auto!important}.lbxcat-card__color-swatches:before,.lbxcat-card__color-swatches:after,.lbxcat-card__color-swatch:before,.lbxcat-card__color-swatch:after{content:none!important;display:none!important}.lbxcat-badge--muted{display:none!important}.lbxcat-card__badges--bottom-left:has(.lbxcat-badge--muted){display:none!important}@media(max-width:1024px){html.lbxcat-filter-open,body.lbxcat-filter-open{overflow:hidden!important;overscroll-behavior:contain!important}.lbxcat.is-filter-open{isolation:isolate!important}.lbxcat.is-filter-open .lbxcat-toolbar,body.lbxcat-filter-open .lbxcat .lbxcat-toolbar,.lbxcat.is-filter-open [data-lbx-mobile-floating-toolbar],body.lbxcat-filter-open .lbxcat [data-lbx-mobile-floating-toolbar]{pointer-events:none!important;opacity:0!important;visibility:hidden!important}.lbxcat.is-filter-open .lbxcat-filters,body.lbxcat-filter-open .lbxcat .lbxcat-filters,.lbxcat.is-filter-open [data-lbx-filter-panel],body.lbxcat-filter-open .lbxcat [data-lbx-filter-panel]{position:fixed!important;top:max(10px,env(safe-area-inset-top))!important;right:max(10px,env(safe-area-inset-right))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;left:max(10px,env(safe-area-inset-left))!important;width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important;pointer-events:auto!important;z-index:2147483000!important;padding:84px 18px 96px!important;box-sizing:border-box!important}.lbxcat.is-filter-open .lbxcat-filters *,.lbxcat.is-filter-open [data-lbx-filter-panel] *,body.lbxcat-filter-open .lbxcat .lbxcat-filters *,body.lbxcat-filter-open .lbxcat [data-lbx-filter-panel] *{pointer-events:auto!important}.lbxcat.is-filter-open .lbxcat-filter-form,.lbxcat.is-filter-open .lbxcat-filter__content,.lbxcat.is-filter-open .lbxcat-filter__values,body.lbxcat-filter-open .lbxcat .lbxcat-filter-form,body.lbxcat-filter-open .lbxcat .lbxcat-filter__content,body.lbxcat-filter-open .lbxcat .lbxcat-filter__values{overflow:visible!important;max-height:none!important;touch-action:pan-y!important}.lbxcat .lbxcat-check,.lbxcat .lbxcat-color,.lbxcat .lbxcat-filter summary,.lbxcat .lbxcat-filter button,.lbxcat .lbxcat-filter input,.lbxcat .lbxcat-filter label{touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}.lbxcat .lbxcat-check input,.lbxcat .lbxcat-color input{pointer-events:auto!important}.lbxcat .lbxcat-filters__close,.lbxcat .lbxcat-mobile-filter-close,.lbxcat-body-filter-close{position:fixed!important;top:calc(max(10px,env(safe-area-inset-top)) + 14px)!important;left:calc(max(10px,env(safe-area-inset-left)) + 14px)!important;right:auto!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;z-index:2147483647!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;font-size:28px!important;line-height:1!important;background:#fff!important;color:#050607!important;border:1px solid rgba(7,9,11,.12)!important;box-shadow:0 20px 50px #0000002e!important}html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters__close,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters__close,html[data-labosch-theme=dark] .lbxcat .lbxcat-filters__close,body[data-labosch-theme=dark] .lbxcat .lbxcat-filters__close,body.labosch-dark .lbxcat .lbxcat-filters__close,html[data-lbx-color-scheme=dark] .lbxcat-body-filter-close,body[data-lbx-color-scheme=dark] .lbxcat-body-filter-close,html[data-labosch-theme=dark] .lbxcat-body-filter-close,body[data-labosch-theme=dark] .lbxcat-body-filter-close,body.labosch-dark .lbxcat-body-filter-close{background:#08090a!important;color:#fff!important;border-color:#ffffff2e!important}}@media(max-width:1024px),(pointer:coarse){.lbxcat.is-filter-open .lbxcat-filters,.lbxcat.is-filter-open [data-lbx-filter-panel],body.lbxcat-filter-open .lbxcat .lbxcat-filters,body.lbxcat-filter-open .lbxcat [data-lbx-filter-panel]{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y pinch-zoom!important;padding-top:88px!important}.lbxcat .lbxcat-filters__close,.lbxcat .lbxcat-mobile-filter-close,.lbxcat-body-filter-close{position:fixed!important;top:calc(max(10px,env(safe-area-inset-top)) + 14px)!important;left:calc(max(10px,env(safe-area-inset-left)) + 14px)!important;right:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:50px!important;height:50px!important;border-radius:999px!important;z-index:2147483647!important;pointer-events:auto!important;opacity:1!important;visibility:visible!important;background:#fff!important;color:#050607!important;border:1px solid rgba(7,9,11,.14)!important;box-shadow:0 18px 44px #0000002e!important;font-size:28px!important;line-height:1!important}html[data-labosch-theme=dark] .lbxcat .lbxcat-filters__close,body[data-labosch-theme=dark] .lbxcat .lbxcat-filters__close,html[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters__close,body[data-lbx-color-scheme=dark] .lbxcat .lbxcat-filters__close,body.labosch-dark .lbxcat .lbxcat-filters__close,html[data-labosch-theme=dark] .lbxcat-body-filter-close,body[data-labosch-theme=dark] .lbxcat-body-filter-close,html[data-lbx-color-scheme=dark] .lbxcat-body-filter-close,body[data-lbx-color-scheme=dark] .lbxcat-body-filter-close,body.labosch-dark .lbxcat-body-filter-close{background:#08090a!important;color:#fff!important;border-color:#ffffff2e!important}.lbxcat.is-filter-open .lbxcat-filters:before,.lbxcat.is-filter-open [data-lbx-filter-panel]:before{content:"Desliza lateralmente o pulsa \d7  para cerrar";position:fixed;top:calc(max(10px,env(safe-area-inset-top)) + 30px);left:76px;right:18px;z-index:2147483001;font-size:12px;line-height:1.2;letter-spacing:.02em;color:#07090b94;pointer-events:none}html[data-labosch-theme=dark] .lbxcat.is-filter-open .lbxcat-filters:before,body[data-labosch-theme=dark] .lbxcat.is-filter-open .lbxcat-filters:before,html[data-lbx-color-scheme=dark] .lbxcat.is-filter-open .lbxcat-filters:before,body[data-lbx-color-scheme=dark] .lbxcat.is-filter-open .lbxcat-filters:before,body.labosch-dark .lbxcat.is-filter-open .lbxcat-filters:before,html[data-labosch-theme=dark] .lbxcat.is-filter-open [data-lbx-filter-panel]:before,body[data-labosch-theme=dark] .lbxcat.is-filter-open [data-lbx-filter-panel]:before,html[data-lbx-color-scheme=dark] .lbxcat.is-filter-open [data-lbx-filter-panel]:before,body[data-lbx-color-scheme=dark] .lbxcat.is-filter-open [data-lbx-filter-panel]:before,body.labosch-dark .lbxcat.is-filter-open [data-lbx-filter-panel]:before{color:#ffffff9e}}@media(max-width:1024px),(pointer:coarse){.lbxcat-universal-filter-close{position:fixed!important;top:var(--lbxcat-universal-close-top, calc(max(10px, env(safe-area-inset-top)) + 88px) )!important;left:calc(max(10px,env(safe-area-inset-left)) + 12px)!important;right:auto!important;bottom:auto!important;z-index:2147483647!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;padding:0!important;margin:0!important;display:none!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(7,9,11,.14)!important;background:#fffffff5!important;color:#050607!important;box-shadow:0 18px 46px #0003!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateZ(0) scale(.96)!important;transition:opacity .16s ease,transform .16s ease!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.lbxcat-universal-filter-close span{display:block!important;font-size:34px!important;line-height:1!important;font-weight:500!important;transform:translateY(-1px)!important}.lbxcat-universal-filter-close.is-visible{display:inline-flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateZ(0) scale(1)!important}html[data-lbx-color-scheme=dark] .lbxcat-universal-filter-close,body[data-lbx-color-scheme=dark] .lbxcat-universal-filter-close,html[data-labosch-theme=dark] .lbxcat-universal-filter-close,body[data-labosch-theme=dark] .lbxcat-universal-filter-close,body.labosch-dark .lbxcat-universal-filter-close{background:#0c0d0ff5!important;color:#fffaf2!important;border-color:#ffffff2e!important}}@media(max-width:1024px),(pointer:coarse){.lbxcat-universal-filter-close{left:auto!important;right:calc(max(10px,env(safe-area-inset-right)) + 14px)!important;top:var(--lbxcat-universal-close-top, calc(max(10px, env(safe-area-inset-top)) + 88px) )!important;width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important}.lbxcat-universal-filter-close span{font-size:32px!important;transform:translateY(-1px)!important}}
/*# sourceMappingURL=/cdn/shop/t/90/assets/labosch-catalog.css.map */
