:root {
  --pcsoft-bg: #f4f7fb;
  --pcsoft-surface: #ffffff;
  --pcsoft-surface-dark: #101c30;
  --pcsoft-surface-soft: #eef4ff;
  --pcsoft-border: #d8e4f1;
  --pcsoft-text: #102033;
  --pcsoft-muted: #5f6f84;
  --pcsoft-primary: #1463ff;
  --pcsoft-primary-dark: #0d47bd;
  --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;
}

/* 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: 900;
}

.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: 850;
  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: 900;
}

.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: 900 !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: 850 !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: 900 !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: auto !important;
  max-height: 176px !important;
  max-width: 88% !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: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.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: 800;
  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: 900;
}

.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: 950;
}

.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: 950;
  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: 850;
  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: 950;
  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: 800;
  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-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: 900;
}

.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: 950;
}

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

.pcsoft-home-approved-seo-card a {
  color: #2856e8;
  font-weight: 900;
  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: 950;
}

.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: "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(20, 99, 255, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(14, 165, 163, 0.08), transparent 22%),
    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-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: linear-gradient(135deg, var(--pcsoft-primary), #0b8fe6);
  color: #fff;
  font-weight: 800;
  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: 800;
  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: 800;
}

.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-topbar-search__results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  width: min(640px, calc(100vw - 40px));
  min-width: 100%;
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--pcsoft-border);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 26px 50px rgba(16, 32, 51, 0.16);
  z-index: 45;
  max-height: min(72vh, 640px);
  overflow-y: auto;
}

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

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

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

.pcsoft-topbar-search__section-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pcsoft-muted);
}

.pcsoft-topbar-search__list {
  display: grid;
  gap: 8px;
}

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

.pcsoft-topbar-search__item:hover {
  transform: translateY(-1px);
  border-color: #cddcf4;
  box-shadow: 0 14px 28px rgba(16, 32, 51, 0.08);
  background: #fbfdff;
}

.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: 800;
  white-space: nowrap;
}

.pcsoft-topbar-search__item--category {
  padding: 16px 18px;
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  border-color: #d7e4f5;
}

.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;
  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;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, var(--pcsoft-primary), var(--pcsoft-primary-dark));
  border: 0;
  box-shadow: var(--pcsoft-shadow-soft);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}

.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: 800;
}

.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-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--pcsoft-primary-dark);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.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: 800;
}

.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: 800;
  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.04em;
}

.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: linear-gradient(135deg, var(--pcsoft-primary), var(--pcsoft-primary-dark));
  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%;
  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-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.04em;
  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: 800;
}

.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--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.042em;
  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: 800;
  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: linear-gradient(135deg, var(--pcsoft-primary), var(--pcsoft-primary-dark));
  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-eyebrow {
  margin-bottom: 0;
  min-width: 0;
}

.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: 800;
}

.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.04em;
  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: 800;
}

.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: 800;
  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-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 > .pcsoft-eyebrow {
  margin-bottom: 12px;
}

.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: 800;
  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: 800;
  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-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-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-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.04em;
    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: 800;
  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: 900;
}

.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: 800;
}

.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: 900;
  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: 900;
  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: 900;
  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: 800;
  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: 900;
  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: 900;
}

.pcsoft-home-approved-banner-title {
  display: block;
  color: #fff;
  font-size: clamp(31px, 3.2vw, 48px);
  font-weight: 950;
  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: 800;
  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: 950;
  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: 950;
  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: 900;
  text-decoration: line-through;
}

.pcsoft-home-approved-rating {
  display: block;
  margin-top: 14px;
  color: #5f6b7f;
  font-size: 16px;
  font-weight: 900;
}

.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: 950;
  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: 850;
  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: 950;
  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: 850;
  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: 850;
}

.pcsoft-home-approved-article-title {
  display: block;
  color: #fff;
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 950;
  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: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.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: 800;
  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: 900;
}

.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: 950;
}

.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: 950;
  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: 850;
  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: 950;
  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: 800;
  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: 900;
}

.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: 950;
}

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

.pcsoft-home-approved-seo-card a {
  color: #2856e8;
  font-weight: 900;
  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: 950;
}

.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 img {
    position: static;
    width: 100%;
    opacity: 1;
  }

  .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: 900 !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: 850 !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: 900 !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: linear-gradient(135deg, var(--pcsoft-primary), var(--pcsoft-primary-dark)) !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;
}

/* PageSpeed accessibility contrast tune-up. */
.pcsoft-home-approved-section-head p,
.pcsoft-home-approved-category-card p,
.pcsoft-home-approved-article-card p {
  color: #566176;
}

.pcsoft-price-display__old,
.pcsoft-home-approved-price .pcsoft-price-display__old {
  color: #5f6b7f;
}

.pcsoft-home-approved-seo-summary {
  color: #566176;
}

#clearfy-cookie-accept {
  background: #1f5fd6;
}
