*{box-sizing:border-box}body{margin:50px 100px}#menu{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:5px;grid-template-areas:"none brand side";margin-bottom:50px}#menu a{color:#b84901}#brand{grid-area:brand;display:flex;justify-content:center}#brand img{height:200px}#side{grid-area:side;display:flex;justify-content:flex-end}#side img{width:50px}.menu-item{display:flex;flex-direction:column}.menu-item p{margin:0}.browse{margin-right:50px}.wrapper[data-v-9e85a34c]{display:flex;align-items:center;justify-content:center}.products[data-v-9e85a34c]{margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-around}.product[data-v-9e85a34c]{margin:10px;margin-top:50px;width:200px}.product img[data-v-9e85a34c]{border:2px solid #333;height:250px;width:200px;-o-object-fit:cover;object-fit:cover}.product .image[data-v-9e85a34c]{display:flex;justify-content:center;margin-bottom:5px}.info[data-v-9e85a34c]{background:#f2921d;color:#000;padding:10px 30px;height:80px}.info h1[data-v-9e85a34c]{font-size:16px}.info h2[data-v-9e85a34c]{font-size:14px}.info p[data-v-9e85a34c]{margin:0;font-size:10px}.price[data-v-9e85a34c]{display:flex}button[data-v-9e85a34c]{height:50px;background:#000;color:#fff;border:none}.auto[data-v-9e85a34c]{margin-left:auto}.wrapper[data-v-6d0896cf]{display:flex;align-items:center;justify-content:center}.search[data-v-6d0896cf]{border:1px solid #ccc;border-radius:4px;width:50%}form[data-v-6d0896cf]{display:table;width:100%}i[data-v-6d0896cf]{display:table-cell;padding-left:10px;width:1px}input[data-v-6d0896cf]{display:table-cell;font-size:20px;border:none!important;box-shadow:none!important;width:100%;height:40px}.cartItem{display:flex;margin:50px 0}.info{margin-left:30px;display:flex;flex-direction:column;justify-content:center}.info h1,.info p{margin:0}button{background-color:#b84901;color:#fff;border:none;padding:10px}