/* Product center index — generated by the conservative CSS/JS modular refactor. */

.cat-all-link {display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-main);
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  flex-shrink: 0;}

.cat-all-link:hover {color: var(--green-dark);
  border-bottom-color: var(--green-dark);
  gap: 10px;}
