.page-products {
  color: var(--mist);
  background: var(--slate-900);
}

.page-products .breadcrumb {
  margin-bottom: clamp(20px, 4vw, 36px);
}

/* ---------- 首屏 ---------- */
.pp-hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(24px, 5vw, 48px)) 0 clamp(44px, 7vw, 88px);
  background:
    radial-gradient(120% 92% at 82% 6%, rgba(201, 242, 77, 0.16), transparent 58%),
    radial-gradient(90% 70% at 6% 96%, rgba(33, 230, 193, 0.12), transparent 62%),
    linear-gradient(158deg, var(--turf-900) 0%, var(--turf-700) 54%, var(--slate-900) 100%);
  overflow: hidden;
}

.pp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(238, 244, 236, 0.035) 0 2px,
    transparent 2px 46px
  );
  pointer-events: none;
  opacity: 0.7;
}

.pp-hero .shell {
  position: relative;
  z-index: 1;
}

.pp-hero__inner {
  display: grid;
  gap: clamp(30px, 6vw, 60px);
  align-items: center;
}

@media (min-width: 900px) {
  .pp-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(32px, 5vw, 76px);
  }
}

.pp-hero__title {
  margin: 10px 0 clamp(16px, 2.4vw, 24px);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(34px, 7.4vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.pp-hero__title em {
  font-style: normal;
  color: var(--lime);
}

.pp-hero__lead {
  max-width: 56ch;
  margin: 0 0 clamp(22px, 3vw, 32px);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.84);
}

.pp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.pp-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3.4vw, 44px);
  margin-top: clamp(26px, 3.6vw, 40px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid var(--line);
}

.pp-hero__stats .stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ---------- 手机画框 ---------- */
.pp-hero__visual {
  display: flex;
  justify-content: center;
}

.pp-device {
  position: relative;
  width: min(292px, 76vw);
  aspect-ratio: 9 / 18.4;
  padding: 11px;
  border-radius: 36px;
  border: 1px solid rgba(238, 244, 236, 0.2);
  background: linear-gradient(168deg, #1d3242 0%, #06170f 58%, #04150f 100%);
  box-shadow:
    0 46px 90px -44px rgba(0, 0, 0, 0.92),
    0 0 0 1px rgba(201, 242, 77, 0.08),
    inset 0 0 0 6px rgba(4, 21, 15, 0.72);
}

.pp-device__notch {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 76px;
  height: 7px;
  border-radius: 999px;
  background: rgba(238, 244, 236, 0.18);
  transform: translateX(-50%);
}

.pp-device__screen {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 34px 13px 16px;
  border-radius: 26px;
  background: linear-gradient(180deg, #0d1a26 0%, #071b14 100%);
  overflow: hidden;
}

.pp-device__bar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pp-device__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(201, 242, 77, 0.16);
}

.pp-device__chip {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
}

.pp-device__pitch {
  position: relative;
  height: 116px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(11, 61, 46, 0.85), rgba(4, 21, 15, 0.9));
  border: 1px solid rgba(33, 230, 193, 0.22);
  overflow: hidden;
}

.pp-device__ring,
.pp-device__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.pp-device__ring {
  width: 116px;
  height: 84px;
  border: 6px solid rgba(33, 230, 193, 0.34);
}

.pp-device__core {
  width: 52px;
  height: 34px;
  background: rgba(201, 242, 77, 0.12);
  border: 1px solid rgba(201, 242, 77, 0.55);
}

.pp-device__pin {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lime);
  transform: translateX(-50%);
  box-shadow: 0 0 0 5px rgba(201, 242, 77, 0.2);
}

.pp-device__chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 82px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(238, 244, 236, 0.12);
}

.pp-device__chart span {
  flex: 1;
  height: var(--v);
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--lime), rgba(201, 242, 77, 0.18));
}

.pp-device__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: auto;
}

.pp-device__tags span {
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(238, 244, 236, 0.16);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(238, 244, 236, 0.7);
}

/* ---------- 版本演进 ---------- */
.pp-versions {
  padding: clamp(52px, 8vw, 108px) 0;
  background: var(--slate-900);
}

.pp-versions__wrap {
  margin-top: clamp(28px, 4vw, 48px);
}

.pp-versions__wrap,
.pp-versions__panels {
  display: grid;
  gap: clamp(24px, 3.6vw, 44px);
}

@media (min-width: 900px) {
  .pp-versions__wrap {
    grid-template-columns: 232px minmax(0, 1fr);
    align-items: start;
    gap: clamp(36px, 5vw, 72px);
  }
}

.pp-rail {
  position: relative;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
}

.pp-rail .tab {
  flex: 0 0 auto;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(238, 244, 236, 0.03);
  color: var(--steel);
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.pp-rail .tab::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--slate-700);
  border: 2px solid rgba(238, 244, 236, 0.28);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.pp-rail .tab:hover {
  color: var(--mist);
  border-color: rgba(33, 230, 193, 0.45);
}

.pp-rail .tab[aria-selected="true"] {
  color: var(--mist);
  border-color: rgba(201, 242, 77, 0.55);
  background: rgba(201, 242, 77, 0.09);
}

