body.tax-product_category {
  --pc-red: var(--c-brand);
  --pc-ink: #111827;
  --pc-muted: #5f6b7a;
  --pc-line: #e5eaf0;
  --pc-soft: #f6f8fb;
  --pc-shell: 1680px;
  --pc-gutter: clamp(24px, 4vw, 80px);
  background: #fff;
  color: var(--pc-ink);
}

.pc-page {
  overflow-x: clip;
  background: #fff;
}

.pc-shell {
  width: min(calc(100% - var(--pc-gutter) * 2), var(--pc-shell));
  margin-inline: auto;
}

.pc-kicker {
  margin: 0 0 12px;
  color: var(--pc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 24px;
  border: 1px solid var(--pc-red);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.pc-button--primary {
  color: #fff;
  background: var(--pc-red);
}

.pc-button--outline {
  color: var(--pc-red);
  background: #fff;
}

.pc-button--light {
  color: var(--pc-red);
  background: #fff;
  border-color: #fff;
}

.pc-button:focus-visible,
.pc-equipment-nav a:focus-visible,
.pc-product-card a:focus-visible,
.pc-faq-item button:focus-visible {
  outline: 3px solid rgba(239, 23, 35, .25);
  outline-offset: 3px;
}

.pc-hero {
  padding: 0 0 28px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-bottom: 1px solid #eef2f6;
}

.pc-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
  min-height: 420px;
}

.pc-hero__grid::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 4%;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 72px solid rgba(239, 23, 35, .07);
  border-radius: 50%;
  pointer-events: none;
}

.pc-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.pc-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 1.04;
  letter-spacing: 0;
}

.pc-hero__description {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--pc-muted);
  font-size: 17px;
  line-height: 1.72;
}

.pc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.pc-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.pc-hero__media img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.pc-quick-facts,
.pc-equipment-nav {
  margin-top: 28px;
}

.pc-fact-grid,
.pc-equipment-nav__scroll {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .06);
}

.pc-fact {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 18px 24px;
  border-right: 1px solid var(--pc-line);
}

.pc-fact:last-child {
  border-right: 0;
}

.pc-fact svg,
.pc-equipment-nav svg,
.pc-advantage-grid svg,
.pc-industry-grid svg {
  width: 30px;
  height: 30px;
  color: var(--pc-red);
  stroke-width: 1.8;
}

.pc-fact strong,
.pc-fact span,
.pc-fact small {
  display: block;
}

.pc-fact strong {
  font-size: 18px;
  line-height: 1.18;
}

.pc-fact span {
  margin-top: 3px;
  color: var(--pc-muted);
  font-size: 13px;
}

.pc-fact small {
  margin-top: 3px;
  color: #8793a3;
  font-size: 12px;
}

.pc-equipment-nav__scroll {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  box-shadow: 0 8px 24px rgba(17, 24, 39, .04);
}

.pc-equipment-nav a {
  position: relative;
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 74px;
  padding: 12px;
  color: var(--pc-ink);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid var(--pc-line);
}

.pc-equipment-nav a.is-active {
  color: var(--pc-red);
}

.pc-equipment-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  background: var(--pc-red);
}

.pc-section {
  padding: 54px 0 0;
}

.pc-heading {
  margin-bottom: 26px;
}

.pc-heading--center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.pc-heading h2,
.pc-selection__copy h2 {
  margin: 0;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.15;
  letter-spacing: 0;
}

.pc-heading p:not(.pc-kicker),
.pc-selection__copy > p {
  margin: 12px 0 0;
  color: var(--pc-muted);
  line-height: 1.7;
}

.pc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pc-product-card > a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .035);
}

.pc-product-card__media {
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 18px;
  background: #fbfcfe;
}

.pc-product-card__media img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.pc-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.pc-product-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.28;
}

.pc-product-card p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pc-product-card ul {
  display: grid;
  gap: 9px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.pc-product-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #4d5969;
  font-size: 13px;
}

.pc-product-card li svg {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  color: var(--pc-red);
}

.pc-product-card strong {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--pc-red);
  font-size: 13px;
}

.pc-workflow {
  padding-top: 26px;
}

.pc-workflow__heading {
  margin-bottom: 9px;
  text-align: center;
}

.pc-workflow__heading .pc-kicker {
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .12em;
}

.pc-workflow__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  overflow: visible;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
}

.pc-workflow article {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 18px 16px 14px;
  background: #fff;
  border-right: 1px solid var(--pc-line);
}

