/**
 * Retail Experience Theme 1.10.6
 * True viewport-centred mobile brand and isolated header controls.
 */
@media (max-width: 850px) {
  .retail-site-header__main.retail-header-contract-v1106 {
    --retail-mobile-logo-center-x: 50%;
    --retail-mobile-logo-width: 210px;
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(44px,1fr) minmax(0,1fr) minmax(88px,1fr) !important;
    align-items: center !important;
    column-gap: .35rem !important;
    min-height: 82px !important;
    padding-block: .55rem !important;
    isolation: isolate;
  }

  .retail-site-header__search,
  .retail-site-header__utilities {
    position: relative !important;
    z-index: 4 !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .retail-site-header__search {
    grid-column: 1 !important;
    justify-self: start !important;
    width: 44px !important;
    flex: 0 0 44px !important;
  }

  .retail-site-header__utilities {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  .retail-site-header__brand {
    position: absolute !important;
    top: 50% !important;
    left: var(--retail-mobile-logo-center-x,50%) !important;
    z-index: 2 !important;
    width: min(220px,var(--retail-mobile-logo-width,210px)) !important;
    max-width: var(--retail-mobile-logo-width,210px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%,-50%) !important;
    text-align: center !important;
    pointer-events: none;
  }

  .retail-site-header__brand .wp-block-site-logo,
  .retail-site-header__brand .custom-logo-link {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    pointer-events: auto;
  }

  .retail-site-header__brand img,
  body.retail-signature-template-v120 .retail-site-header__brand img,
  body.retail-signature-template-v162 .retail-site-header__brand img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 58px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .retail-site-header__utilities .ref-native-account-link,
  .retail-site-header__utilities .retail-account-button .wp-block-button__link,
  .retail-site-header__utilities .ref-stable-mini-cart__button,
  .retail-site-header__search .wp-block-search__button {
    box-sizing: border-box !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex: 0 0 44px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    touch-action: manipulation;
  }

  .retail-site-header__utilities .ref-native-account-link strong,
  .retail-site-header__utilities .retail-account-button .wp-block-button__link span:not([aria-hidden="true"]) {
    display: none !important;
  }

  .retail-site-header__main[data-ref-header-crowded="yes"] .retail-site-header__brand img {
    max-height: 48px !important;
  }
}

@media (max-width: 600px) {
  .retail-site-header__main.retail-header-contract-v1106 { min-height: 76px !important; }
  .retail-site-header__brand { width: min(190px,var(--retail-mobile-logo-width,180px)) !important; }
  .retail-site-header__brand img,
  body.retail-signature-template-v120 .retail-site-header__brand img,
  body.retail-signature-template-v162 .retail-site-header__brand img { max-height: 52px !important; }
}

@media (max-width: 380px) {
  .retail-site-header__brand { width: min(164px,var(--retail-mobile-logo-width,154px)) !important; }
  .retail-site-header__brand img,
  body.retail-signature-template-v120 .retail-site-header__brand img,
  body.retail-signature-template-v162 .retail-site-header__brand img { max-height: 46px !important; }
}
