/* ============================================================
   Сглаживание шрифта. В макетах стоит -webkit-font-smoothing:
   antialiased, на живом сайте не стояло ничего — значит macOS
   рисовал Golos субпиксельным сглаживанием и добавлял ему веса.
   Один и тот же шрифт при одном и том же font-weight выглядел
   заметно жирнее, чем в макете. Это и есть «борщ».
   ============================================================ */
html,body,input,select,textarea,button{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ===== Golos Text - официальный шрифт PC-SOFT, самохостинг (2026-07-28) ===== */
@font-face{
  font-family:'Golos Text';
  src:url('/wp-content/plugins/pcsoft-storefront/assets/fonts/golos-text-var.woff2') format('woff2-variations');
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}
:root{ --font:'Golos Text',-apple-system,"Segoe UI",Roboto,Arial,sans-serif; }
html,body,input,select,textarea,button{ font-family:var(--font); }
body{ font-variant-numeric:tabular-nums; font-feature-settings:"tnum" 1; }
/* ===== /Golos ===== */

:root {
  --pcsoft-bg: #f5f6f8;
  --pcsoft-surface: #ffffff;
  --pcsoft-surface-dark: #101c30;
  --pcsoft-surface-soft: #eef4ff;
  --pcsoft-border: #d8e4f1;
  --pcsoft-text: #102033;
  --pcsoft-muted: #5f6f84;
  --pcsoft-primary: #2456f0;
  --pcsoft-primary-dark: #1c46c8;
  --pcsoft-ok: #166534;
  --pcsoft-ok-bg: #edfdf6;
  --pcsoft-ok-border: #bbf7d0;
  --pcsoft-out-bg: #fef2f2;
  --pcsoft-out-border: #fecaca;
  --pcsoft-shadow: 0 24px 60px rgba(16, 32, 51, 0.10);
  --pcsoft-shadow-soft: 0 18px 36px rgba(20, 99, 255, 0.20);
  --pcsoft-radius-xl: 28px;
  --pcsoft-radius-lg: 24px;
  --pcsoft-radius-md: 18px;
  --pcsoft-radius-sm: 14px;
  --pcsoft-max: 1220px;}

.pcsoft-content-layout--guide {
  display: block;
  grid-template-columns: minmax(0, 1fr);}

.pcsoft-content-layout--guide > * {
  min-width: 0;}

.pcsoft-guide {
  display: grid;
  gap: 30px;
  color: #121927;}

.pcsoft-guide * {
  box-sizing: border-box;
  letter-spacing: 0;}

.pcsoft-guide > * {
  min-width: 0;
  max-width: 100%;}

.pcsoft-guide a {
  color: inherit;}

.pcsoft-guide [id] {
  scroll-margin-top: 112px;}

.pcsoft-guide h1,
.pcsoft-guide h2,
.pcsoft-guide h3,
.pcsoft-guide p {
  margin-top: 0;}

.pcsoft-guide-hero,
.pcsoft-guide-route,
.pcsoft-guide-panel,
.pcsoft-guide-finish {
  border: 1px solid #dbe5f2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(16, 32, 51, .07);}

.pcsoft-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #f7faff 58%, #eef6ff 100%);}

.pcsoft-guide-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;}

.pcsoft-guide-eyebrow {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #245fd3;
  font-size: 14px;
  line-height: 1;
  font-weight:700;}

.pcsoft-guide-hero h1 {
  margin: 0 0 20px;
  max-width: 860px;
  color: #111827;
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: 1.02;
  font-weight:800;}

.pcsoft-guide h2 {
  margin: 0 0 30px;
  color: #111827;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  font-weight:700;}

.pcsoft-guide p {
  color: #657389;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 500;}

.pcsoft-nowrap {
  white-space: nowrap;}

.pcsoft-guide-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;}

.pcsoft-guide .pcsoft-button {
  min-height: 52px;
  border-radius: 11px;
  font-size: 16px;
  line-height: 1.15;
  font-weight:700;
  text-decoration: none;}

.pcsoft-guide .pcsoft-button--ghost {
  background: #fff;
  color: #121927;}

.pcsoft-guide-hero__visual {
  display: grid;
  align-content: end;
  gap: 14px;
  margin: 0;
  padding: 24px;
  border: 1px solid #dfe8f5;
  border-radius: 22px;
  background: #fff;}

.pcsoft-guide-hero__visual img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  border-radius: 16px;
  background: #f5f8ff;}

.pcsoft-guide-hero__visual figcaption {
  margin: 0;
  color: #5f6f84;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 750;}

.pcsoft-guide-toc {
  position: static;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px;
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(16, 32, 51, .06);
  backdrop-filter: blur(14px);}

.pcsoft-guide-toc a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #245fd3;
  font-size: 14px;
  line-height: 1;
  font-weight:700;
  text-decoration: none;}

.pcsoft-guide-route,
.pcsoft-guide-panel,
.pcsoft-guide-finish {
  padding: 30px;}

.pcsoft-guide-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 32px;
  align-items: stretch;
  background: linear-gradient(135deg, #fff 0%, #f8fbff 62%, #eef4ff 100%);}

.pcsoft-guide-route__copy {
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 780px;}

.pcsoft-guide-route__copy h2 {
  margin: 0;}

.pcsoft-guide-route__copy p {
  max-width: 760px;
  margin: 0;}

.pcsoft-guide-route__cards {
  display: grid;
  gap: 16px;
  align-content: center;}

.pcsoft-guide-route-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 148px;
  padding: 16px;
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  background: #f8fbff;}

.pcsoft-guide-route-card img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;}

.pcsoft-guide-route-card div {
  display: grid;
  gap: 10px;
  min-width: 0;}

.pcsoft-guide-route-card h3 {
  margin: 0;
  color: #172033;
  font-size: 19px;
  line-height: 1.25;
  font-weight:700;}

.pcsoft-guide-route-card strong {
  color: #111827;
  font-size: 26px;
  line-height: 1;}

.pcsoft-storefront .pcsoft-guide-route-card a,
.pcsoft-guide-route-card a {
  width: max-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  background: #245fd3;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight:700;
  text-decoration: none;}

.pcsoft-guide-flow,
.pcsoft-guide-card-grid {
  display: grid;
  gap: 14px;}

.pcsoft-guide-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));}

.pcsoft-guide-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));}

.pcsoft-guide-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));}

.pcsoft-guide-panel > h2 + .pcsoft-guide-card-grid,
.pcsoft-guide-panel > h2 + .pcsoft-guide-steps {
  margin-top: 40px;}

.pcsoft-guide-panel:not(.pcsoft-guide-panel--split):not(.pcsoft-guide-panel--dark) {
  display: grid;
  gap: 22px;}

.pcsoft-guide-panel:not(.pcsoft-guide-panel--split):not(.pcsoft-guide-panel--dark) > h2,
.pcsoft-guide-panel:not(.pcsoft-guide-panel--split):not(.pcsoft-guide-panel--dark) > p {
  margin: 0;}

.pcsoft-guide-panel:not(.pcsoft-guide-panel--split):not(.pcsoft-guide-panel--dark) > h2 + .pcsoft-guide-card-grid {
  margin-top: 28px;}

.pcsoft-guide-panel:not(.pcsoft-guide-panel--split):not(.pcsoft-guide-panel--dark) .pcsoft-guide-note {
  margin-top: 4px;}

.pcsoft-guide-flow > div,
.pcsoft-guide-card,
.pcsoft-guide-steps li {
  border: 1px solid #dbe5f2;
  border-radius: 18px;
  background: #f8fbff;}

.pcsoft-guide-flow > div {
  min-height: 190px;
  padding: 18px;}

.pcsoft-guide-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #245fd3;
  color: #fff;
  font-weight:700;}

.pcsoft-guide-flow strong,
.pcsoft-guide-card strong,
.pcsoft-command-card strong {
  display: block;
  color: #111827;
  font-size: 19px;
  line-height: 1.25;
  font-weight:700;}

.pcsoft-guide-flow p,
.pcsoft-guide-card p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;}

.pcsoft-guide-panel--split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 26px;
  align-items: start;}

.pcsoft-guide-panel__copy {
  display: grid;
  gap: 20px;}

.pcsoft-guide-panel__copy h2,
.pcsoft-guide-panel__copy p {
  margin: 0;}

.pcsoft-guide-panel__copy .pcsoft-guide-steps {
  margin-top: 6px;}

.pcsoft-guide-panel__copy .pcsoft-guide-hero__actions {
  margin-top: 2px;}

.pcsoft-guide-steps {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;}

.pcsoft-guide-steps li {
  position: relative;
  min-height: 84px;
  padding: 17px 18px 17px 64px;
  counter-increment: guide-step;}

.pcsoft-guide-steps li::before {
  content: counter(guide-step);
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2d6cdf;
  color: #fff;
  font-size: 15px;
  font-weight:700;}

.pcsoft-guide-steps strong {
  display: block;
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
  font-weight:700;}

