/** Shopify CDN: Minification failed

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

**/
header-drawer {
  order: -1;
}

@media (max-width: 767px) {
  header-drawer {
    margin-right: -.2rem;
  }
}

header-drawer details summary{
  margin-left: -1rem;
}

@media (min-width: 1024px) {
  header-drawer {
    display: none;
  }
}
@media screen and (max-width: 989px) {
@media screen and (max-width: 989px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; /* Needed for absolute positioning of the logo */
  }

  /* Target the logo wrapper or the logo itself */
  .header__heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 10;
  }
  
  /* Ensure the icons don't overlap the centered logo */
  .header__icons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}