.card, .card__media button {
  background-color: #FBF9F4;
}

.card__heading a{
  color: #14202E !important;
  font-weight: normal;
}

.card__content button{
  background-color: #A10D32;
  color: #F2ECE3;
}

product-card-wrapper .card{
  border: solid #14202e 2px;
  border-radius: 12px;
}
.card__media img {
  border-radius: 12px;
}