/* Modern SAGE Cloning Big Cartel theme redesign */
:root {
  --bg: #050b14;
  --bg-2: #07111e;
  --panel: #0b1c33;
  --ink: #0b1220;
  --muted: #64748b;
  --line: #d8e2ef;
  --soft: #f4f8fd;
  --white: #ffffff;
  --blue: #1267d9;
  --blue-2: #0c55b8;
  --blue-3: #74b7ff;
  --cyan: #4cc9ff;
  --red: #d94848;
  --shadow: 0 18px 45px rgba(15, 23, 42, .12);
  --shadow-dark: 0 28px 70px rgba(0, 0, 0, .38);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
a:hover { color: var(--blue); }
img { max-width: 100%; height: auto; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position:absolute; left:16px; top:-60px; z-index:999; padding:10px 14px; border-radius:10px; background:var(--blue); color:#fff; font-weight:800; }
.skip-link:focus { top:16px; }

/* Buttons */
.button,
button,
.checkout_btn,
.continue_shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font: inherit;
  font-weight: 900;
  letter-spacing: -.01em;
  cursor: pointer;
}
.button:hover,
button:hover,
.checkout_btn:hover { transform: translateY(-2px); }
.button--primary,
button,
.checkout_btn {
  color: #fff;
  background: linear-gradient(180deg, #227bed, var(--blue-2));
  box-shadow: 0 12px 26px rgba(18, 103, 217, .32);
}
.button--primary:hover,
button:hover,
.checkout_btn:hover { color: #fff; box-shadow: 0 16px 30px rgba(18, 103, 217, .45); }
.button--ghost { color:#fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.26); }
.button--ghost:hover { color:#fff; background: rgba(255,255,255,.12); }
.button--outline,
.continue_shopping { color: var(--blue-2); background: #fff; border-color: rgba(18,103,217,.36); }
.button--outline:hover,
.continue_shopping:hover { background:#eef6ff; color:var(--blue-2); border-color:var(--blue); }
.button--small { min-height: 40px; padding: 10px 16px; font-size: 14px; }
.button--light { color: var(--blue-2); background:#fff; box-shadow: 0 12px 24px rgba(0,0,0,.18); }
.center { display:flex; justify-content:center; margin-top: 28px; }

/* Header */
.topbar { background: linear-gradient(90deg, #0a3d83, #0d5cc6); color:#fff; font-size:14px; font-weight:800; }
.topbar__inner { min-height:36px; display:flex; align-items:center; justify-content:center; gap:18px; }
.topbar__divider { width:1px; height:16px; background:rgba(255,255,255,.45); }
.site-header { position: sticky; top:0; z-index:50; background:rgba(4,10,19,.92); backdrop-filter:blur(18px); color:#fff; border-bottom:1px solid rgba(255,255,255,.10); }
.header__inner { min-height:76px; display:grid; grid-template-columns:auto 1fr auto; gap:24px; align-items:center; }
.brand { display:inline-flex; flex-direction:column; color:#fff; line-height:1; }
.brand:hover { color:#fff; }
.brand img { max-width:210px; max-height:62px; display:block; object-fit:contain; }
.brand__main { font-size:32px; font-weight:1000; letter-spacing:-.055em; color:#fff; }
.brand__main em { color:var(--blue-3); font-size:.55em; font-style:italic; letter-spacing:-.02em; }
.brand__sub { margin-top:4px; color:rgba(255,255,255,.75); font-size:13px; letter-spacing:.02em; }
.nav { display:flex; align-items:center; justify-content:center; gap:20px; font-size:14px; font-weight:800; color:rgba(255,255,255,.82); }
.nav a { position:relative; padding-block:27px; }
.nav a:after { content:""; position:absolute; left:0; bottom:19px; width:0; height:2px; background:var(--blue-3); transition:width .2s ease; }
.nav a:hover,
.nav a.active { color:#fff; }
.nav a:hover:after,
.nav a.active:after { width:100%; }
.header-actions { display:flex; align-items:center; gap:10px; }
.icon-btn,
.cart-pill { display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:40px; border-radius:999px; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.04); color:#fff; }
.icon-btn:hover,
.cart-pill:hover { color:#fff; background:rgba(255,255,255,.10); }
.cart-pill { position:relative; padding:0 12px; gap:3px; }
.cart-pill__count { position:absolute; top:-6px; right:-5px; display:grid; place-items:center; min-width:18px; height:18px; padding:0 5px; border-radius:999px; background:var(--blue); color:#fff; font-size:11px; font-weight:1000; }
.nav-toggle { display:none; }

/* Home hero */
.home-hero { position:relative; overflow:hidden; min-height:630px; padding:72px 0 88px; color:#fff; background: radial-gradient(circle at 82% 20%, rgba(34,123,237,.28), transparent 30%), radial-gradient(circle at 20% 35%, rgba(76,201,255,.12), transparent 32%), linear-gradient(135deg, #040914 0%, #07172a 48%, #06111e 100%); }
.home-hero:before { content:""; position:absolute; inset:0; opacity:.46; background-image:linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size:44px 44px; mask-image:linear-gradient(to bottom, black 55%, transparent 100%); }
.home-hero__grid { position:relative; z-index:1; display:grid; grid-template-columns:.95fr 1.05fr; gap:42px; align-items:center; }
.eyebrow { margin:0 0 12px; color:var(--blue-3); font-size:13px; font-weight:1000; letter-spacing:.12em; text-transform:uppercase; }
.eyebrow--blue { color:var(--blue); }
.home-hero h1 { max-width:620px; margin:0; font-size:clamp(42px, 5.4vw, 76px); line-height:.95; letter-spacing:-.065em; color:#fff; }
.home-hero__lead { max-width:580px; margin:22px 0 0; color:rgba(255,255,255,.82); font-size:18px; }
.hero-benefits { display:flex; flex-wrap:wrap; gap:14px; margin-top:26px; }
.hero-benefits span { display:inline-flex; align-items:center; gap:9px; padding:10px 12px; border:1px solid rgba(255,255,255,.14); border-radius:999px; background:rgba(255,255,255,.06); color:rgba(255,255,255,.90); font-size:14px; font-weight:850; }
.hero-benefits b { display:grid; place-items:center; width:22px; height:22px; border-radius:999px; background:var(--blue); color:#fff; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.home-hero__art { position:relative; min-height:510px; }
.hero-saab-image-wrap { position:absolute; right:-18px; top:0; width:min(650px,112%); height:320px; display:flex; align-items:flex-end; justify-content:center; z-index:1; pointer-events:none; }
.hero-saab-image { display:block; max-width:100%; max-height:100%; object-fit:contain; filter: drop-shadow(0 28px 40px rgba(0,0,0,.46)); }
.tech-lines { position:absolute; inset:0 0 auto 8%; height:260px; opacity:.75; background:linear-gradient(90deg, transparent 0 8%, rgba(76,201,255,.60) 8% 9%, transparent 9% 100%),linear-gradient(90deg, transparent 0 18%, rgba(76,201,255,.38) 18% 19%, transparent 19% 100%),linear-gradient(90deg, transparent 0 37%, rgba(76,201,255,.42) 37% 38%, transparent 38% 100%); filter:drop-shadow(0 0 10px rgba(76,201,255,.3)); mask-image:radial-gradient(ellipse at center, black 0 55%, transparent 72%); }
.saab-car { position:absolute; right:12px; top:18px; width:min(520px, 90%); height:210px; transform:perspective(900px) rotateY(-9deg); }
.saab-car__roof { position:absolute; left:110px; top:25px; width:270px; height:78px; border-radius:120px 120px 20px 20px; background:linear-gradient(180deg,#d8dde5,#7c8796); border:1px solid rgba(255,255,255,.5); box-shadow:inset 0 0 30px rgba(0,0,0,.16); }
.saab-car__body { position:absolute; left:36px; right:20px; bottom:30px; height:104px; border-radius:42px 70px 32px 32px; background:linear-gradient(180deg,#e9edf2,#8a95a4 55%,#5f6978); border:1px solid rgba(255,255,255,.55); box-shadow:var(--shadow-dark); }
.saab-car__grille { position:absolute; left:50%; bottom:68px; width:96px; height:46px; border-radius:20px; transform:translateX(-50%); background:repeating-linear-gradient(90deg,#111b29 0 6px,#a7b2c0 6px 10px); border:4px solid rgba(255,255,255,.35); z-index:3; }
.saab-car__light { position:absolute; bottom:82px; width:74px; height:22px; border-radius:999px; background:linear-gradient(180deg,#f9fbff,#a8d7ff); box-shadow:0 0 22px rgba(116,183,255,.6); z-index:3; }
.saab-car__light--left { left:78px; }
.saab-car__light--right { right:68px; }
.saab-car__wheel { position:absolute; bottom:0; width:62px; height:62px; border-radius:999px; background:radial-gradient(circle,#b7c0cd 0 20%,#16202e 21% 58%,#05090f 59%); box-shadow:0 10px 18px rgba(0,0,0,.4); z-index:4; }
.saab-car__wheel--left { left:100px; }
.saab-car__wheel--right { right:86px; }

.ecu-art {
  position:absolute;
  left:170px;
  bottom:70px;
  width:205px;
  transform:rotate(-7deg);
  z-index:4;
}
.ecu-art__photo {
  display:block;
  width:100%;
  height:auto;
  border-radius:0;
  border:none;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.34));
}
.ship-box {
  position:absolute;
  right:-6px;
  bottom:102px;
  width:228px;
  height:128px;
  padding:34px 20px 18px;
  transform:rotate(7deg);
  border-radius:10px;
  background:linear-gradient(145deg,#d9b57a,#b98544 60%,#9a6731 100%);
  border:1px solid rgba(85,54,24,.45);
  color:#0b3f8c;
  box-shadow:0 18px 34px rgba(0,0,0,.34);
  z-index:3;
  overflow:visible;
}
.ship-box:before {
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:-12px;
  height:22px;
  border-radius:8px 8px 4px 4px;
  background:linear-gradient(180deg,#ebcc96,#c89555);
  border:1px solid rgba(85,54,24,.32);
  transform:skewX(-24deg);
  transform-origin:left bottom;
}
.ship-box:after {
  content:"";
  position:absolute;
  top:7px;
  right:-16px;
  width:18px;
  height:110px;
  border-radius:0 8px 8px 0;
  background:linear-gradient(180deg,#a56c34,#7d4f24);
  border:1px solid rgba(85,54,24,.35);
  transform:skewY(22deg);
  transform-origin:left top;
}
.ship-box strong,
.ship-box span,
.ship-box small { display:block; position:relative; z-index:1; }
.ship-box strong { font-size:30px; letter-spacing:-.04em; line-height:1; font-weight:1000; }
.ship-box span { color:#1a5ec7; font-weight:1000; }
.ship-box small { color:#0b3f8c; font-size:13px; font-weight:900; margin-top:6px; }
.trionic-badge { position:absolute; left:12px; bottom:42px; display:grid; place-items:center; width:116px; height:116px; border-radius:999px; color:#fff; background:radial-gradient(circle,#1b3d66,#07111e 62%); border:3px solid rgba(116,183,255,.85); box-shadow:0 0 30px rgba(76,201,255,.25); text-align:center; z-index:5; }
.trionic-badge span,
.trionic-badge small { position:absolute; font-size:10px; font-weight:1000; letter-spacing:.16em; }
.trionic-badge span { top:16px; }
.trionic-badge small { bottom:15px; }
.trionic-badge strong { font-size:50px; line-height:1; }

/* Trust strip */
.trust-strip { position:relative; z-index:4; margin-top:-42px; }
.trust-strip__grid { display:grid; grid-template-columns:repeat(5,1fr); overflow:hidden; border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); border:1px solid rgba(216,226,239,.9); }
.trust-item { display:grid; grid-template-columns:42px 1fr; align-items:center; column-gap:12px; padding:22px 18px; border-right:1px solid var(--line); }
.trust-item:last-child { border-right:0; }
.trust-item__icon { grid-row:1 / span 2; display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:#eaf4ff; color:var(--blue); font-size:23px; }
.trust-item strong { font-size:14px; }
.trust-item span:last-child { color:var(--muted); font-size:13px; font-weight:750; }

/* Sections */
.section { padding:78px 0; }
.section--soft { background:var(--soft); border-top:1px solid #e8eef6; border-bottom:1px solid #e8eef6; }
.section-heading { max-width:720px; margin:0 auto 34px; text-align:center; }
.section-heading h2,
.vin-cta h2,
.global-cta h2,
.about-copy h2 { margin:0; color:var(--ink); font-size:clamp(30px,3vw,45px); line-height:1.05; letter-spacing:-.045em; }
.section-heading p,
.about-copy p,
.vin-cta p { color:var(--muted); font-size:17px; }

/* Pricing */
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch; }
.price-card { position:relative; padding:32px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 10px 30px rgba(15,23,42,.06); text-align:center; }
.price-card--featured { border:2px solid var(--blue); box-shadow:0 20px 45px rgba(18,103,217,.16); transform:translateY(-10px); }
.price-card__letter { display:grid; place-items:center; width:42px; height:42px; margin:0 auto 14px; border-radius:999px; background:var(--blue); color:#fff; font-weight:1000; }
.price-card__tag { position:absolute; top:-14px; left:50%; transform:translateX(-50%); padding:5px 14px; border-radius:999px; background:var(--blue); color:#fff; text-transform:uppercase; font-size:12px; font-weight:1000; letter-spacing:.07em; }
.price-card h3 { max-width:240px; min-height:56px; margin:0 auto 12px; font-size:22px; line-height:1.15; letter-spacing:-.02em; }
.price-card p { color:var(--muted); }
.price-card .price { margin:12px 0; color:var(--blue); font-size:38px; line-height:1; font-weight:1000; letter-spacing:-.05em; }
.price-card .button { width:100%; margin-top:14px; }

/* Symptoms */
.symptom-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.symptom-card { display:flex; align-items:center; gap:12px; min-height:74px; padding:16px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 10px 25px rgba(15,23,42,.05); font-weight:900; }
.symptom-card span { display:grid; place-items:center; width:38px; height:38px; flex:0 0 auto; border-radius:12px; background:#eaf4ff; color:var(--blue); }
.code-line { margin:20px 0 0; text-align:center; color:var(--muted); font-weight:850; }
.code-line a { color:var(--blue); }

/* Steps */
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.step-card { position:relative; padding:26px 22px 24px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 10px 30px rgba(15,23,42,.06); text-align:center; }
.step-card:not(:last-child):after { content:"›"; position:absolute; right:-15px; top:50%; z-index:2; transform:translateY(-50%); color:#8ba0b8; font-size:42px; line-height:1; }
.step-number { position:absolute; left:18px; top:18px; display:grid; place-items:center; width:30px; height:30px; border-radius:999px; background:var(--blue); color:#fff; font-weight:1000; }
.step-icon { display:block; margin-bottom:12px; font-size:44px; }
.step-card h3 { margin:0 0 8px; font-size:19px; line-height:1.15; }
.step-card p { margin:0; color:var(--muted); }
.section-note { margin:22px 0 0; text-align:center; color:#3a5f91; font-weight:850; }

/* VIN */
.vin-cta { padding:48px 0; background:radial-gradient(circle at 20% 0%, rgba(116,183,255,.25), transparent 28%), linear-gradient(135deg,#0b1f3c,#0a1322); color:#fff; }
.vin-cta__inner { display:grid; grid-template-columns:1fr auto; gap:28px; align-items:center; }
.vin-cta h2,
.vin-cta p { color:#fff; }
.vin-cta p { max-width:780px; color:rgba(255,255,255,.74); }

/* Product grids */
ul.products { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; padding:0; margin:0; list-style:none; }
.products--home { grid-template-columns:repeat(4,1fr); }
ul.products li { position:relative; }
ul.products li > a { position:relative; display:block; height:100%; padding:18px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 10px 30px rgba(15,23,42,.06); color:var(--ink); }
ul.products li > a:hover { transform:translateY(-4px); color:var(--ink); box-shadow:0 18px 42px rgba(15,23,42,.12); border-color:rgba(18,103,217,.28); }
.product-image-wrap { display:grid; place-items:center; height:180px; margin-bottom:14px; border-radius:14px; overflow:hidden; background:linear-gradient(180deg,#f8fafc,#e8eef6); }
ul.products img { display:block; width:100%; height:100%; object-fit:contain; }
.product_name,
ul.products h4 { min-height:48px; margin:0 0 10px; color:var(--ink); font-size:18px; line-height:1.2; font-weight:950; letter-spacing:-.02em; }
ul.products h5 { margin:0; color:var(--blue); font-size:26px; line-height:1; font-weight:1000; letter-spacing:-.04em; }
.status,
.small_status { display:inline-flex; align-items:center; margin-top:12px; padding:5px 10px; border-radius:999px; background:#eaf4ff; color:var(--blue); font-size:12px; font-weight:1000; text-transform:uppercase; letter-spacing:.05em; }
.product-cart { position:absolute; right:18px; bottom:18px; display:grid; place-items:center; width:42px; height:42px; border:1px solid rgba(18,103,217,.35); border-radius:12px; background:#eef6ff; }
.no_products { text-align:center; color:var(--muted); font-weight:800; }
.pagination { display:flex; justify-content:center; gap:10px; margin:32px 0 0; padding:0; list-style:none; }
.pagination a,
.pagination span { display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:40px; padding:0 12px; border:1px solid var(--line); border-radius:12px; background:#fff; font-weight:900; }

/* About / reviews / FAQ */
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:42px; align-items:center; }
.about-copy { padding:34px; border-radius:var(--radius); background:linear-gradient(180deg,#fff,#f6faff); border:1px solid var(--line); }
.about-copy p { margin-bottom:0; }
.location { color:#285a97 !important; font-weight:900; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.review-card { padding:22px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 10px 30px rgba(15,23,42,.06); }
.stars { display:block; margin-bottom:12px; color:#ffb703; letter-spacing:.08em; }
.review-card p { color:#334155; }
.review-card strong,
.review-card small { display:block; }
.review-card small { margin-top:4px; color:var(--muted); }
.faq-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; max-width:950px; margin-inline:auto; }
details { border:1px solid var(--line); border-radius:14px; background:#fff; box-shadow:0 8px 22px rgba(15,23,42,.045); }
summary { padding:18px 20px; cursor:pointer; font-weight:950; list-style:none; }
summary::-webkit-details-marker { display:none; }
summary:after { content:"⌄"; float:right; color:var(--blue); }
details[open] summary:after { content:"⌃"; }
details p { margin:0; padding:0 20px 18px; color:var(--muted); }

/* Inner pages */
.page-hero { padding:58px 0; color:#fff; background:radial-gradient(circle at 84% 20%, rgba(34,123,237,.24), transparent 26%), linear-gradient(135deg,#040914,#0b1f3c); }
.page-hero h1 { max-width:900px; margin:0; color:#fff; font-size:clamp(34px,4vw,56px); line-height:1; letter-spacing:-.055em; }
.page-section { padding:54px 0 76px; background:var(--soft); }
.page-card { padding:34px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.page-card > h1:first-child { display:none; }
.custom_content { max-width:850px; margin-inline:auto; }
.custom_content h1 { margin-top:0; }
.custom_content p,
.product_description p { color:#334155; font-size:17px; }
.custom_content a,
.product_description a { color:var(--blue); font-weight:900; text-decoration:underline; text-underline-offset:3px; }
.custom_content img { display:block; margin:18px 0 34px; border-radius:14px; box-shadow:0 10px 28px rgba(15,23,42,.16); }
.errors { padding:16px 18px; border-radius:14px; background:#fff2f2; color:#a32222; border:1px solid #ffd0d0; list-style:none; font-weight:800; }


.product .page-hero { display: none; }
.page-card .custom_content > h1:first-child { display: none; }

/* Product page */
.product_pricing { display:grid; grid-template-columns:1fr auto; gap:22px; align-items:end; margin-bottom:26px; }
.product_pricing h1 { margin:0; font-size:clamp(30px,3.5vw,48px); line-height:1.06; letter-spacing:-.045em; }
.product_pricing h2 { margin:0; color:var(--blue); font-size:36px; line-height:1; }
.product_images { float:left; width:min(44%,460px); margin:0 34px 24px 0; }
.product_images .primary_image { display:block; width:100%; border-radius:18px; background:#f8fafc; border:1px solid var(--line); box-shadow:0 12px 35px rgba(15,23,42,.10); }
.product_thumbnails { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:12px 0 0; padding:0; list-style:none; }
.product_thumbnails img { border-radius:10px; border:1px solid var(--line); background:#fff; }
.product_details { overflow:hidden; }
.product_description { margin-bottom:24px; }
.product_details form { display:grid; gap:14px; max-width:420px; padding:20px; border-radius:18px; background:#f8fbff; border:1px solid var(--line); }
.select { position:relative; }
.select select,
.product_details select,
.cart_form input,
.contact_form input,
.contact_form textarea { width:100%; min-height:48px; padding:12px 14px; border:1px solid var(--line); border-radius:12px; background:#fff; color:var(--ink); font:inherit; }
.contact_form textarea { min-height:150px; }
.share_buttons { clear:both; display:flex; gap:10px; margin:26px 0 0; padding:0; list-style:none; }
.share_buttons a { display:grid; place-items:center; width:44px; height:44px; border-radius:12px; background:#eef6ff; color:var(--blue); }
.share_buttons svg { width:18px; height:18px; fill:currentColor; }

/* Cart / contact */
.cart_items { margin:0; padding:0; list-style:none; display:grid; gap:14px; }
.cart_items li { display:grid; grid-template-columns:96px 1fr auto; gap:18px; align-items:center; padding:16px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.item_image img { width:96px; height:96px; object-fit:contain; border-radius:12px; background:#f8fafc; }
.item_details a { font-weight:950; color:var(--ink); }
.item_details span { display:block; color:var(--muted); font-weight:700; }
.item_actions { display:flex; gap:14px; align-items:center; }
.price { font-weight:1000; color:var(--blue); }
.remove a { display:grid; place-items:center; width:36px; height:36px; border-radius:10px; background:#fff2f2; color:var(--red); }
.remove_icon { width:13px; fill:currentColor; }
.cart_footer { display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center; gap:14px; margin-top:24px; }
.cart_footer h3 { margin-right:auto; font-size:24px; }
.cart_footer h3 span { color:var(--blue); }
.empty_cart { padding:28px; border-radius:18px; background:#f8fbff; border:1px solid var(--line); text-align:center; }
.contact_form { display:grid; gap:16px; }
.contact_form label { display:block; margin-bottom:7px; color:#334155; font-weight:900; }
.contact_spam span { display:block; margin-top:6px; color:var(--muted); font-size:14px; }
.captcha_holder { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }

/* Global CTA / Footer */
.global-cta { padding:40px 0; background:#fff; }
#home-page .global-cta { padding-top:0; }
.global-cta__inner { display:grid; grid-template-columns:auto 1fr auto; gap:24px; align-items:center; padding:28px; border-radius:22px; color:#fff; background:radial-gradient(circle at 14% 20%, rgba(116,183,255,.28), transparent 26%), linear-gradient(135deg,#07111e,#0b2a54); box-shadow:var(--shadow); }
.global-cta__icon { display:grid; place-items:center; width:82px; height:82px; border-radius:999px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2); font-size:36px; }
.global-cta h2 { color:#fff; }
.global-cta p { margin:8px 0 0; color:rgba(255,255,255,.74); }
.global-cta__buttons { display:flex; gap:12px; }
.footer { padding:52px 0 0; background:#050b14; color:#fff; }
.footer__grid { display:grid; grid-template-columns:1.25fr repeat(4,1fr); gap:32px; }
.footer p,
.footer a { color:rgba(255,255,255,.72); }
.footer a:hover { color:#fff; }
.footer h3 { margin:0 0 14px; font-size:15px; color:#fff; }
.footer__col a { display:block; margin:8px 0; }
.brand--footer { margin-bottom:14px; }
.socials { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.socials a { display:grid; place-items:center; min-width:36px; height:36px; padding:0 10px; border-radius:999px; background:rgba(255,255,255,.08); color:#fff; font-size:12px; font-weight:900; }
.footer__bottom { display:flex; justify-content:space-between; gap:20px; margin-top:38px; padding:18px 0; border-top:1px solid rgba(255,255,255,.10); color:rgba(255,255,255,.55); font-size:13px; }

/* Old theme compatibility */
.mobile_nav,
aside,
.side_cart,
.side_categories,
.side_pages,
.side_artists,
.flexslider,
.welcome_image { display:none !important; }
svg { fill: currentColor; }

@media (max-width: 1100px) {
  .header__inner { grid-template-columns:auto auto; justify-content:space-between; }
  .nav-toggle { display:inline-grid; gap:5px; width:42px; height:42px; place-items:center; border:1px solid rgba(255,255,255,.22); border-radius:12px; background:rgba(255,255,255,.06); }
  .nav-toggle span { display:block; width:20px; height:2px; background:#fff; }
  .nav,
  .header-actions { display:none; }
  body.nav-open .nav { position:absolute; left:16px; right:16px; top:88px; display:grid; gap:0; padding:14px; border-radius:18px; background:#07111e; border:1px solid rgba(255,255,255,.14); box-shadow:var(--shadow-dark); }
  body.nav-open .nav a { padding:14px; }
  body.nav-open .nav a:after { display:none; }
  .home-hero__grid,
  .about-grid { grid-template-columns:1fr; }
  .home-hero__art { min-height:430px; }
  .trust-strip__grid,
  .symptom-grid,
  ul.products,
  .products--home { grid-template-columns:repeat(2,1fr); }
  .pricing-grid,
  .steps-grid,
  .reviews-grid,
  .footer__grid { grid-template-columns:repeat(2,1fr); }
  .price-card--featured { transform:none; }
  .step-card:after { display:none !important; }
  .global-cta__inner,
  .vin-cta__inner { grid-template-columns:1fr; text-align:center; }
  .global-cta__icon { margin:0 auto; }
  .global-cta__buttons { justify-content:center; flex-wrap:wrap; }
}

@media (max-width: 720px) {
  .topbar__inner { flex-direction:column; gap:4px; padding:8px 0; text-align:center; }
  .topbar__divider { display:none; }
  .brand__main { font-size:25px; }
  .home-hero { padding-top:48px; min-height:auto; }
  .home-hero h1 { font-size:44px; }
  .home-hero__art { min-height:360px; transform:scale(.82); transform-origin:center top; }
  .hero-saab-image-wrap { top:8px; right:0; width:min(470px,100%); height:240px; }
  .trust-strip { margin-top:-24px; }
  .trust-strip__grid,
  .pricing-grid,
  .symptom-grid,
  .steps-grid,
  ul.products,
  .products--home,
  .reviews-grid,
  .faq-grid,
  .footer__grid { grid-template-columns:1fr; }
  .trust-item { border-right:0; border-bottom:1px solid var(--line); }
  .section { padding:58px 0; }
  .page-card { padding:22px; }
  .about-copy { padding:24px; }
  .product_pricing { grid-template-columns:1fr; }
  .product_images { float:none; width:100%; margin:0 0 24px; }
  .cart_items li { grid-template-columns:80px 1fr; }
  .item_actions { grid-column:1 / -1; justify-content:space-between; }
  .cart_footer { justify-content:stretch; }
  .cart_footer h3 { width:100%; }
  .cart_footer .checkout_btn,
  .cart_footer .continue_shopping { width:100%; }
  .footer__bottom { flex-direction:column; }
  .hero-saab-image-wrap { top:0; right:-20px; width:min(430px,108%); height:240px; }
  .ship-box { right:-8px; bottom:90px; width:170px; height:96px; padding:24px 14px 10px; }
  .ship-box:before { left:8px; right:8px; top:-10px; height:18px; }
  .ship-box:after { right:-14px; width:14px; height:82px; }
  .ship-box strong { font-size:22px; }
  .ship-box span { font-size:16px; }
  .ship-box small { font-size:11px; }
  .ecu-art { left:108px; bottom:56px; width:150px; }
  .trionic-badge { left:0; bottom:36px; width:88px; height:88px; }
  .trionic-badge strong { font-size:34px; }
}

/* Final hero tuning override - v11 */
.home-hero .home-hero__art .ecu-art {
  left: 170px !important;
  bottom: 70px !important;
  width: 205px !important;
}

@media (max-width: 720px) {
  .home-hero .home-hero__art .ecu-art {
    left: 108px !important;
    bottom: 56px !important;
    width: 150px !important;
  }
}

/* Products page layout repair - v23 */
body,
.site-topbar,
.site-header,
main,
.main,
.content,
.page_content,
.page-card,
.footer {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.site-topbar,
.site-header {
  flex: none;
}

main,
.main,
.content,
.page_content {
  clear: both;
}

.page-card {
  overflow: hidden;
}

/* Narrow targeting: only the custom grid on products.html */
.products-page-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
}

.products-page-grid > li {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: relative;
  box-sizing: border-box !important;
}

.products-page-grid .product-card__link {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 390px;
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--line) !important;
  border-radius: 20px !important;
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: 0 10px 30px rgba(15,23,42,.07) !important;
  box-sizing: border-box !important;
}

.products-page-grid .product-card__link:hover {
  transform: translateY(-4px);
  color: var(--ink) !important;
  border-color: rgba(18,103,217,.34) !important;
  box-shadow: 0 18px 42px rgba(15,23,42,.13) !important;
}

.products-page-grid .product-card__image-wrap {
  display: grid !important;
  place-items: center !important;
  height: 220px !important;
  width: 100% !important;
  padding: 22px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(18,103,217,.11), transparent 58%),
    linear-gradient(180deg,#f8fbff,#e8eef7) !important;
  border-bottom: 1px solid var(--line) !important;
}

.products-page-grid .product-card__image-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.products-page-grid .product-card__content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 20px !important;
  min-width: 0 !important;
}

.products-page-grid .product_name {
  min-height: 0 !important;
  margin: 0 0 12px !important;
  color: var(--ink) !important;
  font-size: 18px !important;
  line-height: 1.18 !important;
  font-weight: 1000 !important;
  letter-spacing: -.025em !important;
}

.products-page-grid .product-card__price,
.products-page-grid h5 {
  margin: 0 0 16px !important;
  color: var(--blue) !important;
  font-size: 27px !important;
  line-height: 1 !important;
  font-weight: 1000 !important;
  letter-spacing: -.04em !important;
}

.products-page-grid .product-card__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: auto !important;
  min-height: 42px !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg,var(--blue),var(--blue-2)) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

@media (max-width: 640px) {
  .products-page-grid {
    grid-template-columns: 1fr !important;
  }

  .products-page-grid .product-card__link {
    min-height: 0;
  }

  .products-page-grid .product-card__image-wrap {
    height: 205px !important;
  }
}

/* Products page body-class bug fix - v24 */
body.products {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.products .topbar,
body.products .site-header,
body.products .site-main,
body.products .global-cta,
body.products .footer {
  display: block;
  width: 100%;
  max-width: 100%;
  clear: both;
}

/* Native Big Cartel checkout button - v26 */
input.checkout_btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg,var(--blue),var(--blue-2));
  color: #fff;
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(18,103,217,.28);
}

input.checkout_btn:hover {
  color: #fff;
  box-shadow: 0 16px 30px rgba(18,103,217,.45);
}

/* Heatshield upsell modal with live preview - v28 */
html.upsell-open,
html.upsell-open body {
  overflow: hidden;
}

.heatshield-upsell {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.heatshield-upsell.is-open {
  display: flex;
}

.heatshield-upsell__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 24, .72);
  backdrop-filter: blur(7px);
}

.heatshield-upsell__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 82% 12%, rgba(76,201,255,.16), transparent 34%),
    #fff;
  border: 1px solid rgba(216,226,239,.95);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.heatshield-upsell__x {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.heatshield-upsell h3 {
  margin: 0 36px 10px 0;
  color: var(--ink);
  font-size: clamp(26px, 4vw, 38px);
  line-height: .98;
  letter-spacing: -.055em;
}

.heatshield-upsell__copy {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.heatshield-upsell__price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 32px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -.05em;
}

.heatshield-upsell__price span {
  color: #15803d;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.heatshield-upsell__selection-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 260px);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 20px;
}

.heatshield-upsell__colors {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
}

.heatshield-upsell__colors legend {
  padding: 0 6px;
  color: var(--ink);
  font-weight: 1000;
}

.heatshield-upsell__colors label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}

.heatshield-upsell__colors input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue);
}

.heatshield-upsell__preview {
  display: grid;
  align-content: start;
  gap: 10px;
}

.heatshield-upsell__preview-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg,#f8fbff,#eef5ff);
  overflow: hidden;
}

#heatshield-preview-image {
  display: none;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  border-radius: 12px;
}

.heatshield-upsell__preview-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 160px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.heatshield-upsell__preview-caption {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.heatshield-upsell__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.heatshield-upsell__actions .button {
  width: 100%;
}

.heatshield-upsell__actions button[disabled] {
  opacity: .72;
  cursor: wait;
}

.heatshield-upsell__status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .heatshield-upsell__dialog {
    padding: 24px;
    border-radius: 22px;
  }

  .heatshield-upsell__selection-grid {
    grid-template-columns: 1fr;
  }

  .heatshield-upsell__preview-frame {
    min-height: 180px;
  }
}

/* Heatshield red preview order fix - v29 */

/* Heatshield preview Big Cartel image filter fix - v30 */

/* Product option dropdown width fix - v31 */
.product_details form,
.product_details .product_form,
.product_details .add_to_cart_form {
  width: 100%;
  max-width: 620px;
}

.product_details select,
.product_details form select,
.product-details select,
.product_page select {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 360px;
  box-sizing: border-box;
  padding: 14px 44px 14px 16px;
  font-size: 16px;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_details .button,
.product_details button,
.product_details input[type="submit"] {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 640px) {
  .product_details form,
  .product_details .product_form,
  .product_details .add_to_cart_form {
    max-width: 100%;
  }

  .product_details select,
  .product_details form select,
  .product-details select,
  .product_page select {
    min-width: 0;
    font-size: 15px;
  }
}

/* Product option + add-to-cart layout cleanup - v32 */
.product_details form,
.product_details .product_form,
.product_details .add_to_cart_form {
  width: 100%;
  max-width: 760px;
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fbff;
  box-shadow: 0 14px 36px rgba(18,103,217,.08);
  box-sizing: border-box;
}

.product_details form select,
.product_details select,
.product-details select,
.product_page select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto;
  min-height: 56px;
  padding: 15px 48px 15px 18px;
  border-radius: 14px;
  border: 1px solid #cbdaf0;
  background-color: #fff;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.25;
  box-sizing: border-box;
}

.product_details form select:focus,
.product_details select:focus {
  outline: none;
  border-color: rgba(18,103,217,.65);
  box-shadow: 0 0 0 4px rgba(18,103,217,.12);
}

.product_details form button,
.product_details form input[type="submit"],
.product_details .button {
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 950;
}

/* Keep the purchase form separate from social buttons below it */
.product_details .product_social,
.product_details .share_buttons,
.product_details .social {
  margin-top: 26px;
}

/* Make the form less boxy on smaller screens */
@media (max-width: 760px) {
  .product_details form,
  .product_details .product_form,
  .product_details .add_to_cart_form {
    max-width: 100%;
    padding: 18px;
    gap: 14px;
  }

  .product_details form select,
  .product_details select,
  .product-details select,
  .product_page select {
    min-height: 52px;
    font-size: 15px;
  }
}

/* Product selector/button separation and dropdown arrow fix - v33 */
.product_details form.product-purchase-form {
  width: min(100%, 920px) !important;
  max-width: 920px !important;
  display: grid !important;
  gap: 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.product-option-panel,
.product-cart-panel {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
  box-shadow: 0 10px 28px rgba(18,103,217,.075);
}

.product-option-panel {
  padding: 18px;
}

.product-cart-panel {
  padding: 16px;
}

.product-option-label {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-purchase-form .select {
  position: relative;
  width: 100%;
}

.product-purchase-form .select select,
.product_details form.product-purchase-form select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  padding: 15px 54px 15px 18px !important;
  border: 1px solid #cbdaf0 !important;
  border-radius: 14px !important;
  background-color: #fff !important;
  color: var(--ink) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  box-sizing: border-box !important;
  appearance: none;
  -webkit-appearance: none;
}

.product-purchase-form .select svg {
  position: absolute !important;
  top: 50% !important;
  right: 18px !important;
  width: 16px !important;
  height: 9px !important;
  transform: translateY(-50%) !important;
  fill: #0b1220 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.product-selected-option-full {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(18,103,217,.18);
  border-left: 4px solid var(--blue);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.product-selected-option-full span {
  color: var(--blue);
  font-weight: 1000;
}

.product-cart-panel .button,
.product-cart-panel button,
.product-cart-panel input[type="submit"] {
  width: 100% !important;
  min-height: 56px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 1000 !important;
}

@media (max-width: 760px) {
  .product_details form.product-purchase-form {
    max-width: 100% !important;
  }

  .product-option-panel,
  .product-cart-panel {
    border-radius: 16px;
  }

  .product-option-panel {
    padding: 15px;
  }

  .product-cart-panel {
    padding: 14px;
  }

  .product-purchase-form .select select,
  .product_details form.product-purchase-form select {
    min-height: 54px !important;
    font-size: 15px !important;
  }
}

/* Remove redundant selected-option bar - v34 */
.product-selected-option-full {
  display: none !important;
}

/* Phone number popup - v36 */
html.phone-popup-open,
html.phone-popup-open body {
  overflow: hidden;
}

.phone-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.phone-popup.is-open {
  display: flex;
}

.phone-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 24, .72);
  backdrop-filter: blur(7px);
}

.phone-popup__card {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  padding: 30px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 12%, rgba(76,201,255,.16), transparent 34%),
    #fff;
  border: 1px solid rgba(216,226,239,.95);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  text-align: center;
}

.phone-popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.phone-popup h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 40px);
  line-height: .98;
  letter-spacing: -.055em;
}

.phone-popup__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg,var(--blue),var(--blue-2));
  color: #fff !important;
  font-size: clamp(24px, 5vw, 34px);
  font-weight: 1000;
  letter-spacing: -.035em;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(18,103,217,.28);
}

.phone-popup__note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

@media (max-width: 520px) {
  .phone-popup__card {
    padding: 24px;
    border-radius: 22px;
  }
}

/* Mobile header and readability optimization - v37 */
.nav__mobile-order {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .header__inner {
    min-height: 66px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
  }

  .brand {
    grid-column: 1;
    min-width: 0;
  }

  .brand img {
    max-width: 165px;
    max-height: 50px;
    object-fit: contain;
  }

  .brand__main {
    font-size: 25px;
  }

  .brand__sub {
    font-size: 10px;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    justify-self: end;
    gap: 7px;
  }

  .header-actions .button--small {
    display: none !important;
  }

  .icon-btn,
  .cart-pill {
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 18px;
  }

  .cart-pill__icon {
    line-height: 1;
  }

  .cart-pill__count {
    top: -5px;
    right: -6px;
  }

  .nav-toggle {
    grid-column: 3;
    grid-row: 1;
    display: inline-grid !important;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .nav {
    display: none;
  }

  body.nav-open .nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 18px;
    background: #07111e;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow-dark);
    z-index: 150;
  }

  body.nav-open .nav a {
    padding: 13px 14px;
    border-radius: 12px;
    font-size: 15px;
    color: rgba(255,255,255,.92);
  }

  body.nav-open .nav a:hover,
  body.nav-open .nav a.active {
    color: #fff;
    background: rgba(255,255,255,.08);
  }

  body.nav-open .nav a:after {
    display: none;
  }

  body.nav-open .nav .nav__mobile-order {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    color: #fff;
    background: linear-gradient(135deg,var(--blue),var(--blue-2));
    font-weight: 1000;
    box-shadow: 0 12px 26px rgba(18,103,217,.28);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .topbar {
    font-size: 12px;
    line-height: 1.25;
  }

  .topbar__inner {
    min-height: 0;
    padding: 7px 0;
  }

  .site-main {
    overflow-x: hidden;
  }

  .home-hero {
    padding: 34px 0 54px;
  }

  .home-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: .94;
  }

  .home-hero__lead {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-benefits span {
    justify-content: flex-start;
    width: 100%;
    border-radius: 14px;
  }

  .home-hero__art {
    min-height: 330px;
    transform: none;
  }

  .hero-saab-image-wrap {
    top: 10px;
    right: -18px;
    width: min(440px, 112%);
    height: 220px;
  }

  .ecu-art {
    left: 95px !important;
    bottom: 48px !important;
    width: 145px !important;
  }

  .ship-box {
    right: -2px;
    bottom: 72px;
    width: 155px;
    height: 90px;
  }

  .section {
    padding: 50px 0;
  }

  .section h2,
  .page-hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: .98;
  }

  .section-lead,
  .page-card,
  .custom_content {
    font-size: 16px;
  }

  .page-hero {
    padding: 44px 0 48px;
  }

  .page-section {
    padding: 36px 0;
  }

  .page-card {
    padding: 20px;
    border-radius: 18px;
  }

  .product_details form.product-purchase-form {
    max-width: 100% !important;
  }

  .product-option-panel,
  .product-cart-panel {
    border-radius: 16px;
  }

  .product-option-label {
    font-size: 12px;
  }

  .product-purchase-form .select select,
  .product_details form.product-purchase-form select {
    min-height: 54px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  .product-cart-panel .button,
  .product-cart-panel button,
  .product-cart-panel input[type="submit"] {
    min-height: 54px !important;
  }

  .global-cta {
    padding: 42px 0;
  }

  .global-cta__buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .global-cta__buttons .button {
    width: 100%;
  }

  .footer {
    padding-top: 44px;
  }
}

@media (max-width: 430px) {
  .brand img {
    max-width: 132px;
  }

  .brand__main {
    font-size: 22px;
  }

  .brand__sub {
    display: none;
  }

  .header__inner {
    gap: 6px;
  }

  .icon-btn,
  .cart-pill,
  .nav-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .home-hero h1 {
    font-size: 38px;
  }
}

/* Conservative mobile reset after desktop-view testing - v52 */
@media (max-width: 720px) {
  .topbar {
    font-size: 12px;
    line-height: 1.25;
  }

  .topbar__inner {
    padding: 7px 0;
    gap: 8px;
    justify-content: center;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .header__inner {
    min-height: 66px;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    align-items: center;
  }

  .brand img {
    max-width: 150px;
    max-height: 52px;
    object-fit: contain;
  }

  .header-actions {
    display: flex !important;
    gap: 7px;
  }

  .header-actions .button--small {
    display: none !important;
  }

  .icon-btn,
  .cart-pill,
  .nav-toggle {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    font-size: 18px !important;
  }

  .nav-toggle {
    display: inline-grid !important;
  }

  .nav {
    display: none;
  }

  body.nav-open .nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 18px;
    background: #07111e;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow-dark);
    z-index: 150;
  }

  body.nav-open .nav a {
    padding: 13px 14px;
    border-radius: 12px;
    font-size: 15px;
    color: rgba(255,255,255,.92);
  }

  body.nav-open .nav .nav__mobile-order {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    color: #fff;
    background: linear-gradient(135deg,var(--blue),var(--blue-2));
    font-weight: 1000;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .home-hero {
    padding: 40px 0 56px;
  }

  .home-hero__grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .home-hero h1 {
    font-size: clamp(42px, 10.5vw, 56px);
    line-height: .94;
  }

  .home-hero__lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-benefits span {
    width: 100%;
    justify-content: flex-start;
  }

  .home-hero__art {
    min-height: 330px;
    transform: none;
  }

  .hero-saab-image-wrap {
    top: 10px;
    right: -18px;
    width: min(440px, 112%);
    height: 220px;
  }

  .ecu-art {
    left: 95px !important;
    bottom: 48px !important;
    width: 145px !important;
  }

  .ship-box {
    right: -2px;
    bottom: 72px;
    width: 155px;
    height: 90px;
  }

  .pricing-grid,
  .symptom-grid,
  .steps-grid,
  ul.products,
  .products--home,
  .reviews-grid,
  .faq-grid {
    grid-template-columns: 1fr !important;
  }

  .section {
    padding: 52px 0;
  }

  .section h2,
  .page-hero h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .section-lead,
  .page-card,
  .custom_content {
    font-size: 16px;
  }
}

/* Mobile heatshield upsell popup size fix - v53 */
@media (max-width: 640px) {
  .heatshield-upsell {
    align-items: flex-start;
    padding: 12px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .heatshield-upsell__dialog {
    width: min(100%, 390px);
    max-height: calc(100vh - 24px);
    margin: 0 auto;
    padding: 18px;
    border-radius: 20px;
    overflow-y: auto;
  }

  .heatshield-upsell__x {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 23px;
  }

  .heatshield-upsell h3 {
    margin-right: 34px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.045em;
  }

  .heatshield-upsell__copy {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .heatshield-upsell__price {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .heatshield-upsell__selection-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
  }

  .heatshield-upsell__colors {
    gap: 7px;
    padding: 12px;
    border-radius: 15px;
  }

  .heatshield-upsell__colors legend {
    font-size: 13px;
  }

  .heatshield-upsell__colors label {
    font-size: 14px;
  }

  .heatshield-upsell__colors input {
    width: 17px;
    height: 17px;
  }

  .heatshield-upsell__preview {
    gap: 6px;
  }

  .heatshield-upsell__preview-frame {
    min-height: 128px;
    max-height: 150px;
    padding: 10px;
    border-radius: 15px;
  }

  #heatshield-preview-image {
    max-height: 128px;
  }

  .heatshield-upsell__preview-placeholder {
    min-height: 108px;
    font-size: 13px;
  }

  .heatshield-upsell__preview-caption {
    font-size: 13px;
  }

  .heatshield-upsell__actions {
    gap: 8px;
  }

  .heatshield-upsell__actions .button {
    min-height: 46px;
    padding: 11px 14px;
    font-size: 14px;
  }

  .heatshield-upsell__status {
    min-height: 16px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (max-width: 380px) {
  .heatshield-upsell {
    padding: 8px;
  }

  .heatshield-upsell__dialog {
    max-height: calc(100vh - 16px);
    padding: 16px;
  }

  .heatshield-upsell h3 {
    font-size: 25px;
  }

  .heatshield-upsell__copy {
    font-size: 13px;
  }

  .heatshield-upsell__price {
    font-size: 25px;
  }

  .heatshield-upsell__preview-frame {
    min-height: 110px;
  }

  #heatshield-preview-image {
    max-height: 110px;
  }
}

/* Performance tune upsell popup - v54 */
html.tune-upsell-open,
html.tune-upsell-open body {
  overflow: hidden;
}

.tune-upsell {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.tune-upsell.is-open {
  display: flex;
}

.tune-upsell__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 24, .72);
  backdrop-filter: blur(7px);
}

.tune-upsell__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 30px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 82% 12%, rgba(76,201,255,.16), transparent 34%),
    #fff;
  border: 1px solid rgba(216,226,239,.95);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.tune-upsell__x {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.tune-upsell h3 {
  margin: 0 38px 10px 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: .98;
  letter-spacing: -.055em;
}

.tune-upsell__copy {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.tune-upsell__options {
  display: grid;
  gap: 12px;
}

.tune-choice {
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(18,103,217,.08);
}

.tune-choice:hover {
  transform: translateY(-2px);
  border-color: rgba(18,103,217,.35);
  box-shadow: 0 14px 32px rgba(18,103,217,.16);
}

.tune-choice span {
  color: var(--blue);
  font-size: 20px;
  font-weight: 1000;
}

.tune-choice small {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.tune-upsell__actions {
  margin-top: 14px;
}

.tune-upsell__actions .button {
  width: 100%;
}

.tune-choice[disabled],
.tune-upsell button[disabled] {
  opacity: .72;
  cursor: wait;
}

.tune-upsell__status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 640px) {
  .tune-upsell {
    align-items: flex-start;
    padding: 12px;
    overflow-y: auto;
  }

  .tune-upsell__dialog {
    width: min(100%, 390px);
    max-height: calc(100vh - 24px);
    margin: 0 auto;
    padding: 18px;
    border-radius: 20px;
    overflow-y: auto;
  }

  .tune-upsell__x {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 23px;
  }

  .tune-upsell h3 {
    margin-right: 34px;
    font-size: 28px;
  }

  .tune-upsell__copy {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .tune-choice {
    padding: 14px;
    border-radius: 15px;
  }

  .tune-choice span {
    font-size: 17px;
  }

  .tune-choice small {
    font-size: 13px;
  }

  .tune-upsell__actions .button {
    min-height: 46px;
    padding: 11px 14px;
    font-size: 14px;
  }

  .tune-upsell__status {
    min-height: 16px;
    margin-top: 8px;
    font-size: 12px;
  }
}

/* Discounted tune add-on option matching fix - v55 */

/* Tune price display and specs modal - v56 */
.tune-choice-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(18,103,217,.08);
}

.tune-choice-card__main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.tune-choice-card__main span {
  color: var(--ink);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.1;
}

.tune-choice-card__main strong {
  color: var(--blue);
  font-size: 32px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -.05em;
}

.tune-choice-card__main small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.tune-choice-card__buttons {
  display: grid;
  gap: 8px;
  min-width: 145px;
}

.tune-add-button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 13px;
}

.tune-more-info {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(18,103,217,.28);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.tune-more-info:hover {
  background: #eef6ff;
}

html.tune-info-open,
html.tune-info-open body {
  overflow: hidden;
}

.tune-info-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.tune-info-modal.is-open {
  display: flex;
}

.tune-info-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 10, 24, .72);
  backdrop-filter: blur(7px);
}

.tune-info-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(216,226,239,.95);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
}

.tune-info-modal__x {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.tune-info-modal h3 {
  margin: 0 38px 14px 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: .98;
  letter-spacing: -.055em;
}

.tune-info-modal__intro {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.tune-spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tune-spec-grid > div {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
}

.tune-spec-grid strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 1000;
}

.tune-spec-grid span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.tune-spec-grid em {
  margin-top: 4px;
  color: var(--blue);
  font-style: normal;
  font-size: 15px;
  font-weight: 1000;
}

.tune-info-modal__note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .tune-choice-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 15px;
  }

  .tune-choice-card__main span {
    font-size: 17px;
  }

  .tune-choice-card__main strong {
    font-size: 30px;
  }

  .tune-choice-card__buttons {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .tune-add-button,
  .tune-more-info {
    min-height: 42px;
    font-size: 13px;
  }

  .tune-info-modal {
    align-items: flex-start;
    padding: 12px;
    overflow-y: auto;
  }

  .tune-info-modal__dialog {
    width: min(100%, 390px);
    max-height: calc(100vh - 24px);
    padding: 18px;
    border-radius: 20px;
    overflow-y: auto;
  }

  .tune-info-modal__x {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 23px;
  }

  .tune-info-modal h3 {
    margin-right: 34px;
    font-size: 28px;
  }

  .tune-info-modal__intro {
    font-size: 14px;
  }

  .tune-spec-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tune-spec-grid > div {
    padding: 13px;
    border-radius: 15px;
  }

  .tune-spec-grid strong {
    font-size: 15px;
  }

  .tune-spec-grid span {
    font-size: 13px;
  }

  .tune-info-modal__note {
    font-size: 12px;
  }
}

/* Tune discount price display - v57 */
.tune-price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.tune-price-line del {
  color: #8a97a8;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  text-decoration-thickness: 2px;
}

.tune-price-line strong {
  color: var(--blue);
  font-size: 34px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -.055em;
}

.tune-choice-card__main small b {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  line-height: 1;
  font-weight: 1000;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .tune-price-line {
    gap: 8px;
  }

  .tune-price-line del {
    font-size: 17px;
  }

  .tune-price-line strong {
    font-size: 31px;
  }

  .tune-choice-card__main small b {
    font-size: 11px;
    padding: 3px 6px;
  }
}

/* Red discounted tune price line - v58 */
.tune-choice-card__main > strong {
  display: none !important;
}

.tune-price-line {
  display: flex !important;
  align-items: baseline !important;
  gap: 11px !important;
  flex-wrap: wrap !important;
  margin: 2px 0 1px !important;
}

.tune-price-line del {
  display: inline-block !important;
  color: #8a97a8 !important;
  font-size: 21px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration-line: line-through !important;
  text-decoration-thickness: 2.5px !important;
  text-decoration-color: #ef4444 !important;
}

.tune-price-line strong {
  display: inline-block !important;
  color: #dc2626 !important;
  font-size: 36px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  letter-spacing: -.055em !important;
}

.tune-choice-card__main small b {
  display: inline-flex !important;
  align-items: center !important;
  margin-right: 5px !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #fee2e2 !important;
  color: #b91c1c !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 1000 !important;
  text-transform: uppercase !important;
}

@media (max-width: 640px) {
  .tune-price-line {
    gap: 9px !important;
  }

  .tune-price-line del {
    font-size: 18px !important;
  }

  .tune-price-line strong {
    font-size: 32px !important;
  }

  .tune-choice-card__main small b {
    font-size: 11px !important;
    padding: 3px 6px !important;
  }
}

