* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-width: 1000px;
  font-family: Arial, "Segoe UI", sans-serif;
  color: #17191c;
  background: #f2f3f5;
  line-height: 1.45;
}

a {
  color: inherit;
}

.shell {
  width: 94%;
  max-width: 1460px;
  margin: 0 auto;
}

/* ---------- brand system ---------- */

.utility-bar {
  background: #15171a;
  color: #aeb3ba;
  font-size: 12px;
}

.utility-inner {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

.utility-left {
  float: left;
}

.utility-right {
  float: right;
  color: #d8dbe0;
}

.utility-right strong {
  color: #ffffff;
  font-size: 13px;
}

.utility-divider {
  margin: 0 12px;
  color: #555a61;
}

.main-header {
  background: #ffffff;
  border-bottom: 1px solid #e4e6e8;
}

.header-inner {
  height: 82px;
  position: relative;
}

.brand-lockup {
  float: left;
  height: 82px;
  display: table;
}

.brand-logo-cell,
.brand-copy {
  display: table-cell;
  vertical-align: middle;
}

.brand-logo-cell {
  width: 104px;
  padding-right: 14px;
}

.brand-logo {
  display: block;
  width: 92px;
  height: auto;
  max-height: 70px;
}

.brand-tagline {
  color: #7b8087;
  font-size: 11px;
  margin-top: 3px;
  letter-spacing: .1px;
}

.brand-tagline-main {
  color: #24272b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}

/* ---------- hero ---------- */

.catalog-hero {
  color: #ffffff;
  background:
    linear-gradient(105deg, #17191c 0%, #202328 67%, #2a2e34 100%);
  border-bottom: 4px solid #ff6b00;
}

.hero-inner {
  min-height: 174px;
  overflow: hidden;
  padding: 31px 0 28px;
}

.hero-copy {
  float: left;
  width: 48%;
  padding: 4px 30px 0 0;
}

.hero-kicker,
.section-kicker {
  color: #ff7a1a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.hero-copy h1 {
  margin: 6px 0 7px;
  max-width: 620px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.hero-copy p {
  margin: 0;
  color: #b8bdc4;
  font-size: 14px;
}

.hero-search {
  float: right;
  width: 45%;
  max-width: 620px;
  padding: 1px;
}

.hero-search label {
  display: block;
  margin-bottom: 7px;
  color: #d8dbe0;
  font-size: 12px;
  font-weight: 700;
}

.search-box {
  height: 54px;
  position: relative;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.search-box:focus-within {
  border-color: #ff6b00;
}

.search-icon {
  position: absolute;
  left: 17px;
  top: 7px;
  color: #ff6b00;
  font-size: 28px;
  line-height: 36px;
}

.search-box input {
  width: 100%;
  height: 50px;
  padding: 0 18px 0 51px;
  border: 0;
  outline: 0;
  color: #17191c;
  background: transparent;
  font-size: 15px;
}

.catalog-stats {
  margin-top: 8px;
  color: #949ba3;
  font-size: 11px;
}

.catalog-stats b {
  color: #ffffff;
}

.selection-strip {
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #e2e4e7;
}

.selected-vehicle {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selection-label {
  display: inline-block;
  margin-right: 10px;
  color: #8a8f96;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.selection-sep {
  margin: 0 6px;
  color: #ff6b00;
}

/* ---------- main catalog ---------- */

.catalog-layout {
  padding: 20px 0 30px;
  overflow: hidden;
}

.panel {
  min-height: 0;
  background: #ffffff;
  border: 1px solid #dfe2e5;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(21, 23, 26, .045);
  overflow: hidden;
}

.tree-panel {
  float: left;
  width: 35%;
}

.details-panel {
  float: right;
  width: 63.5%;
  overflow-y: auto;
}

.panel-heading {
  min-height: 72px;
  padding: 15px 17px;
  background: #fbfbfc;
  border-bottom: 1px solid #e7e9eb;
  overflow: hidden;
}

.step-badge {
  float: left;
  width: 34px;
  height: 34px;
  margin: 3px 11px 0 0;
  border-radius: 8px;
  color: #ffffff;
  background: #ff6b00;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 900;
}

.panel-title {
  padding-top: 1px;
  color: #1e2125;
  font-size: 15px;
  font-weight: 800;
}

.panel-subtitle {
  margin-top: 3px;
  color: #8a8f96;
  font-size: 11px;
}

.tree {
  height: 648px;
  max-height: none;
  overflow: auto;
  background: #ffffff;
}

.tree-node {
  border-bottom: 1px solid #f0f1f2;
}

.node-title {
  min-height: 42px;
  padding: 11px 14px;
  cursor: pointer;
  color: #35393e;
  font-size: 13px;
}

.node-title:hover {
  background: #fff7f0;
}

.node-title .arrow {
  display: inline-block;
  width: 20px;
  color: #ff6b00;
  font-size: 10px;
}

.count {
  float: right;
  min-width: 28px;
  padding: 1px 7px;
  border-radius: 10px;
  color: #7a7f86;
  background: #f0f1f2;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}

.children {
  margin-left: 16px;
  border-left: 1px solid #e8eaec;
}

.collapsed > .children {
  display: none;
}

.brand > .node-title {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #17191c;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1px;
}

.brand > .node-title:hover .count {
  color: #ffffff;
  background: #ff6b00;
}

.model > .node-title {
  font-weight: 700;
  color: #383c41;
}

.group > .node-title {
  font-weight: 700;
  color: #5b6067;
}

.detail {
  position: relative;
  padding: 10px 12px 10px 29px;
  cursor: pointer;
  border-left: 3px solid transparent;
}

.detail:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7cbd0;
}

.detail:hover {
  background: #fff8f2;
}

.detail.active {
  border-left-color: #ff6b00;
  background: #fff1e6;
}

.detail.active:before {
  background: #ff6b00;
}

.detail-main {
  color: #25282c;
  font-size: 12px;
  font-weight: 700;
}

.detail-meta {
  margin-top: 3px;
  color: #8a8f96;
  font-size: 10px;
}

/* ---------- empty state ---------- */

.empty-state {
  width: 78%;
  max-width: 650px;
  margin: 120px auto 0;
  text-align: center;
}

.empty-diamond {
  width: 60px;
  margin: 0 auto 18px;
}

.empty-diamond span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 14px;
  font-size: 19px;
}

.empty-state h2 {
  margin: 0 0 7px;
  color: #1d2024;
  font-size: 21px;
}

.empty-state > p {
  margin: 0 auto;
  max-width: 500px;
  color: #82878e;
  font-size: 13px;
}

.empty-benefits {
  margin-top: 28px;
  overflow: hidden;
}

.benefit {
  float: left;
  width: 33.333%;
  padding: 0 8px;
}

.benefit b {
  display: block;
  margin-bottom: 5px;
  color: #ff6b00;
  font-size: 18px;
}

.benefit span {
  color: #646970;
  font-size: 11px;
}

/* ---------- part card ---------- */

.hidden {
  display: none !important;
}

#details {
  padding: 20px;
}

.part-box {
  padding: 21px 22px;
  border: 1px solid #e0e3e6;
  border-left: 4px solid #ff6b00;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(21, 23, 26, .04);
}

.part-eyebrow {
  color: #7e8389;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.orange-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ff6b00;
}

.part-title {
  margin: 7px 0 11px;
  color: #17191c;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -.35px;
}

.part-primary {
  margin-bottom: 18px;
}

.maker-badge {
  display: inline-block;
  padding: 5px 9px;
  margin-right: 8px;
  border-radius: 6px;
  color: #ffffff;
  background: #22252a;
  font-size: 11px;
  font-weight: 800;
}

.article-code {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #e0e3e6;
  border-radius: 5px;
  color: #464b51;
  background: #f8f9fa;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
}

.part-meta-grid {
  margin: 0 -5px;
  overflow: hidden;
}

.meta-cell {
  float: left;
  width: 50%;
  min-height: 56px;
  padding: 7px 10px;
}

.meta-label,
.meta-value {
  display: block;
}

.meta-label {
  margin-bottom: 4px;
  color: #979ca2;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.meta-value {
  color: #3b3f44;
  font-size: 12px;
}

.mono {
  font-family: Consolas, "Courier New", monospace;
}

/* ---------- offers ---------- */

.section-heading {
  margin: 24px 0 10px;
  padding: 0 2px 10px;
  border-bottom: 1px solid #e7e9eb;
  overflow: hidden;
}

.section-heading > div:first-child {
  float: left;
}

.section-heading h2 {
  margin: 2px 0 0;
  color: #1d2024;
  font-size: 19px;
}

.section-note {
  float: right;
  margin-top: 15px;
  color: #979ca2;
  font-size: 10px;
}

.product-card {
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid #dde0e3;
  border-radius: 10px;
  background: #ffffff;
  transition: box-shadow .15s ease, border-color .15s ease;
}

.product-card:hover {
  border-color: #ffbd8c;
  box-shadow: 0 8px 20px rgba(30, 33, 37, .07);
}

.product-head {
  min-height: 93px;
  padding: 16px 17px;
  overflow: hidden;
  background: #ffffff;
}

.product-identity {
  float: left;
  width: 64%;
}

.product-commerce {
  float: right;
  width: 33%;
  text-align: right;
}

.product-maker {
  color: #ff6b00;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.product-article {
  margin: 2px 0 3px;
  color: #1b1e22;
  font-family: Consolas, "Courier New", monospace;
  font-size: 16px;
  font-weight: 900;
}

.product-name {
  color: #777c83;
  font-size: 11px;
}

.nomenclature-code {
  margin-top: 5px;
  color: #5f646b;
  font-size: 10px;
  font-weight: 700;
}

.analog-source-name {
  margin-top: 3px;
  color: #a0a5ab;
  font-size: 9px;
}

.product-price {
  min-height: 30px;
  color: #17191c;
  font-size: 21px;
  font-weight: 900;
  white-space: nowrap;
}

.price-prefix {
  color: #8b9097;
  font-size: 11px;
  font-weight: 600;
}

.price-muted {
  color: #a2a7ad;
  font-size: 12px;
  font-weight: normal;
}

.stock-pill {
  display: inline-block;
  margin-top: 7px;
  padding: 5px 9px;
  border-radius: 14px;
  font-size: 10px;
  font-weight: 800;
}

.stock-in {
  color: #187a45;
  background: #eaf7f0;
  border: 1px solid #c9ead7;
}

.stock-out {
  color: #8b9097;
  background: #f2f3f4;
  border: 1px solid #e0e2e4;
}

.stock-table-wrap {
  border-top: 1px solid #eceef0;
}

.stock-table {
  width: 100%;
  border-collapse: collapse;
}

.stock-table th,
.stock-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f1f2;
  text-align: left;
  font-size: 11px;
}

.stock-table th {
  color: #92979d;
  background: #fafbfb;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.stock-table tr:last-child td {
  border-bottom: 0;
}

.stock-table tr:hover td {
  background: #fffaf6;
}

.price-cell {
  color: #1e2125;
  font-weight: 800;
}

.qty-col {
  width: 90px;
  text-align: right !important;
}

.warehouse-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ff6b00;
}

.no-stock-line {
  padding: 12px 16px;
  color: #8e9399;
  background: #fafafa;
  border-top: 1px solid #eceef0;
  font-size: 10px;
}

.empty-result {
  padding: 18px;
  margin: 12px 0;
  overflow: hidden;
  border: 1px solid #eadfd6;
  border-radius: 9px;
  background: #fff9f4;
}

.empty-result-icon {
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 11px;
  border-radius: 50%;
  color: #ffffff;
  background: #ff6b00;
  line-height: 34px;
  text-align: center;
  font-weight: 900;
}

.empty-result b,
.empty-result span {
  display: block;
}

.empty-result b {
  color: #2c3035;
  font-size: 12px;
}

.empty-result span {
  margin-top: 3px;
  color: #8b9096;
  font-size: 10px;
}

.loading,
.error {
  padding: 18px;
  border-radius: 8px;
  font-size: 12px;
}

.loading {
  color: #73787e;
  background: #f7f8f9;
}

.error {
  color: #a32626;
  background: #fff0f0;
  border: 1px solid #f0cece;
}

/* ---------- footer ---------- */

.site-footer {
  background: #17191c;
  color: #8f959c;
  font-size: 11px;
}

.footer-inner {
  height: 58px;
  line-height: 58px;
  overflow: hidden;
}

.footer-inner > div:first-child {
  float: left;
}

.footer-inner > div:last-child {
  float: right;
}

.footer-inner b {
  color: #ffffff;
}

/* ---------- smaller screens / IE-safe ---------- */

@media (max-width: 1180px) {
  body {
    min-width: 900px;
  }

  .header-trust .trust-item {
    margin-left: 12px;
  }

  .hero-copy {
    width: 45%;
  }

  .hero-search {
    width: 51%;
  }

  .tree-panel {
    width: 37%;
  }

  .details-panel {
    width: 61.5%;
  }
}


/* ---------- v6.7 vehicle filters ---------- */

.vehicle-filter-bar {
  background: #ffffff;
  border-bottom: 1px solid #dfe2e5;
  box-shadow: 0 3px 10px rgba(21, 23, 26, .035);
}

.filter-shell {
  min-height: 92px;
  padding: 15px 0 14px;
  overflow: hidden;
}

.filter-title-block {
  float: left;
  width: 15%;
  min-width: 150px;
  padding: 8px 16px 0 0;
}

.filter-title-block strong {
  display: block;
  margin-top: 3px;
  color: #1b1e22;
  font-size: 14px;
}

.filter-kicker {
  color: #ff6b00;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.filter-control {
  float: left;
  width: 18.5%;
  padding: 0 6px;
}

.filter-control label {
  display: block;
  margin: 0 0 5px 2px;
  color: #777d84;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .55px;
}

.filter-control select {
  width: 100%;
  height: 42px;
  padding: 0 32px 0 11px;
  border: 1px solid #d6d9dd;
  border-radius: 8px;
  outline: 0;
  color: #24282d;
  background: #ffffff;
  font-family: Arial, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.filter-control select:focus {
  border-color: #ff6b00;
  box-shadow: 0 0 0 2px rgba(255, 107, 0, .10);
}

.filter-control select:disabled {
  color: #a2a7ad;
  background: #f4f5f6;
  border-color: #e4e6e8;
}

.filter-action {
  float: right;
  width: 10%;
  min-width: 95px;
  padding: 18px 0 0 8px;
}

.filter-action button {
  width: 100%;
  height: 42px;
  border: 1px solid #d8dbde;
  border-radius: 8px;
  color: #555b62;
  background: #f7f8f9;
  cursor: pointer;
  font-family: Arial, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.filter-action button:hover {
  color: #ffffff;
  background: #25282d;
  border-color: #25282d;
}

@media (max-width: 1180px) {
  .filter-title-block {
    width: 13%;
    min-width: 120px;
  }

  .filter-control {
    width: 18.8%;
  }

  .filter-action {
    width: 10%;
  }
}


/* v6.11 compact header, one-line filters, search, cart and city tabs */
.contact-bar {
  position: relative;
  z-index: 40;
  min-height: 42px;
  background: #ffffff;
  border-bottom: 1px solid #e6e8eb;
}
.contact-inner {
  position: relative;
  min-height: 42px;
  line-height: 42px;
}
.contact-phone {
  float: left;
  font-size: 15px;
  font-weight: 900;
  color: #17191c;
}
.city-tabs {
  float: left;
  margin-left: 32px;
  white-space: nowrap;
}
.city-tab {
  height: 30px;
  margin: 6px 3px 0 0;
  padding: 0 11px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #50555c;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.city-tab.active,
.city-tab:hover {
  color: #ffffff;
  background: #ff6b00;
}
.city-addresses {
  position: absolute;
  top: 39px;
  left: 160px;
  width: 360px;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #dfe2e5;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
  line-height: 1.35;
  z-index: 60;
}
.city-address-row {
  padding: 6px 0;
  border-bottom: 1px solid #f0f1f2;
  font-size: 12px;
}
.city-address-row:last-child { border-bottom: 0; }
.top-cart-wrap { float: right; position: relative; }
.cart-toggle {
  height: 30px;
  margin-top: 6px;
  padding: 0 14px;
  border: 0;
  border-radius: 15px;
  background: #17191c;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}
.cart-toggle span {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  margin-left: 5px;
  line-height: 18px;
  border-radius: 9px;
  background: #ff6b00;
  text-align: center;
  font-size: 11px;
}
.cart-panel {
  position: absolute;
  right: 0;
  top: 38px;
  width: 350px;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #dfe2e5;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0,0,0,.17);
  line-height: 1.3;
  z-index: 70;
}
.cart-panel-title { margin-bottom: 8px; font-size: 15px; font-weight: 900; }
.cart-empty { color: #777d84; font-size: 12px; }
.cart-item { display: table; width: 100%; padding: 8px 0; border-top: 1px solid #eef0f2; }
.cart-item-main, .cart-item-actions { display: table-cell; vertical-align: middle; }
.cart-item-title { font-size: 12px; font-weight: 800; }
.cart-item-meta { margin-top: 2px; color: #777d84; font-size: 11px; }
.cart-item-actions { width: 125px; text-align: right; white-space: nowrap; }
.cart-qty-btn, .cart-remove-btn { padding: 2px 7px; border: 1px solid #d7dbe0; border-radius: 5px; background: #f6f7f8; cursor: pointer; }
.cart-qty { display: inline-block; min-width: 20px; text-align: center; }
.cart-remove-btn { margin-left: 5px; color: #a51b1b; }

.compact-hero {
  background: #ff6b00;
  border-bottom: 1px solid #dc5d00;
}
.compact-hero-inner {
  display: table;
  width: 100%;
  height: 72px;
}
.hero-logo,
.hero-brand-copy,
.compact-stats {
  display: table-cell;
  vertical-align: middle;
}
.hero-logo {
  width: 78px;
  max-height: 58px;
  object-fit: contain;
  margin-right: 14px;
}
.hero-brand-copy { padding-left: 14px; color: #ffffff; }
.hero-brand-copy .hero-kicker { color: #fff4e9; font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.hero-brand-copy h1 { margin: 3px 0 0; color: #ffffff; font-size: 24px; line-height: 28px; }
.compact-stats { width: 180px; text-align: right; color: #fff8f2; font-size: 11px; }

.vehicle-filter-bar { padding: 7px 0 8px; }
.browser-filter-row { display: table; width: 100%; table-layout: fixed; }
.browser-filter-row .filter-control,
.browser-filter-row .filter-action {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  padding-right: 8px;
}
.browser-filter-row .filter-control { width: 15%; }
.browser-filter-row .filter-search-control { width: 31%; }
.browser-filter-row .filter-action { width: 9%; padding-right: 0; }
.inline-search-box { position: relative; height: 36px; border: 1px solid #d4d8dd; border-radius: 7px; background: #ffffff; }
.inline-search-box .search-icon { position: absolute; left: 10px; top: 8px; color: #ff6b00; font-size: 18px; }
.inline-search-box input { width: 100%; height: 34px; padding: 0 9px 0 34px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.inline-search-box input:disabled { background: #f4f5f6; color: #9aa0a6; }

.selection-crumb {
  padding: 0;
  border: 0;
  background: transparent;
  color: #25292e;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.selection-crumb:hover { color: #ff6b00; text-decoration: underline; }

.search-results-head {
  padding: 11px 13px;
  background: #f7f8f9;
  border-bottom: 1px solid #e9ebee;
}
.search-results-head span { float: right; color: #777d84; font-size: 11px; }
.search-help { padding: 18px 14px; color: #6b7178; line-height: 1.45; }
.search-result-detail { border-bottom: 1px solid #eef0f2; }

.catalog-context-line { margin-top: 4px; color: #5f656c; font-size: 11px; }
.product-page-link { display: inline-block; margin-top: 7px; color: #d95c00; font-size: 11px; font-weight: 800; text-decoration: none; }
.product-page-link:hover { text-decoration: underline; }
.add-cart-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 7px 12px;
  border: 0;
  border-radius: 7px;
  background: #ff6b00;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.product-page-body { background: #f4f5f7; }
.product-page { padding-top: 24px; padding-bottom: 40px; }
.product-page-card { padding: 24px; background: #ffffff; border: 1px solid #dfe2e5; border-radius: 12px; box-shadow: 0 4px 16px rgba(21,23,26,.05); }
.product-page-card h1 { margin: 5px 0 14px; font-size: 28px; }
.product-page-card h2 { margin-top: 26px; font-size: 19px; }
.product-page-meta span { display: inline-block; margin: 0 18px 8px 0; }
.current-fitment-card { margin-top: 20px; padding: 16px; border-left: 4px solid #ff6b00; background: #fff7f0; }
.current-fitment-card h2 { margin: 5px 0 10px; }
.fitment-table-wrap { overflow-x: auto; }
.product-page-stock { max-width: 700px; }

@media (max-width: 900px) {
  .city-tabs { margin-left: 10px; }
  .city-addresses { left: 10px; right: 10px; width: auto; }
  .compact-hero-inner { height: 62px; }
  .hero-brand-copy h1 { font-size: 18px; line-height: 22px; }
  .compact-stats { display: none; }
  .browser-filter-row { display: block; }
  .browser-filter-row .filter-control,
  .browser-filter-row .filter-action { display: block; width: 100%; padding: 0 0 7px; }
  .filter-search-control { clear: both; }
}


/* ---------- v6.12 header/cart/address/filter polish ---------- */
.contact-bar {
  min-height: 38px;
  background: #ffffff;
  border-bottom: 1px solid #eceef0;
}
.contact-inner {
  min-height: 38px;
  line-height: 38px;
  text-align: right;
}
.contact-right-group {
  float: right;
  display: table;
  height: 38px;
  white-space: nowrap;
}
.contact-phone,
.address-block,
.contact-divider {
  display: table-cell;
  vertical-align: middle;
}
.contact-phone {
  float: none;
  font-size: 12px;
  font-weight: 400;
  color: #33383e;
}
.contact-phone strong { font-size: 13px; color: #17191c; }
.contact-label { color: #6f757c; font-size: 11px; font-weight: 800; }
.contact-emoji { margin-right: 3px; font-size: 14px; }
.contact-divider { padding: 0 14px; color: #d2d5d8; }
.address-block { position: relative; }
.city-tabs {
  float: none;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  line-height: normal;
}
.city-tab {
  height: 26px;
  margin: 0 1px;
  padding: 0 8px;
  border-radius: 13px;
  font-size: 11px;
}
.city-tab.active { background: transparent; color: #50555c; }
.city-tab:hover { background: #ff6b00; color: #fff; }
.city-addresses {
  top: 32px;
  left: 0;
  width: 330px;
  border-radius: 9px;
  text-align: left;
  pointer-events: none;
}

.compact-hero {
  position: relative;
  min-height: 66px;
  overflow: visible;
}
.compact-hero-inner {
  position: relative;
  display: block;
  height: 66px;
  padding-left: 138px;
  padding-right: 150px;
}
.hero-logo-float {
  position: absolute;
  left: 0;
  top: -15px;
  width: 120px;
  height: 94px;
  padding: 6px;
  background: #ffffff;
  border: 2px solid #ff6b00;
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
  z-index: 25;
  text-align: center;
}
.hero-logo {
  display: block;
  width: 106px;
  height: 78px;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
}
.hero-brand-copy {
  display: block;
  padding: 12px 0 0;
}
.hero-brand-copy h1 {
  margin: 2px 0 0;
  font-size: 22px;
  line-height: 24px;
}
.compact-stats {
  position: absolute;
  right: 78px;
  top: 26px;
  width: auto;
  display: block;
  color: #fff6ee;
}
.top-cart-wrap {
  position: absolute;
  right: 0;
  top: 13px;
  float: none;
  line-height: normal;
  z-index: 50;
}
.cart-toggle {
  position: relative;
  width: 44px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 20px;
  background: #17191c;
  color: #ffffff;
  cursor: pointer;
}
.cart-icon {
  width: 22px;
  height: 22px;
  margin-top: 6px;
}
.cart-toggle span {
  position: absolute;
  right: -6px;
  top: -7px;
  min-width: 19px;
  height: 19px;
  margin: 0;
  line-height: 19px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #17191c;
  color: #ffffff;
  font-size: 10px;
}
.cart-panel {
  top: 46px;
  width: 365px;
  text-align: left;
}

.vehicle-filter-bar { padding: 7px 0 8px; }
.filter-shell { min-height: 0; padding: 0; overflow: visible; }
.browser-filter-row { table-layout: fixed; }
.browser-filter-row .filter-control,
.browser-filter-row .filter-action { padding-right: 7px; }
.browser-filter-row .filter-brand-control { width: 14%; }
.browser-filter-row .filter-model-control { width: 14%; }
.browser-filter-row .filter-engine-control { width: 17%; }
.browser-filter-row .filter-gearbox-control { width: 13%; }
.browser-filter-row .filter-search-control { width: 34%; }
.browser-filter-row .filter-action { width: 8%; }
.filter-control label {
  margin-bottom: 4px;
  font-size: 8px;
}
.select-wrap {
  position: relative;
  width: 100%;
  height: 36px;
}
.select-wrap select {
  width: 100%;
  height: 36px;
  padding: 0 28px 0 9px;
  border: 1px solid #d4d8dd;
  border-radius: 7px;
  background: #ffffff;
  color: #25292e;
  font-size: 11px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap select::-ms-expand { display: none; }
.select-wrap select:disabled { background: #f4f5f6; color: #9ca1a7; }
.select-chevron {
  position: absolute;
  right: 9px;
  top: 11px;
  width: 12px;
  color: #666c73;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  pointer-events: none;
}
.inline-search-box { height: 36px; }
.inline-search-box input { height: 34px; }
.filter-action { padding-top: 13px !important; }
.filter-action button { height: 36px; border-radius: 7px; }

@media (max-width: 1180px) {
  .contact-label { display: none; }
  .compact-stats { display: none; }
  .compact-hero-inner { padding-right: 62px; }
  .browser-filter-row .filter-brand-control { width: 15%; }
  .browser-filter-row .filter-model-control { width: 15%; }
  .browser-filter-row .filter-engine-control { width: 16%; }
  .browser-filter-row .filter-gearbox-control { width: 14%; }
  .browser-filter-row .filter-search-control { width: 31%; }
  .browser-filter-row .filter-action { width: 9%; }
}


/* v6.13 — условие применимости в левом каталоге */
.detail-condition {
  margin-top: 3px;
  color: #7a8087;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
}
.detail.active .detail-condition {
  color: #6d625a;
}


/* v6.14 — читаемость, артикулы, условия и заметные остатки */
.detail-main {
  font-size: 13.5px;
  line-height: 18px;
}
.detail-condition {
  margin-top: 4px;
  color: #697078;
  font-size: 12px;
  line-height: 17px;
}
.panel-title { font-size: 15px; }
.panel-subtitle { font-size: 10.5px; }
.part-title { font-size: 25px; }
.meta-label { font-size: 10px; }
.meta-value { font-size: 12px; line-height: 17px; }
.part-condition {
  margin: -7px 0 13px;
  padding: 8px 11px;
  border-left: 3px solid #ff6b00;
  color: #4f565d;
  background: #fff8f2;
  font-size: 12px;
  line-height: 17px;
}
.product-head { padding: 17px 18px; }
.product-maker { font-size: 12px; }
.product-article {
  margin-top: 5px;
  font-size: 17px;
  line-height: 21px;
}
.field-caption {
  display: inline-block;
  margin-right: 8px;
  color: #969ca3;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.product-name { font-size: 12.5px; line-height: 17px; color: #656b72; }
.nomenclature-code { font-size: 11px; }
.catalog-context-line { font-size: 12px; line-height: 17px; }
.catalog-condition {
  margin-top: 6px;
  padding: 6px 9px;
  border-radius: 6px;
  color: #555b62;
  background: #f6f7f8;
  font-size: 12px;
  line-height: 17px;
}
.product-price { font-size: 24px; }
.stock-pill {
  margin-top: 9px;
  padding: 7px 12px;
  border-radius: 16px;
  font-size: 12px;
}
.stock-in {
  color: #0e6d38;
  background: #e4f7ec;
  border-color: #b7e3c8;
  box-shadow: 0 0 0 1px rgba(24,122,69,.04);
}
.stock-table th,
.stock-table td {
  padding: 11px 16px;
  font-size: 12px;
}
.stock-table th { font-size: 10px; }
.qty-col { width: 125px; }
.warehouse-stock-pill {
  display: inline-block;
  min-width: 42px;
  padding: 5px 11px;
  border-radius: 14px;
  color: #0c6b36;
  background: #e7f7ee;
  border: 1px solid #bfe6ce;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}
.price-cell { font-size: 13px; }


/* ---------- v6.15 readability + clean header + price/stock emphasis ---------- */

/* Header: no overlap, two clean horizontal zones */
.contact-bar {
  min-height: 42px;
  height: 42px;
  background: #ffffff;
  border-bottom: 1px solid #e6e8eb;
}
.contact-inner {
  min-height: 42px;
  line-height: 42px;
}
.contact-right-group {
  height: 42px;
}
.contact-phone {
  font-size: 13px;
}
.contact-phone strong {
  font-size: 15px;
}
.contact-label {
  font-size: 12px;
  color: #4d535a;
}
.contact-emoji {
  font-size: 15px;
}
.city-tab {
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 14px;
}

.compact-hero {
  min-height: 72px;
  height: 72px;
  background: #ff6b00;
  overflow: visible;
}
.compact-hero-inner {
  height: 72px;
  padding-left: 112px;
  padding-right: 120px;
}
.hero-logo-box {
  position: absolute;
  left: 0;
  top: 8px;
  width: 92px;
  height: 56px;
  padding: 4px 6px;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,.13);
  z-index: 5;
  text-align: center;
}
.hero-logo {
  display: block;
  width: 80px;
  height: 48px;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
}
.hero-brand-copy {
  padding-top: 13px;
}
.hero-brand-copy .hero-kicker {
  color: rgba(255,255,255,.82);
  font-size: 10px;
}
.hero-brand-copy h1 {
  margin-top: 3px;
  color: #ffffff;
  font-size: 23px;
  line-height: 27px;
}
.compact-stats {
  color: #ffffff;
}
.top-cart-wrap {
  top: 16px;
}
.cart-toggle {
  width: 42px;
  height: 42px;
  background: #1f2328;
  border: 2px solid rgba(255,255,255,.7);
}

/* General scale/readability */
body {
  font-size: 14px;
}
.panel-title {
  font-size: 16px;
}
.panel-subtitle {
  font-size: 12px;
}
.node-title {
  font-size: 14px;
  line-height: 19px;
}
.detail {
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail-main {
  font-size: 14px;
  line-height: 19px;
}
.detail-condition {
  margin-top: 4px;
  color: #686f77;
  font-size: 12.5px;
  line-height: 17px;
  white-space: normal;
}
.part-title {
  font-size: 24px;
  line-height: 29px;
}
.part-box {
  font-size: 13px;
}
.meta-label,
.field-caption {
  font-size: 10px;
}
.meta-value,
.catalog-context-line,
.catalog-condition,
.nomenclature-code,
.product-page-link {
  font-size: 13px;
  line-height: 18px;
}
.product-maker {
  font-size: 13px;
}
.product-article {
  margin-top: 4px;
  font-size: 17px;
  line-height: 20px;
}
.product-name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
}
.product-price {
  font-size: 25px;
  line-height: 28px;
  font-weight: 900;
}
.price-muted {
  font-size: 12px;
}

/* Stock is a primary commerce signal */
.product-commerce {
  min-width: 185px;
  text-align: right;
}
.stock-pill {
  display: inline-block;
  min-width: 112px;
  margin-top: 7px;
  padding: 7px 11px;
  border-radius: 9px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
}
.stock-in {
  color: #0f6a37;
  background: #daf4e4;
  border: 1px solid #9edbb8;
}
.stock-out {
  color: #72777d;
  background: #f1f2f3;
  border: 1px solid #d9dcdf;
}
.stock-table {
  font-size: 13px;
}
.stock-table th {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 11px;
}
.stock-table td {
  padding-top: 9px;
  padding-bottom: 9px;
}
.stock-table .price-cell {
  font-size: 14px;
  font-weight: 800;
}
.stock-table .qty-col {
  width: 145px;
  text-align: right;
}
.warehouse-stock-pill {
  display: inline-block;
  min-width: 74px;
  padding: 6px 10px;
  border-radius: 9px;
  color: #0e6b36;
  background: #dcf4e5;
  border: 1px solid #a4ddb9;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}


/* ---------- v6.16 header/navigation/cart redesign ---------- */

.contact-bar {
  height: 44px;
  min-height: 44px;
  background: #23272c;
  border-bottom: 0;
  color: #ffffff;
}
.contact-inner {
  height: 44px;
  min-height: 44px;
  line-height: 44px;
}
.contact-right-group {
  height: 44px;
}
.contact-phone,
.contact-phone strong,
.contact-label,
.address-block,
.contact-emoji {
  color: #ffffff;
}
.contact-label {
  color: #d5d9dd;
  font-size: 12px;
}
.contact-phone {
  font-size: 13px;
}
.contact-phone strong {
  font-size: 15px;
  letter-spacing: .2px;
}
.contact-divider {
  color: #5c6269;
}
.city-tab {
  height: 28px;
  margin-top: 0;
  color: #f0f2f4;
  background: transparent;
  border: 1px solid transparent;
}
.city-tab.active {
  color: #ffffff;
  background: transparent;
}
.city-tab:hover {
  color: #ffffff;
  background: #ff6b00;
  border-color: #ff8c3a;
}
.city-addresses {
  top: 38px;
  background: #23272c;
  color: #ffffff;
  border: 1px solid #3d434a;
  box-shadow: 0 12px 28px rgba(0,0,0,.28);
}
.city-address-row {
  border-bottom-color: #3c4249;
  color: #ffffff;
  font-size: 13px;
}

.compact-hero {
  min-height: 96px;
  height: 96px;
  background: #ff6b00;
  border-bottom: 0;
  overflow: visible;
}
.compact-hero-inner {
  position: relative;
  height: 96px;
  padding-left: 170px;
  padding-right: 165px;
}
.hero-logo-transparent {
  position: absolute;
  left: 0;
  top: -2px;
  width: 150px;
  height: 100px;
  background: transparent;
  border: 0;
  box-shadow: none;
  z-index: 10;
  overflow: visible;
}
.hero-logo-transparent .hero-logo,
.hero-logo {
  display: block;
  width: 145px;
  height: 98px;
  max-height: none;
  margin: 0;
  object-fit: contain;
  background: transparent;
}
.hero-brand-copy {
  display: block;
  padding-top: 14px;
}
.hero-brand-copy .hero-kicker {
  color: rgba(255,255,255,.82);
  font-size: 10px;
  letter-spacing: 1.2px;
}
.hero-brand-copy h1 {
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
}
.hero-menu {
  position: absolute;
  left: 170px;
  bottom: 11px;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
}
.hero-menu-item {
  display: inline-block;
  margin-right: 22px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.hero-menu-item.active,
.hero-menu-item:hover {
  border-bottom-color: #ffffff;
}
.hero-menu-item.future {
  color: rgba(255,255,255,.72);
  cursor: default;
}
.hero-menu-item.future:hover {
  border-bottom-color: transparent;
}
.compact-stats {
  position: absolute;
  right: 72px;
  top: 17px;
  color: #ffffff;
  font-size: 11px;
}
.top-cart-wrap {
  position: absolute;
  right: 0;
  top: 24px;
  z-index: 50;
}
.cart-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 24px;
  background: #23272c;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(0,0,0,.18);
  cursor: pointer;
}
.cart-icon {
  width: 25px;
  height: 25px;
  margin-top: 7px;
}
.cart-toggle #cartCount,
.cart-toggle span {
  position: absolute;
  right: -8px;
  top: -8px;
  display: block;
  min-width: 24px;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  line-height: 20px;
  border: 2px solid #23272c;
  border-radius: 12px;
  background: #ffffff;
  color: #ff6b00;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.cart-toggle.has-items #cartCount,
.cart-toggle.has-items span {
  background: #ffffff;
  color: #e95f00;
}
.cart-added-flash {
  animation: cartPulse616 .7s ease;
}
@keyframes cartPulse616 {
  0% { transform: scale(1); }
  35% { transform: scale(1.18); background: #0f7a40; }
  100% { transform: scale(1); }
}
.add-cart-btn.added-state {
  background: #168447;
}
.cart-panel {
  top: 56px;
  width: 390px;
}

@media (max-width: 1180px) {
  .hero-menu-item { margin-right: 13px; font-size: 12px; }
  .compact-hero-inner { padding-left: 150px; }
  .hero-menu { left: 150px; }
  .hero-logo-transparent { width: 132px; }
  .hero-logo-transparent .hero-logo,
  .hero-logo { width: 128px; }
}


/* ===== v6.17 public web header / responsive web version / store pages ===== */
body {
  padding: 0;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  z-index: 1000;
  background: #ff6b00;
  border-bottom: 1px solid rgba(37,37,37,.22);
  box-shadow: 0 3px 12px rgba(0,0,0,.14);
}
.site-header-spacer {
  height: 96px;
}
.site-header-inner {
  position: relative;
  height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.site-logo-link {
  flex: 0 0 126px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.site-logo {
  display: block;
  width: 120px;
  height: 82px;
  object-fit: contain;
  background: transparent;
}
.site-brand-block {
  flex: 0 0 230px;
  color: #252525;
}
.site-brand-name {
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.site-brand-tagline {
  margin-top: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}
.site-nav {
  flex: 1 1 auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
}
.site-nav-link {
  display: inline-block;
  padding: 12px 11px;
  border: 0;
  background: transparent;
  color: #252525;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
}
.site-nav-link:hover,
.site-nav-link:focus {
  background: rgba(255,255,255,.26);
  color: #111;
}
.site-nav-link.future {
  opacity: .68;
  cursor: default;
}
.nav-chevron {
  margin-left: 3px;
  font-size: 10px;
}
.site-header-tools {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-phone {
  color: #252525;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.site-phone-icon {
  font-size: 16px;
}
.site-cart-wrap {
  position: relative;
}
.site-cart-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(37,37,37,.35);
  border-radius: 50%;
  background: #252525;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.site-cart-button .cart-icon {
  width: 23px;
  height: 23px;
}
.site-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0 4px;
  border-radius: 12px;
  background: #fff;
  color: #ff6b00;
  border: 2px solid #ff6b00;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  box-sizing: border-box;
}
.mobile-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #252525;
  font-size: 27px;
  cursor: pointer;
}
.address-menu {
  position: absolute;
  top: 84px;
  right: 58px;
  width: 610px;
  padding: 18px;
  border: 1px solid #e3e5e8;
  border-radius: 12px;
  background: #fff;
  color: #252525;
  box-shadow: 0 14px 40px rgba(0,0,0,.20);
  z-index: 1010;
}
.address-menu.hidden {
  display: none;
}
.address-menu-title {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.address-menu-title b {
  font-size: 17px;
}
.address-menu-title span {
  color: #70757b;
  font-size: 12px;
}
.address-city-tabs {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eceef0;
  padding-bottom: 10px;
}
.address-city-tab {
  border: 1px solid #d9dde1;
  border-radius: 16px;
  background: #f6f7f8;
  color: #333;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.address-city-tab.active {
  color: #fff;
  border-color: #ff6b00;
  background: #ff6b00;
}
.address-city-list.hidden {
  display: none;
}
.address-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 10px;
  border-bottom: 1px solid #f0f1f2;
  color: #252525;
  text-decoration: none;
}
.address-link:last-child {
  border-bottom: 0;
}
.address-link:hover {
  background: #fff4e9;
}
.address-link > span:nth-child(2) {
  flex: 1 1 auto;
}
.address-link b {
  display: block;
  font-size: 13px;
}
.address-link small {
  display: block;
  margin-top: 2px;
  color: #777d83;
  font-size: 11px;
}
.address-arrow {
  color: #ff6b00;
  font-size: 18px;
  font-weight: 900;
}

/* Web-ready responsive layout */
@media (max-width: 1220px) {
  .site-brand-block { flex-basis: 190px; }
  .site-brand-tagline { font-size: 16px; }
  .site-nav-link { padding-left: 7px; padding-right: 7px; font-size: 12px; }
  .site-phone { font-size: 12px; }
}
@media (max-width: 1020px) {
  .site-header { height: 78px; }
  .site-header-spacer { height: 78px; }
  .site-header-inner { height: 78px; }
  .site-logo-link { flex-basis: 95px; height: 72px; }
  .site-logo { width: 92px; height: 68px; }
  .site-brand-block { flex: 1 1 auto; }
  .site-brand-name { font-size: 11px; }
  .site-brand-tagline { font-size: 15px; line-height: 18px; }
  .mobile-menu-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    height: auto;
    padding: 10px;
    background: #ff6b00;
    border-top: 1px solid rgba(37,37,37,.15);
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
    text-align: center;
  }
  .site-nav.mobile-open { display: block; }
  .site-nav-link { display: inline-block; margin: 3px; }
  .site-phone { display: none; }
  .address-menu { top: 70px; right: 10px; width: calc(100% - 20px); box-sizing: border-box; }
  .browser-filter-row { flex-wrap: wrap; }
  .filter-control { min-width: 180px; }
  .filter-search-control { flex: 1 1 100%; }
}
@media (max-width: 760px) {
  .site-header { height: 70px; }
  .site-header-spacer { height: 70px; }
  .site-header-inner { height: 70px; gap: 7px; }
  .site-logo-link { flex-basis: 74px; height: 66px; }
  .site-logo { width: 72px; height: 62px; }
  .site-brand-name { display: none; }
  .site-brand-tagline { font-size: 13px; line-height: 16px; }
  .site-cart-button { width: 40px; height: 40px; }
  .address-menu { top: 64px; padding: 12px; }
  .address-city-tabs { overflow-x: auto; white-space: nowrap; display: block; }
  .address-city-tab { margin: 0 4px 6px 0; }
  .vehicle-filter-bar { padding: 10px 0; }
  .browser-filter-row { display: block; }
  .filter-control, .filter-action { width: 100%; margin: 0 0 8px; }
  .catalog-layout { display: block; }
  .tree-panel, .details-panel { width: 100%; margin: 0 0 12px; box-sizing: border-box; }
  .tree { height: auto !important; max-height: 500px !important; }
  .panel { height: auto !important; min-height: 0 !important; }
  .selection-strip { overflow-x: auto; white-space: nowrap; }
}

/* Store pages */
.store-page {
  padding-top: 28px;
  padding-bottom: 50px;
}
.store-breadcrumbs {
  margin-bottom: 18px;
  color: #777d83;
  font-size: 12px;
}
.store-breadcrumbs a { color: #ff6b00; text-decoration: none; }
.store-breadcrumbs span { margin: 0 6px; }
.store-hero-card,
.store-map-section,
.store-extra-card {
  background: #fff;
  border: 1px solid #e1e4e7;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.store-hero-card { padding: 28px; }
.store-main-info h1 {
  margin: 6px 0 4px;
  color: #252525;
  font-size: 31px;
  line-height: 36px;
}
.store-district { color: #777d83; font-size: 13px; }
.store-kind { margin: 12px 0 22px; font-size: 16px; }
.store-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.store-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid #eceef0;
  border-radius: 10px;
  background: #fafbfc;
}
.store-info-item > span { font-size: 24px; }
.store-info-item small { display: block; color: #777d83; font-size: 11px; }
.store-info-item b,
.store-info-item a { display: block; margin-top: 3px; color: #252525; font-size: 14px; font-weight: 800; text-decoration: none; }
.store-actions { margin-top: 20px; }
.route-button,
.map-open-button,
.store-catalog-button,
.store-phone-button {
  display: inline-block;
  margin-right: 8px;
  padding: 11px 18px;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 900;
}
.route-button,
.store-catalog-button { background: #ff6b00; color: #fff; }
.map-open-button { background: #252525; color: #fff; }
.store-phone-button { background: #e3f5e9; color: #126738; }
.store-map-section { margin-top: 18px; padding: 20px; }
.store-section-heading { margin-bottom: 12px; }
.store-map-frame {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #dfe2e5;
  background: #f2f3f4;
}
.store-map-frame iframe { display: block; }
.store-extra-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}
.store-extra-card { padding: 22px; }
.store-extra-card h2 { margin: 0 0 10px; color: #252525; }
@media (max-width: 760px) {
  .store-info-grid,
  .store-extra-section { grid-template-columns: 1fr; }
  .store-main-info h1 { font-size: 25px; line-height: 30px; }
  .store-map-frame iframe { height: 360px; }
  .route-button, .map-open-button { display: block; margin: 8px 0 0; text-align: center; }
}


/* ===== v6.18 header redesign =====
   One clean orange sticky bar, larger transparent logo, stronger spacing. */

.site-header-v618 {
  height: 92px;
  background: #f68e13;
  border-bottom: 1px solid rgba(37, 37, 37, .18);
  box-shadow: 0 4px 14px rgba(0,0,0,.13);
}

.site-header-spacer-v618 {
  height: 92px;
}

.site-header-inner-v618 {
  height: 92px;
  display: grid;
  grid-template-columns: 132px minmax(210px, 255px) minmax(430px, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.site-logo-link-v618 {
  width: 132px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.site-logo-v618 {
  width: 126px;
  height: 84px;
  object-fit: contain;
  background: transparent;
  transform: rotate(-4deg);
  transform-origin: center center;
}

.site-brand-block-v618 {
  min-width: 0;
  color: #252525;
}

.site-brand-tagline-v618 {
  margin: 0;
  max-width: 245px;
  color: #252525;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: -.25px;
}

.site-nav-v618 {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.site-nav-v618 .site-nav-link {
  padding: 11px 12px;
  color: #252525;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  border-radius: 8px;
}

.site-nav-v618 .site-nav-link:hover,
.site-nav-v618 .site-nav-link:focus {
  background: rgba(255,255,255,.30);
  color: #111;
}

.site-header-tools-v618 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.site-phone-v618 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #252525;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  text-decoration: none;
}

.site-phone-v618 .site-phone-icon {
  font-size: 17px;
}

.site-cart-button-v618 {
  width: 48px;
  height: 48px;
  border: 0;
  background: #252525;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.site-cart-count-v618 {
  top: -7px;
  right: -7px;
  min-width: 23px;
  height: 23px;
  line-height: 19px;
  padding: 0 5px;
  border: 2px solid #252525;
  background: #fff;
  color: #e75e00;
  font-size: 11px;
}

.site-header-v618 .address-menu {
  top: 84px;
  right: 0;
}

/* The filter bar is visually separated from the brand header. */
.vehicle-filter-bar {
  border-top: 0;
  border-bottom: 1px solid #e3e5e8;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0,0,0,.035);
}

/* Parenthesis text must wrap without clipping. */
.detail-condition,
.part-condition,
.catalog-condition {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
}

/* Tablet */
@media (max-width: 1260px) {
  .site-header-inner-v618 {
    grid-template-columns: 112px minmax(165px, 210px) 1fr auto;
    gap: 12px;
  }
  .site-logo-link-v618 {
    width: 112px;
  }
  .site-logo-v618 {
    width: 108px;
    height: 78px;
  }
  .site-brand-tagline-v618 {
    font-size: 17px;
    line-height: 21px;
  }
  .site-nav-v618 .site-nav-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
  .site-phone-v618 {
    font-size: 13px;
  }
}

@media (max-width: 1020px) {
  .site-header-v618,
  .site-header-spacer-v618 {
    height: 78px;
  }

  .site-header-inner-v618 {
    height: 78px;
    display: flex;
    gap: 10px;
  }

  .site-logo-link-v618 {
    flex: 0 0 92px;
    height: 74px;
  }

  .site-logo-v618 {
    width: 90px;
    height: 70px;
    transform: rotate(-4deg);
  }

  .site-brand-block-v618 {
    flex: 1 1 auto;
  }

  .site-brand-tagline-v618 {
    max-width: none;
    font-size: 16px;
    line-height: 19px;
  }

  .site-nav-v618 {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    height: auto;
    padding: 10px;
    background: #f68e13;
    border-top: 1px solid rgba(37,37,37,.15);
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
    text-align: center;
  }

  .site-nav-v618.mobile-open {
    display: block;
  }

  .site-header-tools-v618 {
    flex: 0 0 auto;
  }

  .site-phone-v618 {
    display: none;
  }

  .site-header-v618 .address-menu {
    top: 70px;
    right: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
  }
}

@media (max-width: 760px) {
  .site-header-v618,
  .site-header-spacer-v618 {
    height: 70px;
  }

  .site-header-inner-v618 {
    height: 70px;
    gap: 7px;
  }

  .site-logo-link-v618 {
    flex: 0 0 76px;
    height: 66px;
  }

  .site-logo-v618 {
    width: 74px;
    height: 62px;
  }

  .site-brand-tagline-v618 {
    font-size: 13px;
    line-height: 16px;
  }

  .site-cart-button-v618 {
    width: 40px;
    height: 40px;
  }
}


/* ===== v6.19 modern automotive header ===== */

body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

/* clean white sticky header + strong orange brand accent */
.site-header-v619 {
  height: 94px;
  background: #ffffff;
  border-top: 5px solid #f68e13;
  border-bottom: 1px solid #e6e8eb;
  box-shadow: 0 5px 18px rgba(24, 28, 33, .10);
}

.site-header-spacer-v619 {
  height: 94px;
}

.site-header-inner-v619 {
  height: 89px;
  display: grid;
  grid-template-columns: 122px minmax(210px, 245px) minmax(420px, 1fr) auto;
  align-items: center;
  gap: 22px;
}

/* Logo — transparent, no rotation, no card */
.site-logo-link-v619 {
  width: 122px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.site-logo-v619 {
  display: block;
  width: 116px;
  height: 84px;
  object-fit: contain;
  background: transparent;
  transform: none;
  filter: none;
}

.site-brand-block-v619 {
  min-width: 0;
}

.site-brand-eyebrow {
  margin-bottom: 4px;
  color: #f68e13;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  letter-spacing: 1.7px;
}

.site-brand-tagline-v619 {
  color: #24282d;
  font-size: 19px;
  line-height: 22px;
  font-weight: 800;
  letter-spacing: -.2px;
}

.site-nav-v619 {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 0;
}

.site-nav-v619 .site-nav-link-v619 {
  position: relative;
  padding: 34px 0 30px;
  border-radius: 0;
  color: #4b5158;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  background: transparent;
}

.site-nav-v619 .site-nav-link-v619:hover,
.site-nav-v619 .site-nav-link-v619:focus {
  color: #16191c;
  background: transparent;
}

.site-nav-v619 .site-nav-link-v619:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: #f68e13;
  transform: translateX(-50%);
  transition: width .18s ease;
}

.site-nav-v619 .site-nav-link-v619:hover:after,
.site-nav-v619 .site-nav-link-v619.active:after {
  width: 100%;
}

.site-nav-v619 .site-nav-link.future {
  opacity: .68;
}

.site-header-tools-v619 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-phone-v619 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #24282d;
  white-space: nowrap;
}

.site-phone-icon-v619 {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #f68e13;
  font-size: 16px;
  box-shadow: 0 3px 10px rgba(246, 142, 19, .25);
}

.site-phone-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-phone-copy small {
  margin-bottom: 3px;
  color: #899098;
  font-size: 9px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.site-phone-copy strong {
  color: #24282d;
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
}

.site-cart-button-v619 {
  width: 48px;
  height: 48px;
  border: 0;
  background: #24282d;
  color: #fff;
  box-shadow: 0 4px 13px rgba(24,28,33,.20);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.site-cart-button-v619:hover {
  background: #111418;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(24,28,33,.25);
}

.site-cart-count-v619 {
  top: -5px;
  right: -5px;
  min-width: 22px;
  height: 22px;
  line-height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  background: #f68e13;
  color: #fff;
  font-size: 10px;
  box-shadow: 0 2px 7px rgba(246,142,19,.35);
}

.address-menu-v619 {
  top: 80px !important;
  right: 0;
  border: 1px solid #e5e7ea;
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(25,28,32,.17);
}

/* Filter bar now feels like a separate working toolbar */
.vehicle-filter-bar {
  background: #f7f8fa;
  border-bottom: 1px solid #e2e5e8;
  box-shadow: none;
}

.filter-control select,
.filter-search-shell,
.filter-action button {
  border-color: #d7dbe0;
}

.filter-control select:focus,
.filter-search-shell:focus-within {
  border-color: #f68e13;
  box-shadow: 0 0 0 3px rgba(246,142,19,.10);
}

/* More modern empty state */
.empty-catalog-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  color: #f68e13;
}
.empty-catalog-icon svg {
  width: 64px;
  height: 64px;
  display: block;
}

/* Medium desktop */
@media (max-width: 1260px) {
  .site-header-inner-v619 {
    grid-template-columns: 104px minmax(175px, 205px) 1fr auto;
    gap: 13px;
  }

  .site-logo-link-v619 {
    width: 104px;
  }

  .site-logo-v619 {
    width: 100px;
    height: 78px;
  }

  .site-brand-tagline-v619 {
    font-size: 16px;
    line-height: 19px;
  }

  .site-nav-v619 {
    gap: 13px;
  }

  .site-nav-v619 .site-nav-link-v619 {
    font-size: 12px;
  }

  .site-phone-copy strong {
    font-size: 12px;
  }
}

/* Tablet/mobile */
@media (max-width: 1020px) {
  .site-header-v619,
  .site-header-spacer-v619 {
    height: 76px;
  }

  .site-header-inner-v619 {
    height: 71px;
    display: flex;
    gap: 10px;
  }

  .site-logo-link-v619 {
    flex: 0 0 82px;
    width: 82px;
    height: 68px;
  }

  .site-logo-v619 {
    width: 78px;
    height: 65px;
  }

  .site-brand-block-v619 {
    flex: 1 1 auto;
  }

  .site-brand-eyebrow {
    font-size: 8px;
  }

  .site-brand-tagline-v619 {
    font-size: 14px;
    line-height: 16px;
  }

  .site-nav-v619 {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    height: auto;
    padding: 10px 18px 14px;
    background: #fff;
    border-top: 1px solid #e6e8eb;
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
  }

  .site-nav-v619.mobile-open {
    display: block;
  }

  .site-nav-v619 .site-nav-link-v619 {
    display: block;
    padding: 11px 8px;
  }

  .site-nav-v619 .site-nav-link-v619:after {
    display: none;
  }

  .site-phone-v619 {
    display: none;
  }

  .address-menu-v619 {
    top: 68px !important;
    right: 10px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 620px) {
  .site-header-v619,
  .site-header-spacer-v619 {
    height: 70px;
  }

  .site-header-inner-v619 {
    height: 65px;
  }

  .site-brand-eyebrow {
    display: none;
  }

  .site-brand-tagline-v619 {
    font-size: 12px;
    line-height: 14px;
  }

  .site-cart-button-v619 {
    width: 40px;
    height: 40px;
  }
}


/* ===== v6.20 IE11-safe modern header =====
   No CSS Grid. Desktop layout uses table/table-cell for reliable IE11 rendering. */
.site-header-v620 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 88px;
  background: #22262b;
  border-bottom: 4px solid #f68e13;
  box-shadow: 0 5px 16px rgba(0,0,0,.18);
}

.site-header-spacer-v620 { height: 88px; }

.site-header-inner-v620 { height: 84px; }

.header-table-v620 {
  position: relative;
  display: table;
  width: 100%;
  height: 84px;
  table-layout: fixed;
}

.brand-zone-v620 {
  display: table-cell;
  width: 330px;
  height: 84px;
  vertical-align: middle;
  background: #f68e13;
  color: #22262b;
  text-decoration: none;
  overflow: visible;
  white-space: nowrap;
}

.brand-logo-cell-v620,
.brand-copy-cell-v620 {
  display: inline-block;
  vertical-align: middle;
}

.brand-logo-cell-v620 {
  width: 118px;
  text-align: center;
}

.site-logo-v620 {
  display: inline-block;
  width: 108px;
  height: 78px;
  object-fit: contain;
  background: transparent;
  border: 0;
  transform: none;
}

.brand-copy-cell-v620 {
  width: 198px;
  padding-left: 5px;
  white-space: normal;
}

.brand-name-v620 {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.brand-tagline-v620 {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  letter-spacing: -.2px;
}

.site-nav-v620 {
  display: table-cell;
  height: 84px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.nav-item-v620 {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 31px 8px 27px;
  border: 0;
  background: transparent;
  color: #f0f2f4;
  font: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.nav-item-v620:hover,
.nav-item-v620:focus { color: #fff; }

.nav-item-v620:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 17px;
  height: 3px;
  border-radius: 2px;
  background: transparent;
}

.nav-item-v620:hover:after,
.nav-item-v620.active:after { background: #f68e13; }
.nav-item-v620.future { color: #b7bcc2; }

.header-actions-v620 {
  display: table-cell;
  width: 260px;
  height: 84px;
  padding-right: 8px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

.phone-v620 {
  display: inline-block;
  margin-right: 14px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
}

.phone-icon-v620,
.phone-text-v620 { display: inline-block; vertical-align: middle; }

.phone-icon-v620 {
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  background: #f68e13;
  color: #22262b;
  font-size: 16px;
  font-weight: 900;
}

.phone-text-v620 small,
.phone-text-v620 strong { display: block; }
.phone-text-v620 small {
  margin-bottom: 2px;
  color: #9da4ab;
  font-size: 9px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.phone-text-v620 strong {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

.cart-button-v620 {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #464c52;
  border-radius: 50%;
  background: #30353a;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  box-shadow: 0 4px 11px rgba(0,0,0,.20);
}
.cart-button-v620:hover { background: #f68e13; color: #22262b; border-color: #f68e13; }
.cart-button-v620 .cart-icon { width: 22px; height: 22px; vertical-align: middle; }
.cart-count-v620 {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 2px solid #22262b;
  border-radius: 11px;
  background: #f68e13;
  color: #22262b;
  font-size: 10px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
}

.address-menu-v620 {
  top: 76px !important;
  right: 6px;
  border: 1px solid #dcdfe3;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

/* Work toolbar */
.vehicle-filter-bar {
  background: #f7f8fa;
  border-bottom: 1px solid #dfe3e7;
}

.mobile-menu-toggle-v620 { display: none; }

@media (max-width: 1240px) {
  .brand-zone-v620 { width: 280px; }
  .brand-logo-cell-v620 { width: 96px; }
  .site-logo-v620 { width: 90px; height: 72px; }
  .brand-copy-cell-v620 { width: 170px; }
  .brand-tagline-v620 { font-size: 15px; line-height: 18px; }
  .nav-item-v620 { margin: 0 2px; padding-left: 5px; padding-right: 5px; font-size: 11px; }
  .header-actions-v620 { width: 225px; }
  .phone-text-v620 strong { font-size: 12px; }
}

@media (max-width: 980px) {
  .site-header-v620 { height: 72px; }
  .site-header-spacer-v620 { height: 72px; }
  .site-header-inner-v620, .header-table-v620 { height: 68px; }

  .header-table-v620 { display: block; }
  .brand-zone-v620 { display: inline-block; width: 250px; height: 68px; vertical-align: top; }
  .brand-logo-cell-v620 { width: 78px; }
  .site-logo-v620 { width: 74px; height: 62px; }
  .brand-copy-cell-v620 { width: 158px; }
  .brand-tagline-v620 { font-size: 14px; line-height: 16px; }

  .mobile-menu-toggle-v620 {
    display: block;
    position: absolute;
    right: 58px;
    top: 17px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 7px;
    background: #30353a;
    color: #fff;
    font-size: 20px;
  }

  .site-nav-v620 {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    height: auto;
    padding: 8px 12px 12px;
    background: #22262b;
    text-align: left;
    white-space: normal;
    box-shadow: 0 10px 22px rgba(0,0,0,.22);
  }
  .site-nav-v620.mobile-open { display: block; }
  .nav-item-v620 { display: block; margin: 0; padding: 10px 8px; }
  .nav-item-v620:after { display: none; }

  .header-actions-v620 {
    display: block;
    position: absolute;
    right: 6px;
    top: 11px;
    width: auto;
    height: auto;
    padding: 0;
  }
  .phone-v620 { display: none; }
  .cart-button-v620 { width: 42px; height: 42px; line-height: 42px; }

  .address-menu-v620 { top: 66px !important; left: 10px; right: 10px; width: auto; }
}


/* ===== v6.21 header/cart/sticky filters/search alignment ===== */

/* Header keeps v6.20 visual direction, but the right side has enough room
   for PHONE + CART on one line. */
.site-header-v621 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  height: 88px;
  background: #22262b;
  border-bottom: 4px solid #f68e13;
  box-shadow: 0 5px 16px rgba(0,0,0,.18);
}
.site-header-spacer-v621 { height: 88px; }
.site-header-inner-v621 { height: 84px; }
.header-table-v621 {
  position: relative;
  display: table;
  width: 100%;
  height: 84px;
  table-layout: fixed;
}
.brand-zone-v621 {
  display: table-cell;
  width: 330px;
  height: 84px;
  vertical-align: middle;
  background: #f68e13;
  color: #22262b;
  text-decoration: none;
  white-space: nowrap;
}
.brand-logo-cell-v621,
.brand-copy-cell-v621 { display: inline-block; vertical-align: middle; }
.brand-logo-cell-v621 { width: 118px; text-align: center; }
.site-logo-v621 {
  display: inline-block;
  width: 108px;
  height: 78px;
  object-fit: contain;
  background: transparent;
  border: 0;
}
.brand-copy-cell-v621 { width: 198px; padding-left: 5px; white-space: normal; }
.brand-name-v621 {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
  letter-spacing: 1.6px;
}
.brand-tagline-v621 {
  display: block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
}
.site-nav-v621 {
  display: table-cell;
  height: 84px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.nav-item-v621 {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 31px 7px 27px;
  border: 0;
  background: transparent;
  color: #f0f2f4;
  font: inherit;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.nav-item-v621:hover,
.nav-item-v621:focus { color: #fff; }
.nav-item-v621:after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 17px;
  height: 3px;
  border-radius: 2px;
  background: transparent;
}
.nav-item-v621:hover:after,
.nav-item-v621.active:after { background: #f68e13; }
.nav-item-v621.future { color: #b7bcc2; }

.header-actions-v621 {
  display: table-cell;
  width: 305px;
  height: 84px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.phone-v621 {
  display: inline-block;
  margin-right: 17px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
}
.phone-icon-v621,
.phone-text-v621 { display: inline-block; vertical-align: middle; }
.phone-icon-v621 {
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  background: #f68e13;
  color: #22262b;
  font-size: 16px;
  font-weight: 900;
}
.phone-text-v621 small,
.phone-text-v621 strong { display: block; }
.phone-text-v621 small {
  margin-bottom: 2px;
  color: #9da4ab;
  font-size: 9px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.phone-text-v621 strong {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
}

/* Critical IE11 fix: cart wrapper is inline-block, not a block DIV. */
.site-cart-wrap-v621 {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  vertical-align: middle;
  overflow: visible;
}
.cart-button-v621 {
  position: absolute;
  left: 1px;
  top: 3px;
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #464c52;
  border-radius: 50%;
  background: #30353a;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  box-shadow: 0 4px 11px rgba(0,0,0,.20);
}
.cart-button-v621:hover {
  background: #f68e13;
  color: #22262b;
  border-color: #f68e13;
}
.cart-button-v621 .cart-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.cart-count-v621 {
  position: absolute;
  z-index: 5;
  top: -3px;
  right: -1px;
  display: block;
  min-width: 23px;
  height: 23px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 2px solid #22262b;
  border-radius: 12px;
  background: #f68e13;
  color: #22262b;
  font-size: 11px;
  line-height: 19px;
  font-weight: 900;
  text-align: center;
}
.address-menu-v621 {
  top: 76px !important;
  right: 6px;
}

/* FILTER + BREADCRUMBS: fixed below header with an 8px breathing gap. */
.catalog-sticky-controls-v621 {
  position: fixed;
  z-index: 1000;
  top: 96px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 11px rgba(0,0,0,.08);
}
.catalog-sticky-controls-v621 .vehicle-filter-bar {
  padding-top: 10px;
  padding-bottom: 9px;
  background: #f7f8fa;
  border-top: 1px solid #eceef0;
  border-bottom: 1px solid #dfe3e7;
}
.catalog-sticky-controls-v621 .selection-strip {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #dfe3e7;
}
.catalog-sticky-spacer-v621 {
  height: 111px;
}

/* Perfectly centred SVG magnifier in the search control. */
.inline-search-box .search-icon-v621 {
  position: absolute;
  left: 11px;
  top: 50%;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  color: #f68e13;
  font-size: 0;
  line-height: 0;
}
.inline-search-box .search-icon-v621 svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}
.inline-search-box input {
  padding-left: 37px;
}

/* Medium desktop */
@media (max-width: 1240px) {
  .brand-zone-v621 { width: 280px; }
  .brand-logo-cell-v621 { width: 96px; }
  .site-logo-v621 { width: 90px; height: 72px; }
  .brand-copy-cell-v621 { width: 170px; }
  .brand-tagline-v621 { font-size: 15px; line-height: 18px; }
  .nav-item-v621 { margin: 0 2px; padding-left: 4px; padding-right: 4px; font-size: 11px; }
  .header-actions-v621 { width: 265px; }
  .phone-v621 { margin-right: 10px; }
  .phone-text-v621 strong { font-size: 12px; }
}

/* Tablet/mobile: controls return to normal document flow to avoid consuming
   most of the small viewport. Header itself stays fixed. */
@media (max-width: 980px) {
  .site-header-v621 { height: 72px; }
  .site-header-spacer-v621 { height: 72px; }
  .site-header-inner-v621,
  .header-table-v621 { height: 68px; }

  .header-table-v621 { display: block; }
  .brand-zone-v621 {
    display: inline-block;
    width: 250px;
    height: 68px;
    vertical-align: top;
  }
  .brand-logo-cell-v621 { width: 78px; }
  .site-logo-v621 { width: 74px; height: 62px; }
  .brand-copy-cell-v621 { width: 158px; }
  .brand-tagline-v621 { font-size: 14px; line-height: 16px; }

  .mobile-menu-toggle-v621 {
    display: block;
    position: absolute;
    right: 64px;
    top: 17px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 7px;
    background: #30353a;
    color: #fff;
    font-size: 20px;
  }

  .site-nav-v621 {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    height: auto;
    padding: 8px 12px 12px;
    background: #22262b;
    text-align: left;
    white-space: normal;
    box-shadow: 0 10px 22px rgba(0,0,0,.22);
  }
  .site-nav-v621.mobile-open { display: block; }
  .nav-item-v621 { display: block; margin: 0; padding: 10px 8px; }
  .nav-item-v621:after { display: none; }

  .header-actions-v621 {
    display: block;
    position: absolute;
    right: 7px;
    top: 8px;
    width: auto;
    height: auto;
    padding: 0;
  }
  .phone-v621 { display: none; }
  .site-cart-wrap-v621 { width: 50px; height: 50px; }
  .cart-button-v621 { width: 42px; height: 42px; line-height: 42px; }

  .catalog-sticky-controls-v621 {
    position: static;
    box-shadow: none;
  }
  .catalog-sticky-spacer-v621 { display: none; }

  .address-menu-v621 {
    top: 66px !important;
    left: 10px;
    right: 10px;
    width: auto;
  }
}


/* ===== v6.22 readable compact filter + searchable Brand/Model ===== */

/* Labels above fields are intentionally removed: the field text itself is
   the label, which makes the toolbar larger and easier to scan. */
.catalog-sticky-controls-v621 .vehicle-filter-bar {
  padding-top: 13px;
  padding-bottom: 13px;
}

.browser-filter-row {
  align-items: center;
}

.filter-control {
  margin-top: 0;
}

.filter-control > label {
  display: none !important;
}

.vehicle-combo-source-v622 {
  display: none !important;
}

.vehicle-combo-v622 {
  position: relative;
  width: 100%;
  height: 44px;
}

.vehicle-combo-input-v622 {
  display: block;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding: 0 42px 0 14px;
  border: 1px solid #cfd5db;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: #262a2e;
  font-family: inherit;
  font-size: 14px;
  line-height: 42px;
  font-weight: 600;
}

.vehicle-combo-input-v622:focus {
  border-color: #f68e13;
  box-shadow: 0 0 0 3px rgba(246,142,19,.12);
}

.vehicle-combo-input-v622::-ms-clear {
  display: none;
}

.vehicle-combo-v622.disabled .vehicle-combo-input-v622 {
  background: #f0f2f4;
  color: #9aa0a6;
}

.vehicle-combo-toggle-v622 {
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  width: 39px;
  height: 42px;
  padding: 0;
  border: 0;
  border-left: 1px solid #e1e4e7;
  border-radius: 0 7px 7px 0;
  background: #fff;
  color: #596068;
  font-size: 11px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.vehicle-combo-v622.disabled .vehicle-combo-toggle-v622 {
  background: #f0f2f4;
  color: #b4b9be;
  cursor: default;
}

.vehicle-combo-dropdown-v622 {
  position: absolute;
  z-index: 2100;
  top: 48px;
  left: 0;
  right: 0;
  max-height: 340px;
  overflow-y: auto;
  padding: 6px 0;
  border: 1px solid #d5d9de;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(25,29,34,.18);
}

.vehicle-combo-dropdown-v622.hidden {
  display: none;
}

.vehicle-combo-option-v622 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 13px;
  border: 0;
  background: #fff;
  color: #25292d;
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.vehicle-combo-option-v622:hover,
.vehicle-combo-option-v622:focus {
  background: #fff2e3;
  color: #16191c;
  outline: 0;
}

.vehicle-combo-empty-v622 {
  padding: 12px 13px;
  color: #8a9096;
  font-size: 13px;
}

.select-wrap-v622 {
  height: 44px;
}

.select-wrap-v622 select,
.inline-search-box-v622 input,
.filter-action button {
  height: 44px !important;
  min-height: 44px;
  box-sizing: border-box;
  font-size: 14px !important;
}

.select-wrap-v622 select {
  padding-left: 13px;
  font-weight: 600;
}

.inline-search-box-v622 {
  height: 44px;
}

.inline-search-box-v622 input {
  line-height: 42px;
  padding-left: 38px;
}

.inline-search-box-v622 input::placeholder {
  color: #858c93;
  opacity: 1;
}

.filter-action button {
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 700;
}

/* Breadcrumb / current vehicle is a navigation element, not microtext. */
.catalog-sticky-controls-v621 .selection-strip {
  height: 46px;
  line-height: 46px;
}

.selected-vehicle {
  font-size: 13px;
}

.selection-label {
  margin-right: 10px;
  color: #7c838a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .7px;
}

.selection-crumb {
  font-size: 13px;
  font-weight: 800;
}

.catalog-sticky-spacer-v621 {
  height: 126px;
}

/* Slightly wider brand/model controls because these are now searchable. */
.browser-filter-row .filter-brand-control {
  flex-basis: 16%;
}

.browser-filter-row .filter-model-control {
  flex-basis: 18%;
}

@media (max-width: 980px) {
  .vehicle-combo-v622,
  .vehicle-combo-input-v622,
  .select-wrap-v622,
  .select-wrap-v622 select,
  .inline-search-box-v622,
  .inline-search-box-v622 input,
  .filter-action button {
    height: 46px !important;
  }

  .vehicle-combo-input-v622 {
    line-height: 44px;
  }

  .vehicle-combo-toggle-v622 {
    height: 44px;
    line-height: 44px;
  }

  .vehicle-combo-dropdown-v622 {
    top: 50px;
  }
}


/* ===== v6.23 article + model image preview + cart centering ===== */

.detail-article-v623 {
  margin-top: 3px;
  color: #e66f00;
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: .15px;
}

/* Absolute centering avoids IE11 baseline/line-height optical offset. */
.cart-button-v621 .cart-icon,
.cart-button-v620 .cart-icon {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 22px !important;
  height: 22px !important;
  margin-left: -11px !important;
  margin-top: -11px !important;
  vertical-align: baseline !important;
}

/* Model image tooltip */
.model-image-preview-v623 {
  position: fixed;
  z-index: 4000;
  width: 290px;
  padding: 8px;
  border: 1px solid #d9dde1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20,24,28,.24);
  pointer-events: none;
}

.model-image-preview-v623.hidden {
  display: none;
}

.model-image-preview-v623 img {
  display: block;
  width: 274px;
  height: 170px;
  object-fit: contain;
  background: #f7f8fa;
  border-radius: 7px;
}

.model-image-caption-v623 {
  padding: 7px 4px 2px;
  color: #24282d;
  font-size: 12px;
  line-height: 16px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .model-image-preview-v623 {
    display: none !important;
  }
}


/* ===== v6.26 clickable root breadcrumb ===== */
.selection-root-crumb-v626 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6f767d;
  font-family: inherit;
  font-size: 10px;
  line-height: inherit;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: baseline;
}

.selection-root-crumb-v626:hover,
.selection-root-crumb-v626:focus {
  color: #f68e13;
  text-decoration: underline;
  outline: 0;
}


/* ===== v6.29 model preview beside row ===== */
.model-image-preview-v623 {
  width: 290px;
}

.model-image-preview-v623:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #d9dde1;
  border-bottom: 1px solid #d9dde1;
  transform: rotate(45deg);
}


/* ===== v6.30 model preview anchored to left-panel edge ===== */
.model-image-preview-v623 {
  margin-left: 0 !important;
}


/* ===== v6.31 orders, staff access, cart hover, no gearbox filter ===== */

/* With КПП removed, give useful controls more width. */
.browser-filter-row .filter-brand-control { width: 16% !important; }
.browser-filter-row .filter-model-control { width: 18% !important; }
.browser-filter-row .filter-engine-control { width: 18% !important; }
.browser-filter-row .filter-search-control { width: 39% !important; }
.browser-filter-row .filter-action { width: 9% !important; }

/* Cart panel: fixed-layout rows stop long product names from leaving the white card. */
.cart-panel-v631 {
  top: 55px !important;
  width: 500px !important;
  max-width: calc(100vw - 24px);
  padding: 14px !important;
  box-sizing: border-box;
  overflow: visible;
  z-index: 5000 !important;
}
.cart-panel-v631 #cartItems {
  max-height: 430px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 3px;
}
.cart-item-v631 {
  display: table !important;
  table-layout: fixed;
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px 0 !important;
}
.cart-item-v631 .cart-item-main {
  display: table-cell;
  width: auto;
  padding-right: 12px;
  box-sizing: border-box;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cart-item-v631 .cart-item-title {
  white-space: normal;
  word-wrap: break-word;
  line-height: 15px;
}
.cart-item-v631 .cart-item-actions {
  display: table-cell;
  width: 132px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.cart-panel-footer-v631 {
  padding-top: 12px;
  border-top: 1px solid #e7e9ec;
}
.cart-checkout-button-v631 {
  display: block;
  height: 40px;
  border-radius: 8px;
  background: #f68e13;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.cart-checkout-button-v631:hover { background: #e77d00; }
.cart-checkout-button-v631.disabled { background: #c7cbd0; pointer-events: none; }

/* Public checkout */
.order-page-body-v631 { background: #f4f5f7; }
.order-page-v631 { padding-top: 28px; padding-bottom: 50px; }
.order-layout-v631 { display: table; width: 100%; table-layout: fixed; }
.order-card-v631 {
  display: table-cell;
  width: 42%;
  vertical-align: top;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #dfe2e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(20,24,28,.06);
}
.order-form-card-v631 { width: 55%; margin-left: 3%; }
.order-layout-v631 .order-card-v631 + .order-card-v631 { border-left-width: 1px; }
.order-card-v631 h1 { margin: 5px 0 20px; font-size: 27px; }
.order-cart-row-v631 { display: table; width: 100%; table-layout: fixed; padding: 11px 0; border-bottom: 1px solid #eceef0; }
.order-cart-row-v631 > div, .order-cart-row-v631 > strong { display: table-cell; vertical-align: middle; }
.order-cart-row-v631 > strong { width: 55px; text-align: right; }
.order-cart-row-v631 span { display: block; margin-top: 3px; color: #737a81; font-size: 11px; }
.order-cart-total-v631 { margin-top: 14px; text-align: right; font-size: 14px; }
.order-empty-v631 { padding: 18px; border-radius: 8px; background: #f7f8f9; }
.order-field-v631 { margin-bottom: 17px; }
.order-field-v631 > label, .staff-auth-card-v631 label, .staff-user-grid-v631 label { display: block; margin-bottom: 6px; color: #33383d; font-size: 12px; font-weight: 800; }
.order-field-v631 input, .order-field-v631 select, .order-field-v631 textarea,
.staff-auth-card-v631 input, .staff-user-grid-v631 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfd5db;
  border-radius: 8px;
  background: #fff;
  color: #22272b;
  font-family: inherit;
  font-size: 14px;
}
.order-field-v631 input, .order-field-v631 select, .staff-auth-card-v631 input, .staff-user-grid-v631 input { height: 44px; padding: 0 12px; }
.order-field-v631 textarea { padding: 10px 12px; resize: vertical; }
.order-field-v631 input:focus, .order-field-v631 select:focus, .order-field-v631 textarea:focus,
.staff-auth-card-v631 input:focus, .staff-user-grid-v631 input:focus { outline: 0; border-color: #f68e13; box-shadow: 0 0 0 3px rgba(246,142,19,.12); }
.delivery-choice-v631 { border: 1px solid #dde1e5; border-radius: 9px; overflow: hidden; }
.delivery-choice-v631 > label { display: table; width: 100%; box-sizing: border-box; padding: 12px; border-bottom: 1px solid #eceef0; cursor: pointer; }
.delivery-choice-v631 > label:last-child { border-bottom: 0; }
.delivery-choice-v631 input, .delivery-choice-v631 span { display: table-cell; vertical-align: top; }
.delivery-choice-v631 input { width: 22px; margin-top: 3px; }
.delivery-choice-v631 b, .delivery-choice-v631 small { display: block; }
.delivery-choice-v631 small { margin-top: 2px; color: #747b82; font-weight: 400; }
.two-fields-v631 { display: table; width: 100%; table-layout: fixed; }
.two-fields-v631 .order-field-v631 { display: table-cell; width: 50%; padding-right: 8px; }
.two-fields-v631 .order-field-v631 + .order-field-v631 { padding-right: 0; padding-left: 8px; }
.order-submit-v631, .staff-auth-card-v631 button, .staff-user-create-v631 button {
  height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #f68e13;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.order-submit-v631 { width: 100%; }
.order-submit-v631:disabled { background: #b9bec3; }
.order-message-v631 { margin: 12px 0; padding: 0; }
.order-message-v631.error, .staff-alert-v631.error { padding: 11px 12px; border-radius: 7px; background: #fff0f0; color: #a11b1b; }
.order-message-v631.success, .staff-alert-v631.success { padding: 14px; border-radius: 8px; background: #edf8ef; color: #216b2d; font-size: 14px; line-height: 1.5; }

/* Staff portal */
.staff-auth-page-v631, .staff-page-v631 { padding-top: 28px; padding-bottom: 50px; }
.staff-auth-card-v631 { width: 440px; max-width: 100%; margin: 0 auto; padding: 26px; box-sizing: border-box; border: 1px solid #dfe2e5; border-radius: 12px; background: #fff; box-shadow: 0 6px 20px rgba(20,24,28,.08); }
.staff-auth-card-v631 h1 { margin: 5px 0 10px; }
.staff-auth-card-v631 p { color: #697077; line-height: 1.45; }
.staff-auth-card-v631 label { margin-top: 14px; }
.staff-auth-card-v631 button { width: 100%; margin-top: 18px; }
.staff-alert-v631 { margin: 12px 0; }
.staff-topbar-v631 { display: table; width: 100%; margin-bottom: 20px; }
.staff-topbar-v631 > div { display: table-cell; vertical-align: middle; }
.staff-topbar-v631 h1 { margin: 4px 0; }
.staff-topbar-v631 span { color: #737a81; }
.staff-actions-v631 { text-align: right; white-space: nowrap; }
.staff-actions-v631 a, .staff-actions-v631 form { display: inline-block; margin-left: 8px; vertical-align: middle; }
.staff-actions-v631 a, .staff-actions-v631 button { padding: 8px 12px; border: 1px solid #d8dde1; border-radius: 7px; background: #fff; color: #33383d; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.staff-order-card-v631, .staff-user-create-v631, .staff-users-list-v631 { margin-bottom: 16px; padding: 18px; border: 1px solid #dfe2e5; border-radius: 11px; background: #fff; box-shadow: 0 3px 12px rgba(20,24,28,.04); }
.staff-order-head-v631 { display: table; width: 100%; padding-bottom: 12px; border-bottom: 1px solid #eceef0; }
.staff-order-head-v631 > div, .staff-order-head-v631 > span { display: table-cell; vertical-align: middle; }
.staff-order-head-v631 div > b, .staff-order-head-v631 div > span { display: block; }
.staff-order-head-v631 div > b { font-size: 16px; }
.staff-order-head-v631 div > span { margin-top: 2px; color: #7b8288; font-size: 11px; }
.order-status-v631 { width: 80px; text-align: right; color: #e87500; font-weight: 900; }
.staff-order-customer-v631 { display: table; width: 100%; table-layout: fixed; padding: 13px 0; }
.staff-order-customer-v631 > div { display: table-cell; padding-right: 15px; vertical-align: top; }
.staff-order-customer-v631 small, .staff-order-customer-v631 b { display: block; }
.staff-order-customer-v631 small { margin-bottom: 4px; color: #81878d; }
.staff-order-item-v631 { display: table; width: 100%; table-layout: fixed; padding: 9px 0; border-top: 1px solid #f0f1f2; }
.staff-order-item-v631 > div, .staff-order-item-v631 > strong { display: table-cell; vertical-align: middle; }
.staff-order-item-v631 > strong { width: 50px; text-align: right; }
.staff-order-item-v631 span { display: block; margin-top: 3px; color: #727980; font-size: 11px; }
.staff-product-article-v631 { color: #e46d00 !important; font-weight: 800; }
.staff-user-grid-v631 { display: table; width: 100%; table-layout: fixed; }
.staff-user-grid-v631 label { display: table-cell; width: 50%; padding-right: 8px; box-sizing: border-box; }
.staff-user-grid-v631 label + label { padding-left: 8px; padding-right: 0; }
.permission-list-v631 { margin: 14px 0; }
.permission-list-v631 label { display: block; padding: 5px 0; }
.staff-users-list-v631 table { width: 100%; border-collapse: collapse; }
.staff-users-list-v631 th, .staff-users-list-v631 td { padding: 10px; border-bottom: 1px solid #eceef0; text-align: left; }
.staff-users-list-v631 th { color: #777e84; font-size: 10px; text-transform: uppercase; }
.staff-empty-v631 { padding: 20px; border: 1px dashed #cfd4d9; border-radius: 9px; background: #fff; color: #737a81; }

@media (max-width: 900px) {
  .cart-panel-v631 { width: 440px !important; }
  .order-layout-v631, .order-card-v631, .staff-topbar-v631, .staff-topbar-v631 > div { display: block; width: 100%; }
  .order-form-card-v631 { margin: 16px 0 0; }
  .staff-actions-v631 { margin-top: 12px; text-align: left; white-space: normal; }
  .staff-actions-v631 a, .staff-actions-v631 form { margin: 4px 4px 0 0; }
}

.cart-count-v621 { pointer-events: none; }


/* ===== v6.32 users from 1C + hide inactive ===== */
.staff-select-v632 {
  width: 100%; height: 44px; box-sizing: border-box; padding: 0 10px;
  border: 1px solid #cfd5db; border-radius: 8px; background: #fff;
  color: #22272b; font-family: inherit; font-size: 14px;
}
.staff-users-list-v632 { overflow-x: auto; }
.staff-users-toolbar-v632 { display: table; width: 100%; margin-bottom: 14px; }
.staff-users-toolbar-v632 > div, .staff-users-toolbar-v632 > label { display: table-cell; vertical-align: middle; }
.staff-users-toolbar-v632 > div b, .staff-users-toolbar-v632 > div span { display: inline-block; margin-right: 10px; }
.staff-users-toolbar-v632 > div span { color: #7b8288; font-size: 11px; }
.hide-inactive-v632 { text-align: right; color: #3b4146; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.hide-inactive-v632 input { margin-right: 5px; vertical-align: -2px; }
.staff-user-row-v632 td { vertical-align: middle; }
.staff-user-row-v632 td:first-child { min-width: 220px; }
.staff-user-row-v632 small { display: block; margin-top: 3px; color: #7d848a; font-size: 10px; line-height: 13px; }
.staff-user-row-v632.is-inactive-v632 { background: #fafafa; }
.user-badge-v632 { display: inline-block; padding: 4px 7px; border-radius: 10px; font-size: 10px; line-height: 12px; font-weight: 900; white-space: nowrap; }
.user-badge-v632.good { background: #eaf7ed; color: #247236; }
.user-badge-v632.bad { background: #fff0f0; color: #a12a2a; }
.user-badge-v632.neutral { background: #eef0f2; color: #60676e; }
.table-check-v632 { white-space: nowrap; font-size: 11px; font-weight: 800; }
.needs-password-v632 { color: #d46d00 !important; font-weight: 800; }
.staff-password-v632 { width: 140px; height: 34px; box-sizing: border-box; padding: 0 8px; border: 1px solid #d3d8dc; border-radius: 6px; font-family: inherit; font-size: 11px; }
.staff-save-v632 { height: 34px; padding: 0 11px; border: 0; border-radius: 6px; background: #30353a; color: #fff; font-size: 11px; font-weight: 900; cursor: pointer; }
.staff-save-v632:hover { background: #f68e13; }
@media (max-width: 980px) {
  .staff-users-toolbar-v632, .staff-users-toolbar-v632 > div, .staff-users-toolbar-v632 > label { display: block; width: 100%; text-align: left; }
  .hide-inactive-v632 { margin-top: 9px; }
}


/* v6.32 IE11-safe user table uses display:table instead of forms inside HTML table rows. */
.staff-user-table-v632 { display: table; width: 100%; min-width: 1040px; table-layout: fixed; border-collapse: collapse; }
.staff-user-head-v632, .staff-user-row-v632 { display: table; width: 100%; table-layout: fixed; box-sizing: border-box; }
.staff-user-head-v632 { border-bottom: 1px solid #dde1e4; color: #777e84; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.staff-user-head-v632 > span, .staff-user-row-v632 > span { display: table-cell; padding: 9px 7px; box-sizing: border-box; vertical-align: middle; }
.staff-user-row-v632 { margin: 0; border: 0; border-bottom: 1px solid #eceef0; background: #fff; }
.staff-user-row-v632.is-inactive-v632 { background: #fafafa; }
.staff-user-head-v632 > span:nth-child(1), .staff-user-row-v632 > span:nth-of-type(1) { width: 23%; }
.staff-user-head-v632 > span:nth-child(2), .staff-user-row-v632 > span:nth-of-type(2) { width: 14%; }
.staff-user-head-v632 > span:nth-child(3), .staff-user-row-v632 > span:nth-of-type(3) { width: 10%; }
.staff-user-head-v632 > span:nth-child(4), .staff-user-row-v632 > span:nth-of-type(4) { width: 7%; text-align: center; }
.staff-user-head-v632 > span:nth-child(5), .staff-user-row-v632 > span:nth-of-type(5) { width: 10%; text-align: center; }
.staff-user-head-v632 > span:nth-child(6), .staff-user-row-v632 > span:nth-of-type(6) { width: 7%; text-align: center; }
.staff-user-head-v632 > span:nth-child(7), .staff-user-row-v632 > span:nth-of-type(7) { width: 18%; }
.staff-user-head-v632 > span:nth-child(8), .staff-user-row-v632 > span:nth-of-type(8) { width: 11%; }
.staff-user-name-v632 b, .staff-user-name-v632 small { display: block; }
.staff-center-v632 { text-align: center; }
.user-badge-v632 { font-style: normal; }

/* ===== v6.33 checkout polish, cart prices, staff service-user filter ===== */
.cart-item-price-v633 {
  margin-top: 4px;
  color: #15191d;
  font-size: 12px;
  font-weight: 900;
}

.order-layout-v633 {
  border-collapse: separate;
  border-spacing: 16px 0;
  margin-left: -16px;
  width: calc(100% + 16px);
}
.order-cart-card-v633 { width: 43%; }
.order-form-card-v633 { width: 57%; margin-left: 0; }
.order-form-heading-v633 { margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #eceef0; }
.order-form-heading-v633 h2 { margin: 5px 0 0; font-size: 21px; line-height: 1.2; }
.order-subtitle-v633 { margin: 22px 0 9px; color: #1f2428; font-size: 13px; font-weight: 900; }
.order-method-field-v633 { margin-bottom: 14px; }

.delivery-choice-v633 > label { table-layout: fixed; text-align: left; }
.delivery-choice-v633 .delivery-radio-v633,
.delivery-choice-v633 .delivery-text-v633 { display: table-cell; vertical-align: middle; }
.delivery-choice-v633 .delivery-radio-v633 { width: 38px; text-align: center; }
.delivery-choice-v633 .delivery-radio-v633 input { display: inline-block; width: auto; height: auto; margin: 0; }
.delivery-choice-v633 .delivery-text-v633 { width: auto; padding-left: 4px; text-align: left; }
.delivery-choice-v633 .delivery-text-v633 b { color: #24292d; font-size: 13px; line-height: 18px; text-align: left; }
.delivery-choice-v633 .delivery-text-v633 small { color: #747b82; font-size: 11px; line-height: 16px; text-align: left; }

.order-field-error-v633 { min-height: 0; margin-top: 5px; color: #b42424; font-size: 11px; font-weight: 700; line-height: 14px; }
.order-field-v631 input.field-invalid-v633 { border-color: #d84b4b; box-shadow: 0 0 0 3px rgba(216,75,75,.08); }

.order-cart-head-v633,
.order-cart-row-v633 {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.order-cart-head-v633 {
  padding: 0 0 8px;
  border-bottom: 1px solid #e0e4e7;
  color: #8a9096;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}
.order-cart-head-v633 > span,
.order-cart-row-v633 > div { display: table-cell; vertical-align: middle; box-sizing: border-box; }
.order-cart-head-v633 > span:nth-child(1),
.order-cart-main-v633 { width: 58%; padding-right: 10px; text-align: left; }
.order-cart-head-v633 > span:nth-child(2),
.order-cart-price-v633 { width: 17%; text-align: right; }
.order-cart-head-v633 > span:nth-child(3),
.order-cart-qty-v633 { width: 9%; text-align: center; }
.order-cart-head-v633 > span:nth-child(4),
.order-cart-line-v633 { width: 16%; text-align: right; }
.order-cart-row-v633 { padding: 11px 0; border-bottom: 1px solid #eceef0; }
.order-cart-main-v633 b { display: block; color: #22272b; font-size: 12px; line-height: 16px; }
.order-cart-main-v633 span { display: block; margin-top: 3px; color: #737a81; font-size: 10px; line-height: 14px; }
.order-cart-price-v633 b,
.order-cart-line-v633 b { color: #202428; font-size: 12px; white-space: nowrap; }
.order-cart-price-v633 em,
.order-cart-line-v633 em { color: #8a9096; font-size: 10px; font-style: normal; }
.order-cart-qty-v633 { color: #555c62; font-size: 11px; font-weight: 800; }
.order-cart-total-v633 { margin-top: 16px; padding-top: 2px; }
.order-cart-total-v633 > div { display: table; width: 100%; padding: 4px 0; }
.order-cart-total-v633 > div > span,
.order-cart-total-v633 > div > b,
.order-cart-total-v633 > div > strong { display: table-cell; vertical-align: baseline; }
.order-cart-total-v633 > div > span { color: #6f767d; text-align: left; }
.order-cart-total-v633 > div > b,
.order-cart-total-v633 > div > strong { text-align: right; }
.order-cart-total-v633 > div > strong { color: #111519; font-size: 20px; }
.order-cart-total-v633 > small { display: block; margin-top: 5px; color: #9a6500; font-size: 10px; line-height: 14px; }

.order-success-v633 {
  min-height: 300px;
  padding: 34px 28px;
  box-sizing: border-box;
  border: 1px solid #bde0c5;
  border-radius: 11px;
  background: #f1faf3;
  text-align: center;
}
.order-success-icon-v633 {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 27px;
  background: #2d9a49;
  color: #fff;
  font-size: 31px;
  line-height: 54px;
  font-weight: 900;
}
.order-success-v633 h2 { margin: 7px 0 11px; color: #1d572a; font-size: 23px; line-height: 1.25; }
.order-success-v633 p { max-width: 600px; margin: 0 auto 22px; color: #45614b; font-size: 14px; line-height: 1.55; }
.order-success-link-v633 {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 8px;
  background: #f68e13;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.staff-users-toolbar-v633 > div { display: table-cell; vertical-align: middle; }
.staff-user-filters-v633 { text-align: right; white-space: nowrap; }
.staff-user-filters-v633 label { display: inline-block; margin-left: 14px; }
.staff-password-note-v633 { color: #a66600 !important; font-weight: 700; }
.staff-user-row-v633.is-service-v633 { background: #fffaf2; }
.staff-user-table-v633 { min-width: 1180px; }
.staff-user-head-v633 > span:nth-child(1), .staff-user-row-v633 > span:nth-of-type(1) { width: 21%; }
.staff-user-head-v633 > span:nth-child(2), .staff-user-row-v633 > span:nth-of-type(2) { width: 13%; }
.staff-user-head-v633 > span:nth-child(3), .staff-user-row-v633 > span:nth-of-type(3) { width: 9%; }
.staff-user-head-v633 > span:nth-child(4), .staff-user-row-v633 > span:nth-of-type(4) { width: 7%; text-align: center; }
.staff-user-head-v633 > span:nth-child(5), .staff-user-row-v633 > span:nth-of-type(5) { width: 10%; text-align: center; }
.staff-user-head-v633 > span:nth-child(6), .staff-user-row-v633 > span:nth-of-type(6) { width: 7%; text-align: center; }
.staff-user-head-v633 > span:nth-child(7), .staff-user-row-v633 > span:nth-of-type(7) { width: 8%; text-align: center; }
.staff-user-head-v633 > span:nth-child(8), .staff-user-row-v633 > span:nth-of-type(8) { width: 16%; }
.staff-user-head-v633 > span:nth-child(9), .staff-user-row-v633 > span:nth-of-type(9) { width: 9%; }

@media (max-width: 900px) {
  .order-layout-v633 { display: block; width: 100%; margin-left: 0; }
  .order-cart-card-v633, .order-form-card-v633 { display: block; width: 100%; }
  .order-form-card-v633 { margin-top: 16px; }
  .order-cart-head-v633 { display: none; }
  .order-cart-row-v633 { display: block; }
  .order-cart-row-v633 > div { display: block; width: 100%; padding: 2px 0; text-align: left; }
  .order-cart-price-v633:before { content: "Цена: "; color: #7a8187; }
  .order-cart-qty-v633:before { content: "Количество: "; color: #7a8187; }
  .order-cart-line-v633:before { content: "Сумма: "; color: #7a8187; }
  .staff-users-toolbar-v633, .staff-users-toolbar-v633 > div { display: block; width: 100%; }
  .staff-user-filters-v633 { margin-top: 10px; text-align: left; white-space: normal; }
  .staff-user-filters-v633 label { margin: 4px 12px 4px 0; }
}

.staff-order-item-v633 > div,
.staff-order-item-v633 > span,
.staff-order-item-v633 > strong { display: table-cell; vertical-align: middle; }
.staff-order-item-v633 > div { width: auto; }
.staff-order-price-v633 { width: 110px; text-align: right; color: #2a3035 !important; font-size: 12px !important; font-weight: 800; white-space: nowrap; }
.staff-order-item-v633 > strong { width: 55px; text-align: center; }
.staff-order-line-v633 { width: 120px; text-align: right; color: #15191d !important; font-size: 12px !important; font-weight: 900; white-space: nowrap; }
.staff-order-total-v633 { display: table; width: 100%; margin-top: 8px; padding-top: 10px; border-top: 1px solid #e5e8ea; }
.staff-order-total-v633 span, .staff-order-total-v633 b { display: table-cell; vertical-align: baseline; }
.staff-order-total-v633 span { color: #6d747a; font-size: 12px; }
.staff-order-total-v633 b { text-align: right; color: #171b1f; font-size: 18px; }

.staff-login-note-v633 { margin: -2px 0 16px; color: #6d747a; font-size: 12px; line-height: 1.45; }
.staff-show-password-v633 { display: block !important; margin: -2px 0 14px !important; color: #555d64; font-size: 12px !important; font-weight: 700; }
.staff-show-password-v633 input { display: inline-block !important; width: auto !important; height: auto !important; margin: 0 6px 0 0 !important; vertical-align: middle; }


/* v6.35 MAX order bot */
.bot-settings-card-v635 {
  background: #fff;
  border: 1px solid #d9dde1;
  border-radius: 8px;
  margin: 16px 0;
  padding: 18px;
  box-shadow: 0 2px 7px rgba(0,0,0,.05);
}
.bot-head-v635 {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}
.bot-enabled-v635,
.bot-token-state-v635 {
  display: table-cell;
  vertical-align: middle;
}
.bot-token-state-v635 {
  text-align: right;
  font-weight: 700;
}
.bot-token-state-v635.ok { color: #207a32; }
.bot-token-state-v635.bad { color: #a62929; }
.bot-enabled-v635 input { margin-right: 8px; vertical-align: middle; }
.bot-token-row-v635 label { display: block; max-width: 760px; }
.bot-token-row-v635 label > span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.bot-token-row-v635 input,
.bot-routing-row-v635 input,
.bot-test-form-v635 select {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  border: 1px solid #cbd0d5;
  border-radius: 4px;
  padding: 0 10px;
  background: #fff;
}
.bot-token-row-v635 small {
  display: block;
  color: #70777f;
  margin-top: 6px;
}
.bot-routing-title-v635 {
  margin: 22px 0 8px;
}
.bot-routing-title-v635 b,
.bot-routing-title-v635 span { display: block; }
.bot-routing-title-v635 span { color: #70777f; margin-top: 3px; }
.bot-routing-table-v635 {
  border: 1px solid #d9dde1;
  border-radius: 6px;
  overflow: hidden;
}
.bot-routing-row-v635 {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #e6e9ec;
}
.bot-routing-row-v635:first-child { border-top: 0; }
.bot-routing-row-v635 > span {
  display: table-cell;
  width: 50%;
  padding: 10px 12px;
  vertical-align: middle;
}
.bot-routing-row-v635 > span:first-child { background: #fafafa; }
.bot-routing-row-v635 small {
  display: block;
  color: #70777f;
  margin-top: 2px;
}
.bot-routing-header-v635 {
  font-weight: 700;
  background: #f0f2f4;
}
.bot-routing-header-v635 > span:first-child { background: #f0f2f4; }
.bot-routing-row-v635.delivery > span:first-child {
  border-left: 3px solid #ff8500;
}
.bot-save-row-v635 { margin-top: 14px; }
.bot-save-row-v635 button { min-width: 220px; }
.bot-test-card-v635 h2 { margin: 0 0 6px; }
.bot-test-card-v635 p { color: #70777f; }
.bot-test-form-v635 {
  display: table;
  width: 100%;
  max-width: 760px;
}
.bot-test-form-v635 select,
.bot-test-form-v635 button {
  display: table-cell;
  vertical-align: middle;
}
.bot-test-form-v635 select { width: 70%; }
.bot-test-form-v635 button {
  height: 38px;
  margin-left: 8px;
  border: 0;
  border-radius: 4px;
  background: #24282c;
  color: #fff;
  font-weight: 700;
  padding: 0 16px;
  cursor: pointer;
}
.order-head-right-v635 {
  text-align: right;
}
.order-head-right-v635 > span {
  display: inline-block;
  margin-left: 6px;
}
.bot-order-status-v635 {
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
}
.bot-order-status-v635.sent { background: #e5f6e9; color: #207a32; }
.bot-order-status-v635.error { background: #fde8e8; color: #a62929; }
.bot-order-status-v635.warning { background: #fff2d9; color: #8a5a00; }
.bot-order-status-v635.neutral { background: #eceff2; color: #626a72; }
.bot-retry-row-v635 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 14px 12px;
  border-top: 1px solid #edf0f2;
}
.bot-retry-row-v635 > span,
.bot-retry-row-v635 > form {
  display: table-cell;
  vertical-align: middle;
}
.bot-retry-row-v635 > span {
  color: #8a5a00;
  padding-right: 12px;
}
.bot-retry-row-v635 > form { text-align: right; }
.bot-retry-row-v635 button {
  border: 1px solid #cbd0d5;
  background: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
}
@media (max-width: 760px) {
  .bot-routing-row-v635,
  .bot-routing-row-v635 > span,
  .bot-test-form-v635,
  .bot-test-form-v635 select,
  .bot-test-form-v635 button {
    display: block;
    width: 100%;
  }
  .bot-test-form-v635 button { margin: 8px 0 0; }
  .bot-head-v635,
  .bot-enabled-v635,
  .bot-token-state-v635 {
    display: block;
    text-align: left;
  }
  .bot-token-state-v635 { margin-top: 8px; }
}


/* v6.36 — MAX group pairing by one-time code */
.bot-pair-card-v636{margin-top:16px}
.pair-instruction-v636{margin:12px 0 16px;padding:12px 14px;background:#fff7ec;border:1px solid #ffd5a6;border-radius:6px;line-height:1.45}
.pair-table-v636 .pair-row-v636{grid-template-columns:minmax(240px,1.05fr) minmax(220px,.9fr) minmax(260px,1fr);align-items:center}
.pair-table-v636 .pair-header-v636{grid-template-columns:minmax(240px,1.05fr) minmax(220px,.9fr) minmax(260px,1fr)}
.pair-row-v636>span{min-width:0}
.pair-row-v636 small{display:block;margin-top:3px;color:#6c747b;word-break:break-word}
.pair-ok-v636{color:#16803b}
.pair-off-v636{color:#8c959d}
.pair-action-v636{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.pair-action-v636 form{margin:0}
.pair-action-v636 button{border:0;border-radius:5px;background:#ff8a00;color:#fff;font-weight:700;padding:8px 12px;cursor:pointer}
.pair-action-v636 .pair-secondary-v636{background:#f0f2f4;color:#40474d;border:1px solid #d9dee2}
.pair-code-v636{display:inline-block;padding:7px 10px;border:2px dashed #ff8a00;border-radius:5px;background:#fff;font:700 16px/1.1 Consolas,"Courier New",monospace;letter-spacing:.6px;color:#20252a;user-select:all}
.pair-wait-v636{margin-top:14px;padding:10px 12px;border-radius:5px;background:#edf7ff;border:1px solid #c9e6fb;color:#315c78;font-weight:700}
.pair-manual-v636{margin-top:16px}
.pair-manual-v636 summary{cursor:pointer;font-weight:700}
.pair-manual-v636 form{margin-top:14px}
@media(max-width:900px){
  .pair-table-v636 .pair-row-v636,.pair-table-v636 .pair-header-v636{grid-template-columns:1fr}
  .pair-header-v636{display:none}
  .pair-row-v636>span{padding:6px 0}
}


/* v6.38 global search */
.search-fitments-v638 {
    margin-top: 5px;
    color: #5f6368;
    font-size: 12px;
    line-height: 1.35;
}
.search-fitments-v638 b {
    color: #35383d;
}
.search-fitments-muted-v638 {
    color: #8a8f96;
}
.search-result-product-v638 {
    border-left: 3px solid #f28c18;
}
.search-result-product-v638:hover {
    background: #fff8ef;
}


/* v6.39 SEO / regional landing pages */
.seo-home-section-v639,
.seo-page-v639 { margin-top: 28px; margin-bottom: 36px; }
.seo-home-section-v639 h1,
.seo-page-hero-v639 h1 { margin: 0 0 12px; font-size: 30px; line-height: 1.15; color: #23262b; }
.seo-home-section-v639 > p,
.seo-page-hero-v639 > p { max-width: 980px; margin: 0 0 18px; color: #626871; line-height: 1.55; }
.seo-home-columns-v639 { display: table; width: 100%; table-layout: fixed; border-spacing: 14px 0; margin-left: -14px; margin-right: -14px; }
.seo-home-card-v639 { display: table-cell; width: 50%; vertical-align: top; border: 1px solid #e3e5e8; border-radius: 10px; background: #fff; padding: 20px; }
.seo-home-card-v639 h2,
.seo-region-block-v639 h2 { margin: 0 0 14px; font-size: 21px; color: #2b2e33; }
.seo-link-cloud-v639 { margin: -5px; }
.seo-link-cloud-v639 a,
.seo-static-chip-v639 { display: inline-block; margin: 5px; padding: 8px 11px; border: 1px solid #e1e3e6; border-radius: 7px; background: #fff; color: #30343a; text-decoration: none; font-size: 13px; }
.seo-link-cloud-v639 a:hover { border-color: #f28c18; color: #d86f00; }
.seo-region-links-v639 a { display: block; padding: 10px 0; border-bottom: 1px solid #eceef0; text-decoration: none; color: #30343a; }
.seo-region-links-v639 a b { display: inline-block; min-width: 180px; }
.seo-region-links-v639 a span { color: #7b8087; font-size: 12px; }
.seo-all-stores-v639 { display: inline-block; margin-top: 14px; color: #d86f00; font-weight: 700; text-decoration: none; }
.seo-breadcrumbs-v639 { margin: 2px 0 18px; color: #777d85; font-size: 13px; }
.seo-breadcrumbs-v639 a { color: #555b63; text-decoration: none; }
.seo-breadcrumbs-v639 span { margin: 0 8px; color: #a0a4aa; }
.seo-page-hero-v639 { padding: 24px; border: 1px solid #e1e3e6; border-left: 4px solid #f28c18; border-radius: 10px; background: #fff; }
.seo-primary-button-v639 { display: inline-block; padding: 11px 16px; border-radius: 7px; background: #f28c18; color: #1f2226; font-weight: 800; text-decoration: none; }
.seo-region-block-v639 { margin-top: 22px; padding: 22px; border: 1px solid #e3e5e8; border-radius: 10px; background: #fff; }
.seo-region-head-v639 { display: table; width: 100%; margin-bottom: 14px; }
.seo-region-head-v639 h2 { display: table-cell; margin: 0; }
.seo-region-head-v639 a { display: table-cell; text-align: right; color: #d86f00; text-decoration: none; font-weight: 700; }
.seo-store-grid-v639,
.seo-model-grid-v639 { margin: -6px; }
.seo-store-card-v639,
.seo-model-grid-v639 a { display: inline-block; vertical-align: top; width: calc(50% - 14px); box-sizing: border-box; margin: 6px; padding: 14px; border: 1px solid #e0e2e5; border-radius: 8px; background: #fafafa; text-decoration: none; color: #2f3338; }
.seo-store-card-v639 b,
.seo-store-card-v639 span,
.seo-store-card-v639 small,
.seo-model-grid-v639 a b,
.seo-model-grid-v639 a span { display: block; }
.seo-store-card-v639 span,
.seo-model-grid-v639 a span { margin-top: 4px; color: #666c74; }
.seo-store-card-v639 small { margin-top: 6px; color: #878c93; }
.seo-store-card-v639:hover,
.seo-model-grid-v639 a:hover { border-color: #f28c18; background: #fff9f1; }
.store-address-heading-v639 { margin: 6px 0 8px; font-size: 21px; color: #3b3f45; }
.product-seo-summary-v639 { margin: 20px 0; padding: 16px 18px; border-left: 3px solid #f28c18; background: #fff8ef; border-radius: 6px; }
.product-seo-summary-v639 h2 { margin-top: 0; }
.product-seo-summary-v639 p:last-child { margin-bottom: 0; }
.address-menu-title a { color: #f28c18; text-decoration: none; }

@media (max-width: 760px) {
  .seo-home-columns-v639 { display: block; margin: 0; }
  .seo-home-card-v639 { display: block; width: auto; margin-bottom: 12px; }
  .seo-store-card-v639,
  .seo-model-grid-v639 a { width: calc(100% - 12px); }
  .seo-home-section-v639 h1,
  .seo-page-hero-v639 h1 { font-size: 25px; }
  .seo-region-head-v639,
  .seo-region-head-v639 h2,
  .seo-region-head-v639 a { display: block; text-align: left; }
  .seo-region-head-v639 a { margin-top: 8px; }
}


/* v6.40 SEO categories / privacy-safe public product pages */
.seo-parts-list-v640 {
    display: block;
    border: 1px solid #e5e7ea;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.seo-part-row-v640 {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
    padding: 13px 15px;
    border-bottom: 1px solid #eceef0;
}
.seo-part-row-v640:last-child {
    border-bottom: 0;
}
.seo-part-row-v640 > div {
    display: table-cell;
    vertical-align: top;
}
.seo-part-row-v640 > div:first-child {
    width: 58%;
}
.seo-part-row-v640 b {
    display: block;
    color: #24272b;
    font-size: 14px;
}
.seo-part-row-v640 span {
    display: block;
    margin-top: 3px;
    color: #696e75;
    font-size: 12px;
}
.seo-part-meta-v640 {
    padding-left: 18px;
}
.product-related-seo-v640 {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e7e9ec;
}
.product-related-seo-v640 h2 {
    margin-top: 0;
}
@media (max-width: 700px) {
    .seo-part-row-v640,
    .seo-part-row-v640 > div {
        display: block;
        width: auto !important;
    }
    .seo-part-meta-v640 {
        padding-left: 0;
        margin-top: 7px;
    }
}


/* v6.41 customer support chat */
.support-chat-v641 { position: fixed; right: 22px; bottom: 22px; z-index: 1300; font-family: Arial, sans-serif; }
.support-chat-toggle-v641 { position: relative; border: 0; border-radius: 28px; background: #f28c18; color: #111; min-height: 52px; padding: 0 18px; font-weight: 800; font-size: 14px; cursor: pointer; box-shadow: 0 8px 28px rgba(0,0,0,.22); }
.support-chat-toggle-v641:hover { background: #ff9d2e; }
.support-chat-toggle-icon-v641 { margin-right: 7px; font-size: 18px; vertical-align: -1px; }
.support-chat-unread-v641 { position: absolute; right: -5px; top: -7px; min-width: 21px; height: 21px; padding: 0 4px; border-radius: 11px; background: #d83030; color: #fff; line-height: 21px; font-size: 11px; text-align: center; box-sizing: border-box; }
.support-chat-panel-v641 { position: absolute; right: 0; bottom: 64px; width: 370px; height: 550px; max-height: calc(100vh - 105px); background: #fff; border: 1px solid #d8dce1; border-radius: 12px; overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.support-chat-head-v641 { height: 66px; padding: 12px 14px; box-sizing: border-box; background: #25282d; border-bottom: 3px solid #f28c18; color: #fff; position: relative; }
.support-chat-head-v641 b { display: block; font-size: 17px; color: #f28c18; }
.support-chat-head-v641 span { display: block; margin-top: 3px; font-size: 12px; color: #d7d9dc; }
.support-chat-head-v641 button { position: absolute; right: 10px; top: 10px; width: 34px; height: 34px; border: 0; border-radius: 18px; background: transparent; color: #fff; font-size: 27px; line-height: 28px; cursor: pointer; }
.support-chat-messages-v641 { height: 305px; padding: 12px; overflow-y: auto; background: #f4f5f7; box-sizing: border-box; }
.support-chat-welcome-v641 { margin: 0 10px 12px; padding: 9px 11px; border-radius: 8px; background: #fff; color: #666; font-size: 12px; text-align: center; border: 1px solid #e2e4e7; }
.support-chat-message-v641 { margin: 8px 0; overflow: hidden; }
.support-chat-bubble-v641 { max-width: 84%; padding: 8px 10px; border-radius: 10px; box-sizing: border-box; font-size: 13px; line-height: 1.35; }
.support-chat-message-v641.client .support-chat-bubble-v641 { float: right; background: #f28c18; color: #191919; border-bottom-right-radius: 3px; }
.support-chat-message-v641.staff .support-chat-bubble-v641 { float: left; background: #fff; color: #24272b; border: 1px solid #d9dde2; border-bottom-left-radius: 3px; }
.support-chat-author-v641 { margin-bottom: 3px; font-weight: 800; font-size: 11px; }
.support-chat-message-v641.staff .support-chat-author-v641 { color: #d86f00; }
.support-chat-text-v641 { word-wrap: break-word; }
.support-chat-time-v641 { margin-top: 4px; font-size: 10px; opacity: .62; text-align: right; }
.support-chat-profile-v641 { height: 43px; padding: 6px 8px 0; box-sizing: border-box; background: #fff; border-top: 1px solid #e2e4e7; white-space: nowrap; }
.support-chat-profile-v641 input { width: 49%; height: 31px; padding: 0 8px; border: 1px solid #cfd3d8; border-radius: 5px; box-sizing: border-box; font-size: 11px; }
.support-chat-error-v641 { margin: 5px 8px 0; padding: 5px 7px; border-radius: 4px; background: #fff1f1; color: #a52222; font-size: 11px; }
.support-chat-compose-v641 { height: 82px; padding: 8px; box-sizing: border-box; background: #fff; white-space: nowrap; }
.support-chat-compose-v641 textarea { width: calc(100% - 92px); height: 62px; padding: 8px; resize: none; vertical-align: top; box-sizing: border-box; border: 1px solid #bfc4ca; border-radius: 6px; font: 13px Arial, sans-serif; white-space: normal; }
.support-chat-compose-v641 button { width: 84px; height: 62px; margin-left: 5px; border: 0; border-radius: 6px; background: #f28c18; color: #181818; font-weight: 800; cursor: pointer; vertical-align: top; }
.support-chat-compose-v641 button:disabled { opacity: .55; cursor: default; }
.support-chat-note-v641 { height: 24px; padding: 2px 9px 0; box-sizing: border-box; color: #8a8e93; background: #fff; font-size: 10px; }
@media (max-width: 620px) {
  .support-chat-v641 { right: 10px; bottom: 10px; }
  .support-chat-toggle-v641 { min-height: 48px; padding: 0 14px; }
  .support-chat-panel-v641 { position: fixed; left: 8px; right: 8px; bottom: 68px; width: auto; height: calc(100vh - 90px); max-height: 620px; border-radius: 10px; }
  .support-chat-messages-v641 { height: calc(100% - 215px); }
}


/* ===== v6.42 public article/original number labels ===== */
.product-original-number-v642 {
    margin-top: 3px;
    color: #3f454c;
    font-size: 12px;
    line-height: 1.35;
}
.product-original-number-v642 .field-caption,
.product-maker .field-caption {
    margin-right: 6px;
}


/* v6.44: compact availability filters */
.stock-filter-row-v644 {
  position: relative;
  min-height: 42px;
  padding: 5px 0 7px;
  z-index: 60;
  font-size: 12px;
}

.stock-only-filter-v644 {
  display: inline-block;
  height: 32px;
  margin-right: 9px;
  padding: 6px 10px;
  border: 1px solid #dfe2e5;
  border-radius: 6px;
  background: #fff;
  color: #363a3f;
  cursor: pointer;
  vertical-align: top;
}

.stock-only-filter-v644 input {
  margin: 0 6px 0 0;
  vertical-align: -1px;
}

.store-stock-filter-v644 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.store-stock-filter-toggle-v644 {
  width: 190px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #dfe2e5;
  border-radius: 6px;
  background: #fff;
  color: #363a3f;
  text-align: left;
  cursor: pointer;
}

.store-stock-filter-toggle-v644 span {
  float: right;
  color: #868b91;
  font-size: 9px;
}

.store-stock-filter-dropdown-v644 {
  position: absolute;
  left: 0;
  top: 37px;
  width: 360px;
  max-height: 430px;
  overflow: auto;
  padding: 8px;
  border: 1px solid #cfd3d8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20,23,27,.18);
  z-index: 1200;
}

.store-stock-filter-actions-v644 {
  padding: 2px 2px 8px;
  border-bottom: 1px solid #eceef0;
}

.store-stock-filter-actions-v644 button {
  margin-right: 5px;
  padding: 5px 8px;
  border: 1px solid #d9dde1;
  border-radius: 4px;
  background: #f7f8f9;
  color: #4a4f55;
  font-size: 10px;
  cursor: pointer;
}

.store-stock-city-v644 {
  padding: 8px 4px 6px;
  border-bottom: 1px solid #f0f1f2;
}

.store-stock-city-v644:last-child {
  border-bottom: 0;
}

.store-stock-city-label-v644 {
  display: block;
  color: #202328;
  cursor: pointer;
}

.store-stock-city-label-v644 input,
.store-stock-children-v644 input {
  margin-right: 6px;
  vertical-align: -1px;
}

.store-stock-children-v644 {
  padding: 4px 0 0 23px;
}

.store-stock-children-v644 label {
  display: block;
  padding: 4px 0;
  color: #5d6268;
  cursor: pointer;
}

.stock-toggle-line-v644 {
  padding: 0 16px 12px;
}

.stock-toggle-btn-v644 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 7px 11px;
  border: 1px solid #e3a36d;
  border-radius: 5px;
  background: #fff8f2;
  color: #d85b00;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.stock-toggle-line-v644 .stock-toggle-btn-v644 {
  margin-bottom: 0;
}

.stock-toggle-btn-v644:hover {
  background: #fff0e4;
}


/* v6.46 — per-tab stock filters, compact stock controls and last-known price */
.stock-commerce-actions-v646 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
  margin: 4px 0;
}

button.stock-pill {
  font: inherit;
  line-height: inherit;
  outline: 0;
}

.stock-toggle-pill-v646 {
  cursor: pointer;
}

.stock-toggle-pill-v646:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) inset;
}

.stock-commerce-actions-v646 .stock-toggle-btn-v644 {
  margin: 0;
  white-space: nowrap;
}

.stock-table-wrap-v646 {
  margin-top: 0;
}

.last-price-note-v646 {
  display: block;
  margin-top: 2px;
  color: #8b8f94;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.25;
  white-space: normal;
}

.product-page-meta .last-price-note-v646 {
  color: #6f747a;
}

.stock-commerce-actions-v646 .stock-pill { margin-top: 0; }


/* v6.47 — SEO usability, model images and redesigned homepage SEO */
.seo-home-wrap-v647 {
    margin-top: 58px;
    padding: 46px 0 54px;
    border-top: 1px solid #dfe3e7;
    background: linear-gradient(180deg, #f7f8f9 0%, #eef1f3 100%);
}
.seo-home-section-v647 {
    margin-top: 0;
    margin-bottom: 0;
}
.seo-home-intro-v647 {
    padding: 30px 32px;
    border: 1px solid #dde1e5;
    border-left: 4px solid #f28c18;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(25, 28, 32, .05);
}
.seo-home-intro-v647 h1 {
    max-width: 1000px;
    margin: 5px 0 16px;
    font-size: 31px;
    line-height: 1.18;
}
.seo-home-intro-v647 > p {
    max-width: 1100px;
    margin: 0 0 11px;
    color: #555c64;
    font-size: 14px;
    line-height: 1.65;
}
.seo-trust-grid-v647 {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 24px;
    border-collapse: separate;
    border-spacing: 8px 0;
}
.seo-trust-grid-v647 > div {
    display: table-cell;
    padding: 14px 15px;
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    background: #fafbfc;
    vertical-align: top;
}
.seo-trust-grid-v647 b {
    display: block;
    margin-bottom: 4px;
    color: #e87500;
    font-size: 16px;
}
.seo-trust-grid-v647 span {
    color: #676d75;
    font-size: 12px;
    line-height: 1.4;
}
.seo-home-columns-v647 {
    margin-top: 18px;
}
.seo-home-columns-v647 .seo-home-card-v639 {
    box-shadow: 0 4px 14px rgba(25, 28, 32, .035);
}
.seo-card-lead-v647 {
    margin: -5px 0 13px;
    color: #70767e;
    font-size: 12px;
    line-height: 1.5;
}
.seo-home-local-v647 {
    margin-top: 18px;
    padding: 24px 28px;
    border: 1px solid #dfe3e7;
    border-radius: 10px;
    background: #fff;
}
.seo-home-local-v647 h2 {
    margin: 0 0 10px;
    color: #292d32;
    font-size: 21px;
}
.seo-home-local-v647 p {
    margin: 8px 0 0;
    color: #626870;
    line-height: 1.6;
}
.seo-home-local-v647 a {
    color: #d86f00;
    font-weight: 700;
    text-decoration: none;
}
.seo-home-local-v647 a:hover {
    text-decoration: underline;
}

/* Vehicle image inside model/category SEO landing */
.seo-vehicle-hero-v647 {
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}
.seo-vehicle-hero-copy-v647,
.seo-vehicle-image-v647 {
    display: table-cell;
    vertical-align: middle;
}
.seo-vehicle-hero-copy-v647 {
    width: 68%;
    padding-right: 22px;
}
.seo-vehicle-image-v647 {
    width: 32%;
    text-align: center;
}
.seo-vehicle-image-v647 img {
    display: inline-block;
    max-width: 100%;
    max-height: 210px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}

/* Brand model cards with model schemes */
.seo-model-grid-images-v647 a {
    min-height: 92px;
    white-space: nowrap;
}
.seo-model-grid-images-v647 img {
    display: inline-block;
    width: 94px;
    height: 66px;
    margin-right: 12px;
    object-fit: contain;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
}
.seo-model-card-copy-v647 {
    display: inline-block !important;
    max-width: calc(100% - 112px);
    vertical-align: middle;
    white-space: normal;
}

/* Entire SEO catalog row is now a real link to the analog/stock card */
a.seo-part-link-v647 {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background .12s ease, border-color .12s ease;
}
a.seo-part-link-v647:hover {
    background: #fff8ef;
    box-shadow: inset 3px 0 0 #f28c18;
}
.seo-part-open-v647 {
    margin-top: 7px !important;
    color: #d86f00 !important;
    font-weight: 700;
}
.seo-part-meta-v640 strong {
    color: #3b4046;
    font-family: Consolas, "Courier New", monospace;
}

@media (max-width: 760px) {
    .seo-home-wrap-v647 {
        margin-top: 34px;
        padding: 28px 0 34px;
    }
    .seo-home-intro-v647 {
        padding: 22px 18px;
    }
    .seo-trust-grid-v647,
    .seo-trust-grid-v647 > div {
        display: block;
        width: auto;
    }
    .seo-trust-grid-v647 {
        margin-top: 18px;
    }
    .seo-trust-grid-v647 > div {
        margin-top: 8px;
    }
    .seo-vehicle-hero-v647,
    .seo-vehicle-hero-copy-v647,
    .seo-vehicle-image-v647 {
        display: block;
        width: auto;
    }
    .seo-vehicle-hero-copy-v647 {
        padding-right: 0;
    }
    .seo-vehicle-image-v647 {
        margin-top: 18px;
    }
    .seo-vehicle-image-v647 img {
        max-height: 180px;
    }
    .seo-model-grid-images-v647 img {
        width: 76px;
        height: 54px;
    }
    .seo-model-card-copy-v647 {
        max-width: calc(100% - 94px);
    }
}


/* v6.50 — product-page commerce parity + reliable stock display */
.product-page-commerce-v650 {
  margin: 16px 0 0;
  padding: 16px 18px;
  border: 1px solid #e2e5e8;
  border-left: 4px solid #ff6b00;
  border-radius: 9px;
  background: #fbfcfd;
  overflow: hidden;
}
.product-page-price-v650 {
  float: left;
  min-width: 180px;
}
.product-page-stock-actions-v650 {
  float: left;
  margin: 0 0 0 28px;
  min-height: 34px;
}
.product-add-cart-v650 {
  float: right;
  margin-top: 0;
  min-width: 108px;
  padding: 9px 16px;
  font-size: 12px;
}
.product-stock-wrap-v650 {
  clear: both;
  margin-top: 10px;
  border: 1px solid #eceef0;
  border-radius: 8px;
  overflow: hidden;
}
.product-page-stock-v650 {
  max-width: none;
}
.product-page-stock-v650 .warehouse-dot {
  margin-right: 7px;
}
.product-stock-summary-v650 {
  margin-top: 8px;
  color: #5f656c;
  font-size: 12px;
}
@media (max-width: 760px) {
  .product-page-price-v650,
  .product-page-stock-actions-v650,
  .product-add-cart-v650 {
    float: none;
    display: block;
    margin-left: 0;
  }
  .product-page-stock-actions-v650 {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .product-add-cart-v650 {
    width: 100%;
    margin-top: 10px;
  }
}


/* v6.56 brand logos in the main catalog and SEO brand catalog */
.brand-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-title .arrow {
  flex: 0 0 20px;
}
.brand-title .count {
  float: none;
  margin-left: auto;
}
.brand-logo-v656 {
  display: inline-flex;
  width: 34px;
  height: 24px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
}
.brand-logo-v656 img {
  display: block;
  max-width: 32px;
  max-height: 22px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.brand-logo-empty-v656 {
  background: transparent;
}
.brand-name-v656 {
  min-width: 0;
}

.seo-link-cloud-v639 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.seo-link-cloud-v639 .seo-brand-link-v656 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-height: 44px;
  padding: 7px 10px;
}
.seo-brand-logo-v656 {
  display: inline-flex;
  width: 38px;
  height: 28px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.seo-brand-logo-v656 img {
  display: block;
  max-width: 36px;
  max-height: 26px;
  width: auto;
  height: auto;
  object-fit: contain;
}


/* v6.57 larger brand logos + brand hover preview */
.brand > .node-title.brand-title {
  min-height: 52px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.brand-logo-v655,
.brand-logo-v656 {
  width: 58px !important;
  height: 42px !important;
  flex: 0 0 58px !important;
  border-radius: 5px;
}
.brand-logo-v655 img,
.brand-logo-v656 img {
  max-width: 56px !important;
  max-height: 40px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.seo-brand-logo-v655,
.seo-brand-logo-v656 {
  width: 58px !important;
  height: 42px !important;
  flex: 0 0 58px;
}
.seo-brand-logo-v655 img,
.seo-brand-logo-v656 img {
  max-width: 56px !important;
  max-height: 40px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
.seo-link-cloud-v639 .seo-brand-link-v655,
.seo-link-cloud-v639 .seo-brand-link-v656 {
  min-height: 54px;
}


/* v6.59: prominent guidance directly below the main search/filter row */
.search-notice-v659 {
  margin-top: 7px;
  margin-bottom: 1px;
  box-sizing: border-box;
  min-height: 38px;
  padding: 9px 13px 9px 42px;
  border: 1px solid #ffb36f;
  border-left: 5px solid #ff6b00;
  border-radius: 7px;
  background: #fff4e9;
  color: #7a3300;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.search-notice-v659::before {
  content: "!";
  position: absolute;
  left: 13px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff6b00;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-weight: 900;
}

.search-notice-v659.hidden {
  display: none !important;
}

@media (max-width: 760px) {
  .search-notice-v659 {
    margin-top: 6px;
    padding-left: 40px;
    font-size: 12px;
  }
}


/* v6.60 lower catalog UX: clearer navigation + category grid */
.seo-levelup-v660 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -4px 0 16px;
}
.seo-secondary-button-v660 {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d8dde3;
  border-radius: 8px;
  background: #fff;
  color: #2f3338;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-sizing: border-box;
}
.seo-secondary-button-v660:hover {
  border-color: #f28c18;
  background: #fff9f1;
  color: #d86f00;
}
.seo-parts-grid-v660 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.seo-part-card-v660 {
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 16px 18px;
  border: 1px solid #e1e4e8;
  border-radius: 10px;
  background: #fafafa;
  text-decoration: none;
  color: #2b2f34;
  box-sizing: border-box;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.seo-part-card-v660:hover {
  border-color: #f28c18;
  background: #fff9f1;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.seo-part-card-head-v660 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.seo-part-card-title-v660 {
  min-width: 0;
  flex: 1 1 auto;
}
.seo-part-card-title-v660 b {
  display: block;
  color: #24272b;
  font-size: 16px;
  line-height: 1.35;
}
.seo-part-card-brand-v660 {
  display: block;
  margin-top: 8px;
  color: #666d75;
  font-size: 13px;
}
.seo-part-card-article-v660 {
  flex: 0 0 195px;
  max-width: 195px;
  padding: 10px 12px;
  border: 1px solid #eceef1;
  border-radius: 8px;
  background: #fff;
}
.seo-part-card-article-v660 small {
  display: block;
  color: #7c838b;
  font-size: 11px;
  line-height: 1.2;
}
.seo-part-card-article-v660 strong {
  display: block;
  margin-top: 6px;
  color: #24272b;
  font-size: 14px;
  line-height: 1.3;
  word-break: break-word;
}
.seo-part-card-meta-v660 {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eceef0;
}
.seo-part-card-meta-v660 span {
  display: block;
  color: #666d75;
  font-size: 12px;
  line-height: 1.45;
}
.seo-part-card-meta-v660 b {
  color: #2b2f34;
}
.seo-part-card-cta-v660 {
  display: inline-block;
  margin-top: auto;
  padding-top: 14px;
  color: #df7a00;
  font-weight: 800;
}
@media (max-width: 980px) {
  .seo-parts-grid-v660 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .seo-levelup-v660 {
    gap: 8px;
  }
  .seo-secondary-button-v660 {
    width: 100%;
    justify-content: center;
  }
  .seo-part-card-v660 {
    min-height: 0;
    padding: 14px;
  }
  .seo-part-card-head-v660 {
    display: block;
  }
  .seo-part-card-article-v660 {
    margin-top: 12px;
    max-width: none;
  }
}


/* v6.61 equal lower-home brand grid */
.seo-home-brand-grid-v661 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 66px;
    gap: 10px;
    margin: 0 !important;
    align-items: stretch;
}

.seo-home-brand-grid-v661 .seo-brand-link-v655,
.seo-home-brand-grid-v661 .seo-brand-link-v656 {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    height: 66px !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    box-sizing: border-box;
    gap: 9px;
    overflow: hidden;
}

.seo-home-brand-grid-v661 .seo-brand-logo-v655,
.seo-home-brand-grid-v661 .seo-brand-logo-v656 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 58px !important;
    min-width: 58px !important;
    height: 48px !important;
    flex: 0 0 58px !important;
    margin: 0 !important;
}

.seo-home-brand-grid-v661 .seo-brand-logo-v655 img,
.seo-home-brand-grid-v661 .seo-brand-logo-v656 img {
    display: block;
    max-width: 56px !important;
    max-height: 46px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    object-position: center;
}

.seo-home-brand-grid-v661 .seo-brand-link-v655 > span:last-child,
.seo-home-brand-grid-v661 .seo-brand-link-v656 > span:last-child {
    display: block;
    min-width: 0;
    margin: 0 !important;
    color: #30343a;
    font-size: 12px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

@media (max-width: 1250px) {
    .seo-home-brand-grid-v661 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .seo-home-brand-grid-v661 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .seo-home-brand-grid-v661 {
        grid-template-columns: 1fr;
    }
}


/* v6.64 friendly catalog 404 */
.page-404-notice-v662 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid #ffb36f;
    border-left: 5px solid #f28c18;
    border-radius: 8px;
    background: #fff5e9;
    color: #603000;
}

.page-404-icon-v662 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 36px;
    border-radius: 7px;
    background: #f28c18;
    color: #191c20;
    font-size: 15px;
    font-weight: 900;
}

.page-404-copy-v662 {
    min-width: 0;
    flex: 1 1 auto;
}

.page-404-copy-v662 b,
.page-404-copy-v662 span {
    display: block;
}

.page-404-copy-v662 b {
    margin-bottom: 3px;
    color: #2b2f34;
    font-size: 14px;
}

.page-404-copy-v662 span {
    color: #6c4b2a;
    font-size: 12px;
    line-height: 1.45;
}

.page-404-notice-v662 a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border-radius: 7px;
    background: #f28c18;
    color: #1d2024;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
}

.page-404-notice-v662 a:hover {
    background: #ff9d2e;
}

@media (max-width: 760px) {
    .page-404-notice-v662 {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .page-404-copy-v662 {
        flex: 1 1 calc(100% - 66px);
    }

    .page-404-notice-v662 a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}


/* v6.63 mobile catalog overhaul */
@media (max-width: 900px) {
    html,
    body {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    body {
        font-size: 14px;
    }

    .shell {
        width: auto !important;
        max-width: none !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .site-header-v621,
    .site-header,
    .site-header-inner-v621,
    .site-header-inner,
    .header-table-v621 {
        max-width: 100vw !important;
    }

    .brand-zone-v621 {
        width: calc(100% - 106px) !important;
        max-width: 286px !important;
    }

    .brand-copy-cell-v621 {
        width: auto !important;
        min-width: 0 !important;
    }

    .brand-tagline-v621 {
        white-space: normal !important;
    }

    .catalog-sticky-controls-v621,
    .vehicle-filter-bar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .catalog-sticky-controls-v621 .vehicle-filter-bar {
        padding: 10px 0 !important;
    }

    .browser-filter-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 104px !important;
        gap: 8px !important;
        width: auto !important;
        table-layout: auto !important;
    }

    .browser-filter-row .filter-control,
    .browser-filter-row .filter-action,
    .browser-filter-row .filter-brand-control,
    .browser-filter-row .filter-model-control,
    .browser-filter-row .filter-engine-control,
    .browser-filter-row .filter-search-control {
        display: block !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .browser-filter-row .filter-brand-control,
    .browser-filter-row .filter-model-control,
    .browser-filter-row .filter-engine-control {
        grid-column: 1 / -1;
    }

    .browser-filter-row .filter-search-control {
        grid-column: 1;
    }

    .browser-filter-row .filter-action {
        grid-column: 2;
    }

    .vehicle-combo-v622,
    .vehicle-combo-input-v622,
    .select-wrap-v622,
    .select-wrap-v622 select,
    .inline-search-box-v622,
    .inline-search-box-v622 input,
    .filter-action button {
        width: 100% !important;
        max-width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        box-sizing: border-box !important;
    }

    .vehicle-combo-input-v622,
    .select-wrap-v622 select,
    .inline-search-box-v622 input {
        font-size: 14px !important;
        line-height: 42px !important;
    }

    .vehicle-combo-input-v622 {
        padding-left: 13px !important;
    }

    .inline-search-box-v622 input {
        padding-left: 38px !important;
        padding-right: 10px !important;
    }

    .filter-action button {
        padding: 0 10px !important;
        font-size: 13px !important;
        white-space: nowrap;
    }

    .vehicle-combo-dropdown-v622 {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
    }

    .stock-filter-row-v644 {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        min-height: 0 !important;
        padding: 0 0 10px !important;
    }

    .stock-only-filter-v644,
    .store-stock-filter-v644,
    .store-stock-filter-toggle-v644 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .stock-only-filter-v644 {
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        height: 38px !important;
        padding: 7px 9px !important;
        white-space: nowrap;
        overflow: hidden;
    }

    .store-stock-filter-toggle-v644 {
        height: 38px !important;
        padding: 0 9px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .store-stock-filter-dropdown-v644 {
        left: auto !important;
        right: 0 !important;
        width: calc(100vw - 24px) !important;
        max-width: 360px !important;
        max-height: 65vh !important;
    }

    .catalog-sticky-controls-v621 .selection-strip,
    .selection-strip {
        height: auto !important;
        min-height: 44px !important;
        line-height: 1.35 !important;
        padding: 8px 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .selected-vehicle {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        line-height: 1.45 !important;
    }

    .selection-label,
    .selection-root-crumb-v626,
    .selection-crumb {
        line-height: 1.45 !important;
    }

    .selection-crumb {
        display: inline !important;
        white-space: normal !important;
    }

    .catalog-layout {
        display: block !important;
        width: auto !important;
        max-width: none !important;
        padding: 12px 0 28px !important;
        overflow: visible !important;
    }

    .tree-panel,
    .details-panel {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 14px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .details-panel {
        overflow: visible !important;
        scroll-margin-top: 8px;
    }

    .panel-heading {
        min-height: 0 !important;
        padding: 12px 13px !important;
    }

    .step-badge {
        width: 38px !important;
        height: 38px !important;
        margin: 0 11px 0 0 !important;
        line-height: 38px !important;
    }

    .panel-title {
        padding-top: 0 !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
    }

    .panel-subtitle {
        margin-top: 4px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .tree {
        width: 100% !important;
        height: auto !important;
        min-height: 260px !important;
        max-height: 58vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    .children {
        margin-left: 10px !important;
    }

    .node-title {
        min-height: 44px !important;
        padding: 11px 10px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere;
    }

    .detail {
        padding: 11px 10px 11px 28px !important;
        overflow: hidden;
    }

    .detail:before {
        left: 12px !important;
    }

    .detail-main,
    .detail-condition,
    .detail-article-v623 {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .detail-main {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .detail-condition {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .empty-state {
        width: auto !important;
        max-width: none !important;
        margin: 38px 18px !important;
    }

    .empty-benefits {
        display: none !important;
    }

    #details {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .part-box {
        width: 100% !important;
        max-width: 100% !important;
        padding: 14px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .part-eyebrow,
    .part-title,
    .part-condition,
    .maker-badge,
    .article-code,
    .meta-value {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .part-title {
        margin: 8px 0 12px !important;
        font-size: 21px !important;
        line-height: 1.22 !important;
        letter-spacing: 0 !important;
    }

    .part-primary {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 7px !important;
        margin-bottom: 12px !important;
    }

    .maker-badge,
    .article-code {
        display: inline-block !important;
        margin: 0 !important;
    }

    .article-code {
        font-size: 13px !important;
    }

    .part-meta-grid {
        margin: 0 !important;
        overflow: visible !important;
    }

    .meta-cell {
        float: none !important;
        width: 100% !important;
        min-height: 0 !important;
        padding: 10px 0 !important;
        border-top: 1px solid #eef0f2;
    }

    .meta-cell:first-child {
        border-top: 0;
    }

    .meta-label {
        font-size: 10px !important;
    }

    .meta-value {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .section-heading {
        margin: 20px 0 10px !important;
        padding-bottom: 10px !important;
        overflow: visible !important;
    }

    .section-heading > div:first-child {
        float: none !important;
    }

    .section-heading h2 {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .section-note {
        display: none !important;
    }

    .product-card,
    .analog {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .product-head,
    .analog-head {
        min-height: 0 !important;
        padding: 14px !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .product-identity,
    .product-commerce {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: left !important;
        box-sizing: border-box !important;
    }

    .product-commerce {
        margin-top: 14px !important;
        padding-top: 12px !important;
        border-top: 1px solid #eceef0;
    }

    .product-maker,
    .product-original-number-v642,
    .product-article,
    .product-name,
    .catalog-context-line,
    .catalog-condition,
    .analog-source-name,
    .nomenclature-code,
    .no-stock-line {
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .product-maker {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .product-original-number-v642,
    .product-article {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .product-name {
        margin-top: 8px !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
    }

    .catalog-context-line,
    .catalog-condition,
    .analog-source-name {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    .product-page-link {
        display: block !important;
        margin-top: 10px !important;
        padding: 8px 0 !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere;
    }

    .product-price {
        text-align: left !important;
        font-size: 22px !important;
        line-height: 1.2 !important;
    }

    .stock-commerce-actions-v646 {
        width: 100% !important;
    }

    .stock-pill,
    .stock-toggle-btn-v644,
    .stock-toggle-label-v646,
    .add-cart-btn {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center !important;
    }

    .stock-pill {
        margin-top: 8px !important;
    }

    .add-cart-btn {
        margin-top: 9px !important;
        min-height: 42px !important;
    }

    .stock-table-wrap,
    .stock-table-wrap-v646 {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .stock-table {
        width: 100% !important;
        min-width: 0 !important;
        table-layout: fixed !important;
        font-size: 12px !important;
    }

    .stock-table th,
    .stock-table td {
        padding: 8px 6px !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .stock-table th:first-child,
    .stock-table td:first-child {
        width: auto !important;
    }

    .stock-table .price-cell {
        width: 90px !important;
        font-size: 12px !important;
    }

    .stock-table .qty-col {
        width: 76px !important;
        text-align: right !important;
    }

    .warehouse-stock-pill {
        min-width: 0 !important;
        padding: 5px 6px !important;
        font-size: 12px !important;
    }

    .no-stock-line {
        padding: 12px !important;
        font-size: 13px !important;
    }

    .site-footer {
        width: 100% !important;
        position: static !important;
    }

    .footer-inner {
        height: auto !important;
        min-height: 0 !important;
        line-height: 1.45 !important;
        padding: 14px 0 !important;
        overflow: visible !important;
        text-align: center;
    }

    .footer-inner > div:first-child,
    .footer-inner > div:last-child {
        float: none !important;
        display: block !important;
        margin: 3px 0;
    }

    .seo-home-wrap-v647,
    .seo-home-section-v639,
    .seo-home-columns-v639,
    .seo-home-card-v639,
    .seo-home-local-v647,
    .seo-region-block-v639,
    .seo-page-hero-v639 {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .seo-home-card-v639,
    .seo-region-block-v639,
    .seo-page-hero-v639 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


/* v6.66 explicit search and chat CTA */
.inline-search-box-v622 {
    position: relative;
}

.inline-search-box-v622 input {
    padding-right: 92px !important;
}

.search-submit-v666 {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    min-width: 80px;
    padding: 0 14px;
    border: 0;
    border-radius: 7px;
    background: #ff6b00;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-sizing: border-box;
}

.search-submit-v666:hover,
.search-submit-v666:focus {
    filter: brightness(0.96);
    outline: none;
}

.search-help-v666 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px !important;
    line-height: 1.45;
}

.search-help-v666 b {
    color: #23272d;
}

.search-help-v666 span {
    display: block;
    color: #6d737c;
}

.search-chat-cta-v666 {
    margin-top: 3px;
    min-height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 8px;
    background: #ff6b00;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 900px) {
    .inline-search-box-v622 input {
        padding-right: 82px !important;
    }

    .search-submit-v666 {
        min-width: 70px;
        padding: 0 10px;
        font-size: 12px;
    }

    .search-help-v666 {
        padding: 14px !important;
        gap: 7px;
        font-size: 13px;
    }

    .search-chat-cta-v666 {
        width: 100%;
        min-height: 42px;
    }
}


/* ===== v6.68 staff management menu in public header ===== */
.staff-nav-v668 {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-align: left;
}

.staff-nav-v668 > summary {
  list-style: none;
}
.staff-nav-v668 > summary::-webkit-details-marker { display: none; }
.staff-nav-v668 > summary::marker { display: none; content: ""; }

.staff-nav-summary-v668 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  box-sizing: border-box;
  padding: 8px 10px;
  border: 1px solid #f68e13;
  border-radius: 8px;
  background: #f68e13;
  color: #22262b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 3px 10px rgba(0,0,0,.13);
}

.staff-nav-summary-v668:hover,
.staff-nav-summary-v668:focus,
.staff-nav-v668[open] .staff-nav-summary-v668,
.staff-nav-v668.active .staff-nav-summary-v668 {
  background: #ff9d2c;
  border-color: #ff9d2c;
  color: #181b1e;
  outline: 0;
}

.staff-nav-icon-v668 {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.staff-nav-caret-v668 {
  display: inline-block;
  margin-left: 1px;
  font-size: 10px;
  transition: transform .16s ease;
}

.staff-nav-v668[open] .staff-nav-caret-v668 {
  transform: rotate(180deg);
}

.staff-nav-menu-v668 {
  position: absolute;
  z-index: 6500;
  top: calc(100% + 10px);
  right: 0;
  width: 290px;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #d8dde1;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18,22,26,.25);
  color: #262b30;
  white-space: normal;
}

.staff-nav-menu-v668:before {
  content: "";
  position: absolute;
  top: -6px;
  right: 26px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #d8dde1;
  border-top: 1px solid #d8dde1;
  background: #fff;
  transform: rotate(45deg);
}

.staff-nav-user-v668 {
  position: relative;
  z-index: 1;
  margin: -8px -8px 6px;
  padding: 12px 13px;
  border-radius: 10px 10px 0 0;
  background: #252a30;
  color: #fff;
}
.staff-nav-user-v668 small,
.staff-nav-user-v668 b,
.staff-nav-user-v668 span { display: block; }
.staff-nav-user-v668 small {
  margin-bottom: 2px;
  color: #aeb5bc;
  font-size: 9px;
  line-height: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.staff-nav-user-v668 b {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
}
.staff-nav-user-v668 span {
  margin-top: 2px;
  color: #f6a13d;
  font-size: 10px;
  line-height: 14px;
  font-weight: 800;
}

.staff-nav-menu-v668 > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  box-sizing: border-box;
  padding: 8px 9px;
  border-radius: 8px;
  color: #2a2f34;
  text-decoration: none;
}
.staff-nav-menu-v668 > a:hover,
.staff-nav-menu-v668 > a:focus,
.staff-nav-menu-v668 > a.current {
  background: #fff3e5;
  color: #1d2125;
  outline: 0;
}
.staff-nav-link-icon-v668 {
  flex: 0 0 26px;
  width: 26px;
  color: #f07e00;
  font-size: 16px;
  text-align: center;
}
.staff-nav-menu-v668 > a > span:last-child {
  min-width: 0;
}
.staff-nav-menu-v668 > a b,
.staff-nav-menu-v668 > a small {
  display: block;
}
.staff-nav-menu-v668 > a b {
  color: inherit;
  font-size: 12px;
  line-height: 15px;
  font-weight: 900;
}
.staff-nav-menu-v668 > a small {
  margin-top: 2px;
  color: #80878e;
  font-size: 9px;
  line-height: 12px;
  font-weight: 600;
}

.staff-nav-no-rights-v668 {
  margin: 6px 2px;
  padding: 10px;
  border-radius: 8px;
  background: #f5f6f7;
  color: #747b82;
  font-size: 11px;
  line-height: 1.4;
}

.staff-nav-footer-v668 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 5px;
  padding: 9px 4px 2px;
  border-top: 1px solid #eceef0;
}
.staff-nav-footer-v668 form { margin: 0; }
.staff-nav-footer-v668 .staff-nav-catalog-v668,
.staff-nav-footer-v668 button {
  display: inline-block;
  padding: 7px 9px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #5e666d;
  font-family: inherit;
  font-size: 10px;
  line-height: 14px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}
.staff-nav-footer-v668 .staff-nav-catalog-v668:hover,
.staff-nav-footer-v668 button:hover {
  background: #eef0f2;
  color: #22272b;
}

/* Keep the extra employee item compact on medium desktop. */
@media (max-width: 1240px) and (min-width: 981px) {
  .site-nav-staff-v668 .nav-item-v621 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .staff-nav-v668 { margin-left: 2px; }
  .staff-nav-summary-v668 {
    gap: 4px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }
  .staff-nav-icon-v668 { font-size: 12px; }
}

/* Inside the standard mobile menu the employee control becomes a full-width
   highlighted section and its links expand in normal document flow. */
@media (max-width: 980px) {
  .staff-nav-v668 {
    display: block;
    width: 100%;
    margin: 7px 0 0;
  }

  .staff-nav-summary-v668 {
    display: flex;
    width: 100%;
    min-height: 42px;
    padding: 10px 11px;
    justify-content: flex-start;
    box-shadow: none;
  }
  .staff-nav-caret-v668 { margin-left: auto; }

  .staff-nav-menu-v668 {
    position: static;
    width: 100%;
    margin-top: 6px;
    padding: 7px;
    border-color: #464d54;
    background: #2c3137;
    box-shadow: none;
    color: #fff;
  }
  .staff-nav-menu-v668:before { display: none; }

  .staff-nav-user-v668 {
    margin: -7px -7px 6px;
    background: #1c2024;
  }

  .staff-nav-menu-v668 > a { color: #f4f5f6; }
  .staff-nav-menu-v668 > a:hover,
  .staff-nav-menu-v668 > a:focus,
  .staff-nav-menu-v668 > a.current {
    background: #3a4046;
    color: #fff;
  }
  .staff-nav-menu-v668 > a small { color: #adb4ba; }
  .staff-nav-no-rights-v668 {
    background: #363c42;
    color: #c0c6cb;
  }
  .staff-nav-footer-v668 { border-top-color: #454b51; }
  .staff-nav-footer-v668 .staff-nav-catalog-v668,
  .staff-nav-footer-v668 button { color: #d8dde1; }
  .staff-nav-footer-v668 .staff-nav-catalog-v668:hover,
  .staff-nav-footer-v668 button:hover {
    background: #41474d;
    color: #fff;
  }
}


/* ===== v6.69 Jivo-style customer support chat ===== */
.support-chat-v669 {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 7200;
  font-family: Arial, sans-serif;
  color: #24282c;
}
.support-chat-v669.hidden { display: none !important; }

.support-chat-toggle-v669 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f68e13;
  color: #20252a;
  box-shadow: 0 9px 28px rgba(0,0,0,.27);
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.support-chat-toggle-v669:hover,
.support-chat-toggle-v669:focus {
  background: #ff9e2b;
  transform: translateY(-1px);
  box-shadow: 0 11px 32px rgba(0,0,0,.30);
  outline: 0;
}
.support-chat-toggle-v669 svg { width: 28px; height: 28px; display: block; }
.support-chat-unread-v669 {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 12px;
  background: #d62f2f;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
}

.support-chat-invite-v669 {
  position: absolute;
  right: 0;
  bottom: 74px;
  width: 330px;
  box-sizing: border-box;
  border: 1px solid #e1e4e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.23);
  overflow: hidden;
  animation: adChatInviteInV669 .28s ease-out both;
}
@keyframes adChatInviteInV669 {
  from { opacity: 0; transform: translateY(10px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.support-chat-invite-body-v669 {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: 100%;
  padding: 15px 40px 15px 14px;
  border: 0;
  background: #fff;
  color: #252a2f;
  text-align: left;
  cursor: pointer;
}
.support-chat-invite-body-v669:hover { background: #fff8ef; }
.support-chat-invite-close-v669 {
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 7px;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a9095;
  font-size: 23px;
  line-height: 27px;
  cursor: pointer;
}
.support-chat-invite-close-v669:hover { background: #f1f2f3; color: #333; }
.support-chat-invite-copy-v669 { display: block; min-width: 0; }
.support-chat-invite-copy-v669 b { display: block; margin: 1px 0 4px; color: #22272b; font-size: 14px; }
.support-chat-invite-copy-v669 span { display: block; color: #60676d; font-size: 12px; line-height: 1.45; }

.support-chat-avatar-v669 {
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f68e13;
  color: #22272b;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .5px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.35);
}
.support-chat-avatar-v669.small { flex-basis: 34px; width: 34px; height: 34px; font-size: 10px; }

.support-chat-panel-v669 {
  position: absolute;
  right: 0;
  bottom: 74px;
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 600px;
  max-height: calc(100vh - 112px);
  box-sizing: border-box;
  border: 1px solid #d8dde1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(0,0,0,.30);
  overflow: hidden;
  animation: adChatPanelInV669 .20s ease-out both;
}
@keyframes adChatPanelInV669 {
  from { opacity: 0; transform: translateY(8px) scale(.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.support-chat-head-v669 {
  flex: 0 0 74px;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 74px;
  padding: 11px 48px 11px 13px;
  box-sizing: border-box;
  background: #252a30;
  border-bottom: 3px solid #f68e13;
  color: #fff;
  position: relative;
}
.support-chat-head-copy-v669 { min-width: 0; }
.support-chat-head-copy-v669 b { display: block; color: #fff; font-size: 16px; line-height: 20px; }
.support-chat-head-copy-v669 span { display: block; margin-top: 2px; color: #c8cdd1; font-size: 11px; line-height: 15px; }
.support-chat-close-v669 {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  cursor: pointer;
}
.support-chat-close-v669:hover { background: rgba(255,255,255,.10); }

.support-chat-messages-v669 {
  flex: 1 1 auto;
  min-height: 120px;
  padding: 13px;
  overflow-y: auto;
  box-sizing: border-box;
  background: #f4f5f6;
  -webkit-overflow-scrolling: touch;
}
.support-chat-welcome-v669 {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 2px 0 12px;
}
.support-chat-welcome-v669 > div {
  max-width: 82%;
  padding: 9px 11px;
  border: 1px solid #dfe3e6;
  border-radius: 10px 10px 10px 3px;
  background: #fff;
  color: #383e43;
  font-size: 12px;
  line-height: 1.42;
}
.support-chat-welcome-v669 b,
.support-chat-welcome-v669 span { display: block; }
.support-chat-welcome-v669 b { margin-bottom: 3px; color: #d86f00; font-size: 11px; }
.support-chat-message-v669 { margin: 8px 0; overflow: hidden; }
.support-chat-bubble-v669 {
  max-width: 84%;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.38;
}
.support-chat-message-v669.client .support-chat-bubble-v669 {
  float: right;
  background: #f68e13;
  color: #1d2226;
  border-bottom-right-radius: 3px;
}
.support-chat-message-v669.staff .support-chat-bubble-v669 {
  float: left;
  border: 1px solid #d9dde1;
  border-bottom-left-radius: 3px;
  background: #fff;
  color: #252a2e;
}
.support-chat-author-v669 { margin-bottom: 3px; font-size: 10px; font-weight: 900; }
.support-chat-message-v669.staff .support-chat-author-v669 { color: #d86f00; }
.support-chat-text-v669 { overflow-wrap: anywhere; word-wrap: break-word; }
.support-chat-time-v669 { margin-top: 4px; font-size: 9px; opacity: .58; text-align: right; }
.support-chat-local-note-v669 {
  clear: both;
  margin: 9px auto;
  color: #7b8288;
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.support-chat-contact-v669 {
  flex: 0 0 auto;
  padding: 11px 12px 10px;
  border-top: 1px solid #e1e4e7;
  background: #fff8ef;
  box-shadow: 0 -4px 14px rgba(0,0,0,.04);
}
.support-chat-contact-title-v669 { color: #24292d; font-size: 13px; line-height: 17px; font-weight: 900; }
.support-chat-contact-text-v669 { margin-top: 3px; color: #6d747a; font-size: 10px; line-height: 1.35; }
.support-chat-contact-v669 input {
  width: calc(50% - 4px);
  height: 35px;
  margin-top: 8px;
  padding: 0 9px;
  box-sizing: border-box;
  border: 1px solid #cfd4d8;
  border-radius: 7px;
  background: #fff;
  color: #252a2f;
  font: 12px Arial, sans-serif;
}
.support-chat-contact-v669 input + input { margin-left: 4px; }
.support-chat-contact-v669 input:focus { border-color: #f68e13; outline: 0; box-shadow: 0 0 0 2px rgba(246,142,19,.14); }
.support-chat-contact-actions-v669 { display: flex; gap: 7px; margin-top: 8px; }
.support-chat-contact-actions-v669 button {
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: #f68e13;
  color: #20252a;
  font: 800 11px Arial, sans-serif;
  cursor: pointer;
}
.support-chat-contact-actions-v669 button.secondary { background: #eceff1; color: #61686e; }
.support-chat-contact-note-v669 { margin-top: 7px; color: #93999e; font-size: 9px; line-height: 1.3; }

.support-chat-error-v669 {
  flex: 0 0 auto;
  margin: 6px 10px 0;
  padding: 6px 8px;
  border-radius: 6px;
  background: #fff0f0;
  color: #a22020;
  font-size: 10px;
  line-height: 1.35;
}
.support-chat-compose-v669 {
  flex: 0 0 auto;
  display: flex;
  gap: 7px;
  padding: 9px 9px 7px;
  box-sizing: border-box;
  border-top: 1px solid #e3e6e8;
  background: #fff;
}
.support-chat-compose-v669 textarea {
  flex: 1 1 auto;
  min-width: 0;
  height: 58px;
  padding: 9px 10px;
  box-sizing: border-box;
  border: 1px solid #c7ccd0;
  border-radius: 8px;
  resize: none;
  color: #252a2f;
  font: 13px Arial, sans-serif;
  line-height: 1.35;
}
.support-chat-compose-v669 textarea:focus { border-color: #f68e13; outline: 0; box-shadow: 0 0 0 2px rgba(246,142,19,.13); }
.support-chat-compose-v669 button {
  flex: 0 0 84px;
  min-width: 84px;
  height: 58px;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: #f68e13;
  color: #20252a;
  font: 900 11px Arial, sans-serif;
  cursor: pointer;
}
.support-chat-compose-v669 button:hover { background: #ff9e2b; }
.support-chat-compose-v669 button:disabled { opacity: .55; cursor: default; }
.support-chat-note-v669 {
  flex: 0 0 auto;
  min-height: 22px;
  padding: 1px 10px 6px;
  box-sizing: border-box;
  background: #fff;
  color: #9aa0a5;
  font-size: 9px;
  line-height: 1.3;
}

@media (max-width: 620px) {
  .support-chat-v669 { right: 10px; bottom: 10px; }
  .support-chat-toggle-v669 { width: 54px; height: 54px; }
  .support-chat-toggle-v669 svg { width: 26px; height: 26px; }
  .support-chat-invite-v669 {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 76px;
    width: auto;
  }
  .support-chat-panel-v669 {
    position: fixed;
    left: 7px;
    right: 7px;
    bottom: 72px;
    width: auto;
    height: calc(100vh - 88px);
    max-height: 690px;
    border-radius: 13px;
  }
  .support-chat-contact-v669 input {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
  .support-chat-compose-v669 button { flex-basis: 78px; min-width: 78px; }
}


/* ===== v6.70 exact favicon logo in customer chat ===== */
.support-chat-avatar-v669 {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 11px !important;
  background: #f68e13 !important;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 2px 8px rgba(0,0,0,.12) !important;
}
.support-chat-avatar-v669.small {
  border-radius: 9px !important;
}
.support-chat-avatar-v669 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support-chat-toggle-v669 {
  border-radius: 17px !important;
  background: #f68e13 !important;
}
.support-chat-toggle-logo-v670 {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.support-chat-toggle-v669:hover .support-chat-toggle-logo-v670,
.support-chat-toggle-v669:focus .support-chat-toggle-logo-v670 {
  transform: scale(1.02);
}
@media (max-width: 640px) {
  .support-chat-toggle-logo-v670 {
    width: 47px;
    height: 47px;
    border-radius: 13px;
  }
}


/* ===== v6.73 conventional floating chat launcher ===== */
.support-chat-toggle-v669 {
  border-radius: 50% !important;
  background: #f68e13 !important;
  color: #ffffff !important;
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.22) !important;
}

.support-chat-toggle-bubble-v673 {
  display: block;
  width: 29px;
  height: 29px;
  color: #ffffff;
}

.support-chat-toggle-v669:hover .support-chat-toggle-bubble-v673,
.support-chat-toggle-v669:focus .support-chat-toggle-bubble-v673 {
  transform: scale(1.06);
}

.support-chat-toggle-v669 > .support-chat-toggle-logo-v670 {
  display: none !important;
}

@media (max-width: 640px) {
  .support-chat-toggle-v669 {
    width: 54px !important;
    height: 54px !important;
  }
  .support-chat-toggle-bubble-v673 {
    width: 27px;
    height: 27px;
  }
}


/* ===== v6.74 Jivo-like form states + online badge ===== */
.support-chat-online-badge-v674 {
  position: absolute;
  right: 0;
  bottom: 72px;
  max-width: 205px;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 14px;
  background: #ffffff;
  color: #263036;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  border: 1px solid #e4e8eb;
}
.support-chat-online-badge-v674::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #2ac769;
  vertical-align: middle;
  box-shadow: 0 0 0 3px rgba(42,199,105,.15);
}

#supportChatContactPrompt.support-chat-contact-card-v674 {
  margin: 10px 12px 12px;
  padding: 12px 14px 14px;
  border-radius: 16px;
  border: 1px solid #e6eaee;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
#supportChatMessages > #supportChatContactPrompt.support-chat-contact-card-v674 {
  margin: 8px 0 10px;
}
#supportChatContactPrompt.support-chat-contact-card-v674 .support-chat-contact-title-v669 {
  margin: 0;
  color: #7d8790;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}
#supportChatContactPrompt.support-chat-contact-card-v674 .support-chat-contact-text-v669 {
  margin: 0 0 10px;
  color: #697278;
  font-size: 11px;
  line-height: 1.35;
}
#supportChatContactPrompt.support-chat-contact-card-v674 input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid #d9dfe4;
  background: #fff;
  color: #222b31;
  font-size: 14px;
  line-height: 18px;
}
#supportChatContactPrompt.support-chat-contact-card-v674 input + input {
  margin-top: 8px;
  margin-left: 0;
}
#supportChatContactPrompt.support-chat-contact-card-v674 input:focus {
  border-color: #2ac769;
  box-shadow: 0 0 0 3px rgba(42,199,105,.12);
}
#supportChatContactPrompt.support-chat-contact-card-v674 .support-chat-contact-actions-v669 {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
#supportChatContactPrompt.support-chat-contact-card-v674 .support-chat-contact-actions-v669 button {
  border-radius: 11px;
  min-height: 42px;
  font-size: 14px;
  font-weight: 700;
}
#supportChatContactPrompt.support-chat-contact-card-v674 .support-chat-contact-actions-v669 button.secondary {
  background: #eef1f4;
  color: #5d666d;
}
#supportChatContactPrompt.support-chat-contact-card-v674 .support-chat-contact-note-v669 {
  margin-top: 8px;
  color: #8b949c;
  font-size: 10px;
  line-height: 1.3;
}
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="collapsed"] .support-chat-contact-text-v669,
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="collapsed"] #supportChatPhone,
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="collapsed"] .support-chat-contact-actions-v669,
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="collapsed"] .support-chat-contact-note-v669 {
  display: none !important;
}
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="saved"] .support-chat-contact-text-v669,
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="saved"] .support-chat-contact-note-v669 {
  display: none !important;
}
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="saved"] input {
  border-color: #cdeed7;
  background: #f7fff9;
}
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="saved"] #supportChatContactLater {
  display: none !important;
}
#supportChatContactPrompt.support-chat-contact-card-v674[data-state="saved"] #supportChatContactSave {
  flex: 1 1 auto;
  background: #b7e7c5 !important;
  color: #ffffff !important;
  cursor: default;
}
#supportChatContactPrompt.support-chat-contact-card-v674.support-chat-contact-hidden-v674 {
  display: none !important;
}
#supportChatContactPrompt.support-chat-contact-card-v674.support-chat-contact-pinned-v674 {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 640px) {
  .support-chat-online-badge-v674 {
    right: 0;
    bottom: 68px;
    max-width: 188px;
    padding: 7px 10px;
    font-size: 12px;
  }
  #supportChatContactPrompt.support-chat-contact-card-v674 {
    margin: 8px 8px 10px;
    padding: 11px 12px 12px;
  }
}

/* ===== v6.75 polished online badge / no invite overlap ===== */

/* Compact Jivo-like status pill. */
.support-chat-online-badge-v674 {
  right: 1px !important;
  bottom: 70px !important;
  width: auto !important;
  max-width: calc(100vw - 30px) !important;
  padding: 9px 13px !important;
  border: 1px solid #e2e7ea !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #263036 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.14) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.support-chat-online-badge-v674::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 7px !important;
  border-radius: 50% !important;
  background: #26c86f !important;
  vertical-align: 1px !important;
  box-shadow: 0 0 0 3px rgba(38,200,111,.14) !important;
}

.support-chat-online-badge-v674::after {
  content: "" !important;
  position: absolute !important;
  right: 22px !important;
  bottom: -5px !important;
  width: 9px !important;
  height: 9px !important;
  background: #ffffff !important;
  border-right: 1px solid #e2e7ea !important;
  border-bottom: 1px solid #e2e7ea !important;
  transform: rotate(45deg) !important;
}

/* The proactive invitation has priority. Never show both at once. */
#supportChatInvite:not(.hidden) ~ #supportChatOnlineBadge {
  display: none !important;
}

.support-chat-invite-v669 {
  z-index: 5 !important;
}

@media (max-width: 640px) {
  .support-chat-online-badge-v674 {
    right: 0 !important;
    bottom: 66px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
    line-height: 15px !important;
  }
}


/* ===== v6.78 auto-open staff reply + browser notifications ===== */
.support-chat-notify-v678 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 5px 9px;
  box-sizing: border-box;
  border-top: 1px solid #e5e8ea;
  background: #fff8ef;
  color: #4a5156;
  font-size: 10px;
  line-height: 1.25;
}
.support-chat-notify-v678.hidden { display: none !important; }
.support-chat-notify-text-v678 {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 700;
}
.support-chat-notify-v678 button {
  flex: 0 0 auto;
  min-height: 25px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  background: #f68e13;
  color: #20252a;
  font: 800 9px Arial, sans-serif;
  cursor: pointer;
}
.support-chat-notify-v678 button.secondary {
  background: #eceff1;
  color: #656c72;
}
.support-chat-notify-v678 button:hover { filter: brightness(1.03); }
@media (max-width: 620px) {
  .support-chat-notify-v678 {
    flex-wrap: wrap;
    gap: 5px;
  }
  .support-chat-notify-text-v678 { flex-basis: 100%; }
}


/* ===== v6.79 richer article-miss notice ===== */
.search-notice-v659.search-notice-rich-v679 {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.search-notice-copy-v679 {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 10px;
}

.search-notice-copy-v679 strong {
  color: #7a3300;
  font-weight: 800;
}

.search-notice-copy-v679 span {
  color: #6f4a31;
  font-weight: 600;
}

.search-notice-chat-cta-v679 {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 7px 13px;
  border: 1px solid #ff6b00;
  border-radius: 7px;
  background: #ff6b00;
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  white-space: nowrap;
}

.search-notice-chat-cta-v679:hover {
  background: #e85f00;
  border-color: #e85f00;
}

@media (max-width: 760px) {
  .search-notice-v659.search-notice-rich-v679 {
    display: block;
    padding-right: 10px;
  }

  .search-notice-copy-v679 {
    display: block;
  }

  .search-notice-copy-v679 strong,
  .search-notice-copy-v679 span {
    display: block;
  }

  .search-notice-copy-v679 span {
    margin-top: 4px;
  }

  .search-notice-chat-cta-v679 {
    width: 100%;
    margin-top: 8px;
  }
}


/* ===== v6.81 clearer top search notice ===== */
.search-notice-v659.search-notice-rich-v681 {
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-notice-copy-v681 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.search-notice-copy-v681 strong {
  display: block;
}

.search-notice-copy-v681 span {
  display: block;
}

.search-notice-chat-hint-v681 {
  color: #7a3300;
  font-weight: 700;
}

.search-notice-chat-cta-v681 {
  margin-top: 2px;
  align-self: flex-start;
}

@media (max-width: 760px) {
  .search-notice-v659.search-notice-rich-v681 {
    display: block;
    padding-right: 10px;
  }

  .search-notice-copy-v681 {
    display: block;
  }

  .search-notice-copy-v681 strong,
  .search-notice-copy-v681 span,
  .search-notice-chat-hint-v681 {
    display: block;
  }

  .search-notice-copy-v681 span,
  .search-notice-chat-hint-v681 {
    margin-top: 4px;
  }

  .search-notice-chat-cta-v681 {
    width: 100%;
    margin-top: 10px;
  }
}