.pp-rail .tab[aria-selected="true"]::before {
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 242, 77, 0.18);
}

.pp-rail__ver {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pp-rail__year {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--steel);
}

@media (min-width: 900px) {
  .pp-rail {
    flex-direction: column;
    align-items: stretch;
    overflow: visible;
    padding: 0 0 0 30px;
  }

  .pp-rail::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 14px;
    bottom: 14px;
    width: 2px;
    background: linear-gradient(180deg, var(--lime), rgba(201, 242, 77, 0.06));
  }

  .pp-rail .tab {
    justify-content: flex-start;
    border-radius: 14px;
  }

  .pp-rail .tab::before {
    position: absolute;
    left: -30px;
  }

  .pp-rail .tab {
    position: relative;
  }
}

.pp-version {
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(27, 42, 56, 0.72), rgba(15, 26, 36, 0.5));
}

.pp-version__tag {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--aqua);
}

.pp-version__title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.25;
}

.pp-version p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.82);
}

.pp-version__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-version__list li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(238, 244, 236, 0.75);
}

.pp-version__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 9px;
  height: 2px;
  background: var(--lime);
}

/* ---------- 主场地图 ---------- */
.pp-map {
  padding: clamp(52px, 8vw, 108px) 0;
  background:
    radial-gradient(80% 62% at 14% 4%, rgba(33, 230, 193, 0.14), transparent 62%),
    linear-gradient(180deg, var(--turf-700) 0%, var(--turf-900) 100%);
}

.pp-map__wrap {
  margin-top: clamp(28px, 4vw, 48px);
}

.pp-map__grid {
  display: grid;
  gap: clamp(22px, 3.4vw, 40px);
}

@media (min-width: 980px) {
  .pp-map__grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(26px, 3.4vw, 48px);
  }
}

.pp-map__stage {
  position: relative;
  aspect-ratio: 14 / 9;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--turf-900);
  overflow: hidden;
}

.pp-map__stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.pp-map__seat {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(238, 244, 236, 0.3);
  background: rgba(4, 21, 15, 0.82);
  color: rgba(238, 244, 236, 0.82);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.pp-map__seat:hover {
  color: var(--mist);
  border-color: var(--aqua);
  box-shadow: 0 0 0 4px rgba(33, 230, 193, 0.16);
}

.pp-map__seat[aria-selected="true"] {
  color: var(--turf-900);
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(201, 242, 77, 0.2);
}

.pp-map__aside {
  display: grid;
  gap: clamp(16px, 2.4vw, 22px);
}

.pp-map__info {
  min-height: 208px;
  padding: clamp(20px, 2.8vw, 28px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(15, 26, 36, 0.68);
}

.pp-seat__code {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}

.pp-seat__name {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.25;
}

.pp-seat p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.8);
}

.pp-map__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

.pp-map__figure {
  margin: 0;
}

@media (min-width: 980px) {
  .pp-map__figure {
    max-width: 420px;
  }
}

/* ---------- 数据分项 ---------- */
.pp-modules {
  padding: clamp(52px, 8vw, 108px) 0;
  background: var(--slate-900);
}

.pp-modules__wrap {
  margin-top: clamp(28px, 4vw, 48px);
}

.pp-modules__tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.pp-modules__tabs .tab {
  flex: 0 0 auto;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(238, 244, 236, 0.03);
  color: var(--steel);
  font-size: 15px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.pp-modules__tabs .tab:hover {
  color: var(--mist);
  border-color: rgba(201, 242, 77, 0.45);
}

.pp-modules__tabs .tab[aria-selected="true"] {
  color: var(--turf-900);
  border-color: var(--lime);
  background: var(--lime);
}

.pp-modules__panels {
  margin-top: clamp(20px, 3vw, 30px);
}

.pp-module {
  padding: clamp(24px, 3.4vw, 40px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(140deg, rgba(27, 42, 56, 0.78), rgba(15, 26, 36, 0.42));
}

.pp-module__title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(21px, 2.8vw, 30px);
  line-height: 1.3;
}

.pp-module p {
  max-width: 62ch;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.82);
}

.pp-module__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-module__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(238, 244, 236, 0.74);
}

.pp-module__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 1px solid var(--aqua);
  background: rgba(33, 230, 193, 0.16);
}

.pp-modules__figure,
.pp-modules__chart {
  margin: clamp(28px, 4vw, 46px) 0 0;
}

/* ---------- 对比卡片 ---------- */
.pp-compare {
  padding: clamp(52px, 8vw, 108px) 0;
  background: linear-gradient(180deg, var(--turf-900) 0%, var(--turf-700) 100%);
}

.pp-compare__grid {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(28px, 4vw, 48px);
}

@media (min-width: 860px) {
  .pp-compare__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pp-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(4, 21, 15, 0.6);
  overflow: hidden;
  transition: border-color 0.22s var(--ease), background 0.22s var(--ease);
}

.pp-card[open] {
  background: rgba(4, 21, 15, 0.86);
}

.pp-card--orange[open] {
  border-color: rgba(255, 122, 47, 0.5);
}

.pp-card--aqua[open] {
  border-color: rgba(33, 230, 193, 0.5);
}

