﻿/* Global shadow reset (requested) */
html body *,
html body *::before,
html body *::after{
  box-shadow:none!important;
}
:root {
  --primary: #0A5CD8;
  --secondary: #082955;
  --white: #FFFFFF;
  --surface: #F4F6F8;
  --ink: #0A1220;
  --muted: #687180;
  --line: rgba(8, 41, 85, .14);
  --shell: 1600px;
  --pad: 30px;
  --ease: cubic-bezier(.2,.7,.2,1);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}
/* Anasayfa: araÃ§ paneli kenarlarÄ±nda beyaz ÅŸerit oluÅŸmasÄ±n (archive ile aynÄ± zemin) */
body.home-page {
  background: #f4f6f8;
}
body.home-page .site-sticky-stack {
  background: #f4f6f8 !important;
}
small { font-size: 14px; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 12px 16px; background: var(--white); color: var(--secondary); transition: top .2s ease; }
.skip-link:focus { top: 12px; }
.shell { width: min(var(--shell), calc(100% - (var(--pad) * 2))); margin-inline: auto; }
.shell--narrow { max-width: 1100px; }
.section-pad { padding: 120px 0; }
/* Kartlar iÃ§in border-radius */
.hero-frame { border-radius: var(--radius); }
.vehicle-finder { border-radius: var(--radius); }
.stat-slide { border-radius: var(--radius); }
.category-card { border-radius: var(--radius); overflow: hidden; }
.accordion-item { border-radius: var(--radius); overflow: hidden; }
.why-callout { border-radius: var(--radius); overflow: hidden; }
.product-card { border-radius: var(--radius); overflow: hidden; }


