/* Źródło ukryte semantycznie */
.gsp-mobile-product-search.gsp-hidden { display: none !important; }

/* Styl w szufladzie mobilnej */
.ast-mobile-popup-drawer .gsp-mobile-product-search {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  margin: 0 0 8px 0;
  background: #fff;
}
.ast-mobile-popup-drawer .gsp-product-search-form {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
}
.ast-mobile-popup-drawer .gsp-product-search-form input[type="search"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
.ast-mobile-popup-drawer .gsp-product-search-form .search-submit {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.15);
  background: #f5f5f5;
  cursor: pointer;
  line-height: 1;
}
@media (min-width: 921px) {
  .ast-mobile-popup-drawer .gsp-mobile-product-search { display: none; }
}
