:root {
  --pnx-navy-950: #04062f;
  --pnx-navy-900: #070b45;
  --pnx-navy-800: #0c155b;
  --pnx-electric: #3f39ff;
  --pnx-cyan: #19b7ff;
  --pnx-ink: #11182e;
  --pnx-body: #465367;
  --pnx-line: #dce3ed;
  --pnx-soft: #f4f7fb;
  --pnx-white: #ffffff;
  --pnx-display: "Jost", sans-serif;
  --pnx-text: "Catamaran", sans-serif;
  --pnx-shadow: 0 26px 70px rgba(9, 18, 59, 0.12);
}

.pnx-catalog,
.pnx-catalog *,
.pnx-catalog *::before,
.pnx-catalog *::after {
  box-sizing: border-box;
}

.pnx-catalog {
  background: var(--pnx-white);
  color: var(--pnx-body);
  font-family: var(--pnx-text);
  line-height: 1.6;
  overflow: hidden;
}

.pnx-catalog h1,
.pnx-catalog h2,
.pnx-catalog h3,
.pnx-catalog p {
  margin-top: 0;
}

.pnx-catalog h1,
.pnx-catalog h2,
.pnx-catalog h3 {
  color: var(--pnx-ink);
  font-family: var(--pnx-display);
  line-height: 1.08;
}

.pnx-catalog a {
  text-decoration: none;
}

