#js-product-list .pagination {
    display: none;
}

.bon-scroll-button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.bon-scroll-button-wrapper:not(.show) {
    display: none;
}

.bon-scroll-button {
    cursor: pointer;
}

.bon-scroll-button-loader {
    display: flex;
    justify-content: center;
}

.bon-scroll-button-loader:not(.show) {
    display: none;
}

.bon-scroll-button-loader img {
    width: 40px;
    height: 40px;
    margin: 20px;
}

.bon-scroll-button-loader.active img {
    display: block;
}
