.products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 21px;
}
@media (min-width: 768px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.search__title {
  font-family: "Moderat Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 100%;
  color: var(--color-black);
  text-align: center;
  max-width: 236px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .search__title {
    font-size: 89px;
    max-width: 100%;
  }
}
.search__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 67px;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .search__wrap {
    flex-direction: row;
    margin-top: 62px;
    margin-bottom: 76px;
  }
}
.search__count-product {
  font-family: "Moderat Mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-black);
  margin-top: 34px;
}
@media (min-width: 768px) {
  .search__count-product {
    margin-top: 0;
  }
}
body.product-grid-rectangle .product-search__img {
  height: auto;
  aspect-ratio: 3/4;
}
body.product-grid-rectangle .product-search__link {
  display: block;
  height: 100%;
  aspect-ratio: 3/4;
}
body.product-grid-rectangle .product-search__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.product-grid-rectangle .product-search__body {
  padding: 5px;
}
body.product-grid-rectangle .collection-hero {
  height: 22.625rem;
}
body.product-grid-rectangle #_loomi_addon_1768803027005,
body.product-grid-rectangle #_loomi_addon_1768898183947,
body.product-grid-rectangle .yotpo-reviews-carousel-widget-clear {
  display: none !important;
}