.pc-workflow article::after {
  content: "\2192";
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--pc-red);
  background: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.pc-workflow article:last-child {
  border-right: 0;
}

.pc-workflow article:last-child::after {
  content: none;
}

.pc-workflow article > svg,
.pc-workflow article > i {
  width: 24px;
  height: 24px;
  color: #4b5563;
  justify-self: center;
  stroke-width: 1.7;
}

.pc-workflow__number {
  position: absolute;
  left: 50%;
  top: 8px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 18px;
  padding: 0 5px;
  color: var(--pc-red);
  background: #fff0f1;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  transform: translateX(-50%);
}

.pc-workflow__copy {
  min-width: 0;
  padding-top: 9px;
}

html body.tax-product_category main#main-content .pc-workflow h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.18;
}

html body.tax-product_category main#main-content .pc-workflow p {
  margin: 4px 0 0;
  color: var(--pc-muted);
  font-size: 11px;
  line-height: 1.35;
}

.pc-advantage-grid h3,
.pc-related h3 {
  margin: 8px 0 0;
  font-size: 16px;
}

.pc-advantage-grid p,
.pc-related p {
  margin: 6px 0 0;
  color: var(--pc-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pc-selection__grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.4fr);
  gap: 48px;
  align-items: start;
}

.pc-check-list {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pc-check-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #202938;
  font-size: 14px;
}

.pc-check-list svg {
  width: 16px;
  height: 16px;
  color: var(--pc-red);
}

.pc-selection__table {
  overflow-x: auto;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
}

.pc-selection table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.pc-selection th,
.pc-selection td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--pc-line);
  border-right: 1px solid var(--pc-line);
  font-size: 13px;
  text-align: center;
}

.pc-selection th:first-child {
  text-align: left;
}

.pc-selection thead th:not(:first-child) {
  color: var(--pc-red);
  background: #fff4f5;
}

.pc-selection th small {
  display: block;
  margin-top: 3px;
  font-weight: 600;
}

.pc-advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.pc-advantage-grid article {
  min-height: 128px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(17, 24, 39, .03);
}

.pc-related-applications {
  --pc-related-panel-height: clamp(176px, 11vw, 210px);
  padding-top: 28px;
}

.pc-related-applications__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 34px;
  align-items: stretch;
}

.pc-related-applications__block {
  display: grid;
  grid-template-rows: auto minmax(var(--pc-related-panel-height), 1fr);
  min-height: 100%;
}

/* When no related-solution cards are published, let the applications panel use the full shell. */
.pc-related-applications__grid > .pc-related-applications__block:only-child {
  grid-column: 1 / -1;
}

.pc-related-applications__grid > .pc-related-applications__block:only-child .pc-industry-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pc-related-applications__heading {
  display: flex;
  align-items: flex-end;
  height: 18px;
  margin-bottom: 12px;
}

.pc-related-applications__heading .pc-kicker {
  margin-bottom: 0;
  font-size: 10px;
  letter-spacing: .12em;
}

.pc-related-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  height: 100%;
  min-height: var(--pc-related-panel-height);
}

.pc-related-grid article {
  min-height: 100%;
}

.pc-related article a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: var(--pc-related-panel-height);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(17, 24, 39, .025);
}

.pc-related__image {
  display: block;
  height: clamp(84px, 5.6vw, 104px);
  overflow: hidden;
  background: #f5f7fa;
}

.pc-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pc-related h3,
.pc-related p {
  margin-inline: 14px;
}

html body.tax-product_category main#main-content .pc-related h3 {
  margin-top: 12px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

html body.tax-product_category main#main-content .pc-related p {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  color: var(--pc-muted);
  font-size: 11px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pc-industry-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 100%;
  min-height: var(--pc-related-panel-height);
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(17, 24, 39, .025);
}

.pc-industry-grid a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: var(--pc-related-panel-height);
  height: 100%;
  padding: 20px 12px;
  color: var(--pc-ink);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-right: 1px solid var(--pc-line);
  border-radius: 0;
  box-shadow: none;
}

.pc-industry-grid a span {
  max-width: 12ch;
  line-height: 1.25;
}

.pc-industry-grid a:last-child {
  border-right: 0;
}

.pc-industry-grid .pc-industry__icon {
  width: 36px;
  height: 36px;
  color: #4b5563;
  stroke-width: 1.65;
}

.pc-resources {
  padding-top: 34px;
}

.pc-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pc-resource-card {
  height: 100%;
}

.pc-resource-card a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .035);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pc-resource-card a:hover {
  border-color: #f8a5ae;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .07);
  transform: translateY(-2px);
}

