/* PATCH-213 — remove only the redundant Requests strip on the home feed.
   The existing hero visibility is set by PHP before first paint and updated
   by syncShowcaseMode() after filtering / returning to "Все товары".
   Direct siblings only: the Requests card inside the hero and the strip
   inside .zcat-category-head are deliberately not selected. */
html body .premium-home .market-main > #marketHomeHero:not(.hidden) ~ #buyerRequests.z-home-request-strip{
  display:none!important;
}
