:root {
  --px-blue: #1e5bff;
  --px-blue-deep: #0f3fd4;
  --px-blue-soft: #e8efff;
  --px-ink: #10141c;
  --px-ink-2: #1b2230;
  --px-muted: #667085;
  --px-line: #e6eaf2;
  --px-bg: #ffffff;
  --px-bg-soft: #f4f6fa;
  --px-dark: #12171f;
  --px-viber: #7360f2;
  --px-wa: #25d366;
  --px-radius: 14px;
  --px-container: 1180px;
  --px-gutter: 16px;
  --px-font: "Unbounded", system-ui, sans-serif;
  --px-display: "Unbounded", system-ui, sans-serif;
  --px-shadow: 0 18px 50px rgba(16, 20, 28, 0.12);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; /* sticky header offset for anchors */
  overflow-x: clip;
}
#contact,
#sto,
#categories,
#products,
#gallery,
#reviews,
#blog,
#about,
#zamovlennya,
#dostavka-oplata,
#povernennya {
  scroll-margin-top: 120px;
}
@media (max-width: 980px) {
  html { scroll-padding-top: 88px; }
  #contact,
  #sto,
  #categories,
  #products,
  #gallery,
  #reviews,
  #blog,
  #about,
  #zamovlennya,
  #dostavka-oplata,
  #povernennya {
    scroll-margin-top: 88px;
  }
}

body {
  margin: 0;
  font-family: var(--px-font);
  font-size: 14.5px;
  color: var(--px-ink);
  background: var(--px-bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4 {
  font-family: var(--px-display);
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
  text-transform: uppercase;
}

.px-container {
  width: min(100% - 32px, var(--px-container));
  margin-inline: auto;
}

.px-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.px-btn--primary {
  background: var(--px-blue);
  color: #fff;
  box-shadow: 0 4px 10px rgba(30, 91, 255, 0.16);
}
.px-btn--primary:hover {
  background: var(--px-blue-deep);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(30, 91, 255, 0.2);
}
.px-btn--buy {
  box-shadow: 0 2px 6px rgba(30, 91, 255, 0.12);
}
.px-btn--buy:hover {
  box-shadow: 0 4px 10px rgba(30, 91, 255, 0.18);
}
.px-btn--block { width: 100%; }
.px-btn--compact {
  white-space: nowrap;
  font-size: 13px;
  padding: 10px 12px;
  letter-spacing: 0;
}
.px-btn--ghost {
  background: transparent;
  color: var(--px-ink);
  border: 1px solid var(--px-line);
}
.px-btn--ghost:hover {
  border-color: var(--px-blue);
  color: var(--px-blue);
  transform: translateY(-1px);
}

/* Header */
.px-header {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16,20,28,.06);
}
.px-header__top {
  background: var(--px-ink);
  color: #fff;
  font-size: 13px;
}
.px-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  gap: 12px;
}
.px-header__top-contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 12px;
}
.px-header__tel,
.px-header__email {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: .92;
  font-weight: 600;
}
.px-header__tel:hover,
.px-header__email:hover { opacity: 1; }

/* Phone pair — two numbers side by side */
.px-phone-pair {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}
.px-phone-pair a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}
.px-phone-pair a:hover { opacity: 1; }
.px-phone-pair__sep {
  color: rgba(255,255,255,.45);
  font-weight: 700;
  user-select: none;
}
.px-phone-pair--footer .px-phone-pair__sep { color: var(--px-muted); }
.px-phone-pair--header a { opacity: .92; }
.px-phone-pair--footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
}
.px-phone-pair--footer a {
  color: inherit;
  text-align: left;
  display: inline-block;
}
.px-phone-pair--contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin: 8px 0 10px;
}
.px-contact__phones-label {
  margin: 18px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.65);
}
.px-contact__phone-sep {
  color: rgba(255,255,255,.5);
  font-weight: 700;
}
.px-phone-pair--contact .px-contact__phone {
  font-family: var(--px-display);
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
.px-phone-pair--contact .px-contact__phone:hover {
  color: #93c5fd;
  opacity: 1;
}
.px-phone-pair--hero {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
.px-phone-pair--hero .px-hero__phone {
  text-decoration: none;
  color: inherit;
  transition: color .2s ease, transform .2s ease, opacity .2s ease;
}
.px-phone-pair--hero .px-hero__phone:hover {
  color: #93c5fd;
  transform: translateY(-2px);
  opacity: 1;
}
.px-phone-pair--stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.px-mobile-contact__item--phones {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--px-bg-soft);
}
.px-header__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.px-soc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  flex: 0 0 32px;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.px-soc svg,
.px-soc i {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
}
.px-soc i {
  width: auto;
  height: auto;
}
.px-soc--viber { background: #7360f2; }
.px-soc--wa { background: #25d366; }
.px-soc--tg { background: #229ed9; }
.px-soc:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}
.px-footer .px-soc,
.px-footer__bottom .px-soc {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  flex-basis: 36px;
}
.px-footer .px-soc svg,
.px-footer__bottom .px-soc svg,
.px-footer .px-soc i,
.px-footer__bottom .px-soc i {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.px-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(12px, 2.5vw, 24px);
  box-sizing: border-box;
}
.px-header__inner > .px-nav-desktop {
  flex: 1 1 auto;
  min-width: 0;
}
.px-logo__mark {
  font-family: var(--px-display);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--px-ink);
}
.px-logo__mark span { color: var(--px-blue); }
.px-logo img,
.px-logo__img {
  display: block;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}
.px-logo--footer .px-logo__img {
  max-height: 60px;
  border-radius: 10px;
}
.px-logo--mobile-nav .px-logo__img,
.px-logo--mobile-footer .px-logo__img {
  max-height: 44px;
  width: auto;
  border-radius: 10px;
}
.px-logo--mobile-footer {
  display: inline-flex;
  margin: 0 0 12px;
}

.px-nav {
  display: flex;
  gap: 28px;
  font-weight: 600;
  font-size: 15px;
}
.px-nav a {
  position: relative;
  opacity: .82;
  transition: opacity .2s;
}
.px-nav a:hover,
.px-nav .current-menu-item > a { opacity: 1; }
.px-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--px-blue);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.px-nav a:hover::after,
.px-nav .current-menu-item > a::after { transform: scaleX(1); }

/* Nested primary menu (FAQ → Правила) */
.px-nav { position: relative; }
.px-nav .menu-item-has-children {
  position: relative;
}
.px-nav .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.px-nav .menu-item-has-children > a::before {
  content: none;
}
.px-nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 12px;
  box-shadow: var(--px-shadow);
  z-index: 40;
}
.px-nav .menu-item-has-children:hover > .sub-menu,
.px-nav .menu-item-has-children:focus-within > .sub-menu {
  display: grid;
  gap: 2px;
}
.px-nav .sub-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  opacity: 1;
  white-space: nowrap;
}
.px-nav .sub-menu a::after { display: none; }
.px-nav .sub-menu a:hover {
  background: var(--px-bg-soft);
  color: var(--px-blue);
}

/* Catalog button + mega menu */
.px-catalog-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 16px 0 12px;
  border: 0;
  border-radius: 10px;
  background: var(--px-blue);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s ease, box-shadow .2s ease;
}
.px-catalog-btn:hover,
.px-catalog-btn[aria-expanded="true"] {
  background: var(--px-blue-deep);
  box-shadow: 0 10px 24px rgba(30, 91, 255, 0.28);
}
.px-catalog-btn__icon {
  display: grid;
  gap: 3px;
  width: 16px;
}
.px-catalog-btn__icon span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.px-catalog-btn__chevron {
  font-size: 11px;
  opacity: .85;
  transition: transform .2s ease;
}
.px-catalog-btn[aria-expanded="true"] .px-catalog-btn__chevron {
  transform: rotate(180deg);
}

.px-mega[hidden] { display: none !important; }
.px-mega {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}
.px-mega:not([hidden]) { pointer-events: auto; }
.px-mega__backdrop {
  position: absolute;
  top: var(--px-chrome-offset, var(--px-header-offset, 112px));
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 20, 28, 0.48);
}
.px-mega__panel {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(var(--px-chrome-offset, var(--px-header-offset, 112px)) + 8px);
  transform: none;
  width: auto;
  max-width: none;
  /* Fixed panel height — не стрибає від обсягу правої колонки */
  height: min(78vh, calc(100dvh - var(--px-chrome-offset, 112px) - 24px));
  max-height: min(78vh, calc(100dvh - var(--px-chrome-offset, 112px) - 24px));
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 18px;
  box-shadow: var(--px-shadow);
  overflow: hidden;
  z-index: 1;
}
.px-mega__sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  max-height: 100%;
  height: 100%;
  padding: 16px 8px 16px 16px;
  background: #f7f9fc;
  border-right: 1px solid var(--px-line);
  overflow: hidden;
}
.px-mega__quick,
.px-mcat__quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.px-cat-quick {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 6px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--px-line);
  text-align: center;
  text-decoration: none;
  color: var(--px-ink);
  transition: border-color .2s, box-shadow .2s;
}
.px-cat-quick:hover {
  border-color: color-mix(in srgb, var(--px-blue) 40%, var(--px-line));
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}
.px-cat-quick__badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--px-blue);
}
.px-cat-quick--sale .px-cat-quick__badge,
.px-cat-quick--sale .px-cat-quick__label { color: #e11d48; }
.px-cat-quick__label {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}
.px-mega__label,
.px-mcat__label,
.px-nav-wrap__pages-label {
  margin: 8px 4px 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--px-muted);
}
.px-mega__quick,
.px-mega__label,
.px-mega__all {
  flex-shrink: 0;
}
.px-mega__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 2px;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.px-mega__cats > li {
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.px-mega__cat {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 14px;
  grid-template-rows: minmax(32px, auto);
  align-items: center;
  column-gap: 10px;
  row-gap: 0;
  padding: 10px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--px-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease;
  min-height: 52px;
}
.px-mega__cat .px-mega__count {
  display: none;
}
.px-mega__chevron {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  font-size: 11px;
  color: var(--px-muted);
  line-height: 1;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}
.px-mega__cat:hover,
.px-mega__cat.is-active {
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 20, 28, 0.04);
}
.px-mega__cat.is-active {
  color: var(--px-blue);
}
.px-mega__cat .px-cat-ico {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.px-mega__cat-name {
  grid-column: 2;
  grid-row: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.25;
  max-height: calc(1.25em * 2);
}
.px-mega__cat .px-cat-ico img {
  width: 40px;
  height: 40px;
}
.px-mega__cat .px-cat-ico i {
  font-size: 16px;
}
.px-mega__count,
.px-mcat__count,
.product-categories .count,
.widget_product_categories .count,
.px-cat-row .count {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--px-muted);
  letter-spacing: 0;
  text-transform: none;
  flex-shrink: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.px-mega__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--px-blue);
  text-decoration: none;
}
.px-mega__all:hover { text-decoration: underline; }
.px-mega__content {
  position: relative;
  padding: 20px 22px 24px;
  overflow: auto;
  background:
    linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}
.px-mega__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: var(--px-bg-soft);
  color: var(--px-ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}
.px-mega__close:hover { background: var(--px-line); }
.px-mega__pane[hidden] { display: none !important; }
.px-mega__pane-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 36px 16px 0;
  font-size: 18px;
  font-weight: 800;
}
.px-mega__pane-head a {
  color: var(--px-ink);
  text-decoration: none;
}
.px-mega__pane-head a:hover { color: var(--px-blue); }
.px-mega__pane-head span { color: var(--px-muted); font-size: 14px; font-weight: 600; }
.px-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}
.px-mega__col-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--px-ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
  min-width: 0;
}
.px-mega__col-title > span:not(.px-mega__count):not(.px-cat-ico) {
  flex: 1 1 auto;
  min-width: 0;
}
.px-mega__col-title .px-mega__count,
.px-mega__sub .px-mega__count {
  margin-left: 0;
}
.px-mega__col-title:hover { color: var(--px-blue); }
.px-mega__sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 calc(var(--px-mega-col-ico, 48px) + 12px);
  display: grid;
  gap: 6px;
}
.px-mega__sub a {
  color: var(--px-muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}
.px-mega__sub a .px-mega__count {
  margin-left: auto;
}
.px-mega__sub a:hover { color: var(--px-blue); }
.px-mega__empty { margin: 24px 0 0; }
.px-cat-ico {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #eef3ff;
  color: var(--px-blue);
  flex-shrink: 0;
  overflow: hidden;
}
.px-cat-ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-cat-ico--sm {
  --px-mega-col-ico: 48px;
  width: var(--px-mega-col-ico);
  height: var(--px-mega-col-ico);
  font-size: 18px;
  border-radius: 12px;
}
.px-cat-ico i { font-size: 13px; }
.px-mega__col-title .px-cat-ico--sm {
  flex: 0 0 var(--px-mega-col-ico, 48px);
  width: var(--px-mega-col-ico, 48px);
  height: var(--px-mega-col-ico, 48px);
}
.px-mega__col-title .px-cat-ico--sm img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.px-mega__col-title .px-cat-ico--sm i {
  font-size: 18px;
}

.px-nav-wrap__head,
.px-nav-wrap__pages-label,
.px-mcat {
  display: none;
}

/* Mobile nav lives outside sticky header — hidden on desktop */
.px-nav-wrap {
  display: none;
}

body.px-mega-open,
body.px-nav-open {
  overflow: hidden;
}

.px-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  --px-action-size: 44px;
}
.px-header__actions .px-btn--consult,
.px-header__actions .px-icon-btn,
.px-header__actions .px-menu-toggle {
  box-sizing: border-box;
  height: var(--px-action-size);
  min-height: var(--px-action-size);
  border-radius: 12px;
  border: 1px solid var(--px-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.px-header__actions .px-icon-btn,
.px-header__actions .px-menu-toggle {
  width: var(--px-action-size);
  min-width: var(--px-action-size);
  background: #fff;
  color: var(--px-ink);
  position: relative;
}
.px-header__actions .px-btn--consult {
  width: auto;
  padding: 0 11px;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.01em;
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(30, 91, 255, 0.2);
}
.px-header__actions .px-btn--consult i {
  color: #fff;
  font-size: 13px;
}
.px-header__actions .px-btn--consult:hover {
  background: var(--px-blue-deep);
  border-color: var(--px-blue-deep);
  box-shadow: 0 10px 22px rgba(30, 91, 255, 0.28);
  transform: translateY(-1px);
}
.px-header__actions .px-icon-btn:hover,
.px-header__actions .px-menu-toggle:hover {
  background: var(--px-bg-soft);
  border-color: color-mix(in srgb, var(--px-blue) 35%, var(--px-line));
  color: var(--px-blue);
}
.px-header__actions .px-icon-btn:focus,
.px-header__actions .px-icon-btn:focus-visible,
.px-header__actions .px-icon-btn:active,
.px-header__actions .px-menu-toggle:focus,
.px-header__actions .px-menu-toggle:focus-visible,
.px-header__actions .px-btn--consult:focus,
.px-header__actions .px-btn--consult:focus-visible {
  outline: none;
}
.px-header__actions .px-icon-btn i,
.px-header__actions .px-menu-toggle i {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1;
}
.px-icon-btn__ring {
  display: none;
}
.px-search.is-open .px-search__toggle,
.px-search.is-open .px-search__toggle:focus,
.px-search.is-open .px-search__toggle:active {
  background: var(--px-blue-soft);
  border-color: color-mix(in srgb, var(--px-blue) 40%, var(--px-line));
  color: var(--px-blue);
  box-shadow: none;
}
.px-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--px-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
}
.px-menu-toggle {
  display: none;
  flex-direction: row;
}
.px-menu-toggle span {
  display: none;
}

/* Hero */
.px-hero {
  position: relative;
  min-height: clamp(560px, 88vh, 760px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.px-hero__media,
.px-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,16,.88) 0%, rgba(8,10,16,.55) 48%, rgba(8,10,16,.28) 100%),
    linear-gradient(0deg, rgba(8,10,16,.65) 0%, transparent 45%);
}
.px-hero__content {
  position: relative;
  z-index: 1;
  padding: 72px 0 56px;
}
.px-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(30,91,255,.22);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.px-hero h1 {
  font-size: clamp(34px, 5.4vw, 58px);
  font-weight: 800;
  max-width: min(100%, 16em);
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}
.px-hero__lead {
  max-width: 42ch;
  margin: 0 0 28px;
  font-size: 15px;
  color: rgba(255,255,255,.82);
}
.px-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 40px;
}
.px-hero__phone {
  font-family: var(--px-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .02em;
}
.px-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  max-width: 820px;
}
.px-hero__stats strong {
  display: block;
  font-family: var(--px-display);
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}
.px-hero__stats span {
  font-size: 13px;
  color: rgba(255,255,255,.72);
}

.px-quickbar {
  background: var(--px-blue);
  color: #fff;
}
.px-quickbar__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  min-height: 56px;
}
.px-quickbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 8px;
  font-weight: 600;
  font-size: 14px;
  opacity: .95;
}
.px-quickbar a:hover { opacity: 1; background: rgba(0,0,0,.08); }

/* Sections */
.px-section { padding: 72px 0; }
.px-section--soft { background: var(--px-bg-soft); }
.px-section__head {
  text-align: center;
  margin-bottom: 36px;
}
.px-page .px-section__head {
  text-align: left;
}
.px-faq > .px-section__head,
.px-faq .px-section__head {
  text-align: center;
}
.px-faq > .px-section__head .px-faq__lead,
.px-faq .px-section__head .px-faq__lead {
  margin-left: auto;
  margin-right: auto;
}
.px-faq > .px-section__head h1::after,
.px-faq .px-section__head h1::after,
.px-faq > .px-section__head h2::after,
.px-faq .px-section__head h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.px-page .px-section__head .px-faq__lead {
  margin-left: 0;
  margin-right: auto;
}
.px-page .px-section__head h1 {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.px-section__head h2 {
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.px-section__head h2::after,
.px-page .px-section__head h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 3px;
  transform: translateX(-50%);
  background: var(--px-blue);
  border-radius: 2px;
}
.px-page .px-section__head h1::after,
.px-page .px-section__head h2::after {
  left: 0;
  transform: none;
}

.px-cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.px-cat {
  position: relative;
  min-height: 220px;
  border-radius: var(--px-radius);
  overflow: hidden;
  color: #fff;
  box-shadow: var(--px-shadow);
}
.px-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform .45s ease;
}
.px-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,16,.15), rgba(8,10,16,.72));
}
.px-cat span {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 22px;
  font-family: var(--px-display);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.px-cat:hover img { transform: scale(1.06); }

/* Home categories — full-bleed marquee */
.px-cats-band {
  padding-bottom: 28px;
  overflow: hidden;
}
.px-cats-band .px-section__lead {
  margin: 8px 0 0;
  color: var(--px-muted);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  max-width: 42ch;
  margin-inline: auto;
}
.px-cats-marquee {
  margin-top: 8px;
}
.px-cats-marquee__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.px-cats-marquee__track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  padding: 12px 24px 8px;
  animation: px-cats-marquee 48s linear infinite;
  will-change: transform;
}
.px-cats-marquee:hover .px-cats-marquee__track,
.px-cats-marquee:focus-within .px-cats-marquee__track {
  animation-play-state: paused;
}
@keyframes px-cats-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.px-cats-marquee__item {
  flex: 0 0 auto;
  width: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--px-ink);
  text-align: center;
}
.px-cats-marquee__media {
  width: 128px;
  height: 128px;
  border-radius: 28px;
  background:
    radial-gradient(120% 120% at 20% 15%, #fff 0%, #f3f6fb 55%, #e8eef8 100%);
  border: 1px solid var(--px-line);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .25s ease;
}
.px-cats-marquee__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-cats-marquee__media i {
  font-size: 36px;
  color: var(--px-blue);
}
.px-cats-marquee__item:hover .px-cats-marquee__media {
  transform: translateY(-4px) scale(1.03);
  border-color: color-mix(in srgb, var(--px-blue) 35%, var(--px-line));
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}
.px-cats-marquee__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  max-width: 100%;
  min-height: 2.6em;
}
.px-cats-marquee__item:hover .px-cats-marquee__name {
  color: var(--px-blue);
}
.px-cats-band__foot {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.px-cats-band__foot .px-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (prefers-reduced-motion: reduce) {
  .px-cats-marquee__track {
    animation: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    padding-inline: 16px;
  }
  .px-cats-marquee__item { scroll-snap-align: start; }
  .px-cats-marquee__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.px-features {
  background: var(--px-ink-2);
  color: #fff;
  padding: 36px 0;
}
.px-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.px-features article {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.px-features svg,
.px-features > article > i {
  color: var(--px-blue);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 26px;
  width: 28px;
  text-align: center;
}
.px-features svg { color: var(--px-blue); flex-shrink: 0; margin-top: 2px; }
.px-features strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.px-features p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.px-banner {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
}
.px-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-banner__overlay {
  position: relative;
  z-index: 1;
  min-height: 560px;
  display: grid;
  align-items: center;
  background: linear-gradient(90deg, rgba(8,10,16,.82), rgba(8,10,16,.28));
  padding: 48px 0;
}
.px-banner h2 {
  font-size: clamp(36px, 6.2vw, 72px);
  font-weight: 800;
  max-width: min(100%, 11em);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.px-section__lead {
  margin: 8px auto 0;
  color: var(--px-muted);
  max-width: 54ch;
  text-align: center;
}

.px-cases {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.px-case {
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: transform .25s ease, box-shadow .25s ease;
}
.px-case:hover {
  transform: translateY(-3px);
  box-shadow: var(--px-shadow);
}
.px-case__media {
  margin: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--px-bg-soft);
}
.px-case__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.px-case:hover .px-case__media img { transform: scale(1.04); }
.px-case__tag {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(16, 20, 28, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.px-case__body {
  padding: 16px 16px 18px;
  display: grid;
  gap: 8px;
}
.px-case__body h3 {
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: 0;
}
.px-case__body p {
  margin: 0;
  color: var(--px-muted);
  font-size: 14px;
  line-height: 1.45;
}

.px-sto__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: stretch;
}
.px-sto__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.px-sto__content h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  margin-bottom: 16px;
}
.px-sto__content > p {
  color: var(--px-muted);
  margin: 0 0 22px;
  max-width: 48ch;
}
.px-check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin-bottom: 16px;
}
.px-sto__map-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
}
.px-sto__map-address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--px-ink);
  text-decoration: none;
}
.px-sto__map-address:hover { color: var(--px-blue); }
.px-sto__map-address i { color: var(--px-blue); }
.px-sto__map {
  flex: 1 1 auto;
  min-height: 180px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--px-line);
  box-shadow: var(--px-shadow);
  background: var(--px-bg-soft);
}
.px-sto__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  border: 0;
}
.px-check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
  font-size: 15px;
}
.px-check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--px-blue-soft);
  box-shadow: inset 0 0 0 2px var(--px-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e5bff' stroke-width='3'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.px-sto__media {
  border-radius: 18px;
  overflow: hidden;
  min-height: 460px;
  box-shadow: var(--px-shadow);
}
.px-sto__media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.px-products {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  min-width: 0;
  max-width: 100%;
}
.px-products::-webkit-scrollbar { height: 6px; }
.px-products::-webkit-scrollbar-thumb {
  background: #c5cddb;
  border-radius: 999px;
}
.px-product {
  flex: 0 0 clamp(220px, 22vw, 260px);
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scroll-snap-align: start;
  transition: transform .2s ease, box-shadow .2s ease;
}
.px-product:hover {
  transform: translateY(-4px);
  box-shadow: var(--px-shadow);
}
.px-product__media {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--px-bg-soft);
}
.px-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-product__cat {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--px-muted);
  line-height: 1.2;
}
.px-product__brand a {
  color: inherit;
  text-decoration: none;
}
.px-product__brand a:hover {
  color: var(--px-blue);
}
.px-product h3 {
  font-family: var(--px-font);
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
  min-height: 2.7em;
}
.px-product__price {
  margin-top: auto;
  color: var(--px-blue);
  font-weight: 800;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.px-product__price .px-price--old {
  color: var(--px-muted);
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
}
.px-product__price .px-price--sale {
  color: var(--px-blue);
}
.px-price--request {
  color: var(--px-muted);
  font-size: 14px;
  font-weight: 700;
}
.px-products__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.px-arrow {
  width: 44px; height: 44px;
  border-radius: 10px;
  border: 1px solid var(--px-line);
  background: #fff;
  font-size: 24px;
  cursor: pointer;
  color: var(--px-ink);
}
.px-arrow:hover { border-color: var(--px-blue); color: var(--px-blue); }

.px-break {
  min-height: 320px;
  overflow: hidden;
}
.px-break img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  filter: brightness(.85);
}

.px-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.px-reviews-slider {
  width: 100%;
  margin-top: 4px;
}
.px-reviews-slider__track-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100vw;
  padding: 0 clamp(12px, 3vw, 20px);
}
.px-reviews-slider__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--px-line);
  background: #fff;
  color: var(--px-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--px-shadow);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  flex-shrink: 0;
}
.px-reviews-slider__arrow:hover {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
}
.px-reviews-slider__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 4px 18px;
  margin: -4px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.px-reviews-slider__track::-webkit-scrollbar { display: none; }
.px-review--slide {
  flex: 0 0 clamp(300px, 38vw, 420px);
  scroll-snap-align: start;
}
.px-reviews-slider__footer {
  text-align: center;
  margin-top: 28px;
}
.px-review {
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius);
  padding: 24px;
}
.px-stars {
  color: #ff4d4f;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.px-review strong { display: block; margin-bottom: 8px; }
.px-review p { margin: 0; color: var(--px-muted); }
.px-review time {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: var(--px-muted);
}

/* Header Ajax search */
.px-search {
  position: relative;
}
.px-search__panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(440px, calc(100vw - 32px));
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 16px;
  box-shadow: var(--px-shadow);
  padding: 12px;
  z-index: 80;
}
.px-search__form {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 6px;
  align-items: center;
}
.px-search__input {
  width: 100%;
  border: 1px solid var(--px-line);
  border-radius: 10px;
  padding: 11px 14px;
  background: var(--px-bg-soft);
  outline: none;
}
.px-search__input:focus {
  border-color: var(--px-blue);
  background: #fff;
}
.px-search__submit,
.px-search__close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: var(--px-bg-soft);
  color: var(--px-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.px-search__submit {
  background: var(--px-blue);
  color: #fff;
}
.px-search__results {
  margin-top: 10px;
  max-height: 480px;
  overflow: auto;
  display: grid;
  gap: 6px;
}
.px-search__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  padding: 10px;
  border-radius: 12px;
  align-items: center;
}
.px-search__item:hover { background: var(--px-bg-soft); }
.px-search__item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  background: var(--px-bg-soft);
}
.px-search__item-body {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.px-search__item-body small {
  color: var(--px-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.px-search__item-body strong {
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.px-search__item-body em {
  font-style: normal;
  font-size: 12px;
  color: var(--px-muted);
}
.px-search__item-body b {
  font-size: 14px;
  color: var(--px-blue);
}
.px-search__more,
.px-search__empty,
.px-search__loading {
  display: block;
  padding: 12px;
  text-align: center;
  color: var(--px-muted);
  font-size: 14px;
  font-weight: 600;
}
.px-search__more { color: var(--px-blue); }

.px-search__group {
  display: grid;
  gap: 4px;
}
.px-search__group-title {
  padding: 8px 10px 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--px-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.px-search__group-title span {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
.px-search__item.is-active {
  background: var(--px-bg-soft);
}

.plus-search-page__count {
  margin: 8px 0 0;
  color: var(--px-muted);
  font-size: 16px;
}
.plus-search-page__catalog-link {
  margin: 8px 0 0;
  font-size: 15px;
}
.plus-search-page__catalog-link a {
  color: var(--px-blue, #1e5bff);
  font-weight: 700;
  text-decoration: underline;
}
.plus-search-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.plus-search-pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid var(--px-line, #e6e1dc);
  border-radius: 8px;
  background: #fff;
  font-weight: 700;
}
.plus-search-pager a.is-current {
  background: var(--px-blue, #1e5bff);
  border-color: var(--px-blue, #1e5bff);
  color: #fff;
}
.plus-search-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 8px;
}
.plus-search-cats__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--px-line);
  border-radius: 999px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.plus-search-cats__chip:hover {
  border-color: var(--px-blue);
  color: var(--px-blue);
}
.plus-search-cats__chip span {
  color: var(--px-muted);
  font-weight: 700;
}
.plus-search-group {
  margin: 28px 0 8px;
}
.plus-search-group__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.plus-search-group__head h2 {
  margin: 0;
  font-size: 20px;
  text-transform: none;
}
.plus-search-group__count {
  min-width: 28px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--px-bg-soft);
  color: var(--px-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.plus-search-group__all {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--px-blue);
  text-decoration: none;
}

/* FAQ */
.px-faq { padding: 56px 0 80px; }
.px-faq__lead {
  color: var(--px-muted);
  max-width: 54ch;
  margin: 10px 0 0;
  text-transform: none;
  font-family: var(--px-font);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
.px-faq__search {
  position: relative;
  margin: 28px 0 20px;
}
.px-faq__search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--px-muted);
}
.px-faq__search input {
  width: 100%;
  border: 1px solid var(--px-line);
  border-radius: 12px;
  padding: 14px 16px 14px 44px;
  background: #fff;
  outline: none;
}
.px-faq__search input:focus { border-color: var(--px-blue); }
.px-faq__list { display: grid; gap: 10px; }
.px-faq__item {
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 14px;
  overflow: hidden;
}
.px-faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  font-weight: 700;
  font-family: var(--px-font);
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
}
.px-faq__item summary::-webkit-details-marker { display: none; }
.px-faq__item summary i {
  color: var(--px-blue);
  flex-shrink: 0;
  transition: transform .35s ease;
}
.px-faq__item[open] summary i,
.px-faq__item.is-open summary i { transform: rotate(180deg); }
.px-faq__a {
  overflow: hidden;
  height: 0;
  transition: height .35s cubic-bezier(0.22, 1, 0.36, 1);
}
.px-faq__a-inner {
  padding: 0 20px 18px;
  color: var(--px-muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.px-faq__a-inner p { margin: 0; }
.px-faq__empty {
  margin-top: 16px;
  color: var(--px-muted);
  font-weight: 600;
}
.px-faq__more {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.px-faq__more p {
  width: 100%;
  margin: 0 0 4px;
  font-weight: 700;
}

/* Popular brands slider */
.px-brands { padding: 48px 0 64px; }
.px-brands__track-wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  overflow: visible;
}
.px-brands__arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--px-line);
  background: #fff;
  color: var(--px-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--px-shadow);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  z-index: 1;
}
.px-brands__arrow:hover {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
}
.px-brands__track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 14px 6px 28px;
  margin: -6px -2px -10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.px-brands__track::-webkit-scrollbar { display: none; }
.px-brand-card {
  flex: 0 0 148px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 14px;
  padding: 16px 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.px-brand-card:hover {
  border-color: color-mix(in srgb, var(--px-blue) 45%, var(--px-line));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}
.px-brand-card__logo {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-brand-card__logo img {
  max-width: 120px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.px-brand-card__fallback {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.px-brand-card__name {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  color: var(--px-ink);
}

/* Brand archive */
.px-brand-archive__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin: 28px 0 24px;
}
.px-brand-archive__logo {
  width: 160px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 12px;
  padding: 10px;
}
.px-brand-archive__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
}
.px-brand-archive__desc {
  width: 100%;
  margin: 0;
  color: var(--px-muted);
}
.px-brand-archive__country {
  margin: 0;
  color: var(--px-muted);
  font-size: 0.95rem;
}
.px-brand-archive__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  width: 100%;
}
.px-brand-archive__links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Brand logo overlay on single product gallery */
.single-product .woocommerce-product-gallery {
  position: relative;
}
.px-gallery-brand {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 24px);
  pointer-events: none;
}
.px-gallery-brand__link {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-width: 120px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 20, 28, 0.08);
  box-shadow: 0 6px 18px rgba(16, 20, 28, 0.1);
  text-decoration: none;
  color: inherit;
}
.px-gallery-brand__link img {
  display: block;
  max-width: 96px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.px-gallery-brand__link:hover,
.px-gallery-brand__link:focus-visible {
  background: #fff;
  border-color: color-mix(in srgb, var(--px-blue) 45%, rgba(16, 20, 28, 0.08));
  box-shadow: 0 8px 18px rgba(30, 91, 255, 0.14);
}
.px-gallery-brand__name {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}
.px-gallery-brand__link:hover .px-gallery-brand__name,
.px-gallery-brand__link:focus-visible .px-gallery-brand__name {
  color: var(--px-blue);
}

.px-about-brand {
  display: grid;
  gap: 28px;
}
.px-about-brand__item {
  display: grid;
  gap: 14px;
}
.px-about-brand__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.px-about-brand__logo {
  max-width: 120px;
  height: auto;
  object-fit: contain;
}
.px-about-brand__name {
  margin: 0;
  font-size: 1.35rem;
}
.px-about-brand__country {
  margin: 0;
  width: 100%;
  color: var(--px-muted);
}
.px-about-brand__text {
  line-height: 1.65;
  color: var(--px-text, inherit);
}
.px-about-brand__text p {
  margin: 0 0 0.85em;
}
.px-about-brand__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.px-about-brand__links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.px-about-brand__more {
  margin: 0;
}

/* Catalog brand filter */
.px-brand-filter { margin-top: 18px; min-width: 0; }
.px-brand-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.px-brand-filter__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  border: 1px solid transparent;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  transition: background .15s ease, border-color .15s ease;
}
.px-brand-filter__list a:hover,
.px-brand-filter__list li.is-active a {
  background: #fff;
  border-color: var(--px-line);
}
.px-brand-filter__list img {
  width: 40px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}
.px-brand-filter__list span {
  font-size: 13px;
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Product card brand + fitment */
.px-card-meta {
  display: grid;
  gap: 6px;
  margin: 6px 0 8px;
  padding: 0;
}
.px-card-meta__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
ul.products .px-card-meta,
ul.products .px-card-meta__brands {
  margin-left: 0;
  padding-left: 0;
}
.px-card-brand {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f3f6fb;
  border: 1px solid var(--px-line);
  text-decoration: none;
  color: var(--px-ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.products .px-card-meta,
ul.products .px-card-meta__brands {
  margin-left: 0;
  padding-left: 0;
}
.vp-catalog-card .px-card-brand {
  margin-left: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.px-card-brand:hover { color: var(--px-blue); border-color: color-mix(in srgb, var(--px-blue) 35%, var(--px-line)); }
.px-card-fitment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--px-muted);
  font-weight: 600;
}
.px-card-fitment i { color: var(--px-blue); }

/* Single product brand / fitment */
.px-product-specs {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid var(--px-line);
  border-radius: 14px;
  background: #fff;
}
.px-product-specs__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--px-muted);
}
.px-product-specs__brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.px-product-specs__brand-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--px-line);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: #f8fafc;
}
.px-product-specs__brand-item img {
  width: 72px;
  height: 36px;
  object-fit: contain;
}
.px-product-specs__fitment ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.px-product-specs__fitment li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}
.px-product-specs__fitment i {
  color: #16a34a;
  margin-top: 3px;
}

/* Rules / terms page */
.px-rules-page { padding: 48px 0 72px; }
.px-rules-hero {
  text-align: center;
  margin-bottom: 48px;
}
.px-rules-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--px-blue);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 13px;
}
.px-rules-hero h1 {
  margin-bottom: 14px;
}
.px-rules-hero__lead {
  max-width: 54ch;
  margin: 0 auto 22px;
  color: var(--px-muted);
  text-transform: none;
  font-family: var(--px-font);
  letter-spacing: 0;
  font-size: 17px;
  line-height: 1.55;
}
.px-rules-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.px-rules-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--px-line);
  background: #fff;
  color: var(--px-ink);
  font-weight: 700;
  font-size: 14px;
}
.px-rules-nav a:hover {
  border-color: var(--px-blue);
  color: var(--px-blue);
}
.px-rules-section {
  margin-bottom: 40px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 20px;
}
.px-rules-section__head {
  margin-bottom: 22px;
  max-width: 62ch;
}
.px-rules-section__head--plain { margin-bottom: 0; }
.px-rules-section__head h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 10px;
}
.px-rules-section__head p {
  margin: 0;
  color: var(--px-muted);
  text-transform: none;
  font-family: var(--px-font);
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.55;
}
.px-rules-grid {
  display: grid;
  gap: 16px;
}
.px-rules-grid--2 { grid-template-columns: repeat(2, 1fr); }
.px-rules-grid--3 { grid-template-columns: repeat(3, 1fr); }
.px-rules-grid--align-start { align-items: start; }
.px-rules-card {
  background: var(--px-bg-soft);
  border-radius: 16px;
  padding: 20px;
}
.px-rules-card--accent {
  background: linear-gradient(180deg, #f4f7ff 0%, #fff 100%);
  border: 1px solid #dbe5ff;
}
.px-rules-card__icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--px-blue);
  margin-bottom: 12px;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(30,91,255,.1);
}
.px-rules-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: none;
  font-family: var(--px-font);
  letter-spacing: 0;
}
.px-rules-card p {
  margin: 0;
  color: var(--px-muted);
  font-size: 14px;
  line-height: 1.55;
}
.px-rules-card__note {
  margin-top: 12px !important;
  font-size: 13px !important;
}
.px-rules-card__contact {
  margin-top: 12px !important;
  font-weight: 800 !important;
  color: var(--px-ink) !important;
}
.px-rules-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--px-muted);
  font-size: 14px;
}
.px-rules-list li {
  position: relative;
  padding-left: 18px;
}
.px-rules-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--px-blue);
}
.px-rules-list--checks li::before {
  width: 0;
  height: 0;
  background: none;
  content: "✓";
  color: var(--px-blue);
  font-size: 12px;
  font-weight: 800;
  top: .15em;
}
.px-rules-legal {
  background: var(--px-dark);
  color: rgba(255,255,255,.86);
  border-radius: 16px;
  padding: 22px;
}
.px-rules-legal h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: none;
  font-family: var(--px-font);
  letter-spacing: 0;
}
.px-rules-legal p { margin: 0 0 12px; font-size: 14px; line-height: 1.55; }
.px-rules-legal p:last-child { margin-bottom: 0; }
.px-rules-legal a { color: #9ec1ff; font-weight: 700; }
.px-rules-cta {
  margin-top: 8px;
  background: var(--px-bg-soft);
  border: 1px solid var(--px-line);
  border-radius: 20px;
  padding: 24px;
}
.px-rules-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.px-rules-cta strong {
  display: block;
  font-size: 20px;
  font-family: var(--px-display);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.px-rules-cta p {
  margin: 0;
  color: var(--px-muted);
  max-width: 48ch;
}
.px-rules-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 980px) {
  .px-rules-grid--2,
  .px-rules-grid--3 { grid-template-columns: 1fr; }
}

/* Reviews page */
.px-reviews-page {
  display: grid;
  grid-template-columns: 1.4fr .9fr;
  gap: 28px;
  align-items: start;
  padding-bottom: 40px;
}
.px-reviews-page h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
.px-reviews--page {
  grid-template-columns: 1fr;
}
.px-reviews-page__form {
  background: var(--px-bg-soft);
  border: 1px solid var(--px-line);
  border-radius: 18px;
  padding: 24px;
  position: sticky;
  top: 100px;
}
.px-review-form {
  display: grid;
  gap: 14px;
}
.px-review-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
}
.px-review-form label em { color: #ff4d4f; font-style: normal; }
.px-review-form input,
.px-review-form textarea {
  width: 100%;
  border: 1px solid var(--px-line);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  outline: none;
}
.px-review-form input:focus,
.px-review-form textarea:focus { border-color: var(--px-blue); }
.px-review-form__rating { display: grid; gap: 8px; }
.px-review-form__label { font-weight: 600; font-size: 14px; }
.px-review-form__label em { color: #ff4d4f; font-style: normal; }
.px-review-form__stars { display: flex; gap: 6px; }
.px-review-form__star {
  border: 0;
  background: transparent;
  color: #c5cad6;
  font-size: 22px;
  cursor: pointer;
  padding: 2px;
  line-height: 1;
}
.px-review-form__star.is-on,
.px-review-form__star:hover { color: #ff4d4f; }
.px-reviews-page__empty { color: var(--px-muted); }
.px-page .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.px-page .page-numbers a,
.px-page .page-numbers span {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--px-line);
  padding: 0 10px;
  font-weight: 700;
}
.px-page .page-numbers .current {
  background: var(--px-blue);
  border-color: var(--px-blue);
  color: #fff;
}

/* WooCommerce cart / checkout */
.px-woo__inner { padding: 48px 0 80px; }
.px-woo h1,
.px-woo .woocommerce-products-header__title {
  font-size: 40px;
  margin-bottom: 24px;
}
.px-cart-empty {
  text-align: center;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  padding: 48px 20px 24px;
  background: var(--px-bg-soft);
  border: 1px solid var(--px-line);
  border-radius: 20px;
}
.px-cart-empty__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff;
  color: var(--px-blue);
  display: grid;
  place-items: center;
  font-size: 28px;
  box-shadow: 0 10px 30px rgba(30,91,255,.12);
}
.px-cart-empty h1 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3.2vw, 32px);
}
.px-cart-empty p {
  color: var(--px-muted);
  max-width: 42ch;
  margin: 0 auto 22px;
  text-transform: none;
  font-family: var(--px-font);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
}
.px-woo .woocommerce-cart-form,
.px-woo .cart-collaterals,
.px-woo form.checkout {
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: 18px;
  padding: 22px;
}
.px-woo .woocommerce {
  display: grid;
  gap: 22px;
}
.px-woo--cart .woocommerce,
.px-woo--checkout .woocommerce {
  grid-template-columns: 1fr;
}
@media (min-width: 981px) {
  .px-woo--cart .cart-collaterals {
    max-width: 380px;
    margin-left: auto;
  }
  .px-woo--cart .woocommerce-cart-form + .cart-collaterals,
  .px-woo--cart .woocommerce {
    /* layout handled by Woo blocks inside */
  }
  .px-woo--cart .woocommerce-cart-form {
    margin-bottom: 0;
  }
}
.px-woo table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.px-woo table.shop_table th,
.px-woo table.shop_table td {
  padding: 14px 10px;
  border-bottom: 1px solid var(--px-line);
  text-align: left;
  vertical-align: middle;
}
.px-woo table.shop_table th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--px-muted);
  font-family: var(--px-font);
}
.px-woo .product-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
}
.px-woo .product-remove .remove {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--px-bg-soft);
  color: var(--px-muted);
  font-size: 18px;
}
.px-woo .product-remove .remove:hover {
  background: #ffe8e8;
  color: #d4380d;
}
.px-woo .quantity .qty {
  width: 72px;
  border: 1px solid var(--px-line);
  border-radius: 10px;
  padding: 8px 10px;
}
.px-woo .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.px-woo .coupon .input-text {
  border: 1px solid var(--px-line);
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 180px;
}
.px-cart-update-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.px-woo .cart_totals h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.px-woo .wc-proceed-to-checkout {
  margin-top: 18px;
}
.px-woo .wc-proceed-to-checkout .checkout-button,
.px-woo #place_order,
.px-woo .button.alt,
.px-woo a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--px-blue);
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  cursor: pointer;
  text-decoration: none;
}
.px-woo .wc-proceed-to-checkout .checkout-button:hover,
.px-woo #place_order:hover,
.px-woo .button.alt:hover {
  background: var(--px-blue-deep);
}
.px-woo .return-to-shop .button,
.px-woo .button:not(.alt):not(.checkout-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid var(--px-line);
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}
.px-woo form.checkout .form-row {
  margin-bottom: 14px;
}
.px-woo form.checkout label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
}
.px-woo form.checkout input.input-text,
.px-woo form.checkout textarea,
.px-woo form.checkout select,
.px-woo form.checkout .select2-selection {
  width: 100%;
  border: 1px solid var(--px-line);
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff;
}
.px-woo #order_review_heading,
.px-woo .woocommerce-billing-fields h3,
.px-woo .woocommerce-additional-fields h3,
.px-woo .wcus-checkout-fields h3,
.px-woo #wcus-billing-fields h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 28px 0 14px;
  line-height: 1.3;
}
.px-woo .woocommerce-info,
.px-woo .woocommerce-message,
.px-woo .woocommerce-error {
  position: relative;
  border-radius: 12px;
  padding: 14px 18px 14px 3.75em !important;
  margin-bottom: 16px;
  border: 1px solid var(--px-line);
  background: var(--px-bg-soft);
  list-style: none !important;
}
.px-woo .woocommerce-info::before,
.px-woo .woocommerce-message::before,
.px-woo .woocommerce-error::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  content: "\f05a" !important;
  position: absolute !important;
  left: 1.15em !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  speak: none;
}
.px-woo .woocommerce-message::before { content: "\f00c" !important; color: #389e0d !important; }
.px-woo .woocommerce-error::before { content: "\f06a" !important; color: #cf1322 !important; }
.px-woo .woocommerce-info::before { color: var(--px-blue) !important; }
.px-woo .woocommerce-error { background: #fff1f0; border-color: #ffccc7; }
.px-woo .woocommerce-message { background: #f6ffed; border-color: #b7eb8f; }

.px-woo-empty {
  text-align: center;
  padding: 36px 20px;
  background: var(--px-bg-soft);
  border: 1px solid var(--px-line);
  border-radius: 18px;
}
.px-woo-empty__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--px-blue);
  font-size: 22px;
  box-shadow: 0 8px 22px rgba(30,91,255,.12);
}
.px-woo-empty__text {
  margin: 0 0 18px;
  color: var(--px-muted);
  font-weight: 600;
  font-size: 16px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .px-reviews-page { grid-template-columns: 1fr; }
  .px-reviews-page__form { position: static; }
  .px-search__panel { right: -40px; }
}

@media (max-width: 640px) {
  .px-woo table.shop_table thead { display: none; }
  .px-woo table.shop_table td {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .px-search__panel {
    position: fixed;
    inset: 100px 12px auto;
    width: auto;
    right: 12px;
    left: 12px;
  }
}

.px-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.px-blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--px-line);
  border-radius: var(--px-radius);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.px-blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--px-shadow);
}
.px-blog-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0;
  background: var(--px-bg-soft);
}
.px-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.px-blog-card:hover .px-blog-card__media img { transform: scale(1.04); }
.px-blog-card__body { padding: 18px 20px 22px; }
.px-blog-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--px-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.px-blog-card h3 {
  font-family: var(--px-font);
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--px-ink);
}
.px-blog-card p { margin: 0; color: var(--px-muted); font-size: 14px; }

/* Top announce marquee */
@keyframes px-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.px-announce {
  position: relative;
  z-index: 111;
  background: var(--px-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
}
.px-announce__track {
  display: flex;
  width: max-content;
  padding: 10px 0;
  animation: px-marquee 32s linear infinite;
  will-change: transform;
}
.px-announce__group {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
  flex: 0 0 auto;
}
.px-announce__group span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.px-announce__track a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.px-faq__phones { display: inline-flex; flex-wrap: wrap; gap: 8px; }
.px-faq__phones a { text-decoration: none; }

/* Benefits band — unified marquee cards */
.px-benefits-band {
  background: var(--px-ink);
  color: #fff;
  padding: 28px 0;
  overflow: hidden;
}
.px-benefits-band__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.px-benefits-band__track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 4px 0;
  animation: px-marquee 55s linear infinite;
}
.px-benefit-card {
  flex: 0 0 min(300px, 78vw);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 14px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
}
.px-benefit-card i {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(37, 99, 235, .25);
  color: #93c5fd;
  font-size: 18px;
}
.px-benefit-card strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}
.px-benefit-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.72);
  grid-column: 2;
}

/* Shop photo grid */
.px-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.px-gallery-grid__item {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--px-bg-soft);
}
.px-gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.px-gallery-grid__item:hover img { transform: scale(1.04); }

/* Mobile nav contacts */
.px-mobile-contact {
  display: none;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--px-line);
  gap: 10px;
}
.px-mobile-contact__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--px-bg-soft);
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.px-mobile-contact__item:hover { background: #eef3fb; }
.px-mobile-contact__icon {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--px-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--px-blue);
}
.px-mobile-contact__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--px-muted);
}
.px-mobile-contact__value {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.px-mobile-contact__socials { margin-top: 12px; }

/* Floating contacts */
.px-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  width: 52px;
}
.px-fab__toggle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 0;
  background: var(--px-blue);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
  transition: transform .25s ease, background .2s;
  animation: px-fab-pulse 3s ease-in-out infinite;
}
.px-fab.is-open .px-fab__toggle {
  animation: none;
}
@keyframes px-fab-pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35); transform: scale(1); }
  50% { box-shadow: 0 14px 32px rgba(37, 99, 235, 0.5), 0 0 0 10px rgba(37, 99, 235, 0.12); transform: scale(1.04); }
}
.px-fab__toggle:hover { transform: scale(1.06); animation: none; }
.px-fab__items {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.px-fab.is-open .px-fab__items {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.px-fab__item {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
  animation: px-fab-pop .35s ease backwards;
  font-size: 22px;
}
.px-fab__item i {
  font-size: 1em;
  line-height: 1;
}
.px-fab.is-open .px-fab__item:nth-child(1) { animation-delay: .02s; }
.px-fab.is-open .px-fab__item:nth-child(2) { animation-delay: .06s; }
.px-fab.is-open .px-fab__item:nth-child(3) { animation-delay: .1s; }
.px-fab.is-open .px-fab__item:nth-child(4) { animation-delay: .14s; }
.px-fab.is-open .px-fab__item:nth-child(5) { animation-delay: .18s; }
.px-fab.is-open .px-fab__item:nth-child(6) { animation-delay: .22s; }
@keyframes px-fab-pop {
  from { opacity: 0; transform: scale(.6) translateY(8px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.px-fab__item--telegram { background: #229ed9; }
.px-fab__item--viber { background: #7360f2; }
.px-fab__item--whatsapp,
.px-fab__item--phone { background: #25d366; }
.px-fab__item--email { background: #64748b; }

/* Site-wide: phone handset always same direction (FA `fa-phone`). */
.fa-phone-alt::before {
  content: "\f095"; /* same glyph as .fa-phone */
}
.px-fab__item::after {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--px-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.px-fab__item:hover::after { opacity: 1; }

body.px-modal-open { overflow: hidden; }

.px-contact {
  position: relative;
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}
.px-contact__bg,
.px-contact__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-contact__shade {
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 22, .82);
}
.px-contact__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}
.px-contact__info h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 12px;
}
.px-contact__info > p {
  color: rgba(255,255,255,.75);
  max-width: 36ch;
}
.px-contact__phone {
  display: inline-block;
  margin: 22px 0 10px;
  font-family: var(--px-display);
  font-size: 36px;
  font-weight: 800;
}
.px-contact__email {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}
.px-contact__email:hover { color: #fff; }
.px-contact__messengers {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.px-contact__messengers .px-soc {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  flex-basis: 48px;
}
.px-contact__messengers .px-soc svg,
.px-contact__messengers .px-soc i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.px-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.px-stars i {
  margin-right: 2px;
}
.px-header__tel i {
  margin-right: 6px;
  opacity: .85;
}
.px-quickbar a i {
  font-size: 16px;
}
.px-form input.is-invalid,
.px-form textarea.is-invalid {
  border-color: #ff8f8f;
}

.px-form {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 24px;
  backdrop-filter: blur(10px);
  display: grid;
  gap: 14px;
}
.px-form label { display: grid; gap: 6px; }
.px-form label span { font-size: 13px; font-weight: 600; opacity: .85; }
.px-form input,
.px-form select,
.px-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.25);
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  outline: none;
  min-height: 46px;
  font: inherit;
}
.px-form input[type="datetime-local"],
.px-form input[type="date"],
.px-form input[type="time"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}
.px-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}
.px-form select option { color: var(--px-ink); background: #fff; }
.px-form input:focus,
.px-form select:focus,
.px-form textarea:focus {
  border-color: var(--px-blue);
}
.px-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.px-form__status {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.px-form__status.is-ok { color: #7dffb3; }
.px-form__status.is-err { color: #ff8f8f; }

.px-form--light {
  background: #fff;
  border: 1px solid var(--px-line);
  color: var(--px-ink);
  box-shadow: var(--px-shadow);
}
.px-form--plain,
#px-quick-order-form.px-form,
#px-quick-order-form.px-form--light {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  backdrop-filter: none;
}
.px-form--light h3 {
  margin: 0 0 4px;
  font-size: 1.35rem;
}
.px-form--light label span { color: var(--px-muted); opacity: 1; }
.px-form--light input,
.px-form--light select,
.px-form--light textarea {
  border: 1px solid var(--px-line);
  background: #fff;
  color: var(--px-ink);
}
.px-form--light select {
  background-image: linear-gradient(45deg, transparent 50%, var(--px-muted) 50%), linear-gradient(135deg, var(--px-muted) 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.px-form--light .px-form__status.is-ok { color: #0a7a3e; }
.px-form--light .px-form__status.is-err { color: #c62828; }

.px-sto__form { align-self: start; }

.px-product__actions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.px-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.px-modal[hidden] { display: none !important; }
.px-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 16px;
}
.px-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 20, 28, 0.55);
}
.px-modal__dialog {
  position: relative;
  width: min(440px, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--px-shadow);
  z-index: 1;
}
.px-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: var(--px-muted);
}
.px-modal__dialog h3 {
  margin: 0 28px 8px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.px-modal__product {
  margin: 0 0 4px;
  font-weight: 700;
}
.px-modal__price {
  margin: 0 0 14px;
  color: var(--px-muted);
}

.px-map {
  height: 360px;
  background: #dfe5ef;
}
.px-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(.2) contrast(1.05);
}

.px-footer {
  background: #fff;
  border-top: 1px solid var(--px-line);
  padding-top: 56px;
  margin-top: 0;
}
.px-main,
.vp-main {
  padding-bottom: 64px;
}
.px-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 40px;
}
.px-footer h4 {
  font-size: 16px;
  margin-bottom: 14px;
}
.px-footer ul { display: grid; gap: 8px; }
.px-footer a { color: var(--px-muted); font-weight: 500; }
.px-footer a:hover { color: var(--px-blue); }
.px-footer a.px-soc,
.px-footer a.px-soc:hover {
  color: #fff;
}
.px-footer a.px-soc:hover { filter: brightness(1.08); }
.px-footer__lead {
  color: var(--px-muted);
  max-width: 36ch;
  margin: 14px 0;
}
.px-footer__contacts {
  display: grid;
  gap: 10px;
  justify-items: start;
  text-align: left;
}
.px-footer__contacts > a {
  font-weight: 800;
  color: var(--px-ink);
  font-size: 18px;
}
.px-footer__bottom {
  border-top: 1px solid var(--px-line);
  padding: 16px 0;
  font-size: 13px;
  color: var(--px-muted);
}
.px-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.px-page h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.px-content { max-width: 72ch; color: var(--px-muted); }

/* Woo pages need full container width (forms / grids), not prose 72ch. */
.woocommerce-cart .px-content,
.woocommerce-checkout .px-content,
.woocommerce-order-received .px-content,
.woocommerce-account .px-content {
  max-width: none;
  width: 100%;
  color: var(--px-text, #10141c);
}

.woocommerce-cart .px-content > .woocommerce:has(.px-cart-empty) {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.px-cart__title {
  margin: 0 0 20px;
  font-size: clamp(24px, 3.2vw, 36px);
}

/* Reveal motion */
.js .px-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.js .px-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .px-catalog-btn { display: none; }
  .px-mega { display: none !important; }
  .px-nav-desktop { display: none !important; }

  .px-nav-wrap {
    position: fixed;
    inset: 0;
    z-index: 1400;
    width: 100%;
    height: 100%;
    max-height: 100dvh;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
    box-shadow: none;
    display: none;
    overflow: hidden;
  }
  .px-nav-wrap.is-open,
  .px-nav-wrap:not([hidden]).is-open {
    display: flex;
    flex-direction: column;
  }
  .px-nav-wrap[hidden] { display: none !important; }
  .px-nav-wrap__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--px-line);
    flex-shrink: 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .px-nav-wrap__head .px-logo--mobile-nav {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }
  .px-nav-wrap__head .px-logo--mobile-nav .px-logo__img {
    max-height: 40px;
    max-width: min(160px, 58vw);
  }
  .px-nav-wrap__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: var(--px-bg-soft);
    color: var(--px-ink);
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .px-nav-wrap__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: 28px;
  }
  .px-mcat {
    display: block;
    flex: none;
    overflow: hidden;
    border-bottom: 1px solid var(--px-line);
  }
  .px-mcat__viewport {
    position: relative;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: hidden;
    transition: height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .px-mcat__viewport.is-sliding {
    overflow: hidden;
  }
  .px-mcat__panel {
    position: relative;
    inset: auto;
    overflow: visible;
    padding: 12px 14px 18px;
    background: #fff;
    transform: translateX(0);
    opacity: 1;
    transition:
      transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.28s ease;
    will-change: transform, opacity;
  }
  .px-mcat__panel[hidden] {
    display: none;
  }
  .px-mcat__panel.is-leaving,
  .px-mcat__panel.is-prep-left,
  .px-mcat__panel.is-prep-right {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
  }
  .px-mcat__panel.is-prep-right {
    transform: translateX(108%);
    opacity: 0;
  }
  .px-mcat__panel.is-prep-left {
    transform: translateX(-40%);
    opacity: 0;
  }
  .px-mcat__panel.is-out-left {
    transform: translateX(-40%);
    opacity: 0;
  }
  .px-mcat__panel.is-out-right {
    transform: translateX(108%);
    opacity: 0;
  }
  .px-mcat__panel.is-in-from-right,
  .px-mcat__panel.is-in-from-left {
    transform: translateX(0);
    opacity: 1;
  }
  .px-mcat__panel.is-active .px-mcat__item,
  .px-mcat__panel.is-active .px-mcat__back,
  .px-mcat__panel.is-active .px-mcat__all,
  .px-mcat__panel.is-active .px-cat-quick {
    animation: px-mcat-rise 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(1) { animation-delay: 0.04s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(2) { animation-delay: 0.07s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(3) { animation-delay: 0.1s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(4) { animation-delay: 0.13s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(5) { animation-delay: 0.16s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(6) { animation-delay: 0.19s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(7) { animation-delay: 0.22s; }
  .px-mcat__panel.is-active .px-mcat__item:nth-child(8) { animation-delay: 0.25s; }
  .px-mcat__panel.is-active .px-cat-quick:nth-child(1) { animation-delay: 0.03s; }
  .px-mcat__panel.is-active .px-cat-quick:nth-child(2) { animation-delay: 0.07s; }
  .px-mcat__panel.is-active .px-cat-quick:nth-child(3) { animation-delay: 0.11s; }
  @keyframes px-mcat-rise {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (prefers-reduced-motion: reduce) {
    .px-mcat__viewport,
    .px-mcat__panel,
    .px-mcat__panel.is-active .px-mcat__item,
    .px-mcat__panel.is-active .px-mcat__back,
    .px-mcat__panel.is-active .px-mcat__all,
    .px-mcat__panel.is-active .px-cat-quick {
      transition: none !important;
      animation: none !important;
    }
  }
  .px-mcat__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px 4px;
    border: 0;
    background: transparent;
    color: var(--px-ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }
  .px-mcat__all {
    display: block;
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--px-blue-soft);
    color: var(--px-blue);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  .px-mcat__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .px-mcat__item {
    width: 100%;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) max-content 12px;
    align-items: center;
    gap: 8px;
    padding: 14px 4px;
    border: 0;
    border-bottom: 1px solid var(--px-line);
    background: transparent;
    color: var(--px-ink);
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }
  .px-mcat__item .px-mcat__count {
    margin-left: 0;
    justify-self: end;
    font-size: 12px;
    font-weight: 600;
    color: var(--px-muted);
  }
  .px-mcat__item:not(:has(.fa-chevron-right)) {
    grid-template-columns: 28px minmax(0, 1fr) max-content;
  }
  .px-mcat__item i.fa-chevron-right {
    font-size: 12px;
    color: var(--px-muted);
    transition: transform 0.2s ease;
  }
  .px-mcat__item:active i.fa-chevron-right {
    transform: translateX(3px);
  }
  .px-mcat__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .px-nav-wrap__pages-label {
    display: block;
    margin: 18px 16px 6px;
  }
  .px-nav-wrap .px-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 16px 8px;
    overflow: visible;
  }
  .px-nav-wrap .px-nav > li > a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--px-line);
  }
  .px-nav-wrap .px-nav a::after { display: none; }
  .px-nav-wrap .px-nav .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .px-nav-wrap .px-nav .menu-item-has-children > a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: var(--px-muted);
    display: inline-block;
    transition: transform 0.25s ease;
  }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
  }
  .px-nav-wrap .px-nav .menu-item-has-children > .sub-menu {
    position: static;
    transform: none;
    display: block;
    min-width: 0;
    max-height: 0;
    margin: 0;
    padding: 0 0 0 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.24s ease,
      margin 0.24s ease;
  }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > .sub-menu {
    max-height: 280px;
    opacity: 1;
    margin: 0 0 8px;
  }
  .px-nav-wrap .px-nav .sub-menu a {
    padding: 12px 0;
    border-bottom: 1px solid var(--px-line);
    white-space: normal;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > .sub-menu a {
    opacity: 1;
    transform: translateY(0);
  }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > .sub-menu li:nth-child(1) a { transition-delay: 0.04s; }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > .sub-menu li:nth-child(2) a { transition-delay: 0.08s; }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > .sub-menu li:nth-child(3) a { transition-delay: 0.12s; }
  .px-nav-wrap .px-nav .menu-item-has-children.is-open > .sub-menu li:nth-child(4) a { transition-delay: 0.16s; }
  .px-mobile-contact {
    display: grid;
    gap: 10px;
    margin: 16px 16px 8px;
    padding-top: 8px;
  }
  .px-btn--consult span { display: none; }
  .px-header__actions .px-btn--consult {
    width: var(--px-action-size);
    min-width: var(--px-action-size);
    padding: 0;
  }
  .px-header__actions {
    --px-action-size: 42px;
    gap: 6px;
  }
  .px-header__email { display: none; }
  .px-menu-toggle { display: inline-flex; }
  .px-hero__stats { grid-template-columns: repeat(2, 1fr); }
  .px-quickbar__inner { grid-template-columns: 1fr; }
  .px-cats { grid-template-columns: 1fr 1fr; }
  .px-reviews,
  .px-blog,
  .px-gallery-grid { grid-template-columns: 1fr 1fr; }
  .px-product { flex-basis: min(240px, 72vw); }
  .px-brands__track-wrap { grid-template-columns: 1fr; }
  .px-brands__arrow { display: none; }
  .px-reviews-slider__track-wrap { grid-template-columns: 1fr; padding: 0 16px; }
  .px-reviews-slider__arrow { display: none; }
  .px-review--slide { flex-basis: min(340px, calc(100vw - 48px)); }
  .px-form__row { grid-template-columns: 1fr; }
  .px-sto__grid,
  .px-contact__grid,
  .px-footer__grid { grid-template-columns: 1fr; }
  .px-sto__map { min-height: 220px; }
  .px-sto__map iframe { min-height: 220px; }
}

@media (max-width: 1100px) and (min-width: 981px) {
  .px-mega__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .px-mega__panel { grid-template-columns: minmax(260px, 300px) minmax(0, 1fr); }
  .px-mega__content {
    --px-mega-col-ico: 40px;
  }
  .px-cat-ico--sm,
  .px-mega__col-title .px-cat-ico--sm {
    --px-mega-col-ico: 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }
}

@media (max-width: 640px) {
  .px-header__top-inner { justify-content: center; }
  .px-hero h1 { font-size: 26px; }
  .px-hero__phone { font-size: 17px; }
  .px-banner,
  .px-banner__overlay { min-height: 380px; }
  .px-banner h2 { font-size: clamp(26px, 8vw, 36px); }
  .px-cats,
  .px-reviews,
  .px-blog,
  .px-gallery-grid { grid-template-columns: 1fr; }
  .px-product { flex-basis: min(240px, 76vw); }
  .px-check-list { grid-template-columns: 1fr; }
  .px-gallery figure { min-height: 180px; }
  .px-footer__bottom-inner { flex-direction: column; }
}

/* Global mobile density: slightly smaller type + tighter spacing */
.px-page__inner {
  padding: 64px 0 72px;
}
.px-page__meta {
  color: var(--px-muted);
  margin: 0 0 12px;
}
.px-page__title {
  margin: 0 0 18px;
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  body {
    font-size: 13.25px;
    line-height: 1.5;
  }
  .px-container {
    width: min(100% - 22px, var(--px-container));
  }
  :root {
    --px-gutter: 11px;
  }
  .px-page__inner {
    padding: 36px 0 44px;
  }
  .px-page__title,
  .px-page h1,
  .px-woo h1,
  .vp-shop-hero h1 {
    font-size: clamp(22px, 6.4vw, 28px) !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }
  .px-section {
    padding: 40px 0;
  }
  .px-section__head {
    margin-bottom: 18px;
  }
  .px-section__head h2,
  .px-page .px-section__head h1 {
    font-size: clamp(20px, 5.6vw, 26px);
  }
  .px-hero {
    padding: 48px 0 40px;
  }
  .px-hero h1 {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.15;
  }
  .px-hero__lead,
  .px-section__lead,
  .px-content p,
  .px-cart-empty p {
    font-size: 13.5px !important;
    line-height: 1.5;
  }
  .px-hero__stats {
    gap: 10px;
    margin-top: 18px;
  }
  .px-hero__stats strong {
    font-size: 16px;
  }
  .px-hero__stats span {
    font-size: 11px;
  }
  .px-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }
  .px-product {
    padding: 12px;
  }
  .px-product h3 {
    font-size: 13.5px;
  }
  .px-product__price {
    font-size: 14px;
  }
  .px-cat-card,
  .px-benefit,
  .px-review,
  .px-blog-card,
  .px-cart-empty,
  .px-woo .woocommerce-cart-form,
  .px-woo .cart-collaterals,
  .px-woo form.checkout {
    padding: 14px;
    border-radius: 14px;
  }
  .px-cart-empty {
    padding: 28px 14px 18px;
  }
  .px-cart-empty__icon {
    width: 56px;
    height: 56px;
    font-size: 22px;
    margin-bottom: 12px;
  }
  .px-cart-empty h1 {
    font-size: 20px;
  }
  .px-woo__inner {
    padding: 28px 0 48px;
  }
  .px-faq__item summary,
  .px-check-list li,
  .px-footer,
  .px-announce {
    font-size: 13px;
  }
  .px-footer__grid {
    gap: 22px;
  }
  .px-brands__track {
    min-height: 120px;
  }
  .px-banner,
  .px-banner__overlay {
    min-height: 360px;
  }
  .px-banner h2 {
    font-size: clamp(24px, 7.5vw, 34px);
  }
  .px-sto__map,
  .px-sto__map iframe {
    min-height: 200px;
  }
  .px-form label span,
  .px-form input,
  .px-form select,
  .px-form textarea {
    font-size: 13px;
  }
  .px-form__row {
    gap: 10px;
  }
  .px-form input[type="datetime-local"],
  .px-form input[type="date"],
  .px-form input[type="time"] {
    font-size: 12.5px !important;
    padding: 10px 8px !important;
    min-height: 44px;
  }
  .px-logo--footer {
    display: inline-flex;
  }
  .px-logo--footer .px-logo__img {
    max-height: 52px;
    max-width: min(200px, 70vw);
    width: auto;
    height: auto;
  }
  .px-fab {
    z-index: 1500;
    right: max(14px, env(safe-area-inset-right, 0px));
    bottom: max(14px, env(safe-area-inset-bottom, 0px));
  }
}