.pc-resource-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--pc-red);
  background: #fff0f2;
  border-radius: 8px;
}

.pc-resource__icon {
  width: 22px;
  height: 22px;
}

.pc-resource-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: var(--pc-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pc-resource-card__meta span {
  color: var(--pc-red);
}

.pc-resource-card h3 {
  margin: 10px 0 0;
  color: var(--pc-ink);
  font-size: 18px;
  line-height: 1.3;
}

.pc-resource-card p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pc-resource-card strong {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 22px;
  color: var(--pc-red);
  font-size: 13px;
}

.pc-resource__arrow {
  width: 15px;
  height: 15px;
}

.pc-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.pc-faq-item {
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  overflow: hidden;
}

.pc-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  color: var(--pc-ink);
  font-weight: 800;
  text-align: left;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.pc-faq-item button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.pc-faq-item div {
  padding: 0 18px 16px;
  color: var(--pc-muted);
}

.pc-cta {
  padding-bottom: 32px;
}

.pc-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.pc-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 12px;
  color: var(--pc-ink);
  text-decoration: none;
  border: 1px solid var(--pc-line);
  border-radius: 4px;
}

.pc-pagination .current {
  color: #fff;
  background: var(--pc-red);
  border-color: var(--pc-red);
}

.pc-empty {
  padding: 38px;
  text-align: center;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
}

