@media (max-width: 1300px) {
  .nav-left-1 h1,
  .nav-right-1 a {
    font-size: 1.1rem;
  }
  .nav-center-1 {
    margin-left: 0;
    padding-left: 0;
   
  }
  .nav-center-2 {
    
  }
  .nav-icon-wrapper {
    display: none;
  }

  .category-sidebar {
    display: none;
  }

  .logo {
    height: 45px;
  }

  .nav-icon-wrapper img {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .nav-left-1 h1 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-left: 0.3rem; /* or adjust to taste */
  }
}

@media (max-width: 900px) {
  .nav-center-1 {
    display: none;
  }
  .nav-center-2 {
    margin-left: 0;
  }
  .nav-search {
    max-width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 1300px) {
  .mobile-category-nav {
    display: block;
    
  }
}

@media (max-width: 900px) {
	.hero-container {
    padding: 1rem 1.5rem;
  }
  .hero-content h1 {
    font-size: 1.5rem;
    text-shadow:
      -1px -1px 0 black,
       1px -1px 0 black,
      -1px  1px 0 black,
       1px  1px 0 black;
  }
	.hero-content p {
	font-size: 1.2rem;
    color: white;
    text-shadow:
      -1px -1px 0 black,
       1px -1px 0 black,
      -1px  1px 0 black,
       1px  1px 0 black;
  }
	.hero-content .phone {
    color: white !important;
    text-decoration: none !important;
    text-shadow:
      -1px -1px 0 black,
       1px -1px 0 black,
      -1px  1px 0 black,
       1px  1px 0 black;
  }

  /* Mobile Safari fix for auto-linking */
  .hero-content .phone a {
    color: inherit !important;
    text-decoration: none !important;
  }
}


/* === Only show hamburger on mobile === */
.mobile-account-icon {
  display: none;
  font-size: 2rem;
  margin-right: 10px;
  cursor: pointer;
  color: white; /* 👈 This makes the ☰ icon white */
}

/* Hide login/account link on mobile */
@media (max-width: 768px) {
  .mobile-account-icon {
    display: block;
  }

  .nav-right-1 .login-link,
  .nav-right-1 .account-link {
    display: none !important;
  }
}

/*
.mobile-only-link {
  display: none;
}


@media (max-width: 768px) {
  .mobile-only-link {
    display: list-item;
  }
}
*/

.mobile-login-link {
  display: none;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  .mobile-login-link {
    display: inline-block;
	margin-right: 1rem;
  }
}


@media (max-width: 768px) {
  .desktop-search-button {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mobile-account-icon {
    display: block;
    font-size: 3.6rem; /* ← increase this (try 2.4 - 2.8rem) */
	justify-content: center;
	align-items: center;
	margin-bottom: .5rem;
  }
}
