/* .wrapper-cards{
    margin-left: auto;
    margin-right: auto;
} */

.tienda-cards{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 100px;
    
}
/* img {
    height: 400px;
    width: 300px;
} */
.img-card-tienda{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.cardproducto{
    /* overflow: hidden; */
    /* width: 300px;
    height: 400px; */
    /* background-color: aqua; */
    position: relative;
 
}

.nombre-card-tienda{
    right: 0px;
bottom: 0px;
width: auto;
position: absolute;
    font-family: "poppins-bold";
    z-index: 99;
}