.catalog-body {
  background: #14181e;
  color: #e9ecef;
}

.catalog-hdr {
  --hdr-a: 1;
}

.catalog-hero {
  padding: 96px 0 14px;
  background: linear-gradient(180deg, #1e232b 0%, #14181e 100%);
}

.catalog-hero__in {
  display: block;
}

.catalog-hero h1 {
  max-width: 960px;
  margin: 0;
  font: 700 clamp(32px, 3vw, 44px) / 1 Onest, sans-serif;
  letter-spacing: 0;
}

.catalog-hero p,
.product-lead,
.quote-panel p {
  color: #a2acb8;
  font-size: 18px;
  line-height: 1.55;
}

.catalog-hero__facts {
  display: grid;
  gap: 10px;
}

.catalog-hero__facts span,
.badge,
.stale,
.quote-ok,
.quote-error {
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 10px 12px;
  color: #a2acb8;
  background: #1e232b;
}

.catalog-nav {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.catalog-nav::after {
  position: absolute;
  top: 100%;
  left: -16px;
  width: calc(100% + 32px);
  height: 20px;
  content: '';
}

.catalog-mega {
  position: absolute;
  z-index: 30;
  top: calc(100% + 16px);
  left: 50%;
  width: min(960px, calc(100vw - 32px));
  max-height: min(70vh, 640px);
  overflow-y: auto;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #1e232b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.catalog-nav:hover .catalog-mega,
.catalog-nav:focus-within .catalog-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.catalog-filter-ready .filter-submit {
  display: none;
}

.catalog-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #333c48;
}

.catalog-mega__section {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #1e232b;
}

.catalog-mega__section span {
  color: #a2acb8;
  font-size: 12px;
}

.catalog-mega__title,
.mnav-catalog__title {
  color: #e9ecef !important;
  font-weight: 700;
}

.catalog-mega__section div,
.mnav-catalog__section {
  display: grid;
  gap: 6px;
}

.catalog-mega__section div a,
.mnav-catalog__section a {
  color: #a2acb8;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

.catalog-mega__section a:hover,
.mnav-catalog__section a:hover {
  color: #fff;
}

.mnav-catalog {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mnav-catalog summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #e9ecef;
  cursor: pointer;
}

.mnav-catalog summary::-webkit-details-marker {
  display: none;
}

.mnav-catalog summary::after {
  content: "›";
  color: #a2acb8;
  font-size: 20px;
  transform: rotate(90deg);
}

.mnav-catalog[open] summary::after {
  transform: rotate(-90deg);
}

.mnav-catalog__sections {
  display: grid;
  gap: 14px;
  padding: 2px 0 12px;
}

.catalog-sec {
  padding: 14px 0 56px;
}

.catalog-map {
  columns: 3;
  column-gap: 12px;
}

.catalog-section-card {
  width: 100%;
  min-width: 0;
  display: inline-grid;
  gap: 14px;
  margin: 0 0 12px;
  padding: 16px;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #1e232b;
  align-content: start;
  grid-template-rows: auto auto auto;
  break-inside: avoid;
}

.catalog-section-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.catalog-section-card__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.catalog-section-card__identity img {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  object-fit: contain;
}

.catalog-section-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
}

.catalog-section-card h2 a,
.catalog-section-card__all {
  color: #e9ecef;
  text-decoration: none;
}

.catalog-section-card__head > span {
  flex: 0 0 auto;
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 5px 7px;
  color: #a2acb8;
  background: #14181e;
  font: 700 13px/1 Onest, sans-serif;
}

.catalog-section-card__links {
  display: grid;
  gap: 6px;
}

.catalog-section-card__links a,
.child-category-strip a {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 9px 10px;
  color: #a2acb8;
  background: #14181e;
  text-decoration: none;
}

.catalog-section-card__links a:hover,
.child-category-strip a:hover,
.catalog-section-card__all:hover {
  color: #fff;
  border-color: #a2acb8;
}

.catalog-section-card__links span,
.child-category-strip span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.catalog-section-card__links b,
.child-category-strip b {
  color: #e9ecef;
  font-size: 12px;
}

.catalog-section-card__all {
  width: fit-content;
  color: #f4431f;
  font-weight: 700;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.catalog-side {
  position: sticky;
  top: 76px;
  max-height: calc(100vh - 154px);
  overflow-y: auto;
  display: grid;
  gap: 14px;
}

.filter-box,
.category-list,
.product-card,
.buy-box,
.quote-panel,
.empty-state {
  background: #1e232b;
  border: 1px solid #333c48;
  border-radius: 4px;
}

.filter-box summary {
  display: none;
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 700;
}

.filter-box summary::-webkit-details-marker {
  display: none;
}

.filter-box form,
.quote-form {
  display: grid;
  gap: 10px;
  padding: 12px 14px 14px;
}

.filter-box label,
.quote-form label {
  display: grid;
  gap: 4px;
  color: #a2acb8;
  font-size: 13px;
}

.filter-box input,
.filter-box select,
.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #14181e;
  color: #e9ecef;
  min-height: 38px;
  padding: 8px 10px;
  font: 500 15px/1.3 IBM Plex Sans, sans-serif;
}

.search-field {
  position: relative;
}

.suggestions {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 380px;
  overflow-y: auto;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #1e232b;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.suggestions__group {
  display: grid;
  gap: 2px;
  padding: 8px;
}

.suggestions__group + .suggestions__group {
  border-top: 1px solid #333c48;
}

.suggestions__group > span {
  padding: 4px 6px;
  color: #a2acb8;
  font: 700 11px/1 Onest, sans-serif;
  text-transform: uppercase;
}

.suggestions a {
  display: grid;
  gap: 2px;
  border-radius: 4px;
  padding: 7px 8px;
  color: #e9ecef;
  text-decoration: none;
}

.suggestions a:hover,
.suggestions a.is-active {
  background: #232a33;
}

.suggestions small {
  color: #a2acb8;
}

.check-group {
  min-width: 0;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
}

.check-group legend {
  margin-bottom: 4px;
  color: #a2acb8;
  font-size: 13px;
}

.check-group label {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  border-radius: 4px;
  padding: 5px 6px;
  color: #e9ecef;
}

.check-group label:hover {
  background: #232a33;
}

.check-group input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  accent-color: #f4431f;
}

.check-group span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.check-group b {
  color: #a2acb8;
  font-size: 12px;
}

.filter-box .btn {
  min-height: 46px;
  padding: 12px 14px;
}

.price-range {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  --price-range-min: 0%;
  --price-range-max: 100%;
}

.price-range legend {
  margin: 0 0 5px;
  color: #a2acb8;
  font-size: 13px;
}

.price-range__field {
  position: relative;
}

.price-range__field span {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #a2acb8;
  font: 600 12px/1 Onest, sans-serif;
  pointer-events: none;
}

.price-range__field input {
  min-height: 38px;
  padding-left: 32px;
  font-size: 14px;
}

.price-range__slider {
  position: relative;
  display: grid;
  margin: 4px 0 0;
  min-height: 34px;
  cursor: pointer;
}

.price-range__slider::before,
.price-range__slider::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 6px;
  border-radius: 999px;
  transform: translateY(-50%);
  pointer-events: none;
}

