.container-carousel {
    width: 100%;
    background: transparent;
    height: 100%;
}

/* UL */
#autoWidth,
#autoWidth2,
.autoWidth {
    margin: 0;
    list-style: none;
    height: 100% !important;
}

/* LI */
#autoWidth li,
#autoWidth2 li,
.autoWidth li {
    list-style: none;
    width: auto;
}

.box2 { 
    width: 200px; 
    height: 390px;  
    min-height: 370px;
    border-radius: 10px; 
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin: 20px 10px; 
    flex-shrink: 0; 
}

.product-card {
    width: 250px; 
    padding: 10px;    
    border-radius: 6px;
    text-align: center;
    max-height: 280px;
}

.product-card img {
    height: 120px;
    min-height: 120px;
    max-width: 90%;
}

.btn-carousel-producto{
    padding: 5px 5px;
    border-radius: 10px;
    background: var(--primary);
    color: white;
    border:1px solid white;
    min-width: 75px;
}

.btn-carousel-producto:hover{

    background: var(--secondary);
    color: var(--primary);
    border:1px solid var(--primary);
    transform: scale(1.02); 
    transition: all ease .3s; 
}

.actions-btn{
    display: flex;
    justify-content: space-between;
}

.box:hover {  
    transform-style: preserve-3d; 
    transform: scale(1.02); 
    transition: all ease .3s; 
}

.first-position{
    position: relative;
    top:100px;
}

.second-position{
    margin-top: 200px;
}

.other-position{
    margin-top: 100px;
}

.lSSlideOuter,
.lSSlideWrapper{
    height: 100% !important;
}



.separator-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--secondary);
  margin: 0px 0;
}

.separator-text::before,
.separator-text::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--secondary);
}

.separator-text span {
  padding: 0 10px;
  font-size: 14px;
}
