/** Shopify CDN: Minification failed

Line 42:0 Unexpected "}"

**/
/* Search drawer - set text color for all elements */
.predictive-search.drawer {
  color: #051c2c !important;
}

/* Input field */
.predictive-search__input {
  color: #051c2c !important;
}

/* Input placeholder */
.predictive-search__input::placeholder {
  color: #051c2c !important;
  opacity: 0.7;
}

/* Close button and icons - they use currentColor so they'll inherit */
.drawer__close-button {
  color: #051c2c !important;
}

/* Search icon in the form */
.predictive-search__form svg {
  color: #051c2c !important;
}

/* Make sure all SVG paths inherit the color */
.predictive-search.drawer svg path {
  stroke: #051c2c !important;
}

/* Footer button text if needed */
.predictive-search .drawer__footer button {
  /* Leave this as is - it's a primary button */
}

}