

.zArticuloObjeto{
    background-color: #fff; 
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 20px;
}

.zarticuloimg{
max-height: 250px;
}

.zarticulodescripcion{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    height: 64px;
}

.zarticuloprecio{
    padding: 8px 0;
    font-size: 24px;
    font-weight: 900;
}

.zarticuloagregar button{
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.zarticuloclave{
    font-size: 12px;
    color: #777;
}