.card-store {
  background-repeat: no-repeat;
  background-size: 100% 60%;
}

.card-store .border-image {
  height: 74px;
}

.card-store[data-vendor='58'] {
  background-image: url("../../images/products/ponto-frio.png");
}

.card-store[data-vendor='60'] {
  background-image: url("../../images/products/bahia.png");
}

.card-store[data-vendor='59'] {
  background-image: url("../../images/products/extra.png");
}

.card-store[data-vendor='62'] {
  background-image: url("../../images/products/magalu.png");
}

.store-logo {
  height: 115px;
}

.store-logo img {
  max-width: 100px;
  margin: 0px auto;
  max-height: 75px !important;
  width: auto !important;
}

.store-image-product {
  height: 65px;
}

.card-placeholder {
  background-image: url("../../images/products/card_placeholder.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/*# sourceMappingURL=stores.css.map */