.product-listing-block {
  width: 100%;
  max-width: 980px;
  margin: 3em auto 0;
  position: relative;
  z-index: 1;
}

.product-listing-block .product-listing-filter {
  display: none;
}

.product-listing-block .bv-rating {
  display: flex;
  justify-content: center;
} 

.where-to-buy-block [data-t-styled-as="FilterBar"] {
  top: var(--nav-height);
  background-color: var(--white);
}

@media (width >= 1024px) {
  .where-to-buy-block [data-t-styled-as="FilterBar"] {
    top: var(--nav-height-tablet);
  }
}

@media (width >= 1260px) {
  .where-to-buy-block [data-t-styled-as="FilterBar"] {
    top: var(--nav-height-desktop);
  }
}