/*
Theme Name: Krogarna
Theme URI: https://angrycreative.se/
Author: Angry Creative
Author URI: https://angrycreative.se/
Description:
Version: 3.2.1
Template: qala-theme
Tags: angrycreative, starter-theme
Text Domain: krogarna
Domain Path: /languages
*/

.main-menu, .main-menu-navigation {
    display: flex
;
    justify-content: start!important;
    margin: 0;
    padding: 0;
}

.site-search-form {
	display: none!important;
}

@media (min-width: 992px) {
    .site-header--layout-logo-centered .ac-nav-collapse .main-menu>.menu-item>.toggle-sub-menu, .site-header--layout-logo-centered .ac-nav-collapse .main-menu>.menu-item>a {
        padding: 10px 0 14px!important;
    }
}


.main-menu .menu-item .menu-item__link {
    color: var(--wp--preset--color--base-900);
    font-family: var(--wp--preset--font-family--zalando-sans);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.56;
    text-transform: none;
}
@media (min-width: 992px) {
  .site-header--layout-logo-centered .main-navigation {
    display: grid !important;
    grid-template-columns: 1fr auto !important; /* vänster & höger kolumn */
    grid-template-rows: auto auto !important;   /* rad 1: logo+ikoner, rad 2: meny */
    grid-template-areas:
      "branding buttons"
      "menu menu" !important;
	  padding: 20px 0;
    align-items: center !important;
    width: 100% !important;
    gap: 0 !important;
  }
	
	

  /* LOGGA — vänster */
  .site-header--layout-logo-centered .site-branding {
    grid-area: branding !important;
    justify-self: start !important;
    margin: 0 !important;
  }

  /* KNAPPAR — höger */
  .site-header--layout-logo-centered .main-navigation__right-column-header-buttons {
    grid-area: buttons !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
  }

  /* MENY — under hela bredden */
  .site-header--layout-logo-centered .ac-nav-collapse.main-menu-wrapper {
    grid-area: menu !important;
    justify-self: stretch !important;
    width: 100% !important;
    margin-top: 10px !important;
  }

  /* Valfritt: liten separator under loggoraden */
  .site-header--layout-logo-centered .main-navigation {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
    .site-header--layout-logo-centered .ac-nav-collapse .main-menu>.menu-item>.toggle-sub-menu:after, .site-header--layout-logo-centered .ac-nav-collapse .main-menu>.menu-item>.toggle-sub-menu:before {
        top: calc(50% - 0px)!important;
    }
}

@media (min-width: 992px) {
    .main-menu>.menu-item>.toggle-sub-menu:after {
        right: 2px!important;
    }
}

@media (min-width: 992px) {
    .main-menu>.menu-item>.toggle-sub-menu:after, .main-menu>.menu-item>.toggle-sub-menu:before {
        top: 55%;
        width: 8px!important;
    }
}