.tkf-homecats-wrap {
  direction: rtl;
  width: 100%;
  position: relative;
  background: #fcfcfc;
}

.tkf-homecats-slider {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fcfcfc;
}

.tkf-homecats-slider::before,
.tkf-homecats-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  z-index: 2;
  pointer-events: none;
}

.tkf-homecats-slider::before {
  right: 0;
  background: linear-gradient(to left, rgba(252, 252, 252, 0.98), rgba(252, 252, 252, 0));
}

.tkf-homecats-slider::after {
  left: 0;
  background: linear-gradient(to right, rgba(252, 252, 252, 0.98), rgba(252, 252, 252, 0));
}

.tkf-homecats-track {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 4px 34px;
  cursor: grab;
}

.tkf-homecats-track::-webkit-scrollbar {
  display: none;
}

.tkf-homecats-item {
  text-align: center;
  flex: 0 0 auto;
  width: 92px;
  min-width: 84px;
  margin: 6px 0;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  will-change: transform, opacity, filter;
}

.tkf-homecats-track.tkf-is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.tkf-homecats-track.tkf-is-dragging .tkf-homecats-item {
  transition-duration: 0.1s;
}

.tkf-homecats-img-wrap {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e11d48;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 6px auto;
  padding: 4px;
  box-sizing: border-box;
  transition: border-width 0.2s ease;
}

.tkf-homecats-item:hover .tkf-homecats-img-wrap {
  border-width: 3px;
}

.tkf-homecats-img-inner {
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 2px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
}

.tkf-homecats-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.tkf-homecats-name {
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-track {
  justify-content: space-between;
  gap: 18px;
  padding-inline: 8px;
  overflow-x: hidden;
}

.tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-item {
  width: 132px;
  min-width: 132px;
}

.tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-img-wrap {
  width: 106px;
  height: 106px;
}

.tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-arrow {
  display: none !important;
}

.tkf-homecats-wrap.tkf-homecats-count-8 .tkf-homecats-track {
  justify-content: center;
  gap: 16px;
  padding-inline: 22px;
}

.tkf-homecats-wrap.tkf-homecats-count-8 .tkf-homecats-item {
  width: 122px;
  min-width: 122px;
}

.tkf-homecats-wrap.tkf-homecats-count-8 .tkf-homecats-img-wrap {
  width: 96px;
  height: 96px;
}

.tkf-homecats-wrap.tkf-homecats-count-9 .tkf-homecats-track {
  justify-content: center;
  gap: 14px;
  padding-inline: 18px;
}

.tkf-homecats-wrap.tkf-homecats-count-9 .tkf-homecats-item {
  width: 112px;
  min-width: 112px;
}

.tkf-homecats-wrap.tkf-homecats-count-9 .tkf-homecats-img-wrap {
  width: 86px;
  height: 86px;
}

.tkf-homecats-wrap.tkf-homecats-count-10 .tkf-homecats-track {
  justify-content: center;
  gap: 12px;
  padding-inline: 16px;
}

.tkf-homecats-wrap.tkf-homecats-count-10 .tkf-homecats-item {
  width: 102px;
  min-width: 102px;
}

.tkf-homecats-wrap.tkf-homecats-count-10 .tkf-homecats-img-wrap {
  width: 76px;
  height: 76px;
}

.tkf-homecats-slider .tkf-homecats-arrow {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  z-index: 4;
  width: 24px !important;
  height: 24px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #555 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s, box-shadow 0.2s;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  padding: 0 !important;
  min-width: unset !important;
  min-height: unset !important;
  box-shadow: none !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  flex-basis: auto !important;
}

.tkf-homecats-arrow:hover {
  background: #f0f0f0 !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
}

.tkf-homecats-slider .tkf-homecats-prev {
  right: 6px !important;
  left: auto !important;
}

.tkf-homecats-slider .tkf-homecats-next {
  left: 6px !important;
  right: auto !important;
}

@media (max-width: 767px) {
  .tkf-homecats-item {
    width: 82px;
    min-width: 76px;
  }

  .tkf-homecats-img-wrap {
    width: 64px;
    height: 64px;
  }

  .tkf-homecats-slider .tkf-homecats-arrow {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
  }

  .tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-track {
    justify-content: space-between;
    gap: 10px;
    padding-inline: 4px;
  }

  .tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-item {
    width: 102px;
    min-width: 102px;
  }

  .tkf-homecats-wrap.tkf-homecats-few .tkf-homecats-img-wrap {
    width: 82px;
    height: 82px;
  }

  .tkf-homecats-wrap.tkf-homecats-count-8 .tkf-homecats-item {
    width: 98px;
    min-width: 98px;
  }

  .tkf-homecats-wrap.tkf-homecats-count-8 .tkf-homecats-img-wrap {
    width: 78px;
    height: 78px;
  }

  .tkf-homecats-wrap.tkf-homecats-count-9 .tkf-homecats-item,
  .tkf-homecats-wrap.tkf-homecats-count-10 .tkf-homecats-item {
    width: 92px;
    min-width: 92px;
  }

  .tkf-homecats-wrap.tkf-homecats-count-9 .tkf-homecats-img-wrap,
  .tkf-homecats-wrap.tkf-homecats-count-10 .tkf-homecats-img-wrap {
    width: 72px;
    height: 72px;
  }
}
