@import './theme.css';

/* Small compatibility helpers for vanilla implementation */

#productThumbs::-webkit-scrollbar {
  height: 6px;
}

#productThumbs::-webkit-scrollbar-track {
  background: #f3f4f6;
}

#productThumbs::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 999px;
}

.search-dropdown {
  max-height: 360px;
  overflow-y: auto;
}

.search-dropdown::-webkit-scrollbar {
  width: 8px;
}

.search-dropdown::-webkit-scrollbar-track {
  background: #f3f4f6;
}

.search-dropdown::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.product-main-fallback,
.product-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-weight: 600;
  min-height: 100%;
}

.fallback-icon {
  display: none;
}

#productsPagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
