*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*Slider*/
.contenedor-slider{
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    background-color: #121619;
}
@media(max-width: 768px) {
    .contenedor-slider {
        padding: 0 4px;
    }
}
.testimonials{
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #121619;
}
.testimonials-item{
    background-color: #000;
    border-radius: 20px;
    position: relative;
    height: 400px;
    border: 2px solid #fff;
}
.testimonials-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.testimonials .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom: auto;
}
.testimonials .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
}
@media(max-width: 768px) {
    .testimonials .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}
.tiendaData{
    width: 100%;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.tiendaImg{
    width: 200px;
    height: 200px;
    border: 4px solid #29C480;
    border-radius: 50%;
    overflow: hidden;
    background-color: #121619;
}
.tiendaImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tiendaInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.tiendaInfoCont{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: 250px;
    background-color: #0D0F12;
    padding: 0px 50px 30px 50px;
    border-radius: 20px;
}
.tiendaInfoCont h6{
    font-size: 24px;
    color: #29C480;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 20px;
}
.tiendaInfoCont p{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.tiendaInfoCont button{
    width: 50%;
    margin-top: 20px;
}

/*Banners mobile*/
.destacadas-mobile{
    display: none;
}

.tienda-info-cont-2 h6 img {
    margin-left: 3px;
    width: 25px;
    height: 25px;
}

.destacadas-desktop {
    background-position: center;
    background-repeat: no-repeat;
}

.destacadas-desktop.swiper-slide {
    height: 400px;
}

@media screen and (max-width: 991px) {
    .contenedor-banner {
        position: relative;
        width: 100%;
        height: 150px;
        overflow: hidden;
    }

    .contenedor-banner img {
        width: 100%;
        display: block;
        border-radius: 5px !important;
    }

    .tienda-img-2 {
        position: absolute;
        top: 50%; /* centrado vertical */
        left: 50%; /* centrado horizontal */
        transform: translate(-50%, -50%); /* centro exacto */
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #29C480;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        z-index: 10;
    }
    .truncate-3-lines {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; 
        overflow: hidden;       
        text-overflow: ellipsis; 
    }
    .tienda-img-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .destacadas-desktop{
        display: none;
    } 
    .destacadas-mobile{
        display: grid;
    }
    .destacadas-mobile.testimonials-item {
        border-radius: 5px !important;
        /* border: 2px solid #29C480; */
        min-height: 300px;
        width: 100%;
    }
    .tienda-info-cont-2{
        padding: 20px 40px 40px;
        background-color: #08090B;
    }
    .tienda-info-cont-2 p {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .tienda-info-cont-2 h6 {
        color: #fff;
        font-weight: 900;
        font-size: 16px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .tienda-info-cont-2 .btn-global {
        max-width: 226px;
        margin: auto;
    }
}

@media(max-width: 768px) {
    .tienda-img-2 {
        border-width: 2px !important;
    }
    .tienda-info-cont-2 h6 img {
        width: 15px;
        height: 15px;
    }
    .tienda-info-cont-2 p {
        font-size: 12px;
    }
}

/*Recomendaciones */
 
.contenedor-banner-rec {
    position: relative;
    width: 100%;
    height: 108px;
    overflow: hidden;
    object-fit: contain;
    border-radius: 20px 20px 0px 0px;
}
.banner-img-mobile{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 768px) {
    .contenedor-banner {
        padding: 0.5rem 0.1rem;
    }
}
.contenedor-banner img {
    width: 100%;
    display: block;
    border-radius: 5px !important;
}

.tienda-img-rec {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #29C480;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.truncate-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;       
    text-overflow: ellipsis; 
  }
.tienda-img-rec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recCont{
    background-color: #0D0F12;
    border-radius: 20px;
    padding-bottom: 6rem;
}
.tiendaRec{
    margin-bottom: 5%;
    height: 350px;
    width: 300px;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 7px 9px 0px;
}
.tiendaRec button{
    margin: auto;
    width: 100%;
}
.tiendaRecCont{
    width: 100%;
    position: relative;
    height: 100%;
    display: grid;
}
.recBanner{
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
}
.recPerfilCont{
    width: 80px;
    height: 80px;
    border: 2px solid #29C480;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}
.recPerfil{
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 50%;
}
.tiendaRecCont2{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 1rem;
    color: #fff;
}
.tiendaRecCont2 h5{
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 5%;
}
.tiendaRecCont2 span{
    color: #49DC81;
}

.tiendaBtn2{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.tiendaBtn2 button{
    background-color: #000;
    border: 2px solid #29C480;
    border-radius: 40px;
    color: #49DC81;
    font-weight: bold;
    transition: transform 0.3s ease;
    padding: 15px 30px;
}
.tiendaBtn2 button:hover{
    background-color: #29C480;
    border: 3px solid;
    border-radius: 40px;
    color: #000;
    transform: scale(1.1);
    font-weight: bold;
}
.tiendaGralTitle{
    color: #fff;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    padding-inline: 1rem;
    gap: 0.3rem;
}
.tiendaGralTitle h5{
    font-size: 20px;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*Todas las Tiendas*/
#searchTiendas{
    margin-top: 15px;
    width: 370px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    max-width: 100%;
    color: #000;
    height: 67px;
    padding-right: 30px;
}
#searchTiendas::placeholder{
    font-weight: 100;
}
.search-input-cont{
    position: relative;
}
.search-icon{
    width: 30px;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
    filter: invert(0.3);
}
@media(max-width: 991px) {
    .search-icon {
        left: 8px;
        filter: unset;
    }
}
@media(max-width: 768px) {
    .search-icon {
        left: 7%;
    }
}
.tiendas-cont{
    background-color: #0D0F12;
    border-radius: 20px;
}
.product-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
    padding-inline: 1rem;
    margin-top: 3rem;
    aspect-ratio: 1/1;
}
@media(max-width: 991px) {
    .product-card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 350px) {
    .product-card-container {
        display: grid;
        grid-template-columns: auto;
    }
}
.tiendaGral{
    max-width: 300px;
    height: 360px;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 7px 9px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    margin: 0;
    gap: 2rem;
}
@media (max-width: 991px) {
    .tiendaGral {
        border-radius: 5px;
    }
}
.tiendaGral button{
    width: 80%;
    margin-inline: auto;
}
@media(max-width: 768px) {
    .tiendaGral button {
        max-width: 104px;
        width: 100%;
        padding: 0;
        max-height: 28px;
    }
}
.tienda-general-cont{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #29C480;
    object-fit: cover;
    margin-inline: auto;
}
.tiendaGral img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.gralBanner{
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
}
.gralPerfilCont{
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
}

.tiendaGralCont2{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30%;
    color: #fff;
}
.tiendaGralCont2 h5{
    text-align: center;
    margin-bottom: 5%;
    font-weight: 900;
    font-size: 22px;
}
.tiendaGralCont2 span{
    color: #29C480;
}
.filterBtn{
    margin-top: 5%;
}
.filterBtn button{
    background-color: #000;
    border: 2px solid #29C480;
    border-radius: 40px;
    transition: transform 0.3s ease;
    color: #29C480;
    padding: 10px 35px;
    font-weight: 900;
}
.filterBtn button:hover{
    background-color: #29C480;
    border: 3px solid;
    border-radius: 40px;
    color: #000;
    transform: scale(1.1);
    font-weight: bold;

}
.filtersCont{
    margin-top: 5%;
    padding-left: 1%;
}
.filterOptions{
    display: flex;
    flex-direction: column;
}
.filterOptions a{
    text-decoration: none;
    margin-top: 5%;
    color: #Fff;
}
.filterOptions a:hover{
    color: #29C480;
    transform: scale(1.1);
}
.filters__variation h5{
    font-weight: 600;
    font-size: 40px;
}
.filters__variation h6{
    font-weight: 600;
    font-size: 20px;
}
.filters__variation__prices__input{
    padding: 15px 15px;
    border-radius: 15px;
}
@media screen and (max-width: 1199px) {
    .section-header .title{
        margin-left: 0%;
    }
}
@media screen and (max-width: 991px){
    #searchTiendas{
        width: 100%;
        font-size: 12px;
        text-align: center;
        height: 49px;
        margin-top: 0;
        background-color: #08090B;
        color: #fff;
        padding-left: 2rem;
        padding-right: 1rem;
        padding-left:35px;

    }
    #searchTiendas::placeholder{
        color: rgba(255, 255, 255, 0.46)
    }

    .tiendaImg{
        width: 250px;
        height: 250px;
    }
    .tiendaInfoCont{
        height: auto;
        max-height: none;
        margin-top: 7%;
        padding: 20px 30px;
    }
    .section-header .title{ 
        margin-left: 0%; 
    }
}

@media screen and (max-width: 768px){
    #tiendas-container h1{
        text-align: center;
    }
    .testimonials-item{
        min-height: 400px;
        border: 0;
    }
    .info{
        padding-top: 5%;
    }
    .section-header .title{
        margin-left: 0%;
    }
    .tiendaData{
        left: 50%;
        flex-direction: column;
    }
    .tiendaImg{
        width: 100px;
        height: 100px;
        border: 2px solid #29C480;
        border-radius: 50%;
        overflow: hidden;
        background-color: #121619;
    }
    .tiendaInfo{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    .tiendaInfoCont{
        margin-top: 1%;
    }
    .tiendaBtn button{
        background-color: #000;
        border: 2px solid #29C480;
        border-radius: 40px;
        color: #49DC81;
        padding: 10px 30px;
        margin: auto;
    }
    .tiendaGral{
        height: 252px;
        border-width: 0;
        background-color: #000000;
    }
    .tienda-general-cont{
        width: 50px;
        height: 50px;
        margin-top: 0;
    }
    .tiendaGralTitle h5{
        font-size: 14px;
    }
    .tiendaGralTitle{
        height: 36px;
    }
    .tiendaRec {
        height: 303px;
        border-width: 0;
        border-radius: 5px;
    }

    .tiendaRecCont2 {
        padding-top: 2rem;
        height: auto;
        margin-top: 0;
    }

    .tiendaRecCont2 h5{
        font-size: 14px;
    }
    .contenedor-banner-rec {
        border-radius: 5px 5px 0px 0px;
        height: 100px;
    }
    .tienda-img-rec{
        width: 80px;
        height: 80px;
        transform: translate(-50%, 75%);
    }

}

@media screen and (max-width: 480px) {
    
    .recPerfilCont{
        width: 50px;
        height: 50px;
        margin: 20px auto 0px auto;
    }
    .tiendaRec button{
        width: 100%;
        font-size: 12px !important;
    }
}
/*Pagination */

.paginationCont{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .paginationUl{
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 0.5rem;
    row-gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 6px 20px;
}
.paginationUl a{
    padding: 6px 20px;
    text-decoration: none;
    color: #29C480;
    border: 2px solid #29C480;
    border-radius: 5px;
}
.paginationUl a.active{
    padding: 6px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color: #29C480;
    border: 2px solid #fff;
  }
  
  @media screen and (max-width: 480px) {
    .paginationCont{
        width: 100%;
    }
    .paginationUl{
        width: 100%;
    }
  }

  .swiper-pagination-bullet-active{
    
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #29C480;
}
.swiper-pagination-bullet {
    background: #29C480;
    width: 10px;
    height: 10px;
}

.testimonials-slider {
    border-radius: 20px;
}
@media(max-width:991px){
    .testimonials-slider {
        border-radius: 5px;
    }
}

.swiper-slide {
    height: unset;
}

.js-recommended-pagination {
    bottom: unset !important;
}

.product-grid {
    padding-top: 2.2rem;
    padding-bottom: 4rem;
}

@media(max-width: 991px) {
    .product-grid {
        grid-template-columns: auto;
    }
}

.boxShadow {
    box-shadow: 0px 4px 20px 0px #000000;
    padding-bottom: 2rem;
}

.sellerSearchBtn {
    max-width: 118px;
    height: 44px;
    padding: unset;
}

#sellersSpinnerMobile {
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    position: absolute;
    color: #29C480 !important;
    font-weight: 900;
}

.sellersNotFound {
    position: absolute;
    bottom: 1;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 100%;
}