.cat-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 180px;
}
.cat-slider .cat-slider__viewport {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-height: none !important;
  height: auto !important;
  min-width: 0;
  width: 100%;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.cat-slider .cat-slider__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.cat-slider .cat-slider__viewport.is-dragging * {
  pointer-events: none;
}

.cat-slider .cat-card,
.cat-slider img {
  -webkit-user-drag: none;
}

.cat-slider .cat-slider__viewport::-webkit-scrollbar {
  display: none;
}

.cat-slider .cat-slider__track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  height: auto !important;
}

.cat-slider .cat-slider__slide {
  flex: 0 0 136px !important;
  width: 136px !important;
  height: auto !important;
  margin: 0 12px 0 0 !important;
}

.cat-slider .cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 136px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.cat-slider .cat-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 136px;
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 16px;
  background: none;
}

.cat-slider .cat-card__img,
.cat-slider .cat-card__placeholder {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: 86% !important;
  max-height: 86% !important;
  object-fit: contain;
  object-position: center;
  padding: 0;
}

.cat-slider .cat-card__title {
  width: 100%;
  min-height: 2.5em;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cat-slider .cat-slider__dots,
.cat-slider .cat-slider__arrow,
.cat-slider.is-scrollable .cat-slider__arrow {
  display: none !important;
}

.cat-slider__scroll {
  display: none;
  width: 100%;
  margin-top: 8px;
}
