*{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}.footer{min-height:5vh;background-color:#f2921d;color:#000;text-align:right;padding-left:20px;padding-right:20px;padding-top:1.5vh}.footer a{color:#000;text-decoration:none}.footer a:hover{text-decoration:underline}.wrapper[data-v-453391ff]{display:flex;align-items:center;justify-content:center}.products[data-v-453391ff]{margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-around}.product[data-v-453391ff]{margin:10px;margin-top:50px;width:200px}.product img[data-v-453391ff]{border:2px solid #333;height:250px;width:200px;-o-object-fit:cover;object-fit:cover}.product .image[data-v-453391ff]{display:flex;justify-content:center;margin-bottom:5px}.info[data-v-453391ff]{background:#f2921d;color:#000;padding:10px 30px;height:80px}.info h1[data-v-453391ff]{font-size:16px}.info h2[data-v-453391ff]{font-size:14px}.info p[data-v-453391ff]{margin:0;font-size:10px}.price[data-v-453391ff]{display:flex}button[data-v-453391ff]{height:50px;background:#000;color:#fff;border:none}.auto[data-v-453391ff]{margin-left:auto}.wrapper[data-v-995b2514]{display:flex;align-items:center;justify-content:center}.search[data-v-995b2514]{border:1px solid #ccc;border-radius:4px;width:50%}form[data-v-995b2514]{display:table;width:100%}i[data-v-995b2514]{display:table-cell;padding-left:10px;width:1px}input[data-v-995b2514]{display:table-cell;font-size:20px;border:none!important;box-shadow:none!important;width:100%;height:40px}.cart-item{padding:10px;padding-left:0;border-bottom:2px dashed grey}.cart-item-info{display:flex}.cart-item-info img{border:2px solid #333;height:250px;width:200px;-o-object-fit:cover;object-fit:cover}.cart-item-description{padding-left:10px}