/* ========== 回放归档页专属样式 ========== */
.page-products {
  background: var(--bg-light);
  color: var(--text-dark);
}

/* ---------- 首屏标题窄带 ---------- */
.page-products .replay-banner {
  position: relative;
  z-index: 1;
  background: var(--bg-purple);
  padding: 28px 0 34px;
  overflow: hidden;
}
.page-products .replay-banner::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -50px;
  width: 320px;
  height: 140px;
  background: linear-gradient(135deg, transparent 0 40%, rgba(0, 219, 255, 0.35) 41% 58%, transparent 59%);
  transform: rotate(-14deg);
  pointer-events: none;
}
.page-products .crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 18px;
}
.page-products .crumb a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.page-products .crumb a:hover {
  text-decoration: underline;
}
.page-products .crumb [aria-current="page"] {
  color: var(--text-light);
  opacity: 0.7;
}
.page-products .replay-banner__row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-products .replay-banner__text h1 {
  font-size: clamp(26px, 4.6vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-light);
  letter-spacing: 0.5px;
  margin: 0 0 12px;
}
.page-products .replay-banner__text p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(248, 246, 255, 0.78);
  max-width: 72ch;
  margin: 0;
}
.page-products .replay-banner__stat {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 18px;
  background: rgba(0, 219, 255, 0.12);
  border-left: 4px solid var(--primary);
  border-radius: 0 12px 12px 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  max-width: 220px;
}
.page-products .replay-banner__num {
  font-family: var(--font-mono);
  font-size: 34px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.page-products .replay-banner__label {
  font-size: 13px;
  color: var(--text-light);
  opacity: 0.8;
  margin-top: 4px;
}

/* ---------- 分区与标签筛选 ---------- */
.page-products .filter-zone {
  position: relative;
  z-index: 0;
  background: var(--bg-crimson);
  padding: 26px 0 30px;
  overflow: hidden;
}
.page-products .filter-zone .section-kicker {
  color: var(--accent-cyan);
}
.page-products .filter-zone .section-title {
  color: var(--text-light);
}
.page-products .filter-zone .section-desc {
  color: rgba(248, 246, 255, 0.72);
  max-width: 68ch;
}
.page-products .filter-zone__texture {
  display: block;
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: cover;
  margin-top: 24px;
  border-radius: 0 0 20px 20px;
  opacity: 0.55;
}

.page-products .zone-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}
.page-products .zone-tile {
  position: relative;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: var(--text-light);
  padding: 14px 14px 16px;
  border-radius: 4px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  transition: transform 150ms ease, filter 150ms ease;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.page-products .zone-tile:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}
