:root {
  --aal-red: #d50000;
  --aal-red-dark: #ad0000;
  --aal-ink: #111418;
  --aal-muted: #5f646b;
  --aal-line: #e2e4e7;
  --aal-footer: #171b1e;
  --aal-footer-deep: #111518;
}

/* Keep iOS browser overscroll visually attached to the footer instead of
   exposing Flatsome's gray root canvas below the document. */
html:has(body.aal-site-chrome-active) {
  background-color: #090e11;
  overscroll-behavior-y: none;
}

body.aal-site-chrome-active {
  overscroll-behavior-y: none;
}

.aal-site-chrome-active #header a,
.aal-site-chrome-active .aal-site-footer a {
  text-decoration: none !important;
}

.aal-site-chrome-active #header .container {
  max-width: 1760px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 120px);
}

.aal-footer-container {
  max-width: 1694px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 80px);
}

.aal-site-chrome-active #header .header-wrapper,
.aal-site-chrome-active #header .header-bg-color {
  background: #fff;
}

.aal-site-chrome-active #top-bar {
  background: #050505;
  color: #fff;
}

.aal-site-chrome-active #top-bar .flex-center,
.aal-site-chrome-active #top-bar .header-block,
.aal-site-chrome-active #top-bar .header-block > div {
  width: 100%;
}

.aal-top-links {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 34px;
  gap: 24px;
}

.aal-top-links a {
  color: #fff !important;
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: .01em;
}

.aal-top-links span {
  background: rgba(255,255,255,.45);
  height: 19px;
  width: 1px;
}

.aal-site-chrome-active #masthead .header-inner {
  gap: 30px;
}

.aal-site-chrome-active #masthead #logo {
  margin-left: 4px;
  width: 330px;
}

.aal-site-chrome-active #masthead .hide-for-medium.flex-left {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.aal-site-chrome-active #masthead .hide-for-medium.flex-left > .header-nav {
  justify-content: center;
  width: 100%;
}

.aal-site-chrome-active #masthead .search-form {
  width: clamp(520px, 40vw, 700px);
}

.aal-site-chrome-active #masthead .searchform-wrapper {
  width: 100%;
}

.aal-site-chrome-active #masthead .search-field {
  background: #fff;
  border: 1px solid #d7dade;
  border-radius: 7px 0 0 7px;
  box-shadow: none;
  font-size: 16px;
  height: 50px;
  color: #111;
  padding-left: 18px;
}

.aal-site-chrome-active #masthead .search-field::placeholder {
  color: #777c82;
  opacity: 1;
}

.aal-site-chrome-active #masthead .searchform .button {
  background: #fff;
  border: 1px solid #d7dade;
  border-left: 0;
  border-radius: 0 7px 7px 0;
  color: #111 !important;
  height: 50px;
}

.aal-site-chrome-active #masthead .header-nav-main > li > a,
.aal-site-chrome-active #masthead .header-nav-main > li > a > i {
  color: #111;
}

.aal-site-chrome-active #masthead .header-nav-main {
  gap: 0;
}

.aal-site-chrome-active #masthead .header-nav-main > li > a {
  font-size: 15px;
}

.aal-site-chrome-active #masthead .header-block,
.aal-site-chrome-active #masthead .header-block > div {
  width: 100%;
}

.aal-header-actions {
  align-items: center;
  display: flex;
  gap: 38px;
  justify-content: flex-end;
  white-space: nowrap;
}

.aal-header-action {
  align-items: center;
  color: #111 !important;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
}

.aal-header-action-icon {
  display: block;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.aal-cart-icon-wrap {
  display: inline-block;
  height: 40px;
  position: relative;
  width: 42px;
}

.aal-header-cart-count {
  align-items: center;
  background: var(--aal-red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -7px;
  top: -4px;
  width: 22px;
}

.aal-site-chrome-active #wide-nav {
  border-bottom: 1px solid var(--aal-line);
  border-top: 0;
}

.aal-site-chrome-active #wide-nav > .container,
.aal-site-chrome-active #wide-nav .flex-center,
.aal-site-chrome-active #wide-nav .header-bottom-nav,
.aal-site-chrome-active #wide-nav .header-block,
.aal-site-chrome-active #wide-nav .header-block > div {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.aal-site-chrome-active #wide-nav > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1760px;
  width: calc(100% - 120px);
}

