.js-store-prod-text a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 15px;
  margin-top: 20px;
  border-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #202020 !important;
  border: 2px solid #202020;
  width: 300px;
  text-align: center;
  transition: color 0.3s ease;
}

.js-store-prod-text a:hover {
  background-color: #202020;
  color: #ffffff !important;
}