.product-grid-element-small {
	padding: 1rem;
	border-radius: 1px;
	border: 1px solid var(--gray-200);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: black;
	margin: 0.5rem;
}

.product-grid-small-image {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 8rem;
	height: 8rem;
}

.product-grid-small-title {
	font-size: var(--text-base);
	text-align: center;
	font-weight: 500;
	margin-top: 1rem;
}
