*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f9f9f9;font-family:Arial,sans-serif}.header{color:#fff;background:#ff4d4d;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.header h2{font-size:22px}.header nav{align-items:center;gap:16px;display:flex}.header nav a{color:#fff;font-size:15px;text-decoration:none}.header nav a:hover{text-decoration:underline}.header-cart-badge{color:#ff4d4d;background:#fff;border-radius:20px;padding:6px 14px;font-size:14px;font-weight:700}.food-list{max-width:900px;margin:0 auto;padding:24px}.food-list h2{margin-bottom:16px;font-size:20px}.food-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.food-item{background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex;box-shadow:0 2px 6px #0000000f}.food-item h3{font-size:16px}.food-item p{color:#666;font-size:14px}.add-to-cart-btn{color:#fff;cursor:pointer;background:#00950a;border:none;border-radius:6px;padding:8px;font-size:14px;font-weight:700}.add-to-cart-btn:hover{background:#007a0a}.cart{background:#fff;border-radius:10px;max-width:700px;margin:24px auto;padding:20px;box-shadow:0 2px 6px #0000000f}.cart h2{margin-bottom:16px;font-size:20px}.cart-empty{color:#999}.cart-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:10px 0;font-size:15px;display:flex}.cart-item span:last-of-type{text-align:right;min-width:60px;font-weight:700}.remove-btn{color:#ff4d4d;cursor:pointer;background:0 0;border:1px solid #ff4d4d;border-radius:6px;padding:4px 10px;font-size:13px}.remove-btn:hover{color:#fff;background:#ff4d4d}.cart-total{justify-content:space-between;margin-top:16px;font-size:17px;font-weight:700;display:flex}.cart-total span:last-child{color:#ff4d4d}