@media (min-width: 1241px) {
  .aal-site-chrome-active #masthead .hide-for-medium.flex-left > .header-nav {
    transform: translate(0, 12px);
  }

  .aal-site-chrome-active #masthead .flex-right {
    transform: translate(26px, 12px);
  }
}

.aal-fitment-toggle {
  display: none;
}

.aal-fitment-bar {
  background: linear-gradient(180deg, #fff 0%, #f5f6f7 100%);
  border: 1px solid #d9dcdf;
  border-radius: 8px;
  margin: 10px 0 14px;
  min-height: 102px;
  overflow: visible;
}

.aal-fitment-panel {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(610px, 1.65fr) minmax(400px, 1fr);
  min-height: 100px;
}

.aal-fitment-intro {
  align-items: center;
  border-right: 1px solid var(--aal-line);
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 18px 26px 18px 20px;
}

.aal-fitment-car {
  align-items: center;
  background: #101214;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 54px;
  font-size: 30px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.aal-fitment-intro strong {
  color: var(--aal-ink);
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.25;
}

.aal-fitment-intro div > span {
  color: var(--aal-muted);
  display: block;
  font-size: 15px;
  margin-top: 7px;
  white-space: nowrap;
}

.aal-fitment-selector {
  align-items: center;
  display: flex;
  padding: 12px 24px;
}

.aal-fitment-selector .vfs-vehicle-wrap {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  transform: none !important;
  width: 100%;
}

.aal-fitment-selector .vfs-vehicle-row {
  display: grid;
  align-items: end;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(130px, 1fr)) minmax(190px, auto);
}

.aal-fitment-selector .vfs-vehicle-field {
  min-width: 0;
  position: relative;
}

.aal-fitment-selector .vfs-step-label {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 14px;
  gap: 7px;
  height: 28px;
  line-height: 1;
}

.aal-fitment-selector .vfs-step-label b {
  align-items: center;
  background: #8e9195;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.aal-fitment-selector .vfs-step-check {
  display: none !important;
}

.aal-fitment-selector .vfs-vehicle-field:first-child.is-complete .vfs-step-check {
  display: none !important;
}

.aal-fitment-selector .vfs-vehicle-field:first-child.is-complete .vfs-vehicle-select {
  padding-right: 34px;
}

.aal-fitment-selector .vfs-vehicle-select,
.aal-fitment-selector .vfs-vehicle-button {
  border-radius: 6px;
  flex-basis: auto;
  font-size: 14px;
  height: 46px;
  min-width: 0;
}

.aal-fitment-selector .vfs-vehicle-select {
  background-color: #fff;
  border-color: #d7dade;
  width: 100%;
}

.aal-fitment-selector [data-vfs-go] {
  background: var(--aal-red);
  min-width: 190px;
  padding: 0 18px;
}

.aal-fitment-selector [data-vfs-go]:hover {
  background: var(--aal-red-dark);
}

.aal-fitment-selector [data-vfs-clear] {
  display: none;
}

.aal-primary-links {
  align-items: center;
  border-left: 1px solid var(--aal-line);
  display: flex;
  justify-content: flex-end;
  padding-left: 12px;
}

.aal-primary-links a {
  align-items: center;
  border-left: 1px solid var(--aal-line);
  color: var(--aal-ink) !important;
  display: flex;
  font-size: 16px;
  line-height: 1.2;
  min-height: 44px;
  padding: 0 14px;
  white-space: nowrap;
}

.aal-primary-links a:first-child {
  border-left: 0;
}

.aal-primary-links a:hover {
  color: var(--aal-red) !important;
}

.aal-primary-links a.is-current {
  color: var(--aal-red) !important;
  font-weight: 700;
  position: relative;
}

.aal-primary-links a.is-current::after {
  background: var(--aal-red);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 14px;
  position: absolute;
  right: 14px;
}

.aal-mobile-category-link {
  display: none !important;
}

/* Policy information pages. The legal wording remains in the page content; these
   rules only improve hierarchy, navigation, and reading width. */
.aal-policy-page .page-wrapper {
  background: #f6f7f8;
  padding: 34px 0 64px;
}

.aal-policy-page .page-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.aal-policy-hero {
  background: linear-gradient(135deg, #171b1e 0%, #23282c 100%);
  border-radius: 12px;
  color: #fff;
  margin-bottom: 28px;
  padding: 42px 48px 36px;
}

.aal-policy-hero .aal-policy-eyebrow {
  color: #ff4a4a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.aal-policy-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -.035em !important;
  line-height: 1.02;
  margin: 0 0 12px;
}

.aal-policy-hero > p:not(.aal-policy-eyebrow) {
  color: #d8dadd;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.aal-policy-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.aal-policy-jump a {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 15px;
  text-decoration: none !important;
}

.aal-policy-jump a:hover,
.aal-policy-jump a:focus-visible {
  background: #fff;
  color: #111 !important;
}

.aal-policy-content {
  background: #fff;
  border: 1px solid #e1e3e5;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(17,20,24,.045);
  color: #262a2e;
  padding: 36px 48px 48px;
}

.aal-policy-content > h2,
.aal-policy-content > .aal-policy-anchor + .title-wrapper h2 {
  color: var(--aal-ink);
  font-size: 30px;
  letter-spacing: -.025em !important;
  line-height: 1.15;
  margin-top: 46px;
  scroll-margin-top: 24px;
}

.aal-policy-content > h2:first-child {
  margin-top: 0;
}

.aal-policy-content p,
.aal-policy-content li {
  font-size: 16px;
  line-height: 1.7;
}

.aal-policy-content hr {
  border-color: #e4e6e8;
  margin: 12px 0 20px;
  opacity: 1;
}

.aal-policy-content .accordion {
  margin: 18px 0 8px;
}

.aal-policy-content .accordion-title {
  border-top-color: #e1e3e5;
  color: #171a1d;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 46px 16px 18px;
}

.aal-policy-content .accordion-inner {
  background: #fafafa;
  padding: 20px 24px;
}

.aal-policy-anchor {
  display: block;
  scroll-margin-top: 24px;
}

.aal-policy-more {
  background: #f4f5f6;
  border-left: 4px solid var(--aal-red);
  margin-top: 40px;
  padding: 24px 28px;
}

.aal-policy-more h2 {
  font-size: 23px;
  margin: 0 0 8px;
}

.aal-policy-more p {
  margin-bottom: 16px;
}

.aal-policy-more .button {
  margin: 0;
}

.aal-preview-main {
  background: linear-gradient(135deg, #f7f7f6, #fff);
  min-height: 440px;
  padding: 100px 28px;
}

.aal-preview-inner {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.aal-preview-kicker {
  color: var(--aal-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.aal-preview-inner h1 {
  color: var(--aal-ink);
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: -.04em !important;
  line-height: 1;
  margin: 12px 0 24px;
}

.aal-preview-inner > p:not(.aal-preview-kicker) {
  color: var(--aal-muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 760px;
}

.aal-preview-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
}

.aal-preview-actions a {
  border: 1px solid var(--aal-ink);
  border-radius: 6px;
  color: var(--aal-ink);
  font-weight: 700;
  padding: 13px 20px;
  text-decoration: none !important;
}

.aal-preview-actions a:first-child {
  background: var(--aal-red);
  border-color: var(--aal-red);
  color: #fff;
}

.aal-site-footer {
  color: var(--aal-ink);
  font-size: 16px;
}

.aal-footer-container {
  margin: 0 auto;
}

.aal-prefooter {
  background: #fff;
  padding: 24px 0;
}

.aal-prefooter-grid {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 680px minmax(0, 1fr);
}

.aal-brand-support img {
  height: auto;
  max-width: 340px;
  width: 100%;
}

.aal-brand-support {
  transform: none;
}

.aal-brand-support h2 {
  color: #111;
  font-size: 28px;
  letter-spacing: -.02em !important;
  line-height: 1.15;
  margin: 16px 0 6px;
}

.aal-brand-support h2 span {
  display: inline;
}

.aal-brand-support p {
  color: #363a3f;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
  max-width: 600px;
}

.aal-help-card {
  background: linear-gradient(135deg, #bf0000, #e10000);
  border-radius: 11px;
  box-shadow: 0 12px 28px rgba(160,0,0,.13);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 145px;
  padding: 16px 28px;
}

.aal-help-card-content {
  min-width: 0;
}

.aal-help-card-content h2 {
  color: #fff;
  font-size: 25px;
  letter-spacing: -.02em !important;
  line-height: 1.1;
  margin: 0 0 16px;
}

.aal-help-card-links {
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.aal-help-card-links a {
  align-items: center;
  color: #fff !important;
  display: grid;
  font-size: 17px;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) 22px;
  line-height: 1.25;
  min-height: 56px;
  padding: 0 18px;
}

.aal-help-card-links a + a {
  border-left: 1px solid rgba(255,255,255,.5);
}

.aal-help-link-icon {
  height: 40px;
  width: 40px;
}

.aal-help-arrow {
  height: 22px;
  transition: transform .2s ease;
  width: 22px;
}

.aal-help-card-links a:hover .aal-help-arrow {
  transform: translateX(4px);
}

.aal-footer-dark {
  background: linear-gradient(180deg, #181e22 0%, var(--aal-footer) 46%, #090e11 100%);
  color: #d8dadd;
  isolation: isolate;
  overflow: hidden;
  padding: 44px 0 30px;
  position: relative;
}

.aal-footer-dark::before {
  background:
    linear-gradient(180deg, rgba(4,8,10,.86) 0%, rgba(5,9,11,.68) 44%, rgba(5,9,11,.28) 100%),
    url("footer/point-cloud-mountains-footer.webp") center bottom / max(100%, 1672px) auto no-repeat;
  content: "";
  inset: 0;
  opacity: .92;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.aal-footer-dark > .aal-footer-container {
  position: relative;
  z-index: 1;
}

.aal-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.aal-footer-columns > div {
  border-left: 1px solid rgba(255,255,255,.19);
  padding: 0 58px;
}

.aal-footer-columns > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.aal-footer-columns > div:last-child {
  padding-right: 0;
}

.aal-footer-columns h3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: .01em !important;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.aal-footer-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aal-footer-columns li {
  margin: 0 0 12px;
}

.aal-footer-columns a {
  color: #c9ccd0 !important;
  font-size: 17px;
  line-height: 1.35;
}

.aal-footer-columns a:hover {
  color: #fff !important;
}

.aal-footer-columns .aal-quick-ship-link {
  align-items: center;
  color: #ff1a1a !important;
  display: inline-flex;
  font-weight: 700;
  gap: 14px;
}

.aal-newsletter-row {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.18);
  border-top: 1px solid rgba(255,255,255,.18);
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1.15fr;
  margin-top: 40px;
  padding: 28px 0 28px 20px;
}

.aal-newsletter-copy {
  align-items: center;
  display: flex;
  gap: 18px;
}

.aal-newsletter-icon {
  border: 2px solid var(--aal-red);
  border-radius: 50%;
  display: grid;
  flex: 0 0 60px;
  height: 60px;
  place-items: center;
  width: 60px;
}

.aal-newsletter-icon img {
  height: 28px;
  width: 28px;
}

.aal-newsletter-copy h3 {
  color: #fff;
  font-size: 23px;
  letter-spacing: -.01em !important;
  margin: 0 0 3px;
}

.aal-newsletter-copy p {
  color: #bfc2c6;
  font-size: 16px;
  margin: 0;
}

.aal-footer-signup {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  margin: 0;
}

.aal-footer-signup input[type=email] {
  background: transparent;
  border: 1px solid #5d6267;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  height: 58px;
  margin: 0;
  padding: 0 18px;
}

.aal-footer-signup input[type=email]:focus {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(255,255,255,.16);
}

.aal-footer-signup button {
  background: var(--aal-red);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  height: 58px;
  margin: 0;
  padding: 0 34px;
}

.aal-footer-signup button:hover {
  background: #ed0000;
}

.aal-footer-bottom {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 1fr) 230px auto auto;
  padding-top: 30px;
}

.aal-footer-bottom > p {
  color: #d2d4d6;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
}

.aal-sema img {
  height: auto;
  max-height: none;
  width: 230px;
}

.aal-social-links {
  display: flex;
  gap: 10px;
}

.aal-social-links a {
  border: 1px solid #85898d;
  border-radius: 50%;
  color: #fff !important;
  display: grid;
  height: 48px;
  place-items: center;
  width: 48px;
}

.aal-social-links img {
  height: 23px;
  width: 23px;
}

.aal-legal-links {
  display: flex;
  gap: 18px;
}

.aal-legal-links a {
  color: #d2d4d6 !important;
  font-size: 15px;
}

.aal-site-chrome-active .absolute-footer {
  display: none;
}

@media (min-width: 1241px) {
  .aal-footer-columns {
    grid-template-columns: 1.05fr 1.2fr 1.25fr 1.1fr;
  }

  .aal-footer-columns > div {
    min-width: 0;
  }

  .aal-footer-columns > div:first-child {
    padding-left: 20px;
  }

  .aal-footer-columns > div:nth-child(2) {
    padding-left: 88px;
  }

  .aal-footer-columns > div:nth-child(3) {
    padding-left: 97px;
  }

  .aal-footer-columns > div:nth-child(4) {
    padding-left: 80px;
  }

  .aal-footer-bottom {
    grid-template-columns: minmax(260px, 1fr) 230px auto auto;
  }

  .aal-footer-bottom > p {
    padding-left: 18px;
  }

  .aal-sema,
  .aal-social-links,
  .aal-legal-links {
    justify-self: start;
  }
}

@media (min-width: 850px) {
  .aal-site-chrome-active #wide-nav > .container {
    box-sizing: border-box;
    max-width: 1840px !important;
    padding-left: clamp(18px, 2.15vw, 40px) !important;
    padding-right: clamp(18px, 2.15vw, 40px) !important;
    width: 100% !important;
  }
}

@media (min-width: 1241px) and (max-width: 1760px) {
  .aal-fitment-panel {
    grid-template-columns: 260px minmax(680px, 1fr);
  }
  .aal-fitment-intro {
    gap: 14px;
    justify-content: flex-start;
    padding: 16px 18px;
  }
  .aal-fitment-car {
    flex-basis: 44px;
    font-size: 24px;
    height: 44px;
    width: 44px;
  }
  .aal-fitment-intro strong {
    font-size: 16px;
  }
  .aal-fitment-intro div > span {
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
  }
  .aal-fitment-selector {
    padding: 12px 18px;
  }
  .aal-fitment-selector .vfs-vehicle-row {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, auto);
  }
  .aal-fitment-selector [data-vfs-go] {
    font-size: 13px;
    min-width: 190px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .aal-primary-links {
    display: none;
  }
}

@media (min-width: 1241px) and (max-width: 1450px) {
  .aal-site-chrome-active #header .container {
    width: calc(100% - 64px);
  }
  .aal-site-chrome-active #masthead .header-inner {
    gap: 20px;
  }
  .aal-site-chrome-active #masthead #logo {
    flex: 0 0 250px;
    margin-left: 0;
    margin-right: 0;
    width: 250px;
  }
  .aal-site-chrome-active #masthead .hide-for-medium.flex-left {
    flex: 1 1 auto;
    min-width: 0;
  }
  .aal-site-chrome-active #masthead .search-form {
    max-width: 440px;
    min-width: 0;
    width: 100%;
  }
  .aal-site-chrome-active #masthead .flex-right {
    flex: 0 0 auto;
    transform: translate(0, 12px);
  }
  .aal-header-actions {
    gap: 20px;
  }
  .aal-header-action {
    font-size: 15px;
    gap: 7px;
  }
  .aal-header-action-icon {
    height: 34px;
    width: 34px;
  }
  .aal-cart-icon-wrap {
    height: 34px;
    width: 36px;
  }
}

