/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 768px) {
  .navbar-links {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .navbar-links.active {
    display: flex;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-controls {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-controls input, .navbar-controls select {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-layout {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .banner-container {
    height: 400px;
  }
}

@media (max-width: 640px) {
  .whatsapp-btn {
    width: 50px;
    height: 50px;
    bottom: 80px;
  }
  .whatsapp-btn i {
    font-size: 1.5rem;
  }
  .whatsapp-tooltip {
    bottom: 10px;
    right: 60px;
    font-size: 0.8rem;
  }
  body.auth-loading #profileLink, 
  body.auth-loading #wishlistLink, 
  body.auth-loading #logoutBtn, 
  body.auth-loading #adminLink {
    display: none ;
  }
}