
select[name="attribute_rodzaj-odpadu"] {
  display: none !important;
}

.odpad-swatch-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
}

.odpad-swatch {
  cursor: pointer;
  border: 2px solid transparent;
  padding: 8px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;
  width: 130px;
}

.odpad-swatch img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.odpad-swatch.active {
  border-color: #0071a1;
  background-color: #f0f8ff;
}
