/* === Styl-tlacitek-vypisy.css === */
.products .btn.btn-cart.add-to-cart-button,
.products .btn.btn-primary,
.products .btn.btn-default {
  background-color: #ffffff !important;
  border: 2px solid #D6477E !important;
  color: #D6477E !important;
  border-radius: 9999px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.products .btn.btn-cart.add-to-cart-button:hover,
.products .btn.btn-primary:hover,
.products .btn.btn-default:hover {
  background-color: #D6477E !important;
  color: #ffffff !important;
  border-color: #D6477E !important;
}
