.category_products{padding:10px 0 40px}:root.js .category_products{display:none}.category_products_title{font-size:20px;font-weight:700;color:#fff;margin-bottom:16px}@media(max-width:560px){.category_products_title{font-size:17px}}.category_products_list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}@media(max-width:820px){.category_products_list{grid-template-columns:1fr}}.category_products_item{min-width:0}.category_products_link{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;background:hsla(0,0%,100%,.02);border:1px solid rgba(133,145,255,.1);transition:border-color .15s ease,background .15s ease}.category_products_link:hover{border-color:rgba(133,145,255,.3);background:rgba(109,122,255,.06)}.category_products_img{flex:none;width:46px;height:30px;object-fit:cover;border-radius:5px}.category_products_name{flex:1 1 auto;min-width:0;font-family:Inter,sans-serif;font-size:13px;color:rgba(196,201,224,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category_products_price{flex:none;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#40d04f;white-space:nowrap}