/* Catalog card tuning */
.catalog-grid{gap:10px}.cat{height:205px;padding:18px 14px 20px;overflow:hidden}.cat img{display:block;object-fit:contain;object-position:center center;filter:drop-shadow(0 10px 14px rgba(9,28,62,.10))}.catalog-grid .cat:nth-child(1) img{width:168px;height:118px}.catalog-grid .cat:nth-child(2) img{width:126px;height:124px}.catalog-grid .cat:nth-child(3) img{width:124px;height:124px}.catalog-grid .cat:nth-child(4) img{width:160px;height:120px}.catalog-grid .cat:nth-child(5) img{width:172px;height:116px}.catalog-grid .cat:nth-child(6) img{width:142px;height:120px}.cat h3{margin-top:10px;min-height:38px;display:flex;align-items:center;justify-content:center}.cat{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.cat:hover{transform:translateY(-2px);border-color:#c9daf3;box-shadow:0 14px 30px rgba(31,69,117,.09)}@media(max-width:980px){.cat{height:210px}}@media(max-width:640px){.cat{height:auto;min-height:190px}.cat img{width:165px!important;height:125px!important}}