.pp-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: clamp(18px, 2.6vw, 26px);
  cursor: pointer;
  list-style: none;
}

.pp-card__head::-webkit-details-marker {
  display: none;
}

.pp-card__head:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.pp-card__title {
  flex: 1 1 180px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(18px, 2.3vw, 23px);
  line-height: 1.3;
}

.pp-card__count {
  font-size: 14px;
  color: var(--lime);
  letter-spacing: 0.06em;
}

.pp-card__body {
  padding: 0 clamp(18px, 2.6vw, 26px) clamp(20px, 2.8vw, 28px);
}

.pp-card__body p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.8);
}

.pp-card__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-card__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(238, 244, 236, 0.7);
}

.pp-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
}

.pp-card--aqua .pp-card__list li::before {
  background: var(--aqua);
}

/* ---------- 安装 ---------- */
.pp-install {
  padding: clamp(52px, 8vw, 108px) 0;
  background: var(--slate-900);
}

.pp-install__grid {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

@media (min-width: 960px) {
  .pp-install__grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: start;
  }
}

.pp-install__intro h2 {
  margin: 10px 0 18px;
}

.pp-install__intro .lead {
  max-width: 46ch;
  margin: 0 0 clamp(22px, 3vw, 30px);
  font-size: 16px;
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.82);
}

.pp-install__specs {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-top: clamp(18px, 2.6vw, 24px);
  border-top: 1px solid var(--line);
}

.pp-install__specs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
}

.pp-install__specs dt {
  font-size: 14px;
  color: var(--steel);
  letter-spacing: 0.06em;
}

.pp-install__specs dd {
  margin: 0;
  font-size: 16px;
  color: var(--lime);
}

.pp-steps {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: clamp(20px, 2.8vw, 28px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(27, 42, 56, 0.5);
  transition: border-color 0.22s var(--ease), transform 0.22s var(--ease);
}

.pp-step:hover {
  border-color: rgba(33, 230, 193, 0.45);
  transform: translateY(-2px);
}

.pp-step__num {
  font-size: 26px;
  font-weight: 700;
  color: var(--aqua);
  line-height: 1;
}

.pp-step__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.35;
}

.pp-step__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.76;
  color: rgba(238, 244, 236, 0.78);
}

/* ---------- 使用场景 ---------- */
.pp-scenes {
  padding: clamp(52px, 8vw, 108px) 0;
  background:
    radial-gradient(90% 70% at 88% 0%, rgba(107, 91, 210, 0.2), transparent 60%),
    linear-gradient(180deg, var(--slate-900) 0%, var(--turf-900) 100%);
}

.pp-scenes__figure {
  margin: clamp(28px, 4vw, 46px) 0 clamp(28px, 4vw, 44px);
}

.pp-scenes__grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
}

@media (min-width: 700px) {
  .pp-scenes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .pp-scenes__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pp-scene {
  position: relative;
  padding: clamp(20px, 2.6vw, 28px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(15, 26, 36, 0.6);
  transition: background 0.22s var(--ease), border-color 0.22s var(--ease);
}

.pp-scene:hover {
  background: rgba(27, 42, 56, 0.8);
  border-color: rgba(201, 242, 77, 0.4);
}

.pp-scene__idx {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  color: rgba(201, 242, 77, 0.55);
  line-height: 1;
}

.pp-scene__title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  line-height: 1.35;
}

.pp-scene p {
  margin: 0;
  font-size: 15px;
  line-height: 1.76;
  color: rgba(238, 244, 236, 0.76);
}

/* ---------- 收尾 ---------- */
.pp-cta {
  padding: clamp(44px, 6vw, 84px) 0 clamp(56px, 8vw, 104px);
  background: var(--turf-900);
}

.pp-cta__panel {
  display: grid;
  gap: clamp(24px, 3.4vw, 40px);
  padding: clamp(28px, 4vw, 52px);
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(201, 242, 77, 0.28);
  background:
    radial-gradient(80% 120% at 90% 10%, rgba(201, 242, 77, 0.14), transparent 62%),
    linear-gradient(150deg, rgba(11, 61, 46, 0.9), rgba(4, 21, 15, 0.92));
}

@media (min-width: 900px) {
  .pp-cta__panel {
    grid-template-columns: minmax(0, 1.4fr) auto;
    align-items: center;
  }
}

.pp-cta__title {
  margin: 10px 0 14px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(24px, 3.6vw, 40px);
  line-height: 1.15;
}

.pp-cta__text {
  max-width: 58ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(238, 244, 236, 0.82);
}

.pp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 响应式与无障碍 ---------- */
.page-products img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 560px) {
  .pp-hero__stats {
    gap: 18px;
  }

  .pp-hero__stats .stat {
    flex: 1 1 40%;
  }

  .pp-map__stage {
    aspect-ratio: 4 / 3;
  }

  .pp-map__seat {
    padding: 6px 10px;
    font-size: 11px;
  }

  .pp-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .pp-card__head {
    gap: 8px;
  }

  .pp-card__count {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.page-products {
  --v: 1rem;
  --x: inherit;
  --y: inherit;
}
