/** Shopify CDN: Minification failed

Line 6:0 Unexpected "11896"

**/
11896
/* ═══════════════════════════════════════════════════════════════════
   SAT NAV STORE — Design System v4.0
   2026-04-02  |  Clean Tech Aesthetic (Garmin/Apple hybrid)
   RULE: No !important on display/position/flex/grid/overflow on product elements
   ═══════════════════════════════════════════════════════════════════ */

/* ══ DESIGN TOKENS ════════════════════════════════════════════════ */
:root {
  --sn-blue:       #0071e3;
  --sn-blue-hover: #0064cc;
  --sn-dark:       #1d1d1f;
  --sn-mid:        #3d3d3f;
  --sn-muted:      #86868b;
  --sn-light:      #f5f5f7;
  --sn-white:      #ffffff;
  --sn-border:     #d2d2d7;
  --sn-radius-sm:  8px;
  --sn-radius-md:  14px;
  --sn-radius-lg:  20px;
  --sn-shadow-sm:  0 1px 4px rgba(0,0,0,0.08);
  --sn-shadow-md:  0 4px 20px rgba(0,0,0,0.10);
  --sn-shadow-hover: 0 8px 32px rgba(0,0,0,0.14);
  --sn-transition: 0.25s cubic-bezier(0.4,0,0.2,1);
}

/* ══ 1. TYPOGRAPHY ════════════════════════════════════════════════ */
body, input, button, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display",
               "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--sn-dark) !important;
  line-height: 1.15 !important;
}

/* ══ 2. BODY ══════════════════════════════════════════════════════ */
body {
  background-color: var(--sn-white) !important;
  color: var(--sn-dark) !important;
}

/* ══ 3. ANNOUNCEMENT BAR ══════════════════════════════════════════ */
announcement-bar-component,
.announcement-bar,
aside.announcement-bar {
  background: linear-gradient(90deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
  color: #e8f4fd !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  max-height: 44px !important;
  overflow: hidden !important;
}
.announcement-bar a,
.announcement-bar p,
.announcement-bar span {
  color: #e8f4fd !important;
}

/* ══ 4. HEADER ════════════════════════════════════════════════════ */
.header-wrapper,
.header-section {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  border-bottom: 1px solid var(--sn-border) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
}

.header__logo img,
.header__logo svg {
  max-height: 36px !important;
}

.header-menu__link,
header nav a,
.header__nav a {
  color: var(--sn-dark) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  transition: color var(--sn-transition) !important;
}
.header-menu__link:hover,
header nav a:hover {
  color: var(--sn-blue) !important;
}

/* ══ 5. PRODUCT CARD — cosmetic only ══════════════════════════════ */

/* Card wrapper hover lift */
.product-card-wrapper,
.card-wrapper {
  transition: transform var(--sn-transition), box-shadow var(--sn-transition) !important;
  border-radius: var(--sn-radius-md) !important;
  overflow: hidden !important;
}
.product-card-wrapper:hover,
.card-wrapper:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--sn-shadow-hover) !important;
}

/* Card content area */
.product-card__content,
.card__content,
.card__information {
  padding: 12px 14px 16px !important;
  background: var(--sn-white) !important;
}

/* Product title */
.card__heading,
.card__heading a,
.product-card__title {
  color: var(--sn-dark) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  margin-bottom: 6px !important;
}

/* Price */
.price__regular,
.price__sale,
.price-item--regular,
.price-item--sale {
  color: var(--sn-dark) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.price__compare,
.price-item--compare {
  color: var(--sn-muted) !important;
  font-size: 0.8rem !important;
  text-decoration: line-through !important;
}

/* ══ 6. BADGES ════════════════════════════════════════════════════ */
/* Sale badge → blue */
.product-badges__badge.color-scheme-4 {
  background: var(--sn-blue) !important;
  color: var(--sn-white) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  border-radius: 6px !important;
  padding: 3px 8px !important;
}
/* Sold out badge → dark */
.product-badges__badge.color-scheme-5 {
  background: var(--sn-dark) !important;
  color: var(--sn-white) !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  padding: 3px 8px !important;
}

/* ══ 7. BUTTONS ════════════════════════════════════════════════════ */
.button,
.btn,
button[type="submit"]:not(.shopify-payment-button__button),
.button--primary,
[class*="button--primary"] {
  border-radius: 980px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.02em !important;
  transition: all var(--sn-transition) !important;
}
.button--primary,
[class*="button--primary"] {
  background: var(--sn-blue) !important;
  color: var(--sn-white) !important;
  border: none !important;
}
.button--primary:hover,
[class*="button--primary"]:hover {
  background: var(--sn-blue-hover) !important;
  transform: scale(1.02) !important;
}
.button--secondary,
[class*="button--secondary"] {
  background: transparent !important;
  color: var(--sn-blue) !important;
  border: 1.5px solid var(--sn-blue) !important;
}
.button--secondary:hover,
[class*="button--secondary"]:hover {
  background: var(--sn-blue) !important;
  color: var(--sn-white) !important;
}

/* Quick Add button */
quick-add-component .button {
  background: rgba(255,255,255,0.92) !important;
  color: var(--sn-dark) !important;
  backdrop-filter: blur(10px) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  border-radius: 980px !important;
  border: 1px solid var(--sn-border) !important;
}
quick-add-component .button:hover {
  background: var(--sn-blue) !important;
  color: var(--sn-white) !important;
  border-color: var(--sn-blue) !important;
}

/* ══ 8. COLLECTION PAGE ════════════════════════════════════════════ */
/* Page title */
.collection-hero__title,
.page-title,
.section-title {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 700 !important;
  color: var(--sn-dark) !important;
  letter-spacing: -0.03em !important;
}

/* Filter bar */
.facets__wrapper,
.facets-container {
  border-bottom: 1px solid var(--sn-border) !important;
  padding-bottom: 12px !important;
  margin-bottom: 24px !important;
}
.facets__label,
.active-facets__button,
[class*="facets"] label,
[class*="facets"] button {
  color: var(--sn-mid) !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
}
.facets__label:hover {
  color: var(--sn-blue) !important;
}

/* Sort / results count */
.collection-count,
.product-count,
.sort-by {
  font-size: 0.82rem !important;
  color: var(--sn-muted) !important;
}

/* ══ 9. SECTION SPACING & HEADINGS ════════════════════════════════ */
.shopify-section {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.section-heading,
.section__heading,
[class*="section-header"] h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem) !important;
  font-weight: 700 !important;
  color: var(--sn-dark) !important;
  letter-spacing: -0.025em !important;
  text-align: center !important;
  margin-bottom: 2.5rem !important;
}

