/* Css for productsListPage pages */

.category-header-image {
  overflow: hidden;
}

.category-header-image-inset {
  max-height: 340px;
}

.category-header-image-inset .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.category-header-contents,
.category-long-description {
  padding-top: .75rem;
  padding-bottom: 3rem;
}

.category-header-contents .inset {
  display: block;
}

.category-header-contents .inset .category-header-image {
  margin-bottom: 32px;
}

.category-header-contents .inset .category-header-image img {
  border-radius: 16px;
}

.category-header-contents.brands-header {
 text-align: center;
}

.category-header-contents.brands-header .category-header-logo .img-fluid {
  margin: 0 auto;
  max-width: 200px;
  margin-bottom: 20px;
}

.category-main-title {
  margin-bottom: 22px;
}

.more-info-cat .btn {
    border-radius: 14px;
    margin-top: 16px;
}

.category-header-text {
  margin-top: .75rem;
}

.category-empty {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 45px;
}

.category-pagination-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.category-pagination-container .module-pagination {
  display: table;
  margin: 0 auto;
}

.category-header-text .search-criteria {
  font-size: 14px;
  color: var(--bs-gray-600);
  margin-left: 0px;
}
.category-header-text .search-criteria:first-of-type {
  margin-left: 10px;
}


.filtered-products.category-header-text .search-criteria{
  margin-left: 0px;
}

@media (min-width: 768px) {
  .category-text {
    font-size: 15px;
  }

  .category-empty {
    min-height: 150px;
  }

  .category-page.category-header-contents .inset {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
  }
  
  .category-page.category-header-contents .inset .category-header-image {
    width: 40%;
    padding-right: 30px;
  }

  .category-page.category-header-contents .inset .category-header-image {
    margin-bottom: 0px;
  }
  
  .category-page.category-header-contents .inset .category-header-info:not(.full-header) {
    width: 60%;
  }
}

@media (min-width: 992px) {

  .category-page.category-header-contents,
  .category-page.category-long-description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .category-text {
    font-size: 16px;
    line-height: 1.6;
  }

  .category-page.category-header-contents .inset .category-header-image {
    width: 33.33%;
    padding-right: 30px;
  }
  .category-page.category-header-contents .inset .category-header-info:not(.full-header) {
    width: 66.66%;
  }
}