.category__all-products-link {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  /* margin-top: 48px; */
  margin-top: 32px;
  color: var(--title-color);
  font-size: 12px;
}

.category__all-products-link:hover {
  background: #e7e7e7;
}

.category__header-right {
  border-radius: 8px;
  background: #FFF6EA;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: max-content;
}

.category__header-right >.category__cover {
  height: 195px;
  text-align: center;
  align-content: center;
  background-color: #fff;
  border-radius: 8px;
}

.category__header-right >.btn {
  margin-top: auto;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}

.category__header-right .category__cover-image {
  max-height: 100%;
}
