.page-products {
  --pf-gap: clamp(20px, 3vw, 44px);
  --pf-card-radius: 14px;
  background: var(--mist);
  color: var(--graphite);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-products [id] {
  scroll-margin-top: 100px;
}

/* ---------- 面包屑 ---------- */

.page-products .pf-crumb {
  padding-top: clamp(14px, 2vw, 22px);
}

/* ---------- 首屏 ---------- */

.page-products .pf-hero {
  position: relative;
  margin-top: clamp(10px, 1.6vw, 18px);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.page-products .pf-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.05) 0 1px,
    transparent 1px 24px
  );
  pointer-events: none;
}

.page-products .pf-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  padding-block: clamp(32px, 5vw, 68px);
}

.page-products .pf-hero__eyebrow {
  color: var(--electric);
  letter-spacing: 0.16em;
}

.page-products .pf-hero__title {
  margin: 10px 0 16px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 5.4vw, 60px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--white);
}

.page-products .pf-hero__lead {
  max-width: 40ch;
  margin: 0;
  font-size: var(--fs-17);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.page-products .pf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 34px);
}

.page-products .pf-btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.page-products .pf-btn-ghost:hover,
.page-products .pf-btn-ghost:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.page-products .pf-hero__panel {
  position: relative;
  padding: clamp(22px, 3vw, 30px);
  background: var(--ink-2);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 20px 4px 20px 4px;
}

.page-products .pf-hero__panel-label {
  margin: 0 0 16px;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.18em;
  color: var(--mint);
}

.page-products .pf-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin: 0;
}

.page-products .pf-quick__item dt {
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
}

.page-products .pf-quick__item dd {
  margin: 4px 0 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
}

