/* Add custom CSS styles below */ .btn-primary {
  background-color: #ff6b6b !important;
  border-color: #ff6b6b !important;
}
.btn-primary:hover {
  background-color: #e65a5a !important;
}

.product-card img {
  border-radius: 15px;
}
header {
  background-color: #f5f5f5 !important;
}
.footer-salla-logo {
  display: none !important;
}
.product-card {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}