html.sg-category-route main section,
html.sg-category-route main aside,
html.sg-category-route main form,
html.sg-category-route main input,
html.sg-category-route main select,
html.sg-category-route main button,
html.sg-category-route main a[class*="rounded"],
html.sg-category-route main div[class*="rounded"] {
  border-radius: 8px !important;
}

html.sg-category-route main div.text-xs.font-semibold.uppercase.tracking-\[0\.18em\] {
  display: none !important;
}

html.sg-category-route main button[type="submit"] {
  border-radius: 8px !important;
}

html.sg-category-route .sg-category-top-breadcrumb {
  display: none !important;
}

html.sg-category-route main > div > div:first-child:not(.space-y-6) {
  display: none !important;
}

html.sg-category-route main aside > div:first-child .text-xs.font-semibold.uppercase.tracking-\[0\.18em\] {
  display: none !important;
}

html.sg-category-route .sg-filter-options-scroll {
  overflow-y: auto !important;
  padding-right: 4px;
}

html.sg-category-route .sg-filter-options-scroll::-webkit-scrollbar {
  width: 6px;
}

html.sg-category-route .sg-filter-options-scroll::-webkit-scrollbar-thumb {
  background: #d5dcea;
  border-radius: 999px;
}
