.postsFilterShop-title{font-size:20px;margin-bottom:20px}.postsFilterShop-list{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px}@media(max-width:1040px){.postsFilterShop-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.postsFilterShop-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:450px){.postsFilterShop-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.postsFilterShop-item{align-items:center;background:#fff;border-radius:10px;display:flex;gap:18px;justify-content:flex-start;padding:12px;text-align:left;transition:none}.postsFilterShop-item__image{flex:0 0 64px;height:64px;min-width:64px}.postsFilterShop-item__image figure{border-radius:8px;display:block}.postsFilterShop-item__image img{display:block;height:auto;width:100%}.postsFilterShop-item__name{line-clamp:2;-webkit-line-clamp:2;color:var(--color_black_main);font-weight:500;line-height:1.4;margin-bottom:3px}.postsFilterShop-item__name,.postsFilterShop-item__stat{-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.postsFilterShop-item__stat{line-clamp:1;-webkit-line-clamp:1;color:var(--color_black_60);line-height:1.5}.postsFilterShop-item--active{background:var(--color_red_10)}.postsFilterCategory-title{font-size:20px;margin-bottom:20px}.postsFilterCategory-list{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:10px}@media(max-width:1040px){.postsFilterCategory-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.postsFilterCategory-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:450px){.postsFilterCategory-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.postsFilterCategory-item{align-items:center;background:#fff;border-radius:10px;display:flex;gap:18px;justify-content:flex-start;padding:12px;text-align:left;transition:none}.postsFilterCategory-item__image{flex:0 0 64px;height:64px;min-width:64px}.postsFilterCategory-item__image figure{border-radius:8px;display:block}.postsFilterCategory-item__image img{display:block;height:auto;width:100%}.postsFilterCategory-item__name{line-clamp:2;-webkit-line-clamp:2;color:var(--color_black_main);font-weight:500;line-height:1.4;margin-bottom:3px}.postsFilterCategory-item__name,.postsFilterCategory-item__stat{-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;overflow:hidden;text-overflow:ellipsis}.postsFilterCategory-item__stat{line-clamp:1;-webkit-line-clamp:1;color:var(--color_black_60);line-height:1.5}.postsFilterCategory-item--active{background:var(--color_red_10)}