.produkty{max-width:1280px;margin:0 auto;padding:1.5rem 1rem}.produkty__header h1{color:var(--navy);margin:0 0 .25rem;font-size:1.75rem}.produkty__count{color:var(--muted);margin:0 0 1.25rem;font-size:13px}.produkty__empty{text-align:center;color:#666;padding:2rem}.produkty__layout{grid-template-columns:260px 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:900px){.produkty__layout{grid-template-columns:1fr}}.filters{overscroll-behavior:contain;scrollbar-width:thin;background:#f7f7f8;border-radius:10px;max-height:calc(100dvh - 96px);padding:1rem;position:sticky;top:80px;overflow-y:auto}@media (max-width:900px){.filters{max-height:none;position:static;overflow:visible}}.filters[data-pending="1"]{opacity:.6}.filters__heading{margin:0 0 .5rem;font-size:1rem}.filters__count{color:#9a9a9a;margin:0 0 .6rem;font-size:12px}.filters__tags{flex-wrap:wrap;gap:6px;margin:0 0 1rem;display:flex}.filters__tag{color:var(--navy);cursor:pointer;background:#e8f8ff;border:1px solid #b8e8ff;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:12px;display:inline-flex}.filters__tag:hover{background:#d3f0ff}.filters__tag span{font-size:14px;line-height:1}.filters__tags-reset{color:#9a9a9a;cursor:pointer;background:0 0;border:0;padding:4px 6px;font-family:inherit;font-size:12px;text-decoration:underline}.filters__tags-reset:hover{color:var(--navy)}.filters__group{border:0;margin:0 0 1rem;padding:0}.filters__group legend{margin-bottom:.35rem;padding:0;font-size:.9rem;font-weight:600}.filters__check{cursor:pointer;align-items:center;gap:.5rem;padding:.15rem 0;font-size:.9rem;display:flex}.filters__swatches{flex-wrap:wrap;gap:10px;display:flex}.filters__swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:28px;height:28px;padding:0;transition:border-color .15s,transform .15s}.filters__swatch--light{border-color:#dcdcdc}.filters__swatch:hover{border-color:var(--brand);transform:scale(1.1)}.filters__swatch.is-on{border-color:var(--navy);transform:scale(1.15);box-shadow:0 0 0 3px #002e5233}.filters__range{gap:.5rem;display:flex}.filters__range label{flex-direction:column;flex:1;gap:2px;font-size:.8rem;display:flex}.filters__range input,.filters__num{box-sizing:border-box;border:1px solid #ccc;border-radius:6px;width:100%;padding:.35rem .5rem;font-family:inherit}.filters__num{font-size:.85rem}.filters__hint{color:#9a9a9a;margin:4px 0 0;font-size:11px;line-height:1.35}.filters__reset{cursor:pointer;background:0 0;border:1px solid #999;border-radius:6px;width:100%;margin-top:.25rem;padding:.4rem .75rem;font-family:inherit}.filters__reset:hover{border-color:var(--navy);color:var(--navy)}.produkty__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;transition:box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.product-card:hover{border-color:#d7d7da;box-shadow:0 6px 18px #00000012}.product-card__media{aspect-ratio:4/3;background:#f0f0f2;display:block;position:relative}.product-card__media img{object-fit:contain;width:100%;height:100%}.product-card__placeholder{color:#999;place-items:center;width:100%;height:100%;font-weight:600;display:grid}.product-card__body{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.product-card__meta{color:#666;gap:.5rem;font-size:.8rem;display:flex}.product-card__brand{color:#222;font-weight:600}.product-card__name{margin:0;font-size:1rem;line-height:1.3}.product-card__name a{color:inherit;text-decoration:none}.product-card__name a:hover{color:var(--brand)}.product-card__specs{grid-template-columns:1fr 1fr;gap:.25rem .75rem;margin:0;font-size:.85rem;display:grid}.product-card__specs div{justify-content:space-between;display:flex}.product-card__specs dt{color:#777}.product-card__specs dd{margin:0;font-weight:600}.product-card__footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.product-card__energy{border-radius:3px;padding:.15rem .45rem;font-size:.8rem;font-weight:700}.product-card__kind{color:#666;font-size:.8rem}.product-card__price{margin-top:.4rem}.product-card__price-val{color:#1a1a1a;font-size:1.15rem;font-weight:700}.product-card__price-sub{color:#9a9a9a;margin-top:2px;font-size:.7rem;display:block}.product-card__price-anfrage{color:#9a9a9a;font-size:.85rem;font-style:italic}.product-card__cta{text-align:center;background:var(--navy);color:#fff;border-radius:6px;margin-top:.35rem;padding:.5rem .75rem;font-weight:600;text-decoration:none;display:inline-block}.product-card__cta:hover{background:#024d6c}.product-card__cta--ghost{color:var(--navy);background:0 0;border:1px solid #dcdcdc}.product-card__cta--ghost:hover{border-color:var(--navy);background:#f0f5fb}.pagination{justify-content:center;margin:2rem 0 1rem;display:flex}.pagination__row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.pagination__btn{color:var(--navy);border:1px solid #ccc;border-radius:6px;padding:.5rem .8rem;font-weight:600;text-decoration:none}.pagination__btn:hover{border-color:var(--navy)}.pagination__btn--disabled{color:#bbb;cursor:not-allowed;border-color:#eee}.pagination__jump{color:#555;font-size:14px}.product-card__tags{align-items:center;gap:.5rem;display:flex}.product-card__color{color:#444;white-space:nowrap;align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.product-card__color-dot{border:1px solid #0000002e;border-radius:50%;flex:none;width:10px;height:10px;display:inline-block}
