.box-fit{
    min-height: 380px;  
    position: relative;
    overflow: hidden;
}

.box-cover{
    min-height: 380px;
    object-fit: cover;
    object-position: bottom;
}

.card-text{
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-product:hover .card-text{
    max-height: none;
    transition: transform 0.6s ease;
}

.card-product:hover {
    box-shadow: 0 1.75rem 1.875rem rgba(154,156,165,0.16),0 1.25rem 1rem -0.25rem rgba(154,156,165,0.1),0 0.5rem 0.625rem rgba(154,156,165,0.08),0 0.25rem 0.25rem rgba(30,33,44,0.05);
    transition: box-shadow 0.8s ease;
    transition: transform 0.6s ease;
}

.zoom-card {
    transition: transform 0.6s ease; /* Añade una transición suave */
}

.zoom-card:hover {
    transform: scale(1.1); /* Aumenta el tamaño del card en un 20% */
}

.shadow-bottom:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.shadow-card {
    filter: brightness(1);
    transition-duration: 0.6s;
}

.shadow-card:hover {
    filter: brightness(0.9);
}

.slider-bg-2{
    background-image: url(../../../assets/img/ecommerce/home/hero-slider/bg2.jpg);
    filter: brightness(0.9);
    opacity: 0.5;
}

.slider-bg{
    background-image: url(../../../assets/img/ecommerce/home/hero-slider/bg3.jpg);
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4px;
}
 
.grid img{
  width:100%;
}

#divider{
  display: none;
}

.cart-empty{
    max-width: 5px;
}

.lato-thin {
    font-family: "Lato", system-ui;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
  font-family: "Lato", system-ui;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", system-ui;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", system-ui;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", system-ui;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", system-ui;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", system-ui;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", system-ui;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", system-ui;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", system-ui;
  font-weight: 900;
  font-style: italic;
}

@media (max-width: 767px) {
  .breadcrumb-category {
    display: none !important;
  }

  #nav-tabs-desktop{
    display: none;
  }

  .antique{
    padding-bottom: 10px !important;
  }

  div h2{
    font-size: 2.25rem !important;
  }
  
  div h3{
    font-size: 1.75rem !important;
  }
  
  div h4{
    font-size: 1.50rem !important;
  }

  div h5{
    font-size: 1.25rem !important;
  }

}

@media (min-width: 767px) {

  #nav-tabs-movil{
    display: none;
  }

  .bar-shadow{
    display: none;
  }
}