body{

background:#f3f3f3;

padding-bottom:90px;

font-family:Arial;

}

.topo{

background:#ff6b00;

color:white;

padding:25px;

text-align:center;

border-radius:0 0 20px 20px;

}

.logo{

width:90px;

margin-bottom:10px;

}

.pesquisa{

border-radius:50px;

}

.categorias{

display:flex;

overflow:auto;

gap:10px;

padding-bottom:10px;

}

.btnCategoria{

border:none;

background:white;

padding:10px 20px;

border-radius:30px;

white-space:nowrap;

}

.produto{

background:white;

border-radius:15px;

padding:10px;

margin-bottom:20px;

box-shadow:0 3px 10px rgba(0,0,0,.08);

}

.produto img{

width:100%;

height:170px;

object-fit:cover;

border-radius:10px;

}

.carrinho{

position:fixed;

bottom:0;

left:0;

right:0;

background:#ff6b00;

color:white;

display:flex;

justify-content:space-between;

align-items:center;

padding:15px;

}