.all-brands-section {
  color: #1d1d1f;
  display: block;
  margin: 18px 0 0;
  min-height: 79px;
  overflow: hidden;
  overflow-anchor: none;
  padding: 0 0 8px;
}

.all-brands-section {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}

.all-brands-section[data-brands-state="empty"] {
  visibility: hidden;
}

.all-brands-section[aria-busy="true"] .all-brands-count {
  visibility: hidden;
}

@keyframes all-brands-skeleton-pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
.all-brands-chip--skeleton {
  background: #ededed;
  border-color: transparent;
  color: transparent;
  pointer-events: none;
  animation: all-brands-skeleton-pulse 1.1s ease-in-out infinite;
}

.all-brands-header {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}

.all-brands-header {
  align-items: center;
  display: flex;
  gap: 8px;
  min-height: 34px;
  padding: 5px 12px;
  padding-left: 18px;
  padding-right: 18px;
}

.all-brands-header h2 {
  align-items: center;
  color: #1d1d1f;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 520;
  letter-spacing: -0.24px;
  line-height: normal;
  margin: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.all-brands-header h2 {
  flex: 0 1 auto;
  max-width: calc(100% - 86px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.all-brands-count {
  align-items: center;
  color: #1d1d1f;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 520;
  letter-spacing: -0.24px;
  line-height: normal;
  margin: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.all-brands-count {
  color: #8a8a8e;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 76px;
  text-align: right;
}

.all-brands-scroll {
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: auto;
  padding: 3px 0 5px;
  scrollbar-width: none;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scroll-padding-left: 18px;
  scroll-padding-right: 18px;
  touch-action: auto;
}

.all-brands-scroll::-webkit-scrollbar {
  display: none;
}

.all-brands-scroll:focus-visible {
  outline: 2px solid rgba(201, 166, 70, 0.34);
  outline-offset: -2px;
}

.all-brands-track {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-height: 30px;
  min-width: 100%;
  padding: 0 18px 0 18px;
  width: max-content;
}

.all-brands-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #e8e8eb;
  border-radius: 999px;
  box-sizing: border-box;
  color: #1d1d1f;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.15;
  min-height: 30px;
  min-width: max-content;
  padding: 0 12px;
  scroll-snap-align: start;
  white-space: nowrap;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .all-brands-chip { border-width: 0.5px; }
}