.price-range__slider::before {
  right: 0;
  left: 0;
  background: #333c48;
}

.price-range__slider::after {
  right: calc(100% - var(--price-range-max));
  left: var(--price-range-min);
  background: #f4431f;
}

.price-range__slider input[type="range"] {
  position: relative;
  grid-area: 1 / 1;
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  background: transparent;
  pointer-events: none;
  touch-action: none;
}

.price-range__slider input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border: 0;
  background: transparent;
}

.price-range__slider input[type="range"]::-moz-range-track {
  height: 6px;
  border: 0;
  background: transparent;
}

.price-range__slider input[type="range"]::-moz-range-progress {
  background: transparent;
}

.price-range__slider input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border: 2px solid #f4431f;
  border-radius: 50%;
  appearance: none;
  background: #f4431f;
  box-shadow: 0 0 0 3px rgba(244, 67, 31, 0.18);
  cursor: grab;
  pointer-events: auto;
}

.price-range__slider input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 2px solid #f4431f;
  border-radius: 50%;
  background: #f4431f;
  box-shadow: 0 0 0 3px rgba(244, 67, 31, 0.18);
  cursor: grab;
  pointer-events: auto;
}

.price-range__slider input[type="range"]:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.price-range__slider input[type="range"]:active::-moz-range-thumb {
  cursor: grabbing;
}

.price-range__slider input[type="range"]:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(244, 67, 31, 0.32);
}

.price-range__slider input[type="range"]:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(244, 67, 31, 0.32);
}

.price-range input:focus-visible,
.sort-form select:focus-visible,
.view-toggle a:focus-visible {
  outline: 2px solid #f4431f;
  outline-offset: 2px;
}

.filter-row,
.quote-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.filter-reset,
.external-link {
  color: #a2acb8;
  text-decoration: none;
}

.filter-reset:hover,
.external-link:hover,
.category-list a:hover,
.crumbs a:hover,
.product-card__link:hover {
  color: #e9ecef;
}

.category-list {
  padding: 8px;
  display: grid;
  gap: 4px;
}

.category-list a {
  border-radius: 4px;
  color: #a2acb8;
  padding: 10px 12px;
  text-decoration: none;
}

.category-list a.is-active {
  background: #232a33;
  color: #e9ecef;
}

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

.child-category-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.product-card {
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.basket-add {
  width: 42px;
  height: 42px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #485260;
  border-radius: 4px;
  background: transparent;
  color: #dce1e6;
  padding: 0;
  font: 600 13px/1.2 Onest, sans-serif;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.basket-add svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.basket-add:hover,
.basket-add.is-added {
  border-color: #8e99a6;
  background: rgba(233, 236, 239, .09);
  color: #fff;
}

.product-card__image,
.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #14181e;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid #333c48;
  border-radius: 0;
}

.product-card__image img,
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-grid--grid .product-card__image img {
  object-fit: cover;
}

.product-card__image span,
.product-media span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333c48;
  border-radius: 4px;
  color: #a2acb8;
  font: 700 28px/1 Onest, sans-serif;
}

