/* Фикс верхнего каталога часов */
.grid.grid-cols-3 {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 20px !important;
  padding: 10px 0 !important;
}

.grid.grid-cols-3::-webkit-scrollbar {
  display: none !important;
}

button.group.flex {
  min-width: 140px !important;
  width: auto !important;
  flex-shrink: 0 !important;
}

button.group.flex img {
  width: 100% !important;
  height: 100px !important;
  object-fit: contain !important;
  background: #f8f8f8 !important;
  border-radius: 8px !important;
}

button.group.flex span {
  font-size: 12px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
