.price-section.price-section--withTax.non-sale-price--withTax {
  display: none !important; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none !important; }

.sale-flag-side {
  display: none; }

/* Desktop: force faceted filters to appear first in the left sidebar */
@media (min-width: 801px) {
  #side-categories {
    display: flex;
    flex-direction: column; }
  /* Filters block (your theme wraps faceted search inside .shop-by-price) */
  #side-categories .shop-by-price {
    order: -10 !important; }
  /* Put categories + brands after filters */
  #side-categories .categories {
    order: 0 !important; }
  #side-categories .brands-option {
    order: 1 !important; }
  /* Banner last */
  #side-categories .sidenav-banner {
    order: 2 !important; } }
