.title__text {
  font-weight: bold;
  line-height: 1.6;
  color: rgb(166, 95, 49);
  text-align: center;
}

.title__sub {
  line-height: 1.6;
  color: rgb(115, 115, 115);
  text-align: center;
  font-size: 14px;
}

.title__line {
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

.line {
  border-top: 3px solid rgb(166, 95, 49);
  width: 120px;
  @media screen and (max-width: 360px) {
    width: 60px;
  }
}

.search-result__text {
  line-height: 1.6;
  color: rgb(115, 115, 115);
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}

.search-result__image-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  @media screen and (max-width: 1024px) and (min-width: 769px) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media screen and (max-width: 768px) and (min-width: 426px) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media screen and (max-width: 425px) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.item__img {
  width: 100%;
  @media screen and (max-width: 768px) {
    position: relative;
  }
}

.img__price {
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.6;
    color: rgb(166, 95, 49);
    background-color: aliceblue;
  }
}

.item__img img {
  width: 100%;
}

.item__name a,
.item__price {
  font-size: 13px;
  line-height: 1.6;
  color: rgb(166, 95, 49);
  text-align: left;
}

.item__name {
  margin-top: 20px;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.item__price {
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination a {
  font-size: 15px;
  line-height: 1.6;
  color: rgb(166, 95, 49) !important;
  text-align: left;
  text-decoration: none;
  padding: 0 8px;
}

.pagination a:hover {
  font-weight: bold;
  color: rgb(166, 95, 49);
}

.pagination a.active {
  font-weight: bold;
  font-size: 16px;
}

.pagination span {
  color: rgb(166, 95, 49);
  padding: 0 12px;
}

.btn-pagination {
  color: rgb(166, 95, 49);
  background-color: transparent;
  border: none;
  padding: 0 10px;
  font-size: 18px;
}

.left {
  width: 30px;
  height: 30px;
  background-image: url("/Lafloresta/img/theme/left-arrow.svg");
  background-size: cover;
  margin-right: 10px;
}

.right {
  width: 30px;
  height: 30px;
  background-image: url("/Lafloresta/img/theme/right-arrow.svg");
  background-size: cover;
  margin-left: 10px;
}
.title {
	padding-top: 70px
}
