/** Shopify CDN: Minification failed

Line 69:1 Expected "}" to go with "{"

**/
/* BioHabitat - Header layout fix */
@media screen and (min-width: 990px) {
  .header--top-center {
    display: grid !important;
    grid-template-rows: auto auto !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
  }

  .header--top-center .header__heading {
    grid-row: 1 !important;
    grid-column: 2 !important;
    justify-self: center !important;
  }

  .header--top-center .header__inline-menu {
    grid-row: 2 !important;
    grid-column: 1 / -1 !important;
    justify-self: center !important;
  }

  .header--top-center .header__icons {
    grid-row: 1 !important;
    grid-column: 3 !important;
    justify-self: end !important;
    
    /* BioHabitat - Header layout fix */
@media screen and (min-width: 990px) {
  .header--top-center {
    display: grid !important;
    grid-template-rows: auto auto !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
  }

  .header--top-center .header__heading {
    grid-row: 1 !important;
    grid-column: 2 !important;
    justify-self: center !important;
  }

  .header--top-center .header__inline-menu {
    grid-row: 2 !important;
    grid-column: 1 / -1 !important;
    justify-self: center !important;
  }

  .header--top-center .header__icons {
    grid-row: 1 !important;
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Verplaats zoekicoontje naar rechts, in de icons groep */
  .header--top-center details-modal,
  .header--top-center .header__search {
    grid-row: 1 !important;
    grid-column: 3 !important;
    justify-self: end !important;
    display: none !important;
  }
}