textarea {
	width: 500px;
	height: 200px;
}

.product-page {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px 10px;
	text-align: center;
	padding-bottom: 40px;
}

.product-page img {
	width: 100%;
	height: 200px;
}	

.product-nav {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.hide {
	display: none;
}

#display_edit {
	display: block;
}

.product-image {
	width: auto;
	max-width: 100%;
}

.fixture-filter-buttons p {
	display: inline;
	margin: 0;
	padding: 0;
}

.automation-subclass {
	margin-top: 10px;
	margin-left: 20px;
	width: fit-content;
}

.automation-subclass hr {
	width: 120%;
	margin-left: 10px;
}