body .boost-filter {
  position: sticky;
  margin: 0;
  padding: 0 40px;
  top: 97px;
  background-color: #ffffff;
  z-index: 10;
}

body:has(.site-header__sale-message-wrap) .boost-filter {
  top: 195px;
}

body .main-collection__mobile-controls {
  position: sticky !important;
  top: 85px;
  z-index: 10;
  background: white;
  padding: 8px 20px 20px;
  margin: 0;
}

body:has(.site-header__sale-message-wrap) .main-collection__mobile-controls {
  top: 180px;
}