/* Homepage-only header & footer overrides */

@media (max-width: 1024px) {
  /* Text-only mobile mega menu — hide product images & grids on homepage */
  .page-home .mega-menu__content,
  .page-home .mega-menu__panel,
  .page-home .mega-menu__products,
  .page-home .product-card__image,
  .page-home .product-card__desc,
  .page-home .product-card__divider {
    display: none !important;
  }

  .page-home .product-card {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid var(--color-border);
    text-decoration: none;
  }

  .page-home .product-card__title {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: var(--color-text-muted);
  }
}
