/* Confirmed live selector: theme H1 color overrides the white hero inheritance. */
.ac-home .ac-hero h1 { color: #fff; }

.acruze-catalog-search { width: 100%; margin: 0 0 24px; }
/* WoodMart otherwise shrink-wraps this tool group to about 303px on desktop. */
.shop-loop-head .wd-shop-tools:has(.acruze-catalog-search) { flex-grow: 1; min-width: 0; }
.wd-shop-tools > .acruze-catalog-search { flex: 1 1 auto; min-width: 0; }
.acruze-catalog-search > label { display: block; margin-bottom: 8px; font-weight: 600; }
.acruze-catalog-search-controls { display: flex; gap: 10px; align-items: stretch; }
.acruze-catalog-search-controls input[type="search"] { flex: 1; width: 100%; min-width: 0; }
.acruze-catalog-search-controls button { flex: 0 0 auto; min-height: 44px; }
.acruze-catalog-search-controls :focus-visible { outline: 3px solid #5143ad; outline-offset: 3px; }
@media (max-width: 480px) {
  .acruze-catalog-search-controls { flex-wrap: wrap; }
  .acruze-catalog-search-controls button { width: 100%; }
}
