/* Catalog brand grid: card height from aspect-ratio, not from logo file size. */
a.style_brandItem__K7N45 {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: auto !important;
  min-height: 0;
  aspect-ratio: 10 / 4.2;
  padding: 14px 18px !important;
  overflow: hidden;
}

a.style_brandItem__K7N45 img.style_brandItemImg__Z63zi,
a.style_brandItem__K7N45 .style_brandItemImg__Z63zi {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center;
}

@media only screen and (max-width: 600px) {
  a.style_brandItem__K7N45 {
    height: 60px !important;
    min-height: 60px;
    aspect-ratio: auto;
    padding: 10px 12px !important;
  }

  a.style_brandItem__K7N45 img.style_brandItemImg__Z63zi,
  a.style_brandItem__K7N45 .style_brandItemImg__Z63zi {
    max-height: 40px !important;
  }
}
