body.site-shell-product-route .site-shell__context-link,
body.site-shell-product-route .site-shell__desktop-nav,
body.site-shell-product-route .site-shell__hamburger,
body.site-shell-product-route .site-shell__mobile-overlay,
body.site-shell-product-route .site-shell__mobile-panel {
  display: none !important;
}

body.site-shell-product-route .site-shell {
  min-height: 58px !important;
  background: rgba(10, 12, 18, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: none !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.site-shell-product-route .site-shell__inner {
  min-height: 58px !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

body.site-shell-product-route .site-shell__brand-wrap {
  margin: 0 !important;
}

body.site-shell-product-route .site-shell__brand-logo {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
}

body.site-shell-product-route .site-shell__brand-menu-toggle {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.035) !important;
}

body.site-shell-product-route .site-shell__brand-menu {
  background: rgba(10,12,18,.97) !important;
  border-color: rgba(255,255,255,.14) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.32) !important;
}

body.site-shell-product-route .site-shell__brand-menu-link {
  color: rgba(255,255,255,.82) !important;
}

body.site-shell-product-route .site-shell__brand-menu-link:hover,
body.site-shell-product-route .site-shell__brand-menu-link:focus-visible,
body.site-shell-product-route .site-shell__brand-menu-link.is-current {
  color: #fff !important;
  background: rgba(255,255,255,.08) !important;
}
