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: #D3D9EC !important;
}
.s-product-card-entry .s-product-card-image,.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;}
    .s-product-card-image-contain{
    	object-fit: cover !important;
    }

 .s-product-card-entry .s-product-card-content,.s-product-card-entry .s-product-card-content .s-product-card-content-sub,.s-product-card-price{
    	text-align: center !important;
    	justify-content: center !important;
    }