.brand-pagination {
  display: flex;
  width: 546px;
  max-width: 100%;
  min-height: 34px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 64px auto 0;
}

.brand-pagination button {
  display: grid;
  height: 34px;
  place-items: center;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  background: #1a1a1a;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-variant-numeric: tabular-nums;
}

.brand-pagination button:hover:not(:disabled):not(.active) { border-color: rgba(228, 155, 174, .7); color: #e49bae; }
.brand-pagination button:disabled { opacity: .35; cursor: default; }
.brand-pagination-arrow { width: 34px; flex: 0 0 34px; padding: 0; }
.brand-pagination-arrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-pagination-pages { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand-pagination-pages button,
.brand-pagination-ellipsis { width: 36px; flex: 0 0 36px; }
.brand-pagination-pages button { padding: 0; }
.brand-pagination-pages button[hidden],
.brand-pagination-ellipsis[hidden] { display: none; }
.brand-pagination-pages button.active { border-color: #e49bae; background: #e49bae; color: #08090b; }
.brand-pagination-ellipsis { display: grid; height: 34px; place-items: center; color: #fff; font-size: 14px; line-height: 22px; }
.brand-pagination-jump { display: flex; width: 178px; height: 34px; flex: 0 0 178px; align-items: center; gap: 12px; color: #fff; font-size: 14px; line-height: 22px; white-space: nowrap; }
.brand-pagination-jump input { box-sizing: border-box; width: 36px; height: 34px; padding: 0 4px; border: 1px solid #2a2a2a; border-radius: 10px; outline: 0; background: transparent; color: #aaa; font: inherit; text-align: center; appearance: textfield; }
.brand-pagination-jump input::-webkit-inner-spin-button,
.brand-pagination-jump input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.brand-pagination-jump input:focus-visible { border-color: #e49bae; outline: 3px solid rgba(228, 155, 174, .3); outline-offset: 2px; }
.brand-pagination-jump button { width: 64px; flex: 0 0 64px; padding: 0; border-radius: 999px; background: transparent; color: #aaa; }
.brand-pagination-jump button:hover { color: #fff; }

@media (max-width: 860px) {
  .brand-pagination { width: 100%; min-height: 0; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
  .brand-pagination-pages { order: 2; max-width: calc(100% - 92px); overflow: hidden; }
  .brand-pagination [data-pagination-prev] { order: 1; }
  .brand-pagination [data-pagination-next] { order: 3; }
  .brand-pagination-jump { order: 4; margin-top: 4px; }
}
