.js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #25d366;
    color: #ffffff !important;
}

html {
  scrollbar-width: none; /* Для Firefox */
  -ms-overflow-style: none; /* Для IE и Edge */
}
html::-webkit-scrollbar {
  display: none; /* Для Chrome, Safari и Opera */
}
 