/*
Theme Name: OBD Master
Author: Codex
Description: Dark automotive ecommerce theme for OBD-MASTER.
Version: 1.0.43
Text Domain: obd-master
*/

:root {
  --font-body: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Roboto Condensed", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-bg: #05090f;
  --panel: rgba(8, 17, 25, 0.9);
  --panel-soft: rgba(14, 27, 38, 0.74);
  --line: rgba(108, 133, 148, 0.24);
  --line-strong: rgba(91, 151, 184, 0.42);
  --text: #edf2f5;
  --muted: #a7b3bc;
  --blue: #2587bd;
  --blue-dark: #17648f;
  --shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  background: var(--page-bg);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--page-bg);
  color: var(--text);
  font-family: var(--font-body);
  font-optical-sizing: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

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

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: var(--page-bg);
}

.hero {
  position: relative;
  min-height: 620px;
  height: calc(100vw * 850 / 1851);
  max-height: 850px;
  isolation: isolate;
  background-image: url("assets/hero-background.png?v=20260519-2");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid rgba(60, 184, 255, 0.16);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 72px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 170, 255, 0.32), transparent);
  opacity: 0.7;
  z-index: -1;
}

.hero::after {
  content: none;
}

.container {
  width: min(1580px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: 260px 148px minmax(280px, 1fr) 178px 48px;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  color: var(--text);
}

.brand {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 74px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}

.brand-title {
  display: block;
  color: #dff7ff;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.brand-subtitle {
  display: block;
  margin-top: 4px;
  font-family: var(--font-body);
  color: #4fc3ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 148px;
  min-height: 46px;
  padding: 0 23px;
  border: 1px solid rgba(61, 188, 255, 0.68);
  border-radius: 8px;
  background: linear-gradient(180deg, #1399e8, #087fd3);
  font-family: var(--font-body);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(5, 146, 227, 0.28);
}

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

.catalog-menu .catalog-button {
  width: 100%;
}

.catalog-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  display: none;
  width: min(520px, calc(100vw - 48px));
  max-height: min(70vh, 560px);
  overflow: auto;
  padding: 10px 12px;
  border: 1px solid rgba(78, 190, 242, 0.3);
  border-radius: 8px;
  background: rgba(3, 18, 30, 0.98);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.catalog-menu:hover .catalog-dropdown,
.catalog-menu:focus-within .catalog-dropdown {
  display: block;
}

.catalog-dropdown__list,
.catalog-dropdown__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-dropdown__list {
  display: grid;
  gap: 8px;
}

.catalog-dropdown__item {
  padding: 5px 0 7px;
  border-bottom: 1px solid rgba(88, 171, 210, 0.16);
}

.catalog-dropdown__item:last-child {
  border-bottom: 0;
}

.catalog-dropdown__parent {
  display: block;
  color: #ecf9ff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.catalog-dropdown__sublist {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  padding-left: 12px;
}

.catalog-dropdown__sublist a {
  color: #9dc3d8;
  font-size: 13px;
  line-height: 1.3;
}

.catalog-dropdown__sublist a:hover,
.catalog-dropdown__parent:hover {
  color: #ffffff;
}

.icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  flex: 0 0 auto;
}

.search {
  position: relative;
  min-width: 0;
}

.search input {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 20px;
  border: 1px solid rgba(79, 178, 229, 0.12);
  border-radius: 7px;
  outline: none;
  background: rgba(6, 21, 34, 0.9);
  color: var(--text);
}

.search input::placeholder {
  color: #7e96a5;
}

.search .icon {
  position: absolute;
  top: 50%;
  right: 17px;
  color: #d4ecf8;
  transform: translateY(-50%);
}

.search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
  border: 1px solid rgba(78, 190, 242, 0.28);
  border-radius: 8px;
  background: rgba(3, 17, 29, 0.98);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.36);
}

.search-suggestions[hidden] {
  display: none;
}

.search-suggestions__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  color: #eaf8ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(80, 172, 215, 0.12);
}

.search-suggestions__item:last-child {
  border-bottom: 0;
}

.search-suggestions__item:hover,
.search-suggestions__item:focus {
  background: rgba(14, 119, 176, 0.22);
  color: #ffffff;
  outline: none;
}

.search-suggestions__item img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
}

.search-suggestions__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.search-suggestions__copy strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-suggestions__copy span,
.search-suggestions__empty {
  color: #8fb4c8;
  font-size: 13px;
  line-height: 1.35;
}

.search-suggestions__empty {
  padding: 14px 16px;
}

.phone {
  display: inline-grid;
  grid-template-columns: 24px max-content;
  gap: 9px;
  align-items: center;
  min-width: 0;
  color: #eaf8ff;
  white-space: nowrap;
}

.phone strong {
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.15;
}

.phone small {
  display: block;
  margin-top: 4px;
  color: #9fb5c3;
}

.header-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #d9ecf6;
  background: transparent;
}

.header-icon:hover {
  border-color: rgba(87, 194, 255, 0.18);
  background: rgba(9, 30, 46, 0.66);
}

.cart-count {
  position: absolute;
  top: 6px;
  right: 4px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.hero-content {
  width: min(660px, 100%);
  padding: 72px 0 112px;
}

.hero h1 {
  margin: 0;
  color: #11a9ff;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 0 32px rgba(16, 168, 255, 0.2);
}

.hero-lead {
  width: min(570px, 100%);
  margin: 20px 0 0;
  font-family: var(--font-body);
  color: #e6f6ff;
  font-size: clamp(21px, 1.72vw, 28px);
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 18px 24px;
  width: min(620px, 100%);
  margin: 38px 0 0;
}

.benefit {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  align-items: start;
  min-width: 0;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(65, 185, 255, 0.2);
  border-radius: 50%;
  color: #58c8ff;
  background: rgba(6, 38, 58, 0.78);
  box-shadow: inset 0 0 14px rgba(12, 160, 255, 0.14);
}

.benefit-icon .icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
}

.benefit strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.1px;
  white-space: nowrap;
}

.benefit-copy {
  display: block;
  min-width: 0;
  padding-top: 1px;
}

.benefit-note {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 42px;
}

.hero-promo-banners {
  display: grid;
  width: min(620px, 100%);
  gap: 10px;
  margin-top: 18px;
}

.hero-promo-banners--empty {
  width: fit-content;
  min-width: min(360px, 100%);
  padding: 13px 16px;
  border: 1px dashed rgba(97, 183, 221, 0.34);
  border-radius: 8px;
  background: rgba(2, 30, 42, 0.56);
  color: #9bb4c4;
  font-size: 13px;
  font-weight: 650;
}

