.page-title.decorated .text {
	font-size: 5rem;
	color: white;
	background-color: var(--color-green);
}

.page-title .decoration-line {
	background-color: var(--color-green);
}

#product-list .square-tile .name {
	font-family: "Dela Gothic One";
}

@media screen and (width < 1140px) {
	#content .page-title .text {
		font-size: 2.5rem !important;
	}
}
