.product-card img {
	aspect-ratio: 1/1;
	object-fit: contain;
}

.product-card h3 {
	font-size: 1.5rem;
	font-family: var(--font-decoy);
	color: var(--green-400);
	line-height: 1.4;
}

.product-card p {
	font-weight: normal;
	color: var(--green-400);
}
