/* V701.1: shop search belongs to catalogue content, never to the fixed topbar.
   Keep .catalog-search for the shared light/dark input skin. Deliberately do not
   use .topbar-shop-search: legacy mobile rules hide and position that selector.
   Normal document flow keeps the input below the menu without JS measurements. */
body.shop-page .marketplace-home > .shop-catalog-search {
  display: block;
  position: relative;
  inset: auto;
  z-index: auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}

body.shop-page .shop-catalog-search > input[type="search"] {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
