.search-results-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 20px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.no-results {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  padding: 2rem;
}

/* Estilos existentes de tu card - asegúrate de que estén disponibles */


.hubdb-product__logo {
  padding: 1rem;
  text-align: center;
}

.hubdb-product__logo img {
  max-height: 50px;
  max-width: 100%;
}

.hubdb-product__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hubdb-product__info {
  padding: 1.5rem;
}

.hubdb-product__title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.hubdb-product__description {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    font-family: 'Industry';
    padding-bottom: 20px;
}

.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  column-gap: 1rem;
  color: white;
}

.results-count {
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #666;
}

.search-term-display {
  width: 100%;
  font-size: 1rem;
  color: #555;
  margin-top: 0.5rem;
  font-style: italic;
  color:white;
}

/* Paginación */
.pagination-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pagination-button {
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-button:hover:not(:disabled) {
  background-color: rgba(203, 32, 35, 1);
  color: white;
  border-color: rgba(203, 32, 35, 1);
}

.pagination-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page-numbers {
  display: flex;
  gap: 0.5rem;
}

.page-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  cursor: pointer;
}

.page-button:hover, .page-button.active {
  background-color: rgba(203, 32, 35, 1);
  color: white;
  border-color: rgba(203, 32, 35, 1);
}

.page-ellipsis {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}

@media (max-width: 600px) {
  .pagination-controls {
    gap: 0.3rem;
  }
  
  .page-button {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
}
{# #}

.hide-filter {
  display: block;
}

.hubdb{
  position: relative;
  scroll-margin-top: 20px;
}
{#******* FILTERS *******#}
.hubdb__filters--out {
  display: block;
}
.hubdb__filters-label {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #FFF;
  margin: 0 0 12px;
  display: inline-block;
}
.hubdb__filters{
  max-width: 1280px;
  padding: 24px 165px 24px 24px;
  background: #0065A4;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px 16px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 92px;
}
.hubdb__filters > * {
  flex: 1 1 200px;
  min-width: 200px;
}
.hubdb-filters__toggle {
  all: unset;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}
.hubdb-filters__toggle span {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.hubdb-filters__toggle span svg path  {
  stroke: #FFF;
}
.hubdb__filters select {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 12px 16px;
  text-transform: capitalize;
  width: 100%;
}
.hubdb__information .hubdb__card-button.button {
  margin: unset;
  display: inline-block;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hubdb .hubdb__load-more{
  margin: 0 auto;
  display: none;
}
.hubdb__load-more.button.button--active {
  display: flex;
  justify-content: center;
  margin: 64px auto 32px;
  width: fit-content;
}

{#******* PAGINATION *******#}
.hubdb__pagination{
  margin: 40px auto 0;
  text-align: center;
  width: fit-content;
  position: relative;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.hubdb__pagination-container{
  padding: 0 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.hubdb__button-prev,
.hubdb__button-next{
  pointer-events: none;
  cursor: initial;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  opacity:0.6;
  text-decoration:none;
}
.hubdb__button-prev.button--active,
.hubdb__button-next.button--active{
  pointer-events: initial;
  cursor: pointer;
  opacity:0.95;
}
.hubdb__button-prev:hover,
.hubdb__button-next:hover{
  opacity:1;
}
.hubdb--pagination-hide .hubdb__button-prev,
.hubdb--pagination-hide .hubdb__button-next{
  display:none;
  transition: all .3s ease;
}
.hubdb__button-prev{
  left: -32px;
}
.hubdb__button-next{
  right: -32px;
}
.hubdb__button-page {
  width: 30px;
  height: 30px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all .3s ease;
}
.hubdb__button-page--active{
  pointer-events:none;
}
.hubdb__button-page:hover{
  text-decoration:none;
}
{#******* CARD *******#}
.hubdb__container__wrapper{
  max-width: 1280px;
  margin: 40px auto 0;
  padding: 0;
  position: relative;
}
.hubdb__container{
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* Card general */
.hubdb .hubdb__card {
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 0px;
  padding: 24px 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: auto;
  transition: box-shadow 0.3s ease;
}
.hubdb-product__logo {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 2rem;
}
.hubdb-product__logo img {
  max-height: 24px;
  width: auto;
  display: inline-block;
  mix-blend-mode: luminosity;
}
.hubdb-product__image {
  text-align: center;
  line-height: 0;
  background-color: white;
  padding: 4rem 2rem;
}
.hubdb-product__image img {
  width: 100%;
  height: 222px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.hubdb__card:hover .hubdb-product__image img {
  transform: scale(1.05);
}
/* Info */
.hubdb-product__info {
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hubdb-product__title {
font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Industry';
}

.hubdb-product__link {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  color: white;
  transition: opacity 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.hubdb--hide{
  display:none;
}
{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
  .hubdb__filters{
    flex-wrap: wrap;
    align-items: center;
  }
  .hubdb__filter-field{
    width:48%;
  }
}
@media(max-width:765px){
  .hubdb__filter-field{
    width:100%;
  }
}
.hubdb-filters__floating-button,
.apply-filters-button {
  display: none;
}

@media (max-width: 992px) {
  .hubdb__filters-label {
    display: none;
  }
  .hubdb__filters {
    position: static;
  }
  .hubdb-filters__toggle span svg path  {
    stroke: #00447B;
  }
  .hubdb-filters__toggle {
    top: unset;
    bottom: 80px;
    right: 50%;
    transform: translate(50%);
    color: #00447B;  
    border-bottom: 1px solid #00447B;
    display: none;
  }
  .apply-filters-button {
    display: block;
    all: unset;
    padding: 8px;
    width: calc(100% - 48px);
    background: #00447b;
    position: absolute;
    bottom: 24px;
    right: 50%;
    transform: translate(50%);
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
  }
  .hubdb-filters__floating-button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #00447b;
    color: white;
    padding: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    border: none;
    z-index: 9998;
    cursor: pointer;
    transition: background-color ease-in-out 0.3s;
  }
  .hubdb-filters__floating-button:hover {
    background-color: #0065a4;
  }
  .hubdb__filters-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: white;
    transition: max-height 0.4s ease;
    z-index: 9999;
  }
  .hubdb__filters-container.is-open {
    max-height: 420px;
    height: 100%;
  }
  .hubdb__filters {
    overflow-y: auto;
    max-height: 325px;
    padding: 24px;
    background: #FFF;
    gap: 8px;
  }
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .hubdb__filter-field select {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    border: none;
  }
}




