/* Preserve the complete square supplier images in the Product Formats cards. */
.gv-products .gv-format-card > img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	background: #eef4f7;
}
