#shopping-links{
  display: flex;
  justify-content: flex-end;
  min-width: max-content;
}

#shopping-links .slideout__trigger-search.button-as-link.js-modal-open{
  display: none;
}

body.template-index .header__wrapper.inline-layout-true div.header__main-wrapper{
  background: var(--header-wrapper-background);
}

div.shopify-section#shopify-section-header{
  z-index: 2;
}

@media (min-width: 980px) and (max-width: 1400px) {
  #header-wrapper > .span-6.auto,
  #header-wrapper > .span-3.auto {
    grid-column: auto / span 4;
  }
}

@media(max-width: 425px){
  #mobile-header.header__mobile-container div.header__desktop-logo{
      width: 20% !important;
      margin-left: -30px;
  }

  #mobile-header.header__mobile-container div.header__shopping-cart-links{
     width: 67% !important;
  }
}