.coll{display:grid;grid-template-columns:1fr;gap:24px}
.coll__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}
.coll__count{font-size:14px;color:#555;font-weight:600}
.coll__filters{min-width:0}
.coll-filters__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.coll-filters__title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}
.coll-filters__clear{font-size:13px;color:#2ECC71;font-weight:600;text-decoration:none}
.coll-filter{border-top:1px solid #E8EDE5;padding:12px 0}
.coll-filter__label{font-size:15px;font-weight:700;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.coll-filter__label::-webkit-details-marker{display:none}
.coll-filter__label::after{content:"+";color:#999;font-weight:700}
.coll-filter[open] .coll-filter__label::after{content:"\2013"}
.coll-filter__list{list-style:none;padding:10px 0 2px;margin:0;display:grid;gap:8px;max-height:240px;overflow:auto}
.coll-filter__opt{display:flex;align-items:center;gap:8px;font-size:14px;color:#1A1A1A;cursor:pointer}
.coll-filter__opt.is-disabled{opacity:.45;cursor:default}
.coll-filter__opt input{accent-color:#2ECC71;width:16px;height:16px;flex:0 0 auto}
.coll-filter__count{margin-left:auto;color:#999;font-size:12px}
.coll-filter__price{display:flex;align-items:center;gap:8px;padding-top:10px;font-size:14px;color:#555}
.coll-filter__price input{width:84px;border:1px solid #E8EDE5;border-radius:8px;padding:8px;font-family:inherit;font-size:14px}
.coll-active{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.coll-pill{display:inline-flex;align-items:center;gap:6px;background:#F2F5EF;border:1px solid #E8EDE5;border-radius:999px;padding:5px 12px;font-size:13px;color:#1A1A1A;text-decoration:none}
.coll-pill::after{content:"\00d7";color:#999;font-weight:700}
.coll-pill--clear{background:none}
.collection-sort select{border:1px solid #E8EDE5;border-radius:10px;padding:9px 12px;font-family:inherit;font-size:14px;background:#fff;cursor:pointer}
@media(min-width:900px){.coll--has-filters{grid-template-columns:220px 1fr;align-items:start}}
