/** Shopify CDN: Minification failed

Line 43:12 Expected identifier but found whitespace
Line 43:13 Unexpected "1.4"

**/
#predictive-search{position:relative}
#predictive-search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:1000;display:none}
#predictive-search-results.open{display:block}
#predictive-search-results ul{margin:0;padding:0;list-style:none}
#predictive-search-results li{padding:8px 12px;cursor:pointer}
#predictive-search-results li:hover{background:#eaf7ee}
/* === Rock Rig Supply Search Text Styling === */
#predictive-search-results,
#predictive-search-results li,
#predictive-search-results a,
#predictive-search-results span,
#predictive-search-results div {
  color: #000 !important;
  background-color: #fff;
}

#predictive-search-results li:hover {
  background-color: #16a34a;
  color: #fff !important;
}

#predictive-search input[type="search"],
#predictive-search input {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
}

#predictive-search-results a {
  text-decoration: none;
  display: block;
}

#predictive-search-results li {
  transition: background 0.2s ease;
}
line-height: 1.4;
