/* Search input polje */
.t-store__search-input {
  background-color: #000000 !important; /* crna pozadina */
  color: #ffffff !important; /* bijeli tekst */
  border: 1px solid #FFD700 !important; /* zlatni okvir */
  border-radius: 6px;
  padding: 8px 12px;
}

/* Search button */
.t-store__search-button {
  background-color: #FFD700 !important; /* zlatna pozadina */
  color: #000000 !important; /* crni tekst */
  border-radius: 6px;
  font-weight: bold;
}