@media (max-width: 1280px) {
  .pc-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pc-fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .pc-hero__grid,
  .pc-selection__grid,
  .pc-related-applications__grid {
    grid-template-columns: 1fr;
  }
  .pc-related-applications__block {
    grid-template-rows: auto auto;
  }
  .pc-hero__media {
    min-height: 260px;
  }
  .pc-product-grid,
  .pc-related-grid,
  .pc-resource-grid,
  .pc-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-equipment-nav__scroll {
    display: flex;
    overflow-x: auto;
  }
  .pc-equipment-nav a {
    min-width: 170px;
  }
  .pc-workflow__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pc-workflow article:nth-child(3n)::after {
    content: none;
  }
  .pc-related-applications .pc-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pc-related-grid,
  .pc-related article a,
  .pc-industry-grid,
  .pc-industry-grid a {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .pc-shell {
    width: min(calc(100% - 32px), var(--pc-shell));
  }
  .pc-hero h1 {
    font-size: 38px;
  }
  .pc-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .pc-product-grid,
  .pc-related-grid,
  .pc-resource-grid,
  .pc-faq-grid,
  .pc-fact-grid {
    grid-template-columns: 1fr;
  }
  .pc-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc-industry-grid a {
    border-right: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
  }
  .pc-industry-grid a:nth-child(2n) {
    border-right: 0;
  }
  .pc-industry-grid a:last-child {
    border-bottom: 0;
  }
  .pc-workflow__grid {
    grid-template-columns: 1fr;
  }
  .pc-workflow article {
    min-height: 74px;
    border-right: 0;
    border-bottom: 1px solid var(--pc-line);
  }
  .pc-workflow article:last-child {
    border-bottom: 0;
  }
  .pc-workflow article::after {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-button,
  .pc-faq-item button svg {
    transition: none;
  }
}

/* Product category discovery layout: compact category intro + filterable product grid. */
body.tax-product_category .pc-hero {
  padding: 18px 0 0;
  background: #fff;
  border-bottom: 0;
}
body.tax-product_category .pc-hero__grid {
  grid-template-columns: minmax(0, .74fr) minmax(460px, 1.26fr);
  gap: clamp(28px, 4vw, 72px);
  min-height: 338px;
}
body.tax-product_category .pc-hero__grid::after { content: none; }
body.tax-product_category .pc-hero h1 {
  max-width: 620px;
  font-size: clamp(38px, 3.35vw, 58px);
  line-height: 1.08;
}
body.tax-product_category .pc-hero__description {
  max-width: 620px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.68;
}
body.tax-product_category .pc-hero__actions { margin-top: 24px; }
body.tax-product_category .pc-hero__media {
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(90deg, #f9fbfd, #eef2f6);
  border: 1px solid var(--pc-line);
  border-radius: 8px;
}
body.tax-product_category .pc-hero__media img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}
body.tax-product_category .pc-quick-facts,
body.tax-product_category .pc-equipment-nav { margin-top: 18px; }
body.tax-product_category .pc-fact-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
body.tax-product_category .pc-equipment-nav__scroll {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  padding: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}
body.tax-product_category .pc-equipment-nav a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 0 15px;
  white-space: nowrap;
  border-right: 0;
}
body.tax-product_category .pc-equipment-nav a.is-active::after {
  left: 0;
  right: 0;
}
body.tax-product_category .pc-products {
  padding-top: 24px;
}
body.tax-product_category .pc-products > .pc-shell {
  width: min(calc(100% - 48px), var(--pc-shell));
}
body.tax-product_category .pc-products__heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  min-height: 54px;
  margin-bottom: 16px;
}
body.tax-product_category .pc-products__heading .pc-kicker,
body.tax-product_category .pc-products__heading h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.tax-product_category .pc-products__heading p:not(.pc-kicker) {
  max-width: 660px;
  margin: 6px 0 0;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.55;
}
body.tax-product_category .pc-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  color: #fff;
  background: var(--pc-red);
  border: 1px solid var(--pc-red);
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}
body.tax-product_category .pc-filter-toggle svg {
  width: 17px;
  height: 17px;
}
body.tax-product_category .pc-products__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
body.tax-product_category .pc-products__results {
  width: 100%;
  min-width: 0;
}
body.tax-product_category .pc-filter {
  position: sticky;
  top: 92px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, .035);
}
body.tax-product_category .pc-filter__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--pc-line);
}
body.tax-product_category .pc-filter__header strong { font-size: 16px; }
body.tax-product_category .pc-filter__header a,
body.tax-product_category .pc-filter__actions a {
  color: var(--pc-muted);
  font-size: 12px;
  font-weight: 800;
}
body.tax-product_category .pc-filter__search {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}
body.tax-product_category .pc-filter__search span,
body.tax-product_category .pc-filter legend {
  color: var(--pc-ink);
  font-size: 13px;
  font-weight: 800;
}
body.tax-product_category .pc-filter input[type="search"] {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--pc-ink);
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 5px;
}
body.tax-product_category .pc-filter fieldset {
  display: grid;
  gap: 11px;
  margin: 18px 0 0;
  padding: 17px 0 0;
  border: 0;
  border-top: 1px solid var(--pc-line);
}
body.tax-product_category .pc-filter label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #394455;
  font-size: 13px;
}
body.tax-product_category .pc-filter input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--pc-red);
}
body.tax-product_category .pc-filter__actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
body.tax-product_category .pc-filter__actions button {
  min-height: 44px;
  color: #fff;
  background: var(--pc-red);
  border: 1px solid var(--pc-red);
  border-radius: 5px;
  font-weight: 800;
  cursor: pointer;
}
body.tax-product_category .pc-filter__actions a {
  display: grid;
  place-items: center;
  min-height: 38px;
  color: var(--pc-red);
  border: 1px solid #ffc9cf;
  border-radius: 5px;
}
body.tax-product_category .pc-products__bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
body.tax-product_category .pc-products__bar p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 14px;
}
body.tax-product_category .pc-sort label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pc-muted);
  font-size: 13px;
  font-weight: 700;
}
body.tax-product_category .pc-sort select {
  min-width: 190px;
  min-height: 44px;
  padding: 0 36px 0 12px;
  color: var(--pc-ink);
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
}
body.tax-product_category .pc-product-grid {
  align-items: stretch;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
body.tax-product_category .pc-product-card {
  min-width: 0;
  height: 100%;
}
body.tax-product_category .pc-product-card > a {
  min-height: 382px;
  height: 100%;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.tax-product_category .pc-product-card > a:hover {
  border-color: #f8a5ae;
  box-shadow: 0 16px 34px rgba(17, 24, 39, .08);
  transform: translateY(-3px);
}
body.tax-product_category .pc-product-card__media {
  min-height: 174px;
  padding: 12px;
}
body.tax-product_category .pc-product-card__media img { height: 150px; }
body.tax-product_category .pc-product-card__body { padding: 14px; }
body.tax-product_category .pc-product-card__placeholder {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--pc-red);
  background: #fff0f2;
  border-radius: 8px;
}
html body.tax-product_category main#main-content .pc-product-card__series {
  display: block;
  min-height: 0;
  margin: 0 0 3px;
  overflow: visible;
  color: var(--pc-ink) !important;
  font-size: 15px !important;
  font-weight: 800;
  line-height: 1.25 !important;
  -webkit-line-clamp: unset;
}
html body.tax-product_category main#main-content#main-content .pc-product-card h3 {
  display: -webkit-box;
  min-height: 38px;
  overflow: hidden;
  font-size: 16px !important;
  line-height: 1.18 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
