#productos-container-cart {
    width: 700px;
    margin: auto;
    
}

.tarjeta-producto-cart{
    display: flex;
    gap: 10px;
    align-items: center;
}

.tarjeta-producto-cart img {
    height: 100px;
    aspect-ratio: 1.5;
}

.tarjeta-producto-cart h3 {
    width: 360px;
}

.tarjeta-producto-cart p {
    width: 80px;
}

.tarjeta-producto-cart-cab{
    display: flex;
    gap: 10px;
    align-items: center;
}

.tarjeta-producto-cart-cab img {
    height: 100px;
    aspect-ratio: 1.5;
}

.tarjeta-producto-cart-cab h3 {
    width: 360px;
}

.tarjeta-producto-cart-cab p {
    width: 70px;
}

#totales {
    text-align: center;
}