.page-products .pf-quick__item dd span {
  margin-left: 3px;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.page-products .pf-orbit {
  display: block;
  width: 100%;
  height: auto;
  margin: 22px 0 10px;
}

.page-products .pf-hero__panel-note {
  margin: 0;
  font-size: var(--fs-12);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

/* ---------- 主体骨架：抽屉 + 内容流 ---------- */

.page-products .pf-body {
  display: grid;
  gap: var(--pf-gap);
  padding-top: clamp(30px, 4.5vw, 60px);
  padding-bottom: clamp(30px, 4vw, 52px);
}

.page-products .pf-body--tail {
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: clamp(44px, 6vw, 84px);
}

.page-products .pf-drawer__title {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.18em;
  color: var(--grey);
}

.page-products .pf-drawer__list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0 0 4px;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-products .pf-drawer__list::-webkit-scrollbar {
  display: none;
}

.page-products .pf-drawer__list a {
  display: block;
  padding: 7px 14px;
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  color: var(--graphite);
  text-decoration: none;
  white-space: nowrap;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-products .pf-drawer__list a:hover,
.page-products .pf-drawer__list a:focus-visible {
  color: var(--ink);
  border-color: var(--orange);
  background: var(--orange-soft);
}

/* ---------- 章节 ---------- */

.page-products .pf-sec {
  padding-block: clamp(26px, 3.6vw, 48px);
}

.page-products .pf-sec + .pf-sec {
  border-top: 1px solid var(--line-strong);
}

.page-products .pf-sec__num {
  margin: 0 0 6px;
  font-size: var(--fs-12);
  letter-spacing: 0.16em;
  color: var(--mint-ink);
}

.page-products .pf-sec h2 {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(23px, 3.4vw, 34px);
  line-height: 1.26;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.page-products .pf-sec__lead {
  max-width: 62ch;
  margin: 0 0 22px;
  font-size: var(--fs-17);
  line-height: 1.9;
  color: var(--graphite);
}

.page-products .pf-prose p {
  max-width: 64ch;
  margin: 0 0 14px;
  font-size: var(--fs-17);
  line-height: 1.9;
  color: var(--graphite);
}

.page-products .pf-prose p:last-child {
  margin-bottom: 0;
}

.page-products .pf-sub {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: var(--fs-21);
  line-height: 1.4;
  color: var(--ink);
}

/* ---------- 加急时限 ---------- */

.page-products .pf-lat {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.page-products .pf-lat__row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  grid-template-areas:
    "k name v"
    "k bar bar";
  gap: 2px 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.page-products .pf-lat__k {
  grid-area: k;
  font-size: var(--fs-14);
  font-weight: 700;
  color: var(--ink);
}

.page-products .pf-lat__name {
  grid-area: name;
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  color: var(--grey);
}

.page-products .pf-lat__v {
  grid-area: v;
  font-size: var(--fs-14);
  font-weight: 700;
  color: var(--orange);
}

.page-products .pf-lat__bar {
  grid-area: bar;
  height: 4px;
  margin-top: 6px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--electric), var(--mint));
}

.page-products .pf-lat__bar--t1 { width: 8%; }
.page-products .pf-lat__bar--t2 { width: 25%; }
.page-products .pf-lat__bar--t3 { width: 50%; }
.page-products .pf-lat__bar--t4 { width: 75%; }
.page-products .pf-lat__bar--t5 { width: 100%; }
.page-products .pf-lat__bar--t6 { width: 100%; }

/* ---------- 分栏 ---------- */

.page-products .pf-split {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  margin-top: clamp(24px, 3.4vw, 40px);
}

.page-products .pf-split__text p {
  max-width: 60ch;
  margin: 0 0 14px;
  font-size: var(--fs-17);
  line-height: 1.9;
  color: var(--graphite);
}

.page-products .pf-split__text p:last-child {
  margin-bottom: 0;
}

.page-products .pf-media-wide,
.page-products .pf-media-tall,
.page-products .pf-media-lead,
.page-products .pf-media-flow,
.page-products .pf-media-mat {
  margin: 0;
}

.page-products .pf-media-lead {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.page-products .pf-media-flow {
  margin-top: clamp(24px, 3.4vw, 40px);
}

.page-products .pf-media-mat {
  margin-top: clamp(22px, 3vw, 34px);
}

/* ---------- 筛选与项目卡片 ---------- */

.page-products .pf-filters {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.page-products .pf-filters .filter-chip {
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  color: var(--graphite);
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  padding: 8px 15px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-products .pf-filters .filter-chip:hover {
  border-color: var(--grey);
}

.page-products .pf-filters .filter-chip[aria-pressed="true"] {
  color: var(--ink);
  background: var(--orange-soft);
  border-color: var(--electric);
  box-shadow: 0 0 0 1px var(--electric) inset;
}

.page-products .pf-cards {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.page-products .pf-card {
  position: relative;
  padding: 20px 18px 16px;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--pf-card-radius);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .pf-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}

.page-products .pf-card__corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.18), rgba(255, 107, 53, 0));
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  pointer-events: none;
}

.page-products .pf-card__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.page-products .pf-card__cat {
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.06em;
  color: var(--violet);
  background: rgba(108, 79, 214, 0.1);
  border-radius: var(--radius-pill);
  padding: 3px 10px;
}

.page-products .pf-card .date-stamp {
  font-family: var(--font-mono);
  font-size: var(--fs-12);
  color: var(--mint-ink);
}

.page-products .pf-card__title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: var(--fs-21);
  line-height: 1.35;
  color: var(--ink);
}

.page-products .pf-card__desc {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--grey);
}

.page-products .pf-card__nums {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 12px;
  padding-top: 14px;
  border-top: 1px dashed var(--line-strong);
}

.page-products .pf-card__nums dt {
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.05em;
  color: var(--grey);
}

.page-products .pf-card__nums dd {
  margin: 3px 0 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--ink);
}

.page-products .pf-card__nums div:first-child dd {
  color: var(--orange);
}

.page-products .pf-card__nums dd span {
  margin-left: 3px;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  font-weight: 400;
  color: var(--grey);
}

.page-products .pf-card__meta {
  margin: 0;
  font-size: var(--fs-12);
  line-height: 1.7;
  color: var(--grey);
}

.page-products .pf-card__more {
  margin-top: 12px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.page-products .pf-card__more summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  color: var(--ink-2);
  letter-spacing: 0.04em;
}

