.search-results-page .shop-categories {
  display: none;
}

.search-results-page .catalog-heading-row {
  padding-top: 0;
  margin-bottom: 16px;
}

.search-results-page .catalog-heading-row h1 {
  font-size: 24px;
  font-weight: 400;
}

.search-results-page .catalog-meta-row {
  margin-top: 0;
}

.search-query-label {
  margin-right: 6px;
  color: #555;
  font-size: 13px;
}

.search-results-page .filter-panel--category > .filter-panel__title,
.search-results-page .filter-panel--category .filter-category-tree:not(.search-category-tree) {
  display: none;
}

.search-results-page .filter-panel--category .filter-panel__body {
  padding-top: 0;
}

.search-results-page .filter-current-category {
  display: block;
  min-height: 40px;
  padding: 0;
  margin: 0 0 10px;
  color: #444;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.search-category-tree {
	display: block;
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
}

.search-category-tree a {
  display: block;
  min-height: 30px;
  padding: 5px 0;
  color: #444;
  font-size: 13px;
  line-height: 20px;
}

.search-category-tree a:hover {
  color: #2996ff;
}

.search-category-tree span {
  color: #999;
}

.search-empty-page .category-layout {
  display: none;
}

.search-empty-content {
  padding: 70px 0 55px;
}

.search-empty-content .container-fluid {
  max-width: 1500px;
}

.item-not-found-wrap {
  text-align: center;
}

.item-not-found-wrap > img {
  width: 130px;
  height: 127px;
}

.item-not-found {
  width: 640px;
  max-width: 100%;
  padding-top: 25px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.item-not-found p {
	margin: 0 0 4px;
}

.back-to-home {
  margin-top: 25px;
  text-align: center;
}

.back-to-home a {
  display: inline-block;
  padding: 14px 28px;
  background: #000;
  color: #fff !important;
  font-size: 13px;
  line-height: 21px;
}

.back-to-home a:hover,
.back-to-home a:focus {
  background: #252525;
}

.search-suggested {
  margin-top: 64px;
}

.search-suggested h2 {
  margin: 25px 0 18px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.search-suggested-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.search-suggested-grid .product-card {
  width: 100%;
  min-width: 0;
}

.search-suggested-grid.products::before,
.search-suggested-grid.products::after {
	display: none;
}

.search-suggested-grid.products li.product {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

body.dark-theme .item-not-found,
body.dark-theme .search-suggested h2,
body.dark-theme .search-query-label,
body.dark-theme .search-results-page .filter-current-category,
body.dark-theme .search-category-tree a {
  color: #e1e1e1;
}

@media (max-width: 991px) {
  .search-suggested-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .search-empty-content {
    padding: 44px 0 36px;
  }

  .item-not-found-wrap > img {
    width: 104px;
    height: auto;
  }

  .item-not-found {
    width: 100%;
    padding: 20px 14px 0;
    font-size: 17px;
    line-height: 25px;
  }

  .search-suggested {
    margin-top: 44px;
  }

  .search-suggested-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
