/* Global mobile stability fixes */
html, body {
  overflow-x: hidden;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

* {
  word-wrap: break-word;
}

@media (max-width: 991px) {
  .nh-navbar {
    height: 60px !important;
  }

  .nh-navbar-inner {
    padding: 0 12px !important;
    gap: 8px !important;
  }

  .nh-logo-img {
    max-width: 140px !important;
    height: 36px !important;
  }

  .nh-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 40px 16px 28px !important;
  }

  .nh-footer-logo-img {
    max-width: 140px !important;
    max-height: 56px !important;
  }

  .nh-footer-logo-text {
    font-size: 14px !important;
  }

  .nh-shop-layout {
    flex-direction: column !important;
    padding: 16px !important;
  }

  .nh-shop-main,
  .nh-shop-sidebar {
    width: 100% !important;
    min-width: 0 !important;
  }

  .nh-products-grid,
  .nh-cat-grid,
  .nains-fc-product-grid,
  .nhc-grid,
  .nbc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .nh-product-card,
  .nains-fc-card,
  .nhc-card,
  .nbc-card {
    min-width: 0 !important;
  }
}

@media (max-width: 640px) {
  .nh-products-grid,
  .nh-cat-grid,
  .nains-fc-product-grid,
  .nhc-grid,
  .nbc-grid {
    grid-template-columns: 1fr !important;
  }

  .np-container,
  .nhp-featured-inner,
  .nhp-cat-inner,
  .nhp-concern-inner,
  .nhp-routine-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .np-product-grid {
    grid-template-columns: 1fr !important;
  }

  .np-price-current {
    font-size: 30px !important;
  }

  .nhp-h2,
  .nh-section-h2 {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
}
