.cat-index {
  margin-top: 65px;
  margin-bottom: 65px;
}
.cat-index__level-1 {
  background-color: rgb(215.6945606695, 80.8054393305, 87.0585774059);
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  border: 2px solid wheat;
}
.cat-index__header {
  display: grid;
  justify-self: center;
  background-color: wheat;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
}
.cat-index__top-button {
  width: 200px;
}
.cat-index__top-button-link {
  display: block;
  width: 200px;
  justify-self: center;
  color: white;
  text-decoration: none;
  background-color: #d33c43;
  font-weight: 700;
  padding: 5px 3rem;
}
.cat-index__top-button-link:hover {
  color: white;
  background-color: #5a2a2d;
}
.cat-index__top-button-link:focus {
  color: white;
  background-color: #5a2a2d;
}
.cat-index__input-search {
  display: inline;
  background-color: white !important;
  height: unset !important;
  padding: 0.375rem 0.75rem !important;
}
.cat-index__input-search a {
  padding: 6px 3rem;
}
@media (max-width: 768px) {
  .cat-index__input-search {
    width: 200px !important;
  }
}
.cat-index__input-search__button {
  display: inline;
}
@media (max-width: 768px) {
  .cat-index__input-search__button {
    display: block;
    width: 200px !important;
    margin-top: 10px;
  }
}
.cat-index__pagination li a {
  color: #636363 !important;
  text-decoration: none;
  padding: 10px 15px;
  transition: none;
}
.cat-index__pagination li {
  background-color: #f5f7fa;
  border: 1px solid lightslategray;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cat-index__pagination li:hover {
  background-color: #C93941;
  border-left-color: #C93941;
  border-right-color: #C93941;
}
.cat-index__pagination li:hover a {
  color: white !important;
  transition: none;
}
.cat-index__pagination .active {
  background-color: #C93941;
  border-left-color: #C93941;
  border-right-color: #C93941;
}
.cat-index__pagination .active a {
  color: white !important;
}
.cat-index__pagination .last {
  border-radius: 0px 25px 25px 0px;
}
.cat-index__pagination .first {
  border-radius: 25px 0px 0px 25px;
}
.cat-index__pagination .prev.disabled {
  border-radius: 25px 0px 0px 25px !important;
}
.cat-index__pagination .next.disabled {
  border-radius: 0px 25px 25px 0px !important;
}
@media (max-width: 768px) {
  .cat-index__pagination__text {
    display: none;
  }
}
.cat-index__order-checkbox {
  position: relative;
  top: 25%;
  display: inline-block !important;
}
.cat-index__wrapper {
  width: 400px;
  height: 350px;
  margin: 0 auto;
  background-color: white;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .cat-index__wrapper {
    width: 350px;
    height: 300px;
  }
}
@media (max-width: 400px) {
  .cat-index__wrapper {
    width: 300px;
    height: 250px;
  }
}
.cat-index__image {
  border: 2px solid wheat;
  border-radius: 5px 5px 0 0;
  transition: opacity 0.2s ease-in-out;
  border-bottom: none;
}
.cat-index__image:hover {
  opacity: 80%;
}
.cat-index__image__footer {
  padding: 5px 10px 15px 10px;
  color: #F6FDFF;
  background-color: rgb(220.3891213389, 101.6108786611, 107.1171548117);
  border-radius: 0 0 5px 5px;
  border: 2px solid wheat;
  border-top: none;
}
.cat-index__image__footer h2 {
  font-size: 25px;
}
@media (max-width: 992px) {
  .cat-index__image__footer h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .cat-index__image__footer h2 {
    font-size: 18px;
  }
}
.cat-index__image__footer__button-a a {
  border-radius: 4px;
  text-decoration: none;
  color: #F6FDFF;
  background-color: #8f272b;
  padding: 5px;
}
.cat-index__image__footer__button-a a:hover {
  background-color: #ff4750;
}
.cat-index__bottom-paginator {
  background-color: wheat;
}
.cat-index__bottom-paginator:has(.pagination) {
  margin-top: 65px;
  border-radius: 5px;
  padding: 10px;
}

/*# sourceMappingURL=cat-index.css.map */
