/* mobilefix_a.css — Agent A mobile-only fixes (Home/Category/Product/Search). Only @media(max-width:991px) rules. */

@media (max-width: 991px) {

  /* SEARCH page: the product-filter panel renders INLINE (not as the off-canvas
     drawer used on category pages) but keeps the drawer's fixed height:710px +
     inner height:564px scroll area. With only the collapsed filter groups inside,
     this leaves a large empty gap that pushes the results far down the page.
     Scoped to body.product_search only so the category slide-in drawer is untouched.
     Collapse the fixed heights to content height so the filter block fits its
     accordions and the "ΕΦΑΡΜΟΓΗ" button sits directly beneath them. */
  body.product_search .ho-filters-wrapper-mobile,
  body.product_search .filters-wrapper,
  body.product_search .column-wrapper {
    height: auto !important;
  }
  body.product_search .filters-block-wrapper {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

}