.page-products .pf-card__more summary::-webkit-details-marker {
  display: none;
}

.page-products .pf-card__more summary::after {
  content: " +";
  color: var(--orange);
}

.page-products .pf-card__more[open] summary::after {
  content: " –";
}

.page-products .pf-card__more p {
  margin: 10px 0 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--graphite);
}

/* ---------- 赔付与评价对比主题带 ---------- */

.page-products .pf-band {
  position: relative;
  margin-block: clamp(6px, 1.4vw, 16px);
  padding-block: clamp(36px, 5vw, 68px);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.page-products .pf-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -18deg,
    rgba(56, 189, 248, 0.07) 0 1px,
    transparent 1px 30px
  );
  pointer-events: none;
}

.page-products .pf-band__inner {
  position: relative;
  z-index: 1;
}

.page-products .pf-band__eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.2em;
  color: var(--mint);
}

.page-products .pf-band h2 {
  margin: 0 0 16px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(24px, 3.6vw, 36px);
  line-height: 1.24;
  color: var(--white);
}

.page-products .pf-band__lead {
  max-width: 60ch;
  margin: 0 0 clamp(24px, 3.4vw, 38px);
  font-size: var(--fs-17);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

.page-products .pf-tiers {
  display: grid;
  gap: 14px;
}

.page-products .pf-tier {
  padding: 20px 18px;
  background: var(--ink-2);
  border-left: 3px solid var(--orange);
  border-radius: 4px 16px 16px 4px;
}

.page-products .pf-tier__amt {
  margin: 0;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  line-height: 1;
  color: var(--orange);
}

.page-products .pf-tier__amt span {
  margin-left: 4px;
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.page-products .pf-tier__name {
  margin: 10px 0 6px;
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  letter-spacing: 0.08em;
  color: var(--white);
}

.page-products .pf-tier__desc {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.68);
}

.page-products .pf-band__note {
  max-width: 70ch;
  margin: clamp(22px, 3vw, 34px) 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(46, 196, 182, 0.3);
  font-size: var(--fs-17);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

/* ---------- 上门流程步骤 ---------- */

.page-products .pf-sub--flow {
  margin-top: clamp(28px, 4vw, 46px);
}

.page-products .pf-steps {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: pfstep;
}

.page-products .pf-step {
  position: relative;
  padding: 26px 0 0;
}

.page-products .pf-step::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  right: -16px;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--electric) 0 8px,
    transparent 8px 16px
  );
  opacity: 0.6;
}

.page-products .pf-step:last-child::before {
  display: none;
}

.page-products .pf-step::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 4px var(--mist), 0 0 0 5px var(--line-strong);
}

.page-products .pf-step__num {
  display: block;
  font-size: var(--fs-12);
  letter-spacing: 0.14em;
  color: var(--mint-ink);
}

.page-products .pf-step h4 {
  margin: 6px 0 6px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: var(--fs-17);
  line-height: 1.4;
  color: var(--ink);
}

.page-products .pf-step p {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--grey);
}

/* ---------- 材料用量 ---------- */

.page-products .pf-mat__wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: var(--pf-card-radius);
}

.page-products .pf-mat {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.page-products .pf-mat__cap {
  padding: 16px 18px 0;
  text-align: left;
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  letter-spacing: 0.16em;
  color: var(--grey);
}

.page-products .pf-mat th,
.page-products .pf-mat td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--line);
}

.page-products .pf-mat thead th {
  font-family: var(--font-ui);
  font-size: var(--fs-12);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--grey);
  background: rgba(11, 42, 74, 0.03);
}

.page-products .pf-mat tbody th {
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  font-weight: 500;
  color: var(--ink);
}

.page-products .pf-mat tbody td {
  font-size: var(--fs-14);
  color: var(--graphite);
}

.page-products .pf-mat tbody td.mono {
  font-size: var(--fs-14);
  font-weight: 700;
  color: var(--orange);
}

.page-products .pf-mat tbody tr:last-child th,
.page-products .pf-mat tbody tr:last-child td {
  border-bottom: 0;
}

