/* Defense-in-depth for browsers that paint the native cancel control before
 * the compatibility script changes the input type. */
.carlog-shop-keyword__input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

.carlog-shop-keyword__input[type="search"]::-webkit-search-cancel-button,
.carlog-shop-keyword__input[type="search"]::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.carlog-shop-keyword__clear {
  -webkit-appearance: none;
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
