@media screen and (min-width: 750px) {
    .disabled-buy-button {
        background-color: transparent !important;
        border: 1px solid #4E493C !important;
        color: #4E493C !important;
    }
}