#product-thumb-list {
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        #product-thumb-list::-webkit-scrollbar {
            display: none;
            width: 0;
            height: 0;
        }
