/* Card Add to Cart button (Celia) */
.product-card__addToCart,
.product-card__add-to-cart,
.product-card button[type="submit"],
.product-card .btn,
.product-card .button {
  background-color: #038a84 !important;
  background: #038a84 !important;
  border-color: #038a84 !important;
  color: #fff !important;
}

/* Hover */
.product-card__addToCart:hover,
.product-card__add-to-cart:hover,
.product-card button[type="submit"]:hover,
.product-card .btn:hover,
.product-card .button:hover {
  background-color: #026f6a !important;
  background: #026f6a !important;
  border-color: #026f6a !important;
}