.ks-color-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  flex: 0 0 auto;
}
.ks-color-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ks-color-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  color: #222;
}
.ks-color-btn.is-active {
  border-color: #111;
  border-width: 2px;
  padding: 5px 11px;
}










.t-catalog__parts-switch-btn {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent !important;
  padding: 4px 0 !important;
  margin-right: 28px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease;
}

.t-catalog__parts-switch-btn:hover {
  border-bottom-color: #000000 !important;
}

.t-catalog__parts-switch-btn.t-catalog__parts-current {
  border-bottom-color: #C8102E !important;
}

.t-catalog__parts-title {
  font-weight: 500;
}










.ks-category-nav-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 28px;
  max-width: 100%;
}
.ks-category-nav-scroll {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 2px;
}
.ks-category-nav-scroll::-webkit-scrollbar {
  display: none;
}
.ks-cat-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #222;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ks-cat-btn:hover {
  color: #C8102E;
}
.ks-cat-btn.is-active {
  color: #111;
  border-bottom-color: #111;
  font-weight: 600;
}
.ks-cat-btn.is-sale {
  color: #C8102E;
}
.ks-cat-btn.is-sale.is-active {
  border-bottom-color: #C8102E;
}
.ks-cat-arrow {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ks-cat-arrow:hover {
  border-color: #C8102E;
  color: #C8102E;
}
@media (max-width: 640px) {
  .ks-cat-arrow {
    display: none;
  }
  .ks-category-nav-scroll {
    gap: 16px;
  }
}










.ks-injected-grid-new,
.ks-injected-grid-sale {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}
.ks-card-item {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 641px) and (max-width: 999px) {
  .ks-card-item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1000px) {
  .ks-card-item {
    width: calc(25% - 12px);
  }
}












/* Смещаем баннер cookie влево, чтобы не пересекался с Jivo */
.t886, .t887, .t657 {
  left: 20px !important;
  right: auto !important;
  bottom: 20px !important;
  max-width: 320px;
}
</style>

