.catalog__products-list.rp-products-catalog__grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalog__products-item {
  display: flex;
  min-width: 0;
}

.catalog__products-item .rp-arrivals-card {
  width: 100%;
}

.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 0;
}

.catalog__section-description {
  margin-top: clamp(2rem, 5vw, 3rem);
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(10, 10, 10, 0.82);
}
.rp-products-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
}

.rp-products-empty__inner {
  max-width: 480px;
}

.rp-products-empty__title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px;
}

.rp-products-empty__text {
  color: #666;
  margin: 0 0 24px;
  line-height: 1.5;
}

.rp-products-empty__reset {
  display: inline-block;
  padding: 10px 22px;
  background: #0a0a0a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity .2s;
}

.rp-products-empty__reset:hover {
  opacity: .85;
  color: #fff;
}
@media (max-width: 1023px) {
  .catalog__products-wrp {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
