.js-store-grid-cont {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.js-store-grid-cont::-webkit-scrollbar {
  display: none;           
}

.js-store-prod-text a {
    display: inline-block;
    padding: 15px 100px;
    margin-right: 50px;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 600;
    border:2px solid #8D3782;
}
.js-store-prod-text a:first-of-type {
    background-color: ##e1e2dd;
    color: #8D3782 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: ##e1e2dd;
    color: #8D3782 !important;
}
