.tvproduct-custom-labels {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  gap: .5rem;
}

.tvproduct-additional-labels {
  position: absolute;
  bottom: 0.5rem;
  left: -1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.tvproduct-additional-labels .custom-label,
.tvproduct-custom-labels .custom-label {
  position: relative;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  width: fit-content;
}
.tvproduct-custom-labels .custom-label {
  border-radius: 0 0 3px 3px;
}
.tvproduct-additional-labels .custom-label {
  border-radius: 0 3px 3px 0;
}
@media (max-width: 990px) {
  .tvproduct-additional-labels {
    left: 0;
  }
}
@media (max-width: 768px) {
  .tvproduct-custom-labels {
    flex-direction: column;
    right: 0;
    left: auto;
    align-items: flex-end;
    bottom: auto;
    top: 0;
  }
  .tvproduct-wrapper.catelog::before {
    display: none;
  }
  .tvproduct-custom-labels .custom-label {
    text-align: right;
    width: auto;
    max-width: 100%;
    border-radius: 3px 0 0 3px !important;
  }
  .tvproduct-additional-labels {
    bottom: 0;
    left: 0;
  }
  .tvproduct-additional-labels .custom-label {
    border-radius: 0 3px 3px 0 !important;
  }
}

.tvproduct-wrapper.catelog {
  position: relative;
}

/* Pozostałe style etykiet - bardziej wyraziste kolory */
.label-recommended {
  background-color: #ffd700; /* Złoty */
  color: #333;
}

.label-new {
  background-color: #1e90ff; /* Dodger Blue */
  color: white;
}

.label-value {
  background-color: #2e8b57; /* Sea Green */
  color: white;
}

.label-bestseller {
  background-color: #ffd700; /* Złoty */
  color: #333;
}

.label-limited {
  background-color: #dc143c; /* Crimson */
  color: white;
}

.label-last-items {
  background-color: #dc143c; /* Crimson */
  color: white;
}

.label-ev {
  background-color: #1e90ff; /* Dodger Blue */
  color: white;
}

.label-sport {
  background-color: #dc143c; /* Crimson */
  color: white;
}

.label-eco {
  background-color: #2e8b57; /* Sea Green */
  color: white;
}

.label-premium {
  background-color: #ffd700; /* Złoty */
  color: #333;
}
