.ab-sidebar-cats {
  margin-top: 12px;
  padding: 12px 12px 16px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ab-cat-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.ab-cat-scroll::-webkit-scrollbar {
  height: 6px;
}

.ab-cat-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.ab-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f6f7f9;
  color: #0f172a;
  text-decoration: none;
  scroll-snap-align: start;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.ab-cat-chip:hover {
  background: #eaf7ea;
  border-color: rgba(0, 128, 0, 0.35);
  transform: translateY(-1px);
}

.ab-cat-chip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  flex: 0 0 auto;
}

.ab-cat-chip__text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

/* Home placement (right under slider area) */
.ab-home-cats .ab-sidebar-cats {
  margin-top: 16px;
  padding: 10px 0 6px;
  background: transparent;
  border-top: 0;
}
