.category-descr--sets {
  background: none;
  background-attachment: scroll;
  overflow: hidden;
}

.category-descr--sets .category-descr__wrapper {
  opacity: 1;
  animation: none;
}

.category-descr--sets .category-descr-img {
  object-position: center 56%;
}

.products__kitwrap {
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.products__kit-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #ffffff;
}

.products__kit {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  color: #d6d6d6;
}

.products__kit li + li {
  margin-top: 2px;
}

.products__list-item {
  display: flex;
  flex-direction: column;
}

.products__list-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.products__list-img-wrapper {
  margin: 0 auto;
  padding: 12px;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  overflow: hidden;
  background: #2b2320;
}

.products__list-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.products__cta {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.products__btn {
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
  padding: 14px 22px;
  border-radius: 12px;
  background: transparent;
  border: 3px solid #ff6e24;
  color: #ff6e24;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  margin-top: auto;
}

.products__btn:hover {
  background: #ff6e24;
  color: #fff;
  box-shadow: 0 8px 22px rgba(255, 110, 36, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .section--products-page .container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .section--products-page .products__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 0;
    margin: 0;
  }

  .section--products-page .products__list-item {
    margin: 5px 0;
    width: auto !important;
    margin-left: 0 !important;
  }

  .products__kit {
    font-size: 14px;
  }

  .products__list-img-wrapper {
    padding: 8px;
    border-radius: 12px;
  }

  .products__list-img {
    border-radius: 10px;
  }

  .products__btn {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 0 6px;
  }
}

@media (max-width: 460px) {
  .section--products-page .products__list-item {
    margin: 5px 0;
    width: auto !important;
    margin-left: 0 !important;
  }
}

@media (min-width: 1024px) {
  .products__kit-title {
    font-size: 20px;
  }

  .products__kit {
    font-size: 16px;
  }
}
