/*
 * JBA v16.20.136
 * Fine-tunes the homepage category carousel when dedicated external icon
 * files are used instead of inline-only SVG art.
 */
body .jba-v1620121-category-image{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;
}
body .jba-v1620121-category-image img{
  padding:6px!important;
  object-fit:contain!important;
  object-position:center center!important;
  filter:none!important;
}
@media (max-width:767px){
  body .jba-v1620121-category-image img{
    padding:5px!important;
  }
}
