.vtex-store-components-3-x-searchBarContainer .vtex-input-prefix__group {
  height: 38px;
}
.vtex-store-components-3-x-searchBarContainer input {
  color: #727273;
  border-radius: 1px;
}
.vtex-store-components-3-x-compactMode input {
  border-style: none !important;
  border-bottom: 2px solid !important;
}
.vtex-store-components-3-x-paddingInput input {
  -webkit-appearance: none;
  padding-left: 40px !important;
}
.vtex-store-components-3-x-searchMobile .vtex-store-components-3-x-vtex-button {
  padding: 0.9rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.vtex-store-components-3-x-searchMobile input {
  border: none;
}
@media only screen and (max-width: 49rem) {
  .vtex-store-components-3-x-searchBarContainer input {
    box-shadow: none;
  }
}
