

/* for header  */
#shopify-section-sections--22313444147456__header{
  .m-header__wrapper {
    border-bottom: 1px solid #222;
  }
  .m-header__center {
    justify-content: end !important;
  }
  .m-header__right {
    display: none !important;
  }
  .m-menu__link--main:after {
    height: 0px !important;
    bottom: calc(var(--main-link-py) - 0px) !important;
  }

  .m-logo.m-logo--mobile.m\:justify-center.m\:w-6\/12.m-logo--has-image {
    width: 32%;
  }

  a.m-menu__link.m-menu__link--main{
    padding: 6px 30px;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  }

  a.m-menu__link.m-menu__link--main:hover {
    background: #1f2937;
  }

  a.m-menu__link.m-menu__link--main.active {
    background: #ED1C24;
  }
}

/* scrolling button  */
button#scroll-to-top-button {
    display: none !important;
}

#overview-section,
#specs-section,
#faq-section,
#preorder-section {
  scroll-margin-top: 80px;
}

section#m-section-template--22313443361024__image_with_text_cKJAYp {
    background: linear-gradient(180deg, #111827 0%, #000 100%) !important;
}