@media screen and (max-width:575px){
  .collection-filter__item--count { text-transform: capitalize;color: #000;text-align: center;font-size: 13px;font-style: normal;font-weight: 600;line-height: 24px; }
  .collection-filter-btn svg.icon.icon-filter path{fill: #000;}
  .collection-filter-btn.btn.btn--tertiary{border:1px solid rgba(0, 0, 0, 0.10);background:#FFF;border-radius:0;}
  .collection-filter select{border:1px solid rgba(0, 0, 0, 0.10);background-color:#FFF;border-radius:0;}
  select#SortBy {color: #000;font-family: Inter;font-size: 14px !important;font-weight: 500;line-height: 18px;}
  select#SortBy option{color: #000;font-family: Inter;font-size: 14px;font-style: normal;font-weight: 500;line-height: 18px;}
  .collection-filter {position: unset;top:0;}
}