
/* components/_products.css */
.c-products__item {
	border-width: 2px 8px 8px 2px;
	border-style: solid;
}
	.c-products__description {
		max-width: 24ch;
		height: 120px;
	}


