.storefront--hightownpharmacy #search-bar { position: fixed; max-height: calc(100dvh - 104px); overflow-y: auto; }
.storefront--hightownpharmacy #search-bar #search-results { overflow: visible; max-height: none; }
.storefront--hightownpharmacy #search-bar #search-loader:not([hidden]) { display: block; height: 60px; }
.storefront--hightownpharmacy #search-bar #search-status { margin: 10px 24px 16px; font-size: 16px; color: #424242; }
.storefront--hightownpharmacy #search-load-more,
.storefront--hightownpharmacy .hightown-search-retry { display: block; margin: 16px auto 24px; padding: 12px 24px; }
.storefront--hightownpharmacy #search-bar div.search-img { width: 90px; height: 90px; flex: 0 0 90px; }
.storefront--hightownpharmacy #search-bar div.search-img > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.storefront--hightownpharmacy #search-bar .search-product { margin-top: 0; overflow-wrap: anywhere; }
.storefront--hightownpharmacy #treatment-search-form {
  display: flex; align-items: center; box-sizing: border-box; width: 100%; max-width: none; margin: 0;
}
.storefront--hightownpharmacy #treatment-search-form:focus-within { box-shadow: inset 0 -2px 0 #008c78; }
.storefront--hightownpharmacy #search-bar #search-bar-input {
  display: block; flex: 1 1 0%; width: 0; min-width: 0; max-width: none;
  height: auto; min-height: 44px; margin: 2px 0 0 10px; padding: 0;
  appearance: none; border: 0; border-radius: 0; box-shadow: none; outline: 0 !important;
  background: transparent; color: #272d30; font: 400 40px/1.25 Lato, sans-serif;
}
.storefront--hightownpharmacy #search-bar-input::-webkit-search-cancel-button,
.storefront--hightownpharmacy #search-bar-input::-webkit-search-decoration { -webkit-appearance: none; display: none; }
.storefront--hightownpharmacy #treatment-search-form > .search-bar-icon { flex-shrink: 0; }
.storefront--hightownpharmacy #close-search { padding: 12px; flex-shrink: 0; }

.storefront--hightownpharmacy #close-search { border: 0; background: transparent; color: inherit; cursor: pointer; }
.storefront--hightownpharmacy #search-bar :is(a, button):focus-visible { outline: 2px solid #008c78 !important; outline-offset: 3px; }
@media (max-width: 1000px) { .storefront--hightownpharmacy #search-bar { max-height: calc(100dvh - 81px); } }
@media (max-width: 576px) {
  .storefront--hightownpharmacy #search-bar #search-bar-input { font-size: 22px; }
  .storefront--hightownpharmacy #search-bar div.search-img { width: 80px; height: 80px; flex-basis: 80px; }
  .storefront--hightownpharmacy #search-bar .search-product { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) { .storefront--hightownpharmacy #search-bar { transition: none !important; } }
