.isearch-container {
  padding-top: 24px;
  background-color: white;
  -moz-box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 1px 2px #CCC;
  box-shadow: 0 1px 2px #CCC;
  margin-top: 1px;
}

.isearch-loading,
.isearch-nothing {
  padding: 20px 10px;
}

.isearch-heading {
  padding: 0 10px;
  color: var(--colour-text);
  font-family: 'Inter';
  font-weight: 500;
}

.isearch-product {
  clear: both;
}

.isearch-product,
.isearch-suggestion,
.isearch-more {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  color: #444;
}

.isearch-more {
  padding: 10px;
  border-top: 1px solid #eee;
}

.isearch-product:focus,
.isearch-suggestion:focus,
.isearch-more:focus {
  background-color: #fafafa;
  text-decoration: none;
  color: #444;
}

.isearch-product:hover, .isearch-product.active,
.isearch-suggestion:hover, .isearch-suggestion.active,
.isearch-more:hover, .isearch-more.active {
  background-color: #eee;
  color: #444;
  cursor: pointer;
}

.isearch-heading-product {
  color: var(--colour-text);
  font-family: 'Inter';
  word-break: break-word;
}

.isearch-model {
  color: #999;
  font-family: 'Inter';
}

.isearch-price {
  font-family: 'Inter';
  color: #444;
}

.isearch-price-special {
  font-weight: bold;
}

.isearch-old-value {
  color: #999;
  text-decoration: line-through;
}