/* PadelScout header-clean v151
   Single source of truth for the desktop header across public, app and live pages.
   Loaded last, after styles.css and live-clean.css, to avoid route-specific header drift. */
@media (min-width: 921px) {
  body:not(.embedded-editor) .site-header.shop-header {
    display: grid !important;
    grid-template-columns: 210px 476px 210px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: calc(100vw - 47px) !important;
    max-width: calc(100vw - 47px) !important;
    height: 74px !important;
    min-height: 74px !important;
    margin: 14px 16px 0 !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
  }

  body:not(.embedded-editor) .site-header.shop-header .brand-logo {
    grid-column: 1 !important;
    justify-self: start !important;
    height: 48px !important;
    overflow: visible !important;
  }

  body:not(.embedded-editor) .site-header.shop-header .brand-logo img {
    display: block !important;
    width: 190px !important;
    max-width: 190px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body:not(.embedded-editor) .site-header.shop-header .desktop-nav,
  body:not(.embedded-editor) .site-header.shop-header .mega-nav {
    grid-column: 2 !important;
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 476px !important;
    min-width: 476px !important;
    max-width: 476px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 4px !important;
    gap: 10px !important;
    box-sizing: border-box !important;
  }

  body:not(.embedded-editor) .site-header.shop-header .mega-nav > a,
  body:not(.embedded-editor) .site-header.shop-header .mega-nav .nav-item,
  body:not(.embedded-editor) .site-header.shop-header .mega-nav .nav-item > a {
    width: 148px !important;
    min-width: 148px !important;
    max-width: 148px !important;
    height: 44px !important;
    min-height: 44px !important;
    box-sizing: border-box !important;
  }

  body:not(.embedded-editor) .site-header.shop-header .mega-nav > a,
  body:not(.embedded-editor) .site-header.shop-header .mega-nav .nav-item > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  body:not(.embedded-editor) .site-header.shop-header .header-account {
    grid-column: 3 !important;
    justify-self: end !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
  }
}
