.price-with-discount {
  text-align: right;
}

.final-price {
  color: #dc3545;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2;
}

.original-line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.original-price {
  text-decoration: line-through;
  color: #6c757d;
  font-size: 0.8em;
}

.discount-badge {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
  font-size: 0.7em;
  padding: 5px;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap;
}

.sbProductsPrice {
  min-width: 100px;
}

#filterSelect {
  max-width: 270px;
}
