.product .restricted_message_price {
  border: 1px solid #e3e3e3;
  background-color: #f8f8f8;
  color: tomato;
  width: fit-content;
  padding: 8px 15px;
  font-weight: 500;
}

.product:has(.restricted_message_price) .tax-info {
  visibility: hidden;
}

.product_cat-nicht-verfuegbar .tax-info {
  visibility: hidden;
}