/* Add custom CSS styles below */ 
.s-product-card-content-footer.rounded-2xl button{
    border-radius: 5px !important;
    padding: 10px !important;
    border-width: 1.5px !important;
    color: #000 !important;
    border-color: #000 !important;
}

custom-salla-product-card.rounded-2xl {
    border: none !important;
}

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

.s-product-card-content-footer.rounded-2xl button:hover{
    border-width: 2px !important;
}