.js-store-prod-text a {
    display: inline-block;
    padding: 10px 53px;
    margin-right: 35px;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #5a4032;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #5a4032;
    color: #ffffff !important;
}

html {
  scroll-padding-top: 96px;    
  scroll-behavior: smooth;
}

@media (max-width: 960px) {
    html {
      scroll-padding-top: 85px;
    }
}