.predictive-search-product {
  padding: 1.6rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgb(var(--color-outline));
  text-align: center;

  @media screen and (min-width: 750px) {
    padding: 2.4rem;
  }
}

.predictive-search-product__media-wrapper {
  border-radius: 0.6rem;
  overflow: clip;
  margin-bottom: 1.6rem;
  @media (min-width: 750px) {
    margin-bottom: 2.4rem;
  }
}

.predictive-search-product__media {
  object-fit: contain;
  background: transparent;
}

.predictive-search-product__title {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: rgb(var(--color-heading));
}

.predictive-search-product__link {
  color: inherit;
  text-decoration: none;
}

.predictive-search-product__link:hover {
  text-decoration: underline;
}

.predictive-search-product__price .price__sale {
  justify-content: center;
}