@media (min-width: 850px) and (max-width: 1700px) {
  .aal-brand-support h2 {
    font-size: clamp(20px, 1.65vw, 26px);
    white-space: nowrap;
  }
  .aal-prefooter-grid {
    gap: 36px;
    grid-template-columns: minmax(460px, .8fr) minmax(720px, 1.2fr);
  }
  .aal-help-card {
    grid-template-columns: 1fr;
    min-height: 140px;
    padding: 14px 24px;
  }
  .aal-help-card-content {
    min-width: 0;
  }
  .aal-help-card-content h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .aal-help-card-links a {
    font-size: 16px;
    gap: 9px;
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 54px;
    min-width: 0;
    padding: 0 34px 0 8px;
    position: relative;
  }
  .aal-help-link-icon {
    height: 36px;
    width: 36px;
  }
  .aal-help-arrow {
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
  }
  .aal-help-card-links a:hover .aal-help-arrow {
    transform: translate(4px, -50%);
  }
}

@media (min-width: 1051px) and (max-width: 1700px) {
  .aal-help-card {
    margin-left: 24px;
  }
}

@media (max-width: 1240px) {
  .aal-site-chrome-active #header .container {
    width: calc(100% - 64px);
  }
  .aal-site-chrome-active #masthead .header-inner {
    gap: 22px;
  }
  .aal-site-chrome-active #masthead #logo {
    flex: 0 0 250px;
    margin-left: 0;
    margin-right: 0;
    width: 250px;
  }
  .aal-site-chrome-active #masthead .hide-for-medium.flex-left {
    flex: 1 1 auto;
    min-width: 250px;
  }
  .aal-site-chrome-active #masthead .hide-for-medium.flex-left > .header-nav {
    min-width: 0;
  }
  .aal-site-chrome-active #masthead .search-form {
    max-width: 410px;
    min-width: 0;
    width: 100%;
  }
  .aal-site-chrome-active #masthead .flex-right {
    flex: 0 0 auto;
  }
  .aal-header-actions {
    gap: 20px;
  }
  .aal-header-action {
    font-size: 15px;
    gap: 7px;
  }
  .aal-header-action-icon {
    height: 34px;
    width: 34px;
  }
  .aal-cart-icon-wrap {
    height: 34px;
    width: 36px;
  }
  .aal-site-chrome-active #wide-nav > .container {
    width: calc(100% - 64px);
  }
  .aal-fitment-panel {
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .aal-fitment-intro {
    gap: 14px;
    justify-content: flex-start;
    padding: 16px 18px;
  }
  .aal-fitment-car {
    flex-basis: 44px;
    font-size: 24px;
    height: 44px;
    width: 44px;
  }
  .aal-fitment-intro strong {
    font-size: 16px;
  }
  .aal-fitment-intro div > span {
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
  }
  .aal-fitment-selector {
    padding: 12px 18px;
  }
  .aal-fitment-selector .vfs-vehicle-row {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(205px, auto);
  }
  .aal-fitment-selector [data-vfs-go] {
    font-size: 13px;
    min-width: 205px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .aal-primary-links {
    display: none;
  }
  .aal-prefooter-grid {
    gap: 36px;
    grid-template-columns: minmax(300px, .7fr) minmax(600px, 1.3fr);
  }
}

@media (min-width: 850px) and (max-width: 1240px) {
  .aal-prefooter-grid {
    grid-template-columns: 1fr;
  }
  .aal-footer-bottom {
    column-gap: 28px;
    grid-template-columns: minmax(260px, 1fr) 230px;
    row-gap: 18px;
  }
  .aal-footer-bottom > p {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .aal-sema {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .aal-social-links {
    align-self: center;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
  }
  .aal-legal-links {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}

@media (min-width: 960px) and (max-width: 1240px) {
  .aal-footer-bottom {
    grid-template-columns: minmax(260px, 1fr) 230px auto auto;
  }
  .aal-footer-bottom > p,
  .aal-sema,
  .aal-social-links,
  .aal-legal-links {
    grid-row: 1;
  }
  .aal-footer-bottom > p { grid-column: 1; }
  .aal-sema { grid-column: 2; justify-self: start; }
  .aal-social-links { grid-column: 3; justify-self: start; }
  .aal-legal-links { grid-column: 4; justify-self: end; }
}

@media (min-width: 980px) and (max-width: 1280px) {
  .aal-prefooter-grid {
    align-items: center;
    gap: 28px;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  }
  .aal-brand-support {
    text-align: left;
  }
  .aal-brand-support h2 {
    white-space: normal;
  }
  .aal-brand-support h2 span {
    display: block;
  }
  .aal-brand-support p {
    font-size: 16px;
  }
  .aal-brand-support img,
  .aal-brand-support p {
    margin-left: 0;
    margin-right: 0;
  }
  .aal-help-card {
    margin-left: 0;
    min-width: 0;
  }
}

@media (min-width: 1150px) and (max-width: 1760px) {
  .aal-fitment-panel {
    grid-template-columns: 260px minmax(0, 1fr) auto;
  }
  .aal-fitment-intro {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .aal-fitment-selector {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .aal-primary-links {
    display: flex;
    padding-left: 8px;
  }
  .aal-primary-links a {
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 849px) {
  .nav-sidebar .aal-mobile-category-link,
  .mobile-sidebar .aal-mobile-category-link {
    display: block !important;
  }
  .aal-site-chrome-active #header .container {
    max-width: none;
    width: 100%;
  }
  .aal-site-chrome-active #top-bar {
    display: none;
  }
  .aal-site-chrome-active #masthead {
    height: 68px !important;
  }
  .aal-site-chrome-active #masthead .header-inner {
    gap: 0;
  }
  .aal-site-chrome-active #masthead .show-for-medium.flex-left,
  .aal-site-chrome-active #masthead .show-for-medium.flex-right {
    flex: 1 1 0;
    min-width: 44px;
  }
  .aal-site-chrome-active #masthead #logo {
    margin: 0 12px;
    width: 190px !important;
  }
  .aal-site-chrome-active #masthead #logo img {
    max-height: 58px !important;
  }
  .aal-site-chrome-active #masthead .mobile-nav > li > a,
  .aal-site-chrome-active #masthead .mobile-nav > li > a > i {
    color: #111;
  }
  .aal-site-chrome-active #wide-nav {
    min-height: 54px !important;
  }
  .aal-site-chrome-active #wide-nav > .container,
  .aal-site-chrome-active #wide-nav .show-for-medium,
  .aal-site-chrome-active #wide-nav .header-bottom-nav,
  .aal-site-chrome-active #wide-nav .header-block,
  .aal-site-chrome-active #wide-nav .header-block > div {
    width: 100%;
  }
  .aal-fitment-toggle {
    align-items: center;
    background: #fff;
    border: 0;
    color: #111;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    height: 53px;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
  }
  .aal-fitment-bar {
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: 0;
  }
  .aal-fitment-toggle i {
    color: var(--aal-red);
    font-size: 22px;
    transition: transform .2s ease;
  }
  .aal-fitment-bar.is-open .aal-fitment-toggle i {
    transform: rotate(180deg);
  }
  .aal-fitment-panel {
    background: #f7f7f7;
    display: none;
    grid-template-columns: 1fr;
    padding: 18px 20px 20px;
  }
  .aal-fitment-bar.is-open .aal-fitment-panel {
    display: grid;
  }
  .aal-fitment-intro {
    border: 0;
    gap: 0;
    justify-content: flex-start;
    padding: 0 0 14px;
  }
  .aal-fitment-car {
    display: none;
  }
  .aal-fitment-intro strong {
    font-size: 15px;
    text-transform: uppercase;
  }
  .aal-fitment-intro div > span {
    font-size: 13px;
    margin-top: 4px;
  }
  .aal-fitment-selector {
    padding: 0;
  }
  .aal-fitment-selector .vfs-vehicle-row {
    grid-template-columns: 1fr;
  }
  .aal-fitment-selector .vfs-step-label,
  .aal-fitment-selector .vfs-step-check {
    display: none !important;
  }
  .aal-fitment-selector .vfs-vehicle-field:first-child.is-complete .vfs-vehicle-select {
    padding-right: 34px;
  }
  .aal-fitment-selector .vfs-vehicle-select,
  .aal-fitment-selector .vfs-vehicle-button {
    width: 100%;
  }
  .aal-preview-main {
    min-height: 360px;
    padding: 66px 20px;
  }
  .aal-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .aal-prefooter {
    padding: 24px 0;
  }
  .aal-prefooter-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .aal-brand-support {
    text-align: center;
    transform: none;
  }
  .aal-brand-support img,
  .aal-brand-support p {
    margin-left: auto;
    margin-right: auto;
  }
  .aal-help-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .aal-help-card-content {
    padding-left: 0;
  }
  .aal-help-card-content h2 {
    font-size: 24px;
    margin: 14px 0 8px;
    text-align: center;
  }
  .aal-help-card-links {
    grid-template-columns: 1fr;
  }
  .aal-help-card-links a,
  .aal-help-card-links a + a {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.32);
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    min-height: 56px;
    padding: 8px 0;
  }
  .aal-help-card-links a:first-child {
    border-top: 0;
  }
  .aal-footer-columns {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }
  .aal-footer-columns > div,
  .aal-footer-columns > div:first-child,
  .aal-footer-columns > div:last-child {
    border-left: 0;
    padding: 0 24px 0 0;
  }
  .aal-newsletter-row {
    gap: 22px;
    grid-template-columns: 1fr;
  }
  .aal-footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .aal-footer-bottom > p,
  .aal-sema,
  .aal-social-links,
  .aal-legal-links {
    justify-self: start;
  }
  .aal-footer-bottom > p { grid-column: 1; grid-row: 1; }
  .aal-sema { grid-column: 2; grid-row: 1; justify-self: end; }
  .aal-social-links { grid-column: 1; grid-row: 2; }
  .aal-legal-links { grid-column: 2; grid-row: 2; justify-self: end; }

  .aal-policy-page .page-wrapper {
    padding: 20px 0 42px;
  }
  .aal-policy-page .page-inner {
    padding: 0 16px;
  }
  .aal-policy-hero {
    border-radius: 9px;
    padding: 30px 24px 26px;
  }
  .aal-policy-hero h1 {
    font-size: 38px;
  }
  .aal-policy-hero > p:not(.aal-policy-eyebrow) {
    font-size: 16px;
  }
  .aal-policy-jump {
    gap: 8px;
    margin-top: 22px;
  }
  .aal-policy-jump a {
    font-size: 13px;
    padding: 9px 12px;
  }
  .aal-policy-content {
    border-radius: 9px;
    padding: 28px 22px 34px;
  }
  .aal-policy-content > h2,
  .aal-policy-content > .aal-policy-anchor + .title-wrapper h2 {
    font-size: 25px;
    margin-top: 38px;
  }
  .aal-policy-content p,
  .aal-policy-content li {
    font-size: 15px;
  }
}