/* ══ 10. LINKS ═════════════════════════════════════════════════════ */
a {
  color: var(--sn-blue) !important;
  transition: color var(--sn-transition) !important;
}
a:hover {
  color: var(--sn-blue-hover) !important;
}

/* Card title links (override blue — should be dark) */
.card__heading a,
.card-information__text a,
.product-card__title a {
  color: var(--sn-dark) !important;
}
.card__heading a:hover,
.card-information__text a:hover {
  color: var(--sn-blue) !important;
}

/* ══ 11. FOOTER ════════════════════════════════════════════════════ */
.footer,
footer {
  background: #1a1a1f !important;
  color: #a1a1a6 !important;
  border-top: 1px solid #3d3d3f !important;
}
.footer a,
footer a {
  color: #86868b !important;
  transition: color var(--sn-transition) !important;
}
.footer a:hover,
footer a:hover {
  color: var(--sn-white) !important;
}
.footer__heading,
footer h2, footer h3 {
  color: var(--sn-light) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* ══ 12. PRODUCT DETAIL PAGE ═══════════════════════════════════════ */
.product__title {
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  color: var(--sn-dark) !important;
}
.product__price {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: var(--sn-dark) !important;
}
.product__description {
  color: var(--sn-mid) !important;
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

/* ══ 13. BREADCRUMBS ═══════════════════════════════════════════════ */
.breadcrumbs,
nav[aria-label="breadcrumb"] {
  font-size: 0.8rem !important;
  color: var(--sn-muted) !important;
  margin-bottom: 12px !important;
}

/* ══ 14. INPUT / FORM ELEMENTS ══════════════════════════════════════ */
input[type="text"],
input[type="email"],
input[type="search"],
select,
textarea {
  border: 1.5px solid var(--sn-border) !important;
  border-radius: var(--sn-radius-sm) !important;
  transition: border-color var(--sn-transition), box-shadow var(--sn-transition) !important;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--sn-blue) !important;
  box-shadow: 0 0 0 3px rgba(0,113,227,0.15) !important;
  outline: none !important;
}

/* ══ 15. PREDICTIVE SEARCH DROPDOWN ════════════════════════════════ */
predictive-search .predictive-search {
  border-radius: var(--sn-radius-md) !important;
  box-shadow: var(--sn-shadow-md) !important;
  border: 1px solid var(--sn-border) !important;
  overflow: hidden !important;
}

/* ══ 16. CART DRAWER ═══════════════════════════════════════════════ */
cart-drawer,
.cart-drawer {
  border-radius: var(--sn-radius-lg) 0 0 var(--sn-radius-lg) !important;
}
.cart-drawer__header {
  border-bottom: 1px solid var(--sn-border) !important;
  padding: 20px 24px !important;
}


/* ══ 17. ABOUT US PAGE — FULL-WIDTH OVERRIDE ═══════════════════════ */
/* Break the page out of the narrow template container */
.template-page .page-width:has(.au-page),
.template-page .shopify-section:has(.au-page) .page-width {
  max-width: 100% !important;
  padding-inline: 0 !important;
}

/* Give the au-page itself sensible max-width and padding */
.au-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  box-sizing: border-box;
}

/* Hero: full-width within its container */
.au-hero {
  min-height: 480px !important;
  border-radius: 20px !important;
  margin-bottom: 56px !important;
}

.au-hero-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Stats: full-width grid, no scroll */
.au-stats {
  width: 100% !important;
}

/* Responsive: stack stats 2-col on mobile */
@media (max-width: 600px) {
  .au-stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .au-pillars-grid {
    grid-template-columns: 1fr !important;
  }
  .au-timeline-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
  .au-trust-grid {
    grid-template-columns: 1fr !important;
  }
  .au-story {
    grid-template-columns: 1fr !important;
  }
}


/* ══ 18. ABOUT US — HERO FULL-WIDTH BREAKOUT ═══════════════════════ */
/* Break hero out of any parent max-width constraint */
.au-hero {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 480px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 56px !important;
  box-sizing: border-box !important;
}

/* Ensure the img fills the entire hero box */
.au-hero .au-hero-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Overlay fills hero box */
.au-hero .au-hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(105deg, rgba(15,23,42,0.92) 40%, rgba(15,23,42,0.4) 100%) !important;
  z-index: 1 !important;
}

/* Content sits above overlay */
.au-hero .au-hero-content {
  position: relative !important;
  z-index: 2 !important;
}

/* Page container for About Us: allow full width rendering */
body:has(.au-page) .page-width,
body:has(.au-page) main .page-width {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Constrain au-page content itself */
.au-page {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 40px 32px 80px !important;
}