.product-card__link {
  min-width: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: #e9ecef;
  text-decoration: none;
}

.product-card__link:hover .product-card__title {
  color: #fff;
}

.product-card__body {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.product-card__text {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.product-card__meta,
.buy-box span,
.buy-box dt,
.crumbs,
.stale {
  color: #a2acb8;
  font-size: 13px;
}

.product-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #e9ecef;
  font: 700 17px/1.18 Onest, sans-serif;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card p {
  margin: 0;
  color: #a2acb8;
  line-height: 1.45;
}

.product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product-card__specs span {
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 4px 6px;
  color: #a2acb8;
  background: #14181e;
  font-size: 12px;
  line-height: 1.25;
}

.product-card__price-block {
  min-width: 0;
  display: flex;
  align-items: center;
  color: #e9ecef;
  text-decoration: none;
}

.product-card__price-block b {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.product-card__footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 64px;
  border-top: 1px solid #333c48;
  padding: 10px;
  background: #1b2027;
}

.product-card__footer .basket-add {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-color: #485260;
  color: #dce1e6;
  background: rgba(233, 236, 239, .025);
}

.product-card__footer .basket-add:hover,
.product-card__footer .basket-add.is-added {
  border-color: #8e99a6;
  background: #e3e7eb;
  color: #171c23;
}

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

.product-grid--list .product-card__link {
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.product-grid--list .product-card__image {
  height: 100%;
  min-height: 112px;
  aspect-ratio: auto;
  border-right: 1px solid #333c48;
  border-bottom: 0;
}

.product-grid--list .product-card__body {
  grid-template-columns: minmax(0, 1fr) minmax(128px, auto);
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
}

.product-grid--list .product-card__price-block {
  text-align: left;
}

.product-grid--list .product-card__footer {
  padding-left: 126px;
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #1e232b;
}

.catalog-toolbar__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  min-width: 0;
}

.catalog-toolbar__summary strong {
  color: #e9ecef;
}

.catalog-toolbar__summary span,
.catalog-toolbar__chip {
  color: #a2acb8;
  font-size: 13px;
}

.catalog-toolbar__chip {
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 4px 7px;
  background: #14181e;
}

.catalog-toolbar__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.sort-form {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.sort-form label {
  color: #a2acb8;
  font-size: 13px;
}

.sort-form select,
.view-toggle a {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #14181e;
  color: #e9ecef;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0 12px;
  font: 600 13px/1 Onest, sans-serif;
  text-align: center;
}

.view-toggle {
  display: grid;
  grid-template-columns: repeat(3, minmax(74px, 1fr));
  gap: 8px;
}

.view-toggle a {
  min-width: 74px;
  text-decoration: none;
}

.view-toggle a.is-active {
  border-color: #f4431f;
  color: #fff;
  background: rgba(244, 67, 31, 0.14);
}

.active-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.active-chips a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(244, 67, 31, 0.46);
  border-radius: 4px;
  padding: 6px 8px;
  color: #ffb6a6;
  background: rgba(244, 67, 31, 0.08);
  font-size: 13px;
  text-decoration: none;
}

.active-chips a::after {
  content: "×";
  color: #e9ecef;
  font-weight: 700;
}

.engineering-list {
  display: grid;
  gap: 7px;
}

.engineering-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(250px, 1.6fr) minmax(120px, .45fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 10px 12px;
  background: #1e232b;
}

.basket-add--compact {
  width: 40px;
  min-width: 40px;
  margin: 0;
}

.basket-add--product {
  width: 52px;
  height: 52px;
  border-color: #5b6673;
  background: #252c35;
  color: #edf0f2;
}

.basket-add--product:hover,
.basket-add--product.is-added {
  border-color: #a7b0ba;
  background: #e3e7eb;
  color: #171c23;
}

.quote-basket__trigger {
  position: relative;
  width: 44px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #1e232b;
  color: #e9ecef;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
}

.quote-basket__trigger svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-basket__trigger b {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e3e7eb;
  color: #11151b;
  font-size: 11px;
}

.quote-basket__trigger:hover { border-color: #8e99a6; background: rgba(233, 236, 239, .07); color: #fff; }
.quote-basket__trigger--mobile { width: 44px; align-self: flex-start; }

.quote-basket__backdrop {
  position: fixed;
  z-index: 300;
  inset: 0;
  background: rgba(5, 8, 12, .72);
  backdrop-filter: blur(4px);
}

.quote-basket__drawer {
  position: fixed;
  z-index: 301;
  top: 0;
  right: 0;
  width: min(580px, 100%);
  height: 100dvh;
  overflow-y: auto;
  border-left: 1px solid #3a4451;
  background: #171c23;
  box-shadow: -24px 0 80px rgba(0, 0, 0, .38);
  padding: 24px;
  color: #e9ecef;
}

.quote-basket__head,
.quote-basket__summary,
.quote-basket-item__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quote-basket__head {
  padding-bottom: 18px;
  border-bottom: 1px solid #333c48;
}

.quote-basket__head h2 { margin: 4px 0 0; font-size: 28px; }
.quote-basket__close { border: 0; background: transparent; color: #a2acb8; font-size: 34px; cursor: pointer; }
.quote-basket__step { padding-top: 18px; }
.quote-basket__summary { color: #a2acb8; font-size: 13px; }
.quote-basket__summary button,
.quote-basket__back,
.quote-basket-item__remove { border: 0; background: transparent; color: #ff6c51; cursor: pointer; }
.quote-basket__items { display: grid; gap: 8px; margin: 16px 0; }
.quote-basket__total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 4px 16px;
  margin: 0 0 16px;
  border-top: 1px solid #333c48;
  padding: 16px 0 0;
}
.quote-basket__total span { color: #a2acb8; }
.quote-basket__total strong { color: #e9ecef; font-size: 24px; }
.quote-basket__total small { grid-column: 1 / -1; color: #a2acb8; }
.quote-basket__empty { margin: 38px 0; text-align: center; color: #a2acb8; }
.quote-basket__empty strong { display: block; color: #e9ecef; font-size: 19px; }
.quote-basket__next { width: 100%; }

.quote-basket-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid #333c48;
  border-radius: 5px;
  padding: 10px;
  background: #1e232b;
}

.quote-basket-item__image {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background: #11151b;
  color: #a2acb8;
  font-size: 24px;
}

.quote-basket-item__image img { width: 100%; height: 100%; object-fit: contain; }
.quote-basket-item__body { min-width: 0; display: grid; gap: 5px; }
.quote-basket-item__body > a { color: #e9ecef; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.quote-basket-item__body > span { color: #a2acb8; font-size: 12px; }
.quote-basket-item__price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.quote-basket-item__price span { color: #a2acb8; font-size: 13px; }
.quote-basket-item__price strong { color: #e9ecef; font-size: 15px; }
.quote-basket-item__controls { justify-content: flex-start; }
.quote-basket-item__controls > button:not(.quote-basket-item__remove) { width: 30px; height: 30px; border: 1px solid #3a4451; background: #151a20; color: #fff; cursor: pointer; }
.quote-basket-item__controls input { width: 60px; height: 30px; border: 1px solid #3a4451; background: #151a20; color: #fff; text-align: center; }
.quote-basket-item__remove { margin-left: auto; }
.quote-basket__form-note { color: #a2acb8; line-height: 1.5; }
.quote-basket__form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quote-basket__form label { display: grid; gap: 5px; }
.quote-basket__form label:nth-of-type(4), .quote-basket__consent, .quote-basket__form .btn, .quote-basket__form .quote-ok, .quote-basket__form .quote-error { grid-column: 1 / -1; }
.quote-basket__consent { grid-template-columns: auto 1fr !important; align-items: start; }
.quote-basket__consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: #ff4626; }
.quote-basket__consent a { color: #e9ecef; }
.has-basket-open { overflow: hidden; }

.engineering-row__main,
.engineering-row__price {
  min-width: 0;
  display: grid;
  gap: 3px;
  color: #e9ecef;
  text-decoration: none;
}

.engineering-row__main > span:last-child,
.engineering-row__specs,
.engineering-row__price {
  color: #a2acb8;
  font-size: 13px;
}

.engineering-row__name {
  color: #e9ecef;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.engineering-row__specs {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.engineering-row__specs span {
  border: 1px solid #333c48;
  border-radius: 4px;
  padding: 4px 6px;
  background: #14181e;
  line-height: 1.25;
}

.engineering-row__price {
  justify-items: end;
  text-align: right;
}

.engineering-row__price b {
  color: #e9ecef;
  font-size: 15px;
}

.badge {
  white-space: nowrap;
}

.badge--ok {
  border-color: rgba(69, 190, 123, 0.45);
  color: #9be7bb;
}

.stale {
  border-color: rgba(244, 67, 31, 0.45);
  color: #ffb6a6 !important;
  background: rgba(244, 67, 31, 0.08);
}

.empty-state {
  padding: 32px;
}

.empty-state h2 {
  margin-top: 0;
}

.product-view {
  padding: 112px 0 42px;
  background: #14181e;
}

.product-view__in {
  display: grid;
  gap: 30px;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: start;
}

.product-hero > * {
  min-width: 0;
}

.product-media {
  width: 100%;
  max-width: 100%;
  max-height: 520px;
  aspect-ratio: 4 / 3;
  margin: 0;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.crumbs a {
  color: #a2acb8;
  text-decoration: none;
}

.product-summary {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.product-summary__meta {
  margin: 0;
  color: #a2acb8;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.product-view h1 {
  max-width: 760px;
  margin: 0;
  font: 700 clamp(36px, 3.8vw, 48px) / 1.06 Onest, sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.product-summary .product-lead {
  margin: 0;
  max-width: 760px;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.product-summary__cta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 4px;
  padding: 16px;
  border: 1px solid #333c48;
  border-radius: 4px;
  background: #1e232b;
}

.product-summary__actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.product-summary__price {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.product-summary__price span,
.product-summary__price small {
  color: #a2acb8;
  font-size: 13px;
}

.product-summary__price strong {
  display: block;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
  overflow-wrap: anywhere;
}

.product-specs-block {
  display: grid;
  gap: 14px;
}

.product-specs-block h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}

.specs {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #333c48;
}

.specs--compact {
  gap: 0 24px;
}

.specs div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #333c48;
}

.specs span {
  color: #a2acb8;
}

.specs b {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-specs-block__link {
  width: fit-content;
}

.buy-box {
  position: sticky;
  top: 110px;
  padding: 22px;
  display: grid;
  gap: 18px;
}

.buy-box strong {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.buy-box p {
  margin: 0;
  color: #a2acb8;
}

.buy-box dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.buy-box dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #333c48;
  padding-top: 10px;
}

.buy-box dd {
  margin: 0;
  text-align: right;
}

.quote-sec {
  padding: 0 0 68px;
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 24px;
  padding: 24px;
}

.quote-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0;
}

.quote-form {
  padding: 0;
}

.quote-ok {
  border-color: rgba(69, 190, 123, 0.45);
  color: #9be7bb;
}

.quote-error {
  color: #ffb6a6;
}

.pagination {
  margin-top: 28px;
}

.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px;
  background: #1e232b;
  border: 1px solid #333c48;
  border-radius: 4px;
}

.catalog-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.catalog-pagination__link,
.catalog-pagination__page,
.catalog-pagination__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #333c48;
  border-radius: 4px;
  color: #a2acb8;
  background: #14181e;
  font: 600 14px/1 Onest, sans-serif;
  text-decoration: none;
}

.catalog-pagination__link {
  min-width: 92px;
}

.catalog-pagination__link:hover,
.catalog-pagination__page:hover {
  color: #e9ecef;
  border-color: #a2acb8;
}

.catalog-pagination__page.is-active {
  color: #fff;
  background: #f4431f;
  border-color: #f4431f;
}

.catalog-pagination__link.is-disabled,
.catalog-pagination__dots {
  opacity: 0.45;
  cursor: default;
}

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

  .catalog-map,
  .child-category-strip {
    columns: 2;
  }

  .child-category-strip { columns: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }

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

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

@media (max-width: 860px) {
  .catalog-hero {
    padding: 78px 0 12px;
  }

  .catalog-hero h1 {
    font-size: clamp(30px, 10vw, 38px);
  }

	  .catalog-hero__in,
	  .catalog-layout,
	  .product-hero,
	  .quote-panel {
	    grid-template-columns: 1fr;
	  }

  .catalog-map,
  .child-category-strip,
  .catalog-mega__grid,
  .engineering-row {
    grid-template-columns: 1fr;
  }

  .catalog-map { columns: 1; }

  .catalog-side,
  .buy-box {
    position: static;
  }

  .filter-box summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
  }

  .filter-box summary::after {
    content: "›";
    transform: rotate(90deg);
    color: #a2acb8;
    font-size: 20px;
    line-height: 1;
  }

  .filter-box[open] summary::after {
    transform: rotate(-90deg);
  }

  .filter-box form {
    padding-top: 0;
  }

  .filter-box:not([open]) form {
    display: none;
  }

  .filter-box input,
  .filter-box select,
  .price-range__field input,
  .price-range__slider input[type="range"],
  .sort-form select,
  .view-toggle a {
    min-height: 44px;
  }

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

  .catalog-toolbar,
  .catalog-toolbar__actions,
  .filter-row,
  .quote-form__grid,
  .specs,
  .specs div {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-toolbar__actions,
  .sort-form {
    width: 100%;
  }

  .catalog-toolbar__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sort-form {
    justify-content: space-between;
  }

  .sort-form select {
    min-width: 0;
    flex: 1;
  }

  .view-toggle a {
    flex: 1;
    text-align: center;
  }

	  .view-toggle {
	    width: 100%;
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	  }

  .view-toggle a {
    min-width: 0;
    padding: 0 8px;
  }

  .product-grid--list .product-card__link {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .product-grid--list .product-card__image {
    min-height: 112px;
  }

  .product-grid--list .product-card__body {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 11px;
  }

  .product-grid--list .product-card__price-block {
    justify-content: space-between;
    text-align: left;
  }

  .product-view {
    padding-top: 96px;
  }

  .product-media {
    max-height: 360px;
  }

  .product-view h1 {
    font-size: clamp(30px, 10vw, 38px);
  }

	  .product-summary__cta {
	    display: grid;
	    gap: 14px;
	  }

  .product-summary__actions {
    justify-items: stretch;
  }

  .product-summary__cta .btn {
    width: 100%;
  }

  .product-specs-block__link {
    width: auto;
  }

  .quote-panel {
    padding: 18px;
  }

  .quote-panel h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .buy-box .btn,
  .quote-form .btn {
    width: 100%;
  }

  .catalog-pagination {
    justify-content: stretch;
    gap: 8px;
    padding: 12px;
  }

  .catalog-pagination__pages {
    order: 3;
    width: 100%;
  }

  .catalog-pagination__link {
    flex: 1 1 0;
  }
}

@media (max-width: 700px) {
  .quote-basket__drawer { padding: 18px 14px; }
  .quote-basket__form { grid-template-columns: 1fr; }
  .quote-basket__form > label, .quote-basket__form .btn { grid-column: 1; }
  .engineering-row { grid-template-columns: 1fr; }
  .engineering-row__price { justify-items: start; text-align: left; }
  .basket-add--compact { width: 100%; }
}

/* Production product detail */
.product-detail {
  padding: 104px 0 76px;
  background:
    radial-gradient(circle at 78% 18%, rgba(41, 83, 136, 0.12), transparent 34%),
    #14181e;
}

.product-detail__inner {
  display: grid;
  gap: 30px;
}

.product-detail__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.product-detail__back,
.product-detail__crumbs a,
.product-related__heading a,
.product-detail__purchase-head a {
  color: #a2acb8;
  text-decoration: none;
  transition: color 0.18s ease;
}

.product-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.product-detail__back span,
.product-related__heading a span {
  color: #f4431f;
}

.product-detail__back:hover,
.product-detail__crumbs a:hover,
.product-related__heading a:hover,
.product-detail__purchase-head a:hover {
  color: #fff;
}

.product-detail__crumbs {
  justify-content: flex-end;
  min-width: 0;
  color: #65707e;
  font-size: 12px;
}

.product-detail__hero {
  display: grid;
  grid-template:
    "media intro" auto
    "media purchase" auto
    "media specs" auto /
    minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: start;
  gap: 24px 48px;
}

.product-detail__media.product-media {
  position: sticky;
  top: 106px;
  grid-area: media;
  width: 100%;
  min-height: 540px;
  max-height: none;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #333c48;
  border-radius: 0;
  background:
    linear-gradient(rgba(38, 55, 76, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 55, 76, 0.13) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(42, 82, 128, 0.16), transparent 55%),
    #11161d;
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.product-detail__media.product-media::after {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(104, 131, 163, 0.08);
  content: "";
  pointer-events: none;
}

.product-detail__media.product-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 438px;
  object-fit: contain;
}

.product-detail__image-fallback,
.product-request__fallback,
.product-related__image b {
  display: grid;
  place-items: center;
  border: 1px solid #333c48;
  color: #65707e;
  font: 600 44px/1 Onest, sans-serif;
  background: #171c24;
}

.product-detail__media.product-media .product-detail__image-fallback {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.product-detail__intro {
  grid-area: intro;
  min-width: 0;
}

.product-detail__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  color: #8b95a2;
  font-size: 13px;
}

.product-detail__meta i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f4431f;
}

.product-detail__title {
  display: grid;
  gap: 12px;
  margin: 0;
  overflow-wrap: anywhere;
  font-family: Onest, sans-serif;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.product-detail__model {
  color: #f4f5f6;
  font-size: clamp(42px, 4.7vw, 76px);
  font-weight: 650;
}

.product-detail__name {
  max-width: 920px;
  color: #e9ecef;
  font-size: clamp(28px, 2.75vw, 44px);
  font-weight: 560;
  line-height: 1.14;
  letter-spacing: -0.028em;
}

.product-detail__lead {
  max-width: 780px;
  margin: 26px 0 0;
  color: #9da7b4;
  font-size: 17px;
  line-height: 1.55;
}

.product-detail__key-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0 0;
  border-top: 1px solid #333c48;
  border-bottom: 1px solid #333c48;
}

.product-detail__key-specs > div {
  min-width: 0;
  padding: 20px 22px 19px 0;
}

.product-detail__key-specs > div + div {
  padding-left: 24px;
  border-left: 1px solid #333c48;
}

.product-detail__key-specs dt,
.product-detail__key-specs dd {
  margin: 0;
}

.product-detail__key-specs dt {
  color: #737e8c;
  font-size: 12px;
  line-height: 1.35;
}

.product-detail__key-specs dd {
  margin-top: 5px;
  color: #e9ecef;
  font-size: 20px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.product-detail__purchase {
  grid-area: purchase;
  min-width: 0;
  padding: 20px;
  border: 1px solid #333c48;
  background: rgba(30, 35, 43, 0.82);
}

.product-detail__purchase-head {
  display: flex;
  justify-content: flex-end;
  min-height: 22px;
  margin-bottom: 16px;
}

.product-detail__purchase-head a {
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}

.product-detail__purchase-body {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(190px, 0.72fr);
  align-items: end;
  gap: 18px 24px;
}

.product-detail__price-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  min-width: 0;
}

.product-detail__price-summary--single {
  grid-template-columns: 1fr;
}

.product-detail__unit-price,
.product-detail__total-price,
.product-detail__quantity {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.product-detail__unit-price > span,
.product-detail__total-price > span,
.product-detail__quantity > span {
  color: #788391;
  font-size: 12px;
}

.product-detail__unit-price strong,
.product-detail__total-price strong {
  color: #f4f5f6;
  font-family: Onest, sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.product-detail__unit-price strong {
  font-size: clamp(28px, 2.2vw, 38px);
}

.product-detail__unit-price small {
  margin-left: 4px;
  color: #9da7b4;
  font-size: 0.46em;
  font-weight: 500;
}

.product-detail__unit-price .product-detail__vat {
  margin: 0;
  color: #788391;
  font-size: 11px;
  line-height: 1.3;
}

.product-detail__total-price {
  padding-left: 22px;
  border-left: 1px solid #333c48;
}

.product-detail__total-price strong {
  font-size: clamp(27px, 2.1vw, 36px);
}

.product-detail__stepper {
  display: grid;
  grid-template-columns: 44px minmax(64px, 1fr) auto 44px;
  align-items: center;
  min-height: 58px;
  border: 1px solid #333c48;
  background: #14181e;
}

.product-detail__stepper button,
.product-detail__stepper input {
  min-width: 0;
  height: 56px;
  border: 0;
  color: #e9ecef;
  background: transparent;
  font: 600 18px/1 Onest, sans-serif;
}

.product-detail__stepper button {
  cursor: pointer;
}

.product-detail__stepper button:hover {
  color: #f4431f;
}

.product-detail__stepper input {
  width: 100%;
  padding: 0;
  text-align: right;
  appearance: textfield;
}

.product-detail__stepper input::-webkit-inner-spin-button,
.product-detail__stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.product-detail__stepper > span {
  padding-left: 4px;
  color: #7e8996;
  font-size: 12px;
}

.product-detail__add,
.product-request__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  border: 1px solid #f4431f;
  padding: 0 24px;
  color: #101319;
  background: #f4431f;
  font: 700 16px/1.2 Onest, sans-serif;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.product-detail__add {
  grid-column: 1 / -1;
  width: 100%;
}

.product-detail__add:hover,
.product-request__submit:hover {
  color: #fff;
  background: #db3214;
  border-color: #db3214;
}

.product-detail__add.is-added {
  color: #e9ecef;
  border-color: #4c5968;
  background: transparent;
}

.product-detail__specs {
  grid-area: specs;
  min-width: 0;
  margin-top: 18px;
  padding-top: 34px;
  border-top: 1px solid #333c48;
}

.product-detail__eyebrow {
  margin: 0 0 16px;
  color: #778291;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-detail__specs h2,
.product-request__product h2,
.product-related__heading h2 {
  margin: 0;
  color: #f1f3f4;
  font-family: Onest, sans-serif;
  letter-spacing: -0.03em;
}

.product-detail__specs h2 {
  font-size: clamp(34px, 3vw, 48px);
}

.product-detail__spec-list {
  margin: 28px 0 0;
  border-top: 1px solid #333c48;
}

.product-detail__spec-list > div {
  display: grid;
  grid-template-columns: minmax(160px, 0.68fr) minmax(0, 1.32fr);
  gap: 28px;
  padding: 17px 0;
  border-bottom: 1px solid #333c48;
}

.product-detail__spec-list dt,
.product-detail__spec-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.product-detail__spec-list dt {
  color: #7f8996;
  font-size: 13px;
}

.product-detail__spec-list dd {
  color: #e1e5e8;
  font-size: 14px;
  font-weight: 650;
}

.product-request {
  scroll-margin-top: 96px;
  padding: 68px 0 88px;
  border-top: 1px solid #292f39;
  background: #101319;
}

.product-request__card {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(520px, 1.15fr);
  gap: 64px;
  padding: 28px;
  border: 1px solid #333c48;
  background: #171c23;
}

.product-request__product {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.product-request__product img,
.product-request__fallback {
  width: 132px;
  height: 112px;
  border: 1px solid #333c48;
  object-fit: contain;
  background: #11161d;
}

.product-request__product h2 {
  max-width: 520px;
  font-size: clamp(30px, 2.7vw, 46px);
  line-height: 1.08;
}

.product-request__product p:last-child {
  margin: 18px 0 0;
  color: #818c99;
  font-size: 14px;
}

.product-request__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.product-request__field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.product-request__field > span {
  color: #8b95a2;
  font-size: 12px;
}

.product-request__field input,
.product-request__field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid #333c48;
  border-radius: 0;
  padding: 13px 15px;
  color: #e9ecef;
  outline: 0;
  background: #101319;
  font: 400 15px/1.4 Onest, sans-serif;
  transition: border-color 0.18s ease;
}

.product-request__field textarea {
  min-height: 108px;
  resize: vertical;
}

.product-request__field input:focus,
.product-request__field textarea:focus {
  border-color: #667384;
}

.product-request__comment-trigger {
  grid-column: 1 / -1;
  justify-self: start;
  border: 0;
  padding: 2px 0;
  color: #a2acb8;
  background: transparent;
  font: 500 13px/1.4 Onest, sans-serif;
  cursor: pointer;
}

.product-request__comment-trigger:hover {
  color: #fff;
}

.product-request__comment {
  grid-column: 1 / -1;
}

.product-request__comment[hidden] {
  display: none !important;
}

.product-request__consents {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
}

.product-request__consents .field--check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0;
  color: #8f99a6;
  font-size: 12px;
  line-height: 1.45;
}

.product-request__consents .field--check input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #f4431f;
}

.product-request__consents .field--check span {
  min-width: 0;
}

.product-request__consents .field--check .err {
  grid-column: 2;
  margin: 0;
  color: #f06a51;
  font-size: 11px;
}

.product-request__consents a {
  color: #c5cbd2;
}

.product-request__consents .consent-policy-note {
  margin: 0;
  color: #717b88;
  font-size: 11px;
  line-height: 1.45;
}

.product-request__error,
.product-request__status {
  color: #f06a51;
  font-size: 12px;
}

.product-request__status {
  grid-column: 1 / -1;
  margin: 0;
}

.product-request__submit {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
}

.product-related {
  padding: 76px 0 94px;
  border-top: 1px solid #292f39;
  background: #14181e;
}

.product-related__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.product-related__heading h2 {
  font-size: clamp(38px, 4vw, 62px);
}

.product-related__heading a {
  flex: 0 0 auto;
  padding-bottom: 8px;
  font-size: 13px;
}

.product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #333c48;
  border-left: 1px solid #333c48;
}

.product-related__card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  border-right: 1px solid #333c48;
  border-bottom: 1px solid #333c48;
  padding: 20px;
  color: #e9ecef;
  text-decoration: none;
  background: #151a21;
  transition: background 0.18s ease, transform 0.18s ease;
}

.product-related__card:hover {
  background: #1a2029;
}

.product-related__image {
  height: 210px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  background: #11161d;
}

.product-related__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-related__image b {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-size: 28px;
}

.product-related__meta {
  color: #737e8c;
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-related__name {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: #e9ecef;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-related__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #2c333e;
}

.product-related__footer b {
  color: #f1f3f4;
  font-size: 16px;
}

.product-related__footer span {
  flex: 0 0 auto;
  color: #7b8693;
  font-size: 11px;
}

@media (max-width: 1180px) {
  .product-detail__hero {
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
    column-gap: 32px;
  }

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

  .product-detail__quantity {
    max-width: 360px;
  }

  .product-request__card {
    grid-template-columns: minmax(280px, 0.78fr) minmax(440px, 1.22fr);
    gap: 38px;
  }
}

@media (max-width: 980px) {
  .product-detail {
    padding-top: 92px;
  }

  .product-detail__hero {
    grid-template:
      "intro" auto
      "media" auto
      "purchase" auto
      "specs" auto /
      minmax(0, 1fr);
    gap: 28px;
  }

  .product-detail__media.product-media {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .product-detail__media.product-media img {
    max-height: 360px;
  }

  .product-detail__purchase-body {
    grid-template-columns: minmax(260px, 1fr) minmax(210px, 0.7fr);
  }

  .product-request__card {
    grid-template-columns: 1fr;
    gap: 34px;
  }

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

@media (max-width: 680px) {
  .product-detail {
    padding: 82px 0 54px;
  }

  .product-detail__inner {
    gap: 22px;
  }

  .product-detail__topline {
    align-items: flex-start;
  }

  .product-detail__crumbs {
    display: none;
  }

  .product-detail__model {
    font-size: clamp(35px, 11vw, 48px);
  }

  .product-detail__name {
    font-size: clamp(25px, 7.7vw, 34px);
  }

  .product-detail__lead {
    font-size: 15px;
  }

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

  .product-detail__key-specs > div {
    padding: 16px 0;
  }

  .product-detail__key-specs > div + div {
    padding-left: 0;
    border-top: 1px solid #333c48;
    border-left: 0;
  }

  .product-detail__media.product-media {
    min-height: 280px;
    padding: 18px;
  }

  .product-detail__media.product-media::after {
    inset: 12px;
  }

  .product-detail__media.product-media img {
    max-height: 248px;
  }

  .product-detail__purchase {
    padding: 16px;
  }

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

  .product-detail__price-summary {
    grid-template-columns: 1fr 1.1fr;
  }

  .product-detail__total-price {
    padding-left: 14px;
  }

  .product-detail__quantity {
    max-width: none;
  }

  .product-detail__add,
  .product-request__submit {
    min-height: 58px;
    padding: 0 18px;
  }

  .product-detail__specs {
    margin-top: 4px;
  }

  .product-detail__spec-list > div {
    grid-template-columns: minmax(100px, 0.7fr) minmax(0, 1.3fr);
    gap: 18px;
  }

  .product-request {
    padding: 50px 0 62px;
  }

  .product-request__card {
    gap: 28px;
    padding: 18px;
  }

  .product-request__product {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 16px;
  }

  .product-request__product img,
  .product-request__fallback {
    width: 86px;
    height: 86px;
  }

  .product-request__product h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

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

  .product-request__comment-trigger,
  .product-request__comment,
  .product-request__consents,
  .product-request__status,
  .product-request__submit {
    grid-column: 1;
  }

  .product-related {
    padding: 56px 0 68px;
  }

  .product-related__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

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

  .product-related__card {
    min-height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail__back,
  .product-detail__crumbs a,
  .product-related__heading a,
  .product-detail__purchase-head a,
  .product-detail__add,
  .product-request__submit,
  .product-related__card {
    transition: none;
  }
}
