.hubdb{
  scroll-margin-top:160px;
  display: flex;
  align-items: stretch;
  gap: 48px;
  position: relative;
}
.hubdb__title {
  margin: 0 -24px 80px;
  padding: 75px 0;
  color: #FFF;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -2px;
  text-align: center;
  background: var(--bg-header-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
{#******* FILTERS *******#}
.hubdb__filters{
  margin-top: 96px;
  max-width: 310px;
  width: 100%;
  display: flex;
  flex: 1 0 310px;
  flex-direction: column;
  gap: 0;
}
.hubdb__filter-field{
  width: 100%;
}
.hubdb__filter-field input,
.hubdb__filter-field select{
  padding: 10px;
  width:100%;
  border: 1px solid #B5B5B5;
}
.hubdb__filter-field select{
  height: 50px;
}
.hubdb__filter-field input:not([type="checkbox"], [type="radio"]){
  height: 50px;
}
.hubdb__filter-field input::placeholder,
.hubdb__filter-field select{
  color: #B5B5B5;
}
.hubdb__filter-field select:focus{
  color:revert;
}
.hubdb__filter-field input[type="checkbox"],
.hubdb__filter-field input[type="radio"]{
  display: block;
}

.hubdb__filter-field label{
  display: block;
}
.hubdb__filter-field--multiselect:not(.hubdb--SELECT),
.hubdb__filter-field--foreign_id:not(.hubdb--SELECT),
.hubdb__filter-field--select:not(.hubdb--SELECT){
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.hubdb__filter--checkbox-subfield label{
  display: block;
}

{# Accordions #}
{# End Accordions #}
/* Base wrapper */
.hubdb__filter-field:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/* Header */
.hubdb__filters-accordion__header {
  width: 100%;
  background: none;
  border: none;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}
.hubdb__filters-accordion__title {
  color: #010205;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hubdb__filters-accordion__icons {
  position: relative;
  width: 15px; /* adjust to icon size */
  height: 15px;
  display: inline-block;
}
/* Both icons stacked */
.hubdb__filters-accordion__icon {
  position: absolute;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
/* Show plus by default */
.hubdb__filters-accordion__icon--plus {
  opacity: 1;
  visibility: visible;
}
/* When active, hide plus and show minus */
.hubdb__filters-accordion__header.is-active 
.hubdb__filters-accordion__icon--plus {
  opacity: 0;
  visibility: hidden;
}
.hubdb__filters-accordion__header.is-active 
.hubdb__filters-accordion__icon--minus {
  opacity: 1;
  visibility: visible;
}
.hubdb__filters-accordion__content {
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.hubdb__filter-subfield {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.hubdb__filter-subfield:first-child {
  margin: 32px 0 0;
}
.hubdb__filter-subfield:last-child {
  margin: 0 0 48px;
}
.hubdb__filter-subfield input[type="checkbox"] {
  display: none;
}
.hubdb__filter-subfield label {
  position: relative;
  padding:  0;
  cursor: pointer;
  text-transform: capitalize;
  color: #727171;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.hubdb__filter-subfield input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #727171;
  border-radius: 6px;
  box-sizing: border-box;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.hubdb__filter-subfield input[type="checkbox"]:checked + label::before {
  background: #EE5439;
  border-color: #EE5439;
}
.hubdb__filter-subfield input[type="checkbox"]:checked + label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjg1OTEgMC4xNTExMDRDMTIuOTQ5MiAwLjI0NzU0OSAxMyAwLjM3OTMxMSAxMyAwLjUxNjUxNEMxMyAwLjY1MzAzMiAxMi45NDkyIDAuNzg0Nzk5IDEyLjg1OTEgMC44ODEyNDZMNC40Nzc2MiA5Ljg0ODU0QzQuMzg3NDggOS45NDU2NiA0LjI2NDM0IDEwIDQuMTM2MTEgMTBDNC4wMDg1MiAxMCAzLjg4NTM3IDkuOTQ1NjYgMy43OTUyMyA5Ljg0ODU0TDAuMTQwOTEzIDUuOTM4NUMtMC4wNDY5NzA4IDUuNzM2NzcgLTAuMDQ2OTcwOCA1LjQxMDA4IDAuMTQwOTEzIDUuMjA4MzdDMC4zMjk0NDYgNS4wMDY2NSAwLjYzNTQwMiA1LjAwNjY1IDAuODIzOTE5IDUuMjA4MzdMNC4xMzY4MiA4Ljc1NDVMMTIuMTc2OSAwLjE1MTI5NUMxMi4zNjU0IC0wLjA1MDQzMTcgMTIuNjcwNyAtMC4wNTA0MzE3IDEyLjg1OTIgMC4xNTEyOTVMMTIuODU5MSAwLjE1MTEwNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  color: #FFF;
  text-align: center;
}



.hubdb__not-found-results{
  color:var(--secondary)
}
.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: 64px auto 32px;
  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: 40px;
  height: 40px;
  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:40px;
  height: 40px;
  padding: 0;
  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{
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hubdb__card {
  transition:all .3s ease;
  position:relative;
}
.hubdb__path-card{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.hubdb__card .product-card {
  display: block;
  text-align: left;
  text-decoration: none;
}
.hubdb__card .product-card:hover {
  text-decoration: none;
}
.hubdb__card .product-card__link,
.hubdb__card .product-card__link:hover {
  text-decoration: none;
}
.hubdb__card .product-card__image {
  margin: 0;
}
.hubdb__card .product-card__image img {
  width: 100%;
  height: 270px;
  display: block;
  object-fit: cover;
  object-position: bottom right;
  border-radius: 0;
}
.hubdb__card .product-card__info {
  margin: 28px 0 0;
}
.hubdb__card .product-card__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 117.37%;
  letter-spacing: -1px;
  color: #221F1F;
  display: -webkit-box;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2lh;
}
.hubdb__card .product-card__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.37%;
  letter-spacing: -1px;
  color: #221F1F;
  display: -webkit-box;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hubdb--hide,
.hubdb__title--mobile {
  display:none;
}
{#*************** MEDIA QUERYS ***************#}
@media screen and (max-width: 992px){
  .hubdb {
    flex-direction: column;
  }
  .hubdb__title {
  }
  .hubdb__title {
    display: block;
    margin: 0;
    margin-inline: -24px;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center;
  }
  .hubdb__filters{
    margin: 0;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .hubdb__filter-field{
    width: 100%;
  }
  .hubdb__card{
  }
}

.product-card__loader {
  position: absolute;
  inset: 0; /* ocupa todo el ancho y alto */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; /* fondo para tapar el contenido */
  z-index: 10;
}

.loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#EE5439 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
}

@keyframes l1 {
  0%  {background-size: 20% 100%,20% 100%,20% 100%}
  33% {background-size: 20% 10% ,20% 100%,20% 100%}
  50% {background-size: 20% 100%,20% 10% ,20% 100%}
  66% {background-size: 20% 100%,20% 100%,20% 10% }
  100%{background-size: 20% 100%,20% 100%,20% 100%}
}








