.preview-btn {
  justify-self: right;
  display: flex;
  width: 35px;
  height: 35px;
  background: var(--primary);
  color:  var(--text);
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease-in;
  justify-content: center;
  align-items: center;
  border: 0;
}

.preview-btn:hover {
  cursor: pointer;
  color: var(--background-900);
}

.filters {
  max-width: 1400px;
  margin: 2rem auto;
  padding: 0 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.search-bar {
  display: flex;
  width: 100%;
  align-items: center;
}

.search-bar i {
  font-size: 1.5rem;
  color: var(--sub-text);
}

.search-bar input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  offset: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font-size: 1rem;
}