.produtos-area{

    background:#f7f7f7;

    padding:60px 0;

}

.sidebar{

    background:#FFF;

    border:1px solid #e8e8e8;

    border-radius:8px;

    padding:20px;

}

.buscar{

    position:relative;

    margin-bottom:30px;

}

.buscar input{

    height:45px;

    border-radius:25px;

}

.buscar button{

    position:absolute;

    right:5px;

    top:5px;

    border:0;

    background:#f4b400;

    color:#FFF;

    width:35px;

    height:35px;

    border-radius:50%;

}

.sidebar h4{

    font-size:18px;

    font-weight:bold;

    margin-bottom:20px;

}

.categorias{

    list-style:none;

    padding:0;

    margin:0;

}

.categorias li{

    margin-bottom:8px;

}

.categorias li a{

    display:block;

    padding:13px 15px;

    color:#444;

    text-decoration:none;

    background:#fafafa;

    border-radius:6px;

    transition:.3s;

}

.categorias li.active a{

    background:#f4b400;

    color:#FFF;

}

.categorias li a:hover{

    background:#f4b400;

    color:#FFF;

}



.topo-produtos{

    margin-bottom:30px;

}

.topo-produtos h2{

    margin:0;

    font-weight:bold;

}

.topo-produtos span{

    color:#777;

}

.topo-produtos select{

    width:180px;

}



.produto{

    background: #FFF;
    border-radius: 8px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    transition: .3s;
    position: relative;
    overflow: hidden;
    height: 420px;
   
    

}

.produto:hover{

    transform:translateY(-8px);

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}



.foto{

    height:220px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:20px;

    background:#FFF;

}

.foto img{

    max-width:100%;

    max-height:180px;

    transition:.4s;

}

.produto:hover img{

    transform:scale(1.08);

}



.info{

    padding:20px;
    text-align:center;
}

.info h3{

    font-size:14px;
    margin-top:0;
    /*height:45px;*/
    font-weight:bold;
    line-height: 20px;
    

}

.info span{

    display:block;
    color:#777;
    margin-bottom:10px;
    
    

}



.btn-detalhes{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    height:46px;
    background:#f4b400;
    color:#FFF;
    text-decoration:none;
    border-radius:25px;
    font-size:12px;
    font-weight:600;
    transition:.3s;
}

.btn-detalhes:hover{

    background:#25D366;   /* Verde WhatsApp */

    color:#FFF;

    text-decoration:none;

}

.btn-detalhes i{

    font-size:20px;

}




.tag,

.consulta{

    position:absolute;

    left:15px;

    top:15px;

    color:#FFF;

    font-size:11px;

    padding:6px 10px;

    border-radius:20px;

    z-index:2;

}

.tag{

    background:#ff9800;

}

.consulta{

    background:#666;

}


.sidebar-ajuda{

    margin-top:25px;

    background:#FFF;

    border:1px solid #ececec;

    border-radius:10px;

    padding:25px;

    text-align:center;

    box-shadow:0 3px 10px rgba(0,0,0,.05);

}

.sidebar-ajuda .icone{

    width:70px;

    height:70px;

    margin:auto;

    margin-bottom:18px;

    border-radius:50%;

    background:#f4b400;

    color:#FFF;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

}

.sidebar-ajuda h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

}

.sidebar-ajuda p{

    color:#777;

    font-size:14px;

    line-height:24px;

    margin-bottom:20px;

}

.btn-whats{

    display:block;

    background:#25D366;

    color:#FFF;

    text-decoration:none;

    padding:13px;

    border-radius:30px;

    font-size:16px;

    font-weight:600;

    transition:.3s;

}

.btn-whats:hover{

    background:#1faa50;

    color:#FFF;

    text-decoration:none;

}

.btn-whats i{

    margin-right:8px;

    font-size:20px;

}

.telefone{

    display:block;

    margin-top:18px;

    color:#555;

    font-size:15px;

    font-weight:600;

}

.telefone i{

    color:#f4b400;

    margin-right:6px;

}