.hero-promo-banner {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 36px;
  gap: 14px;
  align-items: center;
  min-height: 88px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(74, 168, 205, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(3, 39, 55, 0.9), rgba(3, 20, 33, 0.8)),
    radial-gradient(circle at 12% 50%, rgba(35, 168, 232, 0.2), transparent 36%);
  box-shadow: inset 0 1px 0 rgba(147, 222, 255, 0.07);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.hero-promo-banner:hover {
  border-color: rgba(87, 205, 255, 0.46);
  background:
    linear-gradient(90deg, rgba(4, 49, 68, 0.96), rgba(4, 25, 40, 0.9)),
    radial-gradient(circle at 12% 50%, rgba(35, 168, 232, 0.26), transparent 36%);
  transform: translateY(-1px);
}

.hero-promo-banner__media {
  display: grid;
  place-items: center;
  min-width: 0;
  height: 68px;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 42%, rgba(35, 168, 232, 0.18), transparent 58%),
    rgba(1, 13, 22, 0.72);
}

.hero-promo-banner__media img {
  display: block;
  width: 100%;
  max-width: 72px;
  max-height: 62px;
  object-fit: contain;
}

.hero-promo-banner__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.hero-promo-banner__label {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: #d71920;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-promo-banner strong {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero-promo-banner__price {
  display: block;
  overflow: hidden;
  color: #e6f8ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-promo-banner__price del {
  margin-right: 7px;
  color: #8ba7b5;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.78;
}

.hero-promo-banner__price ins {
  color: #ffffff;
  text-decoration: none;
}

.hero-promo-banner__arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(67, 176, 225, 0.34);
  border-radius: 6px;
  color: #bdeeff;
  background: rgba(2, 24, 38, 0.66);
}

