/* Chrome, Edge, Safari */
/* .bj_product_menu::-webkit-scrollbar {
    width: 6px;
}

.bj_product_menu::-webkit-scrollbar-track {
    background: transparent;
}

.bj_product_menu::-webkit-scrollbar-thumb {
    background: #3F7FA6;
    border-radius: 10px;
}

.bj_product_menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media(min-width:1025px){
.bj_product_menu{
    height: calc(100dvh - 88px);
    overflow: auto;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    scrollbar-width: thin;
    scrollbar-color: #3F7FA6 transparent;
    }
}
@media(min-width:1280px){
.bj_product_menu{
    height: 600px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #3F7FA6 transparent;
    }
} */