.stores__grid .store-card .store-card__actions {
  flex-wrap: wrap;
  justify-content: center;
}

.stores__grid .store-card .store-card__actions .store-card__actions-btn-label {
  font-size: 1.0001041667vw;
}

.storeType {
  color: #47473e;
  font-family: Montserrat, sans-serif;
  font-size: 2.125vw;
  font-weight: 700;
  text-align: center;
  display: block;
  padding-top: 2.8229166667vw;
  margin: 1.8229166667vw auto;
}

@media (max-width: 750px) {
  .stores__grid .store-card .store-card__actions .store-card__actions-btn-label {
    font-size: 5.3333333333vw;
  }
  body#product .stores__title {
    margin-bottom: 11vw;
  }
  .storeType {
    font-size: 6.125vw;
  }
}/*# sourceMappingURL=add.css.map */