.pnx-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.pnx-eyebrow {
  color: var(--pnx-electric);
  font-family: var(--pnx-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.pnx-hero,
.pnx-product-hero {
  background-color: var(--pnx-navy-950);
  background-image:
    linear-gradient(120deg, rgba(63, 57, 255, 0.22), transparent 52%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='194' viewBox='0 0 112 194'%3E%3Cg fill='none' stroke='%2319b7ff' stroke-opacity='.14' stroke-width='1'%3E%3Cpath d='M56 1 111 33v64l-55 32L1 97V33Z'/%3E%3Cpath d='m56 129 55 32v32M1 193v-32l55-32'/%3E%3C/g%3E%3C/svg%3E");
  color: rgba(255, 255, 255, 0.76);
  position: relative;
}

.pnx-hero::after,
.pnx-product-hero::after {
  background: linear-gradient(180deg, transparent, rgba(4, 6, 47, 0.7));
  bottom: 0;
  content: "";
  height: 72px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.pnx-hero__inner {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 328px;
  padding-bottom: 58px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

.pnx-hero h1 {
  color: var(--pnx-white);
  font-size: clamp(46px, 5.4vw, 68px);
  letter-spacing: -0.045em;
  margin-bottom: 16px;
  max-width: 780px;
}

.pnx-hero__copy > p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
  margin-bottom: 0;
  max-width: 620px;
}

.pnx-hero__index {
  align-items: end;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  min-width: 140px;
  padding-left: 24px;
}

.pnx-hero__index span {
  font-family: var(--pnx-display);
  font-size: 11px;
  letter-spacing: 0.2em;
}

.pnx-hero__index strong {
  color: var(--pnx-cyan);
  font-family: var(--pnx-display);
  font-size: 68px;
  font-weight: 600;
  line-height: 1;
}

.pnx-catalog-tools {
  background: var(--pnx-white);
  border-bottom: 1px solid var(--pnx-line);
  position: relative;
  z-index: 2;
}

.pnx-filter-bar {
  align-items: center;
  background: var(--pnx-white);
  box-shadow: var(--pnx-shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: -34px;
  min-height: 76px;
  position: relative;
}

.pnx-search {
  align-items: center;
  display: flex;
  padding: 0 26px;
}

.pnx-search svg {
  fill: none;
  height: 20px;
  margin-right: 14px;
  stroke: var(--pnx-electric);
  stroke-linecap: round;
  stroke-width: 1.7;
  width: 20px;
}

.pnx-search input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--pnx-ink);
  font-family: var(--pnx-text);
  font-size: 17px;
  min-width: 0;
  outline: 0;
  padding: 18px 0;
  width: 100%;
}

.pnx-filter-bar > button {
  align-self: stretch;
  background: var(--pnx-electric);
  border: 0;
  color: var(--pnx-white);
  cursor: pointer;
  font-family: var(--pnx-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 190px;
  padding: 0 26px;
  transition: background-color 180ms ease;
}

.pnx-filter-bar > button:hover,
.pnx-filter-bar > button:focus-visible {
  background: var(--pnx-navy-800);
}

.pnx-brand-nav {
  display: flex;
  gap: 36px;
  overflow-x: auto;
  padding: 25px 0 22px;
}

.pnx-brand-nav a {
  color: var(--pnx-body);
  font-family: var(--pnx-display);
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 4px;
  position: relative;
  white-space: nowrap;
}

.pnx-brand-nav a::after {
  background: var(--pnx-electric);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.pnx-brand-nav a:hover::after,
.pnx-brand-nav a:focus-visible::after,
.pnx-brand-nav a.is-active::after {
  transform: scaleX(1);
}

.pnx-brand-nav a.is-active {
  color: var(--pnx-electric);
}

.pnx-brand-stack {
  padding-bottom: 56px;
  padding-top: 0;
}

body.tax-pnx_catalog .site-footer .footer-top {
  padding-bottom: 20px;
  padding-top: 47px;
}

body.tax-pnx_catalog .site-footer .footer-top .mb-30 {
  margin-bottom: 15px !important;
}

body.tax-pnx_catalog .site-footer .footer-bottom {
  padding-top: 15px !important;
}

.pnx-brand-section {
  padding-top: 58px;
}

.pnx-brand-section + .pnx-brand-section {
  border-top: 1px solid var(--pnx-line);
  margin-top: 92px;
}

.pnx-brand-section__header,
.pnx-related__header {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.pnx-brand-heading {
  align-items: center;
  display: flex;
  gap: 22px;
}

.pnx-brand-heading__number {
  color: var(--pnx-electric);
  font-family: var(--pnx-display);
  font-size: 16px;
  font-weight: 700;
  position: relative;
  width: 54px;
}

.pnx-brand-heading__number::after {
  background: var(--pnx-electric);
  content: "";
  height: 1px;
  left: 31px;
  position: absolute;
  top: 50%;
  width: 36px;
}

.pnx-brand-section h2,
.pnx-related h2 {
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.pnx-brand-section h2 {
  font-size: clamp(32px, 3.2vw, 42px);
}

.pnx-catalog--brand-landing .pnx-hero h1 {
  font-size: clamp(46px, 5vw, 62px);
}

.pnx-catalog--brand-landing .pnx-brand-section h2 {
  font-size: clamp(36px, 3.7vw, 48px);
}

.pnx-catalog--category-list .pnx-hero h1 {
  font-size: clamp(44px, 5.2vw, 64px);
}

.pnx-catalog--category-list .pnx-brand-section h2 {
  font-size: clamp(32px, 3.2vw, 42px);
}

.pnx-related h2 {
  font-size: clamp(36px, 3.5vw, 42px);
}

.pnx-brand-section__count {
  align-items: baseline;
  display: flex;
  font-size: 13px;
  gap: 7px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pnx-brand-section__count strong {
  color: var(--pnx-ink);
  font-family: var(--pnx-display);
  font-size: 26px;
}

.pnx-category-rail {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 34px;
}

.pnx-category-rail a {
  background: var(--pnx-soft);
  color: var(--pnx-ink);
  min-height: 108px;
  padding: 23px 54px 20px 22px;
  position: relative;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pnx-category-rail a:hover,
.pnx-category-rail a:focus-visible {
  background: var(--pnx-navy-900);
  color: var(--pnx-white);
  transform: translateY(-3px);
}

.pnx-category-rail span {
  display: block;
  font-family: var(--pnx-display);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
}

.pnx-category-rail small {
  color: #7b8798;
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.pnx-category-rail em {
  color: #5c6980;
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
  margin-top: 8px;
}

.pnx-category-rail b {
  color: var(--pnx-electric);
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 22px;
  top: 22px;
}

.pnx-category-rail a:hover small,
.pnx-category-rail a:focus-visible small,
.pnx-category-rail a:hover em,
.pnx-category-rail a:focus-visible em,
.pnx-category-rail a:hover b,
.pnx-category-rail a:focus-visible b {
  color: var(--pnx-cyan);
}

.pnx-taxonomy-map {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pnx-taxonomy-group {
  background:
    linear-gradient(145deg, rgba(63, 57, 255, 0.055), transparent 48%),
    var(--pnx-white);
  border: 1px solid var(--pnx-line);
  min-height: 218px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.pnx-taxonomy-group::before {
  background: var(--pnx-electric);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 72px;
}

.pnx-taxonomy-group:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.pnx-taxonomy-group__meta {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}

.pnx-taxonomy-group__meta span {
  color: rgba(63, 57, 255, 0.24);
  font-family: var(--pnx-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.pnx-taxonomy-group__meta small {
  color: #6b778a;
  font-family: var(--pnx-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pnx-taxonomy-group__primary {
  align-items: center;
  color: var(--pnx-ink);
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.pnx-taxonomy-group__primary h3 {
  font-size: clamp(22px, 2.25vw, 30px);
  letter-spacing: -0.035em;
  margin-bottom: 0;
}

.pnx-taxonomy-group__primary b {
  align-items: center;
  border: 1px solid var(--pnx-line);
  border-radius: 50%;
  color: var(--pnx-electric);
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 17px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pnx-taxonomy-group__primary:hover,
.pnx-taxonomy-group__primary:focus-visible {
  color: var(--pnx-electric);
}

.pnx-taxonomy-group__primary:hover b,
.pnx-taxonomy-group__primary:focus-visible b {
  background: var(--pnx-electric);
  border-color: var(--pnx-electric);
  color: var(--pnx-white);
  transform: translate(2px, -2px);
}

.pnx-taxonomy-group > p {
  color: #6b778a;
  font-size: 13px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.pnx-taxonomy-group > p strong {
  color: var(--pnx-ink);
  font-family: var(--pnx-display);
  font-size: 18px;
  margin-right: 4px;
}

.pnx-taxonomy-group__children {
  border-top: 1px solid var(--pnx-line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 26px;
  padding-top: 20px;
}

.pnx-taxonomy-group__children a {
  align-items: center;
  background: var(--pnx-soft);
  color: var(--pnx-ink);
  display: grid;
  gap: 2px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 68px;
  padding: 13px 14px;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pnx-taxonomy-group__children a:hover,
.pnx-taxonomy-group__children a:focus-visible {
  background: var(--pnx-navy-900);
  color: var(--pnx-white);
  transform: translateY(-2px);
}

.pnx-taxonomy-group__children span {
  font-family: var(--pnx-display);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
}

.pnx-taxonomy-group__children small {
  color: #748095;
  font-size: 11px;
  grid-column: 1;
}

.pnx-taxonomy-group__children b {
  color: var(--pnx-electric);
  font-size: 15px;
  font-weight: 400;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.pnx-taxonomy-group__children a:hover small,
.pnx-taxonomy-group__children a:focus-visible small,
.pnx-taxonomy-group__children a:hover b,
.pnx-taxonomy-group__children a:focus-visible b {
  color: var(--pnx-cyan);
}

.pnx-product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pnx-catalog-pagination {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 48px;
}

.pnx-catalog-pagination__links,
.pnx-catalog-pagination__jump {
  align-items: center;
  display: flex;
  gap: 10px;
}

.pnx-catalog-pagination__jump {
  border-left: 1px solid var(--pnx-line);
  padding-left: 28px;
}

.pnx-catalog-pagination .page-numbers,
.pnx-catalog-pagination__jump input,
.pnx-catalog-pagination__jump button {
  align-items: center;
  background: var(--pnx-white);
  border: 1px solid var(--pnx-line);
  border-radius: 8px;
  color: var(--pnx-navy-900);
  display: inline-flex;
  font-family: var(--pnx-display);
  font-size: 16px;
  font-weight: 650;
  height: 48px;
  justify-content: center;
  line-height: 1;
  min-width: 48px;
  padding: 0 14px;
  text-decoration: none;
}

.pnx-catalog-pagination .page-numbers.current,
.pnx-catalog-pagination .page-numbers:hover,
.pnx-catalog-pagination .page-numbers:focus-visible,
.pnx-catalog-pagination__jump button:hover,
.pnx-catalog-pagination__jump button:focus-visible {
  background: var(--pnx-electric);
  border-color: var(--pnx-electric);
  color: var(--pnx-white);
}

.pnx-catalog-pagination .page-numbers.dots {
  border-color: transparent;
  min-width: 28px;
  padding: 0;
}

.pnx-catalog-pagination__jump input {
  font-weight: 500;
  width: 132px;
}

.pnx-catalog-pagination__jump button {
  border-color: var(--pnx-electric);
  color: var(--pnx-electric);
  cursor: pointer;
}

.pnx-product-card {
  background: var(--pnx-white);
  border: 1px solid var(--pnx-line);
  min-width: 0;
  position: relative;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.pnx-product-card:hover {
  box-shadow: var(--pnx-shadow);
  transform: translateY(-7px);
}

.pnx-product-card__image {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(63, 57, 255, 0.06), transparent 55%),
    var(--pnx-soft);
  display: flex;
  height: 300px;
  justify-content: center;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.pnx-product-card__image img {
  height: 100%;
  object-fit: contain;
  transition: transform 260ms ease;
  width: 100%;
}

.pnx-product-card:hover .pnx-product-card__image img {
  transform: scale(1.045);
}

.pnx-product-card__code {
  background: var(--pnx-navy-900);
  color: var(--pnx-white);
  font-family: var(--pnx-display);
  font-size: 10px;
  left: 0;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.pnx-product-card__body {
  border-top: 1px solid var(--pnx-line);
  padding: 24px 24px 26px;
}

.pnx-product-card__body > p {
  color: var(--pnx-electric);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.pnx-product-card h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.pnx-product-card h3 a {
  color: var(--pnx-ink);
}

.pnx-text-link {
  color: var(--pnx-ink);
  font-family: var(--pnx-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.pnx-text-link span {
  color: var(--pnx-electric);
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.pnx-text-link:hover span,
.pnx-text-link:focus-visible span {
  transform: translateX(4px);
}

.pnx-empty-state {
  background:
    linear-gradient(135deg, rgba(63, 57, 255, 0.08), transparent),
    var(--pnx-soft);
  grid-column: 1 / -1;
  min-height: 220px;
  padding: 42px;
  position: relative;
}

.pnx-empty-state > span {
  color: rgba(63, 57, 255, 0.14);
  font-family: var(--pnx-display);
  font-size: 90px;
  font-weight: 700;
  position: absolute;
  right: 36px;
  top: 14px;
}

.pnx-empty-state h3 {
  font-size: 28px;
  margin-bottom: 10px;
  max-width: 460px;
}

.pnx-empty-state p {
  margin-bottom: 0;
  max-width: 460px;
}

.pnx-product-hero {
  padding: 58px 0 92px;
}

.pnx-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

.pnx-breadcrumb a,
.pnx-breadcrumb span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.pnx-breadcrumb a:hover,
.pnx-breadcrumb a:focus-visible {
  color: var(--pnx-cyan);
}

.pnx-product-layout {
  align-items: center;
  display: grid;
  gap: clamp(44px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  position: relative;
  z-index: 1;
}

.pnx-gallery {
  min-width: 0;
}

.pnx-gallery__stage {
  align-items: center;
  aspect-ratio: 1.2 / 1;
  background:
    linear-gradient(135deg, rgba(63, 57, 255, 0.08), transparent 48%),
    var(--pnx-white);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 58px;
  position: relative;
}

.pnx-gallery__main {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.pnx-gallery__reference-note {
  bottom: 10px;
  color: rgba(17, 24, 46, 0.48);
  font-size: 10px;
  font-weight: 300;
  left: 58px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  right: 120px;
  text-align: center;
}

.pnx-gallery__rail-label {
  color: rgba(17, 24, 46, 0.5);
  font-family: var(--pnx-display);
  font-size: 9px;
  font-weight: 700;
  left: 17px;
  letter-spacing: 0.22em;
  position: absolute;
  top: 22px;
  writing-mode: vertical-rl;
}

.pnx-gallery__rail-label::after {
  background: var(--pnx-electric);
  content: "";
  display: block;
  height: 70px;
  margin-left: 4px;
  margin-top: 15px;
  width: 1px;
}

.pnx-gallery__zoom {
  align-items: center;
  background: var(--pnx-white);
  border: 1px solid var(--pnx-line);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
  z-index: 2;
}

.pnx-gallery__zoom svg {
  fill: none;
  height: 19px;
  stroke: var(--pnx-ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  width: 19px;
}

.pnx-gallery__arrow {
  align-items: center;
  background: var(--pnx-navy-900);
  border: 0;
  bottom: 0;
  color: var(--pnx-white);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  position: absolute;
  transition: background-color 180ms ease;
  width: 52px;
}

.pnx-gallery__arrow:hover,
.pnx-gallery__arrow:focus-visible {
  background: var(--pnx-electric);
}

.pnx-gallery__arrow--prev {
  right: 52px;
}

.pnx-gallery__arrow--next {
  right: 0;
}

.pnx-gallery__footer {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 14px;
}

.pnx-gallery__thumbs {
  display: grid;
  flex: 1;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pnx-gallery__thumb {
  aspect-ratio: 1 / 1;
  background: var(--pnx-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  opacity: 0.62;
  overflow: hidden;
  padding: 5px;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.pnx-gallery__thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.pnx-gallery__thumb:hover,
.pnx-gallery__thumb:focus-visible,
.pnx-gallery__thumb.is-active {
  border-color: var(--pnx-cyan);
  opacity: 1;
}

.pnx-gallery__counter {
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--pnx-display);
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}

.pnx-gallery__counter strong {
  color: var(--pnx-cyan);
  font-size: 20px;
}

.pnx-product-summary {
  color: rgba(255, 255, 255, 0.7);
}

.pnx-product-summary__topline {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pnx-product-summary__topline .pnx-eyebrow {
  margin-bottom: 0;
}

.pnx-product-summary__topline > span {
  border: 1px solid rgba(25, 183, 255, 0.35);
  color: var(--pnx-cyan);
  font-family: var(--pnx-display);
  font-size: 9px;
  letter-spacing: 0.13em;
  padding: 7px 9px;
}

.pnx-product-summary h1.pnx-product-summary__title {
  color: var(--pnx-white);
  font-size: clamp(44px, 4.2vw, 56px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
  text-wrap: balance;
  word-break: normal;
}

.pnx-product-summary h1.pnx-product-summary__title--medium {
  font-size: clamp(38px, 3.8vw, 50px);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.pnx-product-summary h1.pnx-product-summary__title--long {
  font-size: clamp(32px, 3.2vw, 42px);
  letter-spacing: -0.022em;
  line-height: 1.06;
}

.pnx-product-summary__path {
  color: var(--pnx-cyan);
  font-family: var(--pnx-display);
  font-size: 13px;
  margin-bottom: 28px;
}

.pnx-product-summary__intro {
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  margin-bottom: 32px;
}

.pnx-quick-specs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 34px;
}

.pnx-quick-specs > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 10px 15px 0;
}

.pnx-quick-specs > div:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pnx-quick-specs > div:nth-child(even) {
  padding-left: 20px;
}

.pnx-quick-specs dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pnx-quick-specs dd {
  color: var(--pnx-white);
  font-family: var(--pnx-display);
  font-size: 17px;
  margin: 3px 0 0;
}

.pnx-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pnx-button {
  align-items: center;
  display: inline-flex;
  font-family: var(--pnx-display);
  font-size: 13px;
  font-weight: 700;
  gap: 32px;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 20px;
  transition: background-color 180ms ease, color 180ms ease;
}

.pnx-button--primary {
  background: var(--pnx-electric);
  color: var(--pnx-white);
}

.pnx-button--primary:hover,
.pnx-button--primary:focus-visible {
  background: var(--pnx-white);
  color: var(--pnx-navy-900);
}

.pnx-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--pnx-white);
}

.pnx-button--secondary:hover,
.pnx-button--secondary:focus-visible {
  border-color: var(--pnx-white);
}

.pnx-product-note {
  border-left: 2px solid var(--pnx-cyan);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  margin: 24px 0 0;
  padding-left: 13px;
}

.pnx-product-content {
  padding: 64px 0 44px;
}

.pnx-product-content__grid {
  display: grid;
  gap: clamp(54px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.pnx-overview h2 {
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.045em;
  margin-bottom: 30px;
}

.pnx-catalog--gospower .pnx-overview,
.pnx-catalog--greatwall .pnx-overview {
  display: flex;
  flex-direction: column;
}

.pnx-catalog--gospower .pnx-overview h2,
.pnx-catalog--greatwall .pnx-overview h2 {
  font-size: clamp(22px, 1.8vw, 28px);
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}

.pnx-overview-support {
  color: #4b5d6a;
}

.pnx-richtext {
  font-size: 17px;
}

.pnx-richtext p,
.pnx-richtext ul {
  margin-bottom: 20px;
}

.pnx-longform {
  margin-top: 56px;
}

.pnx-catalog--huntkey .pnx-longform {
  margin-top: 28px;
}

.pnx-catalog--huntkey .pnx-tech-panel {
  align-self: start;
}

.pnx-content-section {
  border-top: 1px solid var(--pnx-line);
  padding: 22px 0 7px;
}

.pnx-content-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.pnx-section-heading {
  display: block;
  margin-bottom: 40px;
  max-width: none;
  width: 100%;
}

.pnx-section-heading h2 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.04em;
  margin-bottom: 0;
  max-width: 900px;
  text-wrap: balance;
}

.pnx-section-heading > p {
  color: var(--pnx-body);
  font-size: 17px;
  line-height: 1.7;
  margin: 20px 0 0;
  max-width: none;
  width: 100%;
  padding: 0;
  position: static;
  text-wrap: pretty;
}

.pnx-section-heading > p::before {
  content: none;
}

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

.pnx-feature-grid article {
  background: var(--pnx-soft);
  min-height: 260px;
  padding: 30px 28px;
  position: relative;
}

.pnx-feature-grid span {
  color: rgba(63, 57, 255, 0.24);
  display: block;
  font-family: var(--pnx-display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 34px;
}

.pnx-feature-grid h3 {
  font-size: 21px;
  margin-bottom: 14px;
}

.pnx-feature-grid p {
  font-size: 15px;
  margin-bottom: 0;
}

.pnx-table-wrap {
  border: 1px solid var(--pnx-line);
  overflow-x: auto;
}

.pnx-data-table {
  border-collapse: collapse;
  margin: 0;
  min-width: 760px;
  width: 100%;
}

.pnx-data-table th,
.pnx-data-table td {
  border: 0;
  border-bottom: 1px solid var(--pnx-line);
  font-size: 14px;
  line-height: 1.45;
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
}

.pnx-data-table thead th {
  background: var(--pnx-navy-900);
  color: var(--pnx-white);
  font-family: var(--pnx-display);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pnx-data-table tbody tr:nth-child(even) {
  background: var(--pnx-soft);
}

.pnx-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.pnx-data-table td:first-child {
  color: var(--pnx-ink);
  font-family: var(--pnx-display);
  font-weight: 650;
}

.pnx-data-table tr.is-current td {
  background: rgba(63, 57, 255, 0.09);
}

.pnx-data-table tr.is-current td:first-child {
  box-shadow: inset 4px 0 0 var(--pnx-electric);
}

.pnx-content-note {
  background: var(--pnx-navy-900);
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  margin-top: 22px;
  padding: 22px 24px;
}

.pnx-content-note strong {
  color: var(--pnx-cyan);
  font-family: var(--pnx-display);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pnx-content-note p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 0;
}

.pnx-check-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.pnx-check-list li {
  background: var(--pnx-soft);
  margin: 0;
  padding: 20px 22px 20px 52px;
  position: relative;
}

.pnx-check-list li::before {
  color: var(--pnx-electric);
  content: "↗";
  font-family: var(--pnx-display);
  font-weight: 700;
  left: 22px;
  position: absolute;
  top: 20px;
}

.pnx-faq-list {
  border-top: 1px solid var(--pnx-line);
}

.pnx-faq-list details {
  border-bottom: 1px solid var(--pnx-line);
  padding: 0;
}

.pnx-faq-list summary {
  color: var(--pnx-ink);
  cursor: pointer;
  font-family: var(--pnx-display);
  font-size: 18px;
  font-weight: 650;
  list-style: none;
  padding: 23px 58px 23px 54px;
  position: relative;
}

.pnx-faq-list summary::-webkit-details-marker {
  display: none;
}

.pnx-faq-list summary::before {
  color: var(--pnx-electric);
  content: attr(data-index);
  font-size: 12px;
  left: 8px;
  letter-spacing: 0.08em;
  position: absolute;
  top: 28px;
}

.pnx-faq-list summary::after {
  color: var(--pnx-electric);
  content: "+";
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 17px;
}

.pnx-faq-list details[open] summary::after {
  content: "−";
}

.pnx-faq-list details p {
  margin: -4px 58px 24px 54px;
  max-width: 880px;
}

.pnx-tech-panel {
  background: var(--pnx-soft);
  border-top: 4px solid var(--pnx-electric);
  padding: 30px;
}

.pnx-tech-panel__header {
  align-items: start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.pnx-tech-panel__header > span {
  color: #8893a4;
  font-family: var(--pnx-display);
  font-size: 11px;
}

.pnx-tech-panel dl {
  margin: 0;
}

.pnx-tech-panel dl > div {
  align-items: baseline;
  border-top: 1px solid var(--pnx-line);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(110px, 0.7fr) 1fr;
  padding: 14px 0;
}

.pnx-tech-panel dt {
  color: #728095;
  font-size: 12px;
  text-transform: uppercase;
}

.pnx-tech-panel dd {
  color: var(--pnx-ink);
  font-family: var(--pnx-display);
  font-weight: 600;
  margin: 0;
  text-align: right;
}

.pnx-related {
  background: var(--pnx-soft);
  padding: 38px 0 54px;
}

.pnx-related .pnx-product-card__image {
  background: #fff;
}

.pnx-huntkey-overview-context {
  margin-top: 24px;
}

.pnx-huntkey-overview-context p:last-child {
  margin-bottom: 0;
}

.pnx-lightbox {
  background: rgba(4, 6, 47, 0.94);
  border: 0;
  height: 100vh;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 60px;
  width: 100vw;
}

.pnx-lightbox::backdrop {
  background: rgba(4, 6, 47, 0.94);
}

.pnx-lightbox img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.pnx-lightbox button {
  background: var(--pnx-white);
  border: 0;
  color: var(--pnx-ink);
  cursor: pointer;
  font-size: 28px;
  height: 44px;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 44px;
}

.pnx-product-placeholder {
  align-items: center;
  color: rgba(63, 57, 255, 0.2);
  display: flex;
  font-family: var(--pnx-display);
  font-size: 60px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: -0.05em;
  width: 100%;
}

.pnx-product-placeholder--large {
  font-size: 92px;
}

.pnx-admin-gallery__preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.pnx-admin-gallery__preview img {
  border: 1px solid #ccd0d4;
  height: 80px;
  object-fit: cover;
  width: 80px;
}

@media (max-width: 1050px) {
  .pnx-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pnx-product-layout,
  .pnx-product-content__grid {
    grid-template-columns: 1fr;
  }

  .pnx-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pnx-gallery {
    max-width: 760px;
  }

  .pnx-product-summary {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .pnx-catalog-pagination {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .pnx-catalog-pagination__links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pnx-catalog-pagination__jump {
    border-left: 0;
    border-top: 1px solid var(--pnx-line);
    justify-content: center;
    padding-left: 0;
    padding-top: 18px;
  }
}

@media (max-width: 720px) {
  .pnx-taxonomy-map {
    grid-template-columns: 1fr;
  }

  .pnx-taxonomy-group,
  .pnx-taxonomy-group:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .pnx-taxonomy-group {
    min-height: 0;
    padding: 26px 22px;
  }

  .pnx-taxonomy-group__children {
    grid-template-columns: 1fr;
  }

  .pnx-shell {
    padding-left: 19px;
    padding-right: 19px;
  }

  .pnx-hero__inner {
    display: block;
    min-height: 330px;
    padding-bottom: 68px;
    padding-top: 74px;
  }

  .pnx-hero h1 {
    font-size: 48px;
  }

  .pnx-hero__index {
    display: none;
  }

  .pnx-filter-bar {
    display: block;
  }

  .pnx-filter-bar > button {
    min-height: 54px;
    width: 100%;
  }

  .pnx-brand-nav {
    gap: 24px;
  }

  .pnx-brand-section {
    padding-top: 66px;
  }

  .pnx-brand-section + .pnx-brand-section {
    margin-top: 66px;
  }

  .pnx-brand-section__header,
  .pnx-related__header {
    align-items: start;
    display: block;
  }

  .pnx-brand-section__count {
    margin-top: 18px;
  }

  .pnx-product-grid {
    grid-template-columns: 1fr;
  }

  .pnx-product-card__image {
    height: 290px;
  }

  .pnx-product-hero {
    padding-bottom: 72px;
    padding-top: 38px;
  }

  .pnx-breadcrumb {
    margin-bottom: 28px;
  }

  .pnx-product-layout {
    gap: 46px;
  }

  .pnx-gallery__stage {
    aspect-ratio: 1 / 1;
    padding: 42px 34px;
  }

  .pnx-gallery__footer {
    align-items: start;
    display: block;
  }

  .pnx-gallery__thumbs {
    gap: 5px;
  }

  .pnx-gallery__counter {
    margin-top: 12px;
    text-align: right;
  }

  .pnx-product-summary h1.pnx-product-summary__title {
    font-size: clamp(38px, 11vw, 44px);
  }

  .pnx-product-summary h1.pnx-product-summary__title--medium {
    font-size: clamp(36px, 10vw, 42px);
  }

  .pnx-product-summary h1.pnx-product-summary__title--long {
    font-size: clamp(30px, 8.5vw, 36px);
    line-height: 1.08;
  }

  .pnx-quick-specs {
    grid-template-columns: 1fr;
  }

  .pnx-quick-specs > div:nth-child(odd) {
    border-right: 0;
  }

  .pnx-quick-specs > div:nth-child(even) {
    padding-left: 0;
  }

  .pnx-product-actions {
    display: grid;
  }

  .pnx-product-content {
    padding: 58px 0 36px;
  }

  .pnx-longform {
    margin-top: 44px;
  }

  .pnx-content-section {
    padding-top: 18px;
  }

  .pnx-section-heading {
    display: block;
  }

  .pnx-section-heading > p {
    margin: 16px 0 0;
    padding: 0;
  }

  .pnx-feature-grid,
  .pnx-check-list {
    grid-template-columns: 1fr;
  }

  .pnx-feature-grid article {
    min-height: 0;
  }

  .pnx-content-note {
    display: block;
  }

  .pnx-content-note strong {
    display: block;
    margin-bottom: 8px;
  }

  .pnx-faq-list summary {
    font-size: 16px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .pnx-faq-list summary::before {
    left: 0;
  }

  .pnx-faq-list details p {
    margin-left: 42px;
    margin-right: 42px;
  }

  .pnx-overview h2 {
    font-size: 40px;
  }

  .pnx-tech-panel {
    padding: 23px 20px;
  }

  .pnx-tech-panel dl > div {
    display: block;
  }

  .pnx-tech-panel dd {
    margin-top: 3px;
    text-align: left;
  }

  .pnx-lightbox {
    padding: 60px 12px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pnx-catalog *,
  .pnx-catalog *::before,
  .pnx-catalog *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 1051px) {
  html body main.pnx-catalog.pnx-catalog--single.pnx-catalog--huntkey .pnx-overview h2 {
    font-size: clamp(24px, 2vw, 30px) !important;
    letter-spacing: -0.035em !important;
  }
}

@media (min-width: 1200px) {
  html body main.pnx-catalog.pnx-catalog--single.pnx-catalog--huntkey .pnx-overview h2 {
    white-space: nowrap !important;
  }
}
