/* Extra breakpoints — core header/hamburger lives in main.css @ 1100px */

@media (max-width: 1100px) {
  .glb-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .glb-trust__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .glb-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .glb-collection-grid,
  .glb-why-grid,
  .glb-process,
  .glb-single-product__grid,
  .glb-footer__grid {
    grid-template-columns: 1fr;
  }

  .glb-hero {
    min-height: 78vh;
  }

  .glb-hero h1 {
    max-width: none;
  }

  .glb-collection-tile {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .glb-logo img,
  .glb-header .custom-logo-link img,
  .glb-header .custom-logo {
    height: 52px !important;
    max-width: 58vw !important;
  }

  .glb-header__inner { min-height: 72px; }

  .glb-header__actions .glb-btn {
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
  }

  .glb-product-grid,
  .woocommerce ul.products,
  .glb-trust__grid {
    grid-template-columns: 1fr !important;
  }

  .glb-hero {
    min-height: 72vh;
  }

  .glb-hero__mark {
    width: 68px;
    height: 68px;
  }
}
