.products .content {
	padding-top: 50px;
	max-width: 1000px;
}

.products .content h2.category {
	margin-top: 50px;
	background-color: var(--revenna-gray-dark);
	color: var(--revenna-gray-light);
	padding: 20px;
}

td {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

td .button {
	text-align: center;
	color: white;
	padding: 12px 24px;
	font-weight: 500;
	font-size: 15px;
}

.product-image {
	min-width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	/* .products .content h2::after {
		display: unset;
		content: '';
		position: absolute;
		top: 32px;
		left: 300px;
		right: 0;
		background-color: var(--revenna-gray-dark);
		height: 3px;
	} */
}