.page-products .pf-mat tbody tr:hover {
  background: var(--orange-soft);
}

.page-products .pf-mat__note {
  max-width: 62ch;
  margin: 18px 0 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--grey);
}

/* ---------- 更新记录 ---------- */

.page-products .pf-log {
  margin-top: 6px;
  border: 1px solid var(--line-strong);
  border-radius: var(--pf-card-radius);
  background: var(--white);
  overflow: hidden;
}

.page-products .pf-log summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-family: var(--font-ui);
  font-size: var(--fs-14);
  color: var(--ink);
  letter-spacing: 0.04em;
}

.page-products .pf-log summary::-webkit-details-marker {
  display: none;
}

.page-products .pf-log summary::after {
  content: " 查看";
  color: var(--orange);
  font-size: var(--fs-12);
}

.page-products .pf-log[open] summary::after {
  content: " 收起";
}

.page-products .pf-log summary:hover {
  background: var(--orange-soft);
}

.page-products .pf-log__list {
  margin: 0;
  padding: 4px 18px 20px;
  list-style: none;
}

.page-products .pf-log__item {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px dashed var(--line);
}

.page-products .pf-log__item:first-child {
  border-top: 0;
}

.page-products .pf-log__dot {
  position: absolute;
  top: 20px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(46, 196, 182, 0.16);
}

.page-products .pf-log__date {
  margin: 0 0 4px;
  font-size: var(--fs-12);
  letter-spacing: 0.06em;
  color: var(--mint-ink);
}

.page-products .pf-log__text {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--graphite);
}

/* ---------- 收尾 ---------- */

.page-products .pf-cta {
  display: grid;
  gap: 18px;
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(22px, 3vw, 32px);
  background: var(--orange-soft);
  border-radius: 4px 22px 4px 22px;
}

.page-products .pf-cta__text p {
  max-width: 58ch;
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--graphite);
}

.page-products .pf-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .pf-cta__actions .btn--ghost {
  color: var(--ink);
  border-color: rgba(11, 42, 74, 0.28);
  background: transparent;
}

.page-products .pf-cta__actions .btn--ghost:hover,
.page-products .pf-cta__actions .btn--ghost:focus-visible {
  background: var(--white);
  border-color: var(--ink);
}

/* ---------- 媒体占位 ---------- */

.page-products .media img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* ---------- 桌面栅格 ---------- */

@media (min-width: 720px) {
  .page-products .pf-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .pf-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .pf-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-products .pf-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
  }

  .page-products .pf-step::before {
    right: -14px;
  }

  .page-products .pf-step:last-child::before {
    display: block;
    right: -14px;
    opacity: 0.25;
  }

  .page-products .pf-split {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .page-products .pf-split--tall {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
  }

  .page-products .pf-tiers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-products .pf-hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
  }

  .page-products .pf-body {
    grid-template-columns: 196px minmax(0, 1fr);
    gap: clamp(30px, 4vw, 62px);
    align-items: start;
  }

  .page-products .pf-body--tail {
    grid-template-columns: 196px minmax(0, 1fr);
  }

  .page-products .pf-drawer {
    position: sticky;
    top: 104px;
  }

  .page-products .pf-drawer__list {
    flex-direction: column;
    gap: 0;
    overflow: visible;
  }

  .page-products .pf-drawer__list a {
    padding: 11px 10px 11px 16px;
    background: transparent;
    border: 0;
    border-left: 2px solid transparent;
    border-radius: 0;
    white-space: normal;
    transition: color 0.2s ease, border-color 0.2s ease;
  }

  .page-products .pf-drawer__list a:hover,
  .page-products .pf-drawer__list a:focus-visible {
    background: transparent;
    border-left-color: var(--orange);
  }

  .page-products .pf-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .pf-card:nth-child(even) {
    margin-top: 38px;
  }

  .page-products .pf-sec {
    padding-block: clamp(34px, 3.4vw, 56px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .pf-card,
  .page-products .pf-drawer__list a,
  .page-products .pf-filters .filter-chip {
    transition: none;
  }

  .page-products .pf-card:hover {
    transform: none;
  }
}
