/** Shopify CDN: Minification failed

Line 50:14 Expected "*/" to terminate multi-line comment

**/
.search__input.field__input {
  padding-right: 5rem;
}

.search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
}

.search__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.search__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.search__button:not(:focus-visible):not(.focused){
  box-shadow: inherit;
  background-color: inherit;
}

.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* DAC Fallback SVG for page search results without featured image */
.fallback {
  display: flex !important;
  align-content: center;
  justify-content: center;
}

.fallback svg {
  width: 70%;
}
/* DAC END Mod