@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-cyrillic-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/onest-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body.edc-equipment-site {
  --edc-ink: #111210;
  --edc-paper: #f1f2f0;
  --edc-line: #dfe1dc;
  --edc-muted: #686b65;
  --edc-hover: #30322e;
  --edc-equipment-surface: #eef0ee;
  --edc-equipment-surface-strong: #e8eae6;
  --edc-equipment-control: 7px;
  --edc-equipment-media: 10px;
  --edc-equipment-sheet: 14px;
  --edc-equipment-ease: cubic-bezier(.22, 1, .36, 1);
  background: var(--edc-white);
  color: var(--edc-ink);
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
body.edc-equipment-site ::selection {
  background: var(--edc-ink);
  color: var(--edc-white);
}
body.edc-equipment-site,
body.edc-equipment-site button,
body.edc-equipment-site input,
body.edc-equipment-site select,
body.edc-equipment-site textarea {
  font-family: "Onest", Arial, sans-serif;
}
body.edc-equipment-site input,
body.edc-equipment-site textarea {
  caret-color: var(--edc-ink);
}
body.edc-equipment-site h1,
body.edc-equipment-site h2,
body.edc-equipment-site h3,
body.edc-equipment-site h4,
body.edc-equipment-site .edc-primary-nav,
body.edc-equipment-site .edc-product-card__price strong {
  font-family: "Onest", Arial, sans-serif;
}
body.edc-equipment-site h1 {
  max-width: 22ch;
  margin-bottom: 28px;
  font-size: clamp(42px, 3.8vw, 52px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.035em;
  text-wrap: balance;
}
body.edc-equipment-site h2 {
  font-size: clamp(30px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}
body.edc-equipment-site h3 {
  font-weight: 600;
}
body.edc-equipment-site a {
  text-underline-offset: 3px;
}
body.edc-equipment-site :focus-visible {
  outline: 2px solid var(--edc-focus);
  outline-offset: 3px;
}
body.edc-equipment-site * {
  scrollbar-color: #c3c7bf transparent;
  scrollbar-width: thin;
}

/* One navigation layer across every storefront route. */
body.edc-equipment-site .edc-utility {
  display: none;
}
body.edc-equipment-site .edc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom-color: rgba(17, 18, 16, .09);
  background: rgba(255, 255, 255, .94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
body.edc-equipment-site .edc-header__main {
  min-height: 76px;
  gap: clamp(18px, 2.4vw, 38px);
}
body.edc-equipment-site .edc-logo img {
  width: 150px;
  height: auto;
}
body.edc-equipment-site .edc-primary-nav {
  gap: clamp(18px, 1.7vw, 28px);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}
body.edc-equipment-site .edc-search {
  height: 44px;
  overflow: hidden;
  border: 0;
  border-radius: var(--edc-equipment-control);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-search input {
  padding-inline: 15px;
  font-size: 14px;
}
body.edc-equipment-site .edc-search button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--edc-ink);
}
body.edc-equipment-site .edc-header-action,
body.edc-equipment-site .edc-icon-button {
  border-radius: var(--edc-equipment-control);
}
body.edc-equipment-site .edc-header-action:hover,
body.edc-equipment-site .edc-icon-button:hover {
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-catalog-panel {
  max-height: calc(100dvh - 76px);
  border-top-color: var(--edc-line);
  border-bottom: 0;
  border-radius: 0 0 var(--edc-equipment-sheet) var(--edc-equipment-sheet);
  box-shadow: 0 24px 70px rgba(17, 18, 16, .12);
}
body.edc-equipment-site .edc-catalog-panel__head,
body.edc-equipment-site .edc-category-grid__title {
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
}

/* Route context lives in the title and local navigation, not breadcrumb trails. */
body.edc-equipment-site .breadcrumb,
body.edc-equipment-site .edc-breadcrumbs,
body.edc-equipment-site .edc-checkout-breadcrumbs {
  display: none !important;
}
body.edc-equipment-site #content:not(.edc-home) {
  padding-top: clamp(28px, 3vw, 42px);
}

/* Shared control grammar for OpenCart, custom components, and extension forms. */
body.edc-equipment-site .btn,
body.edc-equipment-site .edc-button,
body.edc-equipment-site .edc-product-primary,
body.edc-equipment-site .edc-product-secondary-action,
body.edc-equipment-site .edc-cart-checkout,
body.edc-equipment-site .edc-checkout-confirm {
  min-height: 44px;
  border-radius: var(--edc-equipment-control);
  box-shadow: none;
  font-family: inherit;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}
body.edc-equipment-site .form-control,
body.edc-equipment-site .edc-option select,
body.edc-equipment-site .edc-option > input,
body.edc-equipment-site .edc-option textarea,
body.edc-equipment-site .edc-review-form input[type="text"],
body.edc-equipment-site .edc-review-form textarea,
body.edc-equipment-site .edc-checkout-field input,
body.edc-equipment-site .edc-checkout-field textarea {
  min-height: 46px;
  border: 1px solid var(--edc-line);
  border-radius: var(--edc-equipment-control);
  background: var(--edc-white);
  box-shadow: none;
}
body.edc-equipment-site .panel,
body.edc-equipment-site .well,
body.edc-equipment-site .list-group-item,
body.edc-equipment-site .modal-content {
  border-color: var(--edc-line);
  border-radius: var(--edc-equipment-media);
  box-shadow: none;
}
body.edc-equipment-site .table > thead > tr > th {
  border-bottom-color: var(--edc-ink);
  font-size: 13px;
  font-weight: 600;
}
body.edc-equipment-site .table > tbody > tr > td {
  border-top-color: var(--edc-line);
}

/* Shared product-card behavior also covers homepage and related products. */
body.edc-equipment-site .edc-product-card__media {
  overflow: hidden;
  border-radius: var(--edc-equipment-media);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-product-card__media img {
  padding: 4%;
  mix-blend-mode: multiply;
}
body.edc-equipment-site .edc-product-card__body h3 {
  font-family: inherit !important;
  font-weight: 500;
}
body.edc-equipment-site .edc-product-card__quick {
  opacity: 1;
  transform: none;
}
body.edc-equipment-site .edc-product-card__quick button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.edc-equipment-site .edc-product-card__quick svg {
  width: 23px;
  height: 23px;
  fill: var(--edc-white);
  stroke: var(--edc-ink);
  stroke-width: 1.7;
}

/* Homepage inherits the system without flattening its authored merchandising. */
body.edc-equipment-site .edc-showcase,
body.edc-equipment-site .edc-home {
  font-family: inherit;
}
body.edc-equipment-site .edc-showcase-categories {
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-showcase-banner__copy h2,
body.edc-equipment-site .edc-showcase-shelf__head h2 {
  font-family: inherit;
}
body.edc-equipment-site .edc-showcase-banner__copy a,
body.edc-equipment-site .edc-showcase-shelf__all-card,
body.edc-equipment-site .edc-showcase-shelf .edc-product-card__buy {
  border-radius: var(--edc-equipment-control);
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
}
body.edc-equipment-site .edc-brand-strip__track img {
  mix-blend-mode: multiply;
}

/* Product detail: same quiet material and compact commercial hierarchy. */
body.edc-equipment-site .edc-product-page {
  padding-top: 0;
}
body.edc-equipment-site .edc-product-gallery__main,
body.edc-equipment-site .edc-product-gallery__empty {
  border: 0;
  border-radius: var(--edc-equipment-media);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-product-gallery__thumbs a {
  overflow: hidden;
  border-color: transparent;
  border-radius: var(--edc-equipment-control);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-product-gallery__thumbs a:first-child {
  border-color: var(--edc-ink);
}
body.edc-equipment-site .edc-product-buy {
  top: 96px;
}
body.edc-equipment-site .edc-product-brand,
body.edc-equipment-site .edc-product-content-nav a,
body.edc-equipment-site .edc-product-price strong {
  font-family: inherit;
  letter-spacing: 0;
}
body.edc-equipment-site .edc-product-brand {
  color: var(--edc-muted);
  text-transform: none;
}
body.edc-equipment-site .edc-product-brandline > img {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
}
body.edc-equipment-site .edc-product-buy h1,
body.edc-equipment-site .edc-product-buy h1.is-long,
body.edc-equipment-site .edc-product-buy h1.is-very-long {
  max-width: 26ch;
  font-size: clamp(30px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.03em;
}
body.edc-equipment-site .edc-product-price strong {
  font-size: clamp(30px, 2.5vw, 38px);
  font-weight: 650;
}
body.edc-equipment-site .edc-product-utility button,
body.edc-equipment-site .edc-option-choices label,
body.edc-equipment-site .edc-quantity > div,
body.edc-equipment-site .edc-upload-button {
  border-color: var(--edc-line);
  border-radius: var(--edc-equipment-control);
}
body.edc-equipment-site .edc-product-service {
  border-color: var(--edc-line);
}

/* Cart and checkout use the same materials without hiding operational state. */
body.edc-equipment-site .edc-cart-heading {
  margin-top: 8px;
}
body.edc-equipment-site .edc-cart-heading h1,
body.edc-equipment-site .edc-empty-state h1,
body.edc-equipment-site .edc-checkout-heading h1 {
  font-size: clamp(42px, 3.8vw, 52px) !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
}
body.edc-equipment-site .edc-cart-item__image,
body.edc-equipment-site .edc-checkout-product__image {
  overflow: hidden;
  border-radius: var(--edc-equipment-media);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-cart-item__name,
body.edc-equipment-site .edc-cart-item__price strong,
body.edc-equipment-site .edc-cart-item__total strong {
  font-family: inherit;
}
body.edc-equipment-site .edc-cart-quantity {
  overflow: hidden;
  border-color: var(--edc-line);
  border-radius: var(--edc-equipment-control);
}
body.edc-equipment-site .edc-cart-summary,
body.edc-equipment-site .edc-checkout-summary,
body.edc-equipment-site .edc-empty-state,
body.edc-equipment-site .edc-checkout-empty {
  border: 0;
  border-radius: var(--edc-equipment-media);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-checkout-form-column {
  border: 0;
}
body.edc-equipment-site .edc-checkout-section {
  border-top: 1px solid var(--edc-line);
  border-bottom: 0;
}
body.edc-equipment-site .edc-checkout-section:first-child {
  border-top-color: var(--edc-ink);
}
body.edc-equipment-site .edc-checkout-section__head > span {
  font-family: inherit;
}
body.edc-equipment-site .edc-checkout-option {
  border-color: var(--edc-line);
}

/* Brand directory and legacy routes follow the same density and state semantics. */
body.edc-equipment-site .edc-brand-index-page {
  padding-top: 0;
}
body.edc-equipment-site .edc-brand-index-head h1 {
  margin-bottom: 20px;
}
body.edc-equipment-site .edc-brand-search {
  margin-bottom: 24px;
}
body.edc-equipment-site .edc-brand-search input {
  min-height: 48px;
  border: 0;
  border-radius: var(--edc-equipment-control);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-brand-featured__rail a {
  border-radius: var(--edc-equipment-control);
}
body.edc-equipment-site .edc-brand-featured__rail img {
  mix-blend-mode: multiply;
}
body.edc-equipment-site .edc-brand-alphabet {
  top: 76px;
  border-top: 0;
  border-bottom-color: var(--edc-line);
}
body.edc-equipment-site .edc-brand-alphabet a {
  border-radius: var(--edc-equipment-control);
  font-family: inherit;
}
body.edc-equipment-site .edc-brand-alphabet a:hover {
  border-color: transparent;
  background: var(--edc-equipment-surface-strong);
  color: var(--edc-ink) !important;
}
body.edc-equipment-site .edc-brand-group h2,
body.edc-equipment-site .edc-brand-group__links a {
  font-family: inherit;
}
body.edc-equipment-site .edc-brand-group__links {
  border: 0;
  gap: 1px;
  background: var(--edc-line);
}
body.edc-equipment-site .edc-brand-group__links a {
  min-height: 64px;
  border: 0;
  background: var(--edc-white);
}
body.edc-equipment-site .edc-brand-group__links a:hover {
  background: var(--edc-equipment-surface);
  color: var(--edc-ink) !important;
}

/* Compact, recognizably Equipment footer. */
body.edc-equipment-site .edc-footer {
  font-family: inherit;
}
body.edc-equipment-site .edc-footer__lead {
  padding-top: clamp(38px, 4vw, 56px);
  padding-bottom: clamp(30px, 3.5vw, 48px);
}
body.edc-equipment-site .edc-footer__grid {
  padding-top: clamp(32px, 3.5vw, 48px);
  padding-bottom: clamp(38px, 4vw, 58px);
}
body.edc-equipment-site .edc-footer h2,
body.edc-equipment-site .edc-footer__social a,
body.edc-equipment-site .edc-text-link {
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 1120px) {
  body.edc-equipment-site .edc-header__main {
    min-height: 68px;
  }
  body.edc-equipment-site .edc-catalog-panel {
    max-height: calc(100dvh - 68px);
  }
  body.edc-equipment-site .edc-product-buy {
    top: 84px;
  }
  body.edc-equipment-site .edc-brand-alphabet {
    top: 68px;
  }
}

@media (max-width: 700px) {
  body.edc-equipment-site {
    font-size: 15px;
  }
  body.edc-equipment-site h1,
  body.edc-equipment-site .edc-cart-heading h1,
  body.edc-equipment-site .edc-empty-state h1,
  body.edc-equipment-site .edc-checkout-heading h1 {
    font-size: clamp(32px, 9.2vw, 38px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.03em !important;
  }
  body.edc-equipment-site h2 {
    font-size: clamp(25px, 7vw, 30px);
  }
  body.edc-equipment-site input,
  body.edc-equipment-site select,
  body.edc-equipment-site textarea,
  body.edc-equipment-site .form-control {
    font-size: 16px;
  }
  body.edc-equipment-site .edc-product-card__media {
    border-radius: 8px;
  }
  body.edc-equipment-site .edc-product-brandline > img {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
  }
  body.edc-equipment-site .edc-header__main {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }
  body.edc-equipment-site .edc-logo {
    width: 112px;
    justify-self: center;
  }
  body.edc-equipment-site .edc-logo img {
    width: 100%;
    height: auto;
  }
  body.edc-equipment-site .edc-header-actions {
    justify-self: end;
  }
  body.edc-equipment-site .edc-footer__lead,
  body.edc-equipment-site .edc-footer__grid {
    gap: 28px;
  }
}

@media (hover: none), (pointer: coarse) {
  body.edc-equipment-site .edc-product-card__quick {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.edc-equipment-site *,
  body.edc-equipment-site *::before,
  body.edc-equipment-site *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Live QA fix batch: shared scale, actions, and route identity. */
body.edc-equipment-site .edc-brand-index-head h1 {
  font-size: clamp(42px, 3.8vw, 52px);
  line-height: 1;
  letter-spacing: -.02em;
}
body.edc-equipment-site .edc-filter-trigger svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
body.edc-equipment-site .edc-showcase-shelf .edc-product-card__buy {
  min-height: 44px;
  border: 0;
  background: var(--edc-ink);
  color: var(--edc-white);
}
body.edc-equipment-site .edc-showcase-shelf .edc-product-card__buy:hover {
  background: var(--edc-hover);
  color: var(--edc-white);
}
body.edc-equipment-site .edc-empty-state .edc-eyebrow {
  display: none;
}
@media (max-width: 700px) {
  body.edc-equipment-site .edc-brand-index-head h1 {
    font-size: clamp(32px, 9.2vw, 38px);
  }
}


/* Equipment final interaction cleanup. */
body.edc-equipment-site .compare,
body.edc-equipment-site #compare-total,
body.edc-equipment-site [onclick*="compare.add"] {
  display: none !important;
}
body.edc-equipment-site .edc-cart-quantity button,
body.edc-equipment-site .edc-cart-quantity input,
body.edc-equipment-site .edc-cart-update,
body.edc-equipment-site .edc-cart-remove {
  min-height: 44px;
}


/* Equipment universal touch targets. */
body.edc-equipment-site .edc-quantity button,
body.edc-equipment-site .edc-quantity input,
body.edc-equipment-site button.wishlist {
  min-width: 44px;
  min-height: 44px;
}
body.edc-equipment-site button.wishlist {
  border: 0;
  border-radius: 0;
  background: transparent;
}


/* Independent finish-review fixes. */
body.edc-equipment-site .edc-product-related .edc-product-card__buy,
body.edc-equipment-site .edc-product-page .product-thumb .button-group [onclick*="cart.add"] {
  min-height: 44px;
  border: 1px solid var(--edc-ink);
  border-radius: var(--edc-equipment-control);
  background: var(--edc-ink);
  color: var(--edc-white);
  font-family: inherit;
  font-weight: 550;
  letter-spacing: 0;
  text-transform: none;
}
body.edc-equipment-site .edc-product-related .edc-product-card__buy:hover,
body.edc-equipment-site .edc-product-page .product-thumb .button-group [onclick*="cart.add"]:hover {
  border-color: var(--edc-equipment-hover);
  background: var(--edc-equipment-hover);
  color: var(--edc-white);
}
body.edc-equipment-site .edc-product-related .edc-product-card__buy--notify,
body.edc-equipment-site .edc-product-related .edc-product-card__buy[onclick^="addPreOrder"] {
  border-color: var(--edc-line);
  background: transparent;
  color: var(--edc-muted);
}
body.edc-equipment-site .edc-product-related .edc-product-card__buy--notify:hover,
body.edc-equipment-site .edc-product-related .edc-product-card__buy[onclick^="addPreOrder"]:hover {
  border-color: var(--edc-equipment-control-hover);
  background: var(--edc-equipment-surface);
  color: var(--edc-ink);
}
body.edc-equipment-site .edc-product-page .product-thumb {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .image {
  width: 100% !important;
  float: none !important;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: var(--edc-equipment-media);
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-product-page .product-thumb .image a {
  width: 100%;
  height: 100%;
  display: block;
}
body.edc-equipment-site .edc-product-page .product-thumb .image img {
  width: 100%;
  height: 100%;
  padding: 4%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
body.edc-equipment-site .edc-product-page .product-thumb .caption {
  flex: 1;
  padding: 16px 0 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group [onclick*="cart.add"] {
  flex: 1 1 auto;
  font-size: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group [onclick*="cart.add"]::after {
  content: "В корзину";
  font-size: 13px;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group .wishlist {
  flex: 0 0 44px;
  color: var(--edc-ink);
}
body.edc-equipment-site .edc-review-rating span {
  width: 44px;
  height: 44px;
}
body.edc-equipment-site .edc-account-heading {
  margin: clamp(30px, 4vw, 54px) 0 24px;
}
body.edc-equipment-site .edc-account-heading h1 {
  margin: 0;
}


/* Legacy recommendation CTA class bridge. */
body.edc-equipment-site .edc-product-page .product-thumb .button-group .btn-cart,
body.edc-equipment-site .edc-product-page .product-thumb .button-group .btn-preorder {
  min-height: 44px !important;
  border-radius: var(--edc-equipment-control) !important;
  font-family: inherit !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group .btn-cart {
  flex: 1 1 auto;
  border-color: var(--edc-ink) !important;
  background: var(--edc-ink) !important;
  color: var(--edc-white) !important;
  font-size: 0 !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group .btn-cart::after {
  content: "В корзину";
  font-size: 13px;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group .btn-preorder {
  flex: 1 1 auto;
  border-color: var(--edc-ink) !important;
  background: var(--edc-white) !important;
  color: var(--edc-ink) !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .button-group .wishlist {
  min-width: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--edc-ink) !important;
  font-size: 24px;
}


/* Sellegance recommendation btn-group bridge. */
body.edc-equipment-site .edc-product-page .product-thumb .btn-group {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart,
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder {
  flex: 1 1 auto;
  min-height: 44px !important;
  border-radius: var(--edc-equipment-control) !important;
  font-family: inherit !important;
  font-weight: 550 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart {
  border-color: var(--edc-ink) !important;
  background: var(--edc-ink) !important;
  color: var(--edc-white) !important;
  font-size: 0 !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart::after {
  content: "В корзину";
  font-size: 13px;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder {
  border-color: var(--edc-ink) !important;
  background: var(--edc-white) !important;
  color: var(--edc-ink) !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .wishlist {
  flex: 0 0 44px;
  min-width: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--edc-ink) !important;
  font-size: 24px;
}

/* Product recommendations: bridge legacy OpenCart markup to Equipment cards. */
body.edc-equipment-site .edc-product-page > .edc-container > h3 {
  margin: clamp(72px, 8vw, 104px) 0 24px;
  font-family: inherit;
  font-size: clamp(30px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.03em;
  text-wrap: balance;
}
body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  margin: 0;
}
body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row::before,
body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row::after {
  display: none;
  content: none;
}
body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row > .product-layout {
  width: auto;
  min-width: 0;
  float: none;
  padding: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb {
  position: relative;
  min-width: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.edc-equipment-site .edc-product-page .product-thumb .image,
body.edc-equipment-site .edc-product-related .edc-product-card__media {
  border: 0;
  background: var(--edc-equipment-surface);
}
body.edc-equipment-site .edc-product-page .product-thumb .caption {
  min-width: 0;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  padding: 14px 0 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .caption h4 {
  min-height: 44px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  overflow-wrap: anywhere;
}
body.edc-equipment-site .edc-product-page .product-thumb .caption .price {
  min-height: 42px;
  margin: auto 0 10px;
  padding-top: 10px;
  font-family: inherit;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.025em;
  font-variant-numeric: tabular-nums;
}
body.edc-equipment-site .edc-product-page .product-thumb .cart {
  margin: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group {
  position: static;
  width: 100%;
  gap: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart,
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder,
body.edc-equipment-site .edc-product-related .edc-product-card__buy {
  width: 100%;
  min-height: 44px !important;
  transition: opacity 160ms ease-out, transform 180ms cubic-bezier(.16, 1, .3, 1), background-color 150ms ease-out;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .wishlist {
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .wishlist .fa {
  position: relative;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  font-size: 26px;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .wishlist .fa-heart-o::after {
  content: "\f004";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  color: var(--edc-white);
  font-family: FontAwesome;
  font-size: .82em;
  transform: translate(-50%, -48%);
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .wishlist .fa-heart-o::before {
  position: relative;
  z-index: 1;
}
body.edc-equipment-site .edc-product-related {
  margin-top: clamp(72px, 8vw, 104px);
}
body.edc-equipment-site .edc-product-page .product-thumb .image,
body.edc-equipment-site .edc-product-page .product-thumb .image > a {
  display: grid;
  place-items: center;
}
body.edc-equipment-site .edc-product-page .product-thumb .image img {
  place-self: center;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
  padding: 0;
}
body.edc-equipment-site .edc-product-related > .edc-eyebrow {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-related .edc-product-card__buy[onclick^="cart.add"] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
  }
  body.edc-equipment-site .edc-product-page .product-thumb:hover .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-page .product-thumb:focus-within .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-related .edc-product-card:hover .edc-product-card__buy[onclick^="cart.add"],
  body.edc-equipment-site .edc-product-related .edc-product-card:focus-within .edc-product-card__buy[onclick^="cart.add"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row,
  body.edc-equipment-site .edc-product-related .edc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  body.edc-equipment-site .edc-product-page > .edc-container > h3 {
    margin-top: 64px;
    font-size: clamp(25px, 7vw, 30px);
  }
  body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row,
  body.edc-equipment-site .edc-product-related .edc-product-grid {
    gap: clamp(10px, 3vw, 12px);
  }
  body.edc-equipment-site .edc-product-page .product-thumb .caption {
    min-height: 182px;
    padding-top: 11px;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .caption h4 {
    min-height: 60px;
    font-size: 13px;
    line-height: 1.42;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .caption .price {
    min-height: 44px;
    margin-bottom: 8px;
    padding-top: 9px;
    font-size: 18px;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-related .edc-product-card__buy[onclick^="cart.add"] {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}


/* Product commercial type, service information, reviews, and recommendation rhythm. */
body.edc-equipment-site .edc-product-meta,
body.edc-equipment-site .edc-product-rating {
  font-size: 13px;
  line-height: 1.45;
}
body.edc-equipment-site .edc-product-price {
  gap: 8px 12px;
  margin: 24px 0 20px;
}
body.edc-equipment-site .edc-product-price strong {
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
}
body.edc-equipment-site .edc-product-price del {
  font-size: 16px;
  line-height: 1.3;
}
body.edc-equipment-site .edc-product-price > span {
  border-radius: var(--edc-equipment-badge);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
body.edc-equipment-site .edc-product-price small,
body.edc-equipment-site .edc-quantity > label,
body.edc-equipment-site .edc-product-status,
body.edc-equipment-site .edc-product-minimum {
  font-size: 13px;
  line-height: 1.45;
}
body.edc-equipment-site .edc-product-service {
  margin-top: 24px;
  border-color: var(--edc-line);
}
body.edc-equipment-site .edc-product-service p,
body.edc-equipment-site .edc-product-service > a {
  min-height: 78px;
  padding: 16px 15px;
  font-size: 14px;
  line-height: 1.45;
}
body.edc-equipment-site .edc-product-service p {
  gap: 5px;
}
body.edc-equipment-site .edc-product-service strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
body.edc-equipment-site .edc-product-service span {
  color: var(--edc-muted);
  font-size: 14px;
}
body.edc-equipment-site .edc-product-service > a {
  font-weight: 550;
}

body.edc-equipment-site .edc-product-reviews {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: start;
  gap: clamp(24px, 3vw, 40px);
  margin-top: clamp(44px, 5vw, 64px);
  padding: 28px 0 0;
  border-top: 1px solid var(--edc-line);
  border-radius: 0;
  background: transparent;
}
body.edc-equipment-site .edc-product-reviews .edc-eyebrow {
  display: none;
}
body.edc-equipment-site .edc-product-reviews h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -.02em;
}
body.edc-equipment-site .edc-product-reviews #review {
  font-size: 15px;
  line-height: 1.55;
}
body.edc-equipment-site .edc-review-form {
  max-width: 380px;
  gap: 8px;
  margin-top: 16px;
}
body.edc-equipment-site .edc-review-compose summary {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--edc-line);
  border-radius: var(--edc-equipment-control);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--edc-white);
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
  list-style: none;
}
body.edc-equipment-site .edc-review-compose summary::-webkit-details-marker { display: none; }
body.edc-equipment-site .edc-review-compose summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
}
body.edc-equipment-site .edc-review-compose[open] summary::after { content: "−"; }
body.edc-equipment-site .edc-review-compose summary:focus-visible,
body.edc-equipment-site .edc-review-rating input:focus-visible + span {
  outline: 2px solid var(--edc-focus);
  outline-offset: 2px;
}
body.edc-equipment-site .edc-review-form h3 {
  margin: 0 0 6px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
}
body.edc-equipment-site .edc-review-form label,
body.edc-equipment-site .edc-review-form legend {
  margin: 0;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.4;
}
body.edc-equipment-site .edc-review-form input[type="text"],
body.edc-equipment-site .edc-review-form textarea {
  min-height: 46px;
  border-color: var(--edc-line);
  border-radius: var(--edc-equipment-control);
  background: var(--edc-white);
  font-size: 16px;
  box-shadow: none;
}
body.edc-equipment-site .edc-review-form textarea {
  min-height: 104px;
  resize: vertical;
}
body.edc-equipment-site .edc-review-form small,
body.edc-equipment-site .edc-review-form .text-danger {
  font-size: 13px;
  line-height: 1.45;
}
body.edc-equipment-site .edc-review-form fieldset {
  margin: 4px 0 0;
  padding: 12px 0 0;
  border-top: 1px solid var(--edc-line);
}
body.edc-equipment-site .edc-review-rating span {
  border-color: var(--edc-control-hover);
  border-radius: var(--edc-equipment-control);
  background: var(--edc-white);
  font-size: 14px;
  font-weight: 600;
}
body.edc-equipment-site .edc-review-form .form-group {
  margin: 0;
}
body.edc-equipment-site .edc-review-form .form-group [class*="col-sm-"] {
  width: 100%;
  float: none;
  padding-inline: 0;
}
body.edc-equipment-site .edc-review-form > button {
  min-height: 44px;
  justify-self: start;
  padding-inline: 18px;
  border: 0;
  border-radius: var(--edc-equipment-control);
  font-family: inherit;
  font-size: 14px;
  font-weight: 550;
}

body.edc-equipment-site .edc-product-page .product-thumb .caption {
  min-height: 112px;
}
body.edc-equipment-site .edc-product-page .product-thumb .caption .price {
  min-height: 44px;
  margin: auto 0 0;
  padding: 8px 120px 0 0;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.2;
}
body.edc-equipment-site .edc-product-page .product-thumb .cart {
  position: static;
  width: auto;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart,
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder {
  position: absolute;
  right: 0;
  bottom: 0;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart {
  width: 108px !important;
}
body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder {
  width: 112px !important;
  padding-inline: 8px !important;
  font-size: 11px !important;
}
@media (hover: hover) and (pointer: fine) {
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder,
  body.edc-equipment-site .edc-product-related .edc-product-card__buy {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
  }
  body.edc-equipment-site .edc-product-page .product-thumb:hover .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-page .product-thumb:hover .btn-group .btn-preorder,
  body.edc-equipment-site .edc-product-page .product-thumb:focus-within .btn-group .btn-cart,
  body.edc-equipment-site .edc-product-page .product-thumb:focus-within .btn-group .btn-preorder,
  body.edc-equipment-site .edc-product-related .edc-product-card:hover .edc-product-card__buy,
  body.edc-equipment-site .edc-product-related .edc-product-card:focus-within .edc-product-card__buy {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
}

@media (max-width: 900px) {
  body.edc-equipment-site .edc-product-reviews {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 44px;
    padding-top: 24px;
  }
}
@media (max-width: 700px) {
  body.edc-equipment-site .edc-product-price strong {
    font-size: clamp(32px, 9vw, 38px);
  }
  body.edc-equipment-site .edc-product-service p,
  body.edc-equipment-site .edc-product-service > a {
    min-height: 0;
    padding: 15px 4px;
    font-size: 14px;
  }
  body.edc-equipment-site .edc-product-reviews {
    margin-inline: 0;
    padding: 24px 0 0;
    border-radius: 0;
  }
  body.edc-equipment-site .edc-product-reviews h2 {
    font-size: 26px;
  }
  body.edc-equipment-site .edc-review-form {
    max-width: none;
  }
  body.edc-equipment-site .edc-review-form > button {
    width: 100%;
  }
  body.edc-equipment-site .edc-product-related {
    margin-top: 48px;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .caption {
    min-height: 108px;
    padding-top: 10px;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .caption h4 {
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .caption .price {
    min-height: 44px;
    padding: 8px 52px 0 0;
    font-size: 18px;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .cart {
    width: auto;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart {
    width: 44px !important;
    min-width: 44px !important;
    padding-inline: 0 !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    font-size: 0 !important;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-cart::after {
    width: 19px;
    height: 19px;
    display: block;
    content: "";
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4h2l2.1 10.1a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 2-1.6L20 8H6'/%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
  }
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder {
    width: 44px !important;
    min-width: 44px !important;
    padding-inline: 0 !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    font-size: 0 !important;
  }
  body.edc-equipment-site .edc-product-page .product-thumb .btn-group .btn-preorder::after {
    width: 19px;
    height: 19px;
    display: block;
    content: "";
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236d716b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E");
  }
  body.edc-equipment-site .edc-product-page .product-thumb:has(.btn-preorder:not([style*="display: none"])) .caption .price {
    padding-right: 52px;
  }
  body.edc-equipment-site .edc-product-page .product-thumb:has(.btn-preorder:not([style*="display: none"])) .cart {
    width: auto;
  }
}
/* Mobile product purchase controls: one clear action, then a compact quantity control. */
@media (max-width: 700px) {
  body.edc-equipment-site .edc-product-actions {
    grid-template-areas: "primary" "quantity";
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
  }
  body.edc-equipment-site .edc-product-actions > .edc-product-primary {
    grid-area: primary;
    width: 100%;
    min-height: 54px;
    padding-inline: 20px;
    font-size: 16px;
    font-weight: 600;
  }
  body.edc-equipment-site .edc-product-actions > #out-stock { grid-area: primary; }
  body.edc-equipment-site .edc-product-actions > #out-stock .edc-product-primary {
    min-height: 54px;
    font-size: 15px;
  }
  body.edc-equipment-site .edc-product-actions > .edc-quantity {
    grid-area: quantity;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding-left: 2px;
  }
  body.edc-equipment-site .edc-product-actions .edc-quantity > label {
    margin: 0;
    color: var(--edc-muted);
    font-size: 13px;
  }
  body.edc-equipment-site .edc-product-actions .edc-quantity > div {
    grid-template-columns: 44px 48px 44px;
    height: 46px;
  }
  body.edc-equipment-site .edc-product-actions .edc-quantity button { min-height: 44px; }
  body.edc-equipment-site .edc-product-secondary-action {
    min-height: 48px;
    border-color: var(--edc-line);
    background: transparent;
    font-size: 14px;
  }
}
/* Product recommendations use the same horizontal shelf behavior as the home page. */
