
/* Marka logolu filtre butonları */
.brand-filters .brand-filter-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center;
  gap:8px !important;
  min-height:38px;
}
.brand-filters .brand-filter-item img{
  width:72px;
  height:22px;
  object-fit:contain;
  object-position:center;
  display:block;
}
.brand-filters .brand-filter-item span{white-space:nowrap}
@media(max-width:768px){
  .brand-filters .brand-filter-item img{width:58px;height:19px}
}
