{
  "metadata": {
    "name": "The Coney Island (Pottsville) — Full Menu",
    "address": "2290 W. Market St., Pottsville, PA 17901",
    "phone": "570-622-7722",
    "timezone": "America/New_York",
    "open24x7": true,
    "breakfast": {
      "mon_sat": {
        "start": "06:00",
        "end": "11:00"
      },
      "sun": {
        "start": "06:00",
        "end": "13:00"
      }
    },
    "currency": "USD",
    "version": "2025-11"
  },
  "restaurant_menu": {
    "sections": [
      {
        "section": "Breakfast",
        "subsections": [
          {
            "name": "Omelets",
            "notes": [
              "3-egg omelets served with toast: White, Wheat, or Rye",
              "+$1.00 American cheese to any omelet"
            ],
            "items": [
              {
                "name": "Cheese Omelet",
                "description": "3-egg omelet with melted cheese",
                "price": 4,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              },
              {
                "name": "Ham & Cheese Omelet",
                "description": "3-egg omelet with diced ham & cheese",
                "price": 5.2,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Meat Lover’s Omelet",
                "description": "3-egg omelet with ham, bacon, and sausage",
                "price": 7,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Bacon & Cheese Omelet",
                "description": "3-egg omelet with bacon & cheese",
                "price": 5.2,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Western Omelet",
                "description": "3-egg omelet with ham, onions, green pepper",
                "price": 5.9,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Veggie Omelet",
                "description": "3-egg omelet with onions, green peppers, mushrooms, tomatoes",
                "price": 5.5,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              }
            ]
          },
          {
            "name": "Breakfast Combos",
            "options": {
              "meat": [
                "Bacon",
                "Ham",
                "Sausage",
                "Scrapple"
              ],
              "potatoes": [
                "Home Fries",
                "Tater Tots"
              ]
            },
            "items": [
              {
                "name": "2 Eggs, Meat, Potatoes, Toast",
                "description": "Two eggs with choice of meat, potatoes, and toast",
                "price": 6.35
              },
              {
                "name": "2 Eggs, Meat, Toast",
                "description": "Two eggs with choice of meat and toast",
                "price": 5.35
              },
              {
                "name": "2 Eggs, Potatoes, Toast",
                "description": "Two eggs with choice of potatoes and toast",
                "price": 4.75
              },
              {
                "name": "1 Egg, Meat, Potatoes, Toast",
                "description": "One egg with choice of meat, potatoes, and toast",
                "price": 5.8
              },
              {
                "name": "2 Eggs, Toast",
                "description": "Two eggs with toast",
                "price": 3.45
              },
              {
                "name": "1 Egg, Toast",
                "description": "One egg with toast",
                "price": 2.6
              },
              {
                "name": "Pancakes",
                "description": "Stack of pancakes served with butter and syrup",
                "price": 4.5,
                "tags": [
                  "breakfast",
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Pancakes w/ Meat",
                "description": "Pancakes with choice of breakfast meat",
                "price": 5.75
              },
              {
                "name": "French Toast",
                "description": "Thick-sliced bread grilled with egg batter, served with syrup",
                "price": 4.5,
                "tags": [
                  "breakfast",
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "French Toast w/ Meat",
                "description": "French toast with choice of breakfast meat",
                "price": 5.75
              },
              {
                "name": "Waffles",
                "description": "Stack of Belgian waffles served with butter and syrup",
                "price": 3.00,
                "tags": [
                  "breakfast",
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Waffles w/ Meat",
                "description": "Belgian Waffles with choice of breakfast meat",
                "price": 4.25
              },
              {
                "name": "Waffles w/ Iced Cream",
                "description": "Belgian Waffles topped with a scoop of Hershey's iced cream",
                "price": 5.50
              },
              {
                "name": "S.O.S.",
                "description": "Creamed chipped beef on toast",
                "price": 5.95
              }
            ]
          },
          {
            "name": "Breakfast Sides",
            "items": [
              {
                "name": "Egg",
                "description": "Single cooked egg",
                "price": 1.25,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              },
              {
                "name": "Bacon (2 slices)",
                "description": "Two slices of crispy bacon",
                "price": 3,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Sausage",
                "description": "Breakfast sausage patty or links",
                "price": 1.75,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Ham",
                "description": "Slice of grilled ham",
                "price": 2,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Scrapple",
                "description": "Fried slices of Pennsylvania Dutch scrapple",
                "price": 1.75,
                "tags": [
                  "breakfast",
                  "contains_pork"
                ]
              },
              {
                "name": "Home Fries (onions optional)",
                "description": "Fried diced potatoes with optional onions",
                "price": 2
              },
              {
                "name": "Tater Tots",
                "description": "Crispy fried potato tots",
                "price": 2.75
              },
              {
                "name": "Toast (White/Wheat/Rye)",
                "description": "Choice of white, wheat, or rye toast",
                "price": 1.25,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              },
              {
                "name": "Bagel (Plain or Cinnamon Raisin)",
                "description": "Toasted plain or cinnamon raisin bagel",
                "price": 2,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              },
              {
                "name": "Muffin",
                "description": "Tasty muffin",
                "price": 1.5,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              },
              {
                "name": "French Toast (single)",
                "description": "Single slice of French toast",
                "price": 1.75,
                "tags": [
                  "breakfast",
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Pancake (single)",
                "description": "Single pancake",
                "price": 1.75,
                "tags": [
                  "breakfast",
                  "vegetarian",
                  "kid-friendly"
                ]
              }
            ]
          },
          {
            "name": "Breakfast Sandwiches",
            "bread_choices": [
              "Toast",
              "Muffin",
              "Bagel (+$1)"
            ],
            "meat_choices": [
              "Bacon",
              "Ham",
              "Sausage",
              "Scrapple"
            ],
            "items": [
              {
                "name": "Meat Only",
                "description": "Choice of breakfast meat on selected bread",
                "price": 3.5
              },
              {
                "name": "Meat, Egg, & Cheese",
                "description": "Breakfast sandwich with meat, egg, and cheese",
                "price": 5.25
              },
              {
                "name": "Chef’s Choice",
                "description": "Meat, egg, & cheese on a bagel with mayo",
                "price": 6.25
              },
              {
                "name": "Egg & Meat",
                "description": "Egg and choice of meat on selected bread",
                "price": 4.25
              },
              {
                "name": "Egg Only",
                "description": "Egg sandwich on selected bread",
                "price": 2.25,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              }
            ]
          },
          {
            "name": "Sandwich Toppings (Breakfast)",
            "complementary": [
              "Green Peppers",
              "Jalapenos",
              "Ketchup",
              "Mayonnaise",
              "Mushrooms",
              "Mustard",
              "Onions",
              "Tomatoes"
            ],
            "additions": [
              {
                "name": "American Cheese",
                "description": "Add a slice of American cheese",
                "price": 1,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              }
            ]
          }
        ]
      },
      {
        "section": "Restaurant & Tavern",
        "subsections": [
          {
            "name": "Toppings (General)",
            "complementary": [
              "Ketchup",
              "Mayonnaise",
              "Mustard",
              "Pickle Relish",
              "Pickles",
              "Raw Onions",
              "Stewed Onions",
              "Tartar Sauce"
            ],
            "additions": [
              {
                "name": "Jalapenos",
                "description": "Sliced jalapeno peppers",
                "price": 0.25,
                "tags": [
                  "spicy"
                ]
              },
              {
                "name": "Sauerkraut",
                "description": "Tangy fermented cabbage",
                "price": 0.25
              },
              {
                "name": "Chili",
                "description": "Homemade family recipe since 1917. Our original Pottsville-style chili - savory, mellow, and made for topping dogs, burgers, and fries. A true hometown staple.",
                "price": 0.75
              },
              {
                "name": "Lettuce",
                "description": "Fresh shredded lettuce",
                "price": 0.75
              },
              {
                "name": "Tomato",
                "description": "Fresh sliced tomato",
                "price": 0.75
              },
              {
                "name": "Mushrooms",
                "description": "Sautéed mushrooms",
                "price": 0.75
              },
              {
                "name": "American Cheese",
                "description": "Melted slice of American cheese",
                "price": 1,
                "tags": [
                  "breakfast",
                  "vegetarian"
                ]
              },
              {
                "name": "Nacho Cheese",
                "description": "Warm creamy nacho cheese sauce",
                "price": 1
              },
              {
                "name": "Bacon",
                "description": "Crispy strips of bacon",
                "price": 1.5,
                "tags": [
                  "contains_pork"
                ]
              },
              {
                "name": "Burger Patty",
                "description": "Additional beef burger patty",
                "price": 1.5
              }
            ]
          },
          {
            "name": "Hamburgers",
            "items": [
              {
                "name": "Coney Burger",
                "description": "Chili & stewed onions",
                "price": 3.6
              },
              {
                "name": "Coney Cheeseburger",
                "description": "Chili, stewed onions, & cheese",
                "price": 3.85
              },
              {
                "name": "Double Coney Burger",
                "description": "Two beef patties with chili & stewed onions",
                "price": 5.2
              },
              {
                "name": "Double Coney Cheeseburger",
                "description": "Two beef patties with chili, stewed onions, & cheese",
                "price": 6.2
              },
              {
                "name": "Mr. CLT",
                "description": "Two beef patties, lettuce, tomato, onion, pickles, & special sauce",
                "price": 6.2
              },
              {
                "name": "Hamburger",
                "description": "Single beef patty on a bun",
                "price": 3.1,
                "tags": [
                  "burger",
                  "kid-friendly"
                ]
              },
              {
                "name": "Cheeseburger",
                "description": "Single beef patty with cheese",
                "price": 3.6,
                "tags": [
                  "burger",
                  "kid-friendly"
                ]
              },
              {
                "name": "Double Burger",
                "description": "Two beef patties on a bun",
                "price": 4.7
              },
              {
                "name": "Bacon Cheeseburger",
                "description": "Beef patty with bacon & cheese",
                "price": 4.85,
                "tags": [
                  "burger",
                  "contains_pork"
                ]
              },
              {
                "name": "California Cheeseburger",
                "description": "Cheeseburger with lettuce, tomato, onion, pickles & mayo",
                "price": 4.6
              },
              {
                "name": "Bacon Double Burger",
                "description": "Two beef patties with bacon",
                "price": 6.7,
                "tags": [
                  "burger",
                  "contains_pork"
                ]
              },
              {
                "name": "Bacon Double Cheeseburger",
                "description": "Two beef patties with bacon & cheese",
                "price": 7.7,
                "tags": [
                  "burger",
                  "contains_pork"
                ]
              },
              {
                "name": "California Burger",
                "description": "Lettuce, tomato, onion, pickles & mayo",
                "price": 4.1
              },
              {
                "name": "Rodeo Burger",
                "description": "Bacon, cheese, fried onion ring, & BBQ sauce",
                "price": 5.75,
                "tags": [
                  "burger",
                  "contains_pork"
                ]
              }
            ]
          },
          {
            "name": "Hot Dogs",
            "items": [
              {
                "name": "Plain Dog",
                "description": "Classic hot dog on a bun",
                "price": 2
              },
              {
                "name": "Coney Dog",
                "description": "Chili, mustard, & raw onions",
                "price": 2.75
              },
              {
                "name": "Ben Dog",
                "description": "Bacon, cheese, ketchup, mustard, raw onions, & jalapenos",
                "price": 4,
                "tags": [
                  "contains_pork",
                  "spicy"
                ]
              },
              {
                "name": "Cheese Dog",
                "description": "Hot dog topped with melted cheese",
                "price": 2.5
              },
              {
                "name": "Coney Cheese Dog",
                "description": "Chili, cheese, mustard, & raw onions",
                "price": 3.25
              },
              {
                "name": "Bacon Dog",
                "description": "Hot dog topped with bacon",
                "price": 3.25,
                "tags": [
                  "contains_pork"
                ]
              },
              {
                "name": "Bacon Cheese Dog",
                "description": "Hot dog topped with bacon & cheese",
                "price": 3.75,
                "tags": [
                  "contains_pork"
                ]
              },
              {
                "name": "Big Beef Dog",
                "description": "Jumbo all-beef hot dog on a bun",
                "price": 3.75
              }
            ]
          },
          {
            "name": "Pizza",
            "sizes": [
              {
                "label": "Personal",
                "description": "Individual flatbread-style pizza with a crispy edge and soft center.",
                "price": 5.5
              },
              {
                "label": "12\" Pinsa Crust",
                "description": "Roman-style crust — light, airy, and baked for a tender chew.",
                "price": 12
              },
              {
                "label": "14\" Thin Crust",
                "description": "Classic thin crust with a golden, crisp bite and balanced flavor.",
                "price": 12
              }
            ],
            "toppings": {
              "veggies": {
                "list": [
                  "Black Olives",
                  "Green Olives",
                  "Green Peppers",
                  "Jalapenos",
                  "Mushrooms",
                  "Onions"
                ],
                "pricing": {
                  "personal": 0.25,
                  "twelve_or_fourteen": 0.5
                }
              },
              "meats_extra": {
                "list": [
                  "Bacon",
                  "Extra Cheese",
                  "Ham",
                  "Meatballs",
                  "Pepperoni",
                  "Sausage"
                ],
                "pricing": {
                  "personal": 0.75,
                  "twelve_or_fourteen": 1.5
                }
              }
            }
          },
          {
            "name": "Sides",
            "items": [
              {
                "name": "Onion Rings",
                "description": "Crispy battered onion rings",
                "price": 4
              },
              {
                "name": "Fried Pierogies",
                "description": "Potato & cheese pierogies fried golden brown",
                "price": 3
              },
              {
                "name": "Giant Soft Pretzel",
                "description": "Large baked pretzel with salt",
                "price": 7,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Nachos & Cheese",
                "description": "Tortilla chips with melted cheese",
                "price": 4.25,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Fries (reg.)",
                "description": "Regular order of french fries",
                "price": 2.75,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Fries (lg.)",
                "description": "Large order of french fries",
                "price": 4,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Gravy Cheese Fries (reg.)",
                "description": "Fries topped with gravy & cheese, regular size",
                "price": 4.25
              },
              {
                "name": "Gravy Cheese Fries (lg.)",
                "description": "Fries topped with gravy & cheese, large size",
                "price": 5.75
              },
              {
                "name": "Chili Cheese Fries (reg.)",
                "description": "Fries topped with chili & cheese, regular size",
                "price": 4.25
              },
              {
                "name": "Chili Cheese Fries (lg.)",
                "description": "Fries topped with chili & cheese, large size",
                "price": 5.75
              },
              {
                "name": "Fries w/ Cheese, Chili, or Gravy (reg.)",
                "description": "Regular fries with choice of cheese, chili, or gravy",
                "price": 3.5
              },
              {
                "name": "Fries w/ Cheese, Chili, or Gravy (lg.)",
                "description": "Large fries with choice of cheese, chili, or gravy",
                "price": 4.75
              },
              {
                "name": "Mac & Cheese (10 oz.)",
                "description": "Creamy macaroni & cheese, 10 oz.",
                "price": 4,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Mac & Cheese (16 oz.)",
                "description": "Creamy macaroni & cheese, 16 oz.",
                "price": 5.25,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Mac & Cheese (32 oz.)",
                "description": "Creamy macaroni & cheese, 32 oz.",
                "price": 9.5,
                "tags": [
                  "vegetarian"
                ]
              },
              {
                "name": "Mac & Cheese w/ Tomatoes (10 oz.)",
                "description": "Macaroni & cheese with diced tomatoes, 10 oz.",
                "price": 4.5,
                "tags": [
                  "vegetarian"
                ]
              },
              {
                "name": "Mac & Cheese w/ Tomatoes (16 oz.)",
                "description": "Macaroni & cheese with diced tomatoes, 16 oz.",
                "price": 6,
                "tags": [
                  "vegetarian"
                ]
              },
              {
                "name": "Mac & Cheese w/ Tomatoes (32 oz.)",
                "description": "Macaroni & cheese with diced tomatoes, 32 oz.",
                "price": 10.5,
                "tags": [
                  "vegetarian"
                ]
              },
              {
                "name": "Mozzarella Sticks (Marinara optional)",
                "description": "Fried mozzarella cheese sticks with optional marinara sauce",
                "price": 4,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              }
            ]
          },
          {
            "name": "Sandwiches",
            "items": [
              {
                "name": "Fish Sandwich",
                "description": "Fried fish fillet on a bun",
                "price": 5
              },
              {
                "name": "Grilled Cheese",
                "description": "White, wheat, or rye bread",
                "price": 3.5,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "B.L.T.",
                "description": "Bacon, lettuce, tomato, mayo optional; white, wheat, or rye bread",
                "price": 4.5,
                "tags": [
                  "contains_pork"
                ]
              },
              {
                "name": "Grilled Chicken Sandwich",
                "description": "Grilled chicken breast on a bun",
                "price": 4.5
              },
              {
                "name": "Ham & Cheese",
                "description": "On a bun, steamed or cold",
                "price": 4,
                "tags": [
                  "contains_pork"
                ]
              },
              {
                "name": "Grilled Ham & Cheese",
                "description": "White, wheat, or rye bread",
                "price": 4,
                "tags": [
                  "contains_pork"
                ]
              },
              {
                "name": "Cheesesteak",
                "description": "Shaved steak with cheese on a hoagie roll; marinara optional",
                "variants": [
                  {
                    "size": "reg.",
                    "price": 6.95
                  },
                  {
                    "size": "lg.",
                    "price": 13.95
                  }
                ],
                "notes": [
                  "Marinara sauce optional"
                ]
              }
            ]
          },
          {
            "name": "Chicken & Wings",
            "items": [
              {
                "name": "Chicken Tenders",
                "description": "Breaded chicken tenders with choice of dipping sauce",
                "price": 6.5,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Grilled Chicken Bites",
                "description": "Grilled bite-sized chicken pieces",
                "price": 7
              },
              {
                "name": "Chicken Fries",
                "description": "Crispy breaded chicken in fry shape",
                "price": 3.75,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Extra Sauce",
                "description": "Additional dipping or wing sauce",
                "price": 0.75
              },
              {
                "name": "Bone-In Wings (6)",
                "description": "Six traditional bone-in chicken wings",
                "price": 6
              },
              {
                "name": "Bone-In Wings (12)",
                "description": "Twelve traditional bone-in chicken wings",
                "price": 9
              },
              {
                "name": "Boneless Wings (6)",
                "description": "Six boneless chicken wings",
                "price": 6.5
              },
              {
                "name": "Boneless Wings (12)",
                "description": "Twelve boneless chicken wings",
                "price": 9.5
              },
              {
                "name": "Celery w/ Dressing (Ranch or Bleu Cheese)",
                "description": "Celery sticks with ranch or bleu cheese dressing",
                "price": 1,
                "tags": [
                  "vegetarian"
                ]
              }
            ],
            "wing_flavors": {
              "notes": [
                "1 flavor per dozen • No split flavors"
              ],
              "groups": {
                "Buffalo-based": [
                  "Hot Buffalo",
                  "Mild Buffalo"
                ],
                "BBQ-based": [
                  "BBQ",
                  "Hot BBQ",
                  "Honey BBQ",
                  "Hot Honey BBQ",
                  "Bourbon BBQ",
                  "Hot Bourbon BBQ"
                ],
                "Chili-based": [
                  "Sweet Chili",
                  "Sweet Chili BBQ"
                ],
                "Garlic-based": [
                  "Honey Garlic",
                  "Hot Garlic",
                  "Roasted Garlic Parm",
                  "Butter Garlic",
                  "Butter Garlic Parm",
                  "Garlic Pepper Parm",
                  "Honey Garlic Stinger"
                ],
                "Habanero-based": [
                  "Hot Habanero",
                  "Mango Habanero",
                  "Habanero Ranch"
                ],
                "Cajun-based": [
                  "Cajun",
                  "Cajun Ranch"
                ],
                "Ranch-based": [
                  "Ranch",
                  "Honey BBQ Ranch",
                  "Creamy Mild",
                  "Creamy Hot"
                ],
                "Pepper-based": [
                  "Lemon Pepper",
                  "Pepper Parmesan",
                  "Garlic Pepper Parm"
                ],
                "Other": [
                  "Teriyaki",
                  "Salt & Vinegar",
                  "Old Bay",
                  "Boom Boom"
                ]
              }
            }
          },
          {
            "name": "Tex-Mex",
            "notes": [
              "Tuesdays & Thursdays only"
            ],
            "items": [
              {
                "name": "Cheese Quesadilla",
                "description": "Melted cheese in a toasted flour tortilla, served warm and golden brown",
                "price": 4,
                "tags": [
                  "vegetarian",
                  "kid-friendly"
                ]
              },
              {
                "name": "Beef Quesadilla",
                "description": "Seasoned ground beef and melted cheese folded in a crisp tortilla",
                "price": 6
              },
              {
                "name": "Chicken Quesadilla",
                "description": "Grilled chicken and melted cheese in a toasted tortilla, served hot off the grill",
                "price": 6
              },
              {
                "name": "Hard Shell Taco",
                "description": "Crispy corn shell filled with seasoned meat, cheese, lettuce, and tomatoes",
                "price": 2.75
              },
              {
                "name": "Soft Shell Taco",
                "description": "Warm flour tortilla stuffed with seasoned meat, cheese, lettuce, and tomatoes",
                "price": 3.25
              },
              {
                "name": "Taco Salad Supreme",
                "description": "Seasoned meat, cheese, lettuce, and tomatoes served with crisp tortilla",
                "price": 6
              },
              {
                "name": "Extra Salsa",
                "price": 0.5
              },
              {
                "name": "Extra Sour Cream",
                "price": 0.5
              }
            ]
          },
          {
            "name": "Seafood",
            "notes": [
              "Fries or Mac & Cheese included (for platter)"
            ],
            "items": [
              {
                "name": "Beer-Battered Fish Platter",
                "description": "Flaky white fish in crisp beer batter",
                "price": 7
              },
              {
                "name": "Fish Sandwich",
                "description": "Crispy fried fish on a bun",
                "price": 5
              }
            ]
          },
          {
            "name": "Soup of the Day",
            "notes": [
              "Seasonal options available"
            ],
            "items": [
              {
                "name": "Small (10 oz.)",
                "price": 4.5
              },
              {
                "name": "Regular (16 oz.)",
                "price": 6.25
              },
              {
                "name": "Large (32 oz.)",
                "price": 10.75
              }
            ],
            "seasonal": true
          },
          {
            "name": "Beverages (Non-Alcohol)",
            "items": [
              {
                "name": "20 oz. Bottled Soda",
                "price": 2.25,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Coffee",
                "variants": [
                  {
                    "size": "sm.",
                    "price": 1
                  },
                  {
                    "size": "reg.",
                    "price": 1.75
                  },
                  {
                    "size": "lg.",
                    "price": 2
                  }
                ]
              },
              {
                "name": "Hot Tea",
                "variants": [
                  {
                    "size": "sm.",
                    "price": 1
                  },
                  {
                    "size": "reg.",
                    "price": 1.75
                  },
                  {
                    "size": "lg.",
                    "price": 2
                  }
                ]
              },
              {
                "name": "Hot Chocolate",
                "price": 1.5,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Orange Juice",
                "price": 2.25
              },
              {
                "name": "Guers Milk (White or Chocolate)",
                "price": 1.95,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Guers Iced Tea Products",
                "description": "Iced tea, Diet iced tea, Green tea, & Diet Green Tea",
                "price": 2
              },
              {
                "name": "Fountain Soda (Pepsi products)",
                "variants": [
                  {
                    "size": "reg.",
                    "price": 1.75
                  },
                  {
                    "size": "lg.",
                    "price": 2.25
                  }
                ],
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Lemonade Refreshers",
                "description": "Tart, fruity house lemonade served over ice",
                "flavors": [
                  "Strawberry",
                  "Watermelon",
                  "Blue Raspberry",
                  "Cherry"
                ],
                "price": 4,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Classic Milkshakes",
                "description": "Our milkshakes are the best around.",
                "flavors": [
                  "Banana",
                  "Black Raspberry",
                  "Blue Raspberry",
                  "Cherry",
                  "Chocolate",
                  "Coffee",
                  "Cotton Candy",
                  "Mint",
                  "Orange",
                  "Peanut Butter",
                  "Root Beer",
                  "Strawberry",
                  "Teaberry",
                  "Vanilla",
                  "Watermelon"
                ],
                "price": 4.5,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Gourmet Milkshakes",
                "description": "Ask about our seasonal offerings",
                "price": 5.5,
                "tags": [
                  "kid-friendly"
                ]
              },
              {
                "name": "Premium Deluxe Milkshakes",
                "description": "Ask about our seasonal offerings",
                "price": 6.5,
                "tags": [
                  "kid-friendly"
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "alcohol_menu": {
    "sections": [
      {
        "section": "Draft Beers & Ciders",
        "items": [
          {
            "name": "Yuengling Lord Chesterfield Ale",
            "price": null,
            "tags": [
              "beer",
              "ale",
              "draft",
              "yuengling"
            ],
            "description": "A crisp, hoppy ale with a rich malt backbone and a distinct floral bitterness, brewed by Yuengling."
          },
          {
            "name": "Yuengling Traditional Lager",
            "price": null,
            "tags": [
              "beer",
              "lager",
              "draft",
              "yuengling"
            ],
            "description": "A smooth amber lager with roasted caramel malt flavor and a well-balanced finish."
          },
          {
            "name": "Yuengling Flight",
            "price": null,
            "tags": [
              "beer",
              "light",
              "draft",
              "yuengling"
            ],
            "description": "A clean, crisp, and refreshing light beer crafted for low carbs and calories."
          },
          {
            "name": "Yuengling Octoberfest",
            "price": null,
            "tags": [
              "beer",
              "seasonal",
              "draft",
              "yuengling"
            ],
            "description": "A rich, copper-colored Märzen-style beer with notes of toasted malt and a smooth, mild finish."
          },
          {
            "name": "Miller Lite",
            "price": null,
            "tags": [
              "beer",
              "lager",
              "light",
              "draft"
            ],
            "description": "An easy-drinking American light lager with a clean, crisp taste and subtle hop character."
          },
          {
            "name": "Michelob Ultra",
            "price": null,
            "tags": [
              "beer",
              "lager",
              "light",
              "draft"
            ],
            "description": "A light-bodied lager with smooth malt flavor and a refreshing, clean finish."
          },
          {
            "name": "Ciderboys Caramel Apple",
            "price": null,
            "tags": [
              "cider",
              "sweet",
              "draft"
            ],
            "description": "A sweet hard cider blending crisp apple with creamy caramel for a dessert-like finish."
          },
          {
            "name": "New Trail Pumpkin Ale",
            "price": null,
            "tags": [
              "beer",
              "seasonal",
              "pumpkin",
              "draft"
            ],
            "description": "A spiced pumpkin ale with smooth malt sweetness and notes of cinnamon and nutmeg."
          }
        ]
      },
      {
        "section": "Bottled Beers - Yuengling",
        "items": [
          {
            "name": "Lord Chesterfield Ale",
            "price": null,
            "tags": [
              "beer",
              "ale",
              "bottle",
              "yuengling"
            ],
            "description": "A bold, flavorful ale with a crisp hop bite and balanced malt finish."
          },
          {
            "name": "Traditional Lager",
            "price": null,
            "tags": [
              "beer",
              "lager",
              "bottle",
              "yuengling"
            ],
            "description": "Yuengling’s signature amber lager with caramel malt and a smooth, balanced body."
          },
          {
            "name": "Light Lager",
            "price": null,
            "tags": [
              "beer",
              "light",
              "bottle",
              "yuengling"
            ],
            "description": "A refreshing light beer offering the same flavor as the Traditional Lager with fewer calories."
          },
          {
            "name": "Premium",
            "price": null,
            "tags": [
              "beer",
              "bottle",
              "yuengling"
            ],
            "description": "A classic American golden beer with a crisp finish and smooth malt flavor."
          },
          {
            "name": "Premium Light",
            "price": null,
            "tags": [
              "beer",
              "light",
              "bottle",
              "yuengling"
            ],
            "description": "A lighter, lower-calorie version of Yuengling Premium with the same easy-drinking taste."
          },
          {
            "name": "Flight",
            "price": null,
            "tags": [
              "beer",
              "light",
              "bottle",
              "yuengling"
            ],
            "description": "A refreshing, low-carb light beer designed for smooth drinkability and balance."
          }
        ]
      },
      {
        "section": "Bottled Beers - Other American Classics",
        "items": [
          {
            "name": "Budweiser",
            "price": null,
            "tags": [
              "beer",
              "bottle"
            ],
            "description": "An iconic American lager known for its clean, crisp flavor and slight hop aroma."
          },
          {
            "name": "Miller High Life",
            "price": null,
            "tags": [
              "beer",
              "bottle"
            ],
            "description": "The ‘Champagne of Beers,’ offering a smooth, malty body with a lively effervescence."
          },
          {
            "name": "Coors Light",
            "price": null,
            "tags": [
              "beer",
              "bottle"
            ],
            "description": "A light, refreshing lager brewed cold for a clean, crisp taste and smooth finish."
          },
          {
            "name": "Rolling Rock",
            "price": null,
            "tags": [
              "beer",
              "bottle"
            ],
            "description": "A pale lager with a delicate malt flavor and slightly grassy hop character."
          },
          {
            "name": "Michelob Ultra (Original, Pure Gold, Infusions)",
            "price": null,
            "tags": [
              "beer",
              "bottle",
              "light"
            ],
            "description": "A family of light beers offering clean malt flavor with options like organic grains or fruit infusions."
          },
          {
            "name": "Coors Golden Banquet",
            "price": null,
            "tags": [
              "beer",
              "bottle"
            ],
            "description": "A full-bodied golden lager with rich malt sweetness and a smooth, satisfying finish."
          }
        ]
      },
      {
        "section": "Bottled - Imports & Specialty",
        "items": [
          {
            "name": "Heineken",
            "price": null,
            "tags": [
              "beer",
              "import",
              "bottle"
            ],
            "description": "A premium Dutch lager with a slightly bitter flavor and smooth, crisp finish."
          },
          {
            "name": "Corona Extra",
            "price": null,
            "tags": [
              "beer",
              "import",
              "bottle"
            ],
            "description": "A light Mexican lager with a smooth, mild taste often served with a lime wedge."
          },
          {
            "name": "Corona Light",
            "price": null,
            "tags": [
              "beer",
              "import",
              "bottle"
            ],
            "description": "A lighter version of Corona with the same crisp, refreshing taste and smooth body."
          },
          {
            "name": "Labatt Blue",
            "price": null,
            "tags": [
              "beer",
              "import",
              "bottle"
            ],
            "description": "A Canadian pilsner known for its mild hop bitterness and smooth malt balance."
          },
          {
            "name": "Blue Moon Belgian White",
            "price": null,
            "tags": [
              "beer",
              "wheat",
              "bottle"
            ],
            "description": "A Belgian-style wheat beer brewed with orange peel and coriander for a citrusy, smooth finish."
          },
          {
            "name": "Troegs Perpetual IPA",
            "price": null,
            "tags": [
              "beer",
              "ipa",
              "bottle"
            ],
            "description": "A bold American IPA with floral hop aromas, citrus notes, and a crisp, bitter finish."
          }
        ]
      },
      {
        "section": "Canned Drinks & Seltzers",
        "items": [
          {
            "name": "White Claw (Black Cherry, Peach, Grape)",
            "price": null,
            "tags": [
              "hard seltzer",
              "hard",
              "can"
            ],
            "description": "A hard seltzer offering light fruit flavors and a crisp, refreshing finish with low calories."
          },
          {
            "name": "Happy Dad (Death Row Records)",
            "price": null,
            "tags": [
              "hard seltzer",
              "hard",
              "can"
            ],
            "description": "A smooth, lightly carbonated hard seltzer with natural fruit flavor and a clean finish."
          },
          {
            "name": "Surfside Raspberry Tea Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked tea",
              "spiked lemonade",
              "can"
            ],
            "description": "A refreshing vodka cocktail blending raspberry tea with a smooth, lightly sweet finish."
          },
          {
            "name": "Surfside Iced Tea Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked tea",
              "can"
            ],
            "description": "A vodka-based canned cocktail offering the classic flavor of sweetened iced tea."
          },
          {
            "name": "Surfside Iced Tea & Lemonade Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked tea",
              "spiked lemonade",
              "can"
            ],
            "description": "A balanced mix of iced tea and lemonade with a crisp vodka kick."
          },
          {
            "name": "Surfside Peach Tea Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked tea",
              "peach",
              "can"
            ],
            "description": "A fruity vodka cocktail featuring juicy peach flavor blended with smooth iced tea."
          },
          {
            "name": "Surfside Lemonade Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked lemonade",
              "can"
            ],
            "description": "A bright, tangy vodka lemonade that’s crisp, refreshing, and lightly sweet."
          },
          {
            "name": "Surfside Raspberry Lemonade Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked lemonade",
              "raspberry",
              "can"
            ],
            "description": "A sweet-tart vodka lemonade bursting with fresh raspberry flavor."
          },
          {
            "name": "Surfside Black Cherry Lemonade Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked lemonade",
              "black cherry",
              "can"
            ],
            "description": "A smooth vodka lemonade with rich black cherry sweetness and a crisp finish."
          },
          {
            "name": "Surfside Strawberry Lemonade Vodka",
            "price": null,
            "tags": [
              "vodka",
              "spiked lemonade",
              "strawberry",
              "can"
            ],
            "description": "A refreshing vodka lemonade with natural strawberry flavor and bright citrus notes."
          },
          {
            "name": "Arnold Palmer Spiked Original Half & Half",
            "price": null,
            "tags": [
              "malt",
              "spiked tea",
              "spiked lemonade",
              "can"
            ],
            "description": "A malt-based drink combining iced tea and lemonade with a smooth, slightly sweet finish."
          },
          {
            "name": "Yuengling Bongo Fizz Mango",
            "price": null,
            "tags": [
              "beer",
              "mango",
              "can"
            ],
            "description": "A light fruit beer from Yuengling with bright mango flavor and a crisp tropical finish."
          },
          {
            "name": "Bud Light Next",
            "price": null,
            "tags": [
              "beer",
              "light",
              "can"
            ],
            "description": "A zero-carb light beer with a clean, dry finish and a subtle malt backbone."
          }
        ]
      },
      {
        "section": "Wine",
        "items": [
          {
            "name": "Cabernet Sauvignon",
            "price": null,
            "tags": [
              "wine",
              "red"
            ],
            "description": "A full-bodied red wine with bold tannins and notes of black currant, plum, and oak."
          },
          {
            "name": "Pinot Noir",
            "price": null,
            "tags": [
              "wine",
              "red"
            ],
            "description": "A light to medium-bodied red wine with aromas of cherry, raspberry, and subtle earthy undertones."
          },
          {
            "name": "Merlot",
            "price": null,
            "tags": [
              "wine",
              "red"
            ],
            "description": "A smooth, medium-bodied red wine with soft tannins and flavors of blackberry and plum."
          },
          {
            "name": "White Zinfandel",
            "price": null,
            "tags": [
              "wine",
              "rosé"
            ],
            "description": "A sweet rosé wine with notes of strawberry, melon, and a crisp, refreshing finish."
          },
          {
            "name": "Pinot Grigio",
            "price": null,
            "tags": [
              "wine",
              "white"
            ],
            "description": "A light-bodied white wine with bright citrus and green apple flavors and a dry finish."
          },
          {
            "name": "Chardonnay",
            "price": null,
            "tags": [
              "wine",
              "white"
            ],
            "description": "A rich white wine with hints of butter, vanilla, and tropical fruit depending on oak aging."
          },
          {
            "name": "Chablis",
            "price": null,
            "tags": [
              "wine",
              "white"
            ],
            "description": "A dry, crisp Chardonnay-style white wine known for its minerality and citrus notes."
          },
          {
            "name": "Moscato",
            "price": null,
            "tags": [
              "wine",
              "sweet",
              "white"
            ],
            "description": "A sweet, aromatic white wine with flavors of peach, apricot, and honey."
          },
          {
            "name": "Sangria",
            "price": null,
            "tags": [
              "wine",
              "fruit",
              "mixed"
            ],
            "description": "A fruity wine blend typically made with red or white wine, fresh fruit, and citrus."
          },
          {
            "name": "Champagne",
            "price": null,
            "tags": [
              "wine",
              "sparkling"
            ],
            "description": "A sparkling wine with crisp acidity, fine bubbles, and flavors of apple, pear, and brioche."
          }
        ]
      },
      {
        "section": "Mixed Drinks & Frozen Cocktails",
        "items": [
          {
            "name": "Irish Coffee",
            "price": null,
            "tags": [
              "coffee",
              "whiskey",
              "hot"
            ],
            "description": "A warm blend of coffee, Irish whiskey, and sugar topped with a layer of cream."
          },
          {
            "name": "Mimosa",
            "price": null,
            "tags": [
              "champagne",
              "orange juice",
              "brunch"
            ],
            "description": "A bright and bubbly mix of champagne and orange juice, perfect for brunch."
          },
          {
            "name": "Long Island",
            "price": null,
            "tags": [
              "vodka",
              "rum",
              "gin",
              "tequila",
              "cocktail"
            ],
            "description": "A strong mixed drink combining multiple spirits with lemon and cola for balance."
          },
          {
            "name": "Margarita",
            "price": null,
            "tags": [
              "tequila",
              "lime",
              "cocktail"
            ],
            "description": "A classic tequila cocktail made with lime juice and orange liqueur, served with a salted rim."
          },
          {
            "name": "Daiquiri",
            "price": null,
            "tags": [
              "rum",
              "fruit",
              "cocktail"
            ],
            "description": "A refreshing rum-based cocktail with lime juice and a touch of sweetness."
          },
          {
            "name": "Martini",
            "price": null,
            "tags": [
              "vodka",
              "gin",
              "cocktail"
            ],
            "description": "A timeless cocktail made with gin or vodka and dry vermouth, garnished with an olive or lemon twist."
          },
          {
            "name": "Mojito",
            "price": null,
            "tags": [
              "rum",
              "mint",
              "lime",
              "cocktail"
            ],
            "description": "A refreshing Cuban cocktail of rum, mint, lime, sugar, and soda water."
          },
          {
            "name": "Moscow Mule",
            "price": null,
            "tags": [
              "vodka",
              "ginger beer",
              "lime",
              "cocktail"
            ],
            "description": "A zesty cocktail served in a copper mug, made with vodka, ginger beer, and fresh lime juice."
          },
          {
            "name": "White Russian",
            "price": null,
            "tags": [
              "vodka",
              "coffee liqueur",
              "cream",
              "cocktail"
            ],
            "description": "A smooth blend of vodka, coffee liqueur, and cream served over ice."
          },
          {
            "name": "Orange Crush",
            "price": null,
            "tags": [
              "vodka",
              "orange",
              "soda",
              "cocktail"
            ],
            "description": "A bright citrus cocktail made with vodka, triple sec, fresh orange juice, and a splash of soda."
          }
        ]
      }
    ]
  }
}