/* Hide category cards while preserving homepage filter tabs. */
.ronaq-categories-slider:has(> salla-slider#thumbs) {
  display: none !important;
}/* Remove overlays that can cover tab labels. */
body#app .kx-catalog .tab-trigger::before,
body#app .kx-catalog .tab-trigger::after,
body#app .kx-catalog .tab-trigger button::before,
body#app .kx-catalog .tab-trigger button::after {
  display: none !important;
}

/* Apply the hover color directly to the button. */
body#app .kx-catalog .tab-trigger:hover button,
body#app .kx-catalog button.tab-trigger:hover {
  background: #012A58 !important;
  color: #FFFFFF !important;
  border-color: #012A58 !important;
}

body#app .kx-catalog .tab-trigger:hover button * {
  color: #FFFFFF !important;
}/* Override the previous yellow hover rule. */
body#app.kx-ronaq2 .kx-catalog .tab-trigger:not(.is-active):hover button,
body#app.kx-ronaq2 .kx-catalog .tab-trigger.is-active button,
body#app.kx-ronaq2 .kx-catalog button.tab-trigger:hover,
body#app.kx-ronaq2 .kx-catalog button.tab-trigger.is-active {
  background: #012A58 !important;
  border-color: #012A58 !important;
  color: #FFFFFF !important;
}