@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box}html{background:#29251c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#d9e2f1;background:linear-gradient(#29251c,#2c2306);min-height:100vh;margin:0;font-family:Roboto,sans-serif;position:relative}::-webkit-scrollbar{background:0 0;width:.6rem}::-webkit-scrollbar-thumb{background-color:#ffab04;border-radius:999px}#main-header{justify-content:space-between;align-items:center;padding:3rem 10%;display:flex}#main-header #title{align-items:center;gap:1rem;display:flex}#main-header #title img{object-fit:contain;border:2px solid #ffc404;border-radius:50%;width:4rem;height:4rem}#main-header button{color:#ffc404;background-color:#0000;border:none;font-size:1.5rem}h1{letter-spacing:.2rem;text-transform:uppercase;color:#ffc404;margin:0;font-size:2rem;font-weight:700}h1 p{text-transform:capitalize;color:#fff;margin:0;font-size:1rem;font-weight:400}#meals{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem;width:90%;max-width:70rem;margin:2rem auto;padding:1rem;list-style:none;display:grid}.meal-item{text-align:center;background-color:#1d1a16;border-radius:1rem;justify-content:center;align-items:center;width:fit-content;display:flex;overflow:hidden;box-shadow:0 1px 6px #0000004d}.meal-item article{flex-direction:column;justify-content:center;align-items:center;height:100%;margin-bottom:2rem;display:flex}.meal-item img{object-fit:cover;width:100%;height:20rem}.meal-item h3{margin:.75rem 0;font-size:1.5rem;font-weight:700}.meal-item-description{margin:1rem}.meal-item-price{color:#ffc404;background-color:#312c1d;border-radius:4px;margin:0;padding:.5rem 2rem;font-size:1.2rem;font-weight:700;display:inline-block}.meal-item-price del{color:#ddd;margin-right:1rem}.meal-item-actions{margin-bottom:1.5rem}.cart h2{margin:1rem 0}.cart ul{max-height:25rem;margin:.5rem 0;padding:0;list-style:none;overflow-y:scroll}.modal-actions{justify-content:flex-end;gap:1rem;display:flex}.modal-actions .text-button{color:#1d1a16}.modal-actions .text-button:disabled{opacity:.5;cursor:not-allowed}.modal-actions .text-button:hover,.modal-actions .text-button:active{color:#312c1d}.cart-total{color:#46443c;background-color:#fdf2e9;border-radius:6px;flex-direction:column;align-items:flex-end;padding:6px;font-size:1.15rem;font-weight:700;display:flex}.cart-total p{margin:6px}.cart-total-price{border-bottom:1px solid #1d1a16;justify-content:space-between;align-items:center;width:100%;display:flex}.green{color:green;border:none!important}.red{color:red}.cart-item{justify-content:space-between;align-items:start;margin:.5rem 1rem .5rem 0;padding:6px;display:flex}.cart-item .item{flex-direction:column;display:flex}.cart-item-actions{align-items:center;gap:1rem;padding-right:1rem;display:flex}.cart-item-actions button{color:#ffc404;cursor:pointer;background-color:#312c1d;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:1rem;display:flex}.cart-item-actions button:hover,.cart-item-actions button:active{color:#ffab04;background-color:#1d1a16}.control{flex-direction:column;margin:.5rem 0;display:flex}.control label{margin-bottom:.5rem;font-weight:700}.control input{width:100%;max-width:20rem;font:inherit;border:1px solid #ccc;border-radius:4px;padding:.5rem}.control-row{gap:1rem;display:flex}.button{font:inherit;cursor:pointer;color:#1f1a09;background-color:#ffc404;border:1px solid #ffc404;border-radius:4px;padding:.5rem 1.5rem}.button:hover,.button:active{background-color:#ffab04;border-color:#ffab04}.text-button{font:inherit;cursor:pointer;color:#333;background-color:#0000;border:none!important}.text-button:hover,.text-button:active{color:#ffab04}.modal{background-color:#e4ddd4;border-radius:6px;width:80%;max-width:40rem;padding:1rem;animation:.3s ease-out forwards fade-slide-up;box-shadow:0 2px 8px #0009}.modal::backdrop{background-color:#0000008c}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(4rem)}to{opacity:1;transform:translateY(0)}}.loading{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader{border:4px solid #ffab044d;border-top-color:#ffab04;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.load-text{color:#ffab04}@keyframes spin{to{transform:rotate(360deg)}}.error{color:#fff;background-color:red;border:1.5px solid #fff;border-radius:1rem;width:fit-content;padding:1rem;font-size:1.2rem;position:relative;left:50%;transform:translate(-50%,-50%)}.error-text{color:red}.food-s1{border-radius:8px;width:3rem;height:3rem;margin-bottom:.4rem}.btn-loader{width:1.4rem;height:1.4rem;margin-left:2rem;border:3px solid #fdf2e9!important;border-top-color:#555!important}
