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

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

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

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

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

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

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

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

@media (max-width: 560px) {
  .ohs-header__actions .ohs-btn {
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
  }

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

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

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