.hero-promo-banner__arrow .icon {
  width: 17px;
  height: 17px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 27px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.primary-action {
  border: 1px solid rgba(71, 199, 255, 0.75);
  background: linear-gradient(180deg, #13a7f8, #0682da);
  color: white;
  box-shadow: var(--shadow);
}

.primary-action:hover {
  border-color: rgba(143, 222, 255, 0.9);
  background: linear-gradient(180deg, #25b4ff, #087fd3);
  box-shadow: 0 20px 64px rgba(0, 174, 255, 0.28);
  transform: translateY(-1px);
}

.secondary-action {
  border: 1px solid rgba(184, 221, 240, 0.24);
  background: rgba(8, 26, 40, 0.34);
  color: #dceef8;
}

.secondary-action:hover {
  border-color: rgba(184, 221, 240, 0.42);
  background: rgba(16, 44, 64, 0.48);
  color: #ffffff;
  transform: translateY(-1px);
}

.equipment-finder {
  position: relative;
  padding: 32px 0 30px;
  background:
    radial-gradient(circle at 86% 4%, rgba(10, 104, 143, 0.16), transparent 28%),
    linear-gradient(180deg, #012832 0%, #012c36 100%);
  border-top: 1px solid rgba(62, 185, 230, 0.12);
  box-shadow: inset 0 1px 0 rgba(75, 193, 232, 0.08);
}

.equipment-finder__inner {
  width: min(1800px, calc(100% - 120px));
  margin: 0 auto;
}

.equipment-finder__header h2 {
  margin: 0;
  color: #f1f8fc;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(223, 247, 255, 0.08);
}

.equipment-finder__header p {
  margin: 7px 0 0;
  color: #8ba7b5;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 650;
}

.catalog-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 12px;
  margin-top: 11px;
}

.catalog-search .search-suggestions {
  right: 94px;
}

.catalog-search input {
  width: 100%;
  height: 67px;
  padding: 0 27px;
  border: 1px solid rgba(67, 164, 201, 0.25);
  border-radius: 8px;
  outline: none;
  background: rgba(2, 43, 54, 0.74);
  color: #eaf8ff;
  font-size: 18px;
  font-weight: 600;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(0, 128, 184, 0.08);
}

.catalog-search input::placeholder {
  color: #8297a3;
}

.catalog-search input:focus {
  border-color: rgba(78, 190, 242, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(8, 109, 151, 0.18),
    0 0 0 3px rgba(14, 165, 255, 0.1);
}

.catalog-search button {
  display: grid;
  place-items: center;
  width: 82px;
  height: 67px;
  padding: 0;
  border: 1px solid rgba(44, 175, 255, 0.5);
  border-radius: 8px;
  background: linear-gradient(180deg, #0e9ee5 0%, #087cc8 100%);
  color: #dff8ff;
  cursor: pointer;
  box-shadow:
    0 18px 42px rgba(3, 111, 186, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.catalog-search button:hover {
  border-color: rgba(124, 218, 255, 0.72);
  background: linear-gradient(180deg, #18aef6 0%, #0783d4 100%);
  transform: translateY(-1px);
}

.catalog-search button .icon {
  width: 29px;
  height: 29px;
  stroke-width: 1.6;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin-top: 31px;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(138px, 1fr) 24px;
  align-items: center;
  gap: 16px;
  min-height: 91px;
  padding: 0 22px 0 26px;
  border: 1px solid rgba(68, 165, 200, 0.24);
  border-radius: 7px;
  background: rgba(2, 39, 50, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.14),
    0 1px 0 rgba(86, 199, 238, 0.04);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-card:hover {
  border-color: rgba(60, 190, 255, 0.44);
  background: rgba(3, 49, 63, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(9, 128, 174, 0.08),
    0 14px 38px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.category-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 50px;
  color: #069fe9;
  filter: drop-shadow(0 0 8px rgba(4, 152, 230, 0.32));
}

.category-icon .icon {
  width: 44px;
  height: 44px;
}

.category-title {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  white-space: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45), 0 0 14px rgba(207, 243, 255, 0.16);
}

.category-arrow {
  display: grid;
  place-items: center;
  width: 28px;
  height: 34px;
  justify-self: end;
  color: #e6f7ff;
  opacity: 1;
  background: transparent;
  border-radius: 999px;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 0 8px rgba(120, 219, 255, 0.22));
}

.category-arrow .icon {
  width: 22px;
  height: 22px;
}

.catalog-tree {
  margin-top: 26px;
}

.catalog-tree__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog-tree__list[hidden] {
  display: none !important;
}

.catalog-tree__list--depth-0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.catalog-tree__item {
  min-width: 0;
}

.catalog-tree__item--depth-0 {
  padding: 13px;
  border: 1px solid rgba(68, 165, 200, 0.24);
  border-radius: 8px;
  background: rgba(2, 39, 50, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.14),
    0 1px 0 rgba(86, 199, 238, 0.04);
}

.catalog-tree__item--depth-0:hover {
  border-color: rgba(60, 190, 255, 0.42);
  background: rgba(3, 49, 63, 0.76);
}

.catalog-tree__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 78px;
  align-items: stretch;
  gap: 8px;
}

.catalog-tree__row--depth-1,
.catalog-tree__row--depth-2 {
  grid-template-columns: minmax(0, 1fr) 70px;
}

.catalog-tree__link {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #eaf8ff;
  text-decoration: none;
}

.catalog-tree__link--depth-0 {
  gap: 10px;
  min-height: 42px;
}

.catalog-tree__link--depth-1,
.catalog-tree__link--depth-2 {
  gap: 8px;
  min-height: 34px;
  padding: 8px 9px;
  border: 1px solid rgba(74, 165, 199, 0.16);
  border-radius: 7px;
  background: rgba(0, 24, 32, 0.36);
  color: #cbe3ef;
}

.catalog-tree__link--depth-2 {
  margin-left: 10px;
  color: #b4cfda;
  font-size: 13px;
}

.catalog-tree__link:hover {
  color: #ffffff;
}

.catalog-tree__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(74, 165, 199, 0.22);
  border-radius: 7px;
  background: rgba(0, 24, 32, 0.38);
  color: #eaf8ff;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.catalog-tree__toggle--depth-0 {
  background: transparent;
  border-color: transparent;
}

.catalog-tree__toggle--depth-1,
.catalog-tree__toggle--depth-2 {
  min-height: 34px;
  padding: 8px 9px;
}

.catalog-tree__toggle:hover,
.catalog-tree__toggle[aria-expanded="true"] {
  border-color: rgba(80, 190, 238, 0.42);
  background: rgba(7, 91, 124, 0.28);
  color: #ffffff;
}

.catalog-tree__arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #8bd7fb;
  opacity: 0.9;
}

.catalog-tree__arrow .icon {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.catalog-tree__toggle[aria-expanded="true"] .catalog-tree__arrow .icon {
  transform: rotate(90deg);
}

.catalog-tree__open-link {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(83, 185, 224, 0.22);
  border-radius: 7px;
  background: rgba(7, 91, 124, 0.2);
  color: #9edcf5;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
}

.catalog-tree__row--depth-1 .catalog-tree__open-link,
.catalog-tree__row--depth-2 .catalog-tree__open-link {
  min-height: 34px;
}

.catalog-tree__open-link:hover {
  border-color: rgba(80, 190, 238, 0.42);
  background: rgba(7, 91, 124, 0.34);
  color: #ffffff;
}

.catalog-tree__title {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 15px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: 0;
}

.catalog-tree__link--depth-1 .catalog-tree__title,
.catalog-tree__link--depth-2 .catalog-tree__title,
.catalog-tree__toggle--depth-1 .catalog-tree__title,
.catalog-tree__toggle--depth-2 .catalog-tree__title {
  font-size: 13px;
  font-weight: 700;
}

.catalog-tree__count {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 24px;
  padding: 0 7px;
  border: 1px solid rgba(83, 185, 224, 0.24);
  border-radius: 999px;
  background: rgba(7, 91, 124, 0.28);
  color: #9edcf5;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.catalog-tree__list--depth-1 {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.catalog-tree__list--depth-2 {
  display: grid;
  gap: 6px;
  margin-top: 7px;
}

.archive-category-tree {
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid rgba(68, 165, 200, 0.18);
  border-radius: 8px;
  background: rgba(2, 31, 42, 0.48);
}

.archive-category-tree__header h2 {
  margin: 0 0 13px;
  color: #eef8fc;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0;
}

.catalog-tree--archive {
  margin-top: 0;
}

.catalog-tree--archive .catalog-tree__list--depth-0 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.catalog-tree--archive .catalog-tree__item--depth-0 {
  padding: 10px;
}

.auto-brand-selector {
  padding: 26px 0 30px;
  background:
    radial-gradient(circle at 12% 8%, rgba(12, 121, 171, 0.14), transparent 30%),
    linear-gradient(180deg, #01232c 0%, #011f28 100%);
  border-top: 1px solid rgba(62, 185, 230, 0.1);
}

.auto-brand-selector__inner {
  width: min(1800px, calc(100% - 120px));
  margin: 0 auto;
}

.section-heading--brands {
  margin-bottom: 16px;
}

.auto-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
  gap: 10px;
}

.auto-brand-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  min-height: 108px;
  padding: 8px;
  border: 1px solid rgba(70, 167, 200, 0.24);
  border-radius: 8px;
  background: rgba(3, 36, 48, 0.68);
  color: #eaf7fd;
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.auto-brand-card:hover {
  border-color: rgba(68, 196, 255, 0.42);
  background: rgba(5, 53, 70, 0.76);
  transform: translateY(-1px);
}

.auto-brand-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.auto-brand-card span {
  display: block;
  width: 100%;
  overflow-wrap: anywhere;
  color: #e8f5fb;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}

.auto-brand-card__placeholder {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(77, 173, 205, 0.38);
  border-radius: 8px;
  background: rgba(2, 24, 34, 0.9);
  color: #bde8ff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.popular-products {
  padding: 32px 0 48px;
  background:
    radial-gradient(circle at 18% 0%, rgba(16, 125, 173, 0.13), transparent 30%),
    linear-gradient(180deg, #020a12 0%, #03101a 100%);
}

.popular-products__inner {
  width: min(1800px, calc(100% - 120px));
  margin: 0 auto;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.section-heading h2 {
  margin: 0;
  color: #eef8fc;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.section-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #20aef9;
  font-size: 13px;
  font-weight: 700;
}

.section-heading a .icon {
  width: 16px;
  height: 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 352px;
  overflow: hidden;
  border: 1px solid rgba(62, 161, 206, 0.24);
  border-radius: 8px;
  background: rgba(4, 25, 38, 0.82);
  box-shadow: inset 0 1px 0 rgba(112, 210, 255, 0.05);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.product-card:hover {
  border-color: rgba(51, 185, 255, 0.44);
  background: rgba(5, 31, 47, 0.92);
  transform: translateY(-2px);
}

.products-empty {
  grid-column: 1 / -1;
  padding: 34px;
  border: 1px dashed rgba(62, 161, 206, 0.28);
  border-radius: 8px;
  background: rgba(4, 25, 38, 0.58);
  color: #eef8fc;
}

.products-empty strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.products-empty p {
  margin: 8px 0 0;
  color: #9bb4c4;
  font-size: 14px;
  line-height: 1.5;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  height: 148px;
  padding: 14px 16px 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(31, 160, 226, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(8, 36, 54, 0.36), rgba(3, 18, 29, 0));
}

.product-media img {
  display: block;
  width: 100%;
  max-width: 174px;
  max-height: 118px;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 3px 8px 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2ab9ff, #087ac4);
  color: #eaffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.product-ribbon {
  position: absolute;
  top: 16px;
  left: -42px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 156px;
  padding: 6px 0;
  background: #d71920;
  color: #ffffff;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-35deg);
  box-shadow: 0 8px 18px rgba(215, 25, 32, 0.28);
}

.product-visual {
  position: relative;
  display: block;
  width: 126px;
  height: 86px;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.32));
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  inset: 0;
}

.product-visual::before {
  border: 1px solid rgba(84, 191, 255, 0.28);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(46, 71, 87, 0.98), rgba(5, 16, 25, 0.98)),
    radial-gradient(circle at 35% 20%, rgba(20, 164, 255, 0.25), transparent 38%);
}

.product-visual::after {
  inset: 18px 22px;
  border-radius: 7px;
  background: linear-gradient(180deg, #139ee7, #073c5f);
  box-shadow: inset 0 0 0 1px rgba(195, 239, 255, 0.2);
}

.product-visual--adapter {
  width: 116px;
  height: 74px;
  transform: rotate(-10deg);
}

.product-visual--tablet,
.product-visual--kit,
.product-visual--scope {
  width: 120px;
  height: 92px;
}

.product-visual--tablet::before,
.product-visual--scope::before {
  border-radius: 10px;
}

.product-visual--lens {
  width: 90px;
  height: 90px;
}

.product-visual--lens::before,
.product-visual--lens::after {
  border-radius: 50%;
}

.product-visual--cable {
  width: 122px;
  height: 82px;
}

.product-visual--cable::before {
  inset: 18px 8px;
  border: 8px solid rgba(16, 25, 32, 0.98);
  border-radius: 999px;
  background: transparent;
}

.product-visual--cable::after {
  inset: 38px 0 20px auto;
  width: 34px;
  border-radius: 4px;
}

.product-card__body {
  display: grid;
  flex: 1 1 auto;
  grid-template-rows: 66px 22px 18px minmax(8px, 1fr) 36px;
  row-gap: 8px;
  padding: 0 16px 14px;
}

.product-card h3 {
  display: -webkit-box;
  height: 66px;
  margin: 0;
  overflow: hidden;
  color: #f3fbff;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card p {
  display: -webkit-box;
  height: 22px;
  margin: 0;
  overflow: hidden;
  color: #9cb4c4;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-rating {
  min-height: 16px;
  margin-top: 0;
  color: #d8ebf5;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.product-rating span {
  color: #ffb21d;
}

.product-rating small {
  color: #86a2b3;
  font-size: inherit;
}

.product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: end;
  padding-top: 0;
}

.product-card__bottom strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.product-cart {
  display: grid;
  place-items: center;
  width: 38px;
  height: 34px;
  border: 1px solid rgba(26, 160, 232, 0.5);
  border-radius: 5px;
  color: #15aef8;
  background: rgba(2, 27, 43, 0.76);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.product-cart:hover {
  border-color: rgba(106, 216, 255, 0.76);
  background: rgba(6, 67, 98, 0.74);
  color: #e9fbff;
}

.product-cart .icon {
  width: 20px;
  height: 20px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 8px;
  background: rgba(4, 25, 38, 0.72);
  overflow: hidden;
}

.trust-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 6px;
  align-items: center;
  padding: 24px 30px;
  border-left: 1px solid rgba(70, 156, 190, 0.12);
}

.trust-item:first-child {
  border-left: 0;
}

.trust-item > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(31, 166, 231, 0.3);
  border-radius: 50%;
  color: #13aaf5;
  background: rgba(7, 55, 81, 0.58);
  box-shadow: inset 0 0 18px rgba(14, 165, 255, 0.12);
}

.trust-item > span .icon {
  width: 30px;
  height: 30px;
}

.trust-item strong {
  color: #65cfff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
}

.trust-item p {
  margin: 0;
  color: #9bb4c4;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.about-contact {
  padding: 0 0 44px;
  background:
    linear-gradient(180deg, #03101a 0%, #020a12 100%);
}

.about-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(500px, 0.92fr);
  gap: 18px;
  width: min(1800px, calc(100% - 120px));
  margin: 0 auto;
}

.about-card,
.contact-card {
  min-height: 338px;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: rgba(3, 15, 25, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(126, 214, 255, 0.05),
    0 14px 42px rgba(0, 0, 0, 0.18);
}

.about-card {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 34px;
  padding: 30px 24px 20px 24px;
  overflow: hidden;
}

.about-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.about-copy h2,
.contact-card h2 {
  margin: 0;
  color: #f1f8fc;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 760;
}

.about-copy > p {
  max-width: 420px;
  margin: 24px 0 0;
  color: #a9bac5;
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 620;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.about-stat {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  align-items: center;
  min-width: 0;
}

.about-stat > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #12aaf5;
  filter: drop-shadow(0 0 8px rgba(14, 165, 255, 0.28));
}

.about-stat > span .icon {
  width: 38px;
  height: 38px;
}

.about-stat strong {
  color: #ffffff;
  font-size: 19px;
  line-height: 1;
  font-weight: 850;
  white-space: nowrap;
}

.about-stat p {
  margin: 0;
  color: #b0c1cb;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

.about-image {
  display: block;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow:
    inset 0 0 0 1px rgba(64, 169, 220, 0.18),
    0 16px 42px rgba(0, 0, 0, 0.2);
}

.contact-card {
  padding: 30px 24px 22px;
}

.contact-card > p {
  margin: 9px 0 21px;
  color: #a8bac5;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 620;
}

.contact-form {
  display: grid;
  gap: 11px;
}

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

.contact-form label {
  display: block;
  min-width: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(65, 154, 194, 0.18);
  border-radius: 6px;
  outline: none;
  background: rgba(2, 16, 27, 0.78);
  color: #eaf8ff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
}

.contact-form input {
  height: 48px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 78px;
  resize: vertical;
  padding: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8497a3;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(78, 190, 242, 0.46);
  box-shadow:
    inset 0 0 0 1px rgba(8, 109, 151, 0.14),
    0 0 0 3px rgba(14, 165, 255, 0.08);
}

.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  border: 1px solid rgba(59, 193, 255, 0.62);
  border-radius: 6px;
  background: linear-gradient(180deg, #20aff5, #0a91e4);
  color: #effcff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 148, 230, 0.18);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-form button:hover {
  border-color: rgba(142, 226, 255, 0.78);
  background: linear-gradient(180deg, #31bcff, #0b97ec);
  transform: translateY(-1px);
}

.contact-form button .icon {
  width: 20px;
  height: 20px;
}

.site-footer {
  border-top: 1px solid rgba(65, 183, 255, 0.2);
  background:
    radial-gradient(circle at 10% 0%, rgba(16, 131, 198, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(2, 12, 22, 0.96), #02070d 58%, #01050a);
}

.site-footer__top,
.site-footer__bottom {
  width: min(100% - 72px, 1740px);
  margin: 0 auto;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(270px, 0.96fr) minmax(330px, 1.12fr) minmax(430px, 1.58fr);
  gap: 12px;
  padding: 10px 0 20px;
}

.footer-card {
  min-width: 0;
  padding: 23px 24px 24px;
  border: 1px solid rgba(55, 172, 232, 0.18);
  border-radius: 8px;
  background: rgba(2, 12, 21, 0.74);
  box-shadow: inset 0 0 36px rgba(8, 106, 168, 0.05);
}

.footer-card h2,
.site-footer__bottom h2 {
  margin: 0;
  color: #f0f8ff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-contact-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li,
.footer-contacts a,
.footer-contacts p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0;
  color: #d8e9f3;
  font-size: 14px;
  line-height: 1.45;
}

.footer-contact-list span,
.footer-contacts span {
  color: #18aaf4;
}

.footer-contact-list .icon,
.footer-contacts .icon {
  width: 21px;
  height: 21px;
}

.footer-contact-list address {
  font-style: normal;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 17px;
}

.social-link {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: #35b8ff;
  transition: transform 180ms ease, filter 180ms ease;
}

.social-link:hover {
  transform: translateY(-1px);
  filter: brightness(1.2);
}

.social-link .icon {
  width: 23px;
  height: 23px;
}

.social-link--whatsapp {
  color: #1dd75f;
}

.social-link--instagram {
  color: #e85abe;
}

.social-link--youtube {
  color: #ff4c35;
}

.social-link--telegram {
  color: #3aaef8;
}

.floating-whatsapp {
  position: fixed;
  right: calc(24px + env(safe-area-inset-right));
  bottom: calc(24px + env(safe-area-inset-bottom));
  z-index: 120;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(37, 211, 102, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #20c45c;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 9px rgba(37, 211, 102, 0.18);
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 4px;
}

.floating-whatsapp .icon {
  width: 34px;
  height: 34px;
}

.footer-map-card {
  padding-inline: 22px;
}

.footer-map-note {
  margin: 7px 0 0;
  color: #8fa4b0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.footer-map {
  position: relative;
  display: block;
  height: 205px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(70, 177, 232, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(24deg, transparent 48%, rgba(66, 140, 182, 0.12) 49%, rgba(66, 140, 182, 0.12) 51%, transparent 52%),
    linear-gradient(112deg, transparent 45%, rgba(72, 150, 190, 0.11) 46%, rgba(72, 150, 190, 0.11) 48%, transparent 49%),
    linear-gradient(155deg, transparent 46%, rgba(76, 158, 202, 0.1) 47%, rgba(76, 158, 202, 0.1) 49%, transparent 50%),
    linear-gradient(rgba(54, 118, 154, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(54, 118, 154, 0.1) 1px, transparent 1px),
    linear-gradient(135deg, rgba(10, 32, 49, 0.96), rgba(4, 17, 29, 0.98));
  background-size: auto, auto, auto, 34px 34px, 34px 34px, auto;
}

.footer-map__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-map--2gis {
  background: #07131e;
}

.footer-map--2gis::before {
  display: none;
}

.footer-map__badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(3, 11, 18, 0.74);
  color: #f4f9fd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.footer-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 70%, rgba(13, 169, 255, 0.42), transparent 3%),
    radial-gradient(circle at 56% 49%, rgba(13, 169, 255, 0.22), transparent 14%);
  opacity: 0.58;
}

.footer-map__pin {
  position: absolute;
  left: 43%;
  top: 34%;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: #1aa8f2;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 28px rgba(11, 159, 237, 0.5));
}

.footer-map__pin .icon {
  width: 70px;
  height: 70px;
  fill: rgba(17, 162, 236, 0.12);
}

.footer-map__label {
  position: absolute;
  left: 55%;
  top: 39%;
  display: grid;
  gap: 6px;
  color: #eef9ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.footer-map__label small {
  width: fit-content;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(3, 11, 18, 0.62);
  color: #cfe3ee;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
}

.footer-delivery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 24px;
  margin-top: 24px;
}

.footer-feature {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
}

.footer-feature + .footer-feature {
  padding-left: 26px;
  border-left: 1px solid rgba(78, 165, 203, 0.13);
}

.footer-feature__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #19aef6;
}

.footer-feature__icon .icon {
  width: 38px;
  height: 38px;
}

.footer-feature h3 {
  margin: 4px 0 15px;
  color: #effaff;
  font-size: 17px;
  font-weight: 800;
}

.footer-feature ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #c8d7e0;
  font-size: 13px;
  line-height: 1.45;
  list-style-position: inside;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(270px, 1fr) minmax(190px, 0.9fr) minmax(190px, 0.9fr) minmax(225px, 0.9fr);
  gap: 72px;
  padding: 26px 0 0;
  border-top: 1px solid rgba(71, 166, 218, 0.13);
}

.footer-brand {
  display: block;
  width: 185px;
  margin-bottom: 12px;
}

.footer-brand--with-text {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: min(270px, 100%);
}

.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand--with-text img {
  width: 74px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}

.footer-brand-block p {
  width: min(280px, 100%);
  margin: 0 0 14px;
  color: #b8cbd6;
  font-size: 13px;
  line-height: 1.42;
}

.footer-brand-block small {
  color: #8499a6;
  font-size: 12px;
}

.footer-links,
.footer-contacts {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.footer-links h2,
.footer-contacts h2 {
  margin-bottom: 5px;
  font-size: 17px;
}

.footer-links a {
  color: #c3d5df;
  font-size: 13px;
  line-height: 1.2;
}

.footer-links a:hover,
.footer-contacts a:hover {
  color: #ffffff;
}

.footer-contacts {
  gap: 9px;
}

.footer-socials--compact {
  gap: 21px;
  margin-top: 3px;
}

.site-shell--inner {
  overflow: visible;
  background:
    radial-gradient(circle at 18% 0%, rgba(10, 127, 195, 0.17), transparent 34%),
    linear-gradient(180deg, #020914 0%, #020811 360px, #01060c 100%);
}

.site-header--inner {
  grid-template-columns: 260px 148px minmax(260px, 1fr) 180px 130px;
  padding: 10px 0;
  min-height: 84px;
}

.site-header--inner .catalog-button {
  color: #fff;
}

.header-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(61, 188, 255, 0.35);
  border-radius: 8px;
  color: #eaf8ff;
  background: rgba(5, 28, 43, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.header-cart b {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 7px;
  border-radius: 999px;
  background: #0ea5ff;
  color: #fff;
  font-size: 12px;
}

.inner-hero {
  border-top: 1px solid rgba(74, 180, 234, 0.12);
  border-bottom: 1px solid rgba(74, 180, 234, 0.16);
  background:
    linear-gradient(90deg, rgba(4, 28, 45, 0.92), rgba(3, 12, 22, 0.78)),
    url("assets/hero-background.png?v=20260519-2") center 35% / cover no-repeat;
}

.inner-hero .container {
  padding: 54px 0 46px;
}

.inner-hero p {
  margin: 0 0 10px;
  color: #55c8ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inner-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #f6fbff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 850;
}

.woo-page,
.content-page {
  padding: 34px 0 54px;
}

.woo-page__inner,
.content-page__inner {
  min-height: 420px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 22px;
  color: #8ba6b7;
  font-size: 13px;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #46c0fb;
}

.woocommerce-notices-wrapper,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  color: #dff5ff;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  margin: 0 0 22px;
  border-top-color: #0ea5ff;
  border-radius: 8px;
  background: rgba(5, 24, 39, 0.9);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 22px;
  color: #b8cbd6;
}

.woocommerce-products-header__title.page-title,
.woocommerce-products-header .page-title {
  display: none;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-height: 44px;
  border: 1px solid rgba(70, 177, 232, 0.22);
  border-radius: 7px;
  outline: none;
  background: rgba(2, 15, 27, 0.88);
  color: #f2fbff;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  padding: 0 14px;
}

.woocommerce form .form-row textarea {
  min-height: 110px;
  padding-top: 13px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 8px;
  background: rgba(3, 17, 29, 0.84);
  box-shadow: inset 0 1px 0 rgba(126, 214, 255, 0.05);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(74, 191, 245, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 230px;
  margin: 0;
  object-fit: contain;
  background: radial-gradient(circle at 50% 42%, rgba(15, 120, 180, 0.18), transparent 58%), #06111d;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  padding: 16px 16px 0;
  margin: 0;
  overflow: hidden;
  color: #f3fbff;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 800;
  min-height: calc(1.32em * 3);
  max-height: calc(1.32em * 3);
}

@supports (-webkit-line-clamp: 3) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.woocommerce .star-rating {
  position: relative;
  display: block;
  float: none;
  width: 104px;
  height: 20px;
  margin: 10px 22px 0;
  overflow: hidden;
  color: #eef3f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}

.woocommerce .star-rating::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(238, 248, 252, 0.34);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}

.woocommerce .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  overflow: hidden;
  padding-top: 20px;
  color: #eef3f5;
  font-size: 0;
}

.woocommerce .star-rating span::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: #eef3f5;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin: 0 10px 0 0;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  align-self: flex-start;
  margin: 12px 24px 0;
}

.woocommerce .star-rating,
.woocommerce div.product .woocommerce-product-rating {
  display: none;
}

.woocommerce ul.products li.product .price {
  display: block;
  padding: 8px 16px 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
}

.product-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  border: 1px solid rgba(121, 143, 156, 0.24);
  border-radius: 6px;
  background: rgba(5, 13, 20, 0.78);
  color: #c6d0d6;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.product-availability span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.product-availability--instock {
  color: #72c58a;
}

.product-availability--order {
  color: #e0ad62;
}

.product-availability--loop {
  margin: 12px 16px 0;
  padding: 7px 9px;
}

.product-availability--single {
  margin: -4px 0 16px;
  padding: 8px 10px;
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 14px 16px 16px;
  padding: 0 18px;
  border: 1px solid rgba(59, 193, 255, 0.62);
  border-radius: 7px;
  background: linear-gradient(180deg, #20aff5, #0a91e4);
  color: #effcff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 148, 230, 0.14);
}

.woocommerce ul.products li.product .button {
  width: calc(100% - 32px);
  margin-top: 14px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: linear-gradient(180deg, #31bcff, #0b97ec);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 4px;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 40px;
  border: 1px solid rgba(70, 177, 232, 0.22);
  border-radius: 7px;
  background: rgba(4, 22, 35, 0.82);
  color: #dceff9;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #0ea5ff;
  color: #fff;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce div.product div.images {
  overflow: hidden;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: radial-gradient(circle at 50% 40%, rgba(15, 120, 180, 0.16), transparent 58%), rgba(3, 17, 29, 0.86);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
}

.woocommerce div.product div.images img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  height: 74px;
  padding: 6px;
  border: 1px solid rgba(70, 177, 232, 0.18);
  border-radius: 6px;
  object-fit: contain;
  background: rgba(1, 9, 16, 0.76);
}

.woocommerce div.product div.summary {
  padding: 28px;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: rgba(3, 17, 29, 0.86);
}

.woocommerce div.product .product_title {
  margin: 0 0 15px;
  color: #f6fbff;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 850;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 18px;
  color: #fff;
  font-size: 30px;
  font-weight: 850;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  margin: 18px 0 22px;
  color: #b8cbd6;
  font-size: 15px;
  line-height: 1.72;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 20px 0;
}

.woocommerce .quantity .qty {
  width: 58px;
  height: 48px;
  padding: 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.woocommerce .quantity.obd-quantity {
  display: inline-grid;
  grid-template-columns: 42px 58px 42px;
  align-items: center;
  overflow: hidden;
  height: 48px;
  border: 1px solid rgba(121, 143, 156, 0.26);
  border-radius: 7px;
  background: #07111a;
}

.obd-quantity__button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d9e3e8;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.obd-quantity__button:hover {
  background: rgba(127, 192, 227, 0.12);
  color: #ffffff;
}

.woocommerce div.product form.cart .button {
  min-height: 48px;
  margin: 0;
  padding: 0 28px;
}

.obd-buy-now-button {
  border-color: rgba(67, 141, 180, 0.58);
  background: #1a5d86;
}

.obd-buy-now-button:hover {
  background: #2373a4;
}

.kaspi-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 0;
  border-radius: 7px;
  background: #ef2b35;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(239, 43, 53, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.kaspi-button:hover {
  background: #ff3a44;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(239, 43, 53, 0.28);
}

.kaspi-button__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  object-fit: contain;
}

.kaspi-button--single {
  padding: 0 24px;
}

.kaspi-button--loop {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  padding: 0 14px;
  font-size: 13px;
}

.kaspi-button--loop .kaspi-button__icon {
  width: 23px;
  height: 23px;
  font-size: 13px;
}

.woocommerce div.product .product_meta {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(80, 172, 215, 0.14);
  color: #8ea8b8;
  font-size: 13px;
}

.woocommerce div.product .product_meta a {
  color: #57caff;
}

.woocommerce div.product .woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 26px;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: rgba(3, 17, 29, 0.82);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 22px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom-color: rgba(80, 172, 215, 0.18);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgba(80, 172, 215, 0.18);
  border-radius: 7px 7px 0 0;
  background: rgba(5, 26, 41, 0.86);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #0c5f91;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3 {
  color: #f2fbff;
}

.woocommerce div.product .woocommerce-tabs p,
.woocommerce div.product .woocommerce-tabs li,
.content-page__inner {
  color: #c1d4df;
  line-height: 1.72;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: rgba(3, 17, 29, 0.84);
  color: #dceff9;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top-color: rgba(80, 172, 215, 0.14);
}

.woocommerce table.shop_table th {
  color: #f5fbff;
}

.woocommerce-cart table.cart img {
  width: 72px;
  border-radius: 6px;
  background: #06111d;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment {
  padding: 22px;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: rgba(3, 17, 29, 0.84);
  color: #dceff9;
}

.woocommerce-checkout #payment {
  background: rgba(3, 17, 29, 0.9);
}

.woocommerce-checkout #payment div.payment_box {
  background: rgba(9, 39, 58, 0.9);
  color: #dceff9;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(9, 39, 58, 0.9);
}

.woocommerce form .form-row label,
.woocommerce form .form-row span,
.woocommerce form .form-row p,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  color: #c1d4df;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  border: 1px solid rgba(80, 172, 215, 0.24);
  border-radius: 7px;
  background: rgba(2, 13, 23, 0.92);
  color: #edfaff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #edfaff;
  line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 190px;
  padding: 0 14px;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 28px;
}

.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-cart .cart_totals tr.cart-subtotal,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-account h2,
.woocommerce-account h3 {
  margin-top: 0;
  color: #f2fbff;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-Addresses .woocommerce-Address,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon {
  padding: 22px;
  border: 1px solid rgba(62, 161, 206, 0.22);
  border-radius: 10px;
  background: rgba(3, 17, 29, 0.84);
  color: #dceff9;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 11px 13px;
  border: 1px solid rgba(80, 172, 215, 0.16);
  border-radius: 7px;
  color: #dceff9;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  border-color: rgba(80, 172, 215, 0.42);
  background: rgba(16, 120, 178, 0.22);
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-cart .cart-empty + .return-to-shop a,
.woocommerce table.shop_table a {
  color: #62c8ff;
}

.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  color: #dceff9;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border-top-color: #27aee4;
  background: rgba(3, 17, 29, 0.9);
}

/* Practical catalogue finish: calmer type, flatter surfaces, less generated gloss. */
.site-shell--inner {
  background: #05090f;
}

.hero::before {
  opacity: 0.28;
}

.brand-title,
.inner-hero h1,
.section-header h2,
.equipment-finder__header h2,
.about-copy h2,
.woocommerce div.product .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display);
  letter-spacing: 0;
}

.brand-title {
  color: #eef3f5;
  font-size: 23px;
  font-weight: 700;
}

.brand-subtitle {
  color: #8fa4b0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.catalog-button,
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.added_to_cart {
  border-color: rgba(63, 123, 154, 0.62);
  background: #1d6f9c;
  font-weight: 650;
  box-shadow: none;
}

.catalog-button:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: #2587bd;
  box-shadow: none;
}

.header-cart,
.search input,
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-selection--single {
  background: #07111a;
  border-color: rgba(121, 143, 156, 0.24);
}

.inner-hero {
  background:
    linear-gradient(90deg, rgba(8, 17, 25, 0.96), rgba(8, 17, 25, 0.84)),
    url("assets/hero-background.png?v=20260519-2") center 35% / cover no-repeat;
}

.inner-hero p {
  color: #91a8b5;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.inner-hero h1 {
  color: #f3f6f8;
  font-size: 38px;
  font-weight: 700;
}

.woocommerce ul.products li.product,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product .woocommerce-tabs,
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-checkout #payment,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-Addresses .woocommerce-Address,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.checkout_coupon {
  border-color: rgba(121, 143, 156, 0.2);
  background: rgba(8, 17, 25, 0.92);
  box-shadow: none;
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(137, 165, 181, 0.36);
  transform: none;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images {
  background: #08121b;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: calc(1.22em * 3);
  max-height: calc(1.22em * 3);
  color: #eef3f5;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 600;
}

.woocommerce ul.products li.product .price {
  margin: 0;
  padding-top: 10px;
  color: #f7f8f8;
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
}

.woocommerce div.product div.summary {
  padding: 26px;
}

.woocommerce div.product .product_title {
  color: #f3f6f8;
  font-size: 36px;
  line-height: 1.08;
  font-weight: 700;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #f8f8f8;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-tabs p,
.woocommerce div.product .woocommerce-tabs li,
.content-page__inner {
  color: #b5c0c7;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce div.product .product_meta a,
.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-cart .cart-empty + .return-to-shop a,
.woocommerce table.shop_table a {
  color: #7fc0e3;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-top-color: #2587bd;
}

.kaspi-button {
  border: 1px solid rgba(170, 20, 28, 0.35);
  background: #d71920;
  font-weight: 700;
  box-shadow: none;
}

.kaspi-button:hover {
  background: #eb222b;
  box-shadow: none;
}

.site-footer--inner {
  margin-top: 10px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 236px 136px minmax(220px, 1fr) 46px;
  }

  .phone {
    display: none;
  }

  .catalog-button {
    width: 136px;
  }

  .equipment-finder__inner {
    width: min(100% - 48px, 1200px);
  }

  .popular-products__inner {
    width: min(100% - 48px, 1200px);
  }

  .auto-brand-selector__inner {
    width: min(100% - 48px, 1200px);
  }

  .about-contact__inner {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 1200px);
  }

  .site-footer__top,
  .site-footer__bottom {
    width: min(100% - 48px, 1200px);
  }

  .site-footer__top {
    grid-template-columns: minmax(260px, 0.9fr) minmax(330px, 1.1fr);
  }

  .footer-delivery {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
  }

  .site-header--inner {
    grid-template-columns: 236px 136px minmax(220px, 1fr) 130px;
  }

  .site-header--inner .phone {
    display: none;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .auto-brand-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

  .trust-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 680px;
    height: auto;
    background-position: center top;
    background-size: cover;
  }

  .site-header {
    grid-template-columns: minmax(190px, 1fr) 136px 44px;
    gap: 10px;
  }

  .search,
  .phone {
    display: none;
  }

  .catalog-button {
    width: 136px;
    min-height: 44px;
    padding-inline: 16px;
  }

  .catalog-dropdown {
    display: none !important;
  }

  .benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(560px, 100%);
  }

  .equipment-finder {
    padding-top: 30px;
  }

  .equipment-finder__header h2 {
    font-size: 31px;
  }

  .equipment-finder__header p {
    font-size: 16px;
  }

  .catalog-search {
    grid-template-columns: minmax(0, 1fr) 72px;
  }

  .catalog-search .search-suggestions {
    right: 84px;
  }

  .catalog-search input,
  .catalog-search button {
    height: 62px;
  }

  .catalog-search button {
    width: 72px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .catalog-tree__list--depth-0 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .popular-products {
    padding-top: 28px;
  }

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

  .product-media {
    height: 148px;
  }

  .trust-item {
    padding: 22px;
  }

  .about-card {
    grid-template-columns: 390px minmax(0, 1fr);
  }

  .site-footer__top {
    grid-template-columns: 1fr;
  }

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

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

  .site-header--inner {
    grid-template-columns: minmax(190px, 1fr) 136px 116px;
  }

  .site-header--inner .search {
    display: none;
  }

  .inner-hero h1 {
    font-size: 34px;
  }

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

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1200px);
  }

  .hero {
    min-height: 760px;
    background-image: url("assets/hero-background.png?v=20260519-2");
    background-position: center top;
    background-size: cover;
  }

  .site-header {
    grid-template-columns: 1fr 44px;
    min-height: 72px;
  }

  .catalog-button,
  .header-icon.user {
    display: none;
  }

  .brand {
    grid-template-columns: 54px 1fr;
  }

  .brand-logo {
    width: 54px;
    height: 40px;
  }

  .brand-title {
    font-size: 18px;
  }

  .brand-subtitle {
    font-size: 9px;
  }

  .hero-content {
    padding-top: 58px;
  }

  .hero-lead {
    width: min(360px, 100%);
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 34px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-promo-banners {
    margin-top: 16px;
  }

  .hero-promo-banner {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
  }

  .hero-promo-banner__media {
    height: 62px;
  }

  .hero-promo-banner__media img {
    max-width: 64px;
    max-height: 56px;
  }

  .hero-promo-banner strong {
    font-size: 14px;
  }

  .hero-promo-banner__arrow {
    display: none;
  }

  .equipment-finder {
    padding: 28px 0;
  }

  .equipment-finder__inner {
    width: min(100% - 28px, 1200px);
  }

  .popular-products__inner {
    width: min(100% - 28px, 1200px);
  }

  .auto-brand-selector__inner {
    width: min(100% - 28px, 1200px);
  }

  .about-contact__inner {
    width: min(100% - 28px, 1200px);
  }

  .site-footer__top,
  .site-footer__bottom {
    width: min(100% - 28px, 1200px);
  }

  .site-footer__top {
    padding-top: 0;
  }

  .footer-card {
    padding: 20px 16px;
  }

  .footer-card h2,
  .site-footer__bottom h2 {
    font-size: 20px;
  }

  .footer-map {
    height: 180px;
  }

  .footer-map__pin {
    left: 40%;
    width: 56px;
    height: 56px;
  }

  .footer-map__pin .icon {
    width: 56px;
    height: 56px;
  }

  .footer-map__label {
    left: 52%;
    font-size: 15px;
  }

  .footer-delivery__grid,
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .footer-feature + .footer-feature {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(78, 165, 203, 0.13);
    border-left: 0;
  }

  .site-footer__bottom {
    gap: 24px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-brand {
    width: 165px;
  }

  .floating-whatsapp {
    right: calc(16px + env(safe-area-inset-right));
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
  }

  .floating-whatsapp .icon {
    width: 31px;
    height: 31px;
  }

  .site-header--inner {
    grid-template-columns: 1fr 90px;
    gap: 10px;
  }

  .site-header--inner .catalog-button,
  .site-header--inner .phone {
    display: none;
  }

  .header-cart {
    min-height: 42px;
    padding-inline: 10px;
  }

  .header-cart span {
    display: none;
  }

  .inner-hero .container {
    padding: 36px 0 30px;
  }

  .inner-hero h1 {
    font-size: 28px;
  }

  .woo-page,
  .content-page {
    padding: 22px 0 34px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .woocommerce ul.products li.product a img {
    height: 210px;
  }

  .woocommerce div.product div.summary,
  .woocommerce div.product .woocommerce-tabs {
    padding: 18px;
  }

  .woocommerce div.product .product_title {
    font-size: 25px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 26px;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    margin-bottom: 10px;
  }

  .equipment-finder__header h2 {
    font-size: 26px;
  }

  .catalog-search {
    grid-template-columns: 1fr 58px;
    gap: 9px;
  }

  .catalog-search input {
    height: 56px;
    padding-inline: 16px;
    font-size: 15px;
  }

  .catalog-search button {
    width: 58px;
    height: 56px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .catalog-tree {
    margin-top: 16px;
  }

  .catalog-tree__list--depth-0,
  .catalog-tree--archive .catalog-tree__list--depth-0 {
    grid-template-columns: 1fr;
  }

  .catalog-tree__item--depth-0 {
    padding: 11px;
  }

  .catalog-tree__title {
    font-size: 14px;
  }

  .catalog-tree__link--depth-1 .catalog-tree__title,
  .catalog-tree__link--depth-2 .catalog-tree__title,
  .catalog-tree__toggle--depth-1 .catalog-tree__title,
  .catalog-tree__toggle--depth-2 .catalog-tree__title {
    font-size: 12px;
  }

  .archive-category-tree {
    padding: 14px;
  }

  .auto-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .auto-brand-card {
    min-height: 94px;
  }

  .auto-brand-card img,
  .auto-brand-card__placeholder {
    width: 48px;
    height: 48px;
  }

  .category-card {
    min-height: 76px;
    padding-inline: 18px;
  }

  .category-title {
    font-size: 16px;
  }

  .section-heading h2 {
    font-size: 21px;
  }

  .product-grid {
    display: flex;
    gap: 12px;
    margin-inline: -14px;
    padding-inline: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-card {
    flex: 0 0 220px;
    min-height: 372px;
    scroll-snap-align: start;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .trust-item,
  .trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(70, 156, 190, 0.12);
  }

  .trust-item:first-child {
    border-top: 0;
  }

  .about-contact {
    padding-bottom: 32px;
  }

  .about-card,
  .contact-card {
    min-height: 0;
  }

  .about-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 18px;
  }

  .about-copy h2,
  .contact-card h2 {
    font-size: 26px;
  }

  .about-copy > p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .about-image {
    height: 210px;
  }

  .contact-card {
    padding: 24px 18px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }
}
