:root {
  --navy: #09246f;
  --navy-2: #071b5b;
  --orange: #f87532;
  --orange-soft: #fff0e8;
  --bg: #f4f6fa;
  --white: #fff;
  --text: #0b225f;
  --muted: #7b8498;
  --line: #e7eaf0;
  --green: #1b9b60;
  --green-bg: #e5f7ed;
  --danger: #c45736;
  --radius: 12px;
  --shadow: 0 5px 18px rgba(16, 38, 86, 0.06);
  --display: Poppins, sans-serif;
  --body: "Nunito Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 15px/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
.wrap {
  width: min(1240px, calc(100% - 40px));
  margin: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  line-height: 1.18;
  margin: 0 0 0.5em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 17px;
}
.topbar {
  background: var(--navy);
  color: #fff;
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  min-width: 150px;
}

.logo-mark {
  color: #ff8a45;
  font-size: 12px;
  position: absolute;
  left: 66px;
  top: 4px;
}
.search-form {
  display: flex;
  flex: 1;
  max-width: 650px;
  height: 42px;
}
.search-form input {
  flex: 1;
  border: 0;
  padding: 0 16px;
  border-radius: 7px 0 0 7px;
  outline: 0;
  color: var(--text);
}
.search-form button {
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 0 15px;
  border-radius: 0 7px 7px 0;
  font-weight: 800;
}
.search-form .icon {
  font-size: 22px;
  vertical-align: -2px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: auto;
}
.header-help,
.account-link,
.cart-link {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.header-help b,
.account-link b {
  display: block;
}
.account-link small {
  display: block;
  opacity: 0.75;
}
.round-icon,
.header-icon {
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.cart-link {
  position: relative;
}
.cart-icon {
  font-size: 21px;
}
.cart-badge {
  position: absolute;
  right: 35px;
  top: -10px;
  background: var(--orange);
  border-radius: 12px;
  padding: 1px 6px;
  font-size: 10px;
}
.mobile-menu-btn {
  display: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 27px;
}
.site-nav {
  background: var(--navy-2);
  color: #fff;
}
.nav-inner {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.site-nav a {
  font-size: 12px;
  font-weight: 800;
}
.nav-caret {
  opacity: 0.7;
}
.nav-spacer {
  flex: 1;
}
.language-pill {
  font-size: 12px;
  background: #fff;
  color: var(--navy);
  padding: 5px 9px;
  border-radius: 5px;
}
.mobile-drawer,
.drawer-backdrop {
  display: none;
}
.breadcrumb {
  padding: 16px 0;
  color: #8c94a6;
  font-size: 12px;
}
.breadcrumb a {
  color: var(--orange);
}
.breadcrumb span {
  padding: 0 7px;
}
.home-hero {
  background: #eef0f5;
  padding: 28px 0 30px;
}
.hero-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
}
.vehicle-panel {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.vehicle-panel h2 {
  font-size: 17px;
}
.vehicle-panel > p {
  font-size: 12px;
  color: #6f7789;
  margin-top: 0;
}
.selector-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f4f6fa;
  padding: 3px;
  border-radius: 8px;
  margin: 12px 0;
}
.selector-tabs button {
  border: 0;
  background: transparent;
  padding: 8px 5px;
  border-radius: 7px;
  font-size: 11px;
  color: #687288;
}
.selector-tabs button.active {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  color: var(--navy);
  font-weight: 800;
}
.selector-step {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 5px;
  color: #4d5972;
}
.selector-step span {
  width: 17px;
  height: 17px;
  background: var(--orange-soft);
  color: var(--orange);
  border-radius: 50%;
  font-size: 10px;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.selector-step label {
  font-size: 11px;
  font-weight: 800;
}
.vehicle-panel select,
.vin-mode input {
  height: 39px;
  border: 1px solid #e5e8ee;
  border-radius: 8px;
  background: #fafbfc;
  color: #778095;
  padding: 0 11px;
  font-size: 11px;
}
.btn-accent,
.btn-dark,
.btn-light {
  border-radius: 8px;
  padding: 11px 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  font-weight: 800;
}
.btn-accent {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.btn-dark {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn-light {
  background: #fff;
  color: var(--navy);
  border-color: #dfe3ea;
}
.btn-block {
  width: 100%;
}
.vehicle-panel .btn-accent {
  margin-top: 12px;
  font-size: 12px;
}
.vin-mode small {
  display: block;
  color: #8b93a3;
  font-size: 10px;
  margin-top: 7px;
}
.hero-banner {
  min-height: 278px;
  border-radius: 13px;
  background: linear-gradient(110deg, #071d69, #173caa);
  color: #fff;
  padding: 60px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow,
.section-kicker {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.hero-banner h1 {
  font-size: 33px;
  margin: 9px 0;
}
.hero-banner p {
  color: #dfe5ff;
  max-width: 470px;
  margin: 0 0 18px;
}
.hero-banner .btn-accent {
  width: max-content;
}
.brand-strip {
    background: #fff;
    border-bottom: 1px solid #eef0f5;
    padding: 18px 0;
}

.brand-strip-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
}
.brand-strip-inner::-webkit-scrollbar {
    display: none;
}

.brand-strip-title {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    color: #07165c;
    margin-right: 8px;
}

.brand-strip-item {
    flex: 0 0 auto;
    min-width: 105px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 8px 16px;

    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 8px;

    text-decoration: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.brand-strip-item:hover {
    border-color: #f36b2b;
    box-shadow: 0 4px 14px rgba(7, 22, 92, .08);
}
.part-card:hover {
    border-color: #f36b2b;
    box-shadow: 0 4px 14px rgba(7, 22, 92, .08);
}


.how-section-image {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brand-strip-logo {
    display: block;
    width: auto;
    max-width: 90px;
    height: 32px;
    object-fit: contain;
}

.brand-strip-name {
    color: #07165c;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.brand-strip-inner > span {
  font-size: 11px;
  font-weight: 900;
  color: #a1a7b4;
  white-space: nowrap;
}
.brand-strip-inner a {
  font: 800 14px var(--display);
  color: #38435c;
  white-space: nowrap;
}
.home-section {
  padding: 38px 0;
}
.featured-section {
  background: #f1f3f7;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}
.section-head h2 {
  margin-top: 4px;
}
.section-arrows {
  display: flex;
  gap: 6px;
}
.section-arrows button {
  border: 1px solid var(--line);
  background: #fff;
  color: #8d94a4;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.see-more {
  font-size: 11px;
  color: var(--orange);
  font-weight: 800;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.part-card {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
  box-shadow: 0 2px 5px rgba(20, 35, 80, 0.02);
}
.part-image {
  height: 175px;
  background: #fff;
  display: flex;
  place-items: center;
  border-bottom: 1px solid #f0f1f4;
}
.part-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c2c6ce;
  gap: 4px;
}
.image-placeholder b {
  font-size: 40px;
  font-weight: 400;
}
.image-placeholder small {
  font-size: 10px;
}
.part-body {
  padding: 13px;
}
.cat {
  font-size: 9px;
  color: #8b91a0;
  margin-bottom: 5px;
}
.part-card h3 {
  font-size: 14px;
}
.part-card h3 a:hover {
  text-decoration: underline;
}
.manufacturer {
  font-size: 10px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ref {
  font-size: 9px;
  color: #a1a7b2;
  margin-top: 3px;
}
.stars {
  font-size: 12px;
  color: #e2b34e;
  margin: 7px 0;
}
.stars span {
  font-size: 9px;
  color: #a0a5af;
  margin-left: 3px;
}
.price {
  font: 800 19px var(--display);
  color: #121f44;
  margin-top: 4px;
}
.price-muted {
  color: #a4a9b3;
  font-size: 15px;
}
.card-actions {
  display: flex;
  gap: 7px;
  margin-top: 10px;
}
.card-actions form.order-form {
  flex: 1;
}
.cart-mini {
  height: 34px;
  width: 38px;
  border: 0;
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
}
.delete-mini {
  height: 34px;
  width: 38px;
  border: 0;
  border-radius: 7px;
  background: var(--navy);
  color: #fff;
}
.card-actions .btn-accent {
  height: 34px;
  padding: 0 13px;
  font-size: 11px;
  width: 100%;
}
.catalog-section {
  background: #f1f3f7;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.catalog-card {
  background: #fff;
  border: 1px solid #e7e9ef;
  border-radius: 10px;
  padding: 14px;
  min-height: 150px;
  box-shadow: var(--shadow);
}
.catalog-title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}
.catalog-title span {
  color: var(--orange);
}
.catalog-card ul {
  list-style: none;
  padding: 6px 0 0;
  margin: 0;
  color: #626b7d;
  font-size: 10px;
  line-height: 1.8;
}
.catalog-card em {
  font-style: normal;
  color: var(--orange);
  font-weight: 900;
  font-size: 10px;
}
.how-section {
  background: #fff;
  padding: 48px 0 25px;
}
.center-heading {
  text-align: center;
  margin-bottom: 25px;
}
.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 45px;
}
.how-visual {
  min-height: 270px;
  display: grid;
  place-items: center;
}
.mock-screen {
  width: 260px;
  height: 180px;
  background: #edf0f5;
  border-radius: 40px;
  transform: rotate(-2deg);
  padding: 35px;
  color: #adb4c1;
  font-weight: 800;
  text-align: center;
}
.mock-screen span {
  font-size: 12px;
}
.mock-screen button {
  margin-top: 15px;
  border: 0;
  background: var(--orange);
  color: #fff;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 10px;
}
.steps {
  border-left: 1px solid #e4e7ed;
}
.how-step {
  display: flex;
  gap: 17px;
  padding: 15px 0 15px 25px;
  position: relative;
}
.how-step > span {
  position: absolute;
  left: -14px;
  top: 16px;
  width: 27px;
  height: 27px;
  background: var(--orange);
  color: #fff;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.how-step h3 {
  font-size: 13px;
}
.how-step p {
  font-size: 11px;
  color: #7b8290;
  margin: 0;
  max-width: 520px;
}
.faq-mini {
  text-align: center;
  border-top: 1px solid #e9ebf0;
  margin-top: 25px;
  padding-top: 22px;
}
.faq-mini h3 {
  font-size: 13px;
}
.faq-mini p {
  font-size: 10px;
  color: #7d8491;
}
.faq-mini .btn-accent {
  padding: 7px 13px;
}
.testimonials {
  background: #f1f3f7;
  padding: 35px 0;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 820px;
  margin: auto;
}
.testimonial-grid article {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  position: relative;
  min-height: 135px;
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e9edf5;
  margin-right: 8px;
  font-weight: 800;
}
.testimonial-grid article b {
  font-size: 11px;
}
.testimonial-grid article p {
  font-size: 10px;
  color: #737b8a;
}
.testimonial-grid article > span {
  position: absolute;
  right: 14px;
  bottom: 5px;
  font-size: 28px;
  color: var(--navy);
}
.help-strip {
  background: #fff;
}
.help-inner {
  min-height: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.help-inner h2 {
  font-size: 25px;
}
.help-inner p {
  max-width: 480px;
  color: #707888;
  font-size: 11px;
}
.help-illustration {
  width: 430px;
  height: 135px;
  background: var(--orange);
  clip-path: polygon(15% 0, 95% 0, 100% 50%, 95% 100%, 15% 100%, 0 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.help-illustration span {
  font-size: 45px;
}
.help-illustration strong {
  font: 800 20px var(--display);
}
.help-illustration small {
  font-size: 10px;
}
.footer-main {
  background: #fff;
  border-top: 1px solid #eceef2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.25fr;
  gap: 40px;
  padding: 34px 0;
}
.footer-logo {
  font: 800 25px var(--display);
  font-style: italic;
}
.footer-logo span {
  color: var(--orange);
}
.footer-grid p,
.footer-grid li {
  font-size: 10px;
  color: #737b8a;
}
.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-grid li {
  margin: 6px 0;
}
.footer-grid h4 {
  font-size: 12px;
}
.socials {
  display: flex;
  gap: 5px;
}
.socials span {
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.footer-bottom {
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px;
}
.search-page {
  padding-bottom: 50px;
}
.search-page-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 15px 0 20px;
}
.search-page-head h1 {
  font-size: 28px;
}
.search-page-head p {
  color: #8b92a1;
  font-size: 11px;
}
.filter-mobile-btn {
  display: none;
}
.shop-layout {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 20px;
}
.filter-sidebar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 15px;
  align-self: start;
}
.filter-title {
  font: 800 14px var(--display);
  margin-bottom: 12px;
}
.filter-search {
  display: flex;
}
.filter-search input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px 0 0 7px;
  padding: 9px;
  font-size: 10px;
}
.filter-search button {
  border: 0;
  background: #f0f2f6;
  width: 35px;
  border-radius: 0 7px 7px 0;
}
.filter-group {
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 13px;
}
.filter-group h3 {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #747c8c;
  font-size: 10px;
  margin: 8px 0;
}
.check-row input {
  width: 14px;
  height: 14px;
}
.price-fields {
  display: flex;
  gap: 6px;
}
.price-fields input {
  width: 50%;
  font-size: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.filter-sidebar > .btn-accent {
  margin-top: 13px;
  font-size: 10px;
  padding: 8px;
}
.results-toolbar {
  display: flex;
  justify-content: space-between;
  color: #8b92a1;
  font-size: 10px;
  margin-bottom: 10px;
}
.results-toolbar b {
  color: var(--text);
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 25px;
}
.pagination > * {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 10px;
}
.pagination b {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.empty-state {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-align: center;
  padding: 60px;
  color: #7b8290;
}
.product-detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 25px;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 25px;
}
.product-gallery {
  min-width: 0;
}
.main-product-image {
  height: 430px;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.main-product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.image-placeholder.large b {
  font-size: 90px;
}
.thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.thumb {
  width: 70px;
  height: 55px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 7px;
  color: #aeb4bf;
}
.thumb.active {
  border: 2px solid var(--orange);
}
.product-info {
  padding: 10px 12px;
}
.product-ref {
  float: right;
  color: #8b92a1;
  font-size: 10px;
}
.product-info h1 {
  font-size: 30px;
  max-width: 560px;
  margin-top: 35px;
}
.product-brand {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-category {
  font-size: 11px;
  color: #7d8491;
  margin: 8px 0;
}
.product-category a {
  color: var(--navy);
  font-weight: 800;
}
.large-stars {
  margin: 15px 0;
}
.price-big {
  font: 800 29px var(--display);
  margin: 8px 0;
  color: #0d1f52;
}
.delivery-line {
  font-size: 11px;
  color: #647083;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.stock-line {
  font-size: 11px;
  color: #687385;
  padding: 12px 0;
}
.stock-line span {
  background: var(--green-bg);
  color: var(--green);
  border-radius: 6px;
  padding: 5px 8px;
  font-weight: 800;
  margin-right: 8px;
}
.quantity {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 8px 0;
}
.quantity button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 7px;
}
.order-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.notify-box {
  background: #fff6f1;
  border: 1px solid #ffe2d3;
  border-radius: 10px;
  padding: 15px;
  margin-top: 18px;
}
.notify-box p {
  font-size: 11px;
}
.notify-box form {
  display: grid;
  gap: 8px;
}
.notify-box input {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 9px;
}
.product-lower {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  margin-top: 18px;
}
.info-panel,
.help-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}
.info-panel p {
  font-size: 12px;
  color: #6f7786;
}
.spec-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
  margin-top: 15px;
}
.spec-table th,
.spec-table td {
  background: #f5f6f9;
  padding: 9px 11px;
  font-size: 10px;
  text-align: left;
}
.spec-table th {
  width: 35%;
  color: #6f7787;
}
.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}
.tab-btn {
  border: none;
  background: transparent;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #6f7787;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab-btn.active {
  color: var(--navy, #16213e);
  border-bottom-color: var(--accent, #e63946);
}
.tab-panel h3 {
  margin-top: 0;
}
.help-card {
  display: grid;
  grid-template-columns: 1fr 130px;
  background: var(--navy);
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.help-card > div:first-child {
  padding: 25px;
}
.help-card h3 {
  font-size: 16px;
}
.help-card p {
  font-size: 10px;
  color: #d8def3;
}
.support-photo {
  background: linear-gradient(135deg, #d5d8d6, #f3f3f0);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 35px;
}
.compatible-panel {
  margin-top: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 22px;
}
.compat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.compat-list a {
  background: #f5f6f9;
  padding: 10px;
  border-radius: 7px;
  font-size: 10px;
}
.static-page {
  padding-bottom: 50px;
  max-width: 800px;
}
.static-page p {
  color: #6f7787;
}
.error-page {
  text-align: center;
  padding: 80px 20px;
}
.error-page h1 {
  font-size: 90px;
  color: #dfe3ea;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 25px;
  padding-bottom: 50px;
}
.checkout-grid > form,
.order-recap,
.cart-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
}
.checkout-grid .field {
  margin-bottom: 13px;
}
.checkout-grid label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 5px;
}
.checkout-grid input,
.checkout-grid select,
.checkout-grid textarea {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px;
}
.order-recap {
  align-self: start;
}
.item-row,
.total-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.total-row {
  font-weight: 900;
  font-size: 15px;
  border: 0;
  margin-top: 8px;
}
.cart-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
}
.cart-table th,
.cart-table td {
  padding: 11px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.cart-summary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px;
  max-width: 350px;
  margin-left: auto;
}
.alert {
  padding: 12px;
  border-radius: 8px;
  margin: 12px 0;
  font-size: 11px;
}
.alert-success {
  background: var(--green-bg);
  color: var(--green);
}
.alert-error {
  background: var(--orange-soft);
  color: var(--danger);
}
.topcard{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 980px) {
  .logo-img {
    height: 26px;
  }
  .header-actions {
    gap: 10px;
  }
  .header-help {
    display: none;
  }
  .hero-layout {
    grid-template-columns: 290px 1fr;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-detail-card {
    grid-template-columns: 1fr;
  }
  .product-lower {
    grid-template-columns: 1fr;
  }
  .main-product-image {
    height: 360px;
  }
}
@media (max-width: 700px) {
  .logo-img {
    height: 26px;
  }

    .brand-strip {
        padding: 12px 0;
    }

    

    .brand-strip-title {
        font-size: 12px;
        margin-right: 2px;
    }

    .brand-strip-item {
        min-width: 90px;
        height: 44px;
        padding: 6px 12px;
    }

    .brand-strip-logo {
        max-width: 72px;
        height: 26px;
    }

    .brand-strip-name {
        font-size: 11px;
    }
  .wrap {
    width: min(100% - 28px, 1240px);
  }
  h1 {
    font-size: 28px;
  }
  .topbar .header-inner {
    min-height: 58px;
    gap: 12px;
  }
  .logo {
    min-width: 112px;
  }
  
  .search-form {
    max-width: none;
    height: 36px;
  }
  .search-form input {
    font-size: 10px;
    padding: 0 10px;
  }
  .search-form button {
    padding: 0 11px;
  }
  .search-form .search-label {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .mobile-menu-btn {
    display: block;
    margin-left: auto;
  }
  .site-nav {
    height: 40px;
  }
  .nav-inner {
    justify-content: space-between;
    gap: 0;
  }
  .site-nav a {
    display: none;
  }
  .site-nav a:first-child {
    display: block;
  }
  .site-nav .nav-spacer,
  .site-nav .language-pill {
    display: block;
  }
  .site-nav .nav-spacer {
    flex: 1;
  }
  .mobile-drawer {
    display: block;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    bottom: 0;
    width: min(330px, 88vw);
    background: #fff;
    transform: translateX(-100%);
    transition: 0.25s;
    box-shadow: 8px 0 30px rgba(0, 0, 0, 0.12);
  }
  .menu-open .mobile-drawer {
    transform: translateX(0);
  }
  .drawer-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: 0.25s;
  }
  .menu-open .drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-head {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--line);
  }
  .mobile-close {
    border: 0;
    background: #f3f5f8;
    color: var(--navy);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 24px;
  }
  .drawer-account {
    margin: 16px;
    background: #f4f6fa;
    border-radius: 10px;
    padding: 14px;
  }
  .drawer-account-title {
    font-size: 11px;
    color: #6f7788;
    margin-bottom: 10px;
  }
  .drawer-account-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
  .drawer-account-actions a {
    font-size: 10px;
    padding: 9px;
  }
  .drawer-nav {
    padding: 0 18px;
  }
  .drawer-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid #edf0f4;
    font-size: 13px;
  }
  .drawer-nav a span {
    color: var(--orange);
    width: 18px;
    text-align: center;
  }
  .drawer-nav a b {
    margin-left: auto;
    color: #8b92a0;
  }
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-banner {
    min-height: 245px;
    padding: 35px 27px;
  }
  .hero-banner h1 {
    font-size: 27px;
  }
  .brand-strip-inner {
        gap: 10px;
        padding: 0 16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .brand-strip-inner::-webkit-scrollbar {
        display: none;
    }
  .brand-strip-inner a {
    font-size: 11px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .part-image {
    height: 125px;
  }
  .part-body {
    padding: 10px;
  }
  .part-card h3 {
    font-size: 12px;
  }
  .price {
    font-size: 16px;
  }
  .card-actions .btn-accent {
    font-size: 9px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .how-visual {
    min-height: 170px;
  }
  .mock-screen {
    width: 220px;
    height: 140px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .help-inner {
    min-height: 0;
    padding: 28px 0;
    display: block;
  }
  .help-illustration {
    width: 100%;
    height: 120px;
    margin-top: 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .filter-sidebar {
    display: none;
  }
  .filter-mobile-btn {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 8px 12px;
    color: var(--navy);
    font-size: 10px;
  }
  .search-page-head h1 {
    font-size: 23px;
  }
  .results-toolbar {
    font-size: 9px;
  }
  .product-detail-card {
    padding: 15px;
  }
  .main-product-image {
    height: 280px;
  }
  .product-info h1 {
    font-size: 25px;
  }
  .product-lower {
    margin-top: 12px;
  }
  .compat-list {
    grid-template-columns: 1fr;
  }
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .cart-table {
    display: block;
    overflow: auto;
  }
  .order-recap {
    order: -1;
  }
  .site-footer {
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .logo-img {
    height: 26px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .part-image {
    height: 190px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .help-inner h2 {
    font-size: 22px;
  }
 
  .site-nav .language-pill {
    font-size: 10px;
  }
}
.reset-filter {
  margin-top: 7px;
  font-size: 10px;
  padding: 8px;
}
.filter-sidebar.show-mobile {
  display: block;
}
@media (max-width: 700px) {
  .filter-sidebar.show-mobile {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 14px;
    right: 14px;
    top: 72px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }
}
/* v2 catalog/navigation polish */
:root {
  --navy: #071b63;
  --navy-2: #061653;
  --orange: #f47732;
  --orange-soft: #fff0e7;
  --bg: #f4f6fa;
  --text: #0a1d58;
  --muted: #7c8597;
  --line: #e5e8ef;
}
.fa-solid,
.fa-regular,
.fa-brands {
  line-height: 1;
}
.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  white-space: nowrap;
}
.site-nav a.active {
  color: #fff;
}
.site-nav a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--orange);
  border-radius: 3px 3px 0 0;
}
.nav-dropdown {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
}
.nav-dropdown > a {
  height: 40px;
}
.nav-menu {
  position: absolute;
  z-index: 1100;
  top: 40px;
  left: 0;
  min-width: 235px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 15px 30px rgba(7, 27, 99, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: 0.18s;
}
.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.nav-menu a {
  height: auto !important;
  color: var(--text) !important;
  padding: 10px 11px;
  font-size: 11px !important;
  border-radius: 7px;
}
.nav-menu a:after {
  display: none;
}
.nav-menu a:hover {
  background: #f4f6fa;
  color: var(--orange) !important;
}
.nav-caret {
  font-size: 9px;
  margin-left: 2px;
}
.header-actions i {
  font-size: 18px;
}
.search-form button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-menu-btn i {
  font-size: 22px;
}
.drawer-nav a i {
  width: 20px;
  color: var(--orange);
  text-align: center;
}
.drawer-nav a b {
  margin-left: auto;
  background: var(--orange);
  color: #fff;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 10px;
}
.shop-page {
  padding-bottom: 50px;
}
.shop-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 22px;
}
.shop-heading h1 {
  margin: 4px 0 4px;
}
.shop-heading p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.shop-count {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 18px;
  text-align: center;
  min-width: 100px;
}
.shop-count strong {
  display: block;
  font: 800 20px var(--display);
}
.shop-count span {
  font-size: 10px;
  color: var(--muted);
}
.featured-categories {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 20px;
  margin-bottom: 20px;
}
.featured-categories .section-head {
  margin-bottom: 14px;
}
.category-chips {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.category-chip {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fafbfc;
  transition: 0.18s;
}
.category-chip > span {
  grid-row: 1/3;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--orange-soft);
  color: var(--orange);
}
.category-chip b {
  font-size: 11px;
  align-self: end;
}
.category-chip small {
  font-size: 9px;
  color: var(--muted);
}
.category-chip:hover,
.category-chip.selected {
  border-color: #ffb28b;
  background: #fff7f2;
  transform: translateY(-1px);
}
.filter-mobile-btn {
  display: none;
}
.filter-title {
  font-size: 14px;
}
.filter-title i {
  color: var(--orange);
  margin-right: 6px;
}
.filter-search {
  position: relative;
  align-items: center;
}
.filter-search > i {
  position: absolute;
  left: 10px;
  color: #9aa2b0;
  font-size: 11px;
}
.filter-search input {
  padding-left: 28px !important;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px !important;
  height: 38px;
}
.filter-group h3 i {
  font-size: 9px;
  color: #a3a9b4;
}
.option-search {
  width: 100%;
  height: 31px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 9px;
  font-size: 10px;
  margin: 7px 0;
}
.styled-select {
  position: relative;
}
.styled-select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: #f9fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 38px;
  padding: 0 32px 0 10px;
  color: #687387;
  font-size: 10px;
  outline: none;
}
.styled-select select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(244, 119, 50, 0.1);
}
.styled-select > i {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  color: #8992a3;
  pointer-events: none;
}
.styled-select.small {
  width: 150px;
}
.styled-select.small select {
  height: 32px;
}
.stock-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #667084;
  margin: 15px 0;
}
.stock-check input {
  accent-color: var(--orange);
  width: 15px;
  height: 15px;
}
.sort-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sort-form label {
  font-size: 10px;
  color: var(--muted);
}
.filter-context {
  color: var(--orange);
  font-weight: 800;
}
.results-toolbar {
  align-items: center;
}
.pagination a,
.pagination span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 10px;
}
.pagination a.current {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.empty-state > i {
  font-size: 38px;
  color: var(--orange);
  margin-bottom: 10px;
}
.directory-page,
.contact-page {
  padding-bottom: 60px;
}
.directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 4px 0 22px;
}
.directory-head h1 {
  margin: 4px 0;
}
.directory-head p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.directory-search {
  height: 46px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  margin-bottom: 18px;
}
.directory-search i {
  color: #9ba2af;
}
.directory-search input {
  border: 0;
  outline: 0;
  flex: 1;
  color: var(--text);
  font-size: 12px;
}
.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.directory-card,
.manufacturer-card,
.brand-directory-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.18s;
}
.directory-card[hidden] { display: none !important; }
.manufacturer-card[hidden] { display: none !important; }
.brand-directory-card[hidden] { display: none !important; }
.directory-card:hover,
.manufacturer-card:hover,
.brand-directory-card:hover {
  border-color: #ffc2a1;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.directory-icon {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  background: var(--orange-soft);
  color: var(--orange);
  display: grid;
  place-items: center;
}
.directory-card h3,
.manufacturer-card h3 {
  font-size: 13px;
  margin: 0;
}
.directory-card p,
.manufacturer-card p {
  font-size: 10px;
  color: var(--muted);
  margin: 3px 0 0;
}
.directory-card > i:last-child,
.manufacturer-card > i:last-child,
.brand-directory-card > i:last-child {
  margin-left: auto;
  color: #b0b6c1;
  font-size: 11px;
}
.manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.manufacturer-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font: 800 14px var(--display);
}
.brand-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.brand-directory-card {
  padding: 14px;
}
.brand-directory-card > span {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #f2f4f8;
  color: var(--navy);
  display: grid;
  place-items: center;
}
.brand-directory-card strong {
  font-size: 12px;
}
.contact-hero {
  background: linear-gradient(105deg, var(--navy), #12358f);
  border-radius: 14px;
  color: #fff;
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 18px;
}
.contact-hero h1 {
  font-size: 31px;
  max-width: 620px;
  margin: 8px 0 10px;
}
.contact-hero p {
  color: #dce4ff;
  font-size: 12px;
  max-width: 650px;
  margin: 0;
}
.contact-actions {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.contact-hero-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  font-size: 72px;
  color: #fff;
  margin: auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 18px;
}
.faq-panel,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 24px;
}
.faq-panel .section-head {
  margin-bottom: 10px;
}
.faq-panel details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.faq-panel summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 800;
}
.faq-panel summary::-webkit-details-marker {
  display: none;
}
.faq-panel summary i {
  font-size: 9px;
  color: #9aa2af;
  transition: 0.2s;
}
.faq-panel details[open] summary i {
  transform: rotate(180deg);
  color: var(--orange);
}
.faq-panel details p {
  font-size: 11px;
  color: #737d8e;
  margin: 10px 0 0;
}
.faq-panel details a {
  color: var(--orange);
  font-weight: 800;
}
.contact-card {
  background: var(--navy);
  color: #fff;
}
.contact-card-icon {
  width: 48px;
  height: 48px;
  background: var(--orange);
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.contact-card h2 {
  font-size: 20px;
}
.contact-card > p {
  color: #dce4ff;
  font-size: 11px;
}
.contact-line {
  display: flex;
  gap: 12px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 13px 0;
}
.contact-line > i {
  color: #ff9a65;
  width: 20px;
}
.contact-line small {
  display: block;
  color: #aebbe0;
  font-size: 9px;
}
.contact-line b {
  font-size: 11px;
}
.contact-card .btn-dark {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
  margin-top: 10px;
}
.socials a {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--navy);
  color: #fff;
  border-radius: 6px;
  margin-right: 5px;
}
@media (max-width: 980px) {
  .category-chips {
    grid-template-columns: repeat(2, 1fr);
  }
  .directory-grid,
  .manufacturer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-directory-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .site-nav .nav-dropdown {
    display: none;
  }
  .site-nav a:nth-of-type(n + 3) {
    display: none;
  }
  .nav-inner {
    justify-content: flex-start;
  }
  .site-nav a:first-child {
    display: flex;
  }
  .site-nav .nav-spacer {
    display: block;
  }
  .site-nav .nav-spacer + a {
    display: flex;
  }
  .hidemm {
    display: none !important;
  }
  .site-nav .nav-featured-cat {
    display: none !important;
  }
  .shop-heading {
    align-items: start;
  }
  .shop-heading h1 {
    font-size: 26px;
  }
  .shop-count {
    display: none;
  }
  .category-chips {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-categories {
    padding: 14px;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .filter-mobile-btn {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .filter-sidebar {
    display: none;
  }
  .filter-sidebar.show-mobile {
    display: block;
    position: fixed;
    z-index: 1000;
    left: 14px;
    right: 14px;
    top: 72px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  }
  .results-toolbar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sort-form {
    width: 100%;
    justify-content: space-between;
  }
  .styled-select.small {
    width: calc(100% - 48px);
  }
  .directory-head {
    display: block;
  }
  .directory-head .btn-accent {
    margin-top: 14px;
  }
  .directory-grid,
  .manufacturer-grid,
  .brand-directory-grid {
    grid-template-columns: 1fr;
  }
  .contact-hero {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
  .contact-hero h1 {
    font-size: 25px;
  }
  .contact-hero-icon {
    display: none;
  }
  .contact-actions .btn-accent,
  .contact-actions .btn-light {
    flex: 1;
  }
  .faq-panel,
  .contact-card {
    padding: 18px;
  }
  .directory-page,
  .contact-page {
    padding-bottom: 35px;
  }
}
@media (max-width: 430px) {
  .category-chips {
    grid-template-columns: 1fr;
  }
  .category-chip {
    grid-template-columns: 38px 1fr;
  }
  .category-chip > span {
    width: 38px;
    height: 38px;
  }
  .shop-heading p {
    font-size: 11px;
  }
  .directory-card,
  .manufacturer-card {
    padding: 13px;
  }
}

/* Legacy icon placeholders are intentionally unused; all functional UI icons use Font Awesome. */
/* v3 searchable select controls */
.smart-select {
  position: relative;
  width: 100%;
  margin-top: 6px;
}
.smart-select-toggle {
  width: 100%;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #f9fafc;
  color: #687387;
  padding: 0 38px 0 12px;
  text-align: left;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.smart-select-toggle > i {
  position: absolute;
  right: 12px;
  color: #8992a3;
  font-size: 9px;
  transition: 0.18s;
}
.smart-select.open .smart-select-toggle {
  border-color: var(--orange);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(244, 119, 50, 0.09);
}
.smart-select.open .smart-select-toggle > i {
  transform: rotate(180deg);
  color: var(--orange);
}
.smart-select-input {
  display: none;
  width: 100%;
  height: 38px;
  border: 0;
  border-bottom: 1px solid var(--line);
  outline: 0;
  padding: 0 12px;
  background: #fff;
  color: var(--text);
  font-size: 11px;
}
.smart-select.open .smart-select-input {
  display: block;
}
.smart-select-menu {
  position: absolute;
  z-index: 1200;
  left: 0;
  right: 0;
  top: 44px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(7, 27, 99, 0.14);
  max-height: 250px;
  overflow: auto;
  padding: 5px;
  display: none;
}
.smart-select.open .smart-select-menu {
  display: block;
}
.smart-select-option {
  padding: 9px 10px;
  border-radius: 7px;
  color: #59657a;
  font-size: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.smart-select-option:hover {
  background: var(--orange-soft);
  color: var(--navy);
}
.smart-select-option small {
  color: #a0a6b1;
}
.smart-select-option[hidden] {
  display: none;
}
.vehicle-smart.disabled .smart-select-toggle {
  opacity: 0.55;
  cursor: not-allowed;
  background: #f1f3f6;
}
.vehicle-smart.disabled .smart-select-toggle > i {
  opacity: 0.6;
}
.vehicle-panel .smart-select {
  margin-bottom: 2px;
}
.vehicle-panel .smart-select-toggle {
  height: 39px;
  border-radius: 8px;
}
.vehicle-panel .smart-select-menu {
  top: 41px;
}
.subcategory-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.subcategory-panel .section-head {
  margin-bottom: 12px;
}
.subcategory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.subcategory-item {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: #fafbfc;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 10px;
  color: #58647a;
}
.subcategory-item > i {
  color: var(--orange);
}
.subcategory-item small {
  background: #eef1f5;
  border-radius: 8px;
  padding: 1px 6px;
  color: #8a92a0;
}
.subcategory-item:hover,
.subcategory-item.selected {
  border-color: #ffb28b;
  background: var(--orange-soft);
  color: var(--navy);
}
.seo-filter-copy {
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 24px;
}
.seo-filter-copy h2 {
  font-size: 20px;
  margin: 6px 0;
}
.seo-filter-copy p {
  font-size: 11px;
  line-height: 1.8;
  color: #737d8e;
  max-width: 900px;
  margin: 0;
}
@media (max-width: 700px) {
  .subcategory-panel {
    padding: 14px;
  }
  .subcategory-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .subcategory-item {
    min-width: 0;
  }
  .seo-filter-copy {
    padding: 18px;
  }
  .smart-select-menu {
    max-height: 220px;
  }
}


/* Category browser: real parent/child hierarchy */
.category-browser {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 20px;
  margin-bottom: 20px;
}
.category-browser .section-head { margin-bottom: 14px; }
.category-path {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 10px;
  color: var(--muted);
}
.category-path a { color: var(--orange); font-weight: 800; }
.category-path strong { color: var(--navy); }
.category-empty { color: var(--muted); font-size: 11px; margin: 8px 0 0; }

.catalog-title {
  justify-content: space-between;
}
.catalog-title strong { flex: 1; }
.catalog-title small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}
.catalog-card ul li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.catalog-card ul li small {
  color: #9aa2b0;
}

.category-filter-tree {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.category-filter-root,
.category-filter-children a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 7px;
  font-size: 10px;
}
.category-filter-root { font-weight: 800; }
.category-filter-root:hover,
.category-filter-root.selected,
.category-filter-children a:hover,
.category-filter-children a.selected {
  background: var(--orange-soft);
  color: var(--navy);
}
.category-filter-root small,
.category-filter-children small {
  color: var(--muted);
  font-size: 9px;
}
.category-filter-children {
  margin: 0 0 5px 10px;
  padding-left: 8px;
  border-left: 2px solid #eef0f4;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-brand a { color: inherit; }
.product-brand a:hover { text-decoration: underline; }

.compatible-panel h2 small {
  font-size: 9px;
  color: var(--muted);
  font-weight: 600;
  margin-left: 7px;
}
.compat-tree {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.compat-level {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fafbfc;
  overflow: hidden;
}
.compat-level summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  font-size: 10px;
}
.compat-level summary::-webkit-details-marker { display: none; }
.compat-level summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  color: #9aa2b0;
  transition: transform .15s;
}
.compat-level[open] > summary::after { transform: rotate(180deg); }
.compat-level summary > i { color: var(--orange); }
.compat-level summary span {
  margin-left: auto;
  color: var(--muted);
  font-size: 9px;
}
.compat-children {
  padding: 0 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.compat-model { background: #fff; }
.compat-motors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 0 7px 7px;
}
.compat-motors a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 8px 9px;
  background: #f5f6f9;
  border-radius: 7px;
  font-size: 9px;
}
.compat-motors a:hover {
  background: var(--orange-soft);
  color: var(--navy);
}
.compat-motors a i { color: var(--orange); }

@media (max-width: 700px) {
  .compat-motors { grid-template-columns: 1fr; }
  .category-browser { padding: 14px; }
}


/* Home catalog: category and sub-category are independent links. */
.catalog-card { display: block; }
.catalog-category-link { display: block; color: inherit; }
.catalog-card ul li a { display: flex; justify-content: space-between; gap: 8px; color: #626b7d; }
.catalog-card ul li a:hover { color: var(--navy); text-decoration: underline; }
.vehicle-compatibility { margin-top: 10px; padding: 9px 11px; border-radius: 8px; font-size: 10px; font-weight: 800; }
.vehicle-compatibility i { margin-right: 5px; }
.vehicle-compatibility.is-compatible { background: #eaf8ef; color: #19733d; }
.vehicle-compatibility.is-not-compatible { background: #fff0f0; color: #b42318; }


/* Product multi-image gallery */
.thumbs .thumb { padding: 4px; overflow: hidden; cursor: pointer; }
.thumbs .thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.thumbs .thumb.active { border: 2px solid var(--orange); }

/* Consistent cart update action */
.cart-update-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 42px; padding: 11px 18px; border: 1px solid var(--navy);
  border-radius: 8px; background: var(--navy); color: #fff;
  font: inherit; font-weight: 800; cursor: pointer;
}
.cart-update-btn:hover { opacity: .92; transform: translateY(-1px); }

/* Checkout form controls */
.checkout-grid .field input,
.checkout-grid .field select,
.checkout-grid .field textarea {
  width: 100%; box-sizing: border-box; min-height: 44px;
  background: #fafbfc; color: var(--navy); font: inherit; font-size: 13px;
  outline: none; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.checkout-grid .field textarea { min-height: 100px; resize: vertical; }
.checkout-grid .field input:focus,
.checkout-grid .field select:focus,
.checkout-grid .field textarea:focus {
  border-color: var(--orange); background: #fff; box-shadow: 0 0 0 3px rgba(0,0,0,.04);
}

/* Delivery-type picker on checkout */
.livraison-options { display: flex; flex-direction: column; gap: 8px; }
.livraison-option {
  display: flex !important; align-items: center; gap: 10px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 11px 13px; font-size: 13px; color: var(--text);
  background: #fafbfc; cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.livraison-option:has(input:checked) {
  border-color: var(--orange); background: var(--orange-soft);
}
.livraison-option input[type="radio"] { accent-color: var(--orange); width: 16px; height: 16px; flex: 0 0 auto; }
.livraison-option span { flex: 1; }
.livraison-option strong { color: var(--navy); font-weight: 800; }
.livraison-empty { font-size: 12px; color: var(--muted); margin: 0; }

 
/* Confirmation page */
.confirmation-box {
  max-width: 520px;
  margin: 48px auto;
  padding: 44px 36px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}
 
.confirmation-icon {
  font-size: 52px;
  color: var(--green);
  margin-bottom: 16px;
}
 
.confirmation-box h1 {
  font-family: var(--display);
  font-size: 26px;
  color: var(--text);
  margin: 0 0 14px;
}
 
.confirmation-box p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 8px;
}
 
.confirmation-box .confirmation-sub {
  margin-bottom: 14px;
}
 
.confirmation-box .confirmation-sub strong {
  color: var(--text);
}
 
.confirmation-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 20px;
  margin-bottom: 14px;
}
 
.confirmation-total span {
  font-size: 14px;
  color: var(--muted);
}
 
.confirmation-total strong {
  font-family: var(--display);
  font-size: 20px;
  color: var(--navy);
}
 
.confirmation-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: var(--green);
  background: var(--green-bg);
  border-radius: 999px;
  padding: 8px 16px;
  margin: 0 auto 28px;
  width: fit-content;
}
 
.confirmation-box .btn-accent {
  display: inline-block;
}

.confirmation-ref {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 10px;
}

.confirmation-ref strong {
  color: var(--text);
}
 
@media (max-width: 600px) {
  .confirmation-box {
    margin: 24px 16px;
    padding: 32px 20px;
  }
}
 
 .logo-img {
  height: 32px;
  width: auto;
  display: block;
}