.page-products .zone-tile__index {
  position: absolute;
  top: 8px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  opacity: 0.32;
}
.page-products .zone-tile__name {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}
.page-products .zone-tile__tag {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  padding: 2px 8px;
  background: rgba(16, 16, 32, 0.25);
  border-radius: 99px;
  align-self: flex-start;
}
.page-products .zone-tile--orange { background: linear-gradient(135deg, var(--accent-orange), #FF8A00); color: #101020; }
.page-products .zone-tile--orange .zone-tile__tag { background: rgba(16, 16, 32, 0.14); }
.page-products .zone-tile--teal { background: linear-gradient(135deg, var(--accent-cyan), #00B37E); color: #101020; }
.page-products .zone-tile--teal .zone-tile__tag { background: rgba(16, 16, 32, 0.14); }
.page-products .zone-tile--cyan { background: linear-gradient(135deg, var(--tag-teal), #0E9CC7); color: #101020; }
.page-products .zone-tile--cyan .zone-tile__tag { background: rgba(16, 16, 32, 0.14); }
.page-products .zone-tile--magenta { background: linear-gradient(135deg, var(--accent-magenta), #D9206B); }
.page-products .zone-tile--purple { background: linear-gradient(135deg, var(--tag-purple), #6D3AE0); }
.page-products .zone-tile--crimson { background: linear-gradient(135deg, #B33A5A, #7E1F3C); }
.page-products .zone-tile--pink { background: linear-gradient(135deg, var(--tag-pink), #F04E9E); }
.page-products .zone-tile--midnight { background: linear-gradient(135deg, #4C3B8C, #261E55); }

.page-products .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.page-products .tag-filter {
  border: 1px solid rgba(248, 246, 255, 0.22);
  background: rgba(248, 246, 255, 0.07);
  color: var(--text-light);
  font-size: 13px;
  line-height: 1;
  padding: 8px 13px;
  border-radius: 99px;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}
.page-products .tag-filter:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.page-products .tag-filter--active {
  background: var(--primary);
  border-color: var(--primary);
  color: #101020;
  font-weight: 700;
}
.page-products .tag-filter--lv1 {
  font-size: 14px;
  padding: 9px 15px;
  font-weight: 600;
}
.page-products .tag-filter--lv3 {
  font-size: 12px;
  padding: 6px 11px;
  opacity: 0.82;
}

/* ---------- 回放列表区 ---------- */
.page-products .archive {
  background: var(--bg-light);
  padding: 34px 0 44px;
}
.page-products .archive-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

/* 表头与装饰图 */
.page-products .archive-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
}
.page-products .archive-head__info .section-kicker {
  color: var(--accent-magenta);
}
.page-products .archive-head__info .section-desc {
  max-width: 70ch;
}
.page-products .archive-head__img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: cover;
  border-radius: 4px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  border: 2px solid var(--border);
}

/* 回放表格 */
.page-products .table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 640px;
  border: 2px solid var(--border);
  border-radius: 4px;
  background: var(--card-bg);
  box-shadow: 0 4px 18px rgba(16, 16, 32, 0.06);
}
.page-products .replay-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
  line-height: 1.5;
}
.page-products .replay-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--bg-purple);
  color: var(--text-light);
  font-weight: 700;
  text-align: left;
  padding: 12px 12px;
  white-space: nowrap;
  border-bottom: 3px solid var(--primary);
}
.page-products .replay-table thead th button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.page-products .sort-caret {
  font-size: 12px;
  opacity: 0.65;
}
.page-products .replay-table tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
  white-space: nowrap;
}
.page-products .replay-table tbody tr:nth-child(even) {
  background: #F7F7FD;
}
.page-products .replay-table tbody tr:hover {
  background: rgba(0, 219, 255, 0.08);
}
.page-products .replay-id {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.2px;
}
.page-products .replay-name {
  font-weight: 600;
  color: var(--text-dark);
}
.page-products .replay-time {
  color: var(--done-gray);
  font-family: var(--font-mono);
  font-size: 12px;
}
.page-products .replay-duration {
  font-family: var(--font-mono);
  color: var(--text-dark);
}
.page-products .replay-audio {
  color: var(--text-dark);
}
.page-products .replay-state {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* 状态徽标变体 */
.page-products .replay-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 99px;
}
.page-products .replay-badge--fluent { background: #E4E6F0; color: var(--text-dark); }
.page-products .replay-badge--hd { background: var(--accent-orange); color: #101020; }
.page-products .replay-badge--uhd { background: var(--tag-teal); color: #101020; }
.page-products .replay-badge--hdr { background: var(--tag-purple); color: #ffffff; }
.page-products .replay-badge--danmaku { background: var(--primary); color: #101020; }
.page-products .replay-badge--nodanmaku { background: var(--done-gray); color: #ffffff; }

/* 列表底部工具栏 */
.page-products .archive-foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 16px 0 0;
}
.page-products .archive-foot__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.page-products .archive-foot__text {
  font-size: 13px;
  color: var(--done-gray);
}
.page-products .archive-foot__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 归档字段说明 */
.page-products .field-notes {
  margin-top: 34px;
  padding: 22px 20px;
  background: var(--card-bg);
  border: 2px solid var(--border);
  border-radius: 4px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.page-products .field-notes .section-kicker {
  color: var(--tag-teal);
  font-size: 11px;
}
.page-products .field-notes h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 2px 0 14px;
}
.page-products .field-notes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}
.page-products .field-note {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px dashed var(--border);
}
.page-products .field-note:first-child {
  border-top: 0;
}
.page-products .field-note__term {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--accent-magenta);
}
.page-products .field-note__desc {
  font-size: 13px;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.5;
}

/* ---------- 批次时间轴侧栏 ---------- */
.page-products .batch-sidebar {
  background: linear-gradient(160deg, #FFFFFF 0%, #F2F0FF 100%);
  border: 2px solid var(--border);
  border-radius: 4px;
  padding: 20px 16px 18px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}
.page-products .batch-sidebar .section-kicker {
  color: var(--accent-orange);
  font-size: 11px;
}
.page-products .batch-sidebar .section-title {
  font-size: 22px;
  margin-bottom: 4px;
}
.page-products .batch-sidebar .section-desc {
  font-size: 13px;
  color: var(--done-gray);
  margin-bottom: 18px;
}

.page-products .batch-timeline {
  position: relative;
  padding-left: 22px;
}
.page-products .batch-timeline::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--primary) 0 7px, transparent 7px 13px);
  opacity: 0.5;
}
.page-products .batch-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 24px;
}
.page-products .batch-timeline__item:last-child {
  padding-bottom: 0;
}
.page-products .batch-timeline__img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
  box-shadow: 0 0 14px rgba(0, 219, 255, 0.35);
  background: var(--bg-purple);
}
.page-products .batch-timeline__card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 4px;
  padding: 12px 14px;
  transition: transform 150ms ease;
}
.page-products .batch-timeline__card:hover {
  transform: translateY(-2px);
}
.page-products .batch-timeline__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.page-products .batch-timeline__id {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--accent-magenta);
}
.page-products .batch-timeline__time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--done-gray);
}
.page-products .batch-timeline__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-products .batch-timeline__items li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 4px;
  border-bottom: 1px dotted var(--border);
}
.page-products .batch-timeline__items li:last-child {
  border-bottom: 0;
}
.page-products .batch-timeline__items code {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(0, 219, 255, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.page-products .batch-sidebar__foot {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 2px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: var(--done-gray);
}
.page-products .batch-sidebar__link {
  color: var(--accent-magenta);
  font-weight: 600;
  text-decoration: none;
}
.page-products .batch-sidebar__link:hover {
  text-decoration: underline;
}

/* ---------- 热门回放 TOP10 ---------- */
.page-products .top10-section {
  position: relative;
  width: 100%;
  background: linear-gradient(140deg, var(--bg-purple) 0%, var(--bg-crimson) 100%);
  padding: 40px 0 48px;
  overflow: hidden;
}
.page-products .top10-section__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
}
.page-products .top10-section .section-head {
  position: relative;
  z-index: 1;
}
.page-products .top10-section .section-kicker {
  color: var(--accent-cyan);
}
.page-products .top10-section .section-title {
  color: var(--text-light);
}
.page-products .top10-section__back {
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
}
.page-products .top10-section__back:hover {
  text-decoration: underline;
}
.page-products .top10-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  counter-reset: none;
}
.page-products .top10-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  background: rgba(248, 246, 255, 0.06);
  border-left: 3px solid rgba(248, 246, 255, 0.18);
  border-radius: 0 10px 10px 0;
  padding: 12px 14px;
  margin-bottom: 8px;
  transition: background 150ms ease, transform 150ms ease;
}
.page-products .top10-item:hover {
  background: rgba(248, 246, 255, 0.12);
  transform: translateX(4px);
}
.page-products .top10-item--first {
  background: linear-gradient(90deg, var(--bg-crimson) 0%, rgba(155, 107, 255, 0.28) 60%, var(--bg-purple) 100%);
  border-left-color: var(--accent-magenta);
  box-shadow: inset 4px 0 0 var(--accent-magenta);
}
.page-products .top10-item__rank {
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  color: rgba(248, 246, 255, 0.4);
  text-align: center;
  line-height: 1;
}
.page-products .top10-item--first .top10-item__rank {
  color: var(--accent-magenta);
  font-size: 28px;
}
.page-products .top10-item__body {
  min-width: 0;
}
.page-products .top10-item__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.page-products .top10-item__name {
  color: var(--text-light);
  font-weight: 700;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-products .top10-item__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
}
.page-products .top10-item__views {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(248, 246, 255, 0.68);
}
.page-products .top10-item .metric-bar {
  height: 4px;
  background: rgba(248, 246, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
}
.page-products .top10-item .metric-bar__fill {
  display: block;
  height: 100%;
  width: var(--w, 0%);
  background: linear-gradient(90deg, var(--primary), var(--accent-cyan));
  border-radius: 2px;
}

/* ---------- 设置对照卡组 ---------- */
.page-products .settings-section {
  background: var(--bg-light);
  padding: 40px 0 48px;
}
.page-products .section-head--center {
  text-align: center;
}
.page-products .section-head--center .section-desc {
  margin-left: auto;
  margin-right: auto;
}
.page-products .settings-section .section-kicker {
  color: var(--tag-purple);
}
.page-products .settings-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.page-products .settings-card {
  background: var(--card-bg);
  border-radius: 4px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
  box-shadow: 0 4px 18px rgba(16, 16, 32, 0.07);
  transition: transform 150ms ease;
  display: flex;
  flex-direction: column;
}
.page-products .settings-card:hover {
  transform: translateY(-4px);
}
.page-products .settings-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 18 / 13;
  object-fit: cover;
  border-bottom: 3px solid var(--border);
}
.page-products .settings-card--clarity { border-top: 6px solid var(--accent-orange); }
.page-products .settings-card--danmaku { border-top: 6px solid var(--primary); }
.page-products .settings-card--cast { border-top: 6px solid var(--accent-magenta); }
.page-products .settings-card__body {
  padding: 18px 18px 20px;
}
.page-products .settings-card__title {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px;
}
.page-products .settings-card--clarity .settings-card__title { color: #C77A00; }
.page-products .settings-card--danmaku .settings-card__title { color: #008FA6; }
.page-products .settings-card--cast .settings-card__title { color: #C21C62; }
.page-products .settings-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-products .settings-card__list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--border);
}
.page-products .settings-card__list li:last-child {
  border-bottom: 0;
}
.page-products .settings-level {
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2px 8px;
}
.page-products .settings-desc {
  color: var(--done-gray);
}

/* ---------- 平板 ---------- */
@media (min-width: 768px) {
  .page-products .replay-banner__row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
  }
  .page-products .replay-banner__text {
    flex: 1;
  }
  .page-products .replay-banner__stat {
    margin-bottom: 4px;
  }
  .page-products .zone-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .page-products .zone-tile {
    min-height: 96px;
    padding: 16px 16px 18px;
  }
  .page-products .archive-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .page-products .field-notes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }
  .page-products .top10-item {
    grid-template-columns: 60px minmax(0, 1fr);
    padding: 14px 18px;
  }
  .page-products .top10-item__meta {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .page-products .top10-item .metric-bar {
    flex: 1;
  }
  .page-products .settings-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

/* ---------- 桌面 ---------- */
@media (min-width: 1024px) {
  .page-products .replay-banner {
    padding: 34px 0 40px;
  }
  .page-products .replay-banner__text h1 {
    font-size: 44px;
  }
  .page-products .zone-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .page-products .zone-tile {
    min-height: 108px;
  }
  .page-products .archive {
    padding: 44px 0 52px;
  }
  .page-products .archive-wrap {
    grid-template-columns: 7fr 3fr;
    gap: 28px;
  }
  .page-products .batch-sidebar {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
  }
  .page-products .archive-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .page-products .archive-head__img {
    width: min(420px, 40%);
    height: auto;
    margin-bottom: 0;
  }
  .page-products .archive-foot {
    margin-top: 18px;
  }
  .page-products .field-notes {
    margin-top: 40px;
  }
  .page-products .field-notes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 24px;
  }
  .page-products .field-note {
    border-top: 1px dashed var(--border);
    padding-top: 12px;
    margin-top: 12px;
  }
  .page-products .field-note:first-child,
  .page-products .field-note:nth-child(2),
  .page-products .field-note:nth-child(3) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .page-products .top10-section {
    padding: 50px 0 56px;
  }
  .page-products .section-head--row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-products .top10-section__back {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .page-products .top10-list {
    margin-top: 26px;
  }
  .page-products .settings-section {
    padding: 50px 0 56px;
  }
}

.page-products {
  --w: 1rem;
}
