/* RinFire storefront refinements. ShopXO data and interactions remain unchanged. */

/* The catalog contains only a few products, so omit redundant result-count copy. */
.search-container .map-item > li:first-of-type,
.search-container .map-base-tips > p {
  display: none;
}

/* Hide the preset price-band row while preserving ShopXO's underlying filters. */
.search-container .map-item > .screening-price-container {
  display: none;
}