@media (max-width: 1200px) {
  .desktop-nav {
    gap: 12px;
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .search-mini {
    width: 190px;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .top-bar {
    display: none;
  }

  .desktop-nav,
  .search-mini,
  .header-icon {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-inner {
    min-height: 74px;
  }

  .hero-inner,
  .custom-inner,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 72px 0;
  }

  .hero-card {
    max-width: 520px;
  }

  .hero-mini-features {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .section-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-grid {
    gap: 38px;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .logo strong {
    font-size: 25px;
  }

  .logo small {
    font-size: 8px;
  }

  .cart-button span {
    display: none;
  }

  .hero-inner {
    padding: 58px 0;
  }

  .hero h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
  }

  .category-grid,
  .product-grid,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 300px;
  }

  .custom-inner h2,
  .contact h2 {
    font-size: 34px;
  }

  .contact {
    padding: 70px 0;
  }

  .contact-form {
    padding: 24px;
  }

  .whatsapp-btn {
    width: 58px;
    height: 58px;
    right: 14px;
    bottom: 14px;
  }
}

/* ==========================
   PREMIUM MOBILE FINAL
========================== */

@media(max-width: 768px) {
  body {
    background: #f5f7fb;
  }

  .header-inner {
    min-height: 68px;
    gap: 10px;
  }

  .logo strong {
    font-size: 24px;
  }

  .logo small {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .cart-button {
    height: 42px;
    min-width: 46px;
    padding: 0 12px;
  }

  .cart-button span {
    display: none;
  }

  .user-dropdown-btn {
    height: 42px;
    min-width: 46px;
    max-width: 120px;
    padding: 0 10px;
    font-size: 13px;
  }

  .user-dropdown-btn span {
    max-width: 58px;
  }

  .mobile-menu-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .mobile-menu {
    border-radius: 0 0 18px 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 44px 0;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.05;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-card {
    padding: 22px;
    border-radius: 22px;
  }

  .section-head h2,
  .section-row h2,
  .products-hero h1,
  .cart-title h1,
  .checkout-title h1,
  .account-title h1,
  .track-title h1 {
    font-size: 31px;
    line-height: 1.15;
  }

  .category-card {
    min-height: 245px;
    border-radius: 22px;
  }

  .premium-product-card {
    border-radius: 22px;
  }

  .premium-image-box {
    height: 215px;
  }

  .premium-content {
    padding: 18px;
  }

  .premium-content h3 {
    font-size: 18px;
    min-height: auto;
  }

  .premium-price-row strong {
    font-size: 24px;
  }

  .premium-actions {
    grid-template-columns: 1fr 50px;
  }

  .premium-detail-btn,
  .premium-cart-btn {
    height: 50px;
  }

  .products-layout,
  .cart-layout,
  .checkout-layout,
  .account-layout,
  .product-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .filters-box,
  .cart-summary,
  .checkout-summary,
  .account-sidebar {
    position: relative;
    top: 0;
  }

  .checkout-grid,
  .account-form-grid,
  .address-form {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cart-item img {
    width: 100%;
    height: 210px;
  }

  .qty-box {
    justify-content: center;
  }

  .auth-premium-page {
    grid-template-columns: 1fr;
  }

  .auth-left {
    min-height: 330px;
    padding: 28px 20px;
  }

  .auth-left-content h1 {
    font-size: 34px;
  }

  .auth-left-content p {
    font-size: 15px;
  }

  .auth-right {
    padding: 22px 14px;
  }

  .auth-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .user-dropdown-menu {
    right: -8px;
    top: 52px;
  }
}