/* JBA v16.20.84 — visible auto-load control + mobile full AJAX search submit */

/* Footer/listing automatic-load button: dark blue with readable white text. */
html body .autoload-kies .autoload-key,
html body #content-page.jba-v1670-shop-listing .autoload-kies .autoload-key{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 18px!important;
  border:1px solid #174f80!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#0a315a,#15547f)!important;
  color:#fff!important;
  opacity:1!important;
  text-shadow:none!important;
  box-shadow:0 7px 18px rgba(4,39,78,.24)!important;
  font-weight:850!important;
}
html body .autoload-kies .autoload-key:hover,
html body .autoload-kies .autoload-key:focus-visible{
  background:linear-gradient(135deg,#082947,#0e466e)!important;
  color:#fff!important;
}
html body .autoload-kies .autoload-key:disabled{
  background:#164d78!important;
  color:#fff!important;
  opacity:.72!important;
}

/* The mobile magnifier is a real submit button; it only requests AJAX results. */
@media (max-width:900px), (pointer:coarse){
  #jbaV15266MobileSearch .jba-v15266-search-leading{
    position:absolute!important;
    right:8px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:3!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    height:40px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:12px!important;
    background:#edf3f8!important;
    color:#0a3b65!important;
    cursor:pointer!important;
    -webkit-appearance:none!important;
    appearance:none!important;
  }
  #jbaV15266MobileSearch .jba-v15266-search-leading:active{
    transform:translateY(-50%) scale(.96)!important;
  }
  #jbaV15266MobileSearch .jba-v15266-search-form input{
    padding-right:58px!important;
  }
  #jbaV15266MobileSearch[data-jba-v162084-full-ajax-search="1"] .jba-v15266-search-results{
    contain:layout style!important;
    overscroll-behavior:contain!important;
  }
  #jbaV15266MobileSearch .jba-v15266-search-result.jba-v1632-search-product{
    border-color:rgba(12,76,121,.16)!important;
  }
}
