/* Reserve space for hero elements */
  .hero-section h1 {
    min-height: 1.2em;
  }

  /* Hide scrollbar for category nav */
  .category-nav::-webkit-scrollbar {
    display: none;
  }

  .category-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* Smooth transitions */
  .hero-transition {
    transition: transform 0.3s ease-out;
  }

  /* Screen reader only content */
  .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* Line clamp for mobile */
  @media (max-width: 767px) {
    .line-clamp-\[20\] {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 20;
    }
  }
  @media (min-width: 1024px) {
    .hero-section {
      min-height: 500px;
    }
  }

  .woocommerce img, .woocommerce-page img{
    height: 100% !important;
  }
  #partner-brands img {
    height: 60px!important;
    width: auto;
  }