*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.tienda-cont{
    width: 100%;
}
.tienda-datos{
    width: 80%;
    border-radius: 5px;
    border: 2px solid #40CD76;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tienda-banner{
    width: 100%;
}
.banner-cont{
    width: 100%;
    height: auto;
    position: relative !important;
    object-fit: contain;
}
.banner-img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
    border: 1px solid #fff;
}
.profile-img-cont{
    object-fit: cover;
    position: absolute ;
    border-radius: 50% !important;
    border: 3px solid #40CD76;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    background-color: #000;
}
.profile-img{
    width: 180px;
    height: 180px;
    border-radius: 50% !important;
    object-fit: cover;
}
.mobile-name{
    display: none !important;
}
@media screen and (max-width: 991px) {
    
    .web-name{
        display: none !important;
    }
    .mobile-name{
        display: flex !important;
        align-items: center;
        justify-content: left;
        gap: 0px !important;
        color: #fff !important;
        font-weight: 800 !important;
    }
    .mobile-name h6{
        color: #fff !important;
        font-weight: 800 !important;
    }
.banner-img{
    object-fit: contain;
}
.banner-cont{
    height: auto;
}
}

.store-info{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.titulo-data{
    width: 50%;
    color: #fff;
}
.titulo-data h5{
    text-align: left;
    font-size: 25px;
    font-weight: 800;
    padding: 40px 0px 0px 80px;
}
.tiendaData ul{
    list-style: none;
    margin-top: 20px;
}
.tiendaData ul li{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-block: 10px;
}
.tiendaData ul li a{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-block: 10px;
    text-decoration: none;
}
.tiendaData ul li a:hover{
    transform: scale(1.1);
}
.tiendaData ul img{
    width: 20px;
    height: 20px;
}
.tiendaData ul li h6{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.tienda-data-cont{ 
    width: 50%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #08090B;
    border-radius: 10px;
}
.descripcion-cont{
    width: 100%;
    min-height: 250px;
    border-radius: 20px;
    padding: 40px;
    background-color: #08090B;
}
.descripcion-cont h6{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.tiendaData{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}
.h5Perfil{
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    font-weight: 900;
    font-size: 30px;
}
.dataCont{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.titulo-data li h6{ 
    color: #fff !important;
    font-weight: 800;
    font-size: 25px;
    text-wrap: wrap;
}
.titulo-data li a{ 
    font-weight: 600;
    margin-left: 40px;
}
.titulo-data li { 
    text-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    text-align: left;
    margin-bottom: 30px;
}
.titulo-data li img{ 
    width: 35px;
}
.dataCont2{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: linear-gradient(96.46deg, #1E2D26 -14.21%, #131217 100%);
    border: 2px solid #313639;
    border-radius: 20px;
    padding-inline: 40px;
    margin-block: 40px;
}
.inpCont{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inpCont input{
    width: 80%;
    padding: 15px 0px 15px 30px;
    border: none;
    border-radius: 20px;
    background-color: #000;
}
.inpCont input::placeholder{
    color: #fff;
}
.inpCont img{
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translate(-50%, -50%);
}
.btnContacto{
    margin-left: auto;
    max-width: 250px;
    width: 100%;
    margin-bottom: 5%;
}

.dataCardItem{
    margin-top: 5%;
    width: 45% ;
    display: flex;
    align-items: center;
    justify-content: space-between ;
    flex-direction: row;
    background-color: #0D0F12;
    border-radius: 30px;
}
.dataCardItem a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.dataCardItem p{
    width: 100%;
}
.store-products{
    background-color: #0D0F12;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 7px 9px 0px;
}
.cardCont1{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    text-align: left;
    border-radius: 0px 0px 10px 10px;
}
.cardCont1 a{
    color: #fff;
}
.cardCont1 h5 {
    color: #fff;
    font-weight: 900;
}
.cardCont1 p{
    color: #fff;
    width: 100%;
}
.discount-price{
    background-color: #29C480;
    font-size: 16px;
    font-weight: 700;
    padding: 0.3rem 0.8rem;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
.testimonials{
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: transparent;
}
.testimonials-item{
    background: #0D0F12 !important;
    border-radius: 40px;
    position: relative;
}
.testimonials .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom: auto;
}
.testimonials .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
}
.cardCont2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
}
.cardCont2 img{
    background-color: #fff;
    width: 100%;
    min-width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 10px 10px 0px 0px;
}
.rate-data{
    font-size: 16px ;
    font-weight: 800 ;
    display: flex;
    align-items: center;
}
.rate-data img{
    width: 30px;
}

@media screen and (max-width: 1199px) {
    .profileImg{
        width: 180px;
        height: 180px;
    }
    .tiendaData{
        width: 100%;
    }
    .descripcion-cont{
        width: 100%;
        padding: 40px;
    }
    .descripcion-cont h6{
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .dataCont{
        margin-top: 20px;
    }
    .tiendaData{
        flex-direction: column;
    }
    .perfilData{
        width: 100% !important;
    }
    .tiendaData{
        width: 100%;
        padding: 20px;
    }
    .bannerImg{
        width: 100%;
        height: 250px;
        border-radius: 0px !important;
    }
    .tienda-datos{
        width: 100%;
        border-radius: 0px;
        border-top: 1px solid #29C480;
        border-bottom: 1px solid #29C480;
        border-left: none;
        border-right: none;
    }
    .tienda-data-cont{ 
        width: 100%;
        flex-direction: column;
    }
    .descripcion-cont{
        width: 100%;
        padding: 70px 20px;
        margin-top: 20px;
    }
    .dataCard{
        padding: 0px;
    }
    .titulo-data{
        display: none;
    }
    .titulo-data h5{
        padding: 0px;
        text-align: center;
        margin-top: 40px;
        font-size: 16px;
    }
    .descripcion-cont h6{
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        font-weight: 600;
    }
    .dataCardItem{
        width: 80% ;
        flex-direction: row;
    }
    .store-info{
        width: 90%;
    }
    .profile-img-cont{
        left: 50%;
    }
    .profile-img{
        width: 120px;
        height: 120px;
        border-radius: 50% !important;
        object-fit: cover;
    }
    .dataCont2{
        margin-bottom: 150px;
        padding-inline: 10px;
    }
    .tiendaData ul li h6{
        font-size: 14px;
        font-weight: 600;
    }
    .rate-data{
        display: flex;
        align-items: center;
        font-size: 14px ;
        font-weight: 600 ;
    }
    .rate-data img{
        width: 20px !important;
        height: auto !important;
    }
    .sellers-buttons-conts a{
        width: 100%;
    }
    .tienda-data-cont {
        padding-inline: 3rem;
    }
    .discount-price{
        font-size: 14px;
    }
    .cardCont2 img {
        border-radius: 5px 5px 0px 0px;
    }
}

@media screen and (max-width: 767px) {
    .bannerImg{
        width: 100%;
        height: 200px;
        border-radius: 0px !important;
    }
    .tiendaData{
        display: flex;
        flex-direction: column;
    }
    .tienda-datos{
        width: 100%;
    }
    .dataCard ul li h6{ 
        font-weight: 500;
        font-size: 16px;
        margin-left: 10px;
    }
    .dataCard ul li img{ 
        width: 22px;
    }
    .profile-img-cont{
        transform: unset;
        left: 7%;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        align-self: center;
    }
    .profile-img{
        width: 100px;
        height: 100px;
    }
    .banner-cont{
        height: 250px;
    }
    .mobile-name {
        gap: 3rem !important;
    }
    .tienda-data-cont h6{
        text-align: left;
        font-size: 14px;
    }
    .sellers-buttons-conts{
        gap: 10px;
        margin-top: 20px;
    }
    .location-icon {
        filter: grayscale(1) contrast(5) invert(1);
    }
    .sellers-buttons-conts a {
        width: 100% !important;
    }
    .h1-title {
        font-weight: 700;
    }
    .testimonials {
        margin-block: 3rem;
    }
    .btnContacto {
        max-width: 230px;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .profileImg{
        width: 100px;
        height: 100px;
        left: 50%;
    }
    .cardCont2{
        width: 100%;
        height: 150px;
        border-radius: 20px 20px 0px 0px;
        object-fit: contain;
    }
    .cardCont2 img{
        width: 100%;
        height: 150px;
        object-fit: contain;
    }
    .bannerImg{
        width: 100%;
        height: 150px;
        border-radius: 0px !important;
    }
    .tienda-data-cont ul{
        display: flex;
        align-self: flex-start;
    }
}
.sellers-buttons-conts{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.sellers-buttons-conts a{
    width:70%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    gap: 10px;
}
.sellers-buttons-conts a h6{
    font-weight: 900;
}

@media(max-width: 379px){
    .sellers-buttons-conts a h6{
        font-size: 100%;
        text-align: center;
    }
}

.dataCont2Title{
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.dataCont2Title h2{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.seller-data-info{
    background: linear-gradient(96.46deg, #1E2D26 -14.21%, #131217 100%);
    border: 2px solid #313639;
    border-radius: 20px;
    padding: 20px 40px;
    margin-block: 40px;
    display: flex;
    align-items: center;
}
.seller-data-info-img{
    width: 20%;
}
.profile-img-container{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #FFFFFF
}
.profile-img-container img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.seller-data-info-descripcion{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    color: #fff;
    width: 50%;
    font-size: 14px;
}
.seller-data-info-name{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    color: #fff;
    margin-bottom: 20px;
}
.star-svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 992px) {
    .star-svg {
        width: 16px;
        height: 16px;
    }
.rating-number{
    font-size: 14px;
}
.seller-data-info-name{
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {
    .star-svg {
        width: 12px;
        height: 12px;
    }
}
.rate-data {
    display: flex;
    align-items: center;
    gap: 4px;
}
.rate-data svg{
    color: #FFD700;
}

.rating-number {
    font-weight: bold;
}

.review-count {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.vendor-meta__icons{
  display:flex;
  align-items: flex-end;
  justify-content: center;
  gap:10px;
  width: 30%;
  flex-direction: column;
}
.vendor-meta__icons .meta-pill{
  width: auto;
  max-width: 100%;
}
.meta-pill{
  display:flex;
  align-items:center;
  gap:6px;
  color: #fff;
  text-decoration: none;
  padding:6px 10px;
  border:1px solid #fff;
  border-radius:999px;
  background:transparent;
}
.meta-pill img{ 
    width:18px; 
    height:18px; 
    display:block; 
    opacity:.9; 
}
.meta-pill small{ 
    font-size:.82rem; 
    line-height:1; 
    white-space:nowrap; 
}

.estado-no-verificado{
    font-size: 12px;
    border-radius: 5px;
    padding: 7px 15px;
    box-shadow: 0px 4px 4px 0px #000000;
    color: #fff;
    border: 1px solid #313639;
    background-color: transparent;
}
.estado-verificado{
    font-size: 12px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 7px 15px;
    box-shadow: 0px 4px 4px 0px #000000;
    color: #fff;
    border: 1px solid #29C480;
    background: #29C48033;
    gap: 10px;
}
@media screen and (max-width: 991px) {
.seller-data-info{
    flex-direction: column;
}
.seller-data-info-descripcion{
    width: 80%;
}
.vendor-meta__icons{
  width: 80%;
}
.vendor-meta__icons{
    margin-top: 20px;
    align-items: flex-start;
}
.seller-data-info-img{
    width: auto;
}
.seller-data-info-descripcion{
    margin-top: 20px;
}
.banner-cont{
    height: auto;
}
}
@media screen and (max-width: 767px) {
.seller-data-info{
    flex-direction: column;
}
.profile-img-container{
    width: 100px;
    height: 100px;
}
.seller-data-info-descripcion{
    width: 100%;
}
.vendor-meta__icons{
  width: 100%;
}
.vendor-meta__icons{
    margin-top: 20px;
    align-items: flex-start;
}
.seller-data-info{
    padding: 15px;
}
}

/* Contenedor base */
.verify-card {
    position: relative;
    padding: 7px 10px;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: transparent;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    
}
.verify-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.verify-title {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}
.verify-title .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.verify-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background-color: #0D0F12;
    border: 1px solid #29C480;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    white-space: normal;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    line-height: 1.4;
    z-index: 10;
    cursor: default;
}
.verify-tooltip a{
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 5%;
    font-weight: 300;
    color: #fff;
}
.verify-tooltip a:hover{
    color: #29C480;
    font-weight: 500;
}
.verify-tooltip p{
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}
.tooltip-arrow {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0,0,0,0.85);
}
.verify-title:hover .verify-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.verified { 
    background-color: #29C48033;
    border: 1px solid #29C480
}
.not-verified { 
    background: transparent;
    border: 1px solid #313639
}
@media screen and (max-width: 991px) {
    
.verify-tooltip {
    left: 65%;
}
}
.texto-truncado {
    overflow: hidden;
    line-height: 1.5em;
    max-height: 7.5em;
    white-space: normal;
    transition: max-height 0.3s ease;
}

.ver-mas-btn {
    display: none;
    margin-top: 5px;
    color: #29C480;
    cursor: pointer;
    font-weight: bold;
}