.product-form__add-to-cart {
  background-color: #2D4F1E !important;
  color: white !important;
}
.product__title--template {
  text-align: center;
}
.product--template:not(.product--no-media) .price {
    text-align: center;
    align-items: center;
}
.button {
    color: white;
    background-color: #2D4F1E;
}
.product-card__description {
  display: none !important;
}