.aal-home-intro-row {
  background: #fff;
  border-bottom: 1px solid #d4d6d8;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.aal-home-intro-row > .col {
  padding: 0 !important;
}
.aal-home-intro {
  margin: 0 auto;
  max-width: 1240px;
  padding: 44px 30px 46px;
  text-align: center;
  width: 100%;
}
.aal-home-intro-eyebrow {
  align-items: center;
  color: var(--aal-red);
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 18px;
  justify-content: center;
  letter-spacing: .09em;
  line-height: 1.2;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.aal-home-intro-eyebrow::after {
  background: var(--aal-red);
  content: "";
  display: block;
  height: 3px;
  width: 48px;
}
.aal-home-intro h1 {
  color: #333638;
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.04;
  margin: 0 0 24px;
  white-space: nowrap;
}
.aal-home-intro h1 span {
  display: inline;
}
.aal-home-intro-copy {
  color: #555a5e;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 650px;
}

@media (max-width: 740px) {
  .aal-home-intro {
    text-align: left;
  }
  .aal-home-intro-eyebrow {
    justify-content: flex-start;
  }
  .aal-home-intro h1 {
    white-space: normal;
  }
  .aal-home-intro h1 span {
    display: block;
  }
  .aal-home-intro-copy {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .aal-home-intro {
    padding: 42px 26px 28px;
  }
  .aal-home-intro-eyebrow {
    font-size: 13px;
    gap: 13px;
    letter-spacing: .1em;
    margin-bottom: 21px;
  }
  .aal-home-intro-eyebrow::after {
    height: 2px;
    width: 32px;
  }
  .aal-home-intro h1 {
    font-size: 38px;
    letter-spacing: -.04em;
    line-height: 1.07;
    margin-bottom: 20px;
  }
  .aal-home-intro-copy {
    font-size: 17px;
    line-height: 1.45;
  }

  .aal-site-chrome-active #header .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .aal-footer-container {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
  }
  .aal-footer-dark::before {
    background-position: center, 62% bottom;
    background-size: auto, 1500px auto;
  }
  .aal-site-chrome-active #masthead #logo {
    width: 160px !important;
  }
  .aal-brand-support h2 {
    font-size: 20px;
    text-wrap: balance;
  }
  .aal-footer-columns {
    grid-template-columns: 1fr;
  }
  .aal-footer-columns > div,
  .aal-footer-columns > div:first-child,
  .aal-footer-columns > div:last-child {
    border-bottom: 1px solid rgba(255,255,255,.14);
    padding: 0 0 24px;
  }
  .aal-footer-signup {
    grid-template-columns: 1fr;
  }
  .aal-footer-signup button {
    width: 100%;
  }
  .aal-footer-bottom {
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    padding-top: 24px;
  }
  .aal-footer-bottom > p,
  .aal-sema,
  .aal-social-links,
  .aal-legal-links {
    justify-self: center;
    text-align: center;
  }
  .aal-footer-bottom > p {
    grid-column: 1 / -1;
    grid-row: 1;
    white-space: normal;
  }
  .aal-sema { grid-column: 1 / -1; grid-row: 2; }
  .aal-social-links { grid-column: 1; grid-row: 3; justify-self: end; }
  .aal-legal-links { grid-column: 2; grid-row: 3; justify-self: start; }
}
