.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    /* border-color: #414042 !important; */
    /* border-color: var(--color-primary) !important; */
    color: #414042 !important;
    color: #ffffff !important;
    background: linear-gradient(227deg, #019cc8, #002740);
}
@media (max-width: 767px) {
    .product-card__price .total-price {
        font-size: 13px;
        color: red;
    }
}