/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
/* stylelint-disable-next-line block-no-empty */
.category-page__alert {
  margin-bottom: 20px;
}

.category-page__subcategories {
  margin-bottom: 20px;
}

.category-page__description {
  margin-bottom: 20px;
}

.category-page__description_after-products {
  margin-top: 20px;
  margin-bottom: 0;
}

.category-page__additional-description {
  margin-top: 20px;
}

.category-page__sfl {
  margin-bottom: 20px;
}

.category-page__recently-products {
  margin-top: 60px;
}

.category-page__catalogreviews-last {
  margin-top: 20px;
}

.category-page__top {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}

.category-page__image-block {
  display: flex;
  height: 100%;
  width: 100px;
}

@media (max-width: 1023px) {
  .category-page__subcategories-wrapper {
    margin-bottom: 15px;
  }
  .category-page__description {
    margin-bottom: 15px;
  }
  .r-filters__selected-list {
    margin-top: 15px;
  }
  .category-page__additional-description {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .category-page__top {
    gap: 16px;
    flex-direction: column;
    margin-bottom: 0;
  }
  .category-page__image-block {
    height: 100px;
    width: unset;
  }
}
.description-block__content-wrapper {
  transition: max-height 1.5s;
}

.description-block__content-wrapper.description-block__content-wrapper--show {
  max-height: 3000px !important;
}

.description-block__more {
  margin-top: 10px;
  text-align: right;
}

.description-block__more_center {
  text-align: center;
}

.description-block__more_left {
  text-align: left;
}

.description-block__more-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.description-block__more-btn span {
  border-bottom: 1px dashed;
}

.category-previews {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

/* stylelint-disable-next-line block-no-empty */
.category-preview__name {
  margin-bottom: 20px;
}

.category-preview__buttons-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.category-preview__show-all-wrapper {
  text-align: center;
}

.category-preview__show-more-arrow {
  display: flex;
}

.category-preview__show-more {
  display: flex;
}
.category-preview__show-more:disabled {
  border-color: #cfcfcf;
}
.category-preview__show-more:disabled .category-preview__show-more-arrow {
  display: none;
}
.category-preview__show-more:disabled .products__lazy-load-loading,
.category-preview__show-more:disabled .spinner {
  display: flex;
}