/* Final NEXO interaction and mobile overrides. */
.site-nav a:hover,
.site-nav a.active {
  background: transparent !important;
  color: #fff !important;
}

.site-nav a:focus-visible {
  background: transparent !important;
  color: #fff !important;
  outline: 2px solid #f5d000;
  outline-offset: 7px;
}

.ml-product-stars {
  color: #e3b900;
  font-size: 15px;
  letter-spacing: .16em;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .top-strip__inner {
    justify-content: center;
    text-align: center;
  }

  .top-strip__inner span:first-child,
  .top-strip__inner a {
    display: none;
  }

  .top-strip__inner .top-strip__hide {
    display: inline !important;
    font-size: 8px;
    letter-spacing: .13em;
  }

  .site-header {
    height: auto;
    min-height: 72px;
    overflow: visible;
    background: #090909 !important;
  }

  .header-inner {
    height: 72px;
    gap: 10px;
  }

  .auto-logo__mark {
    width: 34px;
    height: 36px;
    font-size: 25px;
  }

  .auto-logo strong { font-size: 22px; }
  .auto-logo small { font-size: 7px; }

  .mobile-menu-btn {
    display: block;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 0 !important;
    border-radius: 0;
    background: #f5d000 !important;
    box-shadow: none;
  }

  .mobile-menu-btn i {
    left: 11px;
    width: 22px;
    background: #090909;
  }

  .mobile-menu-btn i:first-child { top: 16px; }
  .mobile-menu-btn i:last-child { top: 25px; }
  .mobile-menu-btn.open i:first-child { transform: translateY(4.5px) rotate(45deg); }
  .mobile-menu-btn.open i:last-child { transform: translateY(-4.5px) rotate(-45deg); }

  #mobile-nav.mobile-nav {
    position: absolute;
    z-index: 1002;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 8px 20px 18px !important;
    counter-reset: nexo-mobile;
    border-top: 1px solid #2d2d2d !important;
    border-bottom: 4px solid #f5d000 !important;
    background: #0b0b0b !important;
    box-shadow: 0 20px 42px rgba(0, 0, 0, .38);
  }

  #mobile-nav.mobile-nav.open { display: block; }

  #mobile-nav.mobile-nav a {
    display: grid;
    grid-template-columns: 34px 1fr 24px;
    align-items: center;
    min-height: 54px;
    padding: 0 4px !important;
    counter-increment: nexo-mobile;
    color: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #282828 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 13px;
    letter-spacing: .08em;
  }

  #mobile-nav.mobile-nav a::before {
    content: "0" counter(nexo-mobile);
    color: #f5d000;
    font: 800 11px/1 var(--br-font-sans);
    letter-spacing: .05em;
  }

  #mobile-nav.mobile-nav a::after {
    content: "→";
    color: #f5d000;
    font-size: 17px;
    text-align: right;
    transition: transform .2s;
  }

  #mobile-nav.mobile-nav a:hover,
  #mobile-nav.mobile-nav a:focus-visible {
    padding-left: 10px !important;
    color: #fff !important;
    outline: 0;
    background: #171717 !important;
  }

  #mobile-nav.mobile-nav a:hover::after,
  #mobile-nav.mobile-nav a:focus-visible::after {
    transform: translateX(3px);
  }

  .site-header.menu-open {
    box-shadow: 0 18px 38px rgba(0, 0, 0, .4);
  }
}

@media (max-width: 560px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .saved-btn {
    width: 44px;
    height: 44px;
  }

  .hero-auto { min-height: 680px; }
  .hero-auto h1 { font-size: clamp(58px, 18vw, 82px); }
  .product-card__body { padding: 20px; }
  .product-card__name { font-size: 25px; }

  .ml-product-rating {
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
