.fixed-pagination {
  display: none;
}
.fixed-pagination .pagination-loader {
  display: none !important;
}
.fixed-pagination.show {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 1418px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.fixed-pagination.show .listingControls .loadMore {
  display: none;
}
.fixed-pagination.show .pagination-wrapper,
.fixed-pagination.show .listingControls {
  margin: 0;
}
.fixed-pagination.show .pagination-wrapper .pagination > strong,
.fixed-pagination.show .listingControls .pagination > strong {
  font-weight: 600;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  position: relative;
  top: 2px;
}
@media (max-width: 1200px) {
  .fixed-pagination.show .pagination-wrapper,
  .fixed-pagination.show .listingControls {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .fixed-pagination.show .pagination-wrapper .pagination,
  .fixed-pagination.show .listingControls .pagination,
  .fixed-pagination.show .pagination-wrapper .pagination-loader,
  .fixed-pagination.show .listingControls .pagination-loader,
  .fixed-pagination.show .pagination-wrapper .pagination-top,
  .fixed-pagination.show .listingControls .pagination-top,
  .fixed-pagination.show .pagination-wrapper .loadMore,
  .fixed-pagination.show .listingControls .loadMore,
  .fixed-pagination.show .pagination-wrapper .goToTop,
  .fixed-pagination.show .listingControls .goToTop {
    width: auto;
    min-width: auto;
  }
  .fixed-pagination.show .pagination-wrapper .pagination-top,
  .fixed-pagination.show .listingControls .pagination-top,
  .fixed-pagination.show .pagination-wrapper .goToTop,
  .fixed-pagination.show .listingControls .goToTop {
    order: initial !important;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .fixed-pagination.show .pagination-wrapper .pagination-top > strong.js-scroll-top,
  .fixed-pagination.show .listingControls .pagination-top > strong.js-scroll-top,
  .fixed-pagination.show .pagination-wrapper .goToTop .goToTop__button,
  .fixed-pagination.show .listingControls .goToTop .goToTop__button {
    display: none;
  }
}
.spinner-hidden.spinner-visible .overlay.spinner {
  display: none !important;
  z-index: 0 !important;
}
body.jupiter .fixed-pagination .pagination-top,
body.jupiter .fixed-pagination .goToTop {
  display: block;
}
body.jupiter .fixed-pagination .pagination-wrapper .pagination,
body.jupiter .fixed-pagination .listingControls .pagination {
  margin: 0;
}
body.jupiter .fixed-pagination .pagination > a,
body.jupiter .fixed-pagination .pagination-top > a,
body.jupiter .fixed-pagination .pagination > strong {
  width: 40px;
  height: 40px;
  line-height: 39px;
}
body.jupiter .fixed-pagination .pagination-top > strong {
  width: auto;
  height: 40px;
  line-height: 39px;
}
.products-block .p a.image:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}