/* Separate storefront access from the service navigation. */
header .nav-inner { gap: 16px; }
header .desktop-nav { margin-left: auto; }
header .nav-shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: #20385f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}
header .nav-shop-link svg { width: 20px; height: 20px; flex: 0 0 20px; }
header .nav-shop-link:hover { background: #e6f1ff; color: #142b50; }
header .nav-shop-link:focus-visible { outline: 3px solid #5dc9ff; outline-offset: 4px; }
header .mobile-shop-entry { margin-bottom: 8px; padding-bottom: 14px; border-bottom: 1px solid #ffffff40; }
header .mobile-shop-entry .nav-shop-link { display: flex; width: 100%; }
@media (max-width: 1160px) {
  header .desktop-nav, header .nav-shop-link--desktop { display: none; }
  header .mobile-nav { display: block; }
}
