/* Formulário de Produto - Estilos */

#foto-preview {
    margin-top: 1rem;
}

#foto-preview img {
    max-width: 200px;
    display: block;
}

#foto-preview .btn {
    margin-top: 0.5rem;
}

.custom-file-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-group-text {
    min-width: 45px;
    justify-content: center;
}
