/*MODIFICACIONES AL TEMPLATE by Lbovio*/
.hero{
  padding-bottom: 1px;
}

.unstyled-link {
  all: unset; /* Resets all styles to their initial values */
  cursor: pointer; /* Ensures the link still looks clickable */
}

.unstyled-link:hover {
  /* Preserve default hover behavior */
  color: inherit;
  text-decoration: inherit;
}

/*para los links de paginacion*/
.page-link{
  color: #000;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7fad39;
    border-color: #7fad39;
}

.pagination {
    display: flex;
    justify-content: center; /* Center the pagination links */
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.mix {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/*Para que se encajen las imágenes de los productos y no se cropeen by Lbovio*/
.product__discount__item__pic {
    height: 190px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
  }