.pcsoft-guide-steps span {
  display: block;
  margin-top: 4px;
  color: #657389;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;}

.pcsoft-guide code {
  padding: 3px 8px;
  border-radius: 8px;
  background: #eef4ff;
  color: #245fd3;
  font-size: .92em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;}

.pcsoft-guide-screen,
.pcsoft-guide-settings,
.pcsoft-guide-cid-card {
  border: 1px solid #dbe5f2;
  border-radius: 20px;
  background: #f8fbff;
  overflow: hidden;}

.pcsoft-guide-screen__bar {
  height: 56px;
  background: linear-gradient(90deg, #111827, #2d52b7);}

.pcsoft-guide-screen__body,
.pcsoft-guide-settings,
.pcsoft-guide-cid-card {
  padding: 24px;}

.pcsoft-guide-screen > p {
  margin: 0;
  padding: 0 24px 24px;}

.pcsoft-guide-screen__body > span,
.pcsoft-guide-settings > span,
.pcsoft-guide-cid-card > span {
  color: #245fd3;
  font-size: 14px;
  font-weight:700;}

.pcsoft-guide-screen__body > strong,
.pcsoft-guide-settings > strong,
.pcsoft-guide-cid-card > strong {
  display: block;
  margin: 10px 0 18px;
  color: #111827;
  font-size: 26px;
  line-height: 1.15;
  font-weight:700;}

#phone h2 {
  font-size: clamp(30px, 2.35vw, 38px);
  white-space: nowrap;}

.pcsoft-guide-cid-card > strong {
  white-space: nowrap;}

.pcsoft-guide-screen ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;}

.pcsoft-guide-screen li {
  padding: 12px 14px;
  border: 1px solid #dbe5f2;
  border-radius: 11px;
  background: #fff;
  color: #657389;
  font-weight:700;}

.pcsoft-guide-screen li.is-active {
  border-color: #2d6cdf;
  background: #eef4ff;
  color: #245fd3;}

.pcsoft-guide-settings {
  display: grid;
  gap: 14px;}

.pcsoft-guide-settings div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid #dbe5f2;
  border-radius: 14px;
  background: #fff;}

.pcsoft-guide-settings small {
  color: #657389;
  font-size: 13px;
  font-weight:700;}

.pcsoft-guide-settings b {
  color: #111827;
  font-size: 17px;
  line-height: 1.25;}

.pcsoft-guide-note {
  margin-top: 28px;
  padding: 20px;
  border-left: 4px solid #f08a35;
  border-radius: 16px;
  background: #fff5e8;}

.pcsoft-guide-note strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 18px;
  font-weight:700;}

.pcsoft-guide-note p {
  margin: 0;}

.pcsoft-guide-card {
  padding: 20px;}

.pcsoft-guide-panel--dark {
  border-color: #111827;
  background: #111827;
  color: #fff;}

.pcsoft-guide-panel--dark h2,
.pcsoft-guide-panel--dark .pcsoft-guide-panel__copy p,
.pcsoft-guide-panel--dark .pcsoft-command-card strong {
  color: #fff;}

.pcsoft-guide-panel--dark .pcsoft-guide-eyebrow {
  background: rgba(255, 255, 255, .12);
  color: #fff;}

.pcsoft-command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  min-width: 0;}

.pcsoft-command-card {
  min-width: 0;
  max-width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);}

.pcsoft-command-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;}

.pcsoft-command-copy {
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  line-height: 1;
  font-weight:700;
  cursor: pointer;}

.pcsoft-command-card pre {
  max-width: 100%;
  margin: 14px 0 10px;
  padding: 14px;
  overflow-x: auto;
  border-radius: 12px;
  background: #0b1220;}

.pcsoft-command-card code {
  padding: 0;
  background: transparent;
  color: #e6f0ff;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre;}

.pcsoft-command-card p,
.pcsoft-command-card__hint {
  display: block;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;}

.pcsoft-guide-finish {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;}

.pcsoft-guide-finish > div {
  display: grid;
  gap: 18px;}

.pcsoft-guide-finish h2,
.pcsoft-guide-finish p {
  margin: 0;}

@media (max-width: 980px) {
  .pcsoft-guide-hero,
  .pcsoft-guide-route,
  .pcsoft-guide-panel--split {
    grid-template-columns: 1fr;}

  .pcsoft-guide-flow,
  .pcsoft-guide-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-guide-card-grid--three,
  .pcsoft-command-grid {
    grid-template-columns: 1fr;}

  .pcsoft-guide-route__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-guide-route-card {
    grid-template-columns: 96px minmax(0, 1fr);}

  .pcsoft-guide-route-card img {
    width: 96px;
    height: 96px;}}

@media (max-width: 720px) {
  .pcsoft-guide {
    gap: 22px;}

  .pcsoft-guide-hero,
  .pcsoft-guide-route,
  .pcsoft-guide-panel,
  .pcsoft-guide-finish {
    padding: 22px;
    border-radius: 18px;}

  .pcsoft-guide-hero h1 {
    font-size: 38px;}

  .pcsoft-guide h2 {
    font-size: 30px;}

  .pcsoft-guide p {
    font-size: 16px;}

  .pcsoft-guide [id] {
    scroll-margin-top: 86px;}

  .pcsoft-guide-toc {
    margin-left: -4px;
    margin-right: -4px;}

  .pcsoft-guide-flow,
  .pcsoft-guide-card-grid--three,
  .pcsoft-guide-card-grid--four {
    grid-template-columns: 1fr;}

  .pcsoft-guide-route__cards {
    grid-template-columns: 1fr;}

  .pcsoft-guide-route-card {
    grid-template-columns: 84px minmax(0, 1fr);}

  .pcsoft-guide-route-card img {
    width: 84px;
    height: 84px;}

  #phone h2,
  .pcsoft-guide-cid-card > strong {
    white-space: normal;}

  .pcsoft-guide-finish {
    align-items: stretch;
    flex-direction: column;}}

/* Category pages: Keysoft-like tree navigation and compact buyer SEO. */
.pcsoft-category-hero__main--wide {
  display: grid;
  gap: 14px;}

.pcsoft-category-hero__details {
  margin-top: 2px;
  border: 1px solid rgba(210, 223, 242, 0.92);
  border-radius: 18px;
  background: rgba(248, 251, 255, 0.82);}

.pcsoft-category-hero__details summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  color: var(--pcsoft-primary-dark);
  cursor: pointer;
  font-weight:700;}

.pcsoft-category-hero__details summary::-webkit-details-marker {
  display: none;}

.pcsoft-category-hero__details summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--pcsoft-primary);
  font-size: 20px;
  line-height: 1;}

.pcsoft-category-hero__details[open] summary::after {
  content: "-";}

.pcsoft-category-hero__details p {
  margin: 0;
  padding: 0 16px 15px;
  color: var(--pcsoft-muted);
  font-size: 15px;
  line-height: 1.55;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
  padding: 12px;
  border-radius: 20px;
  box-shadow: none;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 40px;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head strong {
  font-size: 14px;
  color: var(--pcsoft-primary-dark);}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head span {
  display: none;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__row {
  flex: 1 1 520px;
  align-items: center;}

.pcsoft-category-sidebar__item {
  display: grid;
  gap: 8px;}

.pcsoft-category-sidebar__tree {
  display: grid;
  gap: 7px;
  padding: 0 4px 6px 16px;}

.pcsoft-category-sidebar__sublink {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid #e1e9f5;
  border-radius: 999px;
  background: #fff;
  color: var(--pcsoft-text);
  text-decoration: none;
  font-size: 14px;
  font-weight:700;
  line-height: 1.15;}

.pcsoft-category-sidebar__sublink:hover,
.pcsoft-category-sidebar__sublink:focus-visible,
.pcsoft-category-sidebar__sublink.is-active {
  border-color: rgba(63, 107, 255, 0.44);
  background: #eef3ff;
  color: var(--pcsoft-primary-dark);}

.pcsoft-category-sidebar__sublink small {
  flex: 0 0 auto;
  min-width: 28px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #f7f9fe;
  color: var(--pcsoft-primary-dark);
  font-size: 11px;
  font-weight:700;}

.pcsoft-category-layout .pcsoft-product-card__image {
  min-height: 238px !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  background: #f4f7fb !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 204px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  min-height: auto !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px;}

.pcsoft-seo-details {
  margin-top: 10px;}

@media (max-width: 860px) {
  .pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
    display: grid;}

  .pcsoft-category-sidebar__tree {
    padding-left: 10px;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: auto;}}

/* Live production lock 2026-05-29: keep the reviewed layout after every earlier rule. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell,
  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-product-card {
    flex-basis: 300px !important;
    min-height: 560px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;}

  .pcsoft-home-approved-product-tag {
    width: auto !important;
    max-width: 100% !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    justify-self: start !important;
    margin: 0 0 12px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    line-height: 1 !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 82px !important;
    margin: 0 0 14px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;}

  .pcsoft-home-approved-price {
    margin-top: auto !important;}}

/* Category pages 2026-05-29: final overrides after legacy rules. */
.pcsoft-category-hero__main--wide {
  display: grid !important;
  gap: 14px !important;}

.pcsoft-category-hero__details {
  margin-top: 2px !important;
  border: 1px solid rgba(210, 223, 242, 0.92) !important;
  border-radius: 18px !important;
  background: rgba(248, 251, 255, 0.82) !important;}

.pcsoft-category-hero__details summary {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 16px !important;
  color: var(--pcsoft-primary-dark) !important;
  cursor: pointer !important;
  font-weight:700 !important;}

.pcsoft-category-hero__details summary::-webkit-details-marker {
  display: none !important;}

.pcsoft-category-hero__details summary::after {
  content: "+" !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #eef3ff !important;
  color: var(--pcsoft-primary) !important;
  font-size: 20px !important;
  line-height: 1 !important;}

.pcsoft-category-hero__details[open] summary::after {
  content: "-" !important;}

.pcsoft-category-hero__details p {
  margin: 0 !important;
  padding: 0 16px 15px !important;
  color: var(--pcsoft-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 4px !important;
  padding: 12px !important;
  border-radius: 20px !important;
  box-shadow: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head strong {
  font-size: 14px !important;
  color: var(--pcsoft-primary-dark) !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head span {
  display: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__row {
  flex: 1 1 520px !important;
  align-items: center !important;}

.pcsoft-category-sidebar__item {
  display: grid !important;
  gap: 8px !important;}

.pcsoft-category-sidebar__tree {
  display: grid !important;
  gap: 7px !important;
  padding: 0 4px 6px 16px !important;}

.pcsoft-category-sidebar__sublink {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 8px 12px !important;
  border: 1px solid #e1e9f5 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--pcsoft-text) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight:700 !important;
  line-height: 1.15 !important;}

.pcsoft-category-sidebar__sublink:hover,
.pcsoft-category-sidebar__sublink:focus-visible,
.pcsoft-category-sidebar__sublink.is-active {
  border-color: rgba(63, 107, 255, 0.44) !important;
  background: #eef3ff !important;
  color: var(--pcsoft-primary-dark) !important;}

.pcsoft-category-sidebar__sublink small {
  flex: 0 0 auto !important;
  min-width: 28px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #f7f9fe !important;
  color: var(--pcsoft-primary-dark) !important;
  font-size: 11px !important;
  font-weight:700 !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  min-height: 238px !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  background: #f4f7fb !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 204px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  min-height: auto !important;}

.pcsoft-seo-details {
  margin-top: 10px !important;}

@media (max-width: 860px) {
  .pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
    display: grid !important;}

  .pcsoft-category-sidebar__tree {
    padding-left: 10px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: auto !important;}}

/* Production correction 2026-05-29: category pages keep a clean tag row, page-scrolled sidebar and compact cards. */
.pcsoft-category-hero__details {
  display: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
  display: block !important;
  margin-top: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head {
  display: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  align-items: center !important;
  overflow-x: auto !important;
  padding: 2px 0 6px !important;
  scrollbar-width: thin;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag {
  flex: 0 0 auto !important;
  min-height: 42px !important;
  white-space: nowrap !important;}

.pcsoft-category-sidebar {
  position: static !important;
  top: auto !important;
  align-self: start !important;}

.pcsoft-category-sidebar details.pcsoft-category-sidebar__item {
  display: grid !important;
  gap: 8px !important;}

.pcsoft-category-sidebar summary.pcsoft-category-sidebar__link {
  list-style: none !important;
  cursor: pointer !important;}

.pcsoft-category-sidebar summary.pcsoft-category-sidebar__link::-webkit-details-marker {
  display: none !important;}

.pcsoft-category-sidebar details[open] > summary.pcsoft-category-sidebar__link {
  border-color: #161922 !important;
  background: #161922 !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(18, 22, 33, 0.18) !important;}

.pcsoft-category-sidebar details[open] > summary.pcsoft-category-sidebar__link small {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;}

.pcsoft-category-sidebar details:not([open]) > .pcsoft-category-sidebar__tree {
  display: none !important;}

.pcsoft-category-sidebar__sublink--all {
  background: #eef3ff !important;
  color: var(--pcsoft-primary-dark) !important;}

.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;
  column-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  max-height: none !important;
  min-height: 520px !important;
  align-self: stretch !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 222px !important;
  place-items: center !important;
  min-height: 222px !important;
  max-height: 222px !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 188px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 84px !important;
  margin: 12px 0 8px !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: calc(1.16em * 3) !important;
  overflow: hidden !important;
  line-height: 1.16 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  min-height: 112px !important;
  margin-top: auto !important;
  gap: 10px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 44px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  gap: 10px !important;
  min-height: 48px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
.pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
.pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  display: inline-flex !important;
  min-height: 48px !important;
  opacity: 1 !important;
  visibility: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

/* Production correction 2026-05-31: keep category purchase controls visible. */
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 540px !important;
  overflow: visible !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: visible !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 0 !important;
  margin: 12px 0 10px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  max-height: none !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__bottom {
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  min-height: 106px !important;
  overflow: visible !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 40px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  margin-top: 0 !important;
  width: 100% !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost) {
  align-items: center !important;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;}

@media (max-width: 860px) {
  body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}}

@media (min-width: 861px) {
  .pcsoft-home-approved-product-card {
    min-height: 0 !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;}}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: auto !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__bottom {
    min-height: 96px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Hotfix 2026-05-31: category cards must always show the buy action. */
.pcsoft-category-layout__main .pcsoft-section__head--compact:has(+ .pcsoft-scenario-selector),
.pcsoft-category-layout__main .pcsoft-scenario-selector {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 600px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 330px !important;
  overflow: visible !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3,
.pcsoft-category-layout .pcsoft-product-card__title {
  margin: 10px 0 !important;
  min-height: 94px !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a,
.pcsoft-category-layout .pcsoft-product-card__title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  gap: 12px !important;
  margin-top: auto !important;
  min-height: 108px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-price-stack,
.pcsoft-category-layout .pcsoft-price-stack--compact,
.pcsoft-category-layout .price {
  min-height: 44px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  margin-top: 0 !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
.pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
.pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  align-items: center !important;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;}

  .pcsoft-category-layout .pcsoft-product-card,
  .pcsoft-category-layout .pcsoft-product-card__body {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3,
  .pcsoft-category-layout .pcsoft-product-card__title {
    min-height: auto !important;}}

/* Hotfix 2026-05-31: category cards must always show the purchase action. */
.pcsoft-category-layout__main .pcsoft-section__head--compact:has(+ .pcsoft-scenario-selector),
.pcsoft-category-layout__main .pcsoft-scenario-selector {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 600px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 330px !important;
  overflow: visible !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3,
.pcsoft-category-layout .pcsoft-product-card__title {
  margin: 10px 0 !important;
  min-height: 94px !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a,
.pcsoft-category-layout .pcsoft-product-card__title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  gap: 12px !important;
  margin-top: auto !important;
  min-height: 108px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-price-stack,
.pcsoft-category-layout .pcsoft-price-stack--compact,
.pcsoft-category-layout .price {
  min-height: 44px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  margin-top: 0 !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
.pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
.pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  align-items: center !important;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;}

  .pcsoft-category-layout .pcsoft-product-card,
  .pcsoft-category-layout .pcsoft-product-card__body {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3,
  .pcsoft-category-layout .pcsoft-product-card__title {
    min-height: auto !important;}}

/* Hotfix 2026-05-31: keep category buy controls visible and remove scenario selector. */
.pcsoft-category-layout__main .pcsoft-section__head--compact:has(+ .pcsoft-scenario-selector),
.pcsoft-category-layout__main .pcsoft-scenario-selector {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 600px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 330px !important;
  overflow: visible !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3,
.pcsoft-category-layout .pcsoft-product-card__title {
  margin: 10px 0 !important;
  min-height: 94px !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a,
.pcsoft-category-layout .pcsoft-product-card__title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: grid !important;
  gap: 12px !important;
  margin-top: auto !important;
  min-height: 108px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-price-stack,
.pcsoft-category-layout .pcsoft-price-stack--compact,
.pcsoft-category-layout .price {
  min-height: 44px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  margin-top: 0 !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
.pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
.pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  align-items: center !important;
  color: #fff !important;
  display: inline-flex !important;
  justify-content: center !important;
  min-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__body {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3,
  .pcsoft-category-layout .pcsoft-product-card__title {
    min-height: auto !important;}}

/* Production hotfix 2026-05-31: restore category buy buttons and hide scenario chooser. */
.pcsoft-category-layout__main .pcsoft-section__head--compact:has(+ .pcsoft-scenario-selector),
.pcsoft-category-layout__main .pcsoft-scenario-selector {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 520px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card__badges {
  align-items: flex-start !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 38px !important;}

.pcsoft-category-layout .pcsoft-product-card h3,
.pcsoft-category-layout .pcsoft-product-card__title {
  font-size: clamp(21px, 1.45vw, 26px) !important;
  line-height: 1.13 !important;
  margin: 8px 0 12px !important;
  min-height: 88px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a,
.pcsoft-category-layout .pcsoft-product-card__title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  min-height: 106px !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;}

.pcsoft-category-layout .pcsoft-price-stack,
.pcsoft-category-layout .pcsoft-price-stack--compact {
  align-items: baseline !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  min-height: 42px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  margin-top: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost) {
  color: #fff !important;
  display: inline-flex !important;
  min-height: 52px !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 500px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3,
  .pcsoft-category-layout .pcsoft-product-card__title {
    min-height: auto !important;}}

/* Production correction 2026-05-31: keep category purchase buttons visible and remove the scenario chooser. */
.pcsoft-category-layout__main > #pcsoft-category-filters,
.pcsoft-category-layout__main .pcsoft-scenario-selector {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card {
  min-height: 560px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  flex: 0 0 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
  padding: 18px !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  max-height: 178px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 88px !important;
  margin: 10px 0 8px !important;
  font-size: clamp(19px, 1.25vw, 23px) !important;
  line-height: 1.18 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  max-height: calc(1.18em * 3) !important;
  line-height: 1.18 !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 10px !important;
  min-height: 104px !important;
  margin-top: auto !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  gap: 10px !important;
  margin-top: 0 !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost) {
  display: inline-flex !important;
  min-height: 50px !important;
  opacity: 1 !important;
  visibility: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;
    overflow: visible !important;}

  .pcsoft-category-layout .pcsoft-product-card__bottom {
    min-height: 96px !important;
    margin-top: 14px !important;}}

/* Production correction 2026-05-30: compact rows after live QA. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: start !important;
  column-gap: 26px !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  height: 468px !important;
  max-height: 468px !important;
  min-height: 468px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 206px !important;
  max-height: 206px !important;
  min-height: 206px !important;
  padding: 16px !important;
  place-items: center !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  height: auto !important;
  max-height: 172px !important;
  max-width: 88% !important;
  object-fit: contain !important;
  width: auto !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 14px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card .pcsoft-delivery-badges,
.pcsoft-category-layout .pcsoft-product-card__badges,
.pcsoft-category-layout .pcsoft-product-card__labels {
  flex: 0 0 auto !important;
  min-height: 36px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  flex: 0 0 72px !important;
  font-size: clamp(19px, 1.18vw, 22px) !important;
  line-height: 1.16 !important;
  margin: 10px 0 8px !important;
  max-height: 72px !important;
  min-height: 72px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.16 !important;
  max-height: calc(1.16em * 3) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 8px !important;
  margin-top: auto !important;
  min-height: 94px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 38px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  margin-top: 0 !important;
  min-height: 48px !important;}

.pcsoft-category-layout .pcsoft-product-card .pcsoft-button {
  min-height: 48px !important;}

.pcsoft-category-layout .pcsoft-product-card .pcsoft-button--ghost {
  display: none !important;}

.pcsoft-home-approved-product-card {
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  height: 438px !important;
  max-height: 438px !important;
  min-height: 438px !important;
  overflow: hidden !important;}

.pcsoft-home-approved-product-media {
  display: grid !important;
  flex: 0 0 210px !important;
  height: 210px !important;
  min-height: 210px !important;
  place-items: center !important;}

.pcsoft-home-approved-product-media img {
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  width: auto !important;}

.pcsoft-home-approved-product-card h3 {
  flex: 0 0 48px !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  max-height: 48px !important;
  min-height: 48px !important;
  overflow: hidden !important;}

.pcsoft-home-approved-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.18 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;}

.pcsoft-home-approved-price {
  margin-top: auto !important;
  min-height: 38px !important;}

.pcsoft-home-approved-rating {
  min-height: 22px !important;}

.pcsoft-home-approved-buy {
  flex: 0 0 48px !important;
  margin-top: 0 !important;
  min-height: 48px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card,
  .pcsoft-home-approved-product-card {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__image {
    flex: 0 0 190px !important;
    max-height: 190px !important;
    min-height: 190px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3,
  .pcsoft-home-approved-product-card h3 {
    flex: 0 0 auto !important;
    max-height: none !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 a,
  .pcsoft-home-approved-product-card h3 a {
    max-height: none !important;
    -webkit-line-clamp: unset !important;}

  .pcsoft-category-layout .pcsoft-product-card__bottom {
    margin-top: 12px !important;
    min-height: 0 !important;}}

/* Production correction 2026-05-30: stable category/home cards without row stretching. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
  gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 212px !important;
  min-height: 212px !important;
  max-height: 212px !important;
  place-items: center !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 88% !important;
  max-height: 172px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 14px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  flex: 0 0 74px !important;
  min-height: 74px !important;
  max-height: 74px !important;
  margin: 10px 0 8px !important;
  font-size: clamp(19px, 1.2vw, 22px) !important;
  line-height: 1.16 !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  max-height: 74px !important;
  overflow: hidden !important;
  line-height: 1.16 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  min-height: 100px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 40px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  margin-top: 0 !important;}

.pcsoft-home-approved-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 438px !important;
  min-height: 438px !important;
  overflow: hidden !important;}

.pcsoft-home-approved-product-media {
  display: grid !important;
  flex: 0 0 214px !important;
  height: 214px !important;
  min-height: 214px !important;
  place-items: center !important;}

.pcsoft-home-approved-product-media img {
  max-width: 88% !important;
  max-height: 178px !important;
  object-fit: contain !important;}

.pcsoft-home-approved-product-card h3 {
  flex: 0 0 52px !important;
  min-height: 52px !important;
  max-height: calc(1.18em * 2) !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  overflow: hidden !important;}

.pcsoft-home-approved-product-card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;}

.pcsoft-home-approved-price {
  margin-top: auto !important;
  min-height: 38px !important;}

.pcsoft-home-approved-rating {
  min-height: 22px !important;}

.pcsoft-home-approved-buy {
  flex: 0 0 48px !important;
  min-height: 48px !important;
  margin-top: 0 !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card,
  .pcsoft-home-approved-product-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;}

  .pcsoft-category-layout .pcsoft-product-card h3,
  .pcsoft-home-approved-product-card h3 {
    flex-basis: auto !important;
    min-height: 0 !important;
    max-height: none !important;}}

/* Production correction 2026-05-30: compact category cards and stable version navigation. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
  row-gap: 24px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 454px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 214px !important;
  max-height: 214px !important;
  min-height: 214px !important;
  place-items: center !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  height: auto !important;
  max-height: 178px !important;
  max-width: 90% !important;
  object-fit: contain !important;
  width: auto !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  font-size: clamp(20px, 1.3vw, 23px) !important;
  line-height: 1.16 !important;
  margin: 12px 0 8px !important;
  max-height: calc(1.16em * 3) !important;
  min-height: 76px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.16 !important;
  max-height: calc(1.16em * 3) !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: start !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: 0 !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 38px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  margin-top: 0 !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__image {
    flex-basis: 200px !important;
    max-height: 200px !important;
    min-height: 200px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    max-height: none !important;
    min-height: 0 !important;}}

/* Production correction 2026-05-30: compact category cards and keep version navigation predictable. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
  row-gap: 24px !important;
  column-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: start !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 454px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 214px !important;
  max-height: 214px !important;
  min-height: 214px !important;
  place-items: center !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  height: auto !important;
  max-height: 178px !important;
  max-width: 90% !important;
  object-fit: contain !important;
  width: auto !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  font-size: clamp(20px, 1.3vw, 23px) !important;
  line-height: 1.16 !important;
  margin: 12px 0 8px !important;
  max-height: calc(1.16em * 3) !important;
  min-height: 76px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.16 !important;
  max-height: calc(1.16em * 3) !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: start !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: 0 !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 38px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  margin-top: 0 !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__image {
    flex-basis: 200px !important;
    max-height: 200px !important;
    min-height: 200px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Production correction 2026-05-30: keep category rows even and product names readable. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;
  column-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 486px !important;
  align-self: stretch !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 222px !important;
  place-items: center !important;
  min-height: 222px !important;
  max-height: 222px !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 188px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 84px !important;
  margin: 12px 0 8px !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: calc(1.16em * 3) !important;
  overflow: hidden !important;
  line-height: 1.16 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: start !important;
  display: grid !important;
  min-height: 0 !important;
  margin-top: 8px !important;
  gap: 10px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 44px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: auto !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Production correction 2026-05-30: stable category rows and readable product cards. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  gap: 26px !important;
  grid-auto-rows: 1fr !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 486px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  background: #f4f7fb !important;
  border: 1px solid rgba(210, 223, 242, 0.72) !important;
  border-radius: 22px !important;
  display: grid !important;
  flex: 0 0 222px !important;
  margin: 18px 18px 0 !important;
  max-height: 222px !important;
  min-height: 222px !important;
  overflow: hidden !important;
  padding: 18px !important;
  place-items: center !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  height: auto !important;
  max-height: 188px !important;
  max-width: 90% !important;
  object-fit: contain !important;
  width: auto !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;
  margin: 12px 0 8px !important;
  min-height: 84px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.16 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: start !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: 8px !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 44px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: grid !important;
  grid-template-columns: 1fr !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    gap: 18px !important;
    grid-auto-rows: auto !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: auto !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Production correction 2026-05-30: stable category rows and compact readable product cards. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  gap: 26px !important;
  grid-auto-rows: 1fr !important;}

.pcsoft-category-layout .pcsoft-product-card {
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 500px !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  background: #f4f7fb !important;
  border: 1px solid rgba(210, 223, 242, 0.72) !important;
  border-radius: 22px !important;
  display: grid !important;
  flex: 0 0 222px !important;
  margin: 18px 18px 0 !important;
  max-height: 222px !important;
  min-height: 222px !important;
  overflow: hidden !important;
  padding: 18px !important;
  place-items: center !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  height: auto !important;
  max-height: 188px !important;
  max-width: 90% !important;
  object-fit: contain !important;
  width: auto !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;
  margin: 12px 0 10px !important;
  min-height: 84px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.16 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 44px !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: grid !important;
  grid-template-columns: 1fr !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    gap: 18px !important;
    grid-auto-rows: auto !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: auto !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Production correction 2026-05-30: final compact category cards and readable catalog names. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 222px !important;
  place-items: center !important;
  min-height: 222px !important;
  max-height: 222px !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 188px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 0 !important;
  margin: 12px 0 10px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  min-height: 0 !important;
  overflow: hidden !important;
  line-height: 1.22 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  min-height: 0 !important;
  margin-top: 12px !important;
  gap: 10px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 0 !important;}

.pcsoft-home-approved-product-card {
  min-height: 0 !important;}

.pcsoft-home-approved-product-card h3 {
  min-height: 0 !important;}

@media (min-width: 861px) {
  .pcsoft-home-approved-product-card h3 {
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;}}

/* Production correction 2026-05-30: keep category cards compact and readable. */
@media (min-width: 861px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    align-items: start !important;
    grid-auto-rows: auto !important;
    row-gap: 26px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;}

  .pcsoft-category-layout .pcsoft-product-card__image {
    flex: 0 0 222px !important;
    min-height: 222px !important;
    max-height: 222px !important;}

  .pcsoft-category-layout .pcsoft-product-card__image img {
    max-width: 90% !important;
    max-height: 188px !important;
    object-fit: contain !important;}

  .pcsoft-category-layout .pcsoft-product-card__body {
    flex: 0 0 auto !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;
    margin: 12px 0 10px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    line-height: 1.22 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;}

  .pcsoft-category-layout .pcsoft-product-card__bottom {
    min-height: 0 !important;
    margin-top: 12px !important;
    gap: 10px !important;}

  .pcsoft-category-layout .pcsoft-price-stack--compact {
    min-height: 0 !important;}

  .pcsoft-home-approved-product-card {
    min-height: 0 !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;}}

/* Production correction 2026-05-30: keep category rows compact and storefront card names readable. */
@media (min-width: 861px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    align-items: stretch !important;
    grid-auto-rows: auto !important;
    row-gap: 24px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: 100% !important;
    min-height: 490px !important;
    align-self: stretch !important;}

  .pcsoft-category-layout .pcsoft-product-card__image {
    flex: 0 0 224px !important;
    min-height: 224px !important;
    max-height: 224px !important;}

  .pcsoft-category-layout .pcsoft-product-card__image img {
    max-width: 92% !important;
    max-height: 194px !important;
    object-fit: contain !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 72px !important;
    margin: 12px 0 8px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    line-height: 1.22 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;}

  .pcsoft-category-layout .pcsoft-product-card__bottom {
    min-height: 90px !important;
    margin-top: auto !important;}

  .pcsoft-home-approved-product-card {
    min-height: 520px !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 62px !important;
    margin: 0 0 12px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;}}

/* Final override 2026-05-30: this must stay after the old compact-card block. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 30px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 520px !important;
  align-self: stretch !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 238px !important;
  place-items: center !important;
  min-height: 238px !important;
  max-height: 238px !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px !important;
  margin: 12px 0 6px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  min-height: 104px !important;
  margin-top: auto !important;
  gap: 12px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 46px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Final production correction 2026-05-30: keep category cards even and listing titles readable. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 30px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 520px !important;
  align-self: stretch !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 238px !important;
  place-items: center !important;
  min-height: 238px !important;
  max-height: 238px !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px !important;
  margin: 12px 0 6px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  min-height: 104px !important;
  margin-top: auto !important;
  gap: 12px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 46px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Final production correction 2026-05-30: keep catalog cards even and listing titles readable. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 30px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 520px !important;
  align-self: stretch !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 238px !important;
  place-items: center !important;
  min-height: 238px !important;
  max-height: 238px !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px !important;
  margin: 12px 0 6px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  min-height: 104px !important;
  margin-top: auto !important;
  gap: 12px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 46px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Production correction 2026-05-30: keep category cards even and listing titles readable. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: 1fr !important;
  row-gap: 30px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 520px !important;
  align-self: stretch !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 238px !important;
  place-items: center !important;
  min-height: 238px !important;
  max-height: 238px !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px !important;
  margin: 12px 0 6px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 0 !important;
  line-height: 1.2 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  min-height: 104px !important;
  margin-top: auto !important;
  gap: 12px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 46px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Final production lock 2026-05-29: approved layout and readable product names. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 84px !important;
    font-size: 17.5px !important;
    line-height: 1.22 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;}}

/* Approved PC-SOFT home layout: keep production aligned with the reviewed preview. */
.pcsoft-storefront {
  font-family:var(--font);}

.pcsoft-home-approved {
  padding: 10px 0 34px;
  background: #f4f6fa;}

.pcsoft-home-approved-shell {
  width: min(1180px, calc(100% - 40px));}

.pcsoft-home-approved-hero {
  padding: 10px 0 28px;}

.pcsoft-home-approved-section {
  padding: 10px 0 34px;}

.pcsoft-home-approved-section-head {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 10px;
  text-align: center;}

.pcsoft-home-approved-section-head h2 {
  width: 100%;
  margin: 0;
  color: #202532;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;}

.pcsoft-home-approved-section-head p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #8a93a5;
  font-size: 18px;
  font-weight:700;
  line-height: 1.42;
  text-align: center;}

@media (min-width: 1001px) {
  .pcsoft-home-approved-section-head p {
    white-space: nowrap;}}

.pcsoft-home-approved-banner-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 2px;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-anchor: none;}

.pcsoft-home-approved-product-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 266px;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 0 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-anchor: none;}

.pcsoft-home-approved-banner {
  width: auto;
  min-height: 354px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  align-items: center;
  gap: 28px;
  padding: 42px;
  border-radius: 28px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow: 0 16px 38px rgba(20, 30, 48, 0.08);}

.pcsoft-home-approved-banner--dark {
  background:
    radial-gradient(circle at 82% 52%, rgba(70, 112, 255, 0.45), transparent 35%),
    linear-gradient(135deg, #0b0e1b, #17234d);}

.pcsoft-home-approved-banner--warm {
  background:
    radial-gradient(circle at 82% 52%, rgba(255, 147, 71, 0.44), transparent 35%),
    linear-gradient(135deg, #151313, #3a2318);}

.pcsoft-home-approved-banner--green {
  background:
    radial-gradient(circle at 82% 52%, rgba(32, 163, 111, 0.38), transparent 35%),
    linear-gradient(135deg, #07141a, #07394a);}

.pcsoft-home-approved-banner--blue {
  background:
    radial-gradient(circle at 82% 52%, rgba(43, 118, 255, 0.42), transparent 35%),
    linear-gradient(135deg, #071126, #0d3473);}

.pcsoft-home-approved-eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight:700;}

.pcsoft-home-approved-banner-title {
  display: block;
  margin: 18px 0 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight:700;}

.pcsoft-home-approved-banner-text {
  max-width: 420px;
  display: block;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 750;}

.pcsoft-home-approved-primary {
  width: max-content;
  min-height: 48px;
  margin-top: 0;
  border-radius: 14px;
  padding: 0 22px;
  font-size: 17px;
  font-weight:700;
  box-shadow: none;}

.pcsoft-home-approved-banner-media {
  aspect-ratio: 1 / 1;
  width: min(100%, 300px);
  justify-self: end;
  border-radius: 20px;
  padding: 0;
  background: rgba(255, 255, 255, 0.84);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);}

.pcsoft-home-approved-banner-media img {
  width: 88%;
  height: 88%;
  object-fit: contain;}

.pcsoft-home-approved-arrow {
  width: 48px;
  height: 48px;
  box-shadow: 0 12px 30px rgba(18, 28, 45, 0.12);}

.pcsoft-home-approved-arrow--prev {
  left: -24px;}

.pcsoft-home-approved-arrow--next {
  right: -24px;}

.pcsoft-home-approved-product-card {
  min-height: auto;
  display: grid;
  gap: 13px;
  padding: 18px;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(18, 28, 45, 0.045);}

.pcsoft-home-approved-product-media {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #f0f3f8;}

.pcsoft-home-approved-product-media img {
  width: 82%;
  height: 82%;
  object-fit: contain;}

.pcsoft-home-approved-product-tag {
  min-height: 34px;
  margin-bottom: 0;
  padding: 0 13px;
  font-size: 14px;}

.pcsoft-home-approved-product-card h3 {
  min-height: 50px;
  margin: 0;
  font-size: 18px;
  line-height: 1.22;}

.pcsoft-home-approved-price {
  margin-top: 0;}

.pcsoft-home-approved-price .pcsoft-price-display__current {
  font-size: 28px;}

.pcsoft-home-approved-buy {
  min-height: 48px;
  margin-top: 0;
  border-radius: 13px;}

.pcsoft-home-approved-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;}

.pcsoft-home-approved-category-card {
  position: relative;
  min-height: 392px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 36px 28px 32px;
  overflow: hidden;
  border-radius: 26px;
  background: #f1f2f4;
  color: #303038;
  text-align: center;
  box-shadow: 0 14px 34px rgba(18, 28, 45, 0.035);}

.pcsoft-home-approved-category-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #303038;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;}

.pcsoft-home-approved-category-card p {
  position: relative;
  z-index: 2;
  min-height: 0;
  margin: 10px 0 0;
  color: #9ca3b5;
  font-size: 18px;
  font-weight:700;
  line-height: 1.28;}

.pcsoft-home-approved-category-card img {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: min(112%, 430px);
  max-width: none;
  height: auto;
  max-height: 266px;
  margin: 0;
  object-fit: contain;
  transform: translateX(-50%);
  filter: saturate(0.96);}

.pcsoft-home-approved-category-card > span {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  transform: translateX(-50%);
  min-height: 44px;
  margin: 0;
  border-radius: 12px;
  padding: 0 22px;
  background: #fff;
  color: #303038;
  font-weight:700;
  white-space: nowrap;}

.pcsoft-home-approved-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;}

.pcsoft-home-approved-promo-card {
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(20, 30, 48, 0.08);}

.pcsoft-home-approved-promo-card > span {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;}

.pcsoft-home-approved-promo-card h3 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;}

.pcsoft-home-approved-promo-card p {
  width: 100%;
  max-width: 100%;
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight:700;
  line-height: 1.38;
  overflow-wrap: break-word;}

.pcsoft-home-approved-promo-card .pcsoft-home-approved-primary {
  justify-self: start;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  text-align: center;
  line-height: 1.12;}

.pcsoft-home-approved-promo-card img {
  position: static;
  width: 100%;
  height: auto;
  max-height: 150px;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
  opacity: 1;}

.pcsoft-home-approved-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;}

.pcsoft-home-approved-article-card {
  min-height: 430px;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(18, 28, 45, 0.12);}

.pcsoft-home-approved-article-card > span {
  display: grid;
  gap: 10px;}

.pcsoft-home-approved-article-title {
  font-size: 26px;
  line-height: 1.12;}

.pcsoft-home-approved-seo-section {
  padding: 4px 0 46px;}

.pcsoft-home-approved-seo-card {
  border-radius: 28px;
  background: #fff;
  border: 1px solid #dde5f0;
  padding: 0;
  box-shadow: 0 14px 38px rgba(18, 28, 45, 0.045);
  overflow: hidden;}

.pcsoft-home-approved-seo-card > summary {
  min-height: 106px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;}

.pcsoft-home-approved-seo-card > summary::-webkit-details-marker {
  display: none;}

.pcsoft-home-approved-seo-card > summary::after {
  content: "+";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #dde5f0;
  color: #2856e8;
  font-size: 25px;
  font-weight:700;}

.pcsoft-home-approved-seo-card[open] > summary::after {
  content: "-";}

.pcsoft-home-approved-seo-content {
  padding: 0 30px 32px;}

.pcsoft-home-approved-seo-card h2 {
  max-width: 1080px;
  margin: 0;
  color: #202532;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;}

.pcsoft-home-approved-seo-card h3 {
  margin: 0 0 12px;
  color: #202532;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: 0;}

.pcsoft-home-approved-seo-card p {
  margin: 0;
  color: #5f6b7d;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 720;}

.pcsoft-home-approved-seo-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf3ff;
  color: #2856e8;
  font-size: 14px;
  font-weight:700;}

.pcsoft-home-approved-seo-summary {
  display: block;
  max-width: 960px;
  margin-top: 12px;
  color: #7a8495;
  font-size: 16px;
  line-height: 1.42;
  font-weight:700;}

.pcsoft-home-approved-seo-card a {
  color: #2856e8;
  font-weight:700;
  text-decoration: none;
  border-bottom: 1px solid rgba(40, 86, 232, 0.28);}

.pcsoft-home-approved-seo-lead {
  max-width: 1180px;}

.pcsoft-home-approved-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;}

.pcsoft-home-approved-seo-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dde5f0;
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;}

.pcsoft-home-approved-seo-longform {
  display: grid;
  gap: 18px;}

.pcsoft-home-approved-seo-longform h3 {
  margin-top: 10px;}

.pcsoft-home-approved-seo-accordion {
  display: grid;
  gap: 12px;
  margin-top: 22px;}

.pcsoft-home-approved-seo-item {
  border: 1px solid #dde5f0;
  border-radius: 18px;
  background: #f8fafc;
  overflow: hidden;}

.pcsoft-home-approved-seo-item > summary {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;}

.pcsoft-home-approved-seo-item > summary::-webkit-details-marker {
  display: none;}

.pcsoft-home-approved-seo-item > summary::after {
  content: "+";
  color: #2856e8;
  font-size: 22px;
  font-weight:700;}

.pcsoft-home-approved-seo-item[open] > summary::after {
  content: "-";}

.pcsoft-home-approved-seo-item h3 {
  margin: 0;
  font-size: 19px;}

.pcsoft-home-approved-seo-item > div {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;}

@media (max-width: 1260px) {
  .pcsoft-home-approved-category-grid,
  .pcsoft-home-approved-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-home-approved-article-grid {
    grid-template-columns: 1fr;}}

@media (max-width: 860px) {
  .pcsoft-home-approved-shell {
    width: min(100% - 24px, 390px);}

  .pcsoft-home-approved-section {
    padding: 24px 0 42px;}

  .pcsoft-home-approved-section-head h2 {
    font-size: 32px;}

  .pcsoft-home-approved-section-head p {
    white-space: normal;
    font-size: 15px;}

  .pcsoft-home-approved-banner-strip {
    grid-auto-columns: min(100%, calc(100vw - 24px));
    padding-right: 0;}

  .pcsoft-home-approved-product-strip {
    grid-auto-columns: min(274px, calc(100vw - 40px));
    padding-right: 0;}

  .pcsoft-home-approved-banner {
    min-height: 278px;
    grid-template-columns: minmax(0, 1fr) 96px;
    align-items: end;
    padding: 22px;
    gap: 14px;}

  .pcsoft-home-approved-banner-title {
    max-width: none;
    font-size: 30px;}

  .pcsoft-home-approved-banner-text {
    max-width: 185px;
    font-size: 14px;}

  .pcsoft-home-approved-banner-media {
    position: static;
    width: 96px;
    align-self: end;
    border-radius: 16px;
    opacity: 1;}

  .pcsoft-home-approved-arrow {
    display: none;}

  .pcsoft-home-approved-category-grid,
  .pcsoft-home-approved-promo-grid,
  .pcsoft-home-approved-article-grid {
    grid-template-columns: 1fr;}

  .pcsoft-home-approved-category-card {
    min-height: 330px;
    padding: 30px 18px;}

  .pcsoft-home-approved-category-card h3 {
    font-size: 26px;}

  .pcsoft-home-approved-category-card img {
    max-height: 220px;}

  .pcsoft-home-approved-promo-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    min-height: 184px;
    padding: 22px;}

  .pcsoft-home-approved-promo-card h3 {
    font-size: 24px;}

  .pcsoft-home-approved-article-card {
    min-height: 330px;}

  .pcsoft-home-approved-seo-card > summary {
    min-height: 78px;
    padding: 20px;}

  .pcsoft-home-approved-seo-content {
    padding: 0 20px 22px;}

  .pcsoft-home-approved-seo-card h2 {
    font-size: 22px;}

  .pcsoft-home-approved-seo-summary,
  .pcsoft-home-approved-seo-card p {
    font-size: 15px;}}

/* Live production lock 2026-05-29: keep the reviewed layout after every earlier rule. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell,
  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-product-card {
    flex-basis: 300px !important;
    min-height: 560px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;}

  .pcsoft-home-approved-product-tag {
    width: auto !important;
    max-width: 100% !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    justify-self: start !important;
    margin: 0 0 12px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    line-height: 1 !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 82px !important;
    margin: 0 0 14px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;}

  .pcsoft-home-approved-price {
    margin-top: auto !important;}}

/* Final production lock 2026-05-29: approved layout and readable product names. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 84px !important;
    font-size: 17.5px !important;
    line-height: 1.22 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: hidden !important;}}

/* Production correction 2026-05-29: the approved mockup uses a centered 1180px content shell, not a full-width stretch. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell,
  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: auto !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;}}

/* Final production overrides: article previews use clean full-card artwork. */
.pcsoft-home-approved-article-card img,
.pcsoft-home-approved-article-card img.pcsoft-home-approved-article-fallback {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;}

.pcsoft-home-approved-article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 34, 0.02), rgba(12, 18, 34, 0.82));
  pointer-events: none;}

.pcsoft-home-approved-article-card::after {
  z-index: 1;}

.pcsoft-home-approved-article-card > span {
  position: relative;
  z-index: 2 !important;
  max-width: 94%;}

/* Production lock 2026-05-29: keep the live page aligned with the approved preview. */
.pcsoft-home-approved-shell {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;}

.pcsoft-home-approved-section-head {
  width: min(calc(100% - 40px), 1180px) !important;
  max-width: 1180px !important;}

.pcsoft-home-approved-product-card h3 {
  min-height: 84px !important;
  font-size: 17.5px !important;
  line-height: 1.22 !important;}

.pcsoft-home-approved-product-card h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;}

/* Production UI lock: approved homepage card, article and SEO details. */
.pcsoft-home-approved-product-tag {
  width: fit-content !important;
  max-width: calc(100% - 48px) !important;
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  align-self: flex-start !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  line-height: 1 !important;}

.pcsoft-home-approved-product-card h3 {
  min-height: 54px !important;
  margin-top: 0 !important;
  font-size: 18px !important;
  line-height: 1.18 !important;}

.pcsoft-home-approved-product-card h3 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;}

.pcsoft-home-approved-buy,
.pcsoft-home-approved-buy:visited,
.pcsoft-home-approved-buy:hover,
.pcsoft-home-approved-buy:focus,
.pcsoft-home-approved-buy:active {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;}

.pcsoft-home-approved-buy:disabled {
  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;}

.pcsoft-home-approved-article-card img,
.pcsoft-home-approved-article-fallback {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  filter: none !important;}

.pcsoft-home-approved-article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 34, 0.08), rgba(12, 18, 34, 0.78));
  pointer-events: none;}

.pcsoft-home-approved-article-card::after {
  z-index: 1;}

.pcsoft-home-approved-article-card > span {
  z-index: 2 !important;}

@media (min-width: 1180px) {
  .pcsoft-home-approved-seo-card h2 {
    max-width: none !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;}

  .pcsoft-home-approved-seo-summary {
    max-width: none !important;
    white-space: nowrap !important;
    font-size: 15px !important;}}

@media (max-width: 860px) {
  .pcsoft-home-approved-product-tag {
    max-width: calc(100% - 32px) !important;}

  .pcsoft-home-approved-product-card h3 {
    font-size: 17px !important;}}

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

html {
  scroll-behavior: smooth;}

html,
body.pcsoft-storefront {
  max-width: 100%;}

body.pcsoft-storefront {
  margin: 0;
  color: var(--pcsoft-text);
  font-family:var(--font);
  /* Подложка убрана 02.08.2026: два цветных пятна — синее и бирюзовое —
     красили верх каждой страницы сайта. Фон ровный и нейтральный. */
  background: var(--pcsoft-bg);}

.pcsoft-storefront a {
  color: inherit;
  text-decoration: none;}

.pcsoft-storefront img {
  max-width: 100%;
  display: block;}

.pcsoft-storefront--post .pcsoft-content img,
.pcsoft-storefront--post .pcsoft-content figure,
.pcsoft-storefront--post .pcsoft-content .wp-caption {
  max-width: 100%;}

.pcsoft-shell {
  width: min(calc(100% - 32px), var(--pcsoft-max));
  margin: 0 auto;}

.pcsoft-shell--article {
  width: min(calc(100% - 32px), 1680px);}

.pcsoft-shell--guide {
  width: min(calc(100% - 32px), var(--pcsoft-max));}

.pcsoft-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(216, 228, 241, 0.95);
  backdrop-filter: blur(12px);}

.pcsoft-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;}

.pcsoft-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 0 0 auto;}

.pcsoft-brand__mark {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--pcsoft-primary);
  color: #fff;
  font-weight:700;
  box-shadow: 0 12px 28px rgba(20, 99, 255, 0.24);}

.pcsoft-brand__copy strong {
  display: block;
  font-size: 15px;
  letter-spacing: -0.01em;}

.pcsoft-brand__copy span {
  display: block;
  color: var(--pcsoft-muted);
  font-size: 13px;}

.pcsoft-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;}

.pcsoft-nav-item {
  position: relative;}

.pcsoft-nav-trigger,
.pcsoft-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: #23354b;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  border: 0;
  background: transparent;
  cursor: pointer;}

.pcsoft-nav-trigger {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3f6bff, #2953df);
  color: #fff;
  font-weight:700;
  box-shadow: 0 18px 30px rgba(41, 83, 223, 0.18);}

.pcsoft-nav a:hover,
.pcsoft-nav-trigger:hover,
.pcsoft-nav-item:hover > .pcsoft-nav-trigger {
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);}

.pcsoft-nav-trigger:hover,
.pcsoft-nav-item:hover > .pcsoft-nav-trigger {
  background: linear-gradient(135deg, #315fe8, #1d43be);
  color: #fff;}

.pcsoft-nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: min(580px, 78vw);
  padding: 18px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 50px rgba(16, 32, 51, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(12px);
  z-index: 30;}

.pcsoft-nav-dropdown__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;}

.pcsoft-nav-dropdown__head strong,
.pcsoft-nav-dropdown__catalog {
  display: block;
  font-size: 15px;
  font-weight:700;}

.pcsoft-nav-dropdown__head span {
  display: block;
  margin-top: 6px;
  color: var(--pcsoft-muted);
  font-size: 13px;
  line-height: 1.55;
  max-width: 280px;}

.pcsoft-nav-dropdown__catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 14px;
  border: 1px solid #d7e4f5;
  background: #f7faff;
  color: var(--pcsoft-primary-dark);
  white-space: nowrap;}

.pcsoft-nav-item:hover .pcsoft-nav-dropdown,
.pcsoft-nav-item:focus-within .pcsoft-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);}

.pcsoft-nav-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;}

.pcsoft-nav-dropdown__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 15px 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e1ebf7;}

.pcsoft-nav-dropdown__link strong {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-nav-dropdown__link span {
  color: var(--pcsoft-muted);
  font-size: 12px;
  line-height: 1.45;}

.pcsoft-nav-dropdown__link em {
  align-self: flex-start;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--pcsoft-primary-dark);
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;}

.pcsoft-topbar__actions,
.pcsoft-button-row,
.pcsoft-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;}

.pcsoft-topbar__actions {
  flex-wrap: nowrap;}

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

.pcsoft-topbar-search {
  position: relative;
  flex: 1 1 460px;
  min-width: 320px;
  display: block;
  align-items: center;}

.pcsoft-topbar-search__input {
  width: 100%;
  min-height: 48px;
  padding: 0 58px 0 18px;
  border-radius: 16px;
  border: 1px solid var(--pcsoft-border);
  background: rgba(248, 251, 255, 0.92);
  font: inherit;
  color: var(--pcsoft-text);}

.pcsoft-topbar-search__input:focus {
  outline: none;
  border-color: rgba(63, 107, 255, 0.55);
  box-shadow: 0 0 0 4px rgba(63, 107, 255, 0.12);
  background: #fff;}

.pcsoft-topbar-search__submit {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 14px;
  border: 0;
  background: transparent;
  color: #17233a;
  cursor: pointer;}

.pcsoft-topbar-search__submit svg {
  width: 22px;
  height: 22px;
  fill: currentColor;}

.pcsoft-topbar-search__submit:hover,
.pcsoft-topbar-search__submit:focus {
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);}

.pcsoft-menu__search {
  position: relative;}

.pcsoft-menu__search-results,
.pcsoft-topbar-search__results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  width: min(640px, calc(100vw - 40px));
  min-width: 100%;
  display: block;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid var(--pcsoft-border);
  background: #fff;
  box-shadow: 0 26px 50px rgba(16, 32, 51, 0.16);
  z-index: 45;
  max-height: min(72vh, 640px);
  overflow-y: auto;
  box-sizing: border-box;}

.pcsoft-menu__search-results[hidden],
.pcsoft-topbar-search__results[hidden] {
  display: none;}

.pcsoft-topbar-search__section {
  display: grid;
  gap: 0;}

.pcsoft-topbar-search__section + .pcsoft-topbar-search__section {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eef3fb;}

.pcsoft-topbar-search__section-title {
  display: block;
  padding: 4px 6px 8px;
  font-size: 12px;
  font-weight:700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pcsoft-muted);}

.pcsoft-topbar-search__list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e4edf8;
  border-radius: 16px;
  background: #fff;}

.pcsoft-topbar-search__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #e8eef7;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: background 0.18s ease;}

.pcsoft-topbar-search__item:last-child {
  border-bottom: 0;}

.pcsoft-topbar-search__item:hover {
  transform: none;
  box-shadow: none;
  background: #f8fbff;}

.pcsoft-topbar-search__item-copy {
  display: grid;
  gap: 4px;}

.pcsoft-topbar-search__item-copy strong {
  font-size: 14px;
  line-height: 1.35;}

.pcsoft-topbar-search__item-copy span,
.pcsoft-topbar-search__empty {
  color: var(--pcsoft-muted);
  font-size: 12px;
  line-height: 1.55;}

.pcsoft-topbar-search__item em {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);
  font-size: 11px;
  font-style: normal;
  font-weight:700;
  white-space: nowrap;}

.pcsoft-topbar-search__item--category {
  padding: 16px 18px;
  background: #fff;
  border-color: transparent;}

.pcsoft-topbar-search__item--category .pcsoft-topbar-search__item-copy {
  gap: 6px;}

.pcsoft-topbar-search__item--category .pcsoft-topbar-search__item-copy strong {
  font-size: 15px;}

.pcsoft-topbar-search__item--category em {
  background: #fff;
  border: 1px solid #d8e4f6;}

.pcsoft-topbar-search__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  min-height: 44px;
  border-radius: 14px;
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);
  font-weight: 700;}

.pcsoft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  /* Лестница весов: на кнопках 600, семисотый у Golos даёт пятно. */
  font-weight: 600;
  color: #fff !important;
  background: var(--pcsoft-primary);
  border: 0;
  box-shadow: var(--pcsoft-shadow-soft);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;}

.pcsoft-button:hover {
  background: var(--pcsoft-primary-dark);}

.pcsoft-button:hover,
.pcsoft-inline-link:hover {
  transform: translateY(-1px);}

.pcsoft-button--ghost,
.pcsoft-button--soft {
  color: var(--pcsoft-text) !important;
  background: #fff;
  border: 1px solid var(--pcsoft-border);
  box-shadow: none;}

.pcsoft-button--soft {
  color: var(--pcsoft-primary-dark) !important;
  background: #eef4ff;
  border-color: #cfe0ff;}

.pcsoft-button--telegram {
  min-width: 132px;
  color: #fff !important;}

.pcsoft-button--telegram *,
.pcsoft-button--telegram span {
  color: #fff !important;}

.pcsoft-cart-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid var(--pcsoft-border);
  background: #fff;
  color: var(--pcsoft-text);
  box-shadow: var(--pcsoft-shadow);}

.pcsoft-cart-button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;}

.pcsoft-cart-button__count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff3b30;
  color: #fff;
  font-size: 12px;
  font-weight:700;}

.pcsoft-button--small {
  min-height: 42px;
  padding: 0 14px;
  font-size: 14px;}

.pcsoft-button--cart {
  gap: 8px;}

.pcsoft-button--cart.is-loading {
  opacity: .75;
  pointer-events: none;}

.pcsoft-button--cart.is-added {
  color: #13653b !important;
  background: #ecfdf3;
  border: 1px solid #b9efcd;
  box-shadow: none;}

.pcsoft-button__icon {
  font-size: 16px;
  line-height: 1;}

.pcsoft-main {
  padding-bottom: 26px;}

.pcsoft-section {
  padding: 32px 0;}

.pcsoft-section--tight {
  padding-top: 26px;
  padding-bottom: 18px;}

.pcsoft-section--returning-preview {
  scroll-margin-top: 108px;}

.pcsoft-card {
  background: var(--pcsoft-surface);
  border: 1px solid var(--pcsoft-border);
  border-radius: var(--pcsoft-radius-lg);
  box-shadow: var(--pcsoft-shadow);}

.pcsoft-card--dark {
  color: #fff;
  background: linear-gradient(180deg, #172742, #0f172a);}

.pcsoft-card--soft {
  background: linear-gradient(180deg, #ffffff, #f7fbff);}

.pcsoft-returning-preview-note {
  padding: 20px 24px;
  margin-bottom: 18px;}

.pcsoft-returning-preview-note p {
  margin: 0;
  color: var(--pcsoft-muted);
  line-height: 1.7;}
.pcsoft-storefront h1,
.pcsoft-storefront h2,
.pcsoft-storefront h3 {
  margin: 0;
  letter-spacing: -0.03em;}

.pcsoft-storefront h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;}

.pcsoft-storefront h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.08;}

.pcsoft-storefront h3 {
  font-size: 22px;
  line-height: 1.15;}

.pcsoft-lead,
.pcsoft-section__head p,
.pcsoft-category-card p,
.pcsoft-subcategory-card p,
.pcsoft-product-card p,
.pcsoft-doc-card p,
.pcsoft-mini-card p,
.pcsoft-buy-card p {
  margin: 0;
  color: var(--pcsoft-muted);
  line-height: 1.7;}

.pcsoft-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;}

.pcsoft-chip-row--dense {
  margin-top: 18px;}

.pcsoft-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  min-width: 74px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--pcsoft-border);
  background: #fff;
  color: #22344c;
  white-space: nowrap;}

