*{box-sizing:border-box;scrollbar-color:#fff #1e1e1e;margin:0;padding:0;font-family:Inter,sans-serif}main{z-index:2;background-color:#fff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;width:100vw;height:92vh;position:fixed;top:0;left:0}.header{justify-content:space-between;align-items:center;padding:35px 25px 15px;display:flex}.header h1{color:#19253d;width:250px;font-size:2.2em}.busca img{width:25px;height:25px}.filtros{justify-content:space-between;gap:15px;width:100%;padding:20px;display:flex;overflow-x:auto}.filtro{color:#19253d;letter-spacing:.5px;background-color:#f4f5f3;border-radius:200px;padding:12px 18px;font-size:.9em;font-weight:600}.categoria-produtos{padding:25px}.categoria-head{color:#19253d;justify-content:space-between;align-items:center;display:flex}.categoria-head a{color:#c4c4c4;text-decoration:none}.lista-produtos{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:20px;padding:40px 0;display:grid}.produto{text-align:start;background-color:#f7f7f7;border-radius:20px;flex-direction:column;justify-content:center;gap:5px;width:180px;padding:25px 15px;display:flex}.produto img{height:100px}.produto h2{color:#19253d;font-size:1.2em;font-weight:600}.produto .produto-inf{justify-content:space-between;align-items:center;width:100%;display:flex}.produto .produto-inf span{color:#fd7044;font-size:1em;font-weight:bolder}.produto .adicionar{background-color:#fd7044;border-radius:5px;justify-content:center;align-items:center;padding:5px;display:flex}.produto .adicionar img{width:20px;height:20px}footer{z-index:1;background-color:#19253d;justify-content:space-between;width:100%;height:13vh;padding:20px;display:flex;position:fixed;bottom:0;left:0}.paginas{color:#5a667c;flex-direction:column;justify-content:center;align-items:center;height:fit-content;margin-top:30px;padding:10px;display:flex}.icones{width:25px}
