.produto-back-dash{
    width:100%;
    display:flex;
    gap:10px;
    padding:12px 15px 0;
}

.produto-back-btn{
    flex:1;
    height:42px;
    border-radius:10px;
    background:#2374e1;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
}

.produto-back-btn.home{
    background:#303136;
}

.produto-back-btn:hover{
    opacity:.9;
}