.brand-icon-wrapper {
  display: flex;
  width: 100%;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.brand-icon-wrapper .brand-icon {
  flex: 1 0 0;
  max-width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.brand-icon-wrapper .brand-icon img {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.brand-icon-wrapper .brand-icon p {
  display: none;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}/*# sourceMappingURL=product_icons.css.map */