.contenedor_produc_destacados {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
    flex-wrap: nowrap;
}

.contenedor_produc_destacados .card-product-destacados {
    width: 17.7vw;
    position: relative;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 22px;
    margin-left: 15px;
    margin-right: 15px;
    flex: 0 0 auto; /* evita que las cards se reduzcan */
     cursor: pointer;
}

.contenedor_produc_destacados .arriba {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.contenedor_produc_destacados .arriba .tag {
    background-color: #212121;
    color: white;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 6px;
    font-family: 'Poppins-light', sans-serif;
}

.contenedor_produc_destacados .arriba .icon {
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.contenedor_produc_destacados .arriba .icon img {
    width: 35px;
    height: 35px;
    margin: 0;
    cursor: pointer;
}

.contenedor_produc_destacados .product-image {
    margin: 5px 0 20px;
    width: 100%;
    height: 230px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.contenedor_produc_destacados .product-image img {
    background-color: transparent;
    width: fit-content;
}

.contenedor_produc_destacados .abajo {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-right:10px ;
}

.contenedor_produc_destacados .description {
    font-size: 11px;
    color: #4c4a4a;
    background-color: transparent;
    width: 200px;
    font-family: 'Cooper-light', sans-serif;
    text-align: left;

}

.contenedor_produc_destacados .divider {
    width: 1px;
    height: 50px;
    background-color: #000000;
    margin: 0 2px;
}

.contenedor_produc_destacados .precio{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contenedor_produc_destacados .price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: 'Cooper-Bold', sans-serif;
}

.contenedor_produc_destacados .tax {
    font-size: 0.8em;
    color: #757575;
    font-family: 'Cooper-light', sans-serif;
}
