.template-search:not(.js-drawer-open-right) input {
  padding: 10px;
}
.template-search:not(.js-drawer-open-right) .input-group-field {
  border: 1px solid var(--text-color);
}
.template-search:not(.js-drawer-open-right) h2.search-result-type {
  font-size: 14px;
  opacity: 0.5;
}
.search-bar-input-group {
  position: relative;
}
.search-bar-input-group .search-drawer--clear {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  border: 0;
  background: 0 0;
}
.search-bar-input-group input {
  padding: 10px;
}
.template-search .search--header {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .template-search .collection-filters__sidebar {
    padding-right: 30px;
  }
}
