/* IPEKERP_STOREFRONT_SEARCH_RESULT_QUALITY_V1 */

body.sf-search-v2 #storefront-product-grid .sf-product-card__placeholder.ipek-category-fallback {
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.sf-search-v2 #storefront-product-grid .sf-product-card__placeholder.ipek-category-fallback img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.sf-search-v2 #storefront-product-grid .sf-product-card__compat.ipek-vehicle-compatible {
  color: #17864a !important;
  font-weight: 800 !important;
}

body.sf-search-v2 #storefront-product-grid .sf-price--missing {
  color: #5d6c7d !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body.sf-search-v2 #storefront-product-grid .sf-price--missing .sf-vat-label {
  display: block !important;
  margin-top: 3px !important;
  color: #8895a5 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

body.sf-search-v2 #storefront-product-grid article.sf-product-card.ipek-card-unavailable {
  border-color: #e3e8ee !important;
}

body.sf-search-v2 #storefront-product-grid article.sf-product-card.ipek-card-purchasable {
  border-color: #d6e0e9 !important;
}

/* Keep unavailable products readable without making them look like a broken card. */
body.sf-search-v2 #storefront-product-grid article.sf-product-card.ipek-card-unavailable
.sf-product-card__image {
  opacity: .94;
}