/* Header (legacy â€” skipped when #globalHeader is present) */
.site-header:not(#globalHeader) { position: relative; z-index: 1000; background: var(--white); box-shadow: 0 1px 0 rgba(0,0,0,.06); }

.header-top { height: 34px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); color: var(--white); font-size: 14px; }
.header-top__blue { background: var(--primary); overflow: hidden; }
.header-top__dark { margin-left: -120px; background: #111A28; overflow: hidden; }
.header-top__inner { height: 100%; display: flex; align-items: center; gap: 28px; width: min(calc(var(--shell) * .58), calc(100% - 50px)); margin-left: auto; margin-right: 0; }
.header-top__inner nav { display: flex; gap: 22px; }
.header-top__inner a { opacity: .92; }
.header-top__dark-inner { height: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 28px; padding-right: max(var(--pad), calc((100vw - var(--shell))/2 + var(--pad))); color: #AFC1D7; }
.header-top__dark-inner strong { color: #fff; }
.header-main { height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; }
.header-main__left { display: flex; align-items: center; min-width: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--secondary); margin: 4px 0; transition: transform .3s, opacity .3s; }
.logo { display: inline-flex; align-items: baseline; justify-content: center; font-size: 30px; line-height: 1; letter-spacing: -1.8px; font-weight: 800; }
.logo span { color: var(--secondary); }
.logo strong { color: var(--primary); font-weight: 800; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.header-search-wrap { height: 0; position: relative; z-index: 3; }
.header-search { position: absolute; left: 50%; transform: translateX(-50%); top: -16px; width: min(480px, 50vw); height: 48px; display: grid; grid-template-columns: 52px 1fr 56px; align-items: center; background: #fff; box-shadow: 0 12px 30px rgba(8,41,85,.16); border-radius: var(--radius); overflow: hidden; }
.header-search::before, .header-search::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #E3E6EA; transform: skewX(-28deg); }
.header-search::before { left: 76px; }
.header-search::after { right: 73px; }
.header-search input { border: 0; outline: 0; width: 100%; height: 100%; padding: 0 16px; background: transparent; text-align: center; font-size: 14px; color: var(--ink); }
.header-search button { border: 0; background: transparent; display: grid; place-items: center; height: 100%; }
.header-search i { font-size: 20px; color: var(--secondary); }
.header-search__car { display: grid; place-items: center; cursor: pointer; transition: color .2s; }
.header-search__car i { font-size: 23px; }
.header-search__car img { width: 24px; height: 24px; display: block; }

/* Brand mega menÃ¼ */

/* shared headings / buttons */
.section-heading { max-width: 720px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading h2, .hero h1 { margin: 16px 0 18px; letter-spacing: -.045em; line-height: 1.3em; overflow-wrap: normal; word-break: normal; hyphens: manual; text-wrap: balance; }
.section-heading h2 { font-size: 3.7vw; font-weight: 600; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
#features-tabs .section-heading,
.gallery-card-section .section-heading{max-width:920px}
.heading-2line{text-wrap:unset!important}
.heading-2line__row{display:block;white-space:nowrap}
.eyebrow { display: inline-flex; align-items: center; gap: 11px; min-height: 34px; padding: 7px 15px 7px 10px; border: 1px solid rgba(8,41,85,.16); background: rgba(244,246,248,.7); border-radius: var(--radius); overflow: hidden; color: var(--secondary); font-size: 14px; line-height: 1; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow > span { width: 18px; height: 18px; border-radius: 50%; position: relative; background: var(--primary); }
.eyebrow > span::after { content: ""; position: absolute; inset: 5px; background: #fff; border-radius: 50%; animation: pulseDot 1.7s ease infinite; }
@keyframes pulseDot { 50% { transform: scale(.45); opacity: .55; } }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; padding: 14px 32px; font-size: 15px; font-weight: 600; line-height: 1.3; white-space: nowrap; border-radius: 10px; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.btn i { font-style: normal; font-size: 14px; line-height: 1; }
.btn--primary { color: #fff; background: #0A5CD8; }
.btn--primary:hover { background: #2970e0; }
.btn--secondary { color: var(--ink); background: #fff; border: 1px solid #dfe2e5; }
.btn--secondary:hover { background: #f0f0f0; }
.btn--lg { padding: 16px 40px; font-size: 16px; }
.btn--sm { padding: 8px 16px; font-size: 13px; }
.text-animate { opacity: 0; }

/* Hero */
.hero { padding-top: 29px; padding-bottom: 70px; background: #f4f6f8 }
.hero.section-pad { padding-top: 29px; }
.hero-frame { position: relative; min-height: 670px; padding: 48px 56px 172px; background: var(--secondary); color: #fff; overflow: hidden; }
.hero-frame::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .4; }
.hero-glow--one { width: 640px; height: 640px; background: #0A5CD8; right: -20%; top: -30%; }
.hero-glow--two { width: 440px; height: 440px; background: #42C5FE; right: 27%; bottom: -10%; opacity: .14; }
.hero-grid { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 28px; }
.hero-upper { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.hero-left { flex: 0 1 52%; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.hero-top { flex: 0 1 42%; min-width: 0; text-align: left; }
.hero h1 { max-width: none; font-size: clamp(26px, 2.4vw, 36px); font-weight: 600; margin: 0 0 12px; }
.hero-lead { max-width: none; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; margin: 0; }
.vehicle-finder { margin-top: 0; background: #fff; color: var(--ink); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); padding: 6px; gap: 0; box-shadow: 0 16px 40px rgba(0,0,0,.22); }
.finder-step { min-height: 64px; padding: 8px 14px 6px; position: relative; }
.finder-step__index { position: absolute; top: 6px; right: 10px; color: #C7CED8; font-size: 11px; font-weight: 800; }
.finder-step label { display: block; margin-bottom: 2px; color: #7E8793; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.finder-step select { width: 100%; height: 30px; padding: 0 18px 0 0; border: 0; outline: 0; background: transparent; color: var(--secondary); font-size: 13px; font-weight: 720; }
.finder-step select:disabled { color: #ABB2BC; }
.finder-submit { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
.hero-right { width: 100%; min-width: 0; }
.stats-carousel { position: relative; width: 100%; margin-top: 0; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.stats-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding-top: 4px;
  will-change: transform;
}
.stats-track.is-marquee-ready {
  animation: statsMarquee 28s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .stats-track.is-marquee-ready { animation: none; }
}

.stat-slide { flex: 0 0 260px; display: flex; flex-direction: column; height: auto; min-height: 100%; box-sizing: border-box; padding: 18px 20px 16px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(16px); }
.stat-slide__kicker { display: block; color: #83B8FF; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stat-slide > strong { display: block; margin: 16px 0 10px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.06em; line-height: .9; }
.stat-slide h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.3; }
.stat-slide p { max-width: 220px; margin: 0; margin-top: auto; color: rgba(255,255,255,.66); line-height: 1.55; font-size: 12px; }
@keyframes statsMarquee {
  to { transform: translateX(calc(-1 * var(--stats-loop))); }
}
.brand-strip { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; min-height: 145px; display: grid; grid-template-columns: 390px 1fr; background: #fff; color: var(--ink); }
.brand-strip__intro { padding: 27px 34px 25px 46px; border-right: 1px solid var(--line); }
.brand-strip__intro h2 { margin: 10px 0 0; max-width: 320px; font-size: 21px; line-height: 1.25; letter-spacing: -.04em; }
.brand-strip__all-link { display:inline-flex; align-items:center; gap:8px; margin-top:12px; color:var(--primary); font-size:14px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
.brand-marquee { overflow: hidden; display: flex; align-items: center; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }

/* Home spare parts â€” mega menu category style, 8 columns */
.home-parts { background: #fff; }
.home-parts__heading { margin-bottom: 36px; }
.home-parts__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}
.home-parts__item {
  min-width: 0;
  min-height: 128px;
  height: auto;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  background: transparent;
  color: #16385f;
  text-align: center;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease;
}
.home-parts__item:hover,
.home-parts__item:focus-visible {
  border-color: #0a63df;
  color: #0a63df;
  outline: 0;
}
.home-parts__item img {
  width: 112px;
  height: 61px;
  max-width: 112px;
  max-height: 61px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}
.home-parts__item-name {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}
.home-parts__item-count {
  display: block;
  width: 100%;
  flex: 0 0 auto;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  color: #6b7c93;
}
.home-parts__item:hover .home-parts__item-count,
.home-parts__item:focus-visible .home-parts__item-count {
  color: #0a63df;
}
.home-parts__item--no-image {
  gap: 6px;
}
.home-parts__footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .home-parts__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .home-parts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .home-parts__item { min-height: 118px; padding: 8px 4px; }
  .home-parts__item img { width: 90px; height: 50px; max-width: 90px; max-height: 50px; }
  .home-parts__item-name { font-size: 12px; }
  .home-parts__item-count { font-size: 10px; }
}
.brand-marquee__track { width: max-content; display: flex; align-items: center; transform: translateX(-50%); animation: marqueeRight 24s linear infinite; }
.brand-marquee:hover .brand-marquee__track { animation-play-state: paused; }
.brand-marquee a { min-width: 140px; min-height: 70px; display: grid; place-items: center; border-right: 1px solid var(--line); color: #9AA2AD; transition: transform .3s, opacity .3s; }
.brand-marquee a:hover { transform: translateY(-3px); opacity: 1; }
.brand-marquee a img { max-width: 90px; max-height: 44px; width: auto; height: auto; object-fit: contain; opacity: .75; transition: opacity .3s; }
.brand-marquee a:hover img { opacity: 1; }
@keyframes marqueeRight { to { transform: translateX(0); } }

/* categories */
.categories { background: #fff; }
.category-card { min-height: 520px; position: relative; overflow: hidden; background: var(--surface); color: #fff; isolation: isolate; }
.category-card h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -.04em; }
.category-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }

.footer-marka-detayli-slider { margin-top: 0; padding: 30px; border: 1px solid #dce5ee; border-radius: 15px; background: #fff; color: #082955; box-shadow: none; overflow: visible; }
.categories .footer-marka-detayli-slider { margin-top: 58px; }
.footer-marka-detayli-slider__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.footer-marka-detayli-slider__head h2 { margin: 0 0 8px; color: #082955; font-size: 25px; line-height: 1.2; letter-spacing: -.55px; }
.footer-marka-detayli-slider__head p { margin: 0; color: #647991; font-size: 13px; line-height: 1.65; }
.footer-marka-detayli-slider__search { width: 300px; height: 46px; display: flex; align-items: center; gap: 9px; padding: 0 9px 0 14px; border: 1px solid #d6e0ea; border-radius: 10px; background: #f8fafc; color: #71839a; }
.footer-marka-detayli-slider__search:focus-within { border-color: #0a5cd8; box-shadow: 0 0 0 3px rgba(10,92,216,.08); }
.footer-marka-detayli-slider__search > i { font-size: 14px; }
.footer-marka-detayli-slider__search input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #082955; font-size: 13px; }
.footer-marka-detayli-slider__search button { width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 7px; background: #eaf2ff; color: #0a5cd8; font-size: 11px; }
.footer-marka-detayli-slider__search button[hidden], .footer-marka-detayli-slider__selection[hidden], .footer-marka-detayli-slider__track[hidden], .footer-marka-detayli-slider__empty[hidden] { display: none; }
.footer-marka-detayli-slider__selection { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -4px 0 18px; padding: 11px 13px; border: 1px solid #cfe0f7; border-radius: 10px; background: #f2f7ff; }
.footer-marka-detayli-slider__selection > span { display: flex; align-items: center; gap: 9px; color: #284769; font-size: 12px; }
.footer-marka-detayli-slider__selection > span i { color: #0a5cd8; }
.footer-marka-detayli-slider__selection > span strong { font-size: 13px; }
.footer-marka-detayli-slider__selection button { display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 0; border-radius: 7px; background: #0a5cd8; color: #fff; font-size: 11px; font-weight: 700; }
.footer-marka-detayli-slider__rail { position: relative; padding-inline: 0; }
.footer-marka-detayli-slider__track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(265px,1fr); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; overscroll-behavior-inline: contain; scrollbar-width: none; }
.footer-marka-detayli-slider__track::-webkit-scrollbar { display: none; }
.footer-marka-detayli-slider__arrow { position: absolute; z-index: 3; top: 50%; width: 38px; height: 54px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid #d8e2ec; border-radius: 9px; background: #fff; color: #082955; font-size: 14px; box-shadow: none; }
.footer-marka-detayli-slider__arrow:hover:not(:disabled) { border-color: #0a5cd8; color: #0a5cd8; background: #f5f9ff; }
.footer-marka-detayli-slider__arrow:disabled { opacity: .32; cursor: default; }
.footer-marka-detayli-slider__arrow--prev { left: -50px; }
.footer-marka-detayli-slider__arrow--next { right: -50px; }
.archive-brand-model-card { scroll-snap-align: start; min-height: 270px; padding: 20px; border: 1px solid #dce5ee; border-radius: 11px; background: #fff; transition: border-color .18s ease; }
.archive-brand-model-card:hover, .archive-brand-model-card.is-selected { border-color: #0a5cd8; }
.archive-brand-model-card__title { width: 100%; display: flex; align-items: center; gap: 14px; min-height: 54px; padding: 0 0 15px; border: 0; border-bottom: 1px solid #e8edf3; background: transparent; color: #082955; text-align: left; cursor: pointer; }
.archive-brand-model-card__title:hover strong, .archive-brand-model-card__title.is-active strong { color: #0a5cd8; }
.archive-brand-model-card__title img { width: 68px; height: 42px; flex: 0 0 68px; object-fit: contain; }
.archive-brand-model-card__title span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.archive-brand-model-card__title strong { font-size: 15px; line-height: 1.3; font-weight: 750; }
.archive-brand-model-card__title small { color: #71839a; font-size: 11px; line-height: 1.35; }
.archive-brand-model-card__models { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 9px; margin: 16px 0 0; padding: 0; list-style: none; }
.archive-brand-model-card__models a { width: 100%; min-height: 36px; padding: 7px 10px; border: 1px solid #e4eaf0; border-radius: 7px; background: #f9fbfc; color: #405773; font-size: 12px; font-weight: 500; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; text-decoration: none; }
.archive-brand-model-card__models a:hover, .archive-brand-model-card__models a.is-active { border-color: #0a5cd8; background: #eaf2ff; color: #0a5cd8; }
.archive-brand-model-card__title { text-decoration: none; }
.footer-marka-detayli-slider__empty { margin: 0; padding: 28px; border: 1px dashed #cbd7e4; border-radius: 10px; color: #71839a; text-align: center; font-size: 12px; }
@media (min-width: 1250px) { .footer-marka-detayli-slider__track { grid-auto-columns: calc((100% - 42px)/4); } }
@media (max-width: 850px) {
  .footer-marka-detayli-slider { padding: 22px; }
  .footer-marka-detayli-slider__head { align-items: stretch; flex-direction: column; }
  .footer-marka-detayli-slider__search { width: 100%; }
  .footer-marka-detayli-slider__track { grid-auto-columns: minmax(250px,78%); }
  .footer-marka-detayli-slider__arrow--prev { left: -41px; }
  .footer-marka-detayli-slider__arrow--next { right: -41px; }
}
@media (max-width: 560px) {
  .footer-marka-detayli-slider { padding: 18px 14px; border-radius: 10px; overflow: hidden; }
  .footer-marka-detayli-slider__head { gap: 16px; }
  .footer-marka-detayli-slider__head h2 { font-size: 20px; }
  .footer-marka-detayli-slider__selection { align-items: flex-start; flex-direction: column; }
  .footer-marka-detayli-slider__track { grid-auto-columns: 88%; gap: 10px; }
  .footer-marka-detayli-slider__arrow { display: none; }
  .archive-brand-model-card { min-height: 246px; padding: 15px; }
}

/* why us */
.why-us { background: var(--surface); padding: 120px 0px; }
.why-us__intro { padding-bottom: 60px; }
.why-story { position: relative; }
.why-stage { position: relative; min-height: 900px; overflow: hidden; background: #F4F6F8; }
.why-stage__meta { position: absolute; left: max(var(--pad), calc((100vw - var(--shell))/2 + var(--pad))); top: 34px; z-index: 4; display: flex; align-items: baseline; gap: 6px; color: var(--secondary); }
.why-stage__meta span { font-size: 42px; font-weight: 800; letter-spacing: -.06em; }.why-stage__meta b{font-size:14px;color:#8C98A9}
.car-orbit { position: absolute; left: 50%; top: 50%; width: min(37vw, 520px); height: min(78vh, 760px); transform: translate(-50%,-48%); display: grid; place-items: center; z-index: 2; }
.car-orbit img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 32px 28px rgba(8,41,85,.22)); will-change: transform; transform-origin: center; }
.why-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }
.why-lines path { fill: none; stroke: var(--primary); stroke-width: 2; vector-effect: non-scaling-stroke; stroke-dasharray: 600; stroke-dashoffset: 600; opacity: 0; transition: stroke-dashoffset .08s var(--ease), opacity .06s; }
.why-lines path.is-active { stroke-dashoffset: 0; opacity: 1; }
.why-callout { position: absolute; z-index: 3; width: min(340px, 24vw); display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); border: 1px solid rgba(8,41,85,.1); opacity: 0; transform: translateY(18px) scale(.96); pointer-events: none; transition: opacity .08s var(--ease), transform .08s var(--ease); }
.why-callout.is-active { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.why-callout__number { display: grid; place-items: center; width: 48px; height: 48px; color: #0a5cd8; font-size: 30px; font-weight: 800; border-radius: var(--radius); overflow: hidden; }
.why-callout h3 { margin: 0 0 7px; color: var(--secondary); font-size: 19px; letter-spacing: -.035em; }
.why-callout p { margin: 0 0 10px; color: #687485; font-size: 14px; line-height: 1.55; }
.why-callout a { color: var(--primary); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.why-callout--r1{right:7%;top:11%}.why-callout--l1{left:6%;top:19%}.why-callout--r2{right:4.5%;top:32%}.why-callout--l2{left:5%;top:47%}.why-callout--l3{left:7%;bottom:12%}.why-callout--r3{right:5%;bottom:14%}
.why-callout--cta { left: 50%; bottom: 22px; transform: translate(-50%,18px) scale(.96); width: min(560px, 60vw); grid-template-columns: 54px 1fr; background: var(--secondary); color: #fff; }
.why-callout--cta.is-active { transform: translate(-50%,0) scale(1); }
.why-callout--cta h3 { color: #fff; font-size: 22px; }.why-callout--cta p{color:rgba(255,255,255,.65)}.why-callout--cta a{color:#79B3FF}

/* products */
.products { background: #fff; }

/* Feature product indirim stilleri */
.product-card { flex: 0 0 calc((100% - 27px) / 2.5); min-width: 275px; position: relative; min-height: 650px; padding: 20px; background: var(--surface); border: 1px solid transparent; transition: background .35s, border-color .35s, transform .35s; overflow: hidden; }
.product-card.is-selected { background: #EAF1FA; border-color: rgba(10,92,216,.25); }
.product-card:hover { transform: translateY(-6px); }
.product-card > p { margin: 4px 0 7px; color: var(--primary); font-size:14px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.product-card h3 { margin:0 0 8px; color:var(--secondary); font-size:21px; line-height:1.25; letter-spacing:-.035em; }
.product-card > small { color:#788292; line-height:1.5; }

/* Ä°ndirimli fiyat stilleri */
.product-price { display:flex; flex-direction:row; align-items:baseline; gap:8px; }
.product-price strong { color:var(--primary); }

/* Ä°ndirim rozeti */

/* CTA Card */

/* feature tabs (GadgetAR2-inspired) */
.features-tabs-section { background:#fff; }
.feature-tabs { margin-top:52px; }
.feature-tabs__layout { display:grid; grid-template-columns: 340px 1fr; gap:40px; align-items:start; max-width:1400px; margin-inline:auto; }

/* Sol menÃ¼ */
.feature-tabs__menu { display:flex; flex-direction:column; gap:14px; }
.feature-tabs__menu button { display:flex; align-items:center; width:100%; padding:18px 20px; border:1px solid var(--line); background:#fff; color:var(--ink); font-weight:730; font-size:15px; border-radius: var(--radius); overflow:hidden; transition:background .25s,color .25s,border-color .25s,box-shadow .25s; cursor:pointer; text-align:left; }
.feature-tabs__menu button.is-active { background:var(--secondary); color:#fff; border-color:var(--secondary); box-shadow:0 12px 28px rgba(8,41,85,.18); }

/* SaÄŸ paneller */
.feature-tabs__panels { position:relative; }
.feature-tabs__pane { display:none; animation:featureTabIn .5s var(--ease) both; }
.feature-tabs__pane.is-active { display:block; }
@keyframes featureTabIn{from{opacity:0;transform:translateY(18px)}}

/* BÃ¼yÃ¼k card */
.feature-tab-card { display:grid; grid-template-columns: 1.1fr 1fr; gap:28px; align-items:stretch; background:var(--surface); border-radius:var(--radius); overflow:hidden; min-height:560px; padding:20px; }

/* Gallery */

/* Gallery card (Haus-inspired) */
.gallery-card-section { background:#fff; }
.gallery-card-wrapper { z-index:2; width:100%; max-width:1400px; margin-inline:auto; display:flex; align-items:center; position:relative; }
.gallery-card__tablet-image { display:none; width:100%; height:auto; }
.gallery-card { display:flex; flex-direction:column; justify-content:center; align-self:center; align-items:center; width:100%; padding-top: 200px; height:600px; position:relative; left:-12%; transform:skew(0deg, -15deg); }
.item-gallery-wrapper { display:flex; flex-direction:column; position:absolute; left:0%; transform:skew(0deg, 25deg); transition:left 1.2s var(--ease), transform 1.2s var(--ease), opacity 0.9s var(--ease); }
.item-gallery-wrapper._3 { left:20%; }
.item-gallery-wrapper._4 { left:30%; }
.item-gallery-wrapper._5 { left:40%; }
.item-gallery-wrapper._6 { left:50%; }
.item-gallery-wrapper._7 { left:60%; }
.item-gallery-wrapper._8 { left:70%; }
.item-gallery-wrapper._9 { left:80%; }
.item-gallery-wrapper._10 { left:90%; }

/* BaÅŸlangÄ±Ã§: tÃ¼m kartlar merkezde toplanmÄ±ÅŸ, gizli */
.gallery-card-wrapper:not(.is-animated) .item-gallery-wrapper { left:50% !important; transform:translateX(-50%) skew(0deg, 0deg) !important; opacity:0 !important; }

/* Animasyon aÃ§Ä±lÄ±ÅŸ stagger */
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(1) { transition-delay:0s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(2) { transition-delay:0.08s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(3) { transition-delay:0.16s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(4) { transition-delay:0.24s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(5) { transition-delay:0.32s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(6) { transition-delay:0.40s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(7) { transition-delay:0.48s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(8) { transition-delay:0.56s; }
.gallery-card-wrapper.is-animated .item-gallery-wrapper:nth-child(9) { transition-delay:0.64s; }

.item-gallery-image-item-name { align-self:center; width:280px; min-width:280px; height:320px; position:relative; }
.item-gallery { width:100%; height:100%; }
.item-gallery-image { width:100%; height:100%; object-fit:contain; }

/* FAQ */
.faq { background: var(--surface); }
.accordion { margin-top: 48px; display: flex; flex-direction: column; gap: 16px; border-top: none; }
.accordion-item { background: var(--white); overflow: hidden; box-shadow: 0 1px 0 rgba(8,41,85,.06), 0 2px 8px rgba(8,41,85,.04); transition: box-shadow .35s; }
.accordion-item.is-open { box-shadow: 0 1px 0 rgba(8,41,85,.06), 0 6px 20px rgba(8,41,85,.10); }
.accordion-item h3 { margin: 0; overflow: visible; white-space: normal; max-width: none; border-right: none; }
.accordion-item button { width: 100%; min-height: 72px; display: flex; align-items: center; border: 0; background: transparent; padding: 20px 28px; color: var(--secondary); text-align: left; font-size: 16px; font-weight: 650; cursor: pointer; letter-spacing: -.02em; }
.faq .accordion-item { box-shadow: 0 1px 0 rgba(8,41,85,.06), 0 2px 8px rgba(8,41,85,.04) !important; }
.faq .accordion-item.is-open { box-shadow: 0 1px 0 rgba(8,41,85,.06), 0 6px 20px rgba(8,41,85,.10) !important; }
.accordion-item button span { flex: 1; display: block; min-width: 0; }
.accordion-item button i { margin-left: auto; flex-shrink: 0; }
.accordion-item button i { flex: 0 0 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; position: relative; transition: background .25s, transform .35s, border-color .25s; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 9px; right: 9px; top: 17px; height: 2px; background: var(--secondary); transition: transform .3s, background .25s; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.is-open button i { background: var(--primary); border-color: var(--primary); transform: rotate(90deg); }
.accordion-item.is-open button i::before, .accordion-item.is-open button i::after { background: #fff; }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.accordion-panel > p { overflow: hidden; margin: 0; padding: 0 28px 0; color: #6C7786; line-height: 1.75; font-size: 14px; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel > p { padding: 0 28px 26px; }

/* footer */
.site-footer:not(#globalFooter) { background:var(--secondary);color:#fff;padding:80px 0 0; }
.footer-top { display:grid; grid-template-columns:1.35fr .7fr .7fr .8fr 1.2fr; gap:45px; padding-bottom:64px; }.footer-brand>p{max-width:330px;color:rgba(255,255,255,.55);font-size:14px;line-height:1.75;margin:22px 0}.footer-social{display:flex;gap:8px}.footer-social a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);font-size:14px}
.footer-links h3,.footer-newsletter h3{margin:0 0 20px;font-size:14px;letter-spacing:-.02em}.footer-links{display:grid;align-content:start;gap:11px}.footer-links a{color:rgba(255,255,255,.55);font-size:14px;transition:color .2s}.footer-links a:hover{color:#fff}
.footer-newsletter h3{font-size:20px;line-height:1.35}.footer-newsletter form{display:grid;grid-template-columns:1fr 48px;height:52px;background:#fff;border-radius:var(--radius);overflow:hidden}.footer-newsletter input{border:0;outline:0;padding:0 15px;font-size:14px}.footer-newsletter button{border:0;background:var(--primary);color:#fff;font-size:18px}.footer-newsletter p{color:rgba(255,255,255,.58);font-size:14px;line-height:1.8}
.footer-bottom { min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.46);font-size:14px; }.footer-bottom nav{display:flex;gap:22px}

/* Cart page */
.cart-section { background: var(--surface); padding-top: 120px; }
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
.cart-main { min-width: 0; }
.cart-layout.is-empty { display: block; }
.cart-layout.is-empty .cart-main { width: 100%; }
.cart-header { margin-bottom: 24px; }
.cart-title { font-size: 32px; font-weight: 700; line-height: 1.3; letter-spacing: 0; margin: 0; display: flex; align-items: center; gap: 14px; }
.cart-count-badge { font-size: 14px; font-weight: 650; color: var(--muted); background: var(--white); padding: 6px 14px; border-radius: var(--radius); border: 1px solid var(--line); }

/* Cart table */
.cart-table { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 12px rgba(8,41,85,.06); }
.cart-table__head { display: grid; grid-template-columns: 2fr 120px 140px 80px; gap: 16px; padding: 18px 24px; background: var(--surface); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cart-table__col--product { grid-column: 1; }
.cart-table__col--qty { text-align: center; }
.cart-table__col--total { text-align: right; }

.cart-item { display: grid; grid-template-columns: 2fr 120px 140px 80px; gap: 16px; padding: 20px 24px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s; }
.cart-item:last-child { border-bottom: 0; }
.cart-item:hover { background: rgba(244,246,248,.5); }

.cart-item__product { display: flex; align-items: center; gap: 16px; }
.cart-item__img { width: 72px; height: 72px; object-fit: contain; background: var(--surface); border-radius: 12px; padding: 6px; }
.cart-item__info { min-width: 0; }
.cart-item__brand { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: var(--primary); letter-spacing: .06em; text-transform: uppercase; }
.cart-item__name { margin: 0; font-size: 15px; font-weight: 650; color: var(--secondary); letter-spacing: -.02em; line-height: 1.3; }
.cart-item__price-mobile { display: none; margin-top: 6px; }
.cart-item__price { font-size: 15px; font-weight: 700; color: var(--secondary); }

/* Qty stepper */
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.qty-stepper__btn { width: 36px; height: 36px; border: 0; background: transparent; font-size: 16px; font-weight: 700; color: var(--secondary); cursor: pointer; transition: background .2s; display: grid; place-items: center; }
.qty-stepper__btn:hover { background: var(--surface); }
.qty-stepper__input { width: 44px; height: 36px; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; font-size: 14px; font-weight: 700; color: var(--secondary); outline: 0; -moz-appearance: textfield; }
.qty-stepper__input::-webkit-outer-spin-button,
.qty-stepper__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.cart-item__total { text-align: right; }
.cart-item__total-price { display: block; font-size: 16px; font-weight: 700; color: var(--secondary); }

.cart-item__action { text-align: right; }
.cart-item__remove { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: #C94A4A; font-size: 14px; font-weight: 650; cursor: pointer; padding: 6px; border-radius: 8px; transition: background .2s; }
.cart-item__remove:hover { background: rgba(201,74,74,.08); }
.cart-item__remove i { font-size: 14px; }

/* Empty cart */
.cart-empty { width: 100%; max-width: 1600px; text-align: center; padding: 80px 20px; background: var(--white); border-radius: var(--radius); }
.cart-empty__icon { width: 72px; height: 72px; display: grid; place-items: center; background: var(--surface); border-radius: 50%; margin: 0 auto 20px; font-size: 28px; color: var(--muted); }
.cart-empty h2 { margin: 0 0 10px; font-size: 24px; font-weight: 700; color: var(--secondary); }
.cart-empty p { margin: 0 0 24px; color: var(--muted); font-size: 15px; }

/* Cart summary */
.cart-summary { align-self: stretch; margin-top: 65.6px; }
.cart-summary__sticky { position: sticky; top: 100px; }
.cart-summary__card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: 0 2px 12px rgba(8,41,85,.06); }
.cart-summary__card h2 { margin: 0 0 24px; font-size: 18px; font-weight: 700; color: var(--secondary); }
.cart-summary__rows { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-summary__row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.cart-summary__row span { color: var(--muted); }
.cart-summary__row strong { font-weight: 700; color: var(--secondary); }
.cart-summary__total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.cart-summary__total span { font-size: 14px; color: var(--muted); }
.cart-summary__total strong { font-size: 24px; font-weight: 800; color: var(--secondary); letter-spacing: -.03em; }
.btn--block { width: 100%; justify-content: center; }
.cart-summary__note { margin: 16px 0 0; font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.cart-summary__note i { color: var(--primary); font-size: 14px; }

/* Coupon panel */
.coupon-panel { margin-top: 20px; padding: 22px; border-radius: var(--radius); background: #082955; color: #fff; box-shadow: 0 2px 12px rgba(8,41,85,.12); }
.coupon-panel__header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.coupon-panel__icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--primary); font-size: 16px; }
.coupon-panel h2 { width: auto; max-width: none; margin: 0 0 4px; overflow: visible; border: 0; color: #fff; font-size: 17px; font-weight: 750; white-space: normal; transition: none; animation: none; }
.coupon-panel__header p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.45; }

/* Checkout page */
.checkout-page { background: var(--surface); }
.checkout-page [hidden] { display: none !important; }
.checkout-main { padding: 120px 0 90px; }
.checkout-steps { max-width: 760px; margin: 0 auto 42px; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.checkout-steps::before { content:""; position:absolute; left:16.66%; right:16.66%; top:18px; height:1px; background:#D5DBE4; }
.checkout-step { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; color: #929AA7; font-size: 14px; }
.checkout-step > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #D5DBE4; background: var(--surface); font-size: 14px; }
.checkout-step.is-complete,.checkout-step.is-active{color:var(--secondary)}.checkout-step.is-complete>span{background:var(--secondary);border-color:var(--secondary);color:#fff}.checkout-step.is-active>span{background:var(--primary);border-color:var(--primary);color:#fff}
.checkout-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(360px, 3fr); gap: 32px; align-items: start; }
.checkout-form { display: grid; gap: 20px; min-width: 0; }
.checkout-panel { padding: 30px; background: #fff; border: 1px solid rgba(8,41,85,.08); border-radius: var(--radius); box-shadow: 0 2px 12px rgba(8,41,85,.04); }
.checkout-panel__header { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; margin-bottom: 26px; }
.checkout-panel__number { width: 42px; height: 42px; display:grid;place-items:center;background:var(--secondary);color:#fff;border-radius:12px;font-size:14px;font-weight:800; }
.checkout-panel__header h1,.checkout-panel__header h2 { width:auto;max-width:none;margin:0 0 4px;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:20px;line-height:1.3;letter-spacing:0;transition:none;animation:none; }
.checkout-panel__header p { margin:0;color:var(--muted);font-size:14px;line-height:1.5; }.checkout-panel__header>a{color:var(--primary);font-size:14px;font-weight:750}
.form-grid { display:grid;gap:18px; }.checkout-consents input{width:17px;height:17px;margin:2px 0 0;accent-color:var(--primary)}.delivery-note{margin:16px 0 0;color:var(--muted);font-size:14px;display:flex;align-items:center;gap:7px}.delivery-note i{color:var(--primary)}.card-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:22px;background:var(--surface);border-radius:14px}.card-fields>.form-grid{grid-column:1/-1}
.checkout-summary { align-self:stretch;min-width:0}.checkout-summary__sticky{position:sticky;top:24px}.checkout-summary__card{padding:26px;background:#fff;border-radius:var(--radius);box-shadow:0 2px 12px rgba(8,41,85,.06)}.checkout-summary__card>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.checkout-summary__card h2{width:auto;max-width:none;margin:0;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:19px;letter-spacing:0;transition:none;animation:none}.checkout-summary__card>header a{color:var(--primary);font-size:14px;font-weight:750}
.checkout-products{display:grid;gap:14px;padding-bottom:20px;border-bottom:1px solid var(--line)}.checkout-product{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px}.checkout-product__image{position:relative;width:58px;height:58px;display:grid;place-items:center;background:var(--surface);border-radius:10px;padding:5px}.checkout-product__image img{max-width:90%;max-height:90%;object-fit:contain}.checkout-product__image span{position:absolute;right:-5px;top:-5px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--secondary);color:#fff;font-size:14px}.checkout-product>div:nth-child(2){display:grid;gap:4px}.checkout-product small{color:var(--primary);font-size:14px;font-weight:800}.checkout-product strong{color:var(--secondary);font-size:14px;line-height:1.35}.checkout-product>b{font-size:14px;color:var(--secondary)}
.checkout-totals{display:grid;gap:12px;margin-top:20px}.checkout-totals>div{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}.checkout-totals strong{color:var(--secondary);font-size:14px}.checkout-totals .is-discount{color:#2A9D4A}.checkout-totals__grand{margin-top:5px;padding-top:18px;border-top:1px solid var(--line)}.checkout-totals__grand span{color:var(--secondary);font-weight:700}.checkout-totals__grand strong{font-size:22px;color:var(--secondary)}
.checkout-consents{display:grid;gap:12px;margin:22px 0}.checkout-consents label{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:14px;line-height:1.55}.checkout-consents a{color:var(--secondary);text-decoration:underline}.checkout-submit,
body.page-checkout #submit-checkout,
body.checkout-page #submit-checkout,
body.page-checkout button#submit-checkout.btn.btn--primary.checkout-submit{
  width:100%!important;
  min-height:52px!important;
  height:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:14px 20px!important;
  border:1px solid #0a5cd8!important;
  border-radius:10px!important;
  background:#0a5cd8!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.2!important;
  box-shadow:none!important;
  transform:none!important;
  cursor:pointer!important;
}
.checkout-submit:hover,
body.page-checkout #submit-checkout:hover,
body.checkout-page #submit-checkout:hover,
body.page-checkout button#submit-checkout.btn.btn--primary.checkout-submit:hover{
  background:#0850c0!important;
  border-color:#0850c0!important;
  color:#fff!important;
  transform:none!important;
}
.checkout-submit i,
body.page-checkout #submit-checkout i,
body.checkout-page #submit-checkout i{
  color:#fff!important;
  font-size:14px!important;
}
.checkout-submit-note{margin:13px 0 0;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);font-size:14px}.checkout-submit-note i{color:#2A9D4A}
.checkout-assurances{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;color:#fff}.checkout-assurances>div{min-width:0;padding:18px;display:flex;align-items:center;gap:8px;background:#082955;border-radius:var(--radius)}.checkout-assurances i{color:#78ADFF}.checkout-assurances span{display:grid;gap:2px}.checkout-assurances strong{font-size:14px}.checkout-assurances small{color:rgba(255,255,255,.55);font-size:14px;white-space:nowrap}
@media(max-width:1100px){.checkout-layout{grid-template-columns:1fr}.checkout-summary__sticky{position:static}.checkout-summary{order:-1}.checkout-assurances{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.checkout-main{padding:28px 0 60px}.checkout-steps{margin-bottom:28px}.checkout-step strong{font-size:14px}.checkout-panel{padding:20px}.checkout-panel__header{grid-template-columns:38px 1fr}.checkout-panel__header>a{grid-column:2}.card-fields{grid-template-columns:1fr;padding:16px}.checkout-assurances{grid-template-columns:1fr}}

/* Order confirmation */
.confirmation-page { background: var(--surface); }
.confirmation-main { padding: 120px 0 90px; }
.confirmation-hero { display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;margin-bottom:28px;padding:28px 32px;background:#fff;border:1px solid rgba(42,157,74,.22);border-radius:var(--radius);box-shadow:0 2px 12px rgba(8,41,85,.04) }
.confirmation-hero__icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;background:#E9F7EE;color:#2A9D4A;font-size:25px}.confirmation-eyebrow{color:#2A9D4A;font-size:14px;font-weight:800;letter-spacing:.08em}.confirmation-hero h1{margin:5px 0 7px;color:var(--secondary);font-size:26px;line-height:1.3;letter-spacing:0}.confirmation-hero h1>span{display:inline}.confirmation-hero p{margin:0;color:var(--muted);font-size:14px}.confirmation-order-no{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 12px;padding:15px 17px;background:var(--surface);border-radius:12px}.confirmation-order-no small{grid-column:1/-1;color:var(--muted);font-size:14px}.confirmation-order-no strong{color:var(--secondary);font-size:14px}.confirmation-order-no button{grid-column:2;grid-row:2;width:30px;height:30px;border:0;border-radius:8px;background:#fff;color:var(--primary);cursor:pointer}
.confirmation-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(360px,3fr);gap:32px;align-items:start}.confirmation-content{display:grid;gap:20px}.confirmation-panel{padding:28px;background:#fff;border-radius:var(--radius);box-shadow:0 2px 12px rgba(8,41,85,.04)}.confirmation-panel>header{display:flex;align-items:center;justify-content:space-between;gap:20px}.confirmation-panel h2{width:auto;max-width:none;margin:0 0 5px;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:18px;letter-spacing:0;transition:none;animation:none}.confirmation-panel header p{margin:0;color:var(--muted);font-size:14px}.confirmation-panel header>a{color:var(--primary);font-size:14px;font-weight:750}
.order-timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px}.order-timeline::before{content:"";position:absolute;left:12.5%;right:12.5%;top:20px;height:2px;background:#E2E6EC}.order-status{position:relative;z-index:1;display:grid;justify-items:center;text-align:center;gap:5px;color:#9099A7}.order-status>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--surface);border:2px solid #E2E6EC;font-size:14px}.order-status strong{font-size:14px}.order-status small{font-size:14px}.order-status.is-active{color:var(--secondary)}.order-status.is-active>span{background:#E9F7EE;border-color:#2A9D4A;color:#2A9D4A}
.confirmation-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.confirmation-info>header{justify-content:flex-start}.confirmation-info__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#EAF1FA;color:var(--primary)}.confirmation-info address{margin:22px 0 18px;color:var(--secondary);font-size:14px;line-height:1.7;font-style:normal}.confirmation-info>a{color:var(--primary);font-size:14px;font-weight:750}.confirmation-payment-line{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.confirmation-payment-line:first-of-type{margin-top:20px}.confirmation-payment-line strong{color:#2A9D4A}.confirmation-payment-line b{color:var(--secondary)}
.confirmation-help{display:flex;align-items:center;gap:18px;padding:22px 26px;background:#082955;color:#fff;border-radius:var(--radius)}.confirmation-help>div{display:flex;align-items:center;gap:12px;margin-right:auto}.confirmation-help>div>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--primary)}.confirmation-help span{display:grid;gap:4px}.confirmation-help strong{font-size:14px}.confirmation-help small{color:rgba(255,255,255,.55);font-size:14px}.confirmation-help>a{padding:10px 13px;border:1px solid rgba(255,255,255,.18);border-radius:9px;font-size:14px;font-weight:700}
.confirmation-summary{align-self:stretch}.confirmation-summary>.checkout-summary__card{position:sticky;top:24px}.confirmation-summary .checkout-summary__card>header>span{color:var(--muted);font-size:14px}.confirmation-actions{display:grid;gap:12px;margin-top:24px}.confirmation-actions .btn{width:100%}.confirmation-secondary{text-align:center;color:var(--secondary);font-size:14px;font-weight:750}
@media(max-width:1100px){.confirmation-layout{grid-template-columns:1fr}.confirmation-summary{order:-1}.confirmation-summary>.checkout-summary__card{position:static}}
@media(max-width:768px){.confirmation-main{padding:28px 0 60px}.confirmation-hero{grid-template-columns:auto 1fr;padding:22px}.confirmation-order-no{grid-column:1/-1;width:100%}.confirmation-info-grid{grid-template-columns:1fr}.order-status small{display:none}.confirmation-help{align-items:flex-start;flex-direction:column}.confirmation-help>div{margin-right:0}.confirmation-hero h1{font-size:21px}}

/* Discount products within cart */
.discount-section { margin-top: 24px; background: var(--secondary); color: #fff; padding: 24px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 2px 12px rgba(8,41,85,.08); }
.discount-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.discount-header__icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--primary); border-radius: var(--radius); font-size: 20px; }
.discount-header h2 { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -.03em; }
.discount-header p { margin: 4px 0 0; font-size: 14px; color: rgba(255,255,255,.6); }

.cart-product-grid{display:grid;width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.discount-section .reference-product-card{position:relative;width:100%;min-width:0;height:392px;min-height:392px;margin:0;padding:0;display:block;overflow:hidden;border:1px solid #dce6f1;border-radius:20px;background:#fff;box-shadow:none;transform:none}.discount-section .reference-product-card.discounted{border:2px solid #11a94f}.discount-section .reference-product-card::before,.discount-section .reference-product-card::after{display:none}.discount-section .product-card-main{width:100%;height:100%;padding:0;display:block}.discount-section .favorite{position:absolute;z-index:7;top:15px;right:14px;width:30px;height:30px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#0a274f;font-size:21px}.discount-section .favorite:hover{color:#0a63df}.discount-section .product-visual{position:absolute;z-index:2;left:18px;top:55px;width:160px;height:180px;min-height:0;padding:0;display:grid;place-items:center}.discount-section .product-visual img{width:100%;height:100%;max-width:160px;max-height:180px;object-fit:contain;filter:drop-shadow(0 9px 10px rgba(8,41,85,.11))}.discount-section .product-info{position:absolute;z-index:4;left:190px;right:14px;top:65px;padding:0;display:block;color:#071d3a}.discount-section .discounted .product-info{top:14px}.discount-section .category-pill{width:max-content;height:27px;margin:0 0 8px;padding:0 13px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#eaf3ff;color:#0962df;font-size:14px;font-weight:800}.discount-section .discounted .category-pill{background:#e7f8ed;color:#138a45}.discount-section .product-title-row{min-height:29px;margin:0 0 7px;padding-right:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.discount-section .product-title-row h3{width:auto;max-width:none;margin:0;overflow:visible;border:0;white-space:normal;color:#071d3a;font-size:16px;line-height:1.28;letter-spacing:0;animation:none;transition:none}.discount-section .stock-badge{flex:0 0 auto;height:28px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;background:#e8f8ed;color:#118c43;font-size:14px;font-weight:800;white-space:nowrap}.discount-section .product-code-review-row{min-height:33px;padding-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #dbe5ef}.discount-section .stock-code{display:flex;gap:5px;color:#687d96;font-size:14px;white-space:nowrap}.discount-section .stock-code em{font-style:normal}.discount-section .product-review-summary{color:#6b8099;font-size:14px;white-space:nowrap}.discount-section .review-stars{color:#f3ac16}.discount-section .product-meta-row{position:relative;z-index:20;min-height:54px;padding:8px 0 10px;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px 16px;overflow:visible}.discount-section .brand-logo-meta img{width:auto;max-width:76px;height:24px;object-fit:contain}.discount-section .oem-hover-wrap{position:relative;justify-self:start}.discount-section .oem-toggle{height:34px;padding:0 9px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d4e1ef;border-radius:9px;background:#f8fbff;color:#526985;font-size:14px;font-weight:800;white-space:nowrap}.discount-section .oem-toggle i{transition:transform .16s ease}.discount-section .oem-toggle[aria-expanded="true"] i{transform:rotate(45deg)}.discount-section .oem-popover{position:absolute;z-index:90;top:42px;right:0;width:250px;padding:12px;border:1px solid #cfdceb;border-radius:12px;background:#fff;box-shadow:0 14px 28px rgba(8,41,85,.16);color:#173a65}.discount-section .oem-popover[hidden]{display:none}.discount-section .oem-popover>strong{display:block;margin-bottom:8px;color:#0a294d;font-size:14px}.discount-section .oem-popover ul{margin:0;padding:0;display:grid;gap:6px;list-style:none}.discount-section .oem-popover li{padding:7px 9px;border-radius:8px;background:#f4f8fd;font-size:14px;font-weight:750}.discount-section .product-price-panel{width:100%;height:93px;padding:10px 12px;border:1px solid #d6e1ec;border-radius:14px;background:#fff}.discount-section .discount-price-row{min-height:24px;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px}.discount-section .discount-price-row del{color:#5b6e84;font-size:14px}.discount-section .discount-badge{height:23px;padding:0 8px;display:inline-flex;align-items:center;border-radius:7px;background:#e8f8ed;color:#118c43;font-size:14px;font-weight:800;white-space:nowrap}.discount-section .discount-price-row strong{justify-self:end;color:#15924a;font-size:18px;white-space:nowrap}.discount-section .saving-strip{height:40px;margin-top:7px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;background:#e7f8ed;color:#128a45;font-size:14px}.discount-section .visual-quantity-control{position:absolute;z-index:10;right:188px;bottom:16px;width:24px;height:58px;padding:2px;display:grid;grid-template-rows:repeat(3,18px);border:1px solid #d5e1ee;border-radius:8px;background:#f8fbff}.discount-section .visual-quantity-control>span{display:none}.discount-section .visual-quantity-control button,.discount-section .visual-quantity-control input{width:18px;height:18px;min-height:18px;padding:0;border:0;background:#e9f2ff;color:#0a63df;text-align:center;font-size:14px;font-weight:800}.discount-section .visual-quantity-control input{background:transparent;color:#0b2a50;font-size:14px}.discount-section .card-actions{position:absolute;z-index:9;left:18px;right:18px;bottom:16px;height:46px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 170px;gap:10px}.discount-section .card-actions>*{height:46px;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #0a63df;border-radius:9px;background:#fff;color:#0a63df;font-size:14px;font-weight:800;text-align:center}.discount-section .card-actions .whatsapp{border-color:#18b85b;color:#0fa34e}.discount-section .card-actions .primary{margin-left:28px;border-color:#0a63df;background:#0a63df;color:#fff}.discount-section .card-actions>*:hover{transform:none;box-shadow:none}

/* Exact final product-card geometry from oto-parÃ§a-verison. */
.discount-section .reference-product-card{--cart-card-action:calc((100% - 67px)/3);overflow:visible}.discount-section .reference-product-card:focus-within,.discount-section .reference-product-card:has(.oem-popover:not([hidden])){z-index:120}.discount-section .favorite{top:15px;right:14px;width:30px;height:30px;border-radius:50%;color:#9aa8ba;font-size:16px}.discount-section .favorite:hover,.discount-section .favorite:focus{background:transparent;color:#9aa8ba}.discount-section .product-visual{left:17px;top:62px;bottom:102px;width:186px;height:auto;display:flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:transparent}.discount-section .product-visual img{width:100%;height:100%;max-width:186px;max-height:176px;margin:auto;object-fit:contain;filter:none}.discount-section .product-info,.discount-section .discounted .product-info{left:210px;right:35px;top:14px;bottom:82px;min-width:0;height:auto;padding:0;display:flex;flex-direction:column;overflow:visible}.discount-section .category-pill,.discount-section .discounted .category-pill{width:max-content;height:27px;min-height:27px;margin:0;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:999px;background:#e7f8ed;color:#138a45;font-size:12px;line-height:12px;font-weight:800}.discount-section .category-pill i{font-size:12px}.discount-section .product-title-row{width:100%;height:29px;min-height:29px;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:10px}.discount-section .product-title-row h3{flex:1 1 0;min-width:0;margin:0;color:#071d3a;font-size:17px;line-height:1.28;font-weight:850;letter-spacing:-.35px}.discount-section .stock-badge{flex:0 0 auto;width:auto;height:auto;min-height:0;margin:0;padding:0;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:0;background:transparent;color:#149a51;font-size:15px;line-height:18px;font-weight:700}.discount-section .stock-badge::before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;flex:0 0 auto}.discount-section .product-code-review-row{width:100%;height:35px;min-height:35px;margin:0;padding:0 0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #dbe5ef}.discount-section .stock-code{display:inline-flex;align-items:center;gap:8px;color:#7b8aa1;font-size:11px;white-space:nowrap}.discount-section .stock-code strong{color:#071d3a;font-weight:800}.discount-section .product-review-summary{min-width:0;height:24px;padding:0;display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#6b8099;font-size:10.5px;white-space:nowrap}.discount-section .review-stars{display:flex;color:#ccd6e2}.discount-section .review-star{display:block;color:#ccd6e2;font-size:14px;line-height:14px;font-style:normal}.discount-section .product-meta-row{position:relative;z-index:40;width:100%;height:54px;min-height:54px;margin:0;padding:0;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;column-gap:16px;gap:10px 16px;overflow:visible}.discount-section .oem-hover-wrap{margin-right:12px}.discount-section .meta-price{justify-self:end;margin-left:4px}.discount-section .brand-logo-meta img{display:block;width:auto;max-width:96px;height:24px;object-fit:contain}.discount-section .oem-hover-wrap{position:relative;justify-self:end}.discount-section .oem-toggle{position:relative;width:auto;height:14px;min-height:14px;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:6px;border:0;border-radius:0;background:transparent;color:#71829a;font-size:11px;line-height:normal;font-weight:800}.discount-section .oem-toggle:hover,.discount-section .oem-toggle:focus,.discount-section .oem-toggle[aria-expanded="true"]{border:0;background:transparent;color:#0a63df}.discount-section .oem-toggle[aria-expanded="true"] i{transform:none}.discount-section .oem-popover{top:42px;left:auto;right:0;width:250px;max-width:none;z-index:200}.discount-section .product-price-panel{width:100%;height:93px;min-height:93px;margin:14px 0 0;padding:10px 12px;border:1px solid #d6e1ec;border-radius:14px;background:#fff}.discount-section .discount-price-row{width:100%;min-height:24px;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px}.discount-section .discount-price-row del{color:#5b6e84;font-size:14px;line-height:14px}.discount-section .discount-badge{height:23px;min-height:23px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#e5f8ec;color:#128b46;font-size:11.5px;font-weight:800}.discount-section .current-price-wrap{min-width:0;display:flex;align-items:baseline;justify-content:flex-end;gap:5px}.discount-section .current-price-wrap strong{color:#15924a;font-size:20px;line-height:20px;font-weight:700;white-space:nowrap}.discount-section .current-price-wrap small{color:#7387a0;font-size:9px;font-weight:700;white-space:nowrap}.discount-section .saving-strip{height:40px;min-height:40px;margin:10px 0 0;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;background:#e7f8ed;color:#128a45;font-size:12px}.discount-section .saving-strip b{color:#078b31;font-size:14px}.discount-section .card-actions{position:absolute;z-index:8;left:16px;right:16px;bottom:14px;width:auto;height:42px;min-height:42px;padding:0;display:block;overflow:visible}.discount-section .card-actions>button,.discount-section .card-actions>a{position:absolute;top:0;width:var(--cart-card-action);height:42px;min-height:42px;margin:0;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;background:#fff;font-size:11px;line-height:1.15;font-weight:800;white-space:nowrap}.discount-section .card-actions>button:first-child{left:0;border:1px solid #0a63df;color:#0a63df}.discount-section .card-actions>a.whatsapp{left:calc(var(--cart-card-action) + 12px);border:1px solid #18b85b;color:#0fa34e}.discount-section .card-actions>.primary{left:auto;right:0;width:var(--cart-card-action);height:46px;min-height:46px;margin:0;border:1px solid #0a63df;background:#0a63df;color:#fff;font-size:11px}.discount-section .visual-quantity-control{position:absolute;z-index:10;right:calc(var(--cart-card-action) + 28px);bottom:14px;width:24px;height:42px;min-height:42px;margin:0;padding:2px;display:grid;grid-template-columns:18px;grid-template-rows:13px 14px 13px;gap:0;border:1px solid #d5e1ee;border-radius:8px;background:#f8fbff}.discount-section .visual-quantity-control button,.discount-section .visual-quantity-control input{width:18px;height:12px;min-height:12px;padding:0;border:0;border-radius:5px;background:#e9f2ff;color:#0a63df;font-size:10px;line-height:12px;font-weight:850}.discount-section .visual-quantity-control input{height:14px;min-height:14px;border-radius:0;background:transparent;color:#0b2a50;line-height:14px}

.discount-section .reference-product-card .product-info{gap:10px}.discount-section .reference-product-card .category-pill{min-width:94px}.discount-section .reference-product-card .brand-logo-meta strong,.discount-section .reference-product-card .brand-logo-meta .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.discount-section .visual-quantity-control input{-moz-appearance:textfield;appearance:textfield}.discount-section .visual-quantity-control input::-webkit-inner-spin-button,.discount-section .visual-quantity-control input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.feature-tabs__layout{grid-template-columns:240px minmax(0,1fr);gap:24px;max-width:none}.feature-product-showcase.feature-tab-card{display:block;min-height:0;margin:0;padding:20px;overflow:visible;border-radius:8px;background:#f4f6f8;color:var(--ink);box-shadow:none}.feature-product-showcase .feature-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.feature-product-showcase .favorite.is-active{color:#0a63df}.feature-product-showcase .review-star.filled{color:#f3ac16}.feature-tabs__footer{margin-top:20px;display:flex;justify-content:flex-end}.feature-view-all i{font-size:13px}

/* responsive */
@media (max-width: 1380px) {
  .header-actions { gap: 12px; }
  .hero-frame { padding-inline:48px; }.hero-grid{gap:28px}
  .hero-upper { gap: 28px; }
  .why-callout--r1,.why-callout--r2,.why-callout--r3{right:2%}.why-callout--l1,.why-callout--l2,.why-callout--l3{left:2%}
  .footer-top{grid-template-columns:1.2fr .7fr .7fr .8fr 1fr;gap:26px}
  .cart-layout{grid-template-columns:1fr;gap:32px}
  .cart-summary{margin-top:0}
  .cart-summary__sticky{position:static}
}
@media (max-width: 1024px) {
  :root { --pad: 22px; }
  .header-top__inner nav { display:none; }.menu-toggle{display:block}
  .header-main{grid-template-columns:1fr auto 1fr;height:72px}.header-search{top:-14px}
  .hero-frame{padding:48px 28px 100px;min-height:auto}.hero-grid{gap:24px}.hero-upper{flex-direction:column;align-items:stretch;gap:24px}.hero-left,.hero-top{flex:none;width:100%}.hero-top{text-align:center}.stat-slide{padding:16px 18px}.stat-slide>strong{margin:12px 0 8px}.brand-strip{grid-template-columns:300px 1fr}
  .why-callout{width:260px}.car-orbit{width:min(46vw,470px)}.product-card{flex-basis:calc((100% - 18px)/2.15)}
  .feature-tabs__layout{grid-template-columns:260px 1fr;gap:28px}.feature-tab-card{min-height:420px;padding:16px;gap:20px}
  .gallery-card{grid-template-columns:repeat(2, 1fr); gap:20px; height:auto; left:0; transform:skew(0deg); display:grid;}
  .item-gallery-wrapper{position:static; transform:skew(0deg); width:100%; transition:none;}
  .gallery-card-wrapper:not(.is-animated) .item-gallery-wrapper { left:auto !important; transform:none !important; opacity:1 !important; }
  .item-gallery-image-item-name{width:100%; min-width:auto; height:250px;}
  .gallery-card-wrapper{height:auto;}
  .footer-top{grid-template-columns:repeat(3,1fr)}.footer-brand,.footer-newsletter{grid-column:span 3}.footer-brand>p{max-width:600px}
}
@media (min-width: 769px) and (max-width: 1024px) {
  .stats-track{padding-bottom:90px}
  .brand-strip__intro h2{font-size:18px}
  .hero h1{font-size:clamp(24px, 4vw, 32px);letter-spacing:0}
  .stat-slide h3{font-size:14px}
  .stat-slide>strong{font-size:clamp(26px,3vw,36px)}

  .why-stage{min-height:0;padding:40px 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;overflow:visible}
  .why-stage__meta,.car-orbit,.why-lines{display:none}
  .why-callout,.why-callout.is-active{position:relative;left:auto;right:auto;top:auto;bottom:auto;width:100%;opacity:1;transform:none;pointer-events:auto}
  .why-callout--cta,.why-callout--cta.is-active{grid-column:1/-1;transform:none}

  .gallery-card{display:none}
  .gallery-card__tablet-image{display:block}
  .accordion-item button{width:100%}
}
@media (max-width: 768px) {
  :root { --pad: 16px; }
  .section-pad{padding:82px 0}.header-top{display:none}.header-main{height:70px}.logo{font-size:24px}.header-search-wrap{display:none}
  .hero{padding-top:14px}.hero.section-pad{padding-top:14px}.hero-frame{padding:40px 18px 100px;min-height:auto}.hero h1{font-size:clamp(22px, 6vw, 28px);letter-spacing:0}.hero-lead{font-size:13px}.vehicle-finder{grid-template-columns:1fr}.finder-step{border-right:0;border-bottom:1px solid #E7EAF0}.stats-carousel{margin-top:12px;margin-bottom:120px}.stat-slide{padding:16px 16px}.stat-slide>strong{font-size:32px}.stat-slide h3{font-size:14px}.brand-strip{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;min-height:165px}.brand-strip__intro{display:block;padding:18px 16px 12px;border-right:0;border-bottom:1px solid var(--line);text-align:center}.brand-strip__intro .eyebrow{display:none}.brand-strip__intro h2{max-width:none;margin:0 0 10px;font-size:18px}.brand-strip__all-link--intro{display:none}.brand-marquee a{min-width:110px;min-height:60px}.brand-marquee a img{max-width:70px;max-height:36px}
  .section-heading h2{font-size:clamp(28px, 7vw, 43px)}.section-heading p{font-size:15px}.category-card{min-height:480px}
  .why-us{padding:90px 0px}.why-us__intro{padding-bottom:30px}.why-story{height:auto}.why-stage{position:relative;height:auto;min-height:0;padding:40px 16px 0px}.why-stage__meta,.car-orbit,.why-lines{display:none}.why-callout{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%;margin:10px 0;opacity:1!important;transform:none!important;pointer-events:auto}.why-callout--cta{transform:none!important;width:100%}.product-card{flex-basis:82%;min-width:82%;min-height:520px}
  .feature-tabs__layout{grid-template-columns:1fr;gap:20px}.feature-tabs__menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding-bottom:0;gap:10px}.feature-tabs__menu button{width:100%;white-space:normal;padding:14px 16px;font-size:14px}.feature-tab-card{grid-template-columns:1fr;min-height:auto;padding:16px;gap:16px}
  .gallery-card{display:none}
  .gallery-card__tablet-image{display:block}
  .item-gallery-wrapper{transition:none;}
  .gallery-card-wrapper:not(.is-animated) .item-gallery-wrapper { left:auto !important; transform:none !important; opacity:1 !important; }
  .item-gallery-image-item-name{height:200px;}
  .gallery-card-wrapper{width:100%; padding:40px 0 100px; overflow-y:hidden;}
  .accordion-item button{width:100%;font-size:14px;min-height:64px;padding:16px 20px}.accordion-item button i{flex:0 0 32px;height:33px}.accordion-item button i::before,.accordion-item button i::after{left:8px;right:8px;top:15px}.accordion-item.is-open .accordion-panel>p{padding:0 20px 22px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand,.footer-newsletter{grid-column:span 2}.footer-bottom{align-items:flex-start;flex-direction:column;padding:24px 0}.footer-bottom nav{flex-wrap:wrap;gap:12px}
  .cart-table__head{display:none}
  .cart-item{grid-template-columns:1fr auto;gap:12px;padding:16px}
  .cart-item__product{grid-column:1 / -1}
  .cart-item__img{width:60px;height:60px}
  .cart-item__name{font-size:14px}
  .cart-item__price-mobile{display:flex;align-items:center;gap:8px;margin-top:6px}
  .cart-item__qty{grid-column:1}
  .cart-item__total{display:none}
  .cart-item__action{grid-column:2;align-self:center}
  .cart-title{font-size:24px}
  .cart-summary__card{padding:20px}
  .discount-header h2{font-size:18px}
}
@media (max-width: 480px) {
  .hero-frame{padding:36px 14px 80px}.hero h1{font-size:22px}.hero-lead{font-size:13px}
  .section-heading h2{font-size:26px}.section-heading p{font-size:14px}
  .vehicle-finder{border-radius:var(--radius)}.finder-step{padding:10px 14px 8px}
  .stat-slide{flex:0 0 220px;padding:14px 14px}.stat-slide>strong{font-size:28px}.stat-slide h3{font-size:13px}
  .category-card{min-height:380px}.category-card h3{font-size:22px}
  .product-card{min-height:460px;padding:16px}.product-card h3{font-size:18px}
  .accordion-item button{padding:14px 16px;font-size:14px}.accordion-item.is-open .accordion-panel>p{padding:0 16px 18px}
  .footer-top{grid-template-columns:1fr;gap:30px}.footer-brand,.footer-newsletter{grid-column:span 1}
  .cart-layout{gap:24px}
  .cart-item{grid-template-columns:1fr auto;padding:14px}
  .cart-item__img{width:52px;height:52px}
  .cart-item__name{font-size:14px}
  .qty-stepper__btn{width:32px;height:32px}
  .qty-stepper__input{width:38px;height:32px}
  .cart-summary__total strong{font-size:20px}
  .discount-header{gap:12px}
  .discount-header__icon{width:40px;height:40px;font-size:18px}
  .discount-header h2{font-size:16px}
}

/* Homepage blog showcase */
.home-blog{background:#f4f6f8}.home-blog__header{margin-bottom:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:end}.home-blog__intro{min-width:0}.home-blog__header h2{width:auto;max-width:940px;margin:0 0 20px;overflow:visible;border:0;white-space:normal;color:#071426;font-size:56px;line-height:1.12;letter-spacing:0}.home-blog__header p{max-width:760px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}.home-blog__all{margin-bottom:2px}.home-blog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.home-blog__grid .related-post{min-width:0;margin:0;padding:20px;border:1px solid rgba(8,41,85,.08);border-radius:8px;background:#fff}.home-blog__grid .related-post__image{height:220px}.home-blog__grid .related-post__meta{margin-bottom:13px;display:flex;align-items:center;justify-content:space-between;gap:12px}.home-blog__grid .related-post__category{color:var(--primary);font-size:14px;font-weight:800}.home-blog__grid .related-post time{margin:0;white-space:nowrap}.home-blog__grid .related-post h3{font-size:22px}.home-blog__grid .related-post p{font-size:14px}@media(max-width:1100px){.home-blog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.home-blog__header{grid-template-columns:1fr;align-items:start}.home-blog__all{justify-self:start}.home-blog__header h2{font-size:40px}}@media(max-width:560px){.home-blog__header h2{font-size:32px}.home-blog__all{width:100%}.home-blog__all span{justify-content:center}.home-blog__grid{grid-template-columns:1fr}.home-blog__grid .related-post__meta{align-items:flex-start;flex-direction:column}}
@media (min-width:769px) and (max-width:1024px){.home-blog__header h2{font-size:40px}}
@media (max-width:768px){.home-blog{padding-top:0}.home-blog__header h2{font-size:24px}}

/* Legal and corporate pages */
.legal-page{background:#F4F6F8}.legal-main{padding:76px 0 110px}.legal-intro{padding:48px 0 42px}.legal-intro nav{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:var(--muted);font-size:14px;font-weight:650}.legal-intro nav i{font-size:10px}.legal-intro nav a:hover{color:var(--primary)}.legal-intro h1{max-width:980px;margin:0 0 14px;color:var(--secondary);font-size:48px;line-height:1.15;letter-spacing:0;animation:none;transition:none}.legal-intro>p{max-width:820px;margin:0;color:var(--muted);font-size:16px;line-height:1.75}.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:start}.legal-nav{position:sticky;top:30px;grid-column:2;grid-row:1;padding:18px;display:grid;gap:4px;background:#fff;border:1px solid rgba(8,41,85,.1);border-radius:8px}.legal-nav>strong{padding:8px 10px 14px;margin-bottom:6px;border-bottom:1px solid var(--line);color:var(--secondary);font-size:17px}.legal-nav a{min-height:42px;padding:10px;display:flex;align-items:center;border-radius:6px;color:var(--muted);font-size:14px;font-weight:650}.legal-nav a:hover{color:var(--primary);background:#F4F6F8}.legal-nav a.is-active{background:var(--secondary);color:#fff}.legal-content{min-width:0;grid-column:1;grid-row:1;padding:50px 56px;background:#fff;border:1px solid rgba(8,41,85,.1);border-radius:8px;color:#405066}.legal-content>p{max-width:1050px;margin:0 0 24px;font-size:16px;line-height:1.85}.legal-content a{color:var(--primary);font-weight:700}.legal-content h2{width:auto;max-width:1050px;margin:42px 0 14px;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:27px;line-height:1.3;letter-spacing:0;animation:none;transition:none}.legal-content h2:first-of-type{margin-top:34px}.legal-content ul{max-width:1050px;margin:0 0 26px;padding-left:24px;display:grid;gap:10px;font-size:16px;line-height:1.75}.legal-content li::marker{color:var(--primary)}.legal-updated{padding-bottom:18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:14px!important;font-weight:700}.legal-table-wrap{margin:28px 0;overflow-x:auto;border:1px solid var(--line);border-radius:8px}.legal-table-wrap table{width:100%;border-collapse:collapse;min-width:620px}.legal-table-wrap th,.legal-table-wrap td{padding:15px 18px;border-bottom:1px solid var(--line);text-align:left;font-size:14px;line-height:1.5}.legal-table-wrap th{background:#F4F6F8;color:var(--secondary)}.legal-table-wrap tr:last-child td{border-bottom:0}.legal-alert{margin-top:36px;padding:22px 24px;border-left:4px solid #E0A100;background:#FFF9E8;color:var(--secondary)}.legal-alert strong{display:block;margin-bottom:7px;font-size:16px}.legal-alert p{margin:0;font-size:14px;line-height:1.7}.legal-form{max-width:780px;margin:34px 0;padding:30px;display:grid;gap:20px;background:#F4F6F8;border-radius:8px}.legal-form>div{display:grid;gap:8px}.legal-form label{color:var(--secondary);font-size:14px;font-weight:750}.legal-form label span{color:var(--muted);font-weight:500}.legal-form input,.legal-form textarea{width:100%;border:1px solid var(--line);outline:0;background:#fff;color:var(--ink);font:inherit;font-size:14px;border-radius:6px}.legal-form input{height:48px;padding:0 14px}.legal-form textarea{padding:13px 14px;resize:vertical}.legal-form input:focus,.legal-form textarea:focus{border-color:var(--primary)}.legal-check{display:grid!important;grid-template-columns:20px 1fr;gap:10px;align-items:start;line-height:1.6}.legal-check input{width:18px;height:18px;margin-top:2px;accent-color:var(--primary)}.legal-form button{min-height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;justify-self:start;border:0;border-radius:6px;background:var(--secondary);color:#fff;font-size:14px;font-weight:800}.legal-form button:hover{background:var(--primary)}.legal-form__status{min-height:22px;margin:0!important;color:var(--secondary);font-size:14px!important;font-weight:700}.legal-form__status:empty{display:none}@media(max-width:900px){.legal-layout{grid-template-columns:1fr}.legal-nav{position:static;grid-column:auto;grid-row:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.legal-nav>strong{grid-column:1/-1}.legal-content{grid-column:auto;grid-row:auto;padding:38px}}@media(max-width:560px){.legal-main{padding-top:40px;padding-bottom:80px}.legal-intro{padding:42px 0 34px}.legal-intro h1{font-size:32px}.legal-nav{grid-template-columns:1fr}.legal-content{padding:26px 20px}.legal-content h2{font-size:23px}.legal-content>p,.legal-content ul{font-size:15px}.legal-form{padding:20px}.legal-form button{width:100%}}

/* Blog archive */
.blog-archive-page{background:#F4F6F8}.blog-archive-main{padding:76px 0 110px}.blog-archive-intro{padding:54px 0 58px;text-align:center}.blog-archive-intro h1{max-width:900px;margin:0 auto 16px;color:var(--secondary);font-size:48px;line-height:1.15;letter-spacing:0;animation:none;transition:none}.blog-archive-intro p{max-width:780px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.75}.blog-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 20px}.blog-archive-grid .related-post{min-width:0;margin:0;background:#fff;border:1px solid rgba(8,41,85,.08);border-radius:20px;padding:20px}.blog-archive-grid .related-post__image{height:220px}.blog-archive-grid .related-post h3{font-size:20px}.blog-archive-grid .related-post p{font-size:14px}@media(max-width:1100px){.blog-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.blog-archive-main{padding-top:40px;padding-bottom:80px}.blog-archive-intro{padding:44px 0}.blog-archive-intro h1{font-size:32px}.blog-archive-grid{grid-template-columns:1fr}}

.blog-archive-toolbar{min-height:88px;margin-bottom:22px;padding:18px 20px;display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);gap:28px;align-items:center;background:#fff;border:1px solid rgba(8,41,85,.08);border-radius:8px}.blog-archive-search{height:50px;display:grid;grid-template-columns:1fr 52px;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:#F8FAFC}.blog-archive-search:focus-within{border-color:var(--primary)}.blog-archive-search input{min-width:0;width:100%;height:100%;padding:0 16px;border:0;outline:0;background:transparent;color:var(--secondary);font-size:14px}.blog-archive-search button{width:52px;height:100%;border:0;border-left:1px solid var(--line);background:var(--secondary);color:#fff;font-size:17px}.blog-archive-search button:hover{background:var(--primary)}.blog-popular-categories{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:10px}.blog-popular-categories>span{color:var(--secondary);font-size:14px;font-weight:800;white-space:nowrap}.blog-popular-categories>div{display:flex;align-items:center;gap:6px}.blog-popular-categories>div a,.blog-popular-categories>div button,.blog-category-toggle{min-height:38px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--secondary);font-size:14px;font-weight:700;white-space:nowrap;text-decoration:none}.blog-popular-categories>div a b,.blog-popular-categories>div button strong{min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#EEF4FC;color:var(--primary);font-size:12px}.blog-popular-categories>div a:hover,.blog-popular-categories>div a.is-active,.blog-popular-categories>div button:hover,.blog-popular-categories>div button.is-active,.blog-category-toggle:hover,.blog-category-toggle.is-open{border-color:var(--primary);color:var(--primary)}.blog-category-toggle i{font-size:11px;transition:transform .2s}.blog-category-toggle.is-open i{transform:rotate(180deg)}.blog-category-directory{margin-bottom:22px;padding:24px;display:none;grid-template-columns:repeat(10,minmax(0,1fr));gap:0;background:#fff;border:1px solid rgba(8,41,85,.08);border-radius:8px}.blog-category-directory.is-open{display:grid}.blog-category-directory a,.blog-category-directory button{min-width:0;min-height:42px;padding:8px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--muted);font-size:14px;text-align:left;text-decoration:none;overflow-wrap:anywhere}.blog-category-directory a{display:flex;align-items:center;justify-content:space-between;gap:8px}.blog-category-directory a b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#eef4fc;color:var(--primary);font-size:12px}.blog-category-directory a:hover,.blog-category-directory a.is-active,.blog-category-directory button:hover,.blog-category-directory button.is-active{color:var(--primary);font-weight:750}.blog-category-directory__all{color:var(--primary)!important;font-weight:800}.blog-archive-grid{scroll-margin-top:24px}.blog-archive-grid .related-post__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.blog-archive-grid .related-post__category{color:var(--primary);font-size:14px;font-weight:800}.blog-archive-grid .related-post time{margin:0;white-space:nowrap}.blog-archive-pagination{margin-top:34px;display:flex;align-items:center;justify-content:center;gap:8px}.blog-archive-pagination[hidden]{display:none}.blog-archive-pagination a,.blog-archive-pagination button,.blog-archive-pagination span{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--secondary);font-size:14px;font-weight:800;text-decoration:none}.blog-archive-pagination a:hover,.blog-archive-pagination button:hover:not(:disabled),.blog-archive-pagination .active,.blog-archive-pagination button.is-active{border-color:var(--primary);background:var(--primary);color:#fff}.blog-archive-pagination button:disabled,.blog-archive-pagination span[aria-disabled="true"]{cursor:not-allowed;opacity:.4}.blog-archive-empty{padding:44px;background:#fff;border:1px solid rgba(8,41,85,.08);border-radius:8px;color:var(--secondary);font-size:16px;font-weight:750;text-align:center}@media(max-width:1350px){.blog-archive-toolbar{grid-template-columns:1fr}.blog-popular-categories{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:1100px){.blog-category-directory{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:700px){.blog-archive-toolbar{padding:16px;gap:18px}.blog-popular-categories{align-items:flex-start;flex-direction:column}.blog-popular-categories>div{width:100%;display:grid;grid-template-columns:1fr}.blog-popular-categories>div a,.blog-popular-categories>div button,.blog-category-toggle{width:100%;justify-content:space-between}.blog-category-directory{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px}.blog-archive-grid .related-post__meta{align-items:flex-start;flex-direction:column}.blog-archive-pagination{flex-wrap:wrap}.blog-archive-empty{padding:30px 20px}}

/* Blog detail */
.blog-detail-page{background:#fff}.blog-detail-main{overflow:hidden}.blog-detail-hero{position:relative;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;background:var(--secondary);color:#fff}.blog-detail-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.blog-detail-hero__overlay{position:absolute;inset:0;background:rgba(5,18,36,.64)}.blog-detail-hero__content{position:relative;z-index:2;padding-top:110px;padding-bottom:72px}.blog-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:50px;color:rgba(255,255,255,.78);font-size:14px;font-weight:650}.blog-breadcrumb a:hover{color:#fff}.blog-breadcrumb i{font-size:10px}.blog-detail-hero__meta{display:flex;align-items:center;flex-wrap:wrap;gap:13px;margin-bottom:18px;color:rgba(255,255,255,.84);font-size:14px;font-weight:700}.blog-detail-hero__meta span:first-child{color:#fff}.blog-detail-hero__meta>*+*::before{content:"";display:inline-block;width:4px;height:4px;margin:0 13px 2px 0;border-radius:50%;background:var(--primary)}.blog-detail-hero h1{max-width:980px;margin:0;color:#fff;font-size:58px;line-height:1.08;letter-spacing:0;animation:none;transition:none}
.blog-detail-layout{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(320px,.85fr);gap:80px;align-items:start;padding-top:90px;padding-bottom:110px}.blog-article{min-width:0;color:#39475A}.blog-article>p{max-width:980px;margin:0 0 28px;font-size:17px;line-height:1.85}.blog-article h2{width:auto;max-width:980px;margin:48px 0 16px;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:29px;line-height:1.28;letter-spacing:0;animation:none;transition:none}.blog-article ul{display:grid;gap:10px;margin:4px 0 34px;padding-left:24px;font-size:17px;line-height:1.7}.blog-article li::marker{color:var(--primary)}.blog-article__footer{margin-top:58px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line)}.blog-article__footer>div:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.blog-article__footer span{margin-right:4px;color:var(--secondary);font-size:14px;font-weight:800}.blog-article__footer>div:first-child a{padding:8px 10px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:14px}.blog-article__footer>div:first-child a:hover{border-color:var(--primary);color:var(--primary)}
.blog-sidebar__inner{position:sticky;top:30px}.blog-sidebar__heading{margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--line)}.blog-sidebar__heading>span{display:block;margin-bottom:7px;color:var(--primary);font-size:14px;font-weight:800}.blog-sidebar__heading h2{width:auto;max-width:none;margin:0;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:27px;letter-spacing:0;animation:none;transition:none}.related-post{margin-bottom:38px}.related-post__image{position:relative;display:block;width:100%;height:220px;margin-bottom:16px;border-radius:8px;overflow:hidden;line-height:0;font-size:0;background:transparent}.related-post__image::before{display:none;content:none;padding:0}.related-post__image img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;border:0;object-fit:cover;object-position:center;transition:transform .35s var(--ease)}.related-post__image-cta{position:absolute;top:50%;left:50%;z-index:2;width:54px;height:54px;display:grid;place-items:center;transform:translate(-50%,-50%);border-radius:50%;background:#fff;color:var(--secondary);font-size:16px;line-height:1;transition:background .25s,color .25s;pointer-events:none}.related-post:hover .related-post__image img{transform:scale(1.025)}.related-post:hover .related-post__image-cta{background:var(--primary);color:#fff}.related-post time{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:var(--muted);font-size:14px}.related-post time i{color:var(--primary)}.related-post h3{width:auto;max-width:none;margin:0 0 9px;overflow:visible;border:0;white-space:normal;color:var(--secondary);font-size:21px;line-height:1.4;letter-spacing:0;animation:none;transition:none}.related-post h3 a:hover{color:var(--primary)}.related-post p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}
@media(max-width:1100px){.blog-detail-hero{min-height:560px}.blog-detail-hero h1{font-size:48px}.blog-detail-layout{grid-template-columns:1fr;gap:70px}.blog-sidebar__inner{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.blog-sidebar__heading{grid-column:1/-1;margin-bottom:0}.related-post{margin-bottom:0}}
@media(max-width:768px){.blog-detail-hero{min-height:500px}.blog-detail-hero__content{padding-top:86px;padding-bottom:50px}.blog-breadcrumb{margin-bottom:38px}.blog-detail-hero h1{font-size:38px}.blog-detail-layout{padding-top:60px;padding-bottom:80px}.blog-article h2{margin-top:38px;font-size:25px}.blog-article>p,.blog-article ul{font-size:16px}.blog-article__footer{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.blog-detail-hero{min-height:470px}.blog-detail-hero__image{object-position:58% center}.blog-detail-hero__content{padding-bottom:42px}.blog-breadcrumb{gap:8px;margin-bottom:32px}.blog-detail-hero__meta{gap:8px}.blog-detail-hero__meta>*+*::before{margin-right:8px}.blog-detail-hero h1{font-size:32px}.blog-sidebar__inner{grid-template-columns:1fr}.blog-sidebar__heading{grid-column:auto}.related-post h3{font-size:20px}}
.blog-detail-main{overflow:visible}.blog-breadcrumb{margin-bottom:10px}.blog-article>h2:first-child{margin-top:0}.blog-sidebar{align-self:stretch}.blog-sidebar__inner{position:sticky;top:30px}.blog-article-nav{display:flex;align-items:center;gap:8px}.blog-article-nav a{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:6px;color:var(--secondary);font-size:14px;font-weight:750;white-space:nowrap}.blog-article-nav a:hover{border-color:var(--primary);background:var(--primary);color:#fff}.blog-article-nav span{margin:0;color:inherit}@media(max-width:1100px){.blog-sidebar__inner{position:static}}@media(max-width:620px){.blog-article-nav{width:100%}.blog-article-nav a{flex:1}}
.blog-sidebar-categories{margin-top:4px;padding-top:28px;border-top:1px solid var(--line)}.blog-sidebar-categories__head{margin-bottom:16px}.blog-sidebar-categories__head span{display:block;margin-bottom:7px;color:var(--primary);font-size:14px;font-weight:800}.blog-sidebar-categories__head h2{margin:0;color:var(--secondary);font-size:24px;line-height:1.3em;letter-spacing:0}.blog-sidebar-category-list{display:grid;gap:9px}.blog-sidebar-category-list a{min-height:48px;padding:0 12px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--secondary);font-size:14px;font-weight:750}.blog-sidebar-category-list a:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.blog-sidebar-category-list i{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eef4fc;color:var(--primary);font-size:13px}.blog-sidebar-category-list span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-sidebar-category-list b{min-width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#f4f6f8;color:var(--muted);font-size:13px}.blog-sidebar-categories__all{min-height:46px;margin-top:14px;display:grid;grid-template-columns:1fr 46px;align-items:center;border-radius:8px;overflow:hidden;background:var(--secondary);color:#fff;font-size:14px;font-weight:800}.blog-sidebar-categories__all span{padding:0 16px}.blog-sidebar-categories__all i{height:100%;display:grid;place-items:center;border-left:1px solid rgba(255,255,255,.16)}.blog-sidebar-categories__all:hover{background:var(--primary);color:#fff}@media(max-width:1100px){.blog-sidebar-categories{grid-column:1/-1}.blog-sidebar-category-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.blog-sidebar-category-list{grid-template-columns:1fr}}

/* Brands directory */
.brands-page { background: #F4F6F8; }
.brands-main { padding: 76px 0 100px; }
.brands-intro { padding: 34px 0 52px; text-align: center; }
.brands-intro h1 { max-width: 880px; margin: 0 auto 16px; color: var(--secondary); font-size: 48px; line-height: 1.14; letter-spacing: 0; }
.brands-intro p { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.75; }
.brands-directory { display: grid; grid-template-columns: minmax(70px, 5fr) minmax(0, 95fr); gap: 18px; align-items: start; }
.brand-letter-nav,.brand-directory-panel { background: #fff; border: 1px solid rgba(8,41,85,.08); border-radius: var(--radius); box-shadow: none; }
.brand-letter-nav { position: sticky; top: 100px; padding: 22px 16px; }
#brandLetterLinks { display: grid; grid-template-columns: 1fr; gap: 5px; }
#brandLetterLinks a { height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--secondary); font-size: 14px; font-weight: 750; transition: background .2s,color .2s; }
#brandLetterLinks a:hover,#brandLetterLinks a.is-active{background:var(--primary);color:#fff}#brandLetterLinks a.is-disabled{color:#C9CED6;cursor:default;background:transparent}
.brand-directory-panel { overflow: hidden; }
.brand-letter-group { min-height: 154px; padding: 22px 26px; scroll-margin-top: 110px; border-bottom: 1px solid var(--line); }
.brand-letter-group:last-child{border-bottom:0}.brand-letter-group h3{width:auto;max-width:none;margin:0 0 14px;overflow:visible;border:0;white-space:normal;color:var(--primary);font-size:17px;letter-spacing:0}
.brand-logo-grid { display: grid; grid-template-columns: repeat(10, minmax(0,1fr)); gap: 10px; }
.brand-logo-tile { min-width:0;height:82px;padding:9px 10px 8px;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:5px;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:border-color .25s}
.brand-logo-tile::after{content:attr(aria-label);max-width:100%;overflow:hidden;color:#0444a5;font-size:11px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.brand-logo-tile:hover{transform:none;border-color:rgba(10,92,216,.55);box-shadow:none}.brand-logo-tile img{max-width:78%;max-height:46px;object-fit:contain}
.brand-logo-tile.brand-wordmark::after{display:none}
.product-grid-placeholder{grid-column:1/-1;width:100%;min-height:180px;margin:0;display:grid;place-items:center;border:1px dashed #b8c7d9;background:#f8fafc;color:#60738d;font-size:14px;font-weight:600;text-align:center}
.brand-wordmark{color:var(--secondary);font-size:16px;font-weight:800;line-height:1;text-align:center}
@media(max-width:1200px){.brands-directory{grid-template-columns:80px 1fr}.brand-logo-grid{grid-template-columns:repeat(8,minmax(0,1fr))}}
@media(max-width:850px){.brands-main{padding-top:34px}.brands-intro{padding-bottom:32px}.brands-intro h1{font-size:34px}.brands-directory{grid-template-columns:1fr}.brand-letter-nav{position:static}#brandLetterLinks{grid-template-columns:repeat(8,1fr)}.brand-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:560px){.brands-intro h1{font-size:28px}.brands-intro p{font-size:14px}#brandLetterLinks{grid-template-columns:repeat(8,1fr)}.brand-letter-group{padding:18px}.brand-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-wordmark{font-size:15px}}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.why-story{height:auto}.why-stage{position:relative}.car-orbit img{transform:none!important}
}
.site-toast{position:fixed;z-index:9999;left:50%;bottom:24px;transform:translate(-50%,30px);opacity:0;pointer-events:none;padding:14px 18px;background:var(--secondary);color:#fff;font-size:14px;font-weight:700;box-shadow:0 16px 44px rgba(8,41,85,.25);border-radius:var(--radius);overflow:hidden;transition:opacity .3s,transform .3s var(--ease)}.site-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:768px){.site-toast{width:calc(100% - 32px);text-align:center}}
section[id] { scroll-margin-top: 132px; }
@media (max-width: 768px) { section[id] { scroll-margin-top: 80px; } }
@media (max-width: 480px) { section[id] { scroll-margin-top: 70px; } }
.category-card h3 { font-size: clamp(22px, 1.72vw, 27px); line-height: 1.1; overflow-wrap: normal; word-break: normal; hyphens: manual; }
.icon-arrow-diagonal{display:inline-grid;place-items:center}
h1,h2,h3,h5{line-height:1.3em!important}

/* Form-specific controls */
.vehicle-finder{gap:0;padding:6px;background:#fff;border:0}
.vehicle-finder .finder-step{min-height:64px;padding:8px 14px 6px;border:0;border-radius:0;background:#fff;transition:none}
.vehicle-finder .finder-step:focus-within{border:0;background:#fff;outline:0}
.vehicle-finder .finder-step::after{content:"";position:absolute;right:12px;bottom:18px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #0a5cd8;pointer-events:none}
.vehicle-finder .finder-step:has(select:disabled)::after{border-top-color:#a8b4c3}
.vehicle-finder .finder-step__index{top:6px;right:10px;color:#c7ced8;font-size:11px}
.vehicle-finder .finder-step label{margin-bottom:2px;color:#7e8793;font-size:11px;letter-spacing:.08em}
.vehicle-finder .finder-step select{height:28px;padding:0 24px 0 0;appearance:none;-webkit-appearance:none;border:0;background:transparent;color:#082955;font-size:13px;font-weight:700;cursor:pointer}
.vehicle-finder .finder-step select:disabled{color:#9aa7b7;cursor:not-allowed}

.card-fields{border:1px solid #dce5ef;background:#f5f8fc}

/* Custom option panels */
.styled-select{position:relative;width:100%;min-width:0}
.styled-select__native{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;opacity:0!important}
.styled-select__trigger{width:100%;height:42px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #cfdbe8;border-radius:9px;background:#fff;color:#082955;font:inherit;font-size:14px;font-weight:650;text-align:left;cursor:pointer}
.styled-select__trigger i{color:#0a5cd8;font-size:11px;transition:transform .18s ease}
.styled-select.is-open .styled-select__trigger{border-color:#0a5cd8;outline:3px solid rgba(10,92,216,.12)}
.styled-select.is-open .styled-select__trigger i{transform:rotate(180deg)}
.styled-select.is-disabled .styled-select__trigger{border-color:#e1e7ee;background:#f0f3f7;color:#9aa7b7;cursor:not-allowed}
.styled-select.is-disabled .styled-select__trigger i{color:#a8b4c3}
.styled-select__menu{position:absolute;z-index:120;top:calc(100% + 6px);left:0;right:0;max-height:230px;padding:6px;overflow-y:auto;border:1px solid #c7d4e3;border-radius:10px;background:#fff}
.styled-select__menu[hidden]{display:none}
.styled-select__option{width:100%;min-height:38px;padding:8px 11px;display:flex;align-items:center;border:0;border-radius:7px;background:#fff;color:#173a65;font:inherit;font-size:14px;font-weight:500;text-align:left;cursor:pointer}
.styled-select__option:hover,.styled-select__option:focus-visible{outline:0;background:#edf4ff;color:#064faf}
.styled-select__option[aria-selected="true"]{background:#0a5cd8;color:#fff;font-weight:700}
.styled-select__option:disabled{color:#a4afbd;cursor:not-allowed}
.vehicle-finder .styled-select__trigger{height:28px;padding:0 24px 0 0;border:0;border-radius:0;background:transparent;font-weight:700}
.vehicle-finder .styled-select__trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vehicle-finder .styled-select.is-disabled .styled-select__trigger{border:0;background:transparent;color:#9aa7b7;box-shadow:none;opacity:1}
.vehicle-finder .styled-select__trigger i{margin-right:1px}
.vehicle-finder .styled-select.is-open .styled-select__trigger{outline:0}
.vehicle-finder .finder-step:has(.styled-select)::after{display:none}
#vehicleFinder .styled-select__menu{
  scrollbar-width:none;
  -ms-overflow-style:none;
}
#vehicleFinder .styled-select__menu::-webkit-scrollbar{
  display:none;
  width:0;
  height:0;
}
.card-fields .styled-select__trigger{height:54px;padding:0 15px;border-radius:10px}
@media(max-width:768px){.vehicle-finder .finder-step{padding:12px 16px 10px;border-bottom:1px solid #e7eaf0}.vehicle-finder .finder-step:last-of-type{border-bottom:0}}

/* ===== Archive-parity OEM hover (homepage feature cards) ===== */
.features-tabs-section .feature-product-showcase,
.features-tabs-section .feature-product-grid,
.features-tabs-section .reference-product-card,
.features-tabs-section .reference-product-card.discounted{
  overflow:visible!important;
}
.features-tabs-section .reference-product-card{
  position:relative!important;
  z-index:1;
}
.features-tabs-section .reference-product-card:has(.oem-hover-wrap:hover),
.features-tabs-section .reference-product-card:has(.oem-hover-wrap:focus-within),
.features-tabs-section .reference-product-card:has(.oem-popover:hover){
  z-index:400!important;
  overflow:visible!important;
}
.features-tabs-section .reference-product-card .product-card-main,
.features-tabs-section .reference-product-card .product-info,
.features-tabs-section .reference-product-card .product-meta-row,
.features-tabs-section .reference-product-card .oem-hover-wrap{
  overflow:visible!important;
}
.features-tabs-section .reference-product-card .oem-hover-wrap{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-self:end!important;
}
.features-tabs-section .reference-product-card .oem-toggle{
  position:relative!important;
}
.features-tabs-section .reference-product-card .oem-toggle::after{
  content:"";
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  height:8px;
  background:transparent;
}
.features-tabs-section .reference-product-card .oem-popover,
.features-tabs-section .discount-section .oem-popover{
  display:none!important;
  position:absolute!important;
  z-index:500!important;
  top:calc(100% + 4px)!important;
  right:0!important;
  left:auto!important;
  width:250px!important;
  max-width:min(250px,calc(100vw - 40px))!important;
  padding:10px 12px!important;
  border:1px solid #e1e8f0!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 14px 32px rgba(8,41,85,.18)!important;
  color:#173a65!important;
}
.features-tabs-section .reference-product-card .oem-hover-wrap:hover .oem-popover,
.features-tabs-section .reference-product-card .oem-hover-wrap:focus-within .oem-popover,
.features-tabs-section .reference-product-card .oem-popover:hover{
  display:block!important;
}
.features-tabs-section .reference-product-card .oem-popover>strong{
  display:block!important;
  margin:0 0 6px!important;
  color:#0a294d!important;
  font-size:12px!important;
  font-weight:750!important;
  background:transparent!important;
}
.features-tabs-section .reference-product-card .oem-popover ul{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:minmax(28px,auto)!important;
  gap:6px 12px!important;
  max-height:62px!important;
  margin:0!important;
  padding:0 5px 0 0!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  list-style:none!important;
  scrollbar-width:thin;
}
.features-tabs-section .reference-product-card .oem-popover li{
  min-width:0!important;
  padding:4px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#173a65!important;
  font-size:11px!important;
  font-weight:750!important;
}
.features-tabs-section .reference-product-card .oem-popover li:nth-child(n+3){padding-top:9px!important}
.features-tabs-section .reference-product-card .oem-popover li:nth-child(2n+3){position:relative!important}
.features-tabs-section .reference-product-card .oem-popover li:nth-child(2n+3)::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:calc(200% + 12px);
  height:1px;
  background:#e3eaf2;
}
.features-tabs-section .reference-product-card .oem-popover li span{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
@media (max-width:767px){
  .features-tabs-section .reference-product-card:has(.oem-hover-wrap:hover),
  .features-tabs-section .reference-product-card:has(.oem-hover-wrap:focus-within),
  .features-tabs-section .reference-product-card:has(.oem-popover:hover){
    z-index:400!important;
  }
  .features-tabs-section .reference-product-card .oem-popover{
    z-index:500!important;
    width:min(260px,calc(100vw - 28px))!important;
    max-width:min(260px,calc(100vw - 28px))!important;
    top:calc(100% + 6px)!important;
  }
}

.features-tabs-section .feature-tabs__panels,
.features-tabs-section .feature-tabs__pane,
.features-tabs-section .feature-tabs__layout{overflow:visible!important;position:relative;z-index:2}
.features-tabs-section .feature-product-grid{position:relative;z-index:1;overflow:visible!important}

.features-tabs-section .feature-tab-card,
.features-tabs-section .feature-product-showcase.feature-tab-card,
.features-tabs-section .feature-tabs__panels,
.features-tabs-section .feature-tabs__pane,
.features-tabs-section .feature-tabs__layout,
.features-tabs-section .feature-product-grid,
.features-tabs-section .product-card.reference-product-card{
  overflow:visible!important;
}


/* Shield global mega menu from homepage resets (img/button/shell/h2 leaks) */
body.has-global-shell.category-mega-open{
  overflow-x:visible;
}
body.has-global-shell .site-sticky-stack,
body.has-global-shell .site-sticky-stack .site-header,
body.has-global-shell .site-sticky-stack .header-inner{
  overflow:visible!important;
}
body.has-global-shell #categoryMegaMenu,
body.has-global-shell > #categoryMegaMenu{
  font-family:"Manrope",system-ui,sans-serif!important;
  color:#082955!important;
  box-sizing:border-box!important;
}
body.has-global-shell #categoryMegaMenu *,
body.has-global-shell > #categoryMegaMenu *{
  box-sizing:border-box!important;
}
/* Keep mega content padded inside constrained panel */
body.has-global-shell #categoryMegaMenu .shell.category-mega-content,
body.has-global-shell > #categoryMegaMenu .shell.category-mega-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:18px 22px 22px!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-brand-grid,
body.has-global-shell #categoryMegaMenu .category-mega-category-grid,
body.has-global-shell > #categoryMegaMenu .category-mega-brand-grid,
body.has-global-shell > #categoryMegaMenu .category-mega-category-grid{
  display:grid!important;
  grid-template-columns:repeat(10,minmax(0,1fr))!important;
  gap:8px!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-brand,
body.has-global-shell #categoryMegaMenu .category-mega-category,
body.has-global-shell > #categoryMegaMenu .category-mega-brand,
body.has-global-shell > #categoryMegaMenu .category-mega-category{
  min-width:0!important;
  height:96px!important;
  padding:10px 6px 8px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  overflow:hidden!important;
  border:1px solid #e1e8f0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#16385f!important;
  text-align:center!important;
  box-shadow:none!important;
  transform:none!important;
  font:inherit!important;
  transition:border-color .15s ease,color .15s ease!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-brand:hover,
body.has-global-shell #categoryMegaMenu .category-mega-brand:focus-visible,
body.has-global-shell #categoryMegaMenu .category-mega-category:hover,
body.has-global-shell #categoryMegaMenu .category-mega-category:focus-visible,
body.has-global-shell > #categoryMegaMenu .category-mega-brand:hover,
body.has-global-shell > #categoryMegaMenu .category-mega-brand:focus-visible,
body.has-global-shell > #categoryMegaMenu .category-mega-category:hover,
body.has-global-shell > #categoryMegaMenu .category-mega-category:focus-visible{
  border-color:#0a63df!important;
  color:#0a63df!important;
  outline:0!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-section-title h2,
body.has-global-shell > #categoryMegaMenu .category-mega-section-title h2{
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:#0b315f!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:normal!important;
  text-wrap:unset!important;
  animation:none!important;
  transition:none!important;
  opacity:1!important;
  transform:none!important;
}
/* Kill homepage img { max-width:100%; height:auto } â€” lock mega sizes */
body.has-global-shell #categoryMegaMenu img,
body.has-global-shell > #categoryMegaMenu img{
  max-width:none!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-brand img,
body.has-global-shell > #categoryMegaMenu .category-mega-brand img{
  width:58px!important;
  height:31px!important;
  max-width:58px!important;
  max-height:31px!important;
  display:block!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-category-image,
body.has-global-shell > #categoryMegaMenu .category-mega-category-image{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  min-width:48px!important;
  min-height:48px!important;
  display:block!important;
  object-fit:contain!important;
  flex:0 0 48px!important;
  background:transparent!important;
}
body.has-global-shell #categoryMegaMenu .category-mega-brand span,
body.has-global-shell #categoryMegaMenu .category-mega-category span,
body.has-global-shell > #categoryMegaMenu .category-mega-brand span,
body.has-global-shell > #categoryMegaMenu .category-mega-category span{
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  text-align:center!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:10px!important;
  line-height:1.15!important;
  font-weight:700!important;
  color:inherit!important;
}
body.has-global-shell .site-sticky-stack,
body.has-global-shell .site-sticky-stack .site-header{
  z-index:1400!important;
}
body.has-global-shell .site-sticky-stack .category-mega-menu{
  z-index:1401!important;
}
/* Mobile bottom sheet must sit ABOVE #categoryMegaBackdrop (1500) */
@media(max-width:767px){
  body.has-global-shell > .category-mega-menu{
    z-index:1501!important;
    pointer-events:auto!important;
  }
  body.has-global-shell .category-mega-backdrop{
    z-index:1500!important;
  }
}
@media(max-width:1100px){
  body.has-global-shell #categoryMegaMenu .category-mega-brand-grid,
  body.has-global-shell #categoryMegaMenu .category-mega-category-grid,
  body.has-global-shell > #categoryMegaMenu .category-mega-brand-grid,
  body.has-global-shell > #categoryMegaMenu .category-mega-category-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
}
@media(max-width:700px){
  body.has-global-shell #categoryMegaMenu .shell.category-mega-content,
  body.has-global-shell > #categoryMegaMenu .shell.category-mega-content{
    width:100%!important;
    padding:14px!important;
  }
  body.has-global-shell #categoryMegaMenu .category-mega-brand-grid,
  body.has-global-shell #categoryMegaMenu .category-mega-category-grid,
  body.has-global-shell > #categoryMegaMenu .category-mega-brand-grid,
  body.has-global-shell > #categoryMegaMenu .category-mega-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}


/* Feature product grid mobile/tablet: see css/archive-product-card-responsive.css (archive V98/V99 1:1) */

@media (max-width:767px){
  .features-tabs-section .feature-tab-card.feature-product-showcase.discount-section,
  .features-tabs-section .feature-product-showcase.feature-tab-card.discount-section{
    background:transparent!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
}

/* Yedek ParÃ§a Kategorileri â€” /kategori */
.categories-directory-page{background:#F4F6F8}
.categories-directory-main{padding:76px 0 100px}
.categories-directory-intro{padding:34px 0 40px;text-align:center}
.categories-directory-intro h1{max-width:880px;margin:0 auto 14px;color:var(--secondary);font-size:clamp(28px,4vw,48px);line-height:1.14}
.categories-directory-intro p{max-width:720px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.7}
.categories-directory-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.category-directory-card{min-height:168px;padding:22px 16px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;background:#fff;border:1px solid rgba(8,41,85,.08);border-radius:16px;color:var(--secondary);transition:border-color .2s,color .2s}
.category-directory-card:hover{border-color:rgba(10,92,216,.5);color:var(--primary)}
.category-directory-card__image{width:72px;height:72px;object-fit:contain;display:block}
.category-directory-card__title{font-size:15px;font-weight:750;line-height:1.25}
.category-directory-card__count{font-size:12px;font-weight:600;color:#6f7d8f}
.category-directory-card:hover .category-directory-card__count{color:inherit}
@media(max-width:1200px){.categories-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:850px){.categories-directory-main{padding-top:40px}.categories-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.categories-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-directory-card{min-height:148px;padding:16px 12px}.category-directory-card__image{width:56px;height:56px}.category-directory-card__title{font-size:13px}}

/* Mega: Oto Yedek ParÃ§alar arÅŸiv kutusu */