
.store-button input[type="radio"] {
  display: none;
}

.store-button {
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}

.store-button.active {
  opacity: 1;
  background-color: #0d6efd !important;
  color: white !important;
  font-weight: bold;
  border: 2px solid #0a58ca;
  box-shadow: 0 0 0.5rem rgba(13,110,253,0.6);
}
