#boxyfy-produkt-info-container {
	margin-bottom: 15px;
}

.boxyfy-produkt-info-row {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.boxyfy-einheit-input {
	width: 70px;
}

.boxyfy-add-row {
	margin-top: 12px;
	padding: 7px 10px;
	border: none;
	color: #fff;
	background-color: #0173ab;
	cursor: pointer;
}

.boxyfy-remove-row {
	padding: 4px 6px;
	border: none;
	border-radius: 5px;
	color: #000;
	background-color: #eaeaea;
	cursor: pointer;
}

.boxyfy-produkt-info-liste {
	list-style-type: square;
	margin-left: 20px;
}

.boxyfy-wichtig-hinweis {
	color: red;
}

.boxyfy-filter-hover {
	position: relative;
	cursor: pointer;
	color: #0073aa;
}

.boxyfy-filter-hover img {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 800px;
	height: auto;
	z-index: 10;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.boxyfy-filter-hover:hover img {
	display: block;
}
