.pbca-wrap .wc-pao-addon,
.pbca-wrap .wc-pao-addon-container,
.pbca-wrap .product-addon,
.pbca-wrap .product-addons,
.pbca-wrap .product-addon-totals,
.pbca-wrap .wc-pao-addons-container {
	display: none !important;
}

.pbca-field {
	margin: 0 0 10px;
}

.pbca-amount-input,
.custom-shop .pbca-amount-input {
	width: 100%;
	padding: 4px 10px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000;
	border-left: none;
	border-radius: 0;
	font-size: var(--wp--preset--font-size--medium, 1.188rem);
	line-height: var(--wp--custom--typography--line-height--normal, 1.5);
	font-family: Barlow, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	background: #f1f1f1;
	margin-top: 0;
	margin-bottom: 10px;
}

.pbca-amount-input::placeholder {
	color: #999;
	font-family: Barlow, sans-serif;
	font-weight: 400;
}

.pbca-error {
	color: #b44848;
	font-size: 0.875em;
	margin: -6px 0 10px;
}

.pbca-amount-input.is-invalid {
	border-bottom-color: #b44848;
}

.custom-shop .wc-block-components-product-details__wert,
.custom-shop .wc-block-components-product-details__betrag {
	display: none;
}
