.rp-products-catalog__per-page.count {
  display: flex;
  align-items: center;
}

.count__list {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.count__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  background: #ffffff;
  color: #0a0a0a;
  font-family: var(--rp-font, "Roboto Flex", sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.count__item:hover {
  border-color: rgba(0, 0, 0, 0.35);
  background: #f5f5f5;
}

.count-item_selected {
  border-color: #0a0a0a;
  background: #0a0a0a;
  border-radius: 10px;
  color: #ffffff;
}

.count__item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .rp-products-catalog__per-page.count {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
