/* Add custom CSS styles below */ 
.s-product-card-content {
  background: black;
}

.s-product-card-content-title a {
  color: white !important;
}

.s-product-card-price, .s-product-card-starting-price h4 {
  color: white;
}
  
.s-button-outline {
    background: white !important;
  }

.s-product-card-content-footer salla-add-product-button .s-button-outline:hover {
  color: white;
  background: #952d30 !important;
}

.bg-green-500 {
  background-color: rgb(171 35 38);
}