/* Add custom CSS styles below */ 
custom-salla-product-card .s-product-card-content-footer {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  position: static !important;
  margin-top: 10px !important;
  transition: none !important;

}

.s-product-card-entry:hover .s-product-card-content-footer,.s-products-slider-card:hover .s-product-card-content-footer  {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

 
custom-salla-product-card salla-add-product-button{
  width: 100% !important;
  display: block !important;
  border-radius: 8px !important;
}
.s-product-card-content-footer * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.s-product-card-entry .s-product-card-content-footer .s-button-btn{
	background-color: #F4F4F5 !important;
}