/* XLECHE 3.0.46 — buscador moderno aislado y cache-busted */
.xleche-search-form-modern{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  max-width:100%;
}
.xleche-search-form-modern .xleche-search-field{
  position:relative!important;
  display:flex!important;
  flex:1 1 auto!important;
  align-items:center!important;
  min-width:0!important;
  height:42px!important;
  overflow:hidden!important;
  border:1px solid #343d42!important;
  border-radius:10px!important;
  background:#f7f8f9!important;
  box-shadow:0 1px 0 rgba(255,255,255,.05),0 4px 14px rgba(0,0,0,.14)!important;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.xleche-search-form-modern .xleche-search-field:focus-within{
  border-color:#ff2341!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(255,0,31,.14),0 5px 18px rgba(0,0,0,.18)!important;
}
.xleche-search-form-modern .xleche-search-field-icon{
  position:absolute!important;
  z-index:1;
  left:13px!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  fill:#727b80!important;
  pointer-events:none!important;
}
.xleche-search-form-modern input[type="search"]{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  width:100%!important;
  height:40px!important;
  margin:0!important;
  padding:0 43px 0 40px!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#1d2428!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:400!important;
  line-height:40px!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.xleche-search-form-modern input[type="search"]::placeholder{color:#858e93!important;opacity:1}
.xleche-search-form-modern input[type="search"]::-webkit-search-cancel-button,
.xleche-search-form-modern input[type="search"]::-webkit-search-decoration{-webkit-appearance:none!important;appearance:none!important}
.xleche-search-form-modern .xleche-search-clear{
  position:absolute!important;
  z-index:3!important;
  right:7px!important;
  top:50%!important;
  display:inline-flex!important;
  flex:0 0 30px!important;
  align-items:center!important;
  justify-content:center!important;
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  margin:0!important;
  padding:0!important;
  transform:translateY(-50%)!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#4c565b!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent;
}
.xleche-search-form-modern .xleche-search-clear[hidden]{display:none!important}
.xleche-search-form-modern .xleche-search-clear:hover,
.xleche-search-form-modern .xleche-search-clear:focus-visible{background:#e7eaec!important;color:#151a1d!important;outline:0!important}
.xleche-search-form-modern .xleche-search-clear svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  fill:currentColor!important;
}
.xleche-search-form-modern .xleche-search-submit{
  position:relative!important;
  display:inline-flex!important;
  flex:0 0 44px!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:42px!important;
  min-width:44px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #ff001f!important;
  border-radius:10px!important;
  background:#ff001f!important;
  color:#fff!important;
  box-shadow:0 4px 12px rgba(255,0,31,.2)!important;
  cursor:pointer!important;
  transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease;
  -webkit-tap-highlight-color:transparent;
}
.xleche-search-form-modern .xleche-search-submit:hover,
.xleche-search-form-modern .xleche-search-submit:focus-visible{background:#e7001c!important;border-color:#e7001c!important;box-shadow:0 5px 15px rgba(255,0,31,.28)!important;outline:0!important}
.xleche-search-form-modern .xleche-search-submit:active{transform:translateY(1px)}
.xleche-search-form-modern .xleche-search-submit svg{
  display:block!important;
  width:21px!important;
  height:21px!important;
  min-width:21px!important;
  min-height:21px!important;
  max-width:21px!important;
  max-height:21px!important;
  fill:currentColor!important;
}
.xleche-desktop-search-form .xleche-search-field{width:260px!important;flex:0 1 260px!important}
.xleche-legacy-header .xleche-desktop-search-form.navbar-form{
  display:flex!important;
  align-items:center!important;
  width:auto!important;
  margin-top:7px!important;
  margin-bottom:7px!important;
  padding-right:15px!important;
}
@media(min-width:821px){
  .xleche-desktop-search-form{min-width:311px}
}
@media(max-width:820px){
  .xleche-mobile-search-form.xleche-search-form-modern{display:flex!important;width:100%!important;gap:8px!important;margin:0!important}
  .xleche-mobile-search-form.xleche-search-form-modern .xleche-search-field{flex:1 1 auto!important;width:auto!important;height:46px!important;border-radius:12px!important}
  .xleche-mobile-search-form.xleche-search-form-modern input[type="search"]{height:44px!important;line-height:44px!important;padding-left:42px!important;font-size:16px!important}
  .xleche-mobile-search-form.xleche-search-form-modern .xleche-search-field-icon{left:14px!important;width:19px!important;height:19px!important;min-width:19px!important;min-height:19px!important;max-width:19px!important;max-height:19px!important}
  .xleche-mobile-search-form.xleche-search-form-modern .xleche-search-submit{flex:0 0 48px!important;width:48px!important;height:46px!important;min-width:48px!important;border-radius:12px!important}
  .xleche-mobile-search-form.xleche-search-form-modern .xleche-search-clear{flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:32px!important;right:7px!important}
}
@media(max-width:420px){
  .xleche-mobile-search-panel{padding-left:9px!important;padding-right:9px!important}
  .xleche-mobile-search-form.xleche-search-form-modern{gap:6px!important}
  .xleche-mobile-search-form.xleche-search-form-modern .xleche-search-submit{flex-basis:46px!important;width:46px!important;min-width:46px!important}
}
@media(prefers-reduced-motion:reduce){
  .xleche-search-form-modern .xleche-search-field,.xleche-search-form-modern .xleche-search-submit{transition:none!important}
}
