@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #00A0E3; } ::-webkit-scrollbar-track { background-color: #FAFAFA; } ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }

.t-store__prod-popup__btn-wrapper {
    display: none;
}
.js-store-prod-text a:first-of-type {
    background-color: #F97938;
    color: #ffffff !important;
    border-radius: 30px;
}
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type:hover {
    background-color: #FFDBCA;
    color: #ffffff !important;
}