.products-grid .product-image { display:block; width: 100%; height:362px; margin:0 auto;}
.catalog-category-view .products-grid li.item .item-inner { gap:0; }
.products-grid .product-name { margin-bottom: 25px; }
.info-popup { margin-bottom: 12px; }
.products-grid li.item { padding-bottom: 25px; }
.info-popup div div.popup-div { bottom: 116px; }
.catalog-category-view .category-products img { object-fit: none; } 

@media screen and (max-width: 1199px) {
	.catalog-category-view .products-grid .product-image img { height: 100%; }
}

@media screen and (max-width: 767px) {
	.info-popup div div.popup-div { bottom: 111px; }
}

@media screen and (max-width: 675px) {
	.products-grid .product-name { padding: 0; }
}

@media screen and (max-width: 480px) {
	.catalog-category-view .products-grid .actions { margin: 0; }
}