html body.tax-product_category main#main-content#main-content .pc-product-card p:not(.pc-product-card__series) {
  min-height: 40px;
  margin-top: 8px;
  color: var(--pc-muted) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  -webkit-line-clamp: 2;
}
body.tax-product_category .pc-product-card ul:not(.pc-product-card__specs-empty) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-height: 38px;
  margin-top: 10px;
}
body.tax-product_category .pc-product-card__specs-empty { display: none; }
html body.tax-product_category main#main-content#main-content .pc-product-card li {
  font-size: 12px !important;
  line-height: 1.4 !important;
}
html body.tax-product_category main#main-content#main-content .pc-product-card strong {
  margin-top: auto;
  padding-top: 13px;
  color: var(--pc-red) !important;
  font-size: 12px;
  border-top: 1px solid var(--pc-line);
}
html body.tax-product_category main#main-content#main-content .pc-products__bar p {
  color: var(--pc-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}
html body.tax-product_category main#main-content#main-content .pc-products__heading p:not(.pc-kicker) {
  color: var(--pc-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
body.tax-product_category .pc-sort label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px;
  width: 240px;
  min-height: 44px;
  padding-left: 13px;
  color: var(--pc-muted);
  background: #fff;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
}
body.tax-product_category .pc-sort select {
  min-width: 0;
  min-height: 42px;
  padding-left: 0;
  font-weight: 700;
  border: 0;
}
body.tax-product_category .pc-sort label > span { color: var(--pc-muted); }

@media (max-width: 1280px) {
  body.tax-product_category .pc-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.tax-product_category .pc-products__layout { grid-template-columns: 260px minmax(0, 1fr); gap: 28px; }
}

@media (max-width: 1024px) {
  body.tax-product_category .pc-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  body.tax-product_category .pc-hero__media { min-height: 0; }
  body.tax-product_category .pc-hero__media img { height: auto; }
  body.tax-product_category .pc-filter-toggle { display: inline-flex; }
  body.tax-product_category .pc-products__layout { grid-template-columns: 1fr; }
  body.tax-product_category.pc-filter-js .pc-filter {
    position: static;
    display: none;
  }
  body.tax-product_category .pc-filter { position: static; }
  body.tax-product_category.pc-filter-js .pc-filter.is-open { display: block; }
  body.tax-product_category .pc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.tax-product_category .pc-product-card > a { min-height: 420px; }
}

@media (max-width: 640px) {
  body.tax-product_category .pc-hero { padding-top: 6px; }
  body.tax-product_category .pc-hero h1 { font-size: 34px; }
  body.tax-product_category .pc-hero__media,
  body.tax-product_category .pc-hero__media img { height: auto; min-height: 0; }
  body.tax-product_category .pc-products__heading,
  body.tax-product_category .pc-products__bar {
    align-items: stretch;
    flex-direction: column;
  }
  body.tax-product_category .pc-sort select { width: 100%; }
  body.tax-product_category .pc-sort label { width: 100%; }
  body.tax-product_category .pc-product-grid { grid-template-columns: 1fr; }
  body.tax-product_category .pc-product-card > a { min-height: 400px; }
}

/* Keep long filter options readable without compressing the product grid. */
body.tax-product_category .pc-products__layout {
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 28px;
}

body.tax-product_category .pc-filter label.pc-filter__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
}

body.tax-product_category .pc-filter fieldset {
  gap: 4px;
}

body.tax-product_category .pc-filter fieldset label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-width: 0;
  margin-inline: -8px;
  padding: 6px 8px;
  color: #394455;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
}

body.tax-product_category .pc-filter fieldset label:hover {
  background: #f7f9fb;
}

body.tax-product_category .pc-filter fieldset label:has(input:checked) {
  color: var(--pc-ink);
  background: #fff2f3;
  font-weight: 700;
}

body.tax-product_category .pc-filter fieldset label span {
  min-width: 0;
  color: #394455;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: break-word;
}

body.tax-product_category .pc-filter fieldset label:has(input:checked) span {
  color: var(--pc-ink);
  font-weight: 700;
}

body.tax-product_category .pc-filter input[type="search"] {
  font-size: 14px !important;
}

body.tax-product_category .pc-filter input[type="radio"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  flex: 0 0 18px;
}

@media (min-width: 1025px) {
  body.tax-product_category .pc-filter {
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  body.tax-product_category .pc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  body.tax-product_category .pc-products__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  body.tax-product_category .pc-filter fieldset label {
    margin-inline: -6px;
    padding-inline: 6px;
  }
}
