.fixed-products .product-card__addToCart__btn salla-button {
    background: rgb(225 160 142);
    border-radius: 20px;
}
.special-product .s-button-btn {
    background: rgb(225 160 142);
    color: white;
  border-radius: 20px;
}

@media (max-width: 991px) {
    body.enhanced_add_btn_in_mobile .product-card__content-wrapper {
        padding: 25px 6px 10px !important;
    }
}