.pcsoft-blog-head {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;}

.pcsoft-blog-head h2 {
  margin: 12px 0 12px;}

.pcsoft-blog-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--pcsoft-muted);
  font-size: 17px;
  line-height: 1.7;}

.pcsoft-blog-nav {
  margin-top: 32px;}

.pcsoft-blog-nav__chips {
  justify-content: center;
  gap: 10px;
  row-gap: 12px;
  margin-top: 0;}

.pcsoft-blog-nav__chip {
  min-height: 44px;
  min-width: auto;
  padding: 0 22px;
  border-color: #dfe7f3;
  background: rgba(255, 255, 255, 0.92);
  color: #172033;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;}

.pcsoft-blog-nav__chip:hover,
.pcsoft-blog-nav__chip:focus-visible {
  transform: translateY(-1px);
  border-color: #c7d5eb;
  background: #fff;
  color: #172033;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);}

.pcsoft-blog-nav__chip.is-active {
  border-color: #172033;
  background: #172033;
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);}

.pcsoft-chip-row--delivery {
  gap: 8px;}

.pcsoft-chip--delivery {
  background: #eef4ff;
  border-color: #d6e4ff;
  color: var(--pcsoft-primary-dark);}

.pcsoft-chip--delivery-workspace_invite {
  background: #ecfdf5;
  border-color: #cdeedd;
  color: #16794e;}

.pcsoft-chip--delivery-buyer_account {
  background: #eff6ff;
  border-color: #dbeafe;
  color: #1d4ed8;}

.pcsoft-chip--delivery-ready_account {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;}

.pcsoft-chip--delivery-ai_access,
.pcsoft-chip--delivery-service_access {
  background: #f5f3ff;
  border-color: #ddd6fe;
  color: #6d28d9;}

.pcsoft-chip--delivery-time,
.pcsoft-chip--delivery-payment {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #475569;}

.pcsoft-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--pcsoft-primary-dark);
  font-weight: 700;}

.pcsoft-inline-link--light {
  color: #fff;}

.pcsoft-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 24px;
  padding-top: 28px;
  align-items: stretch;}

.pcsoft-home-hero__main,
.pcsoft-home-hero__aside {
  padding: 32px;
  min-height: 400px;}

.pcsoft-home-hero__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;}

.pcsoft-home-hero__aside {
  display: flex;
  flex-direction: column;}

.pcsoft-home-hero__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;}

.pcsoft-category-pill {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid var(--pcsoft-border);
  background: linear-gradient(180deg, #ffffff, #f7fbff);}

.pcsoft-category-pill strong {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-category-pill span {
  color: var(--pcsoft-muted);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-home-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;}

.pcsoft-purchase-flow {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);}

.pcsoft-purchase-flow__title {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;}

.pcsoft-purchase-flow__steps {
  display: grid;
  gap: 14px;}

.pcsoft-purchase-flow__step {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;}

.pcsoft-purchase-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 4px);
  background: linear-gradient(180deg, rgba(104, 138, 255, 0.4), rgba(104, 138, 255, 0));}

.pcsoft-purchase-flow__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(67, 104, 230, 0.22);
  border: 1px solid rgba(111, 146, 255, 0.4);
  color: #fff;
  font-size: 13px;
  font-weight:700;}

.pcsoft-purchase-flow__copy {
  display: grid;
  gap: 4px;
  padding-top: 1px;}

.pcsoft-purchase-flow__copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.18;}

.pcsoft-purchase-flow__copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;}

.pcsoft-home-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;}

.pcsoft-home-showcase-grid--single {
  grid-template-columns: 1fr;}

.pcsoft-home-showcase-grid--single > .pcsoft-home-showcase {
  grid-column: 1 / -1;}

.pcsoft-home-showcase {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;}

.pcsoft-home-showcase::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #4e7dff 0%, #87a7ff 55%, rgba(255, 255, 255, 0) 100%);}

.pcsoft-home-showcase--office {
  background:
    radial-gradient(circle at top right, rgba(255, 181, 93, 0.18), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);}

.pcsoft-home-showcase--windows {
  background:
    radial-gradient(circle at top right, rgba(92, 196, 255, 0.2), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f1f7ff 100%);}

.pcsoft-home-showcase__head,
.pcsoft-home-showcase__summary,
.pcsoft-home-showcase__chips,
.pcsoft-home-showcase__actions,
.pcsoft-recommendation-row--showcase {
  position: relative;
  z-index: 1;}

.pcsoft-home-showcase__head {
  display: grid;
  gap: 12px;
  padding: 28px 28px 0;}

.pcsoft-home-showcase__head h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.04em;}

.pcsoft-home-showcase__head p {
  max-width: 560px;
  margin: 0;
  color: var(--pcsoft-muted);
  line-height: 1.68;}

.pcsoft-home-showcase__summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 28px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(210, 223, 242, 0.92);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(17, 39, 89, 0.08);}

.pcsoft-home-showcase__summary-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2a63ff, #6f92ff);
  box-shadow: 0 16px 26px rgba(42, 99, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight:700;
  letter-spacing: 0.01em;
  white-space: nowrap;}

.pcsoft-home-showcase--office .pcsoft-home-showcase__summary-badge {
  background: linear-gradient(135deg, #ff8b3d, #ffb35c);
  box-shadow: 0 16px 26px rgba(255, 139, 61, 0.22);}

.pcsoft-home-showcase__summary p {
  margin: 0;
  color: var(--pcsoft-text);
  font-size: 14px;
  line-height: 1.62;}

.pcsoft-home-showcase__chips {
  padding: 0 28px;}

.pcsoft-home-showcase__chips .pcsoft-chip {
  background: rgba(255, 255, 255, 0.9);
  border-color: #dce6f5;}

.pcsoft-home-showcase__actions {
  padding: 0 28px;}

.pcsoft-recommendation-row--showcase {
  gap: 16px;
  margin-top: 2px;
  padding: 0 28px 28px;}

.pcsoft-recommendation-row--showcase > .pcsoft-compact-card {
  flex: 0 0 230px;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dde8f8;
  box-shadow: 0 18px 36px rgba(17, 39, 89, 0.08);}

.pcsoft-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;}

.pcsoft-metric {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,0.04);}

.pcsoft-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;}

.pcsoft-metric span {
  display: block;
  color: rgba(255,255,255,0.76);
  line-height: 1.55;}

.pcsoft-steps {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--pcsoft-muted);
  line-height: 1.75;}

.pcsoft-section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;}

.pcsoft-section__head > * {
  flex: 1 1 0;}

.pcsoft-section__head--stacked {
  align-items: flex-start;}

.pcsoft-section__head--stacked > * {
  flex: 0 1 auto;}

.pcsoft-section__head--stacked p {
  max-width: 520px;}

.pcsoft-category-grid,
.pcsoft-product-grid,
.pcsoft-subcategory-grid,
.pcsoft-doc-grid,
.pcsoft-mini-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
  grid-auto-rows: 1fr;}

.pcsoft-category-grid > *,
.pcsoft-product-grid > *,
.pcsoft-subcategory-grid > *,
.pcsoft-doc-grid > *,
.pcsoft-mini-grid > *,
.pcsoft-post-grid > * {
  min-width: 0;
  height: 100%;}

.pcsoft-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));}

.pcsoft-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));}

.pcsoft-product-grid--single {
  grid-template-columns: minmax(280px, 360px);
  justify-content: start;
  max-width: 360px;}

.pcsoft-product-grid--duo {
  grid-template-columns: repeat(2, minmax(280px, 360px));
  justify-content: start;
  max-width: 740px;}

.pcsoft-subcategory-grid,
.pcsoft-doc-grid,
.pcsoft-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));}

.pcsoft-category-landing {
  display: grid;
  gap: 18px;
  margin-top: 18px;}

.pcsoft-category-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;}

.pcsoft-category-landing__card {
  padding: 22px;
  display: grid;
  gap: 10px;}

.pcsoft-category-landing__card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;}

.pcsoft-category-landing__card p {
  margin: 0;
  color: var(--pcsoft-muted);
  line-height: 1.7;}

.pcsoft-info-card {
  gap: 12px;}

.pcsoft-info-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;}

.pcsoft-info-card__head h3 {
  flex: 1 1 auto;
  min-width: 0;}

.pcsoft-category-landing__grid--routes .pcsoft-info-card__head h3 {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.12;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;}

.pcsoft-info-card__head .pcsoft-chip {
  flex: 0 0 auto;}

.pcsoft-info-card__list {
  margin-top: 0;
  padding-left: 18px;}

.pcsoft-info-card__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: auto;
  min-width: 0;}

.pcsoft-info-card__actions .pcsoft-button {
  max-width: 100%;
  white-space: normal;}

.pcsoft-order-followup {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--pcsoft-border);}

.pcsoft-category-landing__grid--order {
  grid-template-columns: 1fr;
  gap: 14px;}

.pcsoft-category-landing__grid--order .pcsoft-category-landing__card {
  padding: 18px 20px;
  gap: 12px;}

.pcsoft-category-landing__grid--order .pcsoft-info-card__head h3 {
  font-size: 24px;}

.pcsoft-category-landing__grid--order .pcsoft-info-card__actions {
  grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
  justify-content: start;}

.pcsoft-category-faq {
  display: grid;
  gap: 12px;}

.pcsoft-doc-grid--aside {
  grid-template-columns: minmax(0, 1.62fr) minmax(260px, 0.72fr);
  align-items: start;}

.pcsoft-doc-card--documents {
  max-width: 400px;
  justify-self: end;}

.pcsoft-category-card,
.pcsoft-subcategory-card,
.pcsoft-doc-card,
.pcsoft-mini-card {
  padding: 24px;}

.pcsoft-category-card,
.pcsoft-subcategory-card,
.pcsoft-doc-card,
.pcsoft-mini-card {
  display: flex;
  flex-direction: column;
  height: 100%;}

.pcsoft-category-card .pcsoft-chip-row {
  margin-top: auto;}

.pcsoft-category-card .pcsoft-subcategory-card__button {
  margin-top: 14px;}

.pcsoft-getcid-banner {
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;}

.pcsoft-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;}

.pcsoft-product-card__image {
  display: block;
  padding: 22px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border-bottom: 1px solid var(--pcsoft-border);
  min-height: 260px;}

.pcsoft-product-card__image img {
  width: 100%;
  max-height: 220px;
  aspect-ratio: 3 / 4;
  object-fit: contain;}

.pcsoft-product-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;}

.pcsoft-product-card__meta {
  color: var(--pcsoft-muted);}

.pcsoft-product-card h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.2em * 2);}

.pcsoft-product-card p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.55em * 1);}

.pcsoft-product-card__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 120px;}

.pcsoft-product-card__facts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--pcsoft-border);
  grid-template-columns: repeat(2, minmax(0, 1fr));}

.pcsoft-product-card__facts div {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fbff;}

.pcsoft-product-card__facts dt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--pcsoft-muted);}

.pcsoft-product-card__facts dd {
  margin: 0;
  color: var(--pcsoft-text);
  line-height: 1.55;}

.pcsoft-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--pcsoft-muted);
  font-size: 13px;
  margin-bottom: 18px;}

.pcsoft-category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 24px;}

.pcsoft-category-hero--single {
  grid-template-columns: 1fr;
  margin-top: 10px;}

.pcsoft-category-hero__main,
.pcsoft-category-hero > .pcsoft-card:not(.pcsoft-category-hero__main) {
  padding: 28px;}

.pcsoft-category-hero__main--wide h1 {
  max-width: none;
  white-space: normal;
  font-size: clamp(24px, 2.2vw, 36px);
  letter-spacing: -0.035em;}

.pcsoft-category-hero__actions {
  display: none;
  margin-top: 18px;}

.pcsoft-category-hero__aside {
  display: grid;
  gap: 12px;
  align-content: start;}

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

.pcsoft-feature-mini {
  display: grid;
  gap: 6px;
  min-height: 124px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--pcsoft-border);
  background: linear-gradient(180deg, #fff, #f8fbff);}

.pcsoft-feature-mini strong {
  font-size: 15px;
  line-height: 1.15;}

.pcsoft-feature-mini span {
  color: var(--pcsoft-muted);
  font-size: 13px;
  line-height: 1.55;}

.pcsoft-list,
.pcsoft-link-list {
  margin: 18px 0 0;
  padding-left: 18px;
  line-height: 1.7;}

.pcsoft-category-highlights {
  display: none;}

.pcsoft-link-list a {
  color: var(--pcsoft-primary-dark);
  font-weight: 600;}

.pcsoft-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;}

.pcsoft-pagination .page-numbers {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--pcsoft-border);
  background: #fff;
  font-weight: 700;}

.pcsoft-pagination .current {
  color: #fff;
  background: var(--pcsoft-primary);
  border-color: transparent;}

.pcsoft-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 26px;
  align-items: start;}

.pcsoft-product-media-stack {
  display: grid;
  gap: 18px;
  align-content: start;
  align-self: start;
  height: fit-content;
  position: sticky;
  top: 96px;}

.pcsoft-product-media,
.pcsoft-product-aside,
.pcsoft-buy-card,
.pcsoft-detail-card,
.pcsoft-footer__cta {
  padding: 26px;}

.pcsoft-product-media {
  display: block;}

.pcsoft-product-aside {
  display: grid;
  gap: 14px;}

.pcsoft-product-media__frame {
  border-radius: 24px;
  padding: 18px;
  background: linear-gradient(180deg, #17315d, #1f4bb0 80%, #2f6fff);
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;}

.pcsoft-product-media__frame img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;}

.pcsoft-product-media__details {
  display: grid;
  gap: 14px;
  align-content: start;}

.pcsoft-product-media__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;}

.pcsoft-product-media__note {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border: 1px solid var(--pcsoft-border);}

.pcsoft-product-media__note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;}

.pcsoft-product-media__note span {
  color: var(--pcsoft-muted);
  line-height: 1.7;}

.pcsoft-product-media__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;}

.pcsoft-product-stack {
  display: grid;
  gap: 20px;}

.pcsoft-shell--product-keysoft {
  width: min(calc(100% - 48px), 1180px);}

.pcsoft-product-layout--keysoft {
  grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
  gap: 44px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--pcsoft-border);}

.pcsoft-product-details-section {
  margin-top: 32px;}

.pcsoft-shell--product-keysoft .pcsoft-product-details-section .pcsoft-detail-card {
  border-radius: 18px;
  box-shadow: none;}

.pcsoft-product-layout--keysoft .pcsoft-product-media-stack {
  gap: 22px;
  position: static;
  top: auto;}

.pcsoft-product-layout--keysoft .pcsoft-product-media,
.pcsoft-product-layout--keysoft .pcsoft-buy-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__frame {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  background: #f2f4f8;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__frame img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 3 / 4;
  object-fit: cover;}

.pcsoft-product-layout--keysoft .pcsoft-product-aside,
.pcsoft-product-layout--keysoft .pcsoft-detail-card {
  border-radius: 18px;
  box-shadow: none;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note {
  padding: 22px 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff, #fff);}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note strong,
.pcsoft-product-layout--keysoft .pcsoft-spec-card strong {
  font-size: 18px;
  line-height: 1.25;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note span {
  font-size: 17px;
  font-weight: 600;}

.pcsoft-product-layout--keysoft .pcsoft-buy-card h1 {
  max-width: 780px;
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 700;}

.pcsoft-product-layout--keysoft .pcsoft-lead {
  max-width: 780px;
  margin-top: 10px;
  color: #667085;
  font-size: 16px;
  font-weight: 500;}

.pcsoft-product-variant-block {
  margin: 22px 0 26px;}

.pcsoft-product-variant-title {
  margin: 0 0 10px;
  color: var(--pcsoft-text);
  font-size: 18px;
  font-weight:700;}

.pcsoft-product-variant-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;}

.pcsoft-product-variant-card {
  min-width: 190px;
  max-width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--pcsoft-border);
  border-radius: 12px;
  background: #fff;
  color: var(--pcsoft-text);}

.pcsoft-product-variant-card.is-active {
  border-color: #111827;}

.pcsoft-product-variant-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;}

.pcsoft-product-variant-card span {
  display: block;
  margin-top: 5px;
  color: var(--pcsoft-muted);
  font-weight:700;}

.pcsoft-product-quick-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 26px;}

.pcsoft-product-quick-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 999px;
  background: #fff;
  color: var(--pcsoft-primary-dark) !important;
  font-weight:700;
  text-align: center;}

.pcsoft-product-layout--keysoft .pcsoft-price-row {
  margin: 0 0 12px;
  padding-top: 6px;
  padding-bottom: 0;
  border-top: 1px solid var(--pcsoft-border);
  border-bottom: 0;}

.pcsoft-product-layout--keysoft .pcsoft-price-display__current {
  font-size: 42px;
  font-weight:700;}

.pcsoft-product-layout--keysoft .pcsoft-price-display__old {
  font-size: 21px;
  font-weight:700;}

.pcsoft-product-layout--keysoft .pcsoft-button-row {
  margin: 22px 0 24px;}

.pcsoft-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 20px 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pcsoft-border);}

.pcsoft-price-stack span {
  display: block;
  color: var(--pcsoft-muted);
  margin-top: 6px;}

.pcsoft-price-display {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;}

.pcsoft-price-display__current {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.005em;
  white-space: nowrap;}

.pcsoft-price-display__old {
  color: var(--pcsoft-muted);
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;}

.pcsoft-price-stack--compact .pcsoft-price-display__current {
  font-size: 28px;}

.pcsoft-price-stack--compact .pcsoft-price-display__old {
  font-size: 15px;}

.pcsoft-stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--pcsoft-ok-border);
  background: var(--pcsoft-ok-bg);
  color: var(--pcsoft-ok);}

.pcsoft-stock.is-outstock {
  background: var(--pcsoft-out-bg);
  border-color: var(--pcsoft-out-border);
  color: #991b1b;}

.pcsoft-stock::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;}

.pcsoft-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  align-items: start;}

.pcsoft-spec-card {
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff, #f8fbff);}

.pcsoft-spec-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;}

.pcsoft-spec-card span {
  display: block;
  color: var(--pcsoft-muted);
  line-height: 1.35;}

.pcsoft-order-summary .pcsoft-spec-card span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-order-summary .pcsoft-spec-card .woocommerce-Price-amount,
.pcsoft-order-summary .pcsoft-spec-card .woocommerce-Price-amount bdi,
.pcsoft-order-summary .pcsoft-spec-card .woocommerce-Price-currencySymbol {
  white-space: nowrap;}

.pcsoft-product-accordion {
  display: grid;
  gap: 12px;}

.pcsoft-accordion-item {
  border: 1px solid var(--pcsoft-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  overflow: hidden;}

.pcsoft-accordion-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  font-size: 17px;
  font-weight:700;}

.pcsoft-accordion-item summary::-webkit-details-marker {
  display: none;}

.pcsoft-accordion-item summary::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  color: var(--pcsoft-primary-dark);}

.pcsoft-accordion-item[open] summary::after {
  content: "−";}

.pcsoft-accordion-item .pcsoft-content {
  padding: 0 20px 20px;}

.pcsoft-content {
  color: var(--pcsoft-muted);
  line-height: 1.75;}

.pcsoft-content p {
  margin: 0 0 16px;}

.pcsoft-post-grid,
.pcsoft-content-layout {
  display: grid;
  gap: 18px;}

.pcsoft-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));}

.pcsoft-content-layout {
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  align-items: start;}

.pcsoft-content-layout--guide {
  display: block;
  grid-template-columns: minmax(0, 1fr);}

.pcsoft-content-layout--guide > * {
  min-width: 0;
  width: 100%;}

.pcsoft-content-layout--article {
  grid-template-columns: minmax(0, 1fr);}

.pcsoft-content-layout--article > * {
  min-width: 0;}

.pcsoft-storefront--cart .pcsoft-content-layout,
.pcsoft-storefront--checkout .pcsoft-content-layout {
  grid-template-columns: minmax(0, 2.75fr) minmax(220px, 0.56fr);}

.pcsoft-storefront--post .pcsoft-article-card {
  padding: 40px 52px 42px;
  min-width: 0;}

.pcsoft-storefront--post .pcsoft-article-card h1 {
  font-size: clamp(29px, 2.5vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  max-width: none;
  margin-bottom: 0;
  white-space: normal;
  overflow: visible;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: balance;}

.pcsoft-section__head--compact {
  margin-bottom: 14px;
  padding-bottom: 0;}

.pcsoft-category-landing__grid + .pcsoft-section__head--compact,
.pcsoft-post-grid + .pcsoft-section__head--compact,
.pcsoft-recommendation-row + .pcsoft-section__head--compact,
.pcsoft-feature-mini-grid + .pcsoft-section__head--compact,
.pcsoft-category-faq + .pcsoft-section__head--compact {
  margin-top: 28px;}

.pcsoft-post-card,
.pcsoft-article-card {
  padding: 24px;}

.pcsoft-post-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;}

.pcsoft-post-card__meta,
.pcsoft-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;}

.pcsoft-post-card__title {
  margin: 0;}

.pcsoft-post-card__title a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: calc(1.26em * 3);}

.pcsoft-post-card__excerpt {
  margin: 0;
  color: var(--pcsoft-muted);
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: calc(1.7em * 4);}

.pcsoft-post-card__button {
  width: 100%;
  margin-top: auto;
  align-self: stretch;
  color: #fff !important;}

.pcsoft-article-meta {
  margin: 22px 0 20px;
  gap: 14px;}

.pcsoft-storefront--post .pcsoft-content {
  font-size: 16.5px;
  line-height: 1.8;
  min-width: 0;}

.pcsoft-storefront--post .pcsoft-content h2,
.pcsoft-storefront--post .pcsoft-content h3,
.pcsoft-storefront--post .pcsoft-content h4 {
  color: var(--pcsoft-text);
  letter-spacing: -0.03em;}

.pcsoft-storefront--post .pcsoft-content h2 {
  margin: 28px 0 10px;
  font-size: clamp(21px, 1.45vw, 25px);
  line-height: 1.2;}

.pcsoft-storefront--post .pcsoft-content h3 {
  margin: 22px 0 8px;
  font-size: clamp(18px, 1.05vw, 20px);
  line-height: 1.24;}

.pcsoft-storefront--post .pcsoft-content h4 {
  margin: 18px 0 8px;
  font-size: clamp(16px, 0.9vw, 18px);
  line-height: 1.32;}

.pcsoft-storefront--post .pcsoft-content .pcsoft-faq-accordion {
  display: grid;
  gap: 12px;
  margin-top: 30px;}

.pcsoft-storefront--post .pcsoft-content .pcsoft-faq-accordion__title {
  margin: 0 0 2px;}

.pcsoft-faq-accordion__item {
  border: 1px solid var(--pcsoft-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  overflow: hidden;}

.pcsoft-faq-accordion__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  color: var(--pcsoft-text);
  font-size: 17px;
  font-weight:700;
  line-height: 1.3;}

.pcsoft-faq-accordion__summary::-webkit-details-marker {
  display: none;}

.pcsoft-faq-accordion__summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--pcsoft-primary-dark);
  font-size: 24px;
  line-height: 1;}

.pcsoft-faq-accordion__item[open] .pcsoft-faq-accordion__summary::after {
  content: "−";}

.pcsoft-faq-accordion__body {
  padding: 0 20px 20px;}

.pcsoft-storefront--post .pcsoft-content .pcsoft-faq-accordion__body p:last-child {
  margin-bottom: 0;}

.pcsoft-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  background: #f4f7fc;
  border: 1px solid var(--pcsoft-border);
  color: var(--pcsoft-muted);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.01em;}

.pcsoft-sidebar-stack {
  display: grid;
  gap: 18px;}

.pcsoft-transaction-support h2 {
  margin-bottom: 12px;}

.pcsoft-transaction-support p {
  margin: 0;
  line-height: 1.75;}

.pcsoft-transaction-support .pcsoft-button-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;}

.pcsoft-transaction-support .pcsoft-button-row .pcsoft-button {
  width: 100%;}

.pcsoft-storefront--thankyou .pcsoft-note-card .pcsoft-button-row,
.pcsoft-storefront--thankyou .pcsoft-mini-card .pcsoft-button-row {
  margin-top: 20px;
  gap: 12px;}

.pcsoft-storefront--thankyou .pcsoft-note-card .pcsoft-list + .pcsoft-button-row,
.pcsoft-storefront--thankyou .pcsoft-mini-card .pcsoft-list + .pcsoft-button-row {
  margin-top: 22px;}

.pcsoft-storefront--thankyou .pcsoft-order-followup .pcsoft-section__head--compact {
  display: grid;
  gap: 14px;
  align-items: start;}

.pcsoft-storefront--thankyou .pcsoft-order-followup .pcsoft-section__head--compact > * {
  flex: none;
  min-width: 0;}

.pcsoft-storefront--thankyou .pcsoft-order-followup .pcsoft-section__note {
  max-width: 760px;}

.pcsoft-thankyou-returning-title {
  max-width: none;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  white-space: nowrap;}

.pcsoft-mini-card--flow h2 {
  font-size: clamp(16px, 1.15vw, 20px);
  line-height: 1.16;
  margin-bottom: 10px;}

.pcsoft-mini-card--flow .pcsoft-list {
  gap: 12px;}

.pcsoft-mini-card--flow .pcsoft-list li {
  font-size: 14px;
  line-height: 1.62;}

.pcsoft-mini-card--flow .pcsoft-button-row {
  margin-top: 18px;}

.pcsoft-mini-card--cart-flow,
.pcsoft-mini-card--checkout-flow {
  padding: 24px 24px 22px;}

.pcsoft-footer {
  padding: 12px 0 28px;}

.pcsoft-footer__cta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;}

.pcsoft-footer__cta strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;}

.pcsoft-footer__cta span {
  display: block;
  color: var(--pcsoft-muted);}

.pcsoft-footer__docs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 14px;}

.pcsoft-footer__docs a {
  color: var(--pcsoft-primary-dark);
  font-size: 14px;
  font-weight: 600;}

.pcsoft-transaction-card {
  padding: 24px;}

.pcsoft-woocommerce-shell {
  margin-top: 22px;}

.pcsoft-woocommerce-shell .woocommerce {
  color: var(--pcsoft-text);}

.pcsoft-woocommerce-shell .woocommerce-message,
.pcsoft-woocommerce-shell .woocommerce-info,
.pcsoft-woocommerce-shell .woocommerce-error {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--pcsoft-border);
  background: #f8fbff;
  box-shadow: none;}

.pcsoft-woocommerce-shell .woocommerce-message::before,
.pcsoft-woocommerce-shell .woocommerce-info::before,
.pcsoft-woocommerce-shell .woocommerce-error::before {
  display: none !important;}

.pcsoft-woocommerce-shell .woocommerce-notices-wrapper:empty {
  display: none;}

.pcsoft-woocommerce-shell .woocommerce-message,
.pcsoft-woocommerce-shell .woocommerce-form-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;}

.pcsoft-woocommerce-shell .woocommerce-message {
  border-color: #cfe0ff;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);}

.pcsoft-woocommerce-shell .woocommerce-form-coupon-toggle {
  margin-bottom: 18px;}

.pcsoft-woocommerce-shell .woocommerce-form-coupon-toggle .showcoupon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--pcsoft-primary-dark) !important;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;}

.pcsoft-woocommerce-shell .checkout_coupon {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--pcsoft-border);
  background: linear-gradient(180deg, #fff, #f8fbff);}

.pcsoft-woocommerce-shell .checkout_coupon .form-row {
  margin: 0;}

.pcsoft-woocommerce-shell .checkout_coupon .form-row-first,
.pcsoft-woocommerce-shell .checkout_coupon .form-row-last {
  width: 100%;}

.pcsoft-woocommerce-shell .checkout_coupon .clear {
  display: none;}

.pcsoft-woocommerce-shell--checkout .woocommerce-form-login-toggle,
.pcsoft-woocommerce-shell--checkout .woocommerce-form-login {
  display: none !important;}

.pcsoft-woocommerce-shell--checkout .woocommerce-info:has(.showlogin) {
  display: none !important;}

.pcsoft-woocommerce-shell .shop_table,
.pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table,
.pcsoft-woocommerce-shell .cart_totals,
.pcsoft-woocommerce-shell .woocommerce form.checkout,
.pcsoft-woocommerce-shell .woocommerce-form-login,
.pcsoft-woocommerce-shell .woocommerce-form-register,
.pcsoft-woocommerce-shell .woocommerce-MyAccount-content,
.pcsoft-woocommerce-shell .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid var(--pcsoft-border);
  border-radius: 20px;
  box-shadow: var(--pcsoft-shadow);}

.pcsoft-woocommerce-shell .shop_table,
.pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;}

.pcsoft-woocommerce-shell .shop_table th,
.pcsoft-woocommerce-shell .shop_table td,
.pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table th,
.pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table td {
  padding: 14px 16px;
  border-color: var(--pcsoft-border);}

.pcsoft-woocommerce-shell .cart_totals,
.pcsoft-woocommerce-shell .woocommerce form.checkout,
.pcsoft-woocommerce-shell .woocommerce-form-login,
.pcsoft-woocommerce-shell .woocommerce-form-register,
.pcsoft-woocommerce-shell .woocommerce-MyAccount-content,
.pcsoft-woocommerce-shell .woocommerce-MyAccount-navigation {
  padding: 20px;}

.pcsoft-woocommerce-shell .cart_totals h2,
.pcsoft-woocommerce-shell .woocommerce-billing-fields h3,
.pcsoft-woocommerce-shell .woocommerce-additional-fields h3,
.pcsoft-woocommerce-shell #order_review_heading {
  margin: 0 0 18px;
  line-height: 1.2;}

.pcsoft-woocommerce-shell .woocommerce .col2-set,
.pcsoft-woocommerce-shell .woocommerce-checkout #customer_details,
.pcsoft-woocommerce-shell .woocommerce-checkout-review-order {
  display: grid;
  gap: 18px;}

.pcsoft-woocommerce-shell .woocommerce-checkout .col2-set {
  margin-bottom: 24px;}

.pcsoft-woocommerce-shell .form-row {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  width: 100%;
  float: none;
  clear: both;}

.pcsoft-woocommerce-shell .form-row-first,
.pcsoft-woocommerce-shell .form-row-last {
  width: 100%;
  float: none;}

.pcsoft-woocommerce-shell .form-row .woocommerce-input-wrapper {
  display: block;
  margin-top: 0;}

.pcsoft-woocommerce-shell input.input-text,
.pcsoft-woocommerce-shell textarea,
.pcsoft-woocommerce-shell select {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid var(--pcsoft-border);
  background: #fff;
  padding: 12px 14px;
  box-shadow: none;}

.pcsoft-woocommerce-shell input.input-text::placeholder,
.pcsoft-woocommerce-shell textarea::placeholder {
  color: #9aa8bc;}

.pcsoft-woocommerce-shell textarea {
  min-height: 88px;
  resize: vertical;}

.pcsoft-woocommerce-shell label {
  color: var(--pcsoft-text);
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  line-height: 1.45;}

.pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;}

.pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0;}

.pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide,
.pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper .form-row#billing_hon_field {
  grid-column: 1 / -1;}

.pcsoft-woocommerce-shell #billing_company_field,
.pcsoft-woocommerce-shell #billing_country_field,
.pcsoft-woocommerce-shell #billing_address_1_field,
.pcsoft-woocommerce-shell #billing_address_2_field,
.pcsoft-woocommerce-shell #billing_city_field,
.pcsoft-woocommerce-shell #billing_state_field,
.pcsoft-woocommerce-shell #billing_postcode_field,
.pcsoft-woocommerce-shell .woocommerce-shipping-fields,
.pcsoft-woocommerce-shell .woocommerce-additional-fields {
  display: none !important;}

.pcsoft-woocommerce-shell .button,
.pcsoft-woocommerce-shell .button.alt,
.pcsoft-woocommerce-shell .checkout-button,
.pcsoft-woocommerce-shell #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  background: var(--pcsoft-primary);
  border: 0;
  box-shadow: var(--pcsoft-shadow-soft);}

.pcsoft-woocommerce-shell .button:hover,
.pcsoft-woocommerce-shell .button.alt:hover,
.pcsoft-woocommerce-shell .checkout-button:hover,
.pcsoft-woocommerce-shell #place_order:hover {
  transform: translateY(-1px);}

.pcsoft-woocommerce-shell .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;}

.pcsoft-woocommerce-shell .coupon .input-text {
  min-width: 240px;}

.pcsoft-order-summary,
.pcsoft-delivery-grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;}

.pcsoft-order-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));}

.pcsoft-storefront--thankyou .pcsoft-order-summary + .pcsoft-note-card {
  margin-top: 26px;}

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

.pcsoft-delivery-card,
.pcsoft-note-card {
  padding: 22px;}

.pcsoft-delivery-card--with-instruction {
  grid-column: 1 / -1;}

.pcsoft-delivery-card__head,
.pcsoft-note-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;}

.pcsoft-delivery-card__layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  align-items: start;}

.pcsoft-delivery-card--with-instruction .pcsoft-delivery-card__layout {
  grid-template-columns: minmax(0, 1fr);}

.pcsoft-delivery-card--with-instruction .pcsoft-delivery-card__aside {
  max-width: none;}

.pcsoft-delivery-card__main {
  min-width: 0;}

.pcsoft-delivery-card__main--full {
  margin-top: 22px;}

.pcsoft-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);
  border: 1px solid #cfe0ff;
  font-size: 13px;
  font-weight: 700;}

.pcsoft-status-badge.is-ready {
  background: #ecfdf3;
  color: #13653b;
  border-color: #b9efcd;}

.pcsoft-delivery-code {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 20px 22px;
  margin-bottom: 16px;
  border-radius: 18px;
  border: 1px dashed #c9d9ef;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  text-align: center;}

.pcsoft-delivery-code span {
  color: var(--pcsoft-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;}

.pcsoft-delivery-code code {
  display: block;
  overflow-wrap: anywhere;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: var(--pcsoft-text);}

.pcsoft-copy-row {
  display: grid;
  gap: 10px;
  justify-items: center;}

.pcsoft-copy-button {
  width: 100%;
  max-width: 360px;}

.pcsoft-copy-hint {
  color: var(--pcsoft-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;}

.pcsoft-content--compact p:last-child {
  margin-bottom: 0;}

.pcsoft-delivery-instruction {
  display: grid;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid #d9e6f7;
  background: linear-gradient(180deg, #fcfdff 0%, #f4f8ff 100%);}

.pcsoft-delivery-instruction__head {
  display: grid;
  gap: 6px;}

.pcsoft-delivery-instruction__head p {
  margin: 0;}

.pcsoft-delivery-instruction__head span {
  color: var(--pcsoft-muted);
  font-size: 14px;
  line-height: 1.6;}

.pcsoft-delivery-instruction__content {
  font-size: 15px;
  line-height: 1.8;}

.pcsoft-delivery-instruction__content p {
  margin-bottom: 14px;}

.pcsoft-delivery-instruction__content a,
.pcsoft-inline-link {
  color: var(--pcsoft-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;}

.pcsoft-delivery-instruction__content a:hover,
.pcsoft-inline-link:hover {
  color: var(--pcsoft-primary);}

.pcsoft-instruction-actions {
  align-items: center;}

.pcsoft-instruction-actions .pcsoft-copy-hint {
  width: 100%;}

.pcsoft-woocommerce-shell .woocommerce-account-fields,
.pcsoft-woocommerce-shell .create-account {
  display: none !important;}

.pcsoft-woocommerce-shell .cart_totals table,
.pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table {
  margin-bottom: 18px;}

.pcsoft-woocommerce-shell--checkout .woocommerce-billing-fields,
.pcsoft-woocommerce-shell--checkout .woocommerce-additional-fields,
.pcsoft-woocommerce-shell--checkout .woocommerce-checkout-review-order {
  display: grid;
  gap: 18px;}

.pcsoft-woocommerce-shell .wc-proceed-to-checkout,
.pcsoft-woocommerce-shell .woocommerce-checkout-payment {
  margin-top: 18px;}

.pcsoft-woocommerce-shell--checkout .woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none;}

.pcsoft-woocommerce-shell .actions {
  padding-top: 18px;}

.pcsoft-woocommerce-shell .shop_table .product-name a {
  font-weight: 700;}

.pcsoft-cart-recommendations {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--pcsoft-border);}

.pcsoft-cart-editorial {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--pcsoft-border);}

.pcsoft-post-grid--cart {
  grid-template-columns: repeat(3, minmax(0, 1fr));}

.pcsoft-recommendation-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;}

.pcsoft-recommendation-row > .pcsoft-compact-card {
  flex: 0 0 248px;
  width: 248px;
  min-width: 248px;
  max-width: 248px;
  scroll-snap-align: start;
  overflow: hidden;}

.pcsoft-recommendation-row--cart {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 16px;
  padding: 4px 2px 12px;
  scroll-snap-type: x proximity;}

.pcsoft-recommendation-row--cart > * {
  flex: 0 0 304px;
  width: 304px;
  min-width: 304px;
  max-width: 304px;
  scroll-snap-align: start;}

.pcsoft-recommendation-row--articles {
  gap: 18px;
  padding-bottom: 10px;}

.pcsoft-recommendation-row--articles > .pcsoft-compact-card {
  flex: 0 0 220px;
  width: 220px;
  min-width: 220px;
  max-width: 220px;}

.pcsoft-inline-products {
  margin: 36px 0;}

.pcsoft-inline-products .pcsoft-compact-card {
  padding: 16px;
  min-width: 0;}

.pcsoft-compact-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  height: 100%;}

.pcsoft-compact-card__image {
  display: block;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border: 1px solid var(--pcsoft-border);}

.pcsoft-compact-card__image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;}

.pcsoft-compact-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;}

.pcsoft-compact-card h3 {
  font-size: 16px;
  line-height: 1.35;
  margin: 0;}

.pcsoft-compact-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: calc(1.35em * 2);}

.pcsoft-inline-products .pcsoft-compact-card__body {
  gap: 8px;
  min-width: 0;}

.pcsoft-inline-products .pcsoft-chip-row--delivery {
  width: 100%;
  min-width: 0;
  margin-top: 0;}

.pcsoft-inline-products .pcsoft-chip--delivery {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 6px 12px;
  line-height: 1.18;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  box-sizing: border-box;}

.pcsoft-compact-card .pcsoft-price-stack--compact,
.pcsoft-compact-card .pcsoft-card-actions {
  margin-top: auto;}

.pcsoft-cart-suggest-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: 14px;
  min-height: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 22px rgba(13, 29, 71, 0.06);}

.pcsoft-cart-suggest-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 14px;
  min-height: 180px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border: 1px solid var(--pcsoft-border);}

.pcsoft-cart-suggest-card__image img {
  width: 100%;
  max-height: 160px;
  object-fit: contain;}

.pcsoft-cart-suggest-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;}

.pcsoft-cart-suggest-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;}

.pcsoft-cart-suggest-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: calc(1.35em * 2);}

.pcsoft-cart-suggest-card .pcsoft-price-stack--compact {
  gap: 6px;
  align-items: flex-start;
  margin-top: auto;}

.pcsoft-cart-suggest-card .pcsoft-price-current {
  font-size: 18px;
  line-height: 1.1;}

.pcsoft-cart-suggest-card .pcsoft-price__old {
  font-size: 12px;}

.pcsoft-cart-suggest-card .pcsoft-button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
  margin-top: 0;
  align-self: auto;}

.pcsoft-cart-suggest-card .pcsoft-button-row {
  margin-top: auto;
  width: 100%;}

.pcsoft-cart-suggest-card .pcsoft-button-row .pcsoft-button {
  flex: 1 1 0;}

.pcsoft-recommendation-row--products > .pcsoft-product-suggest-card {
  flex: 0 0 312px;
  width: 312px;
  min-width: 312px;
  max-width: 312px;
  scroll-snap-align: start;}

.pcsoft-product-suggest-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  min-height: 100%;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(13, 29, 71, 0.08);}

.pcsoft-product-suggest-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid var(--pcsoft-border);
  background: linear-gradient(180deg, #f8fbff, #eef4ff);}

.pcsoft-product-suggest-card__image img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;}

.pcsoft-product-suggest-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;}

.pcsoft-product-suggest-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;}

.pcsoft-product-suggest-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: calc(1.35em * 2);}

.pcsoft-product-suggest-card .pcsoft-price-stack--compact {
  gap: 6px;
  align-items: flex-start;
  margin-top: auto;}

.pcsoft-product-suggest-card .pcsoft-price-current {
  font-size: 18px;
  line-height: 1.1;}

.pcsoft-product-suggest-card .pcsoft-price__old {
  font-size: 12px;}

.pcsoft-product-suggest-card .pcsoft-button-row {
  margin-top: auto;}

.pcsoft-product-suggest-card .pcsoft-button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;}

.pcsoft-section__note {
  max-width: 520px;
  color: var(--pcsoft-muted);
  line-height: 1.7;}

.pcsoft-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;}

.pcsoft-scenario-selector {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 0 0 22px;}

.pcsoft-scenario-selector--product {
  margin-bottom: 20px;}

.pcsoft-scenario-selector__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #dbe6f4;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  color: var(--pcsoft-text);
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(22, 40, 75, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;}

.pcsoft-scenario-selector__card:hover {
  transform: translateY(-1px);
  border-color: #c9d9f3;
  box-shadow: 0 22px 44px rgba(22, 40, 75, 0.09);}

.pcsoft-scenario-selector__card.is-active {
  background: linear-gradient(160deg, #edf3ff, #ffffff);
  border-color: rgba(50, 92, 228, 0.28);
  box-shadow: 0 24px 50px rgba(41, 83, 223, 0.12);}

.pcsoft-scenario-selector__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;}
.pcsoft-scenario-selector__meta .pcsoft-chip {
  margin-left: auto;}

.pcsoft-scenario-selector__card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.14;}

.pcsoft-scenario-selector__card .pcsoft-inline-link {
  margin-top: auto;
  font-weight: 700;}

.pcsoft-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #dbe6f4;
  background: #f8fbff;
  color: var(--pcsoft-text);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;}

.pcsoft-filter-chip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #fff;
  color: var(--pcsoft-primary-dark);
  font-size: 11px;
  font-weight:700;}

.pcsoft-filter-chip.is-active {
  background: linear-gradient(135deg, #3f6bff, #2953df);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 28px rgba(63, 107, 255, 0.18);}

.pcsoft-filter-chip.is-active span {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;}

.is-hidden-by-filter {
  display: none !important;}

.pcsoft-toast {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(420px, calc(100vw - 24px));
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #cfe0ff;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  color: var(--pcsoft-text);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;}

.pcsoft-toast.is-visible {
  opacity: 1;
  transform: translateY(0);}

.pcsoft-toast.is-error {
  border-color: #f0c3c3;
  background: #fff8f8;}

@media (max-width: 980px) {
  .pcsoft-recommendation-row > .pcsoft-compact-card,
  .pcsoft-recommendation-row--cart > * {
    flex-basis: 232px;
    width: 232px;
    min-width: 232px;
    max-width: 232px;}

  .pcsoft-recommendation-row--products > .pcsoft-product-suggest-card {
    flex-basis: 272px;
    width: 272px;
    min-width: 272px;
    max-width: 272px;}

  .pcsoft-product-suggest-card__image {
    min-height: 188px;}

  .pcsoft-product-suggest-card__image img {
    max-height: 160px;}

  .pcsoft-post-grid--cart {
    grid-template-columns: 1fr;}}

.pcsoft-inline-products .pcsoft-price-stack--compact {
  gap: 4px;}

.pcsoft-inline-products .pcsoft-price-stack--compact .pcsoft-price-current {
  font-size: 24px;}

.pcsoft-catalog-hero {
  display: grid;
  gap: 20px;}

.pcsoft-section__head--catalog {
  display: block;}

.pcsoft-section__head--catalog p {
  margin: 14px 0 0;
  color: var(--pcsoft-muted);}

.pcsoft-catalog-hero h1 {
  max-width: none;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  white-space: nowrap;}

.pcsoft-category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;}

.pcsoft-category-pill--catalog {
  min-height: 84px;
  padding: 16px 18px;}

.pcsoft-category-pill--catalog strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;}

.pcsoft-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(180deg, #f9fbff, #eef4ff);
  border-bottom: 1px solid var(--pcsoft-border);
  min-height: 262px;}

.pcsoft-product-card__image img {
  width: auto;
  max-width: 100%;
  max-height: 226px;
  aspect-ratio: 1 / 1.18;
  object-fit: contain;}

.pcsoft-product-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;}

.pcsoft-product-card h3 {
  font-size: 21px;}

.pcsoft-product-card h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  min-height: calc(1.2em * 2);}

.pcsoft-product-card__meta {
  color: var(--pcsoft-muted);
  font-size: 14px;
  line-height: 1.6;
  min-height: calc(1.6em * 2);}

.pcsoft-product-card__bottom {
  margin-top: auto;
  display: grid;
  gap: 14px;
  align-content: end;
  min-height: 118px;}

.pcsoft-price-stack--compact {
  min-height: 52px;
  display: grid;
  align-content: start;}

.pcsoft-button-row--compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;}

.pcsoft-list--compact {
  display: grid;
  gap: 10px;}

.pcsoft-sidebar-products {
  display: grid;
  gap: 14px;
  margin-top: 16px;}

.pcsoft-toc {
  margin: 28px 0;
  border: 1px solid var(--pcsoft-border);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  overflow: hidden;}

.pcsoft-toc__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight:700;}

.pcsoft-toc__summary::-webkit-details-marker {
  display: none;}

.pcsoft-toc__summary::after {
  content: "+";
  font-size: 24px;
  line-height: 1;
  color: var(--pcsoft-primary-dark);}

.pcsoft-toc[open] .pcsoft-toc__summary::after {
  content: "−";}

.pcsoft-toc__body {
  padding: 0 20px 18px;}

.pcsoft-toc__body ul,
.pcsoft-toc__body ol {
  margin: 0;
  padding-left: 18px;}

.pcsoft-code-block {
  margin: 24px 0;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid #d7e4f5;
  background: #0f172a;
  color: #f8fafc;}

.pcsoft-code-block__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;}

.pcsoft-code-block__label {
  font-size: 13px;
  font-weight:700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #cbd5e1;}

.pcsoft-code-block__button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;}

.pcsoft-code-block pre {
  margin: 0;
  overflow-x: auto;
  color: #e2e8f0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-wrap;}

.pcsoft-code-block__hint {
  display: block;
  margin-top: 12px;
  color: #cbd5e1;
  font-size: 12px;
  line-height: 1.5;}

.pcsoft-inline-code {
  padding: 3px 8px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);
  font-size: .95em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;}

.pcsoft-inline-products {
  margin: 32px 0;
  padding: 22px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  overflow: hidden;}

.pcsoft-inline-products__head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;}

.pcsoft-inline-products__head strong {
  font-size: 18px;}

.pcsoft-inline-products__head span {
  color: var(--pcsoft-muted);
  line-height: 1.6;}

.pcsoft-inline-products .pcsoft-compact-card {
  min-width: 0;
  scroll-snap-align: start;}

.pcsoft-inline-products--matrix-preview {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f7fbff);}

.pcsoft-inline-products--matrix-preview .pcsoft-inline-products__head {
  max-width: 920px;
  margin-bottom: 18px;}

.pcsoft-inline-products--matrix-preview .pcsoft-inline-products__head strong {
  display: block;
  color: var(--pcsoft-text);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.16;
  letter-spacing: 0;}

.pcsoft-inline-products--matrix-preview .pcsoft-inline-products__head span {
  max-width: 780px;}

.pcsoft-inline-key-grid {
  display: grid;
  gap: 14px;}

.pcsoft-inline-key-grid--count-2,
.pcsoft-inline-key-grid--count-3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));}

.pcsoft-inline-key-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 28, 45, 0.055);}

.pcsoft-inline-key-card__image {
  display: grid;
  width: 82px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  border: 1px solid var(--pcsoft-border);}

.pcsoft-inline-key-card__image img {
  width: 86%;
  height: 86%;
  object-fit: contain;}

.pcsoft-inline-key-card__body {
  min-width: 0;
  display: grid;
  gap: 8px;}

.pcsoft-inline-key-card__body .pcsoft-chip-row {
  min-width: 0;
  margin: 0;}

.pcsoft-inline-key-card__body .pcsoft-chip {
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  padding: 5px 10px;
  line-height: 1.2;
  white-space: normal;}

.pcsoft-inline-key-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.24;}

.pcsoft-inline-key-card h3 a {
  color: var(--pcsoft-text);
  text-decoration: none;
  overflow-wrap: anywhere;}

.pcsoft-inline-key-card__action {
  display: flex;
  justify-content: flex-end;}

.pcsoft-inline-key-card__action .pcsoft-button {
  white-space: nowrap;}

.pcdh-article-download-cluster--matrix-preview {
  margin: 34px 0;
  padding: 24px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fbff);}

.pcdh-article-download-cluster--matrix-preview h2 {
  margin: 0 0 10px;
  color: var(--pcsoft-text);
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.18;}

.pcdh-article-download-cluster--matrix-preview p {
  max-width: 860px;
  margin: 0 0 18px;
  color: var(--pcsoft-muted);}

.pcdh-article-download-cluster__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;}

.pcdh-article-download-card {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(18, 28, 45, 0.045);}

.pcdh-article-download-card strong {
  color: var(--pcsoft-text);
  font-size: 16px;
  line-height: 1.28;}

.pcdh-article-download-card span {
  color: var(--pcsoft-muted);
  font-size: 14px;
  line-height: 1.45;}

.pcdh-article-download-card em {
  color: var(--pcsoft-primary);
  font-style: normal;
  font-weight:700;}

@media (max-width: 820px) {
  .pcsoft-inline-key-card {
    grid-template-columns: 74px minmax(0, 1fr);}

  .pcsoft-inline-key-card__image {
    width: 74px;}

  .pcsoft-inline-key-card__action {
    grid-column: 1 / -1;
    justify-content: stretch;}

  .pcsoft-inline-key-card__action .pcsoft-button {
    width: 100%;}

  .pcdh-article-download-cluster__grid {
    grid-template-columns: 1fr;}}

.pcsoft-description-section {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fbfdff;}

.pcsoft-description-section:last-child {
  margin-bottom: 0;}

.pcsoft-description-section h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;}

.pcsoft-description-section p {
  margin: 0;
  line-height: 1.75;}

.pcsoft-description-section p:last-child,
.pcsoft-description-section ul:last-child {
  margin-bottom: 0;}

.pcsoft-description-section ul {
  margin: 0;
  padding-left: 18px;
  color: var(--pcsoft-muted);}

.pcsoft-description-section li + li {
  margin-top: 8px;}

.pcsoft-empty-state {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px dashed #cbd9ee;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f8fbff);}

.pcsoft-cart-form {
  display: grid;
  gap: 22px;}

.pcsoft-cart-list {
  display: grid;
  gap: 16px;}

.pcsoft-cart-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f8fbff);}

.pcsoft-cart-item__image {
  display: block;
  padding: 8px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--pcsoft-border);}

.pcsoft-cart-item__image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;}

.pcsoft-cart-item__main {
  display: grid;
  gap: 8px;
  min-width: 0;
  align-content: start;}

.pcsoft-cart-item__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 18px;
  align-items: start;
  min-width: 0;}

.pcsoft-cart-item__main h3 {
  margin: 0;
  min-width: 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;}

.pcsoft-cart-item__title,
.pcsoft-cart-item__title a,
.pcsoft-cart-item__main h3 a {
  display: block;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;}

.pcsoft-inline-link--compact {
  margin: 0;
  white-space: nowrap;
  font-size: 13px;}

.pcsoft-cart-item__meta-row {
  display: block;
  min-width: 0;}

.pcsoft-cart-item__delivery {
  min-width: 0;
  color: var(--pcsoft-muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-cart-item__summary {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 18px;
  row-gap: 6px;
  align-items: end;
  justify-content: end;}

.pcsoft-cart-item__price-inline,
.pcsoft-cart-qty {
  display: grid;
  gap: 2px;
  align-content: start;
  min-width: 0;
  justify-items: end;}

.pcsoft-cart-item__price-inline {
  grid-column: auto;
  grid-row: auto;}

.pcsoft-sidebar-products {
  display: grid;
  gap: 14px;}

.pcsoft-sidebar-products .pcsoft-compact-card {
  min-width: 0;}

.pcsoft-cart-qty {
  min-width: 0;
  grid-column: auto;
  grid-row: auto;}

.pcsoft-cart-item__total {
  display: grid;
  gap: 2px;
  align-content: start;
  justify-items: end;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;}

.pcsoft-cart-item__price-inline span,
.pcsoft-cart-item__total span,
.pcsoft-cart-qty span {
  color: var(--pcsoft-muted);
  font-size: 11px;
  font-weight: 700;}

.pcsoft-cart-item__price-inline .pcsoft-price-display {
  justify-items: end;}

.pcsoft-cart-item__total strong {
  font-size: 15px;
  white-space: nowrap;}

.pcsoft-price-display--cart {
  gap: 6px;
  align-items: baseline;
  white-space: nowrap;}

.pcsoft-price-display--cart .pcsoft-price-display__current {
  font-size: 15px;}

.pcsoft-storefront--checkout .woocommerce-checkout-review-order-table tr.cart-subtotal,
.pcsoft-storefront--checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  display: none;}

.pcsoft-cart-qty input {
  width: 72px;
  min-height: 42px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;}

.pcsoft-cart-qty input::-webkit-outer-spin-button,
.pcsoft-cart-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;}

.pcsoft-cart-stepper {
  display: inline-grid;
  grid-template-columns: 40px 72px 40px;
  align-items: center;
  border: 1px solid var(--pcsoft-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;}

.pcsoft-cart-stepper__button {
  min-height: 42px;
  border: 0;
  background: #f8fbff;
  color: var(--pcsoft-ink);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;}

.pcsoft-cart-stepper__button:hover {
  background: #eef4ff;}

.pcsoft-cart-stepper__button:active {
  background: #e3edff;}

.pcsoft-cart-stepper__button:disabled {
  opacity: .45;
  cursor: not-allowed;}

.pcsoft-cart-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
  justify-content: space-between;}

.pcsoft-cart-coupon {
  display: grid;
  gap: 10px;}

.pcsoft-cart-coupon label {
  font-size: 14px;
  font-weight: 700;}

.pcsoft-cart-coupon__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;}

.pcsoft-cart-coupon__controls input {
  min-width: 240px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--pcsoft-border);
  background: #fff;}

.pcsoft-cart-summary {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 24px;
  max-width: 320px;}

.pcsoft-woocommerce-shell--checkout .woocommerce-additional-fields,
.pcsoft-woocommerce-shell--checkout .woocommerce-account-fields,
.pcsoft-woocommerce-shell--checkout .create-account,
.pcsoft-woocommerce-shell--checkout #order_comments_field,
.pcsoft-woocommerce-shell--checkout .thwcfd-field-wrapper.notes {
  display: none !important;}

.pcsoft-storefront--checkout .pcsoft-content-layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;}

.pcsoft-storefront--checkout .pcsoft-shell {
  width: min(calc(100% - 48px), 1320px);}

.pcsoft-storefront--checkout .pcsoft-transaction-card {
  padding: 20px 20px 18px;
  min-width: 0;}

.pcsoft-storefront--checkout .pcsoft-mini-card--checkout-flow {
  position: sticky;
  top: 102px;
  padding: 18px 18px 16px;
  border-radius: 22px;
  box-shadow: 0 18px 38px rgba(16, 32, 51, 0.10);}

.pcsoft-storefront--checkout .pcsoft-mini-card--checkout-flow .pcsoft-list {
  gap: 10px;}

.pcsoft-storefront--checkout .pcsoft-mini-card--checkout-flow .pcsoft-list li {
  font-size: 13.5px;
  line-height: 1.58;}
.pcsoft-storefront--checkout .pcsoft-article-card h1 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;}

.pcsoft-storefront--checkout .pcsoft-lead {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.62;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell {
  margin-top: 16px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-form-coupon-toggle {
  margin-bottom: 14px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-form-coupon-toggle .woocommerce-info {
  min-height: 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-form-coupon-toggle .showcoupon {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 11px;
  font-size: 13px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .checkout_coupon {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  margin-bottom: 14px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .checkout_coupon .button {
  min-width: 164px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, 0.9fr);
  gap: 16px 22px;
  align-items: start;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce form.checkout > *,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #customer_details,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-payment,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .form-row.place-order {
  min-width: 0;
  max-width: 100%;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce .col2-set {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: 0;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #customer_details > .col-1 {
  width: 100%;
  float: none;
  margin: 0;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #customer_details > .col-2 {
  display: none !important;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--pcsoft-border);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 14px 32px rgba(16, 32, 51, 0.06);}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields h3 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -0.02em;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper {
  gap: 12px 14px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper .form-row {
  gap: 7px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide {
  grid-column: 1 / -1;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper .form-row#billing_hon_field {
  grid-column: 1 / -1;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell label {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.35;
  color: #47586d;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell input.input-text,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell textarea,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell select {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 13px;
  border-color: #d7e4f5;
  background: #f9fbff;
  font-size: 14.5px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell textarea {
  min-height: 88px;
  padding-top: 12px;
  padding-bottom: 12px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell input.input-text:focus,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell textarea:focus,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell select:focus {
  outline: none;
  background: #ffffff;
  border-color: #8cb6ff;
  box-shadow: 0 0 0 4px rgba(20, 99, 255, 0.08);}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 4px 4px 0;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pcsoft-muted);}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review {
  grid-column: 2;
  grid-row: 2;
  position: sticky;
  top: 102px;
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid #dbe7f5;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.07);}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table thead {
  display: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table th,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table td {
  padding: 8px 0;
  border-left: 0;
  border-right: 0;
  background: transparent;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table tbody .cart_item td {
  border-top: 0;
  border-bottom: 1px solid #e3edf8;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table .product-name {
  padding-right: 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table .product-name .product-quantity {
  color: var(--pcsoft-muted);
  font-weight: 700;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  white-space: nowrap;
  font-weight:700;
  font-size: 14px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table tfoot th,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table tfoot td {
  padding-top: 10px;
  font-size: 14px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-payment {
  margin-top: 0;
  padding-top: 0;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_methods {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method {
  position: relative;
  display: block;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method .input-radio {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label {
  position: relative;
  display: grid;
  gap: 2px;
  align-content: center;
  min-height: 54px;
  margin: 0;
  padding: 10px 12px 10px 44px;
  border-radius: 14px;
  border: 1px solid #dbe5f4;
  background:
    radial-gradient(circle at 22px 50%, transparent 0 5px, #c7d8f3 5.5px 7px, transparent 7.5px),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method .input-radio:checked + label {
  border-color: #2457ff;
  background:
    radial-gradient(circle at 22px 50%, #2457ff 0 4px, #ffffff 4.5px 6px, #2457ff 6.5px 8px, transparent 8.5px),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(36, 87, 255, 0.12);}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label::before {
  content: "Онлайн-оплата";
  display: block;
  max-width: none;
  color: var(--pcsoft-text);
  font-size: 14px;
  line-height: 1.25;
  font-weight:700;
  letter-spacing: 0;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label::after {
  content: "Карта, СБП или другой доступный способ";
  display: block;
  max-width: none;
  color: var(--pcsoft-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .payment_method_tochka > label::before {
  content: "Точка Банк";}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .payment_method_tochka > label::after {
  content: "Карта, СБП и онлайн-оплата";}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .payment_method_pcsoft_ozon_pay > label::before {
  content: "Ozon Pay";}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .payment_method_pcsoft_ozon_pay > label::after {
  content: "Карта и доступные способы оплаты";}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label img {
  display: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method .payment_box {
  display: none !important;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-terms-and-conditions-wrapper {
  display: grid;
  gap: 10px;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-privacy-policy-text {
  margin: 0;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-privacy-policy-text p {
  margin: 0;
  color: var(--pcsoft-muted);
  font-size: 11.5px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .form-row.place-order {
  gap: 10px;
  margin: 0;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .pcsoft-checkout-legal-note {
  margin: 0;
  color: var(--pcsoft-muted);
  font-size: 11.5px;
  line-height: 1.55;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .pcsoft-checkout-legal-note a {
  color: #2457ff;
  font-weight: 700;
  text-decoration: none;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .pcsoft-checkout-legal-note a:hover {
  text-decoration: underline;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .form-row.place-order > .validate-required {
  display: none;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid #dbe7f5;
  background: #f8fbff;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #4b5d73;
  font-size: 12.5px;
  line-height: 1.45;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-form__input-checkbox {
  margin-top: 1px;
  accent-color: var(--pcsoft-primary);}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #place_order {
  width: 100%;
  min-height: 50px;
  border-radius: 16px;
  margin-top: 0;}

.pcsoft-checkout-guidance {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #dbe7f5;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, #ffffff 100%);}

.pcsoft-checkout-guidance strong {
  color: var(--pcsoft-text);
  font-size: 15px;
  line-height: 1.25;}

.pcsoft-checkout-guidance ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: var(--pcsoft-muted);
  font-size: 13px;
  line-height: 1.55;}

.pcsoft-subcategory-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;}

.pcsoft-subcategory-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 250px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--pcsoft-border);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);}

.pcsoft-subcategory-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;}

.pcsoft-subcategory-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.pcsoft-subcategory-card p {
  margin: 0;
  color: var(--pcsoft-muted);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.7em * 3);}

.pcsoft-chip-row--category {
  margin-top: 6px;}

.pcsoft-subcategory-card__button {
  margin-top: auto;
  align-self: flex-start;
  min-width: 172px;}

.pcsoft-subcategory-grid--search {
  margin-top: 0;}

.pcsoft-subcategory-card--search {
  min-height: 228px;}

.pcsoft-doc-grid--aside {
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.45fr);}

.pcsoft-doc-card--documents {
  max-width: 320px;}

.pcsoft-cart-summary h2 {
  margin: 0;
  font-size: 28px;}

@media (max-width: 1280px) {
  .pcsoft-thankyou-returning-title {
    font-size: 30px;
    white-space: normal;}}

.pcsoft-cart-summary__table {
  display: grid;
  gap: 12px;
  max-width: 340px;}

.pcsoft-cart-summary__table div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  border: 1px solid var(--pcsoft-border);}

.pcsoft-cart-summary__table span {
  color: var(--pcsoft-muted);
  font-weight: 700;}

@media (max-width: 1140px) {
  .pcsoft-home-hero,
  .pcsoft-home-showcase-grid,
  .pcsoft-category-hero,
  .pcsoft-category-highlights,
  .pcsoft-category-layout,
  .pcsoft-product-layout,
  .pcsoft-category-grid,
  .pcsoft-product-grid,
  .pcsoft-post-grid,
  .pcsoft-content-layout,
  .pcsoft-subcategory-grid,
  .pcsoft-doc-grid,
  .pcsoft-mini-grid {
    grid-template-columns: 1fr;}

  .pcsoft-product-media__frame {
    min-height: 520px;}

  .pcsoft-order-summary,
  .pcsoft-delivery-grid {
    grid-template-columns: 1fr;}

  .pcsoft-delivery-card__layout {
    grid-template-columns: 1fr;}

  .pcsoft-category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-category-sidebar {
    position: static;}

  .pcsoft-category-layout .pcsoft-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-feature-mini-grid {
    grid-template-columns: 1fr;}

  .pcsoft-cart-item {
    grid-template-columns: 96px minmax(0, 1fr);}

  .pcsoft-cart-item__price-inline,
  .pcsoft-cart-item__total,
  .pcsoft-cart-qty {
    grid-column: auto;}

  .pcsoft-doc-card--documents {
    max-width: none;
    justify-self: stretch;}

  .pcsoft-product-media,
  .pcsoft-product-media-stack {
    position: static;
    height: auto;}

  .pcsoft-product-layout--keysoft {
    gap: 28px;}

  .pcsoft-product-layout--keysoft .pcsoft-product-media {
    max-width: 520px;}

  .pcsoft-storefront--post .pcsoft-article-card h1,
  .pcsoft-category-hero__main--wide h1,
  .pcsoft-catalog-hero h1 {
    max-width: none;
    white-space: normal;}

  .pcsoft-shell--article {
    width: min(calc(100% - 28px), 1500px);}

  .pcsoft-recommendation-row--articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-storefront--checkout .pcsoft-mini-card--checkout-flow,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review {
    position: static;
    top: auto;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce form.checkout {
    grid-template-columns: 1fr;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce .col2-set,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review_heading,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review {
    grid-column: auto;
    grid-row: auto;}}

@media (max-width: 860px) {
  html,
  body.pcsoft-storefront {
    overflow-x: hidden;}

  .pcsoft-breadcrumbs {
    margin-bottom: 14px;
    font-size: 11.5px;
    gap: 7px;}

  .pcsoft-topbar__inner,
  .pcsoft-section__head,
  .pcsoft-home-showcase__summary,
  .pcsoft-getcid-banner,
  .pcsoft-footer__cta,
  .pcsoft-price-row {
    flex-direction: column;
    align-items: flex-start;}

  .pcsoft-nav {
    justify-content: flex-start;
    flex-wrap: wrap;}

  .pcsoft-topbar-search {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;}

  .pcsoft-menu__search-results,
  .pcsoft-topbar-search__results {
    position: static;}

  .pcsoft-spec-grid,
  .pcsoft-metric-grid,
  .pcsoft-home-hero__categories,
  .pcsoft-home-showcase__summary,
  .pcsoft-product-card__facts {
    grid-template-columns: 1fr;}

  .pcsoft-home-showcase__head,
  .pcsoft-home-showcase__chips,
  .pcsoft-home-showcase__actions,
  .pcsoft-recommendation-row--showcase {
    padding-left: 22px;
    padding-right: 22px;}

  .pcsoft-home-showcase__summary {
    margin-left: 22px;
    margin-right: 22px;}

  .pcsoft-home-showcase__head h3 {
    font-size: 27px;}

  .pcsoft-nav-dropdown {
    position: static;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    margin-top: 10px;}

  .pcsoft-woocommerce-shell .coupon {
    flex-direction: column;
    align-items: stretch;}

  .pcsoft-woocommerce-shell .coupon .input-text {
    min-width: 0;
    width: 100%;}

  .pcsoft-cart-toolbar,
  .pcsoft-cart-coupon__controls {
    flex-direction: column;
    align-items: stretch;}

  .pcsoft-cart-item__head {
    display: block;}

  .pcsoft-purchase-flow {
    padding-top: 18px;}

  .pcsoft-cart-item__summary {
    grid-template-columns: 1fr;
    justify-content: stretch;}

  .pcsoft-cart-item__price-inline,
  .pcsoft-cart-item__total,
  .pcsoft-cart-qty {
    justify-items: start;}

  .pcsoft-cart-item__subline {
    flex-direction: row;
    align-items: center;}

  .pcsoft-cart-item__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    max-width: 100%;}

  .pcsoft-cart-item__delivery {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    overflow-wrap: anywhere;
    line-height: 1.35;}

  .pcsoft-category-strip {
    grid-template-columns: 1fr;}

  .pcsoft-category-landing__grid,
  .pcsoft-feature-mini-grid--landing,
  .pcsoft-feature-mini-grid--product {
    grid-template-columns: 1fr;}

  .pcsoft-product-layout {
    grid-template-columns: 1fr;
    gap: 14px;}

  .pcsoft-shell--product-keysoft {
    width: min(calc(100% - 28px), 1180px);}

  .pcsoft-product-layout--keysoft .pcsoft-product-media {
    max-width: none;}

  .pcsoft-product-layout--keysoft .pcsoft-buy-card h1 {
    font-size: 22px;
    line-height: 1.3;}

  .pcsoft-product-variant-grid,
  .pcsoft-product-quick-links {
    grid-template-columns: 1fr;}

  .pcsoft-product-variant-grid {
    display: grid;}

  .pcsoft-product-variant-card {
    min-width: 0;}

  .pcsoft-product-stack {
    display: contents;}

  .pcsoft-buy-card {
    order: 1;}

  .pcsoft-product-media-stack {
    order: 2;
    gap: 14px;}

  .pcsoft-detail-card {
    order: 3;}

  .pcsoft-product-media__frame {
    min-height: 280px;}

  .pcsoft-price-row {
    margin: 16px 0 18px;
    padding-bottom: 16px;}

  .pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;}

  .pcsoft-storefront--post .pcsoft-article-card {
    padding: 28px 24px 30px;}

  .pcsoft-storefront--post .pcsoft-article-card h1 {
    font-size: clamp(24px, 6.6vw, 32px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    max-width: none;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;}

  .pcsoft-article-meta {
    margin: 16px 0 20px;
    gap: 14px;}

  .pcsoft-meta-pill {
    min-height: 38px;
    padding: 0 15px;
    font-size: 12px;}

  .pcsoft-storefront--post .pcsoft-content {
    font-size: 15.8px;
    line-height: 1.78;}

  .pcsoft-storefront--post .pcsoft-content h2 {
    margin: 28px 0 10px;
    font-size: clamp(21px, 4.8vw, 26px);
    line-height: 1.2;}

  .pcsoft-storefront--post .pcsoft-content h3 {
    margin: 20px 0 8px;
    font-size: clamp(17px, 3.9vw, 20px);
    line-height: 1.24;}

  .pcsoft-storefront--post .pcsoft-content h4 {
    margin: 16px 0 8px;
    font-size: clamp(15px, 3.3vw, 17px);
    line-height: 1.3;}

  .pcsoft-storefront--checkout .pcsoft-transaction-card {
    padding: 18px 16px;}

  .pcsoft-storefront--checkout .pcsoft-article-card h1 {
    font-size: clamp(28px, 8vw, 38px);}

  .pcsoft-storefront--checkout .pcsoft-lead {
    font-size: 14px;}

  .pcsoft-thankyou-returning-title {
    font-size: 26px;
    line-height: 1.14;}

  .pcsoft-storefront--checkout .pcsoft-mini-card--checkout-flow {
    padding: 16px;}

  .pcsoft-storefront--checkout .pcsoft-content-layout,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce form.checkout,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: 1fr;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #billing_first_name_field,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #billing_last_name_field {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    float: none;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce form.checkout,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce .col2-set,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #customer_details,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review_heading,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-payment,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .form-row.place-order {
    width: 100%;
    max-width: 100%;}

  .pcsoft-storefront--checkout .pcsoft-content-layout {
    gap: 14px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce form.checkout {
    gap: 14px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce .col2-set {
    grid-column: 1;
    grid-row: 1;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review_heading {
    grid-column: 1;
    grid-row: 2;
    padding: 0;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review {
    grid-column: 1;
    grid-row: 3;
    width: 100%;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .checkout_coupon {
    grid-template-columns: 1fr;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .checkout_coupon .form-row {
    width: 100%;
    float: none;
    clear: none;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .checkout_coupon .button {
    width: 100%;
    min-width: 0;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review {
    padding: 16px;
    border-radius: 20px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 8px 10px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label {
    min-height: 120px;
    padding: 14px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label::before {
    font-size: 24px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label::after {
    max-width: none;
    font-size: 11.5px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .form-row.place-order > .validate-required {
    padding: 10px 12px;}

  .pcsoft-storefront--cart .pcsoft-content-layout {
    grid-template-columns: 1fr;}

  .pcsoft-storefront--cart .pcsoft-transaction-card,
  .pcsoft-storefront--cart .pcsoft-cart-form,
  .pcsoft-storefront--cart .pcsoft-cart-list,
  .pcsoft-storefront--cart .pcsoft-cart-toolbar,
  .pcsoft-storefront--cart .pcsoft-cart-summary {
    width: 100%;
    max-width: 100%;
    min-width: 0;}

  .pcsoft-storefront--cart .pcsoft-cart-list,
  .pcsoft-storefront--cart .pcsoft-cart-item {
    justify-self: stretch;}

  .pcsoft-storefront--post .pcsoft-content figure,
  .pcsoft-storefront--post .pcsoft-content .wp-caption {
    width: 100% !important;
    max-width: 100% !important;
    margin: 18px 0;}

  .pcsoft-storefront--post .pcsoft-content figure img,
  .pcsoft-storefront--post .pcsoft-content .wp-caption img,
  .pcsoft-storefront--post .pcsoft-content img {
    max-width: 100% !important;
    height: auto !important;}

  .pcsoft-inline-products {
    margin: 26px 0;}

  .pcsoft-recommendation-row--articles {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    gap: 14px;}

  .pcsoft-recommendation-row--articles > .pcsoft-compact-card {
    flex-basis: min(220px, 72vw);
    width: min(220px, 72vw);
    min-width: min(220px, 72vw);
    max-width: min(220px, 72vw);}

  .pcsoft-inline-products .pcsoft-compact-card {
    scroll-snap-align: start;}

  .pcsoft-toc {
    margin: 24px 0;
    border-radius: 18px;}

  .pcsoft-toc__summary {
    padding: 16px 18px;
    font-size: 16px;}

  .pcsoft-toc__body {
    padding: 0 18px 16px;}}

@media (max-width: 640px) {
  .pcsoft-shell {
    width: min(calc(100% - 20px), var(--pcsoft-max));}

  .pcsoft-blog-head {
    margin-bottom: 26px;
    text-align: left;}

  .pcsoft-blog-head p {
    margin-left: 0;
    font-size: 15px;
    line-height: 1.62;}

  .pcsoft-blog-nav {
    margin-top: 22px;
    overflow-x: auto;
    padding-bottom: 4px;}

  .pcsoft-blog-nav__chips {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;}

  .pcsoft-blog-nav__chip {
    min-height: 40px;
    padding: 0 16px;
    font-size: 14px;}

  .pcsoft-shell--article {
    width: calc(100% - 12px);
    max-width: 100%;}

  .pcsoft-topbar__inner {
    padding: 10px 0 12px;
    gap: 10px;}

  .pcsoft-topbar-search {
    grid-template-columns: 1fr;}

  .pcsoft-filter-row {
    gap: 8px;}

  .pcsoft-scenario-selector {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 14px;}

  .pcsoft-scenario-selector__card {
    gap: 8px;
    padding: 14px;
    border-radius: 18px;}

  .pcsoft-scenario-selector__card h3 {
    font-size: 17px;
    line-height: 1.18;}

  .pcsoft-scenario-selector__card p {
    display: none;}

  .pcsoft-filter-chip {
    width: 100%;
    justify-content: space-between;}

  .pcsoft-breadcrumbs {
    margin-bottom: 12px;
    font-size: 11px;
    gap: 6px;}

  .pcsoft-storefront h1 {
    font-size: 34px;}

  .pcsoft-storefront h2 {
    font-size: 26px;}

  .pcsoft-category-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;}

  .pcsoft-product-grid .pcsoft-product-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 0;
    height: auto;}

  .pcsoft-product-card__image {
    min-height: 0;
    padding: 10px;
    border-right: 1px solid var(--pcsoft-border);
    border-bottom: 0;}

  .pcsoft-product-card__image img {
    width: 100%;
    max-height: 116px;
    aspect-ratio: 1 / 1;}

  .pcsoft-product-card__body {
    padding: 12px;
    gap: 8px;}

  .pcsoft-product-card h3 {
    margin: 0;
    font-size: 16px;}

  .pcsoft-product-card h3 a {
    min-height: 0;}

  .pcsoft-product-card__meta {
    min-height: 0;
    font-size: 12.5px;
    line-height: 1.45;
    -webkit-line-clamp: 2;}

  .pcsoft-product-card__bottom {
    gap: 8px;
    min-height: 0;}

  .pcsoft-price-stack--compact {
    min-height: 0;}

  .pcsoft-price-stack--compact .pcsoft-price-display__current {
    font-size: 22px;}

  .pcsoft-storefront--checkout .pcsoft-transaction-card {
    padding: 14px 12px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell {
    margin-top: 12px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-billing-fields,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #order_review {
    padding: 14px;
    border-radius: 18px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell input.input-text,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell textarea,
  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell select {
    width: 100%;
    max-width: 100%;
    min-height: 48px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table {
    width: 100%;
    table-layout: fixed;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table .product-name {
    padding-right: 8px;
    overflow-wrap: anywhere;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-review-order-table .product-total {
    width: 92px;
    white-space: normal;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label {
    min-height: 52px;
    padding: 10px 12px 10px 42px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label::before {
    font-size: 14px;}

  .pcsoft-storefront--checkout .pcsoft-woocommerce-shell #place_order {
    min-height: 54px;}

  .pcsoft-home-showcase {
    border-radius: 24px;}

  .pcsoft-home-showcase__head,
  .pcsoft-home-showcase__chips,
  .pcsoft-home-showcase__actions,
  .pcsoft-recommendation-row--showcase {
    padding-left: 18px;
    padding-right: 18px;}

  .pcsoft-home-showcase__head {
    padding-top: 24px;
    gap: 10px;}

  .pcsoft-home-showcase__head h3 {
    font-size: 24px;}

  .pcsoft-home-showcase__summary {
    margin-left: 18px;
    margin-right: 18px;
    padding: 14px;
    gap: 12px;}

  .pcsoft-home-showcase__summary-badge {
    min-width: 94px;
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;}

  .pcsoft-home-showcase__summary p {
    font-size: 13px;
    line-height: 1.55;}

  .pcsoft-recommendation-row--showcase {
    padding-bottom: 22px;}

  .pcsoft-recommendation-row--showcase > .pcsoft-compact-card {
    flex-basis: 210px;
    width: 210px;
    min-width: 210px;
    max-width: 210px;}

  .pcsoft-storefront--post .pcsoft-article-card {
    padding: 20px 16px 24px;
    border-radius: 22px;}

  .pcsoft-storefront--post .pcsoft-article-card h1 {
    font-size: clamp(18px, 6.4vw, 24px);
    line-height: 1.12;
    letter-spacing: -0.03em;}

  .pcsoft-article-meta {
    margin: 18px 0 22px;
    column-gap: 14px;
    row-gap: 10px;}

  .pcsoft-meta-pill {
    min-height: 36px;
    padding: 0 14px;
    font-size: 11.5px;}

  .pcsoft-storefront--post .pcsoft-content {
    font-size: 14.8px;
    line-height: 1.68;}

  .pcsoft-storefront--post .pcsoft-content p {
    margin: 0 0 14px;}

  .pcsoft-storefront--post .pcsoft-content h2 {
    margin: 24px 0 10px;
    font-size: 20px;
    line-height: 1.2;}

  .pcsoft-storefront--post .pcsoft-content h3 {
    margin: 18px 0 8px;
    font-size: 17px;
    line-height: 1.24;}

  .pcsoft-storefront--post .pcsoft-content h4 {
    margin: 16px 0 8px;
    font-size: 15px;
    line-height: 1.32;}

  .pcsoft-toc {
    margin: 22px 0;
    border-radius: 16px;}

  .pcsoft-toc__summary {
    padding: 15px 16px;
    font-size: 15px;}

  .pcsoft-toc__summary::after {
    font-size: 22px;}

  .pcsoft-toc__body {
    padding: 0 16px 16px;}

  .pcsoft-recommendation-row--articles {
    gap: 12px;}

  .pcsoft-recommendation-row--articles > .pcsoft-compact-card {
    flex-basis: min(196px, 82vw);
    width: min(196px, 82vw);
    min-width: min(196px, 82vw);
    max-width: min(196px, 82vw);}

  .pcsoft-inline-products .pcsoft-compact-card {
    padding: 14px;}

  .pcsoft-inline-products .pcsoft-price-stack--compact .pcsoft-price-current {
    font-size: 21px;}

  .pcsoft-card,
  .pcsoft-product-card__body,
  .pcsoft-product-card__image,
  .pcsoft-product-media,
  .pcsoft-product-aside,
  .pcsoft-buy-card,
  .pcsoft-detail-card,
  .pcsoft-category-card,
  .pcsoft-subcategory-card,
  .pcsoft-doc-card,
  .pcsoft-mini-card,
  .pcsoft-footer__cta {
    border-radius: 20px;}

  .pcsoft-home-hero__main,
  .pcsoft-home-hero__aside,
  .pcsoft-category-hero__main,
  .pcsoft-category-hero > .pcsoft-card:not(.pcsoft-category-hero__main),
  .pcsoft-product-media,
  .pcsoft-product-aside,
  .pcsoft-buy-card,
  .pcsoft-detail-card,
  .pcsoft-category-card,
  .pcsoft-subcategory-card,
  .pcsoft-doc-card,
  .pcsoft-mini-card,
  .pcsoft-footer__cta,
  .pcsoft-getcid-banner {
    padding: 20px;}

  .pcsoft-product-media__frame {
    min-height: 360px;
    padding: 14px;}

  .pcsoft-nav-dropdown__grid {
    grid-template-columns: 1fr;}

  .pcsoft-button,
  .pcsoft-button--small {
    width: 100%;}

  .pcsoft-cart-button {
    width: 100%;}

  .pcsoft-button-row--compact,
  .pcsoft-product-media__grid {
    grid-template-columns: 1fr;}

  .pcsoft-info-card__actions {
    grid-template-columns: 1fr;}

  .pcsoft-cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;}

  .pcsoft-cart-item__image {
    max-width: none;}

  .pcsoft-cart-item__aside {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    justify-items: stretch;}

  .pcsoft-cart-summary {
    width: 100%;
    max-width: none;
    padding: 18px;}

  .pcsoft-cart-summary__table,
  .pcsoft-cart-summary__table div {
    max-width: none;}

  .pcsoft-cart-item__main h3 a,
  .pcsoft-category-pill strong,
  .pcsoft-category-pill span {
    white-space: normal;}
  .pcsoft-cart-item__price-inline,
  .pcsoft-cart-item__total,
  .pcsoft-cart-qty {
    grid-column: auto;}

  .pcsoft-transaction-support .pcsoft-button-row {
    grid-template-columns: 1fr;}}

.pcsoft-section--seo {
  padding-top: 0;}

@media (max-width: 640px) {
  .pcsoft-footer {
    padding: 8px 0 18px;}

  .pcsoft-footer__cta {
    display: grid;
    gap: 14px;
    align-items: start;
    padding: 18px 16px;
    border-radius: 18px;}

  .pcsoft-footer__cta strong {
    margin-bottom: 6px;
    font-size: 18px;}

  .pcsoft-footer__cta span {
    font-size: 14px;
    line-height: 1.45;}

  .pcsoft-footer__docs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    margin-top: 12px;}

  .pcsoft-footer__docs a {
    font-size: 13px;
    line-height: 1.25;
    overflow-wrap: anywhere;}

  .pcsoft-footer__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;}

  .pcsoft-footer__actions .pcsoft-button {
    width: 100%;
    min-height: 44px;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 14px;}

  .pcsoft-menu__search-results,
  .pcsoft-topbar-search__results {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box;}

  .pcsoft-topbar-search__section,
  .pcsoft-topbar-search__list,
  .pcsoft-topbar-search__item,
  .pcsoft-topbar-search__item-copy {
    min-width: 0;
    max-width: 100%;}

  .pcsoft-topbar-search__item,
  .pcsoft-topbar-search__item--category {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 14px 16px;}

  .pcsoft-topbar-search__item-copy strong,
  .pcsoft-topbar-search__item-copy span {
    max-width: 100%;
    overflow-wrap: anywhere;}

  .pcsoft-topbar-search__item em {
    justify-self: start;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;}}

.pcsoft-seo-block {
  overflow: hidden;
  border: 1px solid rgba(216, 228, 241, 0.98);
  box-shadow: 0 20px 48px rgba(16, 32, 51, 0.08);}

.pcsoft-seo-block[open] {
  box-shadow: 0 28px 60px rgba(16, 32, 51, 0.12);}

.pcsoft-seo-block__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 30px;}

.pcsoft-seo-block__summary::-webkit-details-marker {
  display: none;}

.pcsoft-seo-block__summary-copy {
  min-width: 0;}

.pcsoft-seo-block__summary-title {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;}

.pcsoft-seo-block__summary-note {
  display: block;
  margin-top: 8px;
  color: var(--pcsoft-muted);
  font-size: 14px;
  line-height: 1.6;}

.pcsoft-seo-block__summary-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--pcsoft-border);
  background: #f7faff;
  color: var(--pcsoft-primary-dark);
  font-size: 28px;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;}

.pcsoft-seo-block[open] .pcsoft-seo-block__summary-icon {
  transform: rotate(45deg);
  background: #eef4ff;}

.pcsoft-seo-block__content {
  border-top: 1px solid rgba(216, 228, 241, 0.9);
  padding: 8px 30px 30px;}

.pcsoft-seo-block__content h2 {
  margin: 18px 0 14px;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.04em;}

.pcsoft-seo-block__intro {
  margin: 0 0 22px;
  max-width: 980px;
  color: #304359;
  font-size: 16px;
  line-height: 1.8;}

.pcsoft-seo-copy {
  display: grid;
  gap: 18px;}

.pcsoft-seo-copy-section {
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f7fd 100%);
  border: 1px solid rgba(216, 228, 241, 0.88);}

.pcsoft-seo-copy-section h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: -0.03em;}

.pcsoft-seo-copy-section p {
  margin: 0 0 10px;
  color: #41546a;
  font-size: 15px;
  line-height: 1.8;}

.pcsoft-seo-copy-section p:last-child {
  margin-bottom: 0;}

.pcsoft-seo-copy-list {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #41546a;
  font-size: 15px;
  line-height: 1.8;}

.pcsoft-seo-copy-list li + li {
  margin-top: 4px;}

@media (max-width: 900px) {
  .pcsoft-seo-block__summary {
    padding: 20px 22px;}

  .pcsoft-seo-block__summary-title {
    font-size: 18px;}

  .pcsoft-seo-block__summary-note {
    font-size: 13px;}

  .pcsoft-seo-block__content {
    padding: 6px 22px 22px;}

  .pcsoft-seo-block__content h2 {
    font-size: 24px;}}

@media (max-width: 680px) {
  .pcsoft-seo-block__summary {
    align-items: flex-start;
    gap: 14px;
    padding: 18px 18px;}

  .pcsoft-seo-block__summary-title {
    font-size: 17px;}

  .pcsoft-seo-block__summary-note {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;}

  .pcsoft-seo-block__summary-icon {
    width: 34px;
    height: 34px;
    font-size: 24px;}

  .pcsoft-seo-block__content {
    padding: 6px 18px 18px;}

  .pcsoft-seo-block__content h2 {
    font-size: 21px;
    line-height: 1.2;}

  .pcsoft-seo-block__intro,
  .pcsoft-seo-copy-section p,
  .pcsoft-seo-copy-list {
    font-size: 14px;
    line-height: 1.75;}

  .pcsoft-seo-copy-section {
    padding: 16px 16px;
    border-radius: 18px;}

.pcsoft-seo-copy-section h3 {
    font-size: 17px;}}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #payment,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .woocommerce-checkout-payment {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #payment ul.payment_methods,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_methods {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell #payment div.form-row.place-order,
.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .form-row.place-order {
  padding: 10px 0 0 !important;
  border: 0 !important;
  background: transparent !important;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label {
  min-height: 54px !important;
  padding: 10px 12px 10px 44px !important;}

.pcsoft-storefront--checkout .pcsoft-woocommerce-shell .wc_payment_method > label::before {
  font-size: 14px !important;
  letter-spacing: 0 !important;}

.pcsoft-home-showcase {
  gap: 0;
  padding: 0;
  border-radius: 26px;
  border: 1px solid rgba(205, 220, 241, 0.9);
  box-shadow: 0 24px 60px rgba(22, 44, 86, 0.08);}

.pcsoft-home-showcase__panel,
.pcsoft-home-showcase__carousel {
  position: relative;
  z-index: 1;}

.pcsoft-home-showcase__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 26px;
  align-items: end;
  padding: 30px 32px 20px;}

.pcsoft-home-showcase__head {
  display: grid;
  gap: 12px;
  padding: 0;}

.pcsoft-home-showcase__head h3 {
  max-width: 820px;
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0;}

.pcsoft-home-showcase__head p {
  max-width: 760px;
  margin: 0;
  color: var(--pcsoft-muted);
  font-size: 16px;
  line-height: 1.58;}

.pcsoft-home-showcase__chips {
  padding: 4px 0 0;}

.pcsoft-home-showcase__summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 14px;
  align-items: center;
  margin: 0;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(210, 223, 242, 0.9);
  box-shadow: 0 14px 32px rgba(17, 39, 89, 0.07);}

.pcsoft-home-showcase__summary p {
  margin: 0;
  color: var(--pcsoft-text);
  font-size: 14px;
  line-height: 1.55;}

.pcsoft-home-showcase__actions {
  grid-column: 1 / -1;
  padding: 2px 0 0;}

.pcsoft-home-showcase__carousel {
  min-width: 0;
  overflow: hidden;
  padding: 0 64px 30px;}

.pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 18px;
  margin: 0;
  padding: 6px 2px 16px;
  scroll-padding: 2px;
  scrollbar-width: none;}

.pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase::-webkit-scrollbar {
  display: none;}

.pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase > .pcsoft-compact-card {
  flex: 0 0 258px;
  width: 258px;
  min-width: 258px;
  max-width: 258px;
  border-radius: 20px;}

.pcsoft-home-showcase__arrow {
  position: absolute;
  top: calc(50% - 16px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(202, 217, 239, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(17, 39, 89, 0.14);
  color: var(--pcsoft-text);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;}

.pcsoft-home-showcase__arrow--prev {
  left: 18px;}

.pcsoft-home-showcase__arrow--next {
  right: 18px;}

.pcsoft-home-showcase__arrow:hover,
.pcsoft-home-showcase__arrow:focus-visible {
  border-color: rgba(54, 95, 220, 0.42);
  color: #1e56e6;
  transform: translateY(-1px);}

.pcsoft-home-showcase__arrow span {
  display: block;
  margin-top: -3px;}

@media (max-width: 1140px) {
  .pcsoft-home-showcase__panel {
    grid-template-columns: 1fr;}

  .pcsoft-home-showcase__summary {
    max-width: 720px;}}

@media (max-width: 860px) {
  .pcsoft-home-showcase__panel {
    padding: 24px 22px 18px;}

  .pcsoft-home-showcase__head h3 {
    font-size: 27px;}

  .pcsoft-home-showcase__summary {
    grid-template-columns: 1fr;
    padding: 14px;}

  .pcsoft-home-showcase__summary-badge {
    justify-content: center;
    width: fit-content;}

  .pcsoft-home-showcase__carousel {
    padding: 0 52px 24px;}

  .pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase > .pcsoft-compact-card {
    flex-basis: 232px;
    width: 232px;
    min-width: 232px;
    max-width: 232px;}

  .pcsoft-home-showcase__arrow {
    width: 38px;
    height: 38px;
    font-size: 30px;}

  .pcsoft-home-showcase__arrow--prev {
    left: 8px;}

  .pcsoft-home-showcase__arrow--next {
    right: 8px;}}

@media (max-width: 520px) {
  .pcsoft-home-showcase {
    border-radius: 22px;}

  .pcsoft-home-showcase__panel {
    padding: 22px 18px 16px;}

  .pcsoft-home-showcase__carousel {
    padding: 0 18px 22px;}

  .pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase {
    padding-right: 42px;}

  .pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase > .pcsoft-compact-card {
    flex-basis: 218px;
    width: 218px;
    min-width: 218px;
    max-width: 218px;}

.pcsoft-home-showcase__arrow {
    top: auto;
    bottom: 28px;}}

.pcsoft-category-tag-nav {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(210, 223, 242, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(17, 39, 89, 0.08);}

.pcsoft-category-tag-nav__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;}

.pcsoft-category-tag-nav__head strong {
  color: var(--pcsoft-text);
  font-size: 17px;
  line-height: 1.2;}

.pcsoft-category-tag-nav__head span {
  color: var(--pcsoft-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;}

.pcsoft-category-tag-nav__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;}

.pcsoft-category-tag {
  text-decoration: none;}

.pcsoft-category-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;}

.pcsoft-category-layout__main {
  min-width: 0;
  display: grid;
  gap: 18px;}

.pcsoft-category-layout__head {
  margin-bottom: 0;}

.pcsoft-category-sidebar {
  display: grid;
  gap: 14px;
  align-self: start;}

@supports (position: sticky) {
  .pcsoft-category-sidebar {
    position: sticky;
    top: 148px;}}

.pcsoft-category-sidebar__panel,
.pcsoft-category-sidebar__support {
  border: 1px solid rgba(210, 223, 242, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(17, 39, 89, 0.08);}

.pcsoft-category-sidebar__panel {
  padding: 16px;}

.pcsoft-category-sidebar__head {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;}

.pcsoft-category-sidebar__head strong {
  font-size: 20px;
  line-height: 1.15;
  color: var(--pcsoft-text);}

.pcsoft-category-sidebar__list {
  display: grid;
  gap: 10px;}

.pcsoft-category-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #dfe8f5;
  background: #f8fbff;
  color: var(--pcsoft-text);
  text-decoration: none;
  font-weight:700;
  line-height: 1.16;}

.pcsoft-category-sidebar__link:hover,
.pcsoft-category-sidebar__link:focus-visible {
  border-color: rgba(63, 107, 255, 0.42);
  background: #fff;}

.pcsoft-category-sidebar__link.is-active {
  color: #fff;
  background: #161922;
  border-color: #161922;
  box-shadow: 0 16px 32px rgba(18, 22, 33, 0.18);}

.pcsoft-category-sidebar__link small {
  flex: 0 0 auto;
  min-width: 34px;
  height: 28px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--pcsoft-primary-dark);
  font-size: 12px;
  font-weight:700;}

.pcsoft-category-sidebar__link.is-active small {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;}

.pcsoft-category-sidebar__support {
  padding: 18px;
  display: grid;
  gap: 10px;
  color: #fff;
  background: linear-gradient(135deg, #151924, #273251);}

.pcsoft-category-sidebar__support strong {
  font-size: 20px;
  line-height: 1.15;}

.pcsoft-category-sidebar__support span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;}

.pcsoft-category-layout .pcsoft-category-tag-nav {
  margin-top: 0;
  box-shadow: none;}

.pcsoft-category-layout .pcsoft-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));}

.pcsoft-category-layout .pcsoft-product-card__image {
  min-height: 220px;
  padding: 18px;
  border-radius: 22px;
  margin: 18px 18px 0;
  border: 1px solid rgba(210, 223, 242, 0.72);
  background: #f5f8fd;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  max-height: 190px;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  -webkit-line-clamp: 3;
  min-height: calc(1.2em * 3);}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  min-height: 104px;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  grid-template-columns: 1fr;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none;}

@media (max-width: 1140px) {
  .pcsoft-category-layout {
    grid-template-columns: 1fr;}

  .pcsoft-category-sidebar {
    position: static;}

  .pcsoft-category-layout .pcsoft-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));}}

@media (max-width: 860px) {
  .pcsoft-category-tag-nav {
    padding: 14px;}

  .pcsoft-category-tag-nav__head {
    display: grid;
    gap: 5px;}

  .pcsoft-category-tag-nav__head span {
    text-align: left;}

  .pcsoft-category-layout {
    grid-template-columns: 1fr;}

  .pcsoft-category-sidebar {
    position: static;}

  .pcsoft-category-layout .pcsoft-product-grid {
    grid-template-columns: 1fr;}}

.pcsoft-home-final {
  padding: clamp(34px, 5vw, 72px) 0 18px;
  background:
    radial-gradient(circle at 20% 12%, rgba(49, 97, 255, 0.10), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.08), transparent 30%),
    var(--pcsoft-bg);}

.pcsoft-home-final__intro {
  max-width: 920px;
  margin: 0 auto 28px;
  text-align: center;}

.pcsoft-home-final__intro h1 {
  margin: 0;
  color: var(--pcsoft-text);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;}

.pcsoft-home-final__intro p,
.pcsoft-section__head--center p {
  max-width: 840px;
  margin: 14px auto 0;
  color: var(--pcsoft-muted);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.45;
  text-align: center;}

.pcsoft-section__head--center {
  display: block;
  max-width: 980px;
  margin: 0 auto 32px;
  text-align: center;}

.pcsoft-section__head--center h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;}

.pcsoft-home-promo,
.pcsoft-home-product-shelf {
  position: relative;}

.pcsoft-home-promo__track,
.pcsoft-home-product-shelf__track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;}

.pcsoft-home-promo__track::-webkit-scrollbar,
.pcsoft-home-product-shelf__track::-webkit-scrollbar {
  display: none;}

.pcsoft-home-promo-card {
  position: relative;
  flex: 0 0 min(520px, calc(100vw - 54px));
  min-height: 270px;
  display: flex;
  align-items: center;
  padding: 38px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  scroll-snap-align: center;
  box-shadow: 0 30px 70px rgba(17, 39, 89, 0.16);}

.pcsoft-home-promo-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);}

.pcsoft-home-promo-card > div {
  position: relative;
  z-index: 1;
  max-width: 360px;}

.pcsoft-home-promo-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-weight:700;}

.pcsoft-home-promo-card h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
  color: #fff;}

.pcsoft-home-promo-card p {
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.45;}

.pcsoft-home-promo-card .pcsoft-button {
  background: #315df4;
  color: #fff;}

.pcsoft-home-promo-card--bundle {
  background: linear-gradient(135deg, #111827, #172554 55%, #2563eb);}

.pcsoft-home-promo-card--office {
  background: linear-gradient(135deg, #4a2a18, #9a5b2d 54%, #f59e0b);}

.pcsoft-home-promo-card--windows {
  background: linear-gradient(135deg, #082f49, #1d4ed8 56%, #38bdf8);}

.pcsoft-home-promo-card--ai {
  background: linear-gradient(135deg, #24114d, #6d28d9 58%, #ec4899);}

.pcsoft-home-product-shelf__track > .pcsoft-compact-card {
  flex: 0 0 282px;
  width: 282px;
  min-width: 282px;
  scroll-snap-align: start;}

.pcsoft-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;}

.pcsoft-home-category-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 34px 24px 26px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(210, 223, 242, 0.92);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.94)),
    #fff;
  box-shadow: 0 22px 54px rgba(17, 39, 89, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;}

.pcsoft-home-category-card::after {
  content: "";
  width: 142px;
  height: 142px;
  margin-top: auto;
  border-radius: 36px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.95), transparent 30%),
    linear-gradient(135deg, rgba(49, 97, 255, 0.18), rgba(14, 165, 233, 0.10));}

.pcsoft-home-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(17, 39, 89, 0.12);}

.pcsoft-home-category-card__title {
  color: var(--pcsoft-text);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight:700;
  line-height: 1.1;}

.pcsoft-home-category-card__text {
  color: var(--pcsoft-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;}

.pcsoft-home-category-card__button {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 1;
  transform: translateX(-50%);
  padding: 11px 20px;
  border-radius: 12px;
  background: #fff;
  color: var(--pcsoft-text);
  font-weight:700;
  box-shadow: 0 14px 32px rgba(17, 39, 89, 0.12);}

.pcsoft-home-category-card--office::after,
.pcsoft-home-category-card--catalog::after {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.18), rgba(49, 97, 255, 0.12));}

.pcsoft-home-category-card--windows::after,
.pcsoft-home-category-card--server::after {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(14, 165, 233, 0.16));}

.pcsoft-home-category-card--ai::after {
  background: linear-gradient(135deg, rgba(109, 40, 217, 0.24), rgba(236, 72, 153, 0.16));}

.pcsoft-home-category-card--autodesk::after,
.pcsoft-home-category-card--project::after {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(59, 130, 246, 0.12));}

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

.pcsoft-home-quick-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 34px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 28px 68px rgba(17, 39, 89, 0.14);}

.pcsoft-home-quick-card span {
  max-width: 260px;
  font-size: clamp(30px, 3vw, 42px);
  font-weight:700;
  line-height: 1.05;}

.pcsoft-home-quick-card strong {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.35;}

.pcsoft-home-quick-card--office {
  background: linear-gradient(135deg, #603813, #f59e0b);}

.pcsoft-home-quick-card--windows {
  background: linear-gradient(135deg, #172554, #315df4);}

.pcsoft-home-quick-card--ai {
  background: linear-gradient(135deg, #2e1065, #7c3aed);}

@media (max-width: 1180px) {
  .pcsoft-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));}}

@media (max-width: 760px) {
  .pcsoft-home-final {
    padding-top: 26px;}

  .pcsoft-home-promo-card {
    min-height: 250px;
    padding: 28px;
    scroll-snap-align: start;}

  .pcsoft-home-category-grid,
  .pcsoft-home-quick-grid {
    grid-template-columns: 1fr;}

  .pcsoft-home-product-shelf__track {
    padding-left: 2px;
    padding-right: 42px;}

  .pcsoft-home-product-shelf__track > .pcsoft-compact-card {
    flex-basis: 244px;
    width: 244px;
    min-width: 244px;}

  .pcsoft-home-category-card {
    min-height: 260px;}}

.pcsoft-storefront--home .pcsoft-main {
  padding-bottom: 0;
  background: var(--pcsoft-bg);}

.pcsoft-home-approved {
  padding: 18px 0 34px;
  background:
    radial-gradient(circle at 18% 4%, rgba(49, 97, 255, 0.08), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(14, 165, 233, 0.07), transparent 26%),
    var(--pcsoft-bg);}

.pcsoft-home-approved-shell {
  width: min(calc(100% - 32px), var(--pcsoft-max));
  margin: 0 auto;}

.pcsoft-home-approved-hero {
  padding: 0 0 32px;}

.pcsoft-home-approved-section {
  padding: 42px 0;}

.pcsoft-home-approved-section-head {
  max-width: 1020px;
  margin: 0 auto 32px;
  text-align: center;}

.pcsoft-home-approved-section-head h2 {
  margin: 0;
  color: var(--pcsoft-text);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;}

.pcsoft-home-approved-section-head p {
  max-width: 920px;
  margin: 12px auto 0;
  color: var(--pcsoft-muted);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight:700;
  line-height: 1.35;}

.pcsoft-home-approved-scroll {
  position: relative;}

.pcsoft-home-approved-banner-strip,
.pcsoft-home-approved-product-strip {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 4px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;}

.pcsoft-home-approved-banner-strip::-webkit-scrollbar,
.pcsoft-home-approved-product-strip::-webkit-scrollbar {
  display: none;}

.pcsoft-home-approved-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(210, 223, 242, 0.95);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--pcsoft-text);
  box-shadow: 0 18px 42px rgba(17, 39, 89, 0.14);
  transform: translateY(-50%);
  cursor: pointer;}

.pcsoft-home-approved-arrow span {
  display: block;
  margin-top: -3px;
  font-size: 46px;
  font-weight:700;
  line-height: 1;}

.pcsoft-home-approved-arrow--prev {
  left: -28px;}

.pcsoft-home-approved-arrow--next {
  right: -28px;}

.pcsoft-home-approved-banner {
  position: relative;
  flex: 0 0 min(520px, calc(100vw - 54px));
  min-height: 270px;
  display: grid;
  grid-template-columns: 1fr 178px;
  align-items: center;
  gap: 18px;
  padding: 38px;
  overflow: hidden;
  color: #fff;
  border-radius: 28px;
  scroll-snap-align: start;
  box-shadow: 0 30px 70px rgba(17, 39, 89, 0.16);}

.pcsoft-home-approved-banner > span {
  position: relative;
  z-index: 1;
  min-width: 0;}

.pcsoft-home-approved-banner--dark {
  background: linear-gradient(135deg, #111827, #172554 54%, #2563eb);}

.pcsoft-home-approved-banner--warm {
  background: linear-gradient(135deg, #4a2a18, #9a5b2d 54%, #f59e0b);}

.pcsoft-home-approved-banner--green {
  background: linear-gradient(135deg, #092f2f, #0f4c5c 56%, #166534);}

.pcsoft-home-approved-banner--blue {
  background: linear-gradient(135deg, #082f49, #1d4ed8 56%, #38bdf8);}

.pcsoft-home-approved-eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-weight:700;}

.pcsoft-home-approved-banner-title {
  display: block;
  color: #fff;
  font-size: clamp(31px, 3.2vw, 48px);
  font-weight:700;
  line-height: 1.05;
  letter-spacing: 0;}

.pcsoft-home-approved-banner-text {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  font-weight:700;
  line-height: 1.38;}

.pcsoft-home-approved-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 24px;
  padding: 0 28px;
  border-radius: 14px;
  background: #315df4;
  color: #fff;
  font-size: 17px;
  font-weight:700;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(17, 39, 89, 0.16);}

.pcsoft-home-approved-banner-media {
  width: 178px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);}

.pcsoft-home-approved-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;}

.pcsoft-home-approved-product-card {
  flex: 0 0 300px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(210, 223, 242, 0.95);
  border-radius: 24px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 18px 46px rgba(17, 39, 89, 0.07);}

.pcsoft-home-approved-product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(210, 223, 242, 0.95);
  border-radius: 20px;
  background: #f3f7fd;}

.pcsoft-home-approved-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;}

.pcsoft-home-approved-product-tag {
  align-self: flex-start;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(49, 93, 244, 0.08);
  color: #2554d8;
  font-size: 14px;
  font-weight:700;
  line-height: 1;}

.pcsoft-home-approved-product-card h3 {
  margin: 0 0 16px;
  color: var(--pcsoft-text);
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: 0;}

.pcsoft-home-approved-price {
  margin-top: auto;}

.pcsoft-home-approved-price .pcsoft-price-display {
  display: flex;
  align-items: baseline;
  gap: 12px;}

.pcsoft-home-approved-price .pcsoft-price-display__current {
  color: var(--pcsoft-text);
  font-size: 34px;
  line-height: 1;}

.pcsoft-home-approved-price .pcsoft-price-display__old {
  color: #9aa6b8;
  font-size: 17px;
  font-weight:700;
  text-decoration: line-through;}

.pcsoft-home-approved-rating {
  display: block;
  margin-top: 14px;
  color: #5f6b7f;
  font-size: 16px;
  font-weight:700;}

.pcsoft-home-approved-rating::before {
  content: "★";
  margin-right: 6px;
  color: #f6b338;}

.pcsoft-home-approved-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 22px;
  border: 0;
  border-radius: 14px;
  background: #315df4;
  color: #fff;
  font-size: 18px;
  font-weight:700;
  cursor: pointer;}

.pcsoft-home-approved-buy:disabled {
  opacity: 0.55;
  cursor: not-allowed;}

.pcsoft-home-approved-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;}

.pcsoft-home-approved-category-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 28px 32px;
  overflow: hidden;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(180deg, #f7f8fa, #eceff4);
  box-shadow: 0 24px 58px rgba(17, 39, 89, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;}

.pcsoft-home-approved-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(17, 39, 89, 0.12);}

.pcsoft-home-approved-category-card h3 {
  margin: 0;
  color: #24272f;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;}

.pcsoft-home-approved-category-card p {
  min-height: 54px;
  margin: 12px 0 0;
  color: #9aa2b5;
  font-size: 20px;
  font-weight:700;
  line-height: 1.25;}

.pcsoft-home-approved-category-card img {
  width: 100%;
  max-width: 360px;
  height: 230px;
  margin-top: auto;
  object-fit: contain;}

.pcsoft-home-approved-category-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: -22px;
  padding: 0 24px;
  border-radius: 12px;
  background: #fff;
  color: #24272f;
  font-size: 17px;
  font-weight:700;
  box-shadow: 0 16px 34px rgba(17, 39, 89, 0.12);}

.pcsoft-home-approved-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;}

.pcsoft-home-approved-promo-card {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1fr 170px;
  align-items: center;
  gap: 18px;
  padding: 34px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  box-shadow: 0 28px 68px rgba(17, 39, 89, 0.14);}

.pcsoft-home-approved-promo-card--office {
  background: linear-gradient(135deg, #603813, #f59e0b);}

.pcsoft-home-approved-promo-card--windows {
  background: linear-gradient(135deg, #172554, #315df4);}

.pcsoft-home-approved-promo-card--ai {
  background: linear-gradient(135deg, #2e1065, #7c3aed);}

.pcsoft-home-approved-promo-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;}

.pcsoft-home-approved-promo-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight:700;
  line-height: 1.3;}

.pcsoft-home-approved-promo-card img {
  width: 170px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 24px;}

.pcsoft-home-approved-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;}

.pcsoft-home-approved-article-card {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #172554, #111827);
  color: #fff;
  box-shadow: 0 22px 54px rgba(17, 39, 89, 0.11);}

.pcsoft-home-approved-article-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;}

.pcsoft-home-approved-article-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.76));}

.pcsoft-home-approved-article-card > span {
  position: relative;
  z-index: 1;}

.pcsoft-home-approved-article-meta {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight:700;}

.pcsoft-home-approved-article-title {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2vw, 31px);
  font-weight:700;
  line-height: 1.12;}

@media (max-width: 1260px) {
  .pcsoft-home-approved-category-grid,
  .pcsoft-home-approved-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-home-approved-article-grid {
    grid-template-columns: 1fr;}}

@media (max-width: 860px) {
  .pcsoft-home-approved {
    padding-top: 12px;}

  .pcsoft-home-approved-section {
    padding: 30px 0;}

  .pcsoft-home-approved-section-head {
    margin-bottom: 22px;}

  .pcsoft-home-approved-section-head h2 {
    font-size: clamp(30px, 9vw, 42px);}

  .pcsoft-home-approved-section-head p {
    font-size: 17px;}

  .pcsoft-home-approved-arrow {
    width: 48px;
    height: 48px;}

  .pcsoft-home-approved-arrow--prev {
    left: -10px;}

  .pcsoft-home-approved-arrow--next {
    right: -10px;}

  .pcsoft-home-approved-banner-strip,
  .pcsoft-home-approved-product-strip {
    padding-right: 44px;}

  .pcsoft-home-approved-banner {
    grid-template-columns: 1fr;
    min-height: 300px;
    padding: 28px;}

  .pcsoft-home-approved-banner-media {
    width: 138px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.72;}

  .pcsoft-home-approved-banner-title {
    max-width: 270px;
    font-size: 34px;}

  .pcsoft-home-approved-product-card {
    flex-basis: min(285px, calc(100vw - 64px));
    min-height: 530px;}

  .pcsoft-home-approved-category-grid,
  .pcsoft-home-approved-promo-grid {
    grid-template-columns: 1fr;}

  .pcsoft-home-approved-category-card {
    min-height: 380px;}

  .pcsoft-home-approved-promo-card {
    grid-template-columns: 1fr;
    min-height: 300px;}

  .pcsoft-home-approved-promo-card img {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 132px;
    opacity: 0.72;}}

/* Final cascade lock for the approved home preview. */
.pcsoft-storefront {
  font-family:var(--font);}

.pcsoft-home-approved {
  padding: 10px 0 34px;
  background: #f4f6fa;}

.pcsoft-home-approved-shell {
  width: min(1180px, calc(100% - 40px));}

.pcsoft-home-approved-hero {
  padding: 10px 0 28px;}

.pcsoft-home-approved-section {
  padding: 10px 0 34px;}

.pcsoft-home-approved-section-head {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 10px;
  text-align: center;}

.pcsoft-home-approved-section-head h2 {
  width: 100%;
  margin: 0;
  color: #202532;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;}

.pcsoft-home-approved-section-head p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #8a93a5;
  font-size: 18px;
  font-weight:700;
  line-height: 1.42;
  text-align: center;}

.pcsoft-home-approved-banner-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 2px;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-anchor: none;}

.pcsoft-home-approved-product-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 266px;
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 0 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-anchor: none;}

.pcsoft-home-approved-banner {
  width: auto;
  min-height: 354px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  align-items: center;
  gap: 28px;
  padding: 42px;
  border-radius: 28px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow: 0 16px 38px rgba(20, 30, 48, 0.08);}

.pcsoft-home-approved-banner--dark {
  background:
    radial-gradient(circle at 82% 52%, rgba(70, 112, 255, 0.45), transparent 35%),
    linear-gradient(135deg, #0b0e1b, #17234d);}

.pcsoft-home-approved-banner--warm {
  background:
    radial-gradient(circle at 82% 52%, rgba(255, 147, 71, 0.44), transparent 35%),
    linear-gradient(135deg, #151313, #3a2318);}

.pcsoft-home-approved-banner--green {
  background:
    radial-gradient(circle at 82% 52%, rgba(32, 163, 111, 0.38), transparent 35%),
    linear-gradient(135deg, #07141a, #07394a);}

.pcsoft-home-approved-banner--blue {
  background:
    radial-gradient(circle at 82% 52%, rgba(43, 118, 255, 0.42), transparent 35%),
    linear-gradient(135deg, #071126, #0d3473);}

.pcsoft-home-approved-eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight:700;}

.pcsoft-home-approved-banner-title {
  display: block;
  margin: 18px 0 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight:700;}

.pcsoft-home-approved-banner-text {
  max-width: 420px;
  display: block;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 750;}

.pcsoft-home-approved-primary {
  width: max-content;
  min-height: 48px;
  margin-top: 0;
  border-radius: 14px;
  padding: 0 22px;
  font-size: 17px;
  font-weight:700;
  box-shadow: none;}

.pcsoft-home-approved-banner-media {
  position: static;
  aspect-ratio: 1 / 1;
  width: min(100%, 300px);
  justify-self: end;
  border-radius: 20px;
  padding: 0;
  background: rgba(255, 255, 255, 0.84);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.22);
  opacity: 1;}

.pcsoft-home-approved-banner-media img {
  width: 88%;
  height: 88%;
  object-fit: contain;}

.pcsoft-home-approved-arrow {
  width: 48px;
  height: 48px;
  box-shadow: 0 12px 30px rgba(18, 28, 45, 0.12);}

.pcsoft-home-approved-arrow--prev {
  left: -24px;}

.pcsoft-home-approved-arrow--next {
  right: -24px;}

.pcsoft-home-approved-product-card {
  min-height: auto;
  display: grid;
  gap: 13px;
  padding: 18px;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(18, 28, 45, 0.045);}

.pcsoft-home-approved-product-media {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: #f0f3f8;}

.pcsoft-home-approved-product-media img {
  width: 82%;
  height: 82%;
  object-fit: contain;}

.pcsoft-home-approved-product-card h3 {
  min-height: 50px;
  margin: 0;
  font-size: 18px;
  line-height: 1.22;}

.pcsoft-home-approved-price {
  margin-top: 0;}

.pcsoft-home-approved-price .pcsoft-price-display__current {
  font-size: 28px;}

.pcsoft-home-approved-buy {
  min-height: 48px;
  margin-top: 0;
  border-radius: 13px;}

.pcsoft-home-approved-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;}

.pcsoft-home-approved-category-card {
  position: relative;
  min-height: 392px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 36px 28px 32px;
  overflow: hidden;
  border-radius: 26px;
  background: #f1f2f4;
  color: #303038;
  text-align: center;
  box-shadow: 0 14px 34px rgba(18, 28, 45, 0.035);}

.pcsoft-home-approved-category-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #303038;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;}

.pcsoft-home-approved-category-card p {
  position: relative;
  z-index: 2;
  min-height: 0;
  margin: 10px 0 0;
  color: #9ca3b5;
  font-size: 18px;
  font-weight:700;
  line-height: 1.28;}

.pcsoft-home-approved-category-card img {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: min(112%, 430px);
  max-width: none;
  height: auto;
  max-height: 266px;
  margin: 0;
  object-fit: contain;
  transform: translateX(-50%);
  filter: saturate(0.96);}

.pcsoft-home-approved-category-card > span {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  transform: translateX(-50%);
  min-height: 44px;
  margin: 0;
  border-radius: 12px;
  padding: 0 22px;
  background: #fff;
  color: #303038;
  font-weight:700;
  white-space: nowrap;}

.pcsoft-home-approved-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;}

.pcsoft-home-approved-promo-card {
  position: relative;
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  padding: 28px;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(20, 30, 48, 0.08);}

.pcsoft-home-approved-promo-card > span {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: start;}

.pcsoft-home-approved-promo-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;}

.pcsoft-home-approved-promo-card p {
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight:700;
  line-height: 1.38;}

.pcsoft-home-approved-promo-card img {
  position: static;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
  opacity: 1;}

.pcsoft-home-approved-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;}

.pcsoft-home-approved-article-card {
  min-height: 430px;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(18, 28, 45, 0.12);}

.pcsoft-home-approved-article-fallback {
  inset: auto -36px -40px auto !important;
  width: 76% !important;
  height: 76% !important;
  object-fit: contain !important;
  opacity: 0.34 !important;}

.pcsoft-home-approved-article-title {
  font-size: 26px;
  line-height: 1.12;}

.pcsoft-home-approved-seo-section {
  padding: 4px 0 46px;}

.pcsoft-home-approved-seo-card {
  border-radius: 28px;
  background: #fff;
  border: 1px solid #dde5f0;
  padding: 0;
  box-shadow: 0 14px 38px rgba(18, 28, 45, 0.045);
  overflow: hidden;}

.pcsoft-home-approved-seo-card > summary {
  min-height: 106px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;}

.pcsoft-home-approved-seo-card > summary::-webkit-details-marker {
  display: none;}

.pcsoft-home-approved-seo-card > summary::after {
  content: "+";
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #dde5f0;
  color: #2856e8;
  font-size: 25px;
  font-weight:700;}

.pcsoft-home-approved-seo-card[open] > summary::after {
  content: "-";}

.pcsoft-home-approved-seo-content {
  padding: 0 30px 32px;}

.pcsoft-home-approved-seo-card h2 {
  max-width: 1080px;
  margin: 0;
  color: #202532;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;}

.pcsoft-home-approved-seo-card h3 {
  margin: 0 0 12px;
  color: #202532;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: 0;}

.pcsoft-home-approved-seo-card p {
  margin: 0;
  color: #5f6b7d;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 720;}

.pcsoft-home-approved-seo-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf3ff;
  color: #2856e8;
  font-size: 14px;
  font-weight:700;}

.pcsoft-home-approved-seo-summary {
  display: block;
  max-width: 960px;
  margin-top: 12px;
  color: #7a8495;
  font-size: 16px;
  line-height: 1.42;
  font-weight:700;}

.pcsoft-home-approved-seo-card a {
  color: #2856e8;
  font-weight:700;
  text-decoration: none;
  border-bottom: 1px solid rgba(40, 86, 232, 0.28);}

.pcsoft-home-approved-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0;}

.pcsoft-home-approved-seo-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dde5f0;
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;}

.pcsoft-home-approved-seo-longform {
  display: grid;
  gap: 18px;}

.pcsoft-home-approved-seo-accordion {
  display: grid;
  gap: 12px;
  margin-top: 22px;}

.pcsoft-home-approved-seo-item {
  border: 1px solid #dde5f0;
  border-radius: 18px;
  background: #f8fafc;
  overflow: hidden;}

.pcsoft-home-approved-seo-item > summary {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;}

.pcsoft-home-approved-seo-item > summary::-webkit-details-marker {
  display: none;}

.pcsoft-home-approved-seo-item > summary::after {
  content: "+";
  color: #2856e8;
  font-size: 22px;
  font-weight:700;}

.pcsoft-home-approved-seo-item[open] > summary::after {
  content: "-";}

.pcsoft-home-approved-seo-item h3 {
  margin: 0;
  font-size: 19px;}

.pcsoft-home-approved-seo-item > div {
  display: grid;
  gap: 12px;
  padding: 0 18px 18px;}

@media (min-width: 1001px) {
  .pcsoft-home-approved-section-head p {
    white-space: nowrap;}}

@media (max-width: 1260px) {
  .pcsoft-home-approved-category-grid,
  .pcsoft-home-approved-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));}

  .pcsoft-home-approved-article-grid {
    grid-template-columns: 1fr;}}

@media (max-width: 860px) {
  .pcsoft-home-approved-shell {
    width: min(100% - 24px, 390px);}

  .pcsoft-home-approved-section {
    padding: 24px 0 42px;}

  .pcsoft-home-approved-section-head h2 {
    font-size: 32px;}

  .pcsoft-home-approved-section-head p {
    white-space: normal;
    font-size: 15px;}

  .pcsoft-home-approved-banner-strip {
    grid-auto-columns: min(100%, calc(100vw - 24px));
    padding-right: 0;}

  .pcsoft-home-approved-product-strip {
    grid-auto-columns: min(274px, calc(100vw - 40px));
    padding-right: 0;}

  .pcsoft-home-approved-banner {
    min-height: 278px;
    grid-template-columns: minmax(0, 1fr) 96px;
    align-items: end;
    padding: 22px;
    gap: 14px;}

  .pcsoft-home-approved-banner-title {
    max-width: none;
    font-size: 30px;}

  .pcsoft-home-approved-banner-text {
    max-width: 185px;
    font-size: 14px;}

  .pcsoft-home-approved-banner-media {
    position: static;
    width: 96px;
    align-self: end;
    border-radius: 16px;
    opacity: 1;}

  .pcsoft-home-approved-arrow {
    display: none;}

  .pcsoft-home-approved-category-grid,
  .pcsoft-home-approved-promo-grid,
  .pcsoft-home-approved-article-grid {
    grid-template-columns: 1fr;}

  .pcsoft-home-approved-category-card {
    min-height: 330px;
    padding: 30px 18px;}

  .pcsoft-home-approved-category-card h3 {
    font-size: 26px;}

  .pcsoft-home-approved-category-card img {
    max-height: 220px;}

  .pcsoft-home-approved-promo-card {
    grid-template-columns: minmax(0, 1fr) 112px;
    min-height: 184px;
    padding: 22px;}

  .pcsoft-home-approved-promo-card h3 {
    font-size: 24px;}

  .pcsoft-home-approved-promo-card .pcsoft-home-approved-primary {
    max-width: 100%;
    white-space: normal;
    min-height: 44px;
    padding: 0 14px;
    font-size: 15px;}

  .pcsoft-home-approved-promo-card img {
    position: static;
    width: 100%;
    max-height: 112px;
    opacity: 1;}

  @media (max-width: 360px) {
    .pcsoft-home-approved-promo-card {
      grid-template-columns: minmax(0, 1fr) 84px;
      gap: 12px;
      padding: 20px;}

    .pcsoft-home-approved-promo-card h3 {
      font-size: 22px;
      overflow-wrap: anywhere;}

    .pcsoft-home-approved-promo-card p {
      font-size: 14px;}

    .pcsoft-home-approved-promo-card .pcsoft-home-approved-primary {
      padding: 0 10px;
      font-size: 14px;}

    .pcsoft-home-approved-promo-card img {
      max-height: 84px;
      border-radius: 14px;}}

  .pcsoft-home-approved-article-card {
    min-height: 330px;}

  .pcsoft-home-approved-seo-card > summary {
    min-height: 78px;
    padding: 20px;}

  .pcsoft-home-approved-seo-content {
    padding: 0 20px 22px;}

  .pcsoft-home-approved-seo-card h2 {
    font-size: 22px;}

  .pcsoft-home-approved-seo-summary,
  .pcsoft-home-approved-seo-card p {
    font-size: 15px;}}
/* Live production lock 2026-05-29: keep the approved layout after every earlier rule. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell,
  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-product-card {
    flex-basis: 300px !important;
    min-height: 560px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;}

  .pcsoft-home-approved-product-tag {
    width: auto !important;
    max-width: 100% !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    justify-self: start !important;
    margin: 0 0 12px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    line-height: 1 !important;}

  .pcsoft-home-approved-product-card h3 {
    min-height: 82px !important;
    margin: 0 0 14px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;}

  .pcsoft-home-approved-price {
    margin-top: auto !important;}}

/* Last rule wins: keep the live homepage in the exact 1180px shell from the approved mockup. */
@media (min-width: 901px) {
  .pcsoft-home-approved-shell,
  .pcsoft-home-approved-section-head {
    width: min(calc(100% - 40px), 1180px) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;}

  .pcsoft-home-approved-product-card h3 a {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;}}

/* Last rule wins: category pages use one left tree, compact filters and readable cards. */
.pcsoft-category-hero__main--wide {
  display: grid !important;
  gap: 14px !important;}

.pcsoft-category-hero__details {
  margin-top: 2px !important;
  border: 1px solid rgba(210, 223, 242, 0.92) !important;
  border-radius: 18px !important;
  background: rgba(248, 251, 255, 0.82) !important;}

.pcsoft-category-hero__details summary {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 0 16px !important;
  color: var(--pcsoft-primary-dark) !important;
  cursor: pointer !important;
  font-weight:700 !important;}

.pcsoft-category-hero__details summary::-webkit-details-marker {
  display: none !important;}

.pcsoft-category-hero__details summary::after {
  content: "+" !important;
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #eef3ff !important;
  color: var(--pcsoft-primary) !important;
  font-size: 20px !important;
  line-height: 1 !important;}

.pcsoft-category-hero__details[open] summary::after {
  content: "-" !important;}

.pcsoft-category-hero__details p {
  margin: 0 !important;
  padding: 0 16px 15px !important;
  color: var(--pcsoft-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  margin-top: 4px !important;
  padding: 12px !important;
  border-radius: 20px !important;
  box-shadow: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head strong {
  font-size: 14px !important;
  color: var(--pcsoft-primary-dark) !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head span {
  display: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__row {
  flex: 1 1 520px !important;
  align-items: center !important;}

.pcsoft-category-sidebar__item {
  display: grid !important;
  gap: 8px !important;}

.pcsoft-category-sidebar__tree {
  display: grid !important;
  gap: 7px !important;
  padding: 0 4px 6px 16px !important;}

.pcsoft-category-sidebar__sublink {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 8px 12px !important;
  border: 1px solid #e1e9f5 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--pcsoft-text) !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight:700 !important;
  line-height: 1.15 !important;}

.pcsoft-category-sidebar__sublink:hover,
.pcsoft-category-sidebar__sublink:focus-visible,
.pcsoft-category-sidebar__sublink.is-active {
  border-color: rgba(63, 107, 255, 0.44) !important;
  background: #eef3ff !important;
  color: var(--pcsoft-primary-dark) !important;}

.pcsoft-category-sidebar__sublink small {
  flex: 0 0 auto !important;
  min-width: 28px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
  border-radius: 999px !important;
  background: #f7f9fe !important;
  color: var(--pcsoft-primary-dark) !important;
  font-size: 11px !important;
  font-weight:700 !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  min-height: 238px !important;
  display: grid !important;
  place-items: center !important;
  padding: 18px !important;
  background: #f4f7fb !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 204px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 76px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: block !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  min-height: auto !important;}

.pcsoft-seo-details {
  margin-top: 10px !important;}

@media (max-width: 860px) {
  .pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
    display: grid !important;}

  .pcsoft-category-sidebar__tree {
    padding-left: 10px !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: auto !important;}}

/* Production correction 2026-05-29: category pages keep a clean tag row, page-scrolled sidebar and compact cards. */
.pcsoft-category-hero__details {
  display: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav {
  display: block !important;
  margin-top: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__head {
  display: none !important;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag-nav__row {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  align-items: center !important;
  overflow-x: auto !important;
  padding: 2px 0 6px !important;
  scrollbar-width: thin;}

.pcsoft-category-hero__main--wide .pcsoft-category-tag {
  flex: 0 0 auto !important;
  min-height: 42px !important;
  white-space: nowrap !important;}

.pcsoft-category-sidebar {
  position: static !important;
  top: auto !important;
  align-self: start !important;}

.pcsoft-category-sidebar details.pcsoft-category-sidebar__item {
  display: grid !important;
  gap: 8px !important;}

.pcsoft-category-sidebar summary.pcsoft-category-sidebar__link {
  list-style: none !important;
  cursor: pointer !important;}

.pcsoft-category-sidebar summary.pcsoft-category-sidebar__link::-webkit-details-marker {
  display: none !important;}

.pcsoft-category-sidebar details[open] > summary.pcsoft-category-sidebar__link {
  border-color: #161922 !important;
  background: #161922 !important;
  color: #fff !important;
  box-shadow: 0 16px 32px rgba(18, 22, 33, 0.18) !important;}

.pcsoft-category-sidebar details[open] > summary.pcsoft-category-sidebar__link small {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;}

.pcsoft-category-sidebar details:not([open]) > .pcsoft-category-sidebar__tree {
  display: none !important;}

.pcsoft-category-sidebar__sublink--all {
  background: #eef3ff !important;
  color: var(--pcsoft-primary-dark) !important;}

.pcsoft-category-layout .pcsoft-product-grid {
  align-items: start !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 222px !important;
  place-items: center !important;
  min-height: 222px !important;
  max-height: 222px !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 188px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 0 !important;
  margin: 12px 0 10px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  min-height: 0 !important;
  overflow: hidden !important;
  line-height: 1.22 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  min-height: 0 !important;
  margin-top: 12px !important;
  gap: 10px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 0 !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}

/* Production correction 2026-05-30: keep category rows even and product names readable. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: auto !important;
  row-gap: 26px !important;
  column-gap: 26px !important;}

.pcsoft-category-layout .pcsoft-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 486px !important;
  align-self: stretch !important;
  overflow: hidden !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  display: grid !important;
  flex: 0 0 222px !important;
  place-items: center !important;
  min-height: 222px !important;
  max-height: 222px !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 188px !important;
  object-fit: contain !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

.pcsoft-category-layout .pcsoft-product-card h3 {
  min-height: 84px !important;
  margin: 12px 0 8px !important;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;}

.pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  min-height: 0 !important;
  max-height: calc(1.16em * 3) !important;
  overflow: hidden !important;
  line-height: 1.16 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

.pcsoft-category-layout .pcsoft-product-card__meta {
  display: none !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: start !important;
  display: grid !important;
  min-height: 0 !important;
  margin-top: 8px !important;
  gap: 10px !important;}

.pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 44px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-grid {
    grid-auto-rows: auto !important;
    row-gap: 18px !important;}

  .pcsoft-category-layout .pcsoft-product-card {
    height: auto !important;
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card h3 {
    min-height: 0 !important;}}
/* Production correction 2026-05-31: final category card action restore. */
.pcsoft-category-layout .pcsoft-product-grid {
  align-items: stretch !important;
  grid-auto-rows: auto !important;}

.pcsoft-category-layout .pcsoft-product-card {
  height: auto !important;
  max-height: none !important;
  min-height: 520px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;}

.pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  min-height: 112px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  gap: 10px !important;
  min-height: 48px !important;
  overflow: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
.pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
.pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  display: inline-flex !important;
  min-height: 48px !important;
  opacity: 1 !important;
  visibility: visible !important;}

.pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__bottom {
    min-height: 96px !important;}}

/* Production correction 2026-05-31: category cards use portrait product artwork. */
.pcsoft-category-layout .pcsoft-product-card {
  min-height: 670px !important;}

.pcsoft-category-layout .pcsoft-product-card__image {
  aspect-ratio: 3 / 4 !important;
  background: #f3f5fb !important;
  border-radius: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-product-card__image img {
  aspect-ratio: 3 / 4 !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain !important;
  width: 100% !important;}

.pcsoft-category-layout .pcsoft-product-card__body {
  padding-top: 18px !important;}

@media (max-width: 860px) {
  .pcsoft-category-layout .pcsoft-product-card {
    min-height: 0 !important;}

  .pcsoft-category-layout .pcsoft-product-card__image {
    border-radius: 14px !important;}}

/* Production correction 2026-05-31: Keysoft-like category width and lighter product cards. */
@media (min-width: 1141px) {
  body.tax-product_cat .pcsoft-shell {
    width: min(calc(100% - 56px), 1360px) !important;
    max-width: 1360px !important;}

  body.tax-product_cat .pcsoft-category-layout {
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
    gap: 32px !important;}

  body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid {
    align-items: start !important;
    column-gap: 34px !important;
    grid-auto-rows: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    row-gap: 46px !important;}}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card {
  align-self: start !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__image {
  aspect-ratio: 3 / 4 !important;
  background: #f3f5fb !important;
  border: 0 !important;
  border-radius: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  height: auto !important;
  margin: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__image img {
  aspect-ratio: 3 / 4 !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain !important;
  width: 100% !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__body {
  gap: 10px !important;
  padding: 14px 0 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .pcsoft-chip-row--delivery {
  display: none !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .pcsoft-chip {
  min-height: 32px !important;
  padding: 0 12px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card h3 {
  font-size: clamp(20px, 1.25vw, 24px) !important;
  line-height: 1.14 !important;
  margin: 0 0 2px !important;
  min-height: calc(1.14em * 2) !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.14 !important;
  max-height: calc(1.14em * 2) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: start !important;
  display: grid !important;
  gap: 12px !important;
  margin-top: 4px !important;
  min-height: 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-price-stack--compact .pcsoft-price-display__current {
  font-size: 30px !important;
  letter-spacing: 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact {
  min-height: 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  align-self: start !important;
  background: #fff !important;
  border: 1px solid #dfe6f2 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #202633 !important;
  display: inline-flex !important;
  min-height: 46px !important;
  min-width: 136px !important;
  padding: 0 24px !important;
  width: auto !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost):hover,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .add_to_cart_button:hover,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .button.product_type_simple:hover {
  border-color: #cfd9ea !important;
  box-shadow: 0 8px 20px rgba(16, 32, 51, 0.08) !important;}

@media (max-width: 1140px) and (min-width: 861px) {
  body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}}

/* Production correction 2026-05-31: balanced category cards with the original PCSOFT controls. */
body.tax-product_cat .pcsoft-shell {
  width: min(calc(100% - 32px), var(--pcsoft-max)) !important;
  max-width: var(--pcsoft-max) !important;}

@media (min-width: 1141px) {
  body.tax-product_cat .pcsoft-category-layout {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) !important;
    gap: 24px !important;}

  body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid {
    align-items: stretch !important;
    column-gap: 26px !important;
    grid-auto-rows: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    row-gap: 28px !important;}}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card {
  align-self: stretch !important;
  background: var(--pcsoft-surface) !important;
  border: 1px solid var(--pcsoft-border) !important;
  border-radius: var(--pcsoft-radius-lg) !important;
  box-shadow: var(--pcsoft-shadow) !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__image {
  aspect-ratio: 3 / 4 !important;
  background: #f3f5fb !important;
  border: 1px solid rgba(210, 223, 242, 0.72) !important;
  border-radius: 18px !important;
  display: block !important;
  flex: 0 0 auto !important;
  height: auto !important;
  margin: 18px 18px 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: calc(100% - 36px) !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__image img {
  aspect-ratio: 3 / 4 !important;
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain !important;
  width: 100% !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: 16px 18px 18px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .pcsoft-chip-row--delivery {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .pcsoft-chip {
  min-height: 34px !important;
  padding: 0 12px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card h3 {
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;
  margin: 0 !important;
  min-height: calc(1.16em * 3) !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card h3 a {
  display: -webkit-box !important;
  line-height: 1.16 !important;
  max-height: calc(1.16em * 3) !important;
  min-height: 0 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card__bottom {
  align-content: end !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: auto !important;
  min-height: 112px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-price-stack--compact {
  min-height: 44px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-price-stack--compact .pcsoft-price-display__current {
  font-size: 28px !important;
  letter-spacing: 0 !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact {
  display: flex !important;
  gap: 10px !important;
  min-height: 48px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost),
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .add_to_cart_button,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .button.product_type_simple {
  align-self: stretch !important;
  background: var(--pcsoft-primary) !important;
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 26px rgba(20, 99, 255, 0.22) !important;
  color: #fff !important;
  display: inline-flex !important;
  min-height: 48px !important;
  min-width: 0 !important;
  padding: 0 20px !important;
  width: 100% !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button:not(.pcsoft-button--ghost):hover,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .add_to_cart_button:hover,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-card .button.product_type_simple:hover {
  box-shadow: 0 14px 30px rgba(20, 99, 255, 0.28) !important;
  transform: translateY(-1px);}

body.tax-product_cat .pcsoft-category-layout .pcsoft-button-row--compact .pcsoft-button--ghost {
  display: none !important;}

/* Product page correction: restore the agreed Keysoft-like product structure. */
.pcsoft-product-layout--keysoft .pcsoft-spec-grid {
  margin-top: 0;}

.pcsoft-product-specs {
  margin-top: 26px;}

.pcsoft-product-specs h2,
.pcsoft-product-faq-title {
  margin: 0 0 14px;
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight:700;}

.pcsoft-product-spec-list {
  display: grid;
  gap: 10px;
  margin: 0;}

.pcsoft-product-spec-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, auto);
  gap: 12px;
  align-items: end;
  color: var(--pcsoft-muted);
  font-size: 16px;}

.pcsoft-product-spec-row::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  border-bottom: 1px dashed #d4dae5;}

.pcsoft-product-spec-row dt,
.pcsoft-product-spec-row dd {
  position: relative;
  z-index: 1;
  margin: 0;
  background: var(--pcsoft-bg);}

.pcsoft-product-spec-row dt {
  padding-right: 9px;
  font-weight: 750;}

.pcsoft-product-spec-row dd {
  padding-left: 9px;
  color: var(--pcsoft-text);
  text-align: right;
  font-weight:700;}

.pcsoft-product-spec-row a {
  color: var(--pcsoft-primary-dark);
  font-weight:700;
  text-decoration: none;}

.pcsoft-product-spec-row a:hover {
  text-decoration: underline;}

.pcsoft-product-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;}

.pcsoft-product-download-card {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px 20px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: var(--pcsoft-surface);
  color: var(--pcsoft-text);}

.pcsoft-product-download-card strong {
  font-size: 18px;
  line-height: 1.25;}

.pcsoft-product-download-card span {
  color: var(--pcsoft-muted);
  line-height: 1.45;}

.pcsoft-product-download-card__button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 10px;
  background: var(--pcsoft-primary);
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-weight:700;}

.pcsoft-product-download-card:hover {
  border-color: #b7c8e5;
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.08);}

.pcsoft-product-download-card__button:hover {
  background: var(--pcsoft-primary-dark);}

.pcsoft-product-faq-section {
  padding-top: 0;}

.pcsoft-product-faq {
  display: grid;
  gap: 10px;
  max-width: 920px;}

.pcsoft-product-faq-item {
  border: 0;
  border-radius: 14px;
  background: #f4f5f7;
  overflow: hidden;}

.pcsoft-product-faq-item summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 24px;
  color: var(--pcsoft-text);
  cursor: pointer;
  font-size: 18px;
  font-weight:700;
  list-style: none;}

.pcsoft-product-faq-item summary::-webkit-details-marker {
  display: none;}

.pcsoft-product-faq-item summary::after {
  content: "+";
  color: var(--pcsoft-primary-dark);
  font-size: 28px;
  line-height: 1;}

.pcsoft-product-faq-item[open] summary::after {
  content: "×";}

.pcsoft-product-faq-item > div {
  padding: 0 24px 22px;
  color: var(--pcsoft-muted);
  line-height: 1.65;}

.pcsoft-product-layout--keysoft .pcsoft-buy-card h1 {
  letter-spacing: 0;}

.pcsoft-product-layout--keysoft .pcsoft-price-display__current,
.pcsoft-sticky-buy__actions {
  letter-spacing: 0;}

.pcsoft-product-layout--autodesk .pcsoft-buy-card h1 {
  max-width: 740px;
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.25;}

.pcsoft-product-layout--autodesk .pcsoft-lead {
  font-weight: 500;}

.pcsoft-product-layout--autodesk .pcsoft-chip-row--delivery {
  margin-top: 22px;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-block {
  margin: 28px 0 0;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-title {
  margin-bottom: 12px;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-card {
  min-width: 116px;
  padding: 12px 16px;
  text-align: left;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-card strong {
  font-size: 19px;}

.pcsoft-product-layout--autodesk .pcsoft-price-row {
  margin-top: 30px;
  padding-top: 24px;}

.pcsoft-product-faq-section {
  padding-top: 48px;}

.pcsoft-autodesk-suite {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fff;}

.pcsoft-autodesk-suite h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight:700;}

.pcsoft-autodesk-suite__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;}

.pcsoft-autodesk-suite__chip {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid #dde5f1;
  border-radius: 14px;
  background: #fff;
  color: #20232b;
  font-size: 18px;
  font-weight:700;}

.pcsoft-autodesk-suite__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight:700;}

.pcsoft-autodesk-suite__icon--red { background: #d82f56;}
.pcsoft-autodesk-suite__icon--rose { background: #c93d62;}
.pcsoft-autodesk-suite__icon--cyan { background: #41a8c6;}
.pcsoft-autodesk-suite__icon--blue { background: #3478f6;}
.pcsoft-autodesk-suite__icon--indigo { background: #5265e8;}
.pcsoft-autodesk-suite__icon--magenta { background: #b5228b;}
.pcsoft-autodesk-suite__icon--teal { background: #36a3b8;}
.pcsoft-autodesk-suite__icon--amber { background: #c79216;}
.pcsoft-autodesk-suite__icon--violet { background: #b12aa2;}
.pcsoft-autodesk-suite__icon--sky { background: #2f7df0;}
.pcsoft-autodesk-suite__icon--purple { background: #9d2a8e;}

.pcsoft-autodesk-suite__chip--more {
  padding: 0 22px;
  background: #f6f8fc;}

.pcsoft-mp-offer {
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #d8e0ec;
  border-radius: 10px;
  background: #f7faff;
  color: #172033;}

.pcsoft-mp-offer__title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;}

.pcsoft-mp-offer__lead {
  margin: 0 0 14px;
  color: #4b5870;}

.pcsoft-mp-offer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;}

.pcsoft-mp-offer__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  border: 1px solid #e3e9f3;
  border-radius: 8px;
  background: #fff;
  color: #172033;
  text-decoration: none;}

.pcsoft-mp-offer__item:hover {
  border-color: #2d6cdf;
  box-shadow: 0 8px 18px rgba(45, 108, 223, 0.12);}

.pcsoft-mp-offer__name {
  font-weight: 700;
  line-height: 1.25;}

.pcsoft-mp-offer__text {
  color: #4b5870;
  font-size: 14px;
  line-height: 1.35;}

.pcsoft-mp-offer__button {
  width: max-content;
  margin-top: auto;
  padding: 7px 11px;
  border-radius: 6px;
  background: #245fd3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;}

@media (max-width: 720px) {
  .pcsoft-product-download-grid {
    grid-template-columns: 1fr;}

  .pcsoft-product-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;}

  .pcsoft-product-spec-row::before {
    display: none;}

  .pcsoft-product-spec-row dt,
  .pcsoft-product-spec-row dd {
    padding: 0;
    background: transparent;
    text-align: left;}}

/* Agreed product card restoration: Windows/Office/Autodesk product pages use the approved product-page-v2 layout. */
body.pcsoft-storefront:has(.pcsoft-shell--product-keysoft) {
  background: #fff;}

.pcsoft-shell--product-keysoft {
  width: min(calc(100% - 48px), 1180px);}

.pcsoft-shell--product-keysoft .pcsoft-breadcrumbs {
  margin: 28px 0;}

.pcsoft-product-layout--keysoft {
  grid-template-columns: 470px minmax(0, 1fr);
  gap: 42px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--pcsoft-border);}

.pcsoft-product-layout--keysoft .pcsoft-product-media-stack {
  gap: 22px;
  position: static;
  top: auto;}

.pcsoft-product-layout--keysoft .pcsoft-product-media,
.pcsoft-product-layout--keysoft .pcsoft-buy-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;}

.pcsoft-product-layout--keysoft .pcsoft-product-aside {
  padding: 24px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__frame {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #edf0f5;
  border-radius: 16px;
  background: #f2f4f8;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__frame img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 3 / 4;
  object-fit: cover;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__details {
  gap: 14px;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__grid--support .pcsoft-spec-card {
  min-height: 132px;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note,
.pcsoft-product-layout--keysoft .pcsoft-spec-card {
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fff;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note {
  padding: 22px 24px;
  background: linear-gradient(180deg, #f7fbff, #fff);}

.pcsoft-product-layout--keysoft .pcsoft-spec-card {
  min-height: 112px;
  padding: 20px;
  background: #fff;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note strong,
.pcsoft-product-layout--keysoft .pcsoft-spec-card strong {
  display: block;
  margin-bottom: 8px;
  color: #122033;
  font-size: 18px;
  line-height: 1.25;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__note span,
.pcsoft-product-layout--keysoft .pcsoft-spec-card span {
  display: block;
  color: var(--pcsoft-muted);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;}

.pcsoft-product-layout--keysoft .pcsoft-buy-card h1 {
  max-width: 780px;
  margin: 0;
  color: #111827;
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 700;}

.pcsoft-product-layout--keysoft .pcsoft-lead {
  max-width: 780px;
  margin-top: 10px;
  color: var(--pcsoft-muted);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;}

.pcsoft-product-layout--keysoft .pcsoft-price-row {
  gap: 20px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 0;
  border-top: 1px solid var(--pcsoft-border);
  border-bottom: 0;}

.pcsoft-product-layout--keysoft .pcsoft-price-display__current {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.005em;
  font-weight:700;}

.pcsoft-product-layout--keysoft .pcsoft-price-display__old {
  margin-left: 8px;
  color: #7a8495;
  font-size: 21px;
  font-weight:700;}

.pcsoft-product-layout--keysoft .pcsoft-price-stack > span {
  margin-top: 8px;
  color: var(--pcsoft-muted);
  font-size: 17px;
  font-weight: 750;}

.pcsoft-product-layout--keysoft .pcsoft-button-row {
  gap: 12px;
  margin: 22px 0 24px;}

.pcsoft-product-layout--keysoft .pcsoft-button-row .pcsoft-button {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 11px;
  font-size: 18px;
  font-weight:700;
  box-shadow: none;}

.pcsoft-product-layout--keysoft .pcsoft-button-row .pcsoft-button--ghost {
  color: var(--pcsoft-text) !important;}

.pcsoft-product-specs {
  margin-top: 0;}

.pcsoft-product-specs h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight:700;}

.pcsoft-product-spec-list {
  display: grid;
  gap: 16px;
  margin: 0;}

.pcsoft-product-spec-row {
  position: static;
  display: grid;
  grid-template-columns: minmax(185px, .8fr) minmax(210px, auto);
  gap: 18px;
  align-items: end;
  color: var(--pcsoft-muted);
  font-size: 18px;
  line-height: 1.42;}

.pcsoft-product-spec-row::before {
  content: "";
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: end;
  border-bottom: 1px dashed #d4dae5;
  transform: translateY(-8px);}

.pcsoft-product-spec-row dt,
.pcsoft-product-spec-row dd {
  position: relative;
  z-index: 1;
  margin: 0;
  background: #fff;}

.pcsoft-product-spec-row dt {
  padding-right: 8px;
  font-weight: 650;}

.pcsoft-product-spec-row dd {
  padding-left: 8px;
  color: var(--pcsoft-text);
  text-align: right;
  font-weight: 750;}

.pcsoft-product-spec-row a {
  color: var(--pcsoft-primary-dark);
  font-weight:700;
  text-decoration: none;}

.pcsoft-product-spec-row a:hover {
  text-decoration: underline;}

.pcsoft-product-details-section {
  margin-top: 0;
  padding-top: 38px;}

.pcsoft-shell--product-keysoft .pcsoft-product-details-section .pcsoft-detail-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;}

.pcsoft-shell--product-keysoft .pcsoft-product-accordion {
  gap: 18px;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item {
  overflow: hidden;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fff;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item summary {
  min-height: 70px;
  padding: 0 28px;
  gap: 20px;
  color: #122033;
  font-size: 24px;
  line-height: 1.2;
  font-weight:700;
  letter-spacing: -0.025em;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item summary::after {
  content: "-";
  color: var(--pcsoft-primary-dark);
  font-size: 32px;
  line-height: 1;
  font-weight:700;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item:not([open]) summary::after {
  content: "+";}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content {
  padding: 0 28px 28px;
  color: var(--pcsoft-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content a {
  color: var(--pcsoft-primary-dark);
  font-weight:700;
  text-decoration: none;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content a:hover {
  text-decoration: underline;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content .pcsoft-product-download-card__button {
  color: #fff;
  font-weight:700;
  text-decoration: none;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content .pcsoft-product-download-card__button:hover {
  color: #fff;
  text-decoration: none;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content h2 {
  margin-top: 0;
  color: var(--pcsoft-text);
  font-size: 28px;
  line-height: 1.2;}

.pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-list {
  margin-top: 0;
  color: var(--pcsoft-muted);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;}

.pcsoft-keysoft-description-copy {
  max-width: 980px;
  display: grid;
  gap: 18px;
  margin-bottom: 24px;}

.pcsoft-keysoft-description-copy p {
  margin: 0;
  color: #2f3541;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 500;}

.pcsoft-keysoft-description-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 22px;}

.pcsoft-keysoft-description-card {
  min-height: 190px;
  padding: 22px 24px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 17px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);}

.pcsoft-keysoft-description-card h3 {
  margin: 0 0 14px;
  color: #122033;
  font-size: 20px;
  line-height: 1.25;
  font-weight:700;
  letter-spacing: -0.01em;}

.pcsoft-keysoft-description-card ul,
.pcsoft-keysoft-notice ul {
  margin: 0;
  padding-left: 20px;}

.pcsoft-keysoft-description-card li,
.pcsoft-keysoft-notice li {
  color: #697386;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 650;}

.pcsoft-keysoft-description-card li + li,
.pcsoft-keysoft-notice li + li {
  margin-top: 10px;}

.pcsoft-keysoft-notice {
  margin-top: 20px;
  padding: 22px 26px;
  border-left: 4px solid #f28b2e;
  border-radius: 0 17px 17px 0;
  background: #fff7ec;}

.pcsoft-keysoft-notice strong {
  display: block;
  margin-bottom: 10px;
  color: #20232b;
  font-size: 18px;
  line-height: 1.25;
  font-weight:700;}

.pcsoft-keysoft-notice p {
  margin: 0 0 14px;
  color: #2f3541;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 650;}

.pcsoft-keysoft-notice a {
  color: var(--pcsoft-primary-dark);
  font-weight:700;
  text-decoration: none;}

.pcsoft-keysoft-notice a:hover {
  text-decoration: underline;}

.pcsoft-shell--product-keysoft .pcsoft-recommendation-row--products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  overflow: visible;}

.pcsoft-shell--product-keysoft .pcsoft-recommendation-row--products > .pcsoft-product-suggest-card {
  width: auto;
  min-width: 0;
  max-width: none;
  flex: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: none;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card__image {
  min-height: 0;
  padding: 10px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  border: 1px solid var(--pcsoft-border);
  background: #f4f6fb;
  box-sizing: border-box;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card__image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card__body {
  gap: 10px;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card .pcsoft-badge-row,
.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card .pcsoft-chip-row--delivery {
  display: none;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card h3 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card h3 a {
  min-height: calc(1.15em * 2);
  -webkit-line-clamp: 2;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card .pcsoft-price-current {
  font-size: 22px;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card .pcsoft-button-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card .pcsoft-button {
  min-height: 42px;
  border-radius: 8px;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card .pcsoft-button--ghost {
  display: none;}

.pcsoft-product-download-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;}

.pcsoft-product-download-card {
  padding: 20px;
  border-radius: 18px;
  background: #fff;}

.pcsoft-product-faq-section {
  padding: 72px 0 64px;
  background: transparent;}

.pcsoft-product-faq-title {
  margin: 0 0 18px;
  color: #20232b;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  font-weight:700;}

.pcsoft-product-faq {
  max-width: 900px;
  display: grid;
  gap: 12px;}

.pcsoft-product-faq-item {
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 9px;
  background: #f5f5f6;}

.pcsoft-product-faq-item summary {
  min-height: 62px;
  padding: 0 28px;
  gap: 20px;
  color: #122033;
  font-size: 17px;
  line-height: 1.2;
  font-weight:700;
  letter-spacing: 0;}

.pcsoft-product-faq-item summary::after {
  content: "-";
  color: var(--pcsoft-primary-dark);
  font-size: 32px;
  line-height: 1;
  font-weight:700;}

.pcsoft-product-faq-item:not([open]) summary::after {
  content: "+";}

.pcsoft-product-faq-item > div {
  padding: 0 28px 24px;
  color: #4f5665;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;}

.pcsoft-sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 13px 0;
  border-top: 1px solid var(--pcsoft-border);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -12px 32px rgba(20, 28, 42, .08);
  backdrop-filter: blur(14px);
  transform: translateY(110%);
  transition: transform .2s ease;
  pointer-events: none;}

.pcsoft-sticky-buy.is-visible {
  transform: translateY(0);
  pointer-events: auto;}

.pcsoft-sticky-buy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;}

.pcsoft-sticky-buy__product {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--pcsoft-text);
  font-weight:700;}

.pcsoft-sticky-buy__product img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  object-fit: cover;
  background: #f2f4f8;}

.pcsoft-sticky-buy__product span {
  display: block;
  max-width: 520px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.pcsoft-sticky-buy__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--pcsoft-text);
  font-size: 26px;
  line-height: 1;
  font-weight:700;
  letter-spacing: -0.04em;}

.pcsoft-sticky-buy__actions .pcsoft-button {
  min-height: 50px;
  padding: 0 26px;
  border: 0;
  border-radius: 11px;
  background: #20232b;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;}

@media (max-width: 980px) {
  .pcsoft-product-layout--keysoft {
    grid-template-columns: 1fr;}

  .pcsoft-keysoft-description-grid,
  .pcsoft-shell--product-keysoft .pcsoft-recommendation-row--products {
    grid-template-columns: repeat(2, minmax(0, 1fr));}}

@media (max-width: 720px) {
  .pcsoft-shell--product-keysoft {
    width: min(calc(100% - 28px), 1180px);}

  .pcsoft-product-layout--keysoft .pcsoft-buy-card h1 {
    font-size: 22px;
    line-height: 1.3;}

  .pcsoft-product-layout--keysoft .pcsoft-product-media__grid,
  .pcsoft-product-download-grid,
  .pcsoft-keysoft-description-grid,
  .pcsoft-shell--product-keysoft .pcsoft-recommendation-row--products {
    grid-template-columns: 1fr;}

  .pcsoft-keysoft-description-copy p {
    font-size: 18px;}

  .pcsoft-product-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: start;}

  .pcsoft-product-spec-row::before {
    display: none;}

  .pcsoft-product-spec-row dt,
  .pcsoft-product-spec-row dd {
    padding: 0;
    background: transparent;
    text-align: left;}

  .pcsoft-shell--product-keysoft .pcsoft-accordion-item summary {
    min-height: 62px;
    padding: 0 20px;
    font-size: 20px;}

  .pcsoft-shell--product-keysoft .pcsoft-accordion-item .pcsoft-content {
    padding: 0 20px 22px;}

  .pcsoft-sticky-buy__inner {
    width: min(calc(100% - 28px), 1180px);}

  .pcsoft-sticky-buy__product span {
    max-width: 42vw;}

  .pcsoft-sticky-buy__actions {
    gap: 12px;
    font-size: 22px;}

  .pcsoft-sticky-buy__actions .pcsoft-button {
    padding: 0 18px;}}

/* Autodesk product card polish: final overrides after the restored product-page-v2 block. */
.pcsoft-product-layout--keysoft .pcsoft-buy-card h1,
.pcsoft-product-specs h2,
.pcsoft-product-faq-title,
.pcsoft-sticky-buy__actions {
  letter-spacing: 0;}

.pcsoft-product-layout--keysoft .pcsoft-price-display__current {
  letter-spacing: 0;}

.pcsoft-product-layout--autodesk .pcsoft-buy-card h1 {
  max-width: 740px;
  font-size: clamp(24px, 2.3vw, 31px);
  line-height: 1.25;}

.pcsoft-product-layout--autodesk .pcsoft-lead {
  font-weight: 500;}

.pcsoft-product-layout--autodesk .pcsoft-chip-row--delivery {
  margin-top: 22px;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-block {
  margin: 28px 0 0;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-title {
  margin-bottom: 12px;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-card {
  min-width: 116px;
  padding: 12px 16px;
  text-align: left;}

.pcsoft-product-layout--autodesk .pcsoft-product-variant-card strong {
  font-size: 19px;}

.pcsoft-product-layout--autodesk .pcsoft-price-row {
  margin-top: 30px;
  padding-top: 24px;}

.pcsoft-product-faq-section {
  padding-top: 48px;}

.pcsoft-autodesk-suite {
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--pcsoft-border);
  border-radius: 18px;
  background: #fff;}

.pcsoft-autodesk-suite h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight:700;}

.pcsoft-autodesk-suite__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;}

.pcsoft-autodesk-suite__chip {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid #dde5f1;
  border-radius: 14px;
  background: #fff;
  color: #20232b;
  font-size: 18px;
  font-weight:700;}

.pcsoft-autodesk-suite__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight:700;}

.pcsoft-autodesk-suite__icon--red { background: #d82f56;}
.pcsoft-autodesk-suite__icon--rose { background: #c93d62;}
.pcsoft-autodesk-suite__icon--cyan { background: #41a8c6;}
.pcsoft-autodesk-suite__icon--blue { background: #3478f6;}
.pcsoft-autodesk-suite__icon--indigo { background: #5265e8;}
.pcsoft-autodesk-suite__icon--magenta { background: #b5228b;}
.pcsoft-autodesk-suite__icon--teal { background: #36a3b8;}
.pcsoft-autodesk-suite__icon--amber { background: #c79216;}
.pcsoft-autodesk-suite__icon--violet { background: #b12aa2;}
.pcsoft-autodesk-suite__icon--sky { background: #2f7df0;}
.pcsoft-autodesk-suite__icon--purple { background: #9d2a8e;}

.pcsoft-autodesk-suite__chip--more {
  padding: 0 22px;
  background: #f6f8fc;}

@media (max-width: 720px) {
  .pcsoft-product-layout--autodesk .pcsoft-product-variant-card {
    min-width: 0;
    flex: 1 1 120px;}

  .pcsoft-autodesk-suite {
    padding: 22px;}

  .pcsoft-autodesk-suite h2 {
    font-size: 26px;}

  .pcsoft-autodesk-suite__chip {
    width: 100%;}}

/* Production correction 2026-06-19: keep one- and two-item category grids readable. */
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid--single {
  grid-template-columns: minmax(280px, 360px) !important;
  justify-content: start !important;
  max-width: 360px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid--duo {
  grid-template-columns: repeat(2, minmax(280px, 360px)) !important;
  justify-content: start !important;
  max-width: 746px !important;}

body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid--single > .pcsoft-product-card,
body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid--duo > .pcsoft-product-card {
  justify-self: stretch !important;
  width: 100% !important;}

@media (max-width: 860px) {
  body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid--single,
  body.tax-product_cat .pcsoft-category-layout .pcsoft-product-grid--duo {
    grid-template-columns: 1fr !important;
    max-width: none !important;}}

/* Production correction 2026-06-30: keep support chat clear of the mobile cookie notice. */
@media (max-width: 640px) {
  body:has(#clearfy-cookie.clearfy-cookie--bottom) button[aria-label="Открыть чат поддержки"] {
    display: none !important;}}

/* Production correction 2026-07-05: show product cards as complete vertical artwork. */
.pcsoft-home-approved-product-card {
  height: auto !important;
  max-height: none !important;
  min-height: 560px !important;
  overflow: visible !important;}

.pcsoft-home-approved-product-media {
  aspect-ratio: 3 / 4 !important;
  flex: 0 0 auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 8px !important;}

.pcsoft-home-approved-product-media img,
.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;}

.pcsoft-shell--product-keysoft .pcsoft-product-suggest-card__image {
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;}

/* Production correction 2026-07-05: keep cart recommendations consistent with full product artwork. */
.pcsoft-cart-recommendations .pcsoft-section__head--compact {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  gap: 14px !important;}

.pcsoft-cart-recommendations .pcsoft-section__head--compact > * {
  width: 100% !important;
  min-width: 0 !important;}

.pcsoft-cart-recommendations .pcsoft-section__head--compact h2 {
  width: 100% !important;
  max-width: 100% !important;
  white-space: nowrap !important;}

.pcsoft-cart-recommendations .pcsoft-section__head--compact .pcsoft-button {
  width: 100% !important;
  justify-self: stretch !important;}

.pcsoft-cart-suggest-card__image {
  aspect-ratio: 3 / 4 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 8px !important;}

.pcsoft-cart-suggest-card__image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;}

@media (max-width: 720px) {
  .pcsoft-cart-recommendations .pcsoft-section__head--compact h2 {
    font-size: 26px !important;
    line-height: 1.08 !important;}}

@media (max-width: 420px) {
  .pcsoft-cart-recommendations .pcsoft-section__head--compact h2 {
    font-size: 20px !important;}}

/* Production correction 2026-07-06: show PC-SOFT artwork whole, never as cropped slices. */
.pcsoft-product-layout--keysoft .pcsoft-product-media__frame {
  overflow: visible !important;
  background: transparent !important;}

.pcsoft-product-layout--keysoft .pcsoft-product-media__frame img {
  aspect-ratio: auto !important;
  display: block !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  width: 100% !important;}

.pcsoft-product-card__image,
.pcsoft-compact-card__image,
.pcsoft-product-suggest-card__image,
.pcsoft-cart-suggest-card__image,
.pcsoft-home-approved-product-media {
  overflow: hidden !important;}

.pcsoft-product-card__image img,
.pcsoft-compact-card__image img,
.pcsoft-product-suggest-card__image img,
.pcsoft-cart-suggest-card__image img,
.pcsoft-home-approved-product-media img {
  object-fit: contain !important;}

.pcsoft-home-showcase__track.pcsoft-recommendation-row--showcase > .pcsoft-compact-card,
.pcsoft-recommendation-row > .pcsoft-compact-card {
  overflow: visible !important;}

/* Production correction 2026-07-07: keep carousel arrows outside product artwork. */
@media (min-width: 1025px) {
  .pcsoft-home-approved-scroll .pcsoft-home-approved-arrow--prev {
    left: -68px !important;}

  .pcsoft-home-approved-scroll .pcsoft-home-approved-arrow--next {
    right: -68px !important;}}

@media (max-width: 1024px) {
  .pcsoft-home-approved-scroll .pcsoft-home-approved-arrow {
    top: 44% !important;}}

/* Production correction 2026-07-08: prevent promo artwork height attributes from stretching cards. */
.pcsoft-home-approved-promo-card > span {
  min-width: 0;}

.pcsoft-home-approved-promo-card {
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 16px;}

.pcsoft-home-approved-promo-card h3,
.pcsoft-home-approved-promo-card p {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;}

.pcsoft-home-approved-promo-card .pcsoft-home-approved-primary {
  justify-self: start;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  text-align: center;
  line-height: 1.12;}

.pcsoft-home-approved-promo-card img {
  height: auto;
  max-height: 112px;
  display: block;}

@media (max-width: 860px) {
  .pcsoft-home-approved-promo-card .pcsoft-home-approved-primary {
    max-width: 100%;
    white-space: normal;
    min-height: 44px;
    padding: 0 14px;
    font-size: 15px;}

  .pcsoft-home-approved-promo-card img {
    max-height: 112px;}}

@media (max-width: 360px) {
  .pcsoft-home-approved-promo-card {
    grid-template-columns: minmax(0, 1fr) 84px;
    gap: 12px;
    padding: 20px;}

  .pcsoft-home-approved-promo-card h3 {
    font-size: 22px;
    overflow-wrap: anywhere;}

  .pcsoft-home-approved-promo-card p {
    font-size: 14px;}

  .pcsoft-home-approved-promo-card .pcsoft-home-approved-primary {
    justify-self: stretch;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;}

  .pcsoft-home-approved-promo-card img {
    max-height: 84px;
    border-radius: 14px;}}

/* === V2 подвал FI2 · 5 колонок (макет 33-podval-v6.html, одобрен) === */
.pcsoft-f2-shell{max-width:1200px;margin:0 auto;padding:0 24px}
.pcsoft-f2-band{background:#fff;border-top:1px solid #e6e8ee}
.pcsoft-f2-band__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 24px}
.pcsoft-f2-tb{border:1px solid #e6e8ee;border-radius:14px;padding:14px;display:flex;gap:12px;align-items:center;font-size:12.5px;color:#667085;text-decoration:none}
.pcsoft-f2-tb b{display:block;color:#101828;font-size:13.5px}
.pcsoft-f2-tb__y{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-weight:700;color:#fff;flex:none;font-size:15px}
.pcsoft-f2-tb__y--logo{background:#f1f4fb}
.pcsoft-f2-soon{font-style:normal;font-size:10px;font-weight:700;color:#98a2b3;background:#f1f3f7;border-radius:6px;padding:2px 7px;margin-left:6px}
.pcsoft-f2{background:#fff;border-top:1px solid #e6e8ee;font-size:13.5px;color:#667085}
.pcsoft-f2__grid{display:grid;grid-template-columns:1.3fr .8fr .8fr .8fr .95fr;gap:26px;padding:30px 24px 22px;align-items:start}
.pcsoft-f2 h4{color:#101828;font-size:12px;text-transform:uppercase;letter-spacing:.06em;margin:0 0 14px}
.pcsoft-f2__col a{display:block;padding:5px 0;color:inherit;text-decoration:none}
.pcsoft-f2__col a:hover{color:#173dc2}
.pcsoft-f2__logo{display:inline-flex;align-items:center;gap:11px;font-weight:700;font-size:20px;color:#101828;text-decoration:none;letter-spacing:-.02em}
.pcsoft-f2__lead{line-height:1.7;margin:14px 0 0;color:#475467;font-size:13px}
.pcsoft-f2__sup{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#0f172a;color:#fff !important;border-radius:10px;padding:12px 22px;font-weight:700;font-size:13px;margin-top:16px;text-decoration:none}
.pcsoft-f2__phone{font-weight:700;font-size:19px;line-height:1.2;color:#101828 !important;display:block;text-decoration:none;padding:0 0 5px}
.pcsoft-f2__hours{color:#98a2b3;font-size:13px;line-height:1.65}
.pcsoft-f2__mail{display:flex;gap:9px;align-items:center;padding:10px 0 0;color:#475467}
.pcsoft-f2__req{font-size:12.5px;color:#98a2b3;line-height:1.75;margin-top:14px}
.pcsoft-f2__acc{display:none}
.pcsoft-f2__bottom{border-top:1px solid #e6e8ee;background:#fafbfd}
.pcsoft-f2__bottomrow{display:flex;align-items:center;gap:8px 22px;padding:15px 24px;font-size:12px;color:#8a94a6;flex-wrap:wrap}
.pcsoft-f2__bottomrow a{color:inherit;text-decoration:none}
.pcsoft-f2__bottomrow a:hover{color:#173dc2}
.pcsoft-f2__copy{font-weight:600;color:#667085}
.pcsoft-f2__blinks{margin-left:auto;display:flex;gap:20px;flex-wrap:wrap}
@media(max-width:1000px){
 .pcsoft-f2-band__grid{grid-template-columns:1fr 1fr}
 .pcsoft-f2__grid{grid-template-columns:1fr 1fr 1fr}
 .pcsoft-f2__about{grid-column:1/-1}}
@media(max-width:620px){
 .pcsoft-f2-band__grid{grid-template-columns:1fr;gap:8px;padding:16px 20px}
 .pcsoft-f2__desk{display:none!important}
 .pcsoft-f2__grid{grid-template-columns:1fr;gap:0;padding:0}
 .pcsoft-f2__about{padding:22px 20px 18px}
 .pcsoft-f2__contacts{padding:18px 20px 20px;border-top:1px solid #e6e8ee}
 .pcsoft-f2__req{padding-top:14px;border-top:1px dashed #e6e8ee}
 .pcsoft-f2__sup{width:100%}
 .pcsoft-f2__acc{display:block;border-top:1px solid #e6e8ee}
 .pcsoft-f2__acc details{border-bottom:1px solid #e6e8ee}
 .pcsoft-f2__acc summary{list-style:none;cursor:pointer;padding:15px 20px;font-weight:700;font-size:13px;color:#101828;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;justify-content:space-between}
 .pcsoft-f2__acc summary::-webkit-details-marker{display:none}
 .pcsoft-f2__acc summary::after{content:"";width:9px;height:9px;border-right:2px solid #b6bdc9;border-bottom:2px solid #b6bdc9;transform:rotate(45deg);transition:.2s;margin-top:-4px}
 .pcsoft-f2__acc details[open] summary::after{transform:rotate(-135deg);margin-top:2px}
 .pcsoft-f2__accbody{padding:0 20px 14px}
 .pcsoft-f2__accbody a{display:block;padding:7px 0;color:#667085;text-decoration:none;font-size:13.5px}
 .pcsoft-f2__bottomrow{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 20px}
 .pcsoft-f2__blinks{margin-left:0;gap:10px 18px}
 .pcsoft-f2__req{overflow-wrap:anywhere}}

/* === V2 П4: плоские подсказки поиска (макет 43, финал Ш2-П4) === */
.pcsoft-p4-row{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:11px;text-decoration:none;color:#0d1430}
.pcsoft-p4-row:hover{background:#f4f7ff}
.pcsoft-p4-row__img{width:40px;height:40px;border-radius:9px;object-fit:cover;flex:none;background:#f1f4fb}
.pcsoft-p4-row__img--ph{display:block}
.pcsoft-p4-row__name{flex:1;font-size:14px;font-weight:600;line-height:1.35}
.pcsoft-p4-row__price{font-size:14px;font-weight:700;white-space:nowrap;color:#0d1430}
.pcsoft-p4-empty{padding:14px 12px;color:#8290b7;font-size:13.5px}
.pcsoft-p4-all{display:block;text-align:center;padding:11px 10px 9px;margin-top:4px;border-top:1px solid #eef2fa;color:#2456f0;font-weight:700;font-size:13.5px;text-decoration:none;border-radius:0 0 12px 12px}
.pcsoft-p4-all:hover{background:#f4f7ff}

/* Логотип в подвале: вернуть фирменный тёмный цвет. Общее правило
   .pcsoft-storefront a{color:inherit} специфичнее собственного color
   у .pcsoft-f2__logo и красило его в серый. 2026-07-29 */
.pcsoft-storefront .pcsoft-f2__logo{ color:#101828 }
.pcsoft-storefront .pcsoft-f2__logo:hover{ color:#101828 }

/* Логотип подвала — как в шапке: тот же Golos, вес 700, БЕЗ отрицательного
   трекинга (именно он делал надпись плотнее и «жирнее»). 2026-07-29 */
.pcsoft-storefront .pcsoft-f2__logo{ font-size:22px; letter-spacing:0; font-weight:700 }

/* Логотип подвала = логотип шапки: знак 42×42 со скруглением 14px,
   надпись 25px весом 700, зазор 11px. Раньше подвальный был мельче
   (знак 34, текст 22) и потому смотрелся иначе. 2026-07-29 */
.pcsoft-storefront .pcsoft-f2__logo{ font-size:25px; letter-spacing:0; font-weight:700; gap:11px }
.pcsoft-storefront .pcsoft-f2__logo img,
.pcsoft-storefront .pcsoft-f2__logo svg{ width:42px; height:42px; border-radius:14px }

/* ссылка «все выпуски» под блоком покупки в статье — добавлено 29.07.2026 */
.pcsoft-article-offers__more,
.pcsoft-inline-products .pcsoft-article-offers__more { margin: 14px 0 0; font-size: 14px; }
.pcsoft-article-offers__more a { color: #2456f0; font-weight: 600; text-decoration: none; }
.pcsoft-article-offers__more a:hover { text-decoration: underline; }

.pcsoft-f2-tb b{display:block;color:#101828;font-size:13.5px;line-height:1.35}
.pcsoft-f2-soon{display:inline-block;margin:5px 0 0;font-style:normal;background:#f5f8ff;color:#2456f0;border-radius:20px;padding:2px 9px;font-size:10.5px;font-weight:600;line-height:1.5}
.pcsoft-f2-tb b span{display:block}

.pcsoft-f2-tb b{display:block;white-space:nowrap;color:#101828;font-size:13.5px;line-height:1.35}
.pcsoft-f2-soon{display:table;margin:5px 0 0;font-style:normal;background:#f5f8ff;color:#2456f0;border-radius:20px;padding:2px 9px;font-size:10.5px;font-weight:600;line-height:1.5;white-space:nowrap}
.pcsoft-f2-tb > span{min-width:0}

/* ============================================================
   Подвал: логотип и телефон на ступень легче.
   Логотип шёл 700 при кегле 25px, телефон 700 при 19px — в Golos
   это читается тяжелее, чем в Inter, под который подбирались числа.
   Правка по замечанию владельца 31.07.2026.
   ============================================================ */
.pcsoft-storefront .pcsoft-f2__logo{font-weight:600}
.pcsoft-f2__phone{font-weight:600}

/* Нижняя строка подвала: #8a94a6 на #fafbfd даёт контраст 2.95
   при норме 4.5 — юридические ссылки читались как выключенные.
   #616b7e даёт 5.18 и не выбивается из серой гаммы. */
.pcsoft-f2__bottomrow{color:#616b7e}

/* Заголовок блока отзывов лежит во flex-ряду вместе с рейтингом,
   собственный отступ ему задавать нельзя — он бы поднял заголовок
   относительно соседей. Воздух даём контейнеру. */
.pcac .pcrev-top{margin-bottom:28px}

/* Логотип подвала: текст лежит во вложенном <b> со своим весом 700 —
   правило на самой ссылке .pcsoft-f2__logo до него не доходило,
   поэтому прошлая правка веса ничего не изменила.
   Ставим 600: в шапке логотип соседствует с чёрной кнопкой «Каталог»
   и на её фоне читается легче, в подвале стоит один на белом и при
   том же весе выглядит тяжелее. Ступень вниз уравнивает их на глаз. */
.pcsoft-storefront .pcsoft-f2__logo b,
.pcsoft-storefront .pcsoft-f2__logo strong,
.pcsoft-f2__logo b{font-weight:600}

/* ═══════════════════════════════════════════════════════════════════════════
   КАТЕГОРИЯ — раскладка «Е · Дерево слева». Утверждена Антоном 02.08.2026.
   Макеты: 74-kategoriya-E-derevo.html, 75-podkategoriya-windows-11.html
   Токены — из home.v012.css (язык главной), ничего не изобретено:
     ink #0e1420 · muted #69758c · line #e7eaf0 · blue #2456f0 · soft #eef3ff
     gray #f5f6f8 · радиусы 14/18/20/24 · шаг 14–16
   Блок дописан в конец файла осознанно: правила бьются с существующими
   один в один по селектору и должны выигрывать порядком, а не !important.
   ═══════════════════════════════════════════════════════════════════════════ */

:root{
  --pck-ink:#0e1420; --pck-mut:#69758c; --pck-line:#e7eaf0; --pck-blue:#2456f0;
  --pck-blued:#173dc2; --pck-soft:#eef3ff; --pck-gray:#f5f6f8;
}

/* ── две колонки: дерево + товары ── */
.pcsoft-category-layout{
  display:grid; grid-template-columns:268px 1fr; gap:26px; align-items:start;
}
.pcsoft-category-layout__main{min-width:0}

/* ── дерево каталога слева ── */
.pcsoft-category-sidebar{position:sticky; top:78px}
.pcsoft-category-sidebar .pcsoft-category-sidebar__panel{
  background:transparent; border:0; box-shadow:none; padding:0; border-radius:0;
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__head{margin:0 0 12px 14px; padding:0; border:0}.pcsoft-category-sidebar .pcsoft-category-sidebar__list{display:block}
.pcsoft-category-sidebar .pcsoft-category-sidebar__item{
  background:var(--pck-gray); border:0; border-radius:14px; margin:0 0 6px;
  overflow:hidden; box-shadow:none; padding:0;
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__link{
  display:flex; align-items:center; gap:10px; padding:12px 16px;
  font-size:14px; font-weight:600; color:var(--pck-ink); background:none;
  border:0; list-style:none; cursor:pointer; transition:.14s;
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__link::-webkit-details-marker{display:none}
.pcsoft-category-sidebar .pcsoft-category-sidebar__link:hover{background:#eceef3}
.pcsoft-category-sidebar .pcsoft-category-sidebar__item[open]{
  background:#fff; box-shadow:0 0 0 1.5px var(--pck-line) inset;
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__item[open] > .pcsoft-category-sidebar__link,
.pcsoft-category-sidebar .pcsoft-category-sidebar__link.is-active{
  background:var(--pck-soft); color:var(--pck-blued);
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__tree{padding:6px; border:0; margin:0}
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink{
  display:flex; align-items:center; gap:10px; padding:9px 12px; border-radius:10px;
  font-size:13.5px; font-weight:400; color:#3d4a63; border:0; transition:.13s;
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink:hover{
  background:var(--pck-gray); color:var(--pck-ink);
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink.is-active{
  background:var(--pck-blue); color:#fff; font-weight:600;
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink.is-active span,
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink.is-active em,
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink.is-active b{color:inherit}
/* счётчик у пунктов — вправо, приглушённо */
.pcsoft-category-sidebar .pcsoft-category-sidebar__link > :last-child,
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink > :last-child{
  margin-left:auto; font-size:12px; font-weight:600; color:var(--pck-mut);
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__sublink.is-active > :last-child{
  color:rgba(255,255,255,.75);
}
.pcsoft-category-sidebar .pcsoft-category-sidebar__support{
  margin-top:14px; padding:0; border:0; background:none;
}

/* ── чипы подкатегорий над сеткой ── */
.pcsoft-category-tag-nav{margin:0 0 18px}
.pcsoft-category-tag-nav__row{display:flex; gap:8px; flex-wrap:wrap}
.pcsoft-category-tag{
  background:var(--pck-gray); border:0; border-radius:99px; padding:9px 16px;
  font-size:13.5px; font-weight:600; color:var(--pck-ink); transition:.14s;
}
.pcsoft-category-tag:hover{background:var(--pck-soft); color:var(--pck-blued)}
.pcsoft-category-tag.is-active,
.pcsoft-category-tag[aria-current="page"]{background:var(--pck-ink); color:#fff}

/* ── сетка товаров: три в ряд, крупные карточки ── */
.pcsoft-category-layout__main .pcsoft-product-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px;
}
.pcsoft-category-layout__main .pcsoft-product-card{
  background:#fff; border:0; border-radius:20px; overflow:hidden; padding:0;
  display:flex; flex-direction:column; transition:.18s;
  box-shadow:0 0 0 1px var(--pck-line);
}
.pcsoft-category-layout__main .pcsoft-product-card:hover{
  box-shadow:0 24px 54px rgba(14,20,32,.15); transform:translateY(-3px);
}
/* обложка во всю ширину карточки, 3:4 — «обложка-герой» */
.pcsoft-category-layout__main .pcsoft-product-card__image{
  position:relative; aspect-ratio:3/4; overflow:hidden;
  background:var(--pck-gray); margin:0; border-radius:0; padding:0;
}
.pcsoft-category-layout__main .pcsoft-product-card__image img{
  width:100%; height:100%; object-fit:cover; border-radius:0; display:block;
}
.pcsoft-category-layout__main .pcsoft-product-card__body{
  padding:15px 17px 17px; display:flex; flex-direction:column; flex:1; gap:7px;
}
.pcsoft-category-layout__main .pcsoft-product-card__body > h3,
.pcsoft-category-layout__main .pcsoft-product-card__body > a > h3{
  font-size:14px; line-height:1.35; font-weight:600; letter-spacing:0; margin:0;
}
.pcsoft-category-layout__main .pcsoft-product-card__meta{
  font-size:11.5px; color:#9aa4b6; margin:0;
}
.pcsoft-category-layout__main .pcsoft-product-card__bottom{
  margin-top:auto; padding-top:12px; display:flex; flex-direction:column; gap:12px;
}
.pcsoft-category-layout__main .pcsoft-price-stack{font-size:18px; font-weight:600; letter-spacing:-.01em}
.pcsoft-category-layout__main .pcsoft-price-stack del,
.pcsoft-category-layout__main .pcsoft-price-stack s{
  font-size:12.5px; font-weight:400; color:var(--pck-mut); margin-left:7px;
}
/* кнопка «в корзину» — сплошной фирменный синий, во всю ширину */
.pcsoft-category-layout__main .pcsoft-product-card .pcsoft-button-row{
  display:flex; flex-direction:column; gap:8px; margin:0;
}
.pcsoft-category-layout__main .pcsoft-product-card .pcsoft-button{
  width:100%; justify-content:center; border-radius:11px; padding:11px 16px;
  font-weight:600; font-size:13px;
}
.pcsoft-category-layout__main .pcsoft-product-card .pcsoft-button--cart,
.pcsoft-category-layout__main .pcsoft-product-card .pcsoft-button:not(.pcsoft-button--ghost){
  background:var(--pck-blue); color:#fff; border-color:var(--pck-blue);
}
.pcsoft-category-layout__main .pcsoft-product-card .pcsoft-button:not(.pcsoft-button--ghost):hover{
  background:var(--pck-blued); border-color:var(--pck-blued);
}
.pcsoft-category-layout__main .pcsoft-product-card .pcsoft-button--ghost{
  background:transparent; color:var(--pck-blue); border:0; padding:2px 0;
  font-size:12.5px; text-decoration:none;
}

/* ── адаптив: точки те же, что на главной ── */
@media(max-width:1000px){
  .pcsoft-category-layout{grid-template-columns:1fr}
  .pcsoft-category-sidebar{position:static}
  .pcsoft-category-layout__main .pcsoft-product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .pcsoft-category-layout__main .pcsoft-product-grid{grid-template-columns:repeat(2,1fr); gap:10px}
  .pcsoft-category-layout__main .pcsoft-product-card{border-radius:16px}
  .pcsoft-category-layout__main .pcsoft-product-card__body{padding:12px 13px 14px}
}

/* v177: у картинок в разметке проставлены атрибуты width/height (это правильно —
   без них прыгает вёрстка). Но если CSS страницы почему-то не применился,
   браузер сжимает картинку по ширине и оставляет высоту из атрибута — обложка
   превращается в узкую вертикальную полосу во весь экран. Одна строка страховки:
   пропорции держим всегда, независимо от того, доехал ли CSS конкретной страницы. */
.pcsoft-storefront img[width][height]{height:auto}

/* v178 (2026-08-08): поиск — hero-форма на выдаче, подсказки в hero главной, «показать все» */
.pcsoft-search-hero-form{margin-top:22px;max-width:680px}
.pcsoft-search-hero-form .pcsoft-topbar-search__input{height:56px;font-size:16px;padding-left:20px;border-radius:16px}
.pcsoft-search-hero-form .pcsoft-topbar-search__submit{height:44px;width:44px}
.phv2-search2{position:relative}
.phv2-search2 .pcsoft-topbar-search__results{text-align:left}
.pcsoft-search-showall{display:flex;justify-content:center;margin:18px 0 0}
.pcsoft-search-showall__button{min-width:300px;justify-content:center}

/* v180 (2026-08-08): подсказки поиска — воздух и лёгкость; страницы-документы — спокойный заголовок без чипа */
.pcsoft-topbar-search__results{padding:10px;border-radius:18px;border:1px solid #e7edf6;box-shadow:0 24px 64px rgba(11,18,32,.14)}
.pcsoft-topbar-search__section-title{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8a97ad;padding:8px 12px 4px;font-weight:600}
.pcsoft-topbar-search__item{border:0}
.pcsoft-p4-row{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:12px;transition:background .15s}
.pcsoft-p4-row:hover{background:#f3f6fd}
.pcsoft-p4-row__img{width:40px;height:40px;flex:none;object-fit:contain;background:#f5f7fb;border:1px solid #edf1f8;border-radius:10px;padding:3px}
.pcsoft-p4-row__name{font-size:14px;font-weight:500;color:#0b1220;line-height:1.35;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pcsoft-p4-row__price,.pcsoft-p4-row>span:last-child{font-weight:600;font-size:14px;color:#0b1220;font-variant-numeric:tabular-nums;margin-left:auto;white-space:nowrap;flex:none}
.pcsoft-topbar-search__all,.pcsoft-topbar-search__results>a:last-child{display:block;text-align:center;padding:11px 12px;margin-top:6px;border-top:1px solid #eef2f8;color:#2456f0;font-weight:500}body.page .pcsoft-article-title{font-size:clamp(28px,3.2vw,38px);letter-spacing:-.01em;margin-top:0}

/* v181: мини-обложки в подсказках — вертикальные, как коробки */
.pcsoft-p4-row__img{width:33px;height:44px;object-fit:cover;border-radius:8px;padding:0}

/* v182 · 08.08.2026 ─ Подвал компактнее, кнопка «Поддержка» в колонке «О компании».
   Кнопка ушла из колонки бренда под ссылку «Гарантия» (просьба Антона),
   высота подвала сжата: меньше вертикальных отступов полосы, сетки и низа. */
.pcsoft-f2__sup--col{margin-top:12px;padding:10px 18px;font-size:12.5px;border-radius:9px;gap:7px}
.pcsoft-f2-band__grid{padding:14px 24px;gap:12px}
.pcsoft-f2-tb{padding:12px 14px}
.pcsoft-f2__grid{padding:22px 24px 14px;gap:24px}
.pcsoft-f2 h4{margin:0 0 10px}
.pcsoft-f2__col a{padding:4px 0}
.pcsoft-f2__lead{margin:12px 0 0}
.pcsoft-f2__bottomrow{padding:12px 24px}
@media (max-width:720px){
 .pcsoft-f2__about{padding:18px 20px 14px}
 .pcsoft-f2__sup--col{width:100%;margin:10px 0 4px}
}

/* v183 · 08.08.2026 ─ Архив статей: обложки в карточках, без чипов и кнопок
   «Читать материал»; шапка архива без белой плашки и дубля заголовка. */
.pcsoft-blog-hero{padding:6px 0 2px;max-width:780px}
.pcsoft-blog-hero h1{margin:0 0 10px}
.pcsoft-blog-head--clean{margin-bottom:6px}
.pcsoft-post-card--cover{padding:0;overflow:hidden;display:flex;flex-direction:column}
.pcsoft-post-card__img{display:block;aspect-ratio:16/9;overflow:hidden;background:#f1f4fb}
.pcsoft-post-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.pcsoft-post-card--cover:hover .pcsoft-post-card__img img{transform:scale(1.03)}
.pcsoft-post-card__body{padding:16px 20px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.pcsoft-post-card--cover .pcsoft-post-card__title{margin:0}
.pcsoft-post-card--cover .pcsoft-post-card__excerpt{margin:0}
.pcsoft-post-card__foot{margin-top:auto;padding-top:10px;font-size:12.5px;color:#8a94a6;display:flex;gap:7px;align-items:center;font-variant-numeric:tabular-nums}

/* v184 · 08.08.2026 ─ Кегль H1 архива статей: длинный SEO-заголовок
   переносился на три строки, компактнее и шире колонка. */
.pcsoft-blog-hero{max-width:900px}
.pcsoft-blog-hero h1{font-size:33px;line-height:1.22}

/* v185 (2026-08-09): «Поддержка» в подвале — обычная ссылка, не плашка */
.pcsoft-f2__sup,.pcsoft-f2__sup--col{background:none !important;color:inherit !important;padding:4px 0 !important;margin:2px 0 0 !important;font-weight:400 !important;font-size:inherit !important;border-radius:0 !important;justify-content:flex-start;gap:6px;width:auto !important;box-shadow:none !important}
.pcsoft-f2__sup svg,.pcsoft-f2__sup img{display:none}
.pcsoft-f2__sup:hover{color:#2456f0 !important}

/* v186 (2026-08-09): hero-дропдауны поиска — симметрия и воздух поверх любых перекрытий; блог — hero по центру в одну строку, FAQ вместо гармошки */
.phv2-search2 [data-pcsoft-search-results],.pcsoft-search-hero-form [data-pcsoft-search-results]{left:0 !important;right:0 !important;width:100% !important;padding:10px !important;border-radius:18px !important;border:1px solid #e7edf6 !important;box-shadow:0 24px 64px rgba(11,18,32,.14) !important;background:#fff}
.phv2-search2 .pcsoft-p4-row,.pcsoft-search-hero-form .pcsoft-p4-row{display:flex;align-items:center;gap:12px;padding:9px 12px !important;border-radius:12px}
.phv2-search2 .pcsoft-p4-row:hover,.pcsoft-search-hero-form .pcsoft-p4-row:hover{background:#f3f6fd}
.phv2-search2 .pcsoft-p4-row__img,.pcsoft-search-hero-form .pcsoft-p4-row__img{width:33px !important;height:44px !important;object-fit:contain !important;background:#f5f7fb !important;border:1px solid #edf1f8 !important;border-radius:8px !important;padding:2px !important;flex:none}
.phv2-search2 .pcsoft-p4-row__name,.pcsoft-search-hero-form .pcsoft-p4-row__name{font-size:14.5px;font-weight:500}
.pcsoft-blog-hero{text-align:center;margin:6px auto 0;max-width:1100px}
.pcsoft-blog-hero h1{font-size:clamp(28px,3vw,38px);letter-spacing:-.01em;margin-bottom:12px}
.pcsoft-blog-hero .pcsoft-lead{margin:0 auto}
@media (min-width:1240px){.pcsoft-blog-hero h1,.pcsoft-blog-hero .pcsoft-lead{white-space:nowrap}}
.pcsoft-bfaq{background:#fff;border:1px solid #e7edf6;border-radius:18px;padding:10px 22px}
.pcsoft-bfaq__title{font-size:20px;font-weight:600;margin:14px 0 6px}
.pcsoft-bfaq__item{border-top:1px solid #eef2f8}
.pcsoft-bfaq__item:first-of-type{border-top:0}
.pcsoft-bfaq__item summary{cursor:pointer;font-weight:500;font-size:15px;padding:13px 0;list-style:none;display:flex;justify-content:space-between;align-items:center;color:#0b1220}
.pcsoft-bfaq__item summary::-webkit-details-marker{display:none}
.pcsoft-bfaq__item summary::after{content:"+";font-size:18px;color:#2456f0;margin-left:14px;flex:none}
.pcsoft-bfaq__item[open] summary::after{content:"\2212"}
.pcsoft-bfaq__item p{margin:0 0 14px;color:#3d4c66;font-size:14.5px;line-height:1.55;max-width:900px}

/* v187 (2026-08-09): «Поддержка» в подвале снова кнопка — компактная, выровненная, по прямому указанию Антона */
.pcsoft-f2__sup,.pcsoft-f2__sup--col{background:#0f172a !important;color:#fff !important;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px !important;margin:14px 0 0 !important;font-weight:600 !important;font-size:13px !important;line-height:1;border-radius:10px !important;width:auto !important;box-shadow:none !important;text-decoration:none}
.pcsoft-f2__sup svg,.pcsoft-f2__sup img{display:inline-block !important;width:15px;height:15px;flex:none}
.pcsoft-f2__sup:hover{background:#1e2c4f !important;color:#fff !important}
@media (max-width:720px){.pcsoft-f2__acc .pcsoft-f2__sup{width:100% !important;justify-content:center}}

/* v188 (2026-08-09): пагинация спокойным весом; заголовок FAQ блога человеческого размера */
.pcsoft-pagination .page-numbers{font-weight:500}
.pcsoft-pagination .page-numbers.current{font-weight:600}
.pcsoft-bfaq h2.pcsoft-bfaq__title{font-size:22px !important;margin:16px 0 4px}

/* v189 (2026-08-09): кнопка «Поддержка» — флекс с центровкой поверх колоночного display:block */
.pcsoft-f2__sup,.pcsoft-f2__sup--col{display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important}
.pcsoft-f2__sup svg{vertical-align:middle;position:relative;top:0}

/* ============================================================
   v189 (2026-08-09): единый вид документов магазина (.pcdoc):
   оферта, политика ПДн, обмен и возврат, гарантия, помощь, о нас.
   Шапка с чипами, sticky-оглавление слева (мобайл — details),
   реквизиты сеткой dl.pcdoc-req, блок поддержки и перелинковка.
   ============================================================ */
html:has(.pcdoc){scroll-behavior:auto}
.pcdoc{padding:36px 44px 40px}
.pcdoc__head .pcsoft-article-title{margin:0 0 14px;font-size:clamp(29px,2.4vw,38px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--pcsoft-text)}
.pcdoc__meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 4px}
.pcdoc__chip{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid var(--pcsoft-border);border-radius:999px;background:#fff;font-size:12.5px;font-weight:500;color:var(--pcsoft-muted)}
.pcdoc__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;margin-top:16px}
.pcdoc__toc{display:none}
.pcdoc__toc-m{margin:0 0 16px;border:1px solid var(--pcsoft-border);border-radius:14px;background:#fff}
.pcdoc__toc-m summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;cursor:pointer;list-style:none;font-size:15px;font-weight:600;color:var(--pcsoft-text)}
.pcdoc__toc-m summary::-webkit-details-marker{display:none}
.pcdoc__toc-m summary::after{content:"";flex:0 0 auto;width:8px;height:8px;margin-right:3px;border-right:2px solid var(--pcsoft-muted);border-bottom:2px solid var(--pcsoft-muted);transform:rotate(45deg);transition:transform .18s ease}
.pcdoc__toc-m[open] summary::after{transform:rotate(-135deg)}
.pcdoc__toc-m ol{margin:0;padding:0 16px 14px;list-style:none}
.pcdoc__toc-m li{padding:3px 0;font-size:14.5px;color:var(--pcsoft-muted)}
.pcdoc__toc a,.pcdoc__toc-m a{color:inherit;text-decoration:none}
.pcdoc__toc a:hover,.pcdoc__toc-m a:hover{color:var(--pcsoft-primary)}
.pcdoc__body{max-width:860px;font-size:16.5px;line-height:1.75;color:#33465e}
.pcdoc__body>p:first-child{font-size:17.5px;line-height:1.65;color:var(--pcsoft-text)}
.pcdoc__body h2{margin:30px 0 10px;font-size:clamp(20px,1.4vw,23px);font-weight:600;line-height:1.25;letter-spacing:-.02em;color:var(--pcsoft-text);scroll-margin-top:96px}
.pcdoc__body h2:first-child{margin-top:0}
.pcdoc__body h3{margin:22px 0 8px;font-size:18px;font-weight:600;color:var(--pcsoft-text)}
.pcdoc__body p{margin:0 0 14px}
.pcdoc__body ul,.pcdoc__body ol{margin:0 0 16px;padding-left:22px}
.pcdoc__body li{margin:6px 0}
.pcdoc__body li::marker{color:var(--pcsoft-primary)}
.pcdoc__body a{color:var(--pcsoft-primary);text-decoration:none;border-bottom:1px solid rgba(36,86,240,.28);transition:border-color .15s ease}
.pcdoc__body a:hover{border-bottom-color:var(--pcsoft-primary)}
.pcdoc__body img{max-width:100%;height:auto;border-radius:12px}
.pcdoc-req{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:8px 0 18px;border:1px solid var(--pcsoft-border);border-radius:14px;overflow:hidden;background:var(--pcsoft-border)}
.pcdoc-req>div{background:#fff;padding:12px 16px;min-width:0}
.pcdoc-req dt{margin:0 0 3px;font-size:12.5px;font-weight:500;color:var(--pcsoft-muted)}
.pcdoc-req dd{margin:0;font-size:15px;line-height:1.5;color:var(--pcsoft-text);overflow-wrap:anywhere}
.pcdoc-req>div:last-child:nth-child(odd){grid-column:1/-1}
.pcdoc__foot{margin-top:32px}
.pcdoc__help{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px;padding:20px 24px;border:1px solid var(--pcsoft-border);border-radius:16px;background:#fff}
.pcdoc__help-text h2{margin:0 0 6px;font-size:19px;font-weight:600;letter-spacing:-.01em;color:var(--pcsoft-text)}
.pcdoc__help-text p{margin:0;font-size:14.5px;line-height:1.55;color:var(--pcsoft-muted);max-width:560px}
.pcdoc__help-actions{display:flex;flex-wrap:wrap;gap:10px}
.pcdoc__help-actions .pcsoft-button{min-height:46px}
.pcdoc__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}
.pcdoc__links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;border:1px solid var(--pcsoft-border);border-radius:14px;background:#fff;font-size:14.5px;font-weight:600;color:var(--pcsoft-text);text-decoration:none;transition:border-color .15s ease,color .15s ease}
.pcdoc__links a::after{content:"→";font-weight:400;color:var(--pcsoft-muted);transition:color .15s ease}
.pcdoc__links a:hover{border-color:var(--pcsoft-primary);color:var(--pcsoft-primary)}
.pcdoc__links a:hover::after{color:var(--pcsoft-primary)}
@media (min-width:1024px){
  .pcdoc__grid{grid-template-columns:248px minmax(0,1fr);gap:10px 44px}
  .pcdoc__grid--single{grid-template-columns:minmax(0,1fr)}
  .pcdoc__toc{display:block;position:sticky;top:96px;align-self:start;padding-right:20px;border-right:1px solid var(--pcsoft-border)}
  .pcdoc__toc-title{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--pcsoft-muted)}
  .pcdoc__toc ol{list-style:none;margin:0;padding:0}
  .pcdoc__toc li{margin:0}
  .pcdoc__toc a{display:block;padding:6px 10px;border-left:2px solid transparent;font-size:13.5px;line-height:1.4;color:var(--pcsoft-muted)}
  .pcdoc__toc a:hover{border-left-color:var(--pcsoft-primary);color:var(--pcsoft-primary)}
  .pcdoc__toc-m{display:none}
}
@media (max-width:760px){
  .pcdoc{padding:22px 16px 26px}
  .pcdoc__body{font-size:15.5px}
  .pcdoc__body>p:first-child{font-size:16.5px}
  .pcdoc-req{grid-template-columns:minmax(0,1fr)}
  .pcdoc__links{grid-template-columns:minmax(0,1fr)}
  .pcdoc__help{padding:16px}
}

/* ============================================================
   v194 (2026-08-09).
   1. Ховер призрачных кнопок: базовое .pcsoft-button:hover красило фон
      в синий, а color у --ghost стоит с !important — получался тёмный
      текст на синем (Антон поймал на кнопке «Каталог» в корзине).
   2. Кнопка «Оформить заказ» крупнее — главное действие корзины.
   3. Бейдж выгоды в баннере комплекта: скидку видно, а не читают.
   ============================================================ */

/* 1. Ховер призрачных и мягких кнопок — светлый фон, синий контур и текст */
.pcsoft-button--ghost:hover,
.pcsoft-button--soft:hover,
.pcsoft-button--ghost:focus-visible,
.pcsoft-button--soft:focus-visible{
  background:#eef4ff;
  border-color:var(--pcsoft-primary);
  color:var(--pcsoft-primary-dark) !important;
}

/* 2. Главная кнопка корзины */
.pcsoft-cart-sumcard__cta{
  min-height:58px;
  font-size:18px;
  font-weight:600;
  letter-spacing:-.01em;
  border-radius:16px;
}
@media (max-width:760px){
  .pcsoft-cart-sumcard__cta{min-height:54px;font-size:17px}
}

/* 3. Бейдж выгоды в баннере комплекта */
.pcsoft-cart-upsell__save{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1px;
  min-width:96px;
  padding:9px 14px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 2px 10px rgba(6,58,40,.16);
}
.pcsoft-cart-upsell__save b{
  font-size:20px;
  font-weight:700;
  line-height:1.05;
  letter-spacing:-.02em;
  color:#0f7a4f;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.pcsoft-cart-upsell__save span{
  font-size:11.5px;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#4b6a5c;
}
@media (max-width:760px){
  .pcsoft-cart-upsell__save{
    min-width:0;
    flex-direction:row;
    gap:6px;
    align-self:flex-start;
    padding:7px 12px;
  }
  .pcsoft-cart-upsell__save b{font-size:17px}
}
