.coll-head{background:var(--grad-canvas);border-bottom:1px solid var(--line);padding-block:clamp(30px,4vw,54px)}.shop{grid-template-columns:264px 1fr;align-items:start;gap:36px;display:grid}.filters{top:calc(var(--nav-h) + 18px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:6px 20px 20px;position:sticky}.f-group{border-bottom:1px solid var(--line);padding:18px 0}.f-group:last-child{border:none}.f-group h4{font-family:var(--font-brand);letter-spacing:.16em;text-transform:uppercase;color:var(--metal);margin-bottom:14px;font-size:.68rem}.f-check{cursor:pointer;color:var(--ink-2);align-items:center;gap:10px;padding:6px 0;font-size:.9rem;display:flex;position:relative}.f-check:hover{color:var(--ink)}.f-check input{opacity:0;position:absolute}.f-box{border:1.6px solid var(--line-2);border-radius:6px;flex:none;place-items:center;width:19px;height:19px;transition:all .2s;display:grid}.f-box svg{color:#fff;opacity:0;stroke-width:2.4px;width:13px;height:13px;transition:all .2s;transform:scale(.5)}.f-check input:checked+.f-box{background:var(--accent);border-color:var(--accent)}.f-check input:checked+.f-box svg{opacity:1;transform:none}.f-check .n{color:var(--ink-3);margin-left:auto;font-size:.76rem}.range-val{color:var(--ink-2);justify-content:space-between;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.filters input[type=range]{width:100%;accent-color:var(--accent)}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.search-box{flex:1;max-width:340px;position:relative}.search-box input{border-radius:var(--radius-pill);border:1.4px solid var(--line-2);background:var(--surface);width:100%;padding:.72em 1em .72em 2.5em}.search-box svg{width:17px;height:17px;color:var(--ink-3);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.active-chips{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.chip-x{border-radius:var(--radius-pill);background:var(--accent-tint);color:var(--accent-deep);align-items:center;gap:6px;padding:.4em .5em .4em .85em;font-size:.8rem;font-weight:600;display:inline-flex}.chip-x button{width:18px;height:18px;color:var(--accent-deep);border-radius:50%;place-items:center;display:grid}.chip-x button:hover{background:var(--accent);color:#fff}.chip-x svg{width:11px;height:11px}.grid-shop{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.filter-toggle{display:none}.empty{text-align:center;color:var(--ink-2);padding:80px 20px}.filters__head{justify-content:space-between;align-items:center;display:flex}.filters__close,.filters__apply,.filters-scrim{display:none}@media (max-width:1050px){.grid-shop{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.shop{grid-template-columns:1fr}.filters{z-index:90;border-radius:0;flex-direction:column;width:min(88vw,320px);max-height:100vh;padding-bottom:0;transition:transform .35s;display:flex;position:fixed;inset:0 0 0 auto;overflow:auto;transform:translate(100%)}.filters.open{box-shadow:var(--shadow-lg);transform:none}.filter-toggle{display:inline-flex}.filters-scrim{z-index:89;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#160c0875;animation:.25s filtersScrim;display:block;position:fixed;inset:0}@keyframes filtersScrim{0%{opacity:0}to{opacity:1}}.filters__close{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--ink-2);border-radius:50%;flex:none;place-items:center;display:grid}.filters__close svg{width:15px;height:15px}.filters__apply{border-radius:0;width:calc(100% + 40px);margin:auto -20px 0;padding-block:1em;display:flex;position:sticky;bottom:0;box-shadow:0 -8px 20px #4a26181a}}[data-theme=dark] .filters-scrim{background:#0009}@media (max-width:480px){.grid-shop{grid-template-columns:1fr 1fr;gap:14px}}
