.store-card .store-card-image-label{
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-color: rgb(var(--color-white));
  padding: 8px 12px;
  border-radius: 50px;
  color: rgb(var(--color-black));
  z-index: 1;
}

.store-card .store-card-image{
  margin-bottom:24px;
}

@media (min-width: 768px) {
  .store-card .store-card-image{
    margin-bottom:32px;
  }
}
