.product-price {
  display: flex;
  align-items: center;
  gap: 10px; /* odstęp między ceną a etykietą */
}

.product-price .energy-label img {
  max-height: 60px; /* dopasuj wysokość etykiety */
  width: auto;
}