.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product{display:flex;flex-direction:column;min-width:0;height:100%;border-radius:13px}.product-image{height:148px!important;min-height:148px!important;max-height:148px!important;overflow:hidden!important;padding:8px}.product-image img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:132px!important;object-fit:contain!important;padding:4px!important}.product-info{display:flex!important;flex:1;flex-direction:column;padding:14px!important}.product h3{height:34px!important;min-height:34px;margin:6px 0!important;line-height:1.4}.product-info>p{height:27px!important;min-height:27px!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;line-height:1.5;margin:4px 0!important}.product .price{margin-top:auto!important;min-height:auto!important;background:#eef5ff;border:1px solid #dbeaff;border-radius:8px;padding:9px 10px;margin-bottom:10px}.product .price strong{font-size:21px!important;line-height:1.1;color:#075dcc!important}.product .price small{margin-top:3px;color:#66768d}.product .add{flex:none}@media(max-width:820px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-image{height:125px!important;min-height:125px!important}.product-image img{max-height:110px!important}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}}
