<turbo-stream action="replace" target="menu-items"><template><div id="items" class="col-span-10 lg:col-span-11 h-[calc(85vh-120px)] overflow-y-scroll md:mt-6 md:pl-0 md:pr-0 pb-20 pl-1 pr-2  scrollbar-hide" style="scrollbar-width: none; -ms-overflow-style: none;">
  <!-- Menu grid -->
  <div id="menu-items">
      <!-- Mobile: alternating image via card_index; md+: image left, content right -->
      <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 pt-3 pb-16">
          



<div id="menu_item_17" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[153px] w-[153px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Cheesy Garlic Bread – Menu item at Mirako Pizzerria" class="object-contain w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="https://mirakopizzerria.in/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ3dFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8e74dbcbbae54da8efbfcfeb9d94fc751d088605/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkZISmxjMmw2WlY5MGIxOXNhVzFwZEZzSGFRSkFBV2tDUUFFNkNuTmhkbVZ5ZXdjNkRIRjFZV3hwZEhscFh6b0tjM1J5YVhCVSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--bad20ff57718462029c527860c44184f139fc394/garlic%20bread%20cheesy.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[148px] 
             flex flex-col justify-center
             ml-[78px] sm:ml-[72px] py-3 pr-4 pl-[90px]"
    >
        <!-- Veg / Non-Veg + Favorite -->
  <div class="flex justify-between items-start gap-2">
    <div class="flex items-center shrink-0">
      <img width="15" height="15" loading="lazy" decoding="async" alt="Veg" class="h-[14.855691909790039px] w-[14.855691909790039px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
    </div>

    <div id="favorite-icon-17" class="shrink-0">
      
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="HjxN9jRTvqFNFYFUemeL9ve0za72h82gQyS_ssdba0ygH_ICjypsF3CwbfzzXvMOUfULhALRhtGqTE8xJGK6Ig" autocomplete="off" />
  <input type="hidden" name="item_id" value="17">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="16" height="14" loading="lazy" decoding="async" alt="Add to favorites" class="w-[16px] h-[14px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
    </div>
  </div>



  <div x-data="{ itemId: 17 }" class="flex flex-col flex-1 min-h-0">
    <h2 class="text-[12px] font-poppins text-[#1B0101] font-medium leading-tight line-clamp-2 pr-1">
      Cheesy Garlic Bread
    </h2>

    <div class="flex justify-between items-center gap-2 mt-1 mb-2">
      <h3 class="text-[14px] sm:text-[15px] font-bold font-ruddy text-[#1B0101] shrink-0">
        ₹115
      </h3>

      <button type="button"
              class="text-[6.9px]  text-[#1B0101] font-medium bg-[#EEEEEEEE] rounded-[4px] px-[8px] py-[4px] flex items-center font-poppins gap-2 shrink-0 max-w-[55%]"
              @click="$store.menuModals.openId = itemId">
        <span class="truncate">Small 4pcs</span>
        <img src="/assets/size-down-arrow-15051a3cd11684eb251412fa4d4c496895105faec668b851ff8df9db930e90e0.svg" width="5" height="2" loading="lazy" decoding="async" alt="" class="h-[3px] w-[6px] shrink-0" />
      </button>
    </div>

    <div
      id="cart_controls_17"
      class="mt-auto w-full flex justify-end"
    >
        <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="tjAqZS4X2HZWLLhkNkKzqV3JCElGSqXdbFsFMlx54mIG9pTZYZC_U-liqWTK6wSVFYgBBWMEmQJZFFzX9Dz-Mw" autocomplete="off" />
    <input type="hidden" name="item_id" value="17">
    <input type="hidden" name="size_id" value="6">
    <button type="submit"
            class="w-[113px] p-[7px] bg-[#03773C] font-medium text-white font-poppins text-[12px] rounded-full hover:opacity-90 transition">
      Add
    </button>
</form>
    </div>

    
<template x-teleport="body">
  <div id="item-modal-17"
      x-cloak
      x-show="$store.menuModals.openId === 17"
      x-transition
      @click.self="$store.menuModals.openId = null"
      @keydown.escape.window="$store.menuModals.openId = null"
      class="fixed inset-0 z-[1200] bg-black/70 flex flex-col items-center justify-center px-4 py-8">


    <div class="w-[300px] md:w-[370px] lg:w-[250px] overflow-hidden bg-white"
         style="border-radius: 183px 183px 30px 30px;">

      <div class=" flex items-center justify-center">
          <div class="h-[270px] w-[270px] md:h-[336.8325508762158px] md:w-[336.8325508762158px]  lg:h-[220px] lg:w-[220px] mt-4 rounded-full overflow-hidden">
            <img x-data="{ srcLoaded: false }"
                 x-effect="if ($store.menuModals.openId === 17 && !srcLoaded) {
                              $el.src = '/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ3dFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8e74dbcbbae54da8efbfcfeb9d94fc751d088605/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkVuSmxjMmw2WlY5MGIxOW1hWFJiQjJrQ0lBTnBBcEFCT2dwellYWmxjbnNIT2d4eGRXRnNhWFI1YVY4NkNuTjBjbWx3VkE9PSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--7e7e7a68553512cb9851d5df0093068b97e9be96/garlic%20bread%20cheesy.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Cheesy Garlic Bread – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-contain"
                 loading="lazy"
                 decoding="async" />
          </div>
      </div>

      <div class=" px-5 md:px-[34px] lg:px-[20px] pb-5 md:pb-6 pt-0 md:pt-4 lg:pt-0">

        <!-- Veg / Non-Veg + Favorite -->
        <div class="flex justify-between items-center mb-2">
          <div class="flex items-center">
            <img width="25" height="25" loading="lazy" decoding="async" alt="Veg" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
          </div>

          <div id="favorite-icon-modal_17">
            
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="BmU1I1DzdKZNkScNTGVTKL6SGn_7EA1tnWX9r_Eq-zi4RorX64qmEHA0y6XFXCvQGNPcVQ9GRhx0DQ0sEhMqVg" autocomplete="off" />
  <input type="hidden" name="item_id" value="17">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="25" height="25" loading="lazy" decoding="async" alt="Add to favorites" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
          </div>
        </div>

        <!-- Title & Description -->
        <div class="mt-0 md:mt-2">
          <h2 class="font-poppins text-[18px] md:text-[20px] lg:text-[15px] font-semibold text-[#1b0101]">
            Cheesy Garlic Bread
          </h2>
          <p class="text-[12px] md:text-[14px] lg:text-[10px] font-poppins font-normal text-[#1B0101] mt-0 md:mt-1 leading-none md:leading-[1.25] lg:leading-none">
             A perfect fusion of French bread slices
 coated with our heavenly garlic butter
 paste, topped with a generous layer of
 melty cheese for soft and cheesy delight
          </p>
        </div>

        <!-- Sizes -->
        <div class="mt-0 md:mt-2 lg:mt-0">

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Small 4pcs</span>
                  <span class="font-ruddy font-bold"> — ₹115.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="kHvYt_NuFdGj6kYBAsEKeM82PtQeQJxBEo6Jdi_kEyAgvWYLvOly9BykVwH-aL1Eh3c3mDsOoJ4nwdCTh6EPcQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="17">
                    <input type="hidden" name="size_id" value="6">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Regular 8pcs</span>
                  <span class="font-ruddy font-bold"> — ₹215.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="xL_5q2wfRm9_grRYbbHlbCWjDzcP8ozM5s2zuKcXuWN0eUcXI5ghSsDMpViRGFJQbeIGeyq8sBPTgupdD1KlMg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="17">
                    <input type="hidden" name="size_id" value="7">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 ">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Jumbo 12pcs</span>
                  <span class="font-ruddy font-bold"> — ₹335.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="K6d5cWGEDRzL5zPNLUIjQMZwINyx0SMPs7x5Ec170jybYcfNLgNqOXSpIs3R65R8jjEpkJSfH9CG8yD0ZT7ObQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="17">
                    <input type="hidden" name="size_id" value="8">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>
        </div>

      </div>
    </div>

    <button type="button"
            @click="$store.menuModals.openId = null"
            class="mt-5 inline-flex h-[34px] w-[34px] lg:h-[25px] lg:w-[25px] items-center justify-center rounded-full bg-[#DC0000] text-white text-[24px] lg:text-[15px] leading-none">
      ×
    </button>
  </div>
</template>
  </div>

    </div>
</div>

          



<div id="menu_item_18" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[153px] w-[153px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Classic Garlic Bread – Menu item at Mirako Pizzerria" class="object-contain w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="https://mirakopizzerria.in/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ29FIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8a2dac10c382ee7e640636538cfabd2623ea5e46/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkZISmxjMmw2WlY5MGIxOXNhVzFwZEZzSGFRSkFBV2tDUUFFNkNuTmhkbVZ5ZXdjNkRIRjFZV3hwZEhscFh6b0tjM1J5YVhCVSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--bad20ff57718462029c527860c44184f139fc394/garlic%20bread.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[148px] 
             flex flex-col justify-center
             mr-[78px] sm:mr-[72px] py-3 pl-4 pr-[90px] md:ml-[72px] md:mr-0 md:pl-[90px] md:pr-4"
    >
        <!-- Veg / Non-Veg + Favorite -->
  <div class="flex justify-between items-start gap-2">
    <div class="flex items-center shrink-0">
      <img width="15" height="15" loading="lazy" decoding="async" alt="Veg" class="h-[14.855691909790039px] w-[14.855691909790039px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
    </div>

    <div id="favorite-icon-18" class="shrink-0">
      
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="wemkjctM2sE0ALz-FQGytdxxHr-2FjYH8CNOiRK_ZXN_yht5cDUIdwmlUFacOMpNejDYlUJAfXYZS74K8Ya0HQ" autocomplete="off" />
  <input type="hidden" name="item_id" value="18">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="16" height="14" loading="lazy" decoding="async" alt="Add to favorites" class="w-[16px] h-[14px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
    </div>
  </div>



  <div x-data="{ itemId: 18 }" class="flex flex-col flex-1 min-h-0">
    <h2 class="text-[12px] font-poppins text-[#1B0101] font-medium leading-tight line-clamp-2 pr-1">
      Classic Garlic Bread
    </h2>

    <div class="flex justify-between items-center gap-2 mt-1 mb-2">
      <h3 class="text-[14px] sm:text-[15px] font-bold font-ruddy text-[#1B0101] shrink-0">
        ₹85
      </h3>

      <button type="button"
              class="text-[6.9px]  text-[#1B0101] font-medium bg-[#EEEEEEEE] rounded-[4px] px-[8px] py-[4px] flex items-center font-poppins gap-2 shrink-0 max-w-[55%]"
              @click="$store.menuModals.openId = itemId">
        <span class="truncate">Small 4pcs</span>
        <img src="/assets/size-down-arrow-15051a3cd11684eb251412fa4d4c496895105faec668b851ff8df9db930e90e0.svg" width="5" height="2" loading="lazy" decoding="async" alt="" class="h-[3px] w-[6px] shrink-0" />
      </button>
    </div>

    <div
      id="cart_controls_18"
      class="mt-auto w-full flex justify-start md:justify-end"
    >
        <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="4KdwBewajXCDGrLMRUdSyKXYim4HzlJVJDjzNzaaUi5QYc65o53qVTxUo8y57uX07ZmDIiKAbooRd6rSnt9Ofw" autocomplete="off" />
    <input type="hidden" name="item_id" value="18">
    <input type="hidden" name="size_id" value="6">
    <button type="submit"
            class="w-[113px] p-[7px] bg-[#03773C] font-medium text-white font-poppins text-[12px] rounded-full hover:opacity-90 transition">
      Add
    </button>
</form>
    </div>

    
<template x-teleport="body">
  <div id="item-modal-18"
      x-cloak
      x-show="$store.menuModals.openId === 18"
      x-transition
      @click.self="$store.menuModals.openId = null"
      @keydown.escape.window="$store.menuModals.openId = null"
      class="fixed inset-0 z-[1200] bg-black/70 flex flex-col items-center justify-center px-4 py-8">


    <div class="w-[300px] md:w-[370px] lg:w-[250px] overflow-hidden bg-white"
         style="border-radius: 183px 183px 30px 30px;">

      <div class=" flex items-center justify-center">
          <div class="h-[270px] w-[270px] md:h-[336.8325508762158px] md:w-[336.8325508762158px]  lg:h-[220px] lg:w-[220px] mt-4 rounded-full overflow-hidden">
            <img x-data="{ srcLoaded: false }"
                 x-effect="if ($store.menuModals.openId === 18 && !srcLoaded) {
                              $el.src = '/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ29FIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--8a2dac10c382ee7e640636538cfabd2623ea5e46/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkVuSmxjMmw2WlY5MGIxOW1hWFJiQjJrQ0lBTnBBcEFCT2dwellYWmxjbnNIT2d4eGRXRnNhWFI1YVY4NkNuTjBjbWx3VkE9PSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--7e7e7a68553512cb9851d5df0093068b97e9be96/garlic%20bread.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Classic Garlic Bread – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-contain"
                 loading="lazy"
                 decoding="async" />
          </div>
      </div>

      <div class=" px-5 md:px-[34px] lg:px-[20px] pb-5 md:pb-6 pt-0 md:pt-4 lg:pt-0">

        <!-- Veg / Non-Veg + Favorite -->
        <div class="flex justify-between items-center mb-2">
          <div class="flex items-center">
            <img width="25" height="25" loading="lazy" decoding="async" alt="Veg" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
          </div>

          <div id="favorite-icon-modal_18">
            
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="XMHA9eXCQR-R5CNxA380yhRdvOfsZKioT6zBwNfVtlTi4n8BXruTqaxBz9mKRkwyshx6zRgy49mmxDFDNOxnOg" autocomplete="off" />
  <input type="hidden" name="item_id" value="18">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="25" height="25" loading="lazy" decoding="async" alt="Add to favorites" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
          </div>
        </div>

        <!-- Title & Description -->
        <div class="mt-0 md:mt-2">
          <h2 class="font-poppins text-[18px] md:text-[20px] lg:text-[15px] font-semibold text-[#1b0101]">
            Classic Garlic Bread
          </h2>
          <p class="text-[12px] md:text-[14px] lg:text-[10px] font-poppins font-normal text-[#1B0101] mt-0 md:mt-1 leading-none md:leading-[1.25] lg:leading-none">
            A perfect combination of French bread
 slices generously coated with our
 heavenly garlic butter paste, baked to
 golden crispiness
          </p>
        </div>

        <!-- Sizes -->
        <div class="mt-0 md:mt-2 lg:mt-0">

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Small 4pcs</span>
                  <span class="font-ruddy font-bold"> — ₹85.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="rmmmjTb9qhkUgVVLBU_nvHUq27JyVwqWnP_ULatPB44erxgxeXrNPKvPREv55lCAPWvS_lcZNkmpsI3IAwob3w" autocomplete="off" />
                    <input type="hidden" name="item_id" value="18">
                    <input type="hidden" name="size_id" value="6">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Regular 8pcs</span>
                  <span class="font-ruddy font-bold"> — ₹165.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="5SGurV4KN7AL57u-V2x46mLNVPEJwSq7ZlfXlzmQ5dJV5xAREY1QlbSpqr6rxc_WKoxdvSyPFmRTGI5ykdX5gw" autocomplete="off" />
                    <input type="hidden" name="item_id" value="18">
                    <input type="hidden" name="size_id" value="7">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 ">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Jumbo 12pcs</span>
                  <span class="font-ruddy font-bold"> — ₹245.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="BXrIEa7piRoPArljwhy0FXqXV8InEEHdaeH2jdm53Rq1vHat4W7uP7BMqGM-tQMpMtZejgJefQJcrq9ocfzBSw" autocomplete="off" />
                    <input type="hidden" name="item_id" value="18">
                    <input type="hidden" name="size_id" value="8">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>
        </div>

      </div>
    </div>

    <button type="button"
            @click="$store.menuModals.openId = null"
            class="mt-5 inline-flex h-[34px] w-[34px] lg:h-[25px] lg:w-[25px] items-center justify-center rounded-full bg-[#DC0000] text-white text-[24px] lg:text-[15px] leading-none">
      ×
    </button>
  </div>
</template>
  </div>

    </div>
</div>

          



<div id="menu_item_19" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[153px] w-[153px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="French Fries – Menu item at Mirako Pizzerria" class="object-contain w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="https://mirakopizzerria.in/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1FFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1dd38206c1381b0f3e1884ad22b6817036c57679/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkZISmxjMmw2WlY5MGIxOXNhVzFwZEZzSGFRSkFBV2tDUUFFNkNuTmhkbVZ5ZXdjNkRIRjFZV3hwZEhscFh6b0tjM1J5YVhCVSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--bad20ff57718462029c527860c44184f139fc394/fries.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[148px] 
             flex flex-col justify-center
             ml-[78px] sm:ml-[72px] py-3 pr-4 pl-[90px]"
    >
        <!-- Veg / Non-Veg + Favorite -->
  <div class="flex justify-between items-start gap-2">
    <div class="flex items-center shrink-0">
      <img width="15" height="15" loading="lazy" decoding="async" alt="Veg" class="h-[14.855691909790039px] w-[14.855691909790039px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
    </div>

    <div id="favorite-icon-19" class="shrink-0">
      
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="j597LAsGtjYXrVqyfTLr426-4mGe8KvIcIXMNPbxjKYxvMTYsH9kgCoIthr0C5MbyP8kS2qm4LmZ7Ty3FchdyA" autocomplete="off" />
  <input type="hidden" name="item_id" value="19">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="16" height="14" loading="lazy" decoding="async" alt="Add to favorites" class="w-[16px] h-[14px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
    </div>
  </div>



  <div x-data="{ itemId: 19 }" class="flex flex-col flex-1 min-h-0">
    <h2 class="text-[12px] font-poppins text-[#1B0101] font-medium leading-tight line-clamp-2 pr-1">
      French Fries
    </h2>

    <div class="flex justify-between items-center gap-2 mt-1 mb-2">
      <h3 class="text-[14px] sm:text-[15px] font-bold font-ruddy text-[#1B0101] shrink-0">
        ₹105
      </h3>

      <button type="button"
              class="text-[6.9px]  text-[#1B0101] font-medium bg-[#EEEEEEEE] rounded-[4px] px-[8px] py-[4px] flex items-center font-poppins gap-2 shrink-0 max-w-[55%]"
              @click="$store.menuModals.openId = itemId">
        <span class="truncate">Regular 200g</span>
        <img src="/assets/size-down-arrow-15051a3cd11684eb251412fa4d4c496895105faec668b851ff8df9db930e90e0.svg" width="5" height="2" loading="lazy" decoding="async" alt="" class="h-[3px] w-[6px] shrink-0" />
      </button>
    </div>

    <div
      id="cart_controls_19"
      class="mt-auto w-full flex justify-end"
    >
        <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="NGcSzWsraMtXBwUidAT9t48vt3pPzS3gGGQM90T2hHiEoaxxJKwP7uhJFCKIrUqLx26-NmqDET8tK1US7LOYKQ" autocomplete="off" />
    <input type="hidden" name="item_id" value="19">
    <input type="hidden" name="size_id" value="14">
    <button type="submit"
            class="w-[113px] p-[7px] bg-[#03773C] font-medium text-white font-poppins text-[12px] rounded-full hover:opacity-90 transition">
      Add
    </button>
</form>
    </div>

    
<template x-teleport="body">
  <div id="item-modal-19"
      x-cloak
      x-show="$store.menuModals.openId === 19"
      x-transition
      @click.self="$store.menuModals.openId = null"
      @keydown.escape.window="$store.menuModals.openId = null"
      class="fixed inset-0 z-[1200] bg-black/70 flex flex-col items-center justify-center px-4 py-8">


    <div class="w-[300px] md:w-[370px] lg:w-[250px] overflow-hidden bg-white"
         style="border-radius: 183px 183px 30px 30px;">

      <div class=" flex items-center justify-center">
          <div class="h-[270px] w-[270px] md:h-[336.8325508762158px] md:w-[336.8325508762158px]  lg:h-[220px] lg:w-[220px] mt-4 rounded-full overflow-hidden">
            <img x-data="{ srcLoaded: false }"
                 x-effect="if ($store.menuModals.openId === 19 && !srcLoaded) {
                              $el.src = '/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1FFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--1dd38206c1381b0f3e1884ad22b6817036c57679/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkVuSmxjMmw2WlY5MGIxOW1hWFJiQjJrQ0lBTnBBcEFCT2dwellYWmxjbnNIT2d4eGRXRnNhWFI1YVY4NkNuTjBjbWx3VkE9PSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--7e7e7a68553512cb9851d5df0093068b97e9be96/fries.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="French Fries – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-contain"
                 loading="lazy"
                 decoding="async" />
          </div>
      </div>

      <div class=" px-5 md:px-[34px] lg:px-[20px] pb-5 md:pb-6 pt-0 md:pt-4 lg:pt-0">

        <!-- Veg / Non-Veg + Favorite -->
        <div class="flex justify-between items-center mb-2">
          <div class="flex items-center">
            <img width="25" height="25" loading="lazy" decoding="async" alt="Veg" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
          </div>

          <div id="favorite-icon-modal_19">
            
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="xquAklGLU-dKIelAEF2EnaG4T8Sx3jUTBrO9p59kPkd4iD9m6vKBUXeEBeiZZPxlB_mJ7kWIfmLv200kfF3vKQ" autocomplete="off" />
  <input type="hidden" name="item_id" value="19">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="25" height="25" loading="lazy" decoding="async" alt="Add to favorites" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
          </div>
        </div>

        <!-- Title & Description -->
        <div class="mt-0 md:mt-2">
          <h2 class="font-poppins text-[18px] md:text-[20px] lg:text-[15px] font-semibold text-[#1b0101]">
            French Fries
          </h2>
          <p class="text-[12px] md:text-[14px] lg:text-[10px] font-poppins font-normal text-[#1B0101] mt-0 md:mt-1 leading-none md:leading-[1.25] lg:leading-none">
             A perfect golden crunch and irresistible
 flavor of our freshly cooked French fries
          </p>
        </div>

        <!-- Sizes -->
        <div class="mt-0 md:mt-2 lg:mt-0">

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Regular 200g</span>
                  <span class="font-ruddy font-bold"> — ₹105.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="vzhBD2rSDtUG-tsfdFzOb_l-KuFtqBkXRCGPtA8WmRYP_v-zJVVp8Lm0yh-I9XlTsT8jrUjmJchxbtZRp1OFRw" autocomplete="off" />
                    <input type="hidden" name="item_id" value="19">
                    <input type="hidden" name="size_id" value="14">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Jumbo 350g</span>
                  <span class="font-ruddy font-bold"> — ₹185.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="rkhbo6rf9gTrCo2iMaLyD0EzG7Yirs2Zg2to153PVqgejuUf5ViRIVREnKLNC0UzCXIS-gfg8Ua2JDEyNYpK-Q" autocomplete="off" />
                    <input type="hidden" name="item_id" value="19">
                    <input type="hidden" name="size_id" value="15">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 ">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Small 100g</span>
                  <span class="font-ruddy font-bold"> — ₹75.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="tg_jMI3gsUzu81bzJ39nRlVsLs4PcNT8jkcDZuIIDMsGyV2MwmfWaVG9R_Pb1tB6HS0ngio-6CO7CFqDSk0Qmg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="19">
                    <input type="hidden" name="size_id" value="13">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>
        </div>

      </div>
    </div>

    <button type="button"
            @click="$store.menuModals.openId = null"
            class="mt-5 inline-flex h-[34px] w-[34px] lg:h-[25px] lg:w-[25px] items-center justify-center rounded-full bg-[#DC0000] text-white text-[24px] lg:text-[15px] leading-none">
      ×
    </button>
  </div>
</template>
  </div>

    </div>
</div>

          



<div id="menu_item_20" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[153px] w-[153px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Cheesy French Fries – Menu item at Mirako Pizzerria" class="object-contain w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="https://mirakopizzerria.in/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZzRFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6a5acb86f8175d0572a0c921926eafab42d3a6a7/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkZISmxjMmw2WlY5MGIxOXNhVzFwZEZzSGFRSkFBV2tDUUFFNkNuTmhkbVZ5ZXdjNkRIRjFZV3hwZEhscFh6b0tjM1J5YVhCVSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--bad20ff57718462029c527860c44184f139fc394/cheesy%20fries.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[148px] 
             flex flex-col justify-center
             mr-[78px] sm:mr-[72px] py-3 pl-4 pr-[90px] md:ml-[72px] md:mr-0 md:pl-[90px] md:pr-4"
    >
        <!-- Veg / Non-Veg + Favorite -->
  <div class="flex justify-between items-start gap-2">
    <div class="flex items-center shrink-0">
      <img width="15" height="15" loading="lazy" decoding="async" alt="Veg" class="h-[14.855691909790039px] w-[14.855691909790039px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
    </div>

    <div id="favorite-icon-20" class="shrink-0">
      
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="BZWGfT36RTO-gKG04FEd-UeQ7pGlwUbzqIQj5uhtfrW7tjmJhoOXhYMlTRxpaGUB4dEou1GXDYJB7NNlC1Sv2w" autocomplete="off" />
  <input type="hidden" name="item_id" value="20">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="16" height="14" loading="lazy" decoding="async" alt="Add to favorites" class="w-[16px] h-[14px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
    </div>
  </div>



  <div x-data="{ itemId: 20 }" class="flex flex-col flex-1 min-h-0">
    <h2 class="text-[12px] font-poppins text-[#1B0101] font-medium leading-tight line-clamp-2 pr-1">
      Cheesy French Fries
    </h2>

    <div class="flex justify-between items-center gap-2 mt-1 mb-2">
      <h3 class="text-[14px] sm:text-[15px] font-bold font-ruddy text-[#1B0101] shrink-0">
        ₹95
      </h3>

      <button type="button"
              class="text-[6.9px]  text-[#1B0101] font-medium bg-[#EEEEEEEE] rounded-[4px] px-[8px] py-[4px] flex items-center font-poppins gap-2 shrink-0 max-w-[55%]"
              @click="$store.menuModals.openId = itemId">
        <span class="truncate">Small 100g</span>
        <img src="/assets/size-down-arrow-15051a3cd11684eb251412fa4d4c496895105faec668b851ff8df9db930e90e0.svg" width="5" height="2" loading="lazy" decoding="async" alt="" class="h-[3px] w-[6px] shrink-0" />
      </button>
    </div>

    <div
      id="cart_controls_20"
      class="mt-auto w-full flex justify-start md:justify-end"
    >
        <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="H0yWNZ8tMJHlmb_AG1AWTi-4RFdEU9JW4YY6sg48qDaviiiJ0KpXtFrXrsDn-aFyZ_lNG2Ed7onUyWNXpnm0Zw" autocomplete="off" />
    <input type="hidden" name="item_id" value="20">
    <input type="hidden" name="size_id" value="13">
    <button type="submit"
            class="w-[113px] p-[7px] bg-[#03773C] font-medium text-white font-poppins text-[12px] rounded-full hover:opacity-90 transition">
      Add
    </button>
</form>
    </div>

    
<template x-teleport="body">
  <div id="item-modal-20"
      x-cloak
      x-show="$store.menuModals.openId === 20"
      x-transition
      @click.self="$store.menuModals.openId = null"
      @keydown.escape.window="$store.menuModals.openId = null"
      class="fixed inset-0 z-[1200] bg-black/70 flex flex-col items-center justify-center px-4 py-8">


    <div class="w-[300px] md:w-[370px] lg:w-[250px] overflow-hidden bg-white"
         style="border-radius: 183px 183px 30px 30px;">

      <div class=" flex items-center justify-center">
          <div class="h-[270px] w-[270px] md:h-[336.8325508762158px] md:w-[336.8325508762158px]  lg:h-[220px] lg:w-[220px] mt-4 rounded-full overflow-hidden">
            <img x-data="{ srcLoaded: false }"
                 x-effect="if ($store.menuModals.openId === 20 && !srcLoaded) {
                              $el.src = '/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZzRFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6a5acb86f8175d0572a0c921926eafab42d3a6a7/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkVuSmxjMmw2WlY5MGIxOW1hWFJiQjJrQ0lBTnBBcEFCT2dwellYWmxjbnNIT2d4eGRXRnNhWFI1YVY4NkNuTjBjbWx3VkE9PSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--7e7e7a68553512cb9851d5df0093068b97e9be96/cheesy%20fries.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Cheesy French Fries – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-contain"
                 loading="lazy"
                 decoding="async" />
          </div>
      </div>

      <div class=" px-5 md:px-[34px] lg:px-[20px] pb-5 md:pb-6 pt-0 md:pt-4 lg:pt-0">

        <!-- Veg / Non-Veg + Favorite -->
        <div class="flex justify-between items-center mb-2">
          <div class="flex items-center">
            <img width="25" height="25" loading="lazy" decoding="async" alt="Veg" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px]" src="/assets/veg-fa542c48f111d8c5d6804827ec08358dd08779f2ad2d1568e3c9287551eba90f.svg" />
          </div>

          <div id="favorite-icon-modal_20">
            
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="004BzoigCvnzA-ygzRnbbRkHERJGHMwzzjGFLnnhj5htbb46M9nYT86mAAhEIKOVv0bXOLJKh0InWXWtmthe9g" autocomplete="off" />
  <input type="hidden" name="item_id" value="20">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="25" height="25" loading="lazy" decoding="async" alt="Add to favorites" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
          </div>
        </div>

        <!-- Title & Description -->
        <div class="mt-0 md:mt-2">
          <h2 class="font-poppins text-[18px] md:text-[20px] lg:text-[15px] font-semibold text-[#1b0101]">
            Cheesy French Fries
          </h2>
          <p class="text-[12px] md:text-[14px] lg:text-[10px] font-poppins font-normal text-[#1B0101] mt-0 md:mt-1 leading-none md:leading-[1.25] lg:leading-none">
             A crispy French fries generously topped
 with creamy cheese
          </p>
        </div>

        <!-- Sizes -->
        <div class="mt-0 md:mt-2 lg:mt-0">

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Regular 200g</span>
                  <span class="font-ruddy font-bold"> — ₹135.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="aclGjgQYVmGDFM-IXBRRs_ECSYs8WiSdDZQo7ecf7NPZD_gyS58xRDxa3oigveaPuUNAxxkUGEI423EIT1rwgg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="20">
                    <input type="hidden" name="size_id" value="14">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Jumbo 350g</span>
                  <span class="font-ruddy font-bold"> — ₹225.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="-vj1Ya8u-bES5KOoFDA37-uSxgwwbGL8cNr0KjbadX1KPkvd4KmelK2qsqjomYDTo9PPQBUiXiNFla3Pnp9pLA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="20">
                    <input type="hidden" name="size_id" value="15">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 ">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Small 100g</span>
                  <span class="font-ruddy font-bold"> — ₹95.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="7WYmls40CAQKVeNRwVlxl2zi2duOWBvH_EbOYW2kRNZdoJgqgbNvIbUb8lE98MarJKPQl6sWJxjJCZeExeFYhw" autocomplete="off" />
                    <input type="hidden" name="item_id" value="20">
                    <input type="hidden" name="size_id" value="13">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>
        </div>

      </div>
    </div>

    <button type="button"
            @click="$store.menuModals.openId = null"
            class="mt-5 inline-flex h-[34px] w-[34px] lg:h-[25px] lg:w-[25px] items-center justify-center rounded-full bg-[#DC0000] text-white text-[24px] lg:text-[15px] leading-none">
      ×
    </button>
  </div>
</template>
  </div>

    </div>
</div>

          



<div id="menu_item_21" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[153px] w-[153px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Baked Chicken Wings – Menu item at Mirako Pizzerria" class="object-contain w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="https://mirakopizzerria.in/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaVFFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6409b4faa43a1521ae65bdb286fb9bba8a506981/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkZISmxjMmw2WlY5MGIxOXNhVzFwZEZzSGFRSkFBV2tDUUFFNkNuTmhkbVZ5ZXdjNkRIRjFZV3hwZEhscFh6b0tjM1J5YVhCVSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--bad20ff57718462029c527860c44184f139fc394/wings.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[148px] 
             flex flex-col justify-center
             ml-[78px] sm:ml-[72px] py-3 pr-4 pl-[90px]"
    >
        <!-- Veg / Non-Veg + Favorite -->
  <div class="flex justify-between items-start gap-2">
    <div class="flex items-center shrink-0">
      <img width="15" height="15" loading="lazy" decoding="async" alt="Non-Veg" class="h-[14.855691909790039px] w-[14.855691909790039px]" src="/assets/non-veg-17941b8bd3e7ad3c8410f841026b9131c12e09dcb29766caec811c73c5583355.svg" />
    </div>

    <div id="favorite-icon-21" class="shrink-0">
      
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="NpgoYPYiynvrd1heQXoipCkwytyQllldBJ_rGC7v6A-Iu5eUTVsYzdbStPbIQ1pcj3EM9mTAEizt9xubzdY5YQ" autocomplete="off" />
  <input type="hidden" name="item_id" value="21">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="16" height="14" loading="lazy" decoding="async" alt="Add to favorites" class="w-[16px] h-[14px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
    </div>
  </div>



  <div x-data="{ itemId: 21 }" class="flex flex-col flex-1 min-h-0">
    <h2 class="text-[12px] font-poppins text-[#1B0101] font-medium leading-tight line-clamp-2 pr-1">
      Baked Chicken Wings
    </h2>

    <div class="flex justify-between items-center gap-2 mt-1 mb-2">
      <h3 class="text-[14px] sm:text-[15px] font-bold font-ruddy text-[#1B0101] shrink-0">
        ₹135
      </h3>

      <button type="button"
              class="text-[6.9px]  text-[#1B0101] font-medium bg-[#EEEEEEEE] rounded-[4px] px-[8px] py-[4px] flex items-center font-poppins gap-2 shrink-0 max-w-[55%]"
              @click="$store.menuModals.openId = itemId">
        <span class="truncate">Small 3pcs</span>
        <img src="/assets/size-down-arrow-15051a3cd11684eb251412fa4d4c496895105faec668b851ff8df9db930e90e0.svg" width="5" height="2" loading="lazy" decoding="async" alt="" class="h-[3px] w-[6px] shrink-0" />
      </button>
    </div>

    <div
      id="cart_controls_21"
      class="mt-auto w-full flex justify-end"
    >
        <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="uuVHkBsES_a1VViukcCrM9nLQgdSbg0B9ggLD9duLT8KI_ksVIMs0wobSa5taRwPkYpLS3cgMd7DR1Lqfysxbg" autocomplete="off" />
    <input type="hidden" name="item_id" value="21">
    <input type="hidden" name="size_id" value="9">
    <button type="submit"
            class="w-[113px] p-[7px] bg-[#03773C] font-medium text-white font-poppins text-[12px] rounded-full hover:opacity-90 transition">
      Add
    </button>
</form>
    </div>

    
<template x-teleport="body">
  <div id="item-modal-21"
      x-cloak
      x-show="$store.menuModals.openId === 21"
      x-transition
      @click.self="$store.menuModals.openId = null"
      @keydown.escape.window="$store.menuModals.openId = null"
      class="fixed inset-0 z-[1200] bg-black/70 flex flex-col items-center justify-center px-4 py-8">


    <div class="w-[300px] md:w-[370px] lg:w-[250px] overflow-hidden bg-white"
         style="border-radius: 183px 183px 30px 30px;">

      <div class=" flex items-center justify-center">
          <div class="h-[270px] w-[270px] md:h-[336.8325508762158px] md:w-[336.8325508762158px]  lg:h-[220px] lg:w-[220px] mt-4 rounded-full overflow-hidden">
            <img x-data="{ srcLoaded: false }"
                 x-effect="if ($store.menuModals.openId === 21 && !srcLoaded) {
                              $el.src = '/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaVFFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--6409b4faa43a1521ae65bdb286fb9bba8a506981/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkVuSmxjMmw2WlY5MGIxOW1hWFJiQjJrQ0lBTnBBcEFCT2dwellYWmxjbnNIT2d4eGRXRnNhWFI1YVY4NkNuTjBjbWx3VkE9PSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--7e7e7a68553512cb9851d5df0093068b97e9be96/wings.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Baked Chicken Wings – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-contain"
                 loading="lazy"
                 decoding="async" />
          </div>
      </div>

      <div class=" px-5 md:px-[34px] lg:px-[20px] pb-5 md:pb-6 pt-0 md:pt-4 lg:pt-0">

        <!-- Veg / Non-Veg + Favorite -->
        <div class="flex justify-between items-center mb-2">
          <div class="flex items-center">
            <img width="25" height="25" loading="lazy" decoding="async" alt="Non-Veg" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px]" src="/assets/non-veg-17941b8bd3e7ad3c8410f841026b9131c12e09dcb29766caec811c73c5583355.svg" />
          </div>

          <div id="favorite-icon-modal_21">
            
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="aYGoGZX8XG35KeZqdX_chlNseXFOMYB5sn-eAONM4TjXohftLoWO28SMCsL8RqR-9S2_W7pnywhbF26DAHUwVg" autocomplete="off" />
  <input type="hidden" name="item_id" value="21">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="25" height="25" loading="lazy" decoding="async" alt="Add to favorites" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
          </div>
        </div>

        <!-- Title & Description -->
        <div class="mt-0 md:mt-2">
          <h2 class="font-poppins text-[18px] md:text-[20px] lg:text-[15px] font-semibold text-[#1b0101]">
            Baked Chicken Wings
          </h2>
          <p class="text-[12px] md:text-[14px] lg:text-[10px] font-poppins font-normal text-[#1B0101] mt-0 md:mt-1 leading-none md:leading-[1.25] lg:leading-none">
            Crispy on the outside, tender on the inside, our perfectly baked chicken wings are marinated in bold spices and cooked to juicy perfection—an ultimate savory delight in every bite.
          </p>
        </div>

        <!-- Sizes -->
        <div class="mt-0 md:mt-2 lg:mt-0">

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Small 3pcs</span>
                  <span class="font-ruddy font-bold"> — ₹135.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="F9ptLfITUFOv56dPfPpV4o8yKB1KlqnHcuBAm88b5venHNORvZQ3dhCptk-AU-Lex3MhUW_YlRhHrxl-Z176pg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="21">
                    <input type="hidden" name="size_id" value="9">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Regular 5pcs</span>
                  <span class="font-ruddy font-bold"> — ₹215.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="JHUaFL3mxHA_GTnQXR-9YxF4i8itvLlk6RMxEtD70N2Us6So8mGjVYBXKNChtgpfWTmChIjyhbvcXGj3eL7MjA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="21">
                    <input type="hidden" name="size_id" value="10">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 ">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Jumbo 8pcs</span>
                  <span class="font-ruddy font-bold"> — ₹365.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="FZqLyQC7Ye4QyX3foX8nPTYKD36TGV_pIhlKK6La7V-lXDV1TzwGy6-HbN9d1pABfksGMrZXYzYXVhPOCp_xDg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="21">
                    <input type="hidden" name="size_id" value="12">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>
        </div>

      </div>
    </div>

    <button type="button"
            @click="$store.menuModals.openId = null"
            class="mt-5 inline-flex h-[34px] w-[34px] lg:h-[25px] lg:w-[25px] items-center justify-center rounded-full bg-[#DC0000] text-white text-[24px] lg:text-[15px] leading-none">
      ×
    </button>
  </div>
</template>
  </div>

    </div>
</div>

          



<div id="menu_item_22" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[153px] w-[153px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Baked Chicken Roastico – Menu item at Mirako Pizzerria" class="object-contain w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="https://mirakopizzerria.in/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDhFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4a200cd06ac89b9f876b28f770f3c7acf2b40742/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkZISmxjMmw2WlY5MGIxOXNhVzFwZEZzSGFRSkFBV2tDUUFFNkNuTmhkbVZ5ZXdjNkRIRjFZV3hwZEhscFh6b0tjM1J5YVhCVSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--bad20ff57718462029c527860c44184f139fc394/ChatGPT%20Image%20May%2012,%202026,%2003_03_18%20PM.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[148px] 
             flex flex-col justify-center
             mr-[78px] sm:mr-[72px] py-3 pl-4 pr-[90px] md:ml-[72px] md:mr-0 md:pl-[90px] md:pr-4"
    >
        <!-- Veg / Non-Veg + Favorite -->
  <div class="flex justify-between items-start gap-2">
    <div class="flex items-center shrink-0">
      <img width="15" height="15" loading="lazy" decoding="async" alt="Non-Veg" class="h-[14.855691909790039px] w-[14.855691909790039px]" src="/assets/non-veg-17941b8bd3e7ad3c8410f841026b9131c12e09dcb29766caec811c73c5583355.svg" />
    </div>

    <div id="favorite-icon-22" class="shrink-0">
      
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="g0ruw-jmWrflksHmAQHzsl3WAoYNbqJoM-CPUzLERd09aVE3U5-IAdg3LU6IOItK-5fErPk46RnaiH_Q0f2Usw" autocomplete="off" />
  <input type="hidden" name="item_id" value="22">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="16" height="14" loading="lazy" decoding="async" alt="Add to favorites" class="w-[16px] h-[14px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
    </div>
  </div>



  <div x-data="{ itemId: 22 }" class="flex flex-col flex-1 min-h-0">
    <h2 class="text-[12px] font-poppins text-[#1B0101] font-medium leading-tight line-clamp-2 pr-1">
      Baked Chicken Roastico
    </h2>

    <div class="flex justify-between items-center gap-2 mt-1 mb-2">
      <h3 class="text-[14px] sm:text-[15px] font-bold font-ruddy text-[#1B0101] shrink-0">
        ₹545
      </h3>

      <button type="button"
              class="text-[6.9px]  text-[#1B0101] font-medium bg-[#EEEEEEEE] rounded-[4px] px-[8px] py-[4px] flex items-center font-poppins gap-2 shrink-0 max-w-[55%]"
              @click="$store.menuModals.openId = itemId">
        <span class="truncate">Full </span>
        <img src="/assets/size-down-arrow-15051a3cd11684eb251412fa4d4c496895105faec668b851ff8df9db930e90e0.svg" width="5" height="2" loading="lazy" decoding="async" alt="" class="h-[3px] w-[6px] shrink-0" />
      </button>
    </div>

    <div
      id="cart_controls_22"
      class="mt-auto w-full flex justify-start md:justify-end"
    >
        <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="Vc19mQdgQkNvCdSWVmp5u_Pa1_Fsl8uDIxGLa7RtLVPlC8MlSOclZtBHxZaqw86Hu5vevUnZ91wWXtKOHCgxAg" autocomplete="off" />
    <input type="hidden" name="item_id" value="22">
    <input type="hidden" name="size_id" value="4">
    <button type="submit"
            class="w-[113px] p-[7px] bg-[#03773C] font-medium text-white font-poppins text-[12px] rounded-full hover:opacity-90 transition">
      Add
    </button>
</form>
    </div>

    
<template x-teleport="body">
  <div id="item-modal-22"
      x-cloak
      x-show="$store.menuModals.openId === 22"
      x-transition
      @click.self="$store.menuModals.openId = null"
      @keydown.escape.window="$store.menuModals.openId = null"
      class="fixed inset-0 z-[1200] bg-black/70 flex flex-col items-center justify-center px-4 py-8">


    <div class="w-[300px] md:w-[370px] lg:w-[250px] overflow-hidden bg-white"
         style="border-radius: 183px 183px 30px 30px;">

      <div class=" flex items-center justify-center">
          <div class="h-[270px] w-[270px] md:h-[336.8325508762158px] md:w-[336.8325508762158px]  lg:h-[220px] lg:w-[220px] mt-4 rounded-full overflow-hidden">
            <img x-data="{ srcLoaded: false }"
                 x-effect="if ($store.menuModals.openId === 22 && !srcLoaded) {
                              $el.src = '/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdDhFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--4a200cd06ac89b9f876b28f770f3c7acf2b40742/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaDdDRG9MWm05eWJXRjBPZ2h3Ym1jNkVuSmxjMmw2WlY5MGIxOW1hWFJiQjJrQ0lBTnBBcEFCT2dwellYWmxjbnNIT2d4eGRXRnNhWFI1YVY4NkNuTjBjbWx3VkE9PSIsImV4cCI6bnVsbCwicHVyIjoidmFyaWF0aW9uIn19--7e7e7a68553512cb9851d5df0093068b97e9be96/ChatGPT%20Image%20May%2012,%202026,%2003_03_18%20PM.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Baked Chicken Roastico – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-contain"
                 loading="lazy"
                 decoding="async" />
          </div>
      </div>

      <div class=" px-5 md:px-[34px] lg:px-[20px] pb-5 md:pb-6 pt-0 md:pt-4 lg:pt-0">

        <!-- Veg / Non-Veg + Favorite -->
        <div class="flex justify-between items-center mb-2">
          <div class="flex items-center">
            <img width="25" height="25" loading="lazy" decoding="async" alt="Non-Veg" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px]" src="/assets/non-veg-17941b8bd3e7ad3c8410f841026b9131c12e09dcb29766caec811c73c5583355.svg" />
          </div>

          <div id="favorite-icon-modal_22">
            
<form data-turbo-stream="true" action="/favorites" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="3Ahy7MsiZMcBY47R66PFs1i8h3LLyoigQWoGkHTSatViK80YcFu2cTzGYnlimr1L_v1BWD-cw9GoAvYTl-u7uw" autocomplete="off" />
  <input type="hidden" name="item_id" value="22">
  <input type="hidden" name="profile_page" value="false">

  <!-- No id on the button to avoid duplicate IDs; wrapper div holds the DOM id -->
  <button type="submit">
      <img width="25" height="25" loading="lazy" decoding="async" alt="Add to favorites" class="h-[20px] w-[20px] lg:h-[15px] lg:w-[15px] text-red-600 fill-none stroke-red-600 hover:fill-red-600 hover:cursor-pointer transition" src="/assets/heart-outline-8353acde10c5ff0e6d4938d5eced7c38ebd69e038b2374f788a6409e3b491736.svg" />
  </button>
</form>
          </div>
        </div>

        <!-- Title & Description -->
        <div class="mt-0 md:mt-2">
          <h2 class="font-poppins text-[18px] md:text-[20px] lg:text-[15px] font-semibold text-[#1b0101]">
            Baked Chicken Roastico
          </h2>
          <p class="text-[12px] md:text-[14px] lg:text-[10px] font-poppins font-normal text-[#1B0101] mt-0 md:mt-1 leading-none md:leading-[1.25] lg:leading-none">
            Tender, juicy chicken marinated in
 signature spices, slow-roasted to
 perfection with a crispy golden finish.
 Bursting with bold flavors in every bite!
          </p>
        </div>

        <!-- Sizes -->
        <div class="mt-0 md:mt-2 lg:mt-0">

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 border-b-[0.25px] border-[#000000]">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Full </span>
                  <span class="font-ruddy font-bold"> — ₹545.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="LBqEHzcKOvDtfRFu0DttDVWYiMiu2GP01JjiC_5DWVic3DqjeI1d1VIzAG4sktoxHdmBhIuWXyvh17vuVgZFCQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="22">
                    <input type="hidden" name="size_id" value="4">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>

            <div class="flex items-center justify-between py-2 md:py-3 lg:py-1.5 ">
              <div>
                <p class="text-[12px] md:text-[14px] lg:text-[10px] text-[#1b0101]">
                  <span class="font-poppins font-semibold">Half</span>
                  <span class="font-ruddy font-bold"> — ₹275.0</span>
                </p>
              </div>

              <div>
                  <form data-turbo-stream="true" action="/menu/add_to_cart" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="yg9or5vv5XlKWflXnM-zCQbsBMNqOAdkDY06hRD6KRd6ydYT1GiCXPUX6FdgZgQ1Tq0Nj092O7s4wmNguL81Rg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="22">
                    <input type="hidden" name="size_id" value="5">
                    <button type="submit"
                            class="text-white font-poppins font-medium text-[10px] md:text-[12px] lg:text-[10px] w-[100px] md:w-[124px] lg:w-[100px] p-[8px] md:p-[10px] lg:p-[8px] rounded-full bg-[#03773C] hover:opacity-90 transition">
                      Add
                    </button>
</form>              </div>
            </div>
        </div>

      </div>
    </div>

    <button type="button"
            @click="$store.menuModals.openId = null"
            class="mt-5 inline-flex h-[34px] w-[34px] lg:h-[25px] lg:w-[25px] items-center justify-center rounded-full bg-[#DC0000] text-white text-[24px] lg:text-[15px] leading-none">
      ×
    </button>
  </div>
</template>
  </div>

    </div>
</div>

      </div>
  </div>
</div>
</template></turbo-stream>