<turbo-stream action="replace" target="menu-items"><template><div id="items" class="  min-w-0 flex-1 h-[calc(85vh-120px)] overflow-y-scroll md:mt-6 md:pl-0 md:pr-0 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-36">
          



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

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Fusion Hyderabadi – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ0lFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ce1b927719a7429278ef3c2dab85a69c9f3ae190/7.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             ml-[65px] 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-7" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 7 }" 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">
      Fusion Hyderabadi
    </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">
        ₹425
      </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</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_7"
      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="pdZNaY9Y_IObKZbw_V7QcAw_WLpmWYqa4ITBJLN8hpjbp85_2xXmQNEfbkEuq997kZdp1asnacx3iChZnwrIQw" autocomplete="off" />
    <input type="hidden" name="item_id" value="7">
    <input type="hidden" name="size_id" value="2">
    <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-7"
      x-cloak
      x-show="$store.menuModals.openId === 7"
      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 === 7 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ0lFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--ce1b927719a7429278ef3c2dab85a69c9f3ae190/7.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Fusion Hyderabadi – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_7">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Fusion Hyderabadi
          </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 tantalizing blend of Mirako&#39;s special sauce, melty cheese, crispy fried onion, vibrant bell peppers, juicy fresh tomatoes, and the irresistible Hyderabadi paneer tikka. 
          </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">Jumbo</span>
                  <span class="font-ruddy font-bold"> — ₹495.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="Txz06idnssCQW3T9wc6tkIgh_iRgWN24yQV7-aF1J_8xbXf8cyqoA9ptjEwSO6KbFYnPS60mPu5eCZKEjQNpJA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="7">
                    <input type="hidden" name="size_id" value="3">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹425.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="SkclwtaNl2j6UG0PjAoFFH5vu-DKv0-pK0ekbjY0_N40NqbUgsCNq7Bmlb5f_wof48eKjwfBrP-8S00TGkKyBQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="7">
                    <input type="hidden" name="size_id" value="2">
                    <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 </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="lqH79QH9jLCP6ToFek8axRz25bb0kU0gxZOcOhTNvgXo0HjjVbCWc8XfwrSpuhXOgV7U2TnvrnZSn3VHOLvw3g" autocomplete="off" />
                    <input type="hidden" name="item_id" value="7">
                    <input type="hidden" name="size_id" value="1">
                    <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_14" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Farm House – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaWdFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--497fb4c2c79752209737ef4cedf647391d7725db/10.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             mr-[65px] 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-14" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 14 }" 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">
      Farm House
    </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">
        ₹395
      </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</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_14"
      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="l1b4Lb0ZIjZz9-YMRcm7vsaTG3WUqBLTQNZf-S5UmsjpJ3s76VQ49TnBHr2WPLS1WzsqGlnW8YXX2raEAiLUEw" autocomplete="off" />
    <input type="hidden" name="item_id" value="14">
    <input type="hidden" name="size_id" value="2">
    <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-14"
      x-cloak
      x-show="$store.menuModals.openId === 14"
      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 === 14 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaWdFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--497fb4c2c79752209737ef4cedf647391d7725db/10.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Farm House – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_14">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Farm House
          </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 farm-fresh goodness of Mirako&#39;s special sauce, premium cheese with mouthwatering toppings of crispy fresh onion, juicy tomatoes, and vibrant bell peppers with Mirako special sauce.
          </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">Jumbo</span>
                  <span class="font-ruddy font-bold"> — ₹465.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="IuGhGNKcR-GMW0ims2NLIz7wqUpW_KVhDYrrWgDWgAhckCIOhtFdIsZtsBdglkQoo1iYJZuCRjeahgInLKDO0w" autocomplete="off" />
                    <input type="hidden" name="item_id" value="14">
                    <input type="hidden" name="size_id" value="3">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹395.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="q2nQuMiMxZXiSaB5bTI-MlrrYu3aGy1hLV4PJQLuXzbVGFOunMHfVqh_WMi-xzE5x0NTghdlzje6UuZYLpgR7Q" autocomplete="off" />
                    <input type="hidden" name="item_id" value="14">
                    <input type="hidden" name="size_id" value="2">
                    <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 </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="f3ioXkXG5_gll5eUY89fNM-7w_qhfV0OTeojGOA-rR4BCStIEYv9O2-hbyWwOlA_UhPylWwDvlja5splzEjjxQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="14">
                    <input type="hidden" name="size_id" value="1">
                    <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_4" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Americana – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaVlFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e35dc772c141d0c9edd7d35c0a0299288fe225b6/11.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             ml-[65px] 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-4" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 4 }" 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">
      Americana
    </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">
        ₹345
      </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</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_4"
      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="rEWA_OW7oWZV81UIzfzUlBteXzxhbX9XznX770O7R-PSNAPqsfa7pR_FrbkeCdufhvZuU6wTnAFZeRKSb80JOA" autocomplete="off" />
    <input type="hidden" name="item_id" value="4">
    <input type="hidden" name="size_id" value="2">
    <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-4"
      x-cloak
      x-show="$store.menuModals.openId === 4"
      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 === 4 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBaVlFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e35dc772c141d0c9edd7d35c0a0299288fe225b6/11.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Americana – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_4">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Americana
          </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 tantalizing blend of Mirako special sauce, melty cheese, and the sweetness of fresh sweet corn
          </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 </span>
                  <span class="font-ruddy font-bold"> — ₹205.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="vlIP70GK3Vbya-PWmrytTqsNOpFa7NJjzY7JMYSGbePAI4z5FcfHlbhdG2dJSaJFNqUL_peSMTVagiBMqPAjOA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="4">
                    <input type="hidden" name="size_id" value="1">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹345.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="M4ZLggbsAeg8nCPrls74oJr_WGKl_qpICLjYez0-y3lN98iUUqEbK3aq21pFO_erB1dpDWiASR6ftDEGEUiFog" autocomplete="off" />
                    <input type="hidden" name="item_id" value="4">
                    <input type="hidden" name="size_id" value="2">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹425.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="TNajcY8psgoPskFQ5MkvHuhOyV_u-Fm7y9FZ37GRIdsypyBn22SoyUWEueE3PCAVdeb4MCOGuu1c3bCinedvAA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="4">
                    <input type="hidden" name="size_id" value="3">
                    <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_9" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Florentine – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1lFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--81484cdb6b2e46fc39c2d2fd89d60979ef446a25/9.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             mr-[65px] 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-9" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 9 }" 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">
      Florentine
    </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">
        ₹465
      </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</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_9"
      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="_H7OUfkpuldnnXSH9xvTnZQ2g9lc1g0T0n4SWAnE71CCD01HrWSglC2rjDYk7tyWCZ6ytpGo7kVFcvslJbKhiw" autocomplete="off" />
    <input type="hidden" name="item_id" value="9">
    <input type="hidden" name="size_id" value="2">
    <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-9"
      x-cloak
      x-show="$store.menuModals.openId === 9"
      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 === 9 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ1lFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--81484cdb6b2e46fc39c2d2fd89d60979ef446a25/9.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Florentine – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_9">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Florentine
          </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 luscious blend of Mirako special sauce, creamy cheese, boiled egg slices, vibrant bell peppers, savory Indian spiced chicken, and fresh onions. 
          </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">Jumbo</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="J-LHw51L18CYQjxYfvH2BJj2bRyCe0E2h-X0jXnR-NlZk0TVyQbNA9J0xOmtBPkPBV5cc08FomAQ6R3wVae2Ag" autocomplete="off" />
                    <input type="hidden" name="item_id" value="9">
                    <input type="hidden" name="size_id" value="3">
                    <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">Small </span>
                  <span class="font-ruddy font-bold"> — ₹235.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="YVvNTLBwl3P49e5-4plpWHFAeezRQSOPumPMIcRxnOsfKk5a5D2NsLLDFs8xbGZT7OhIgxw_wNktbyVc6AfSMA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="9">
                    <input type="hidden" name="size_id" value="1">
                    <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">Regular</span>
                  <span class="font-ruddy font-bold"> — ₹465.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="zXg1f8MqVJ6im5ThC9_VUrt9VgtI3fcVUGLcvpKk_CuzCbZpl2dOXeitbFDYKtpZJtVnZIWjFEPHbjXDvtKy8A" autocomplete="off" />
                    <input type="hidden" name="item_id" value="9">
                    <input type="hidden" name="size_id" value="2">
                    <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_6" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Vegetariana – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdTREIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--307c2569020bbbdb37fda70235c96c749686270e/1.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             ml-[65px] 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-6" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 6 }" 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">
      Vegetariana
    </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">
        ₹405
      </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</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_6"
      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="799ZAhTPhyQCroKdMBcpdj_blCIl6uBPZbR7-UNk6ECRrtoUQIKd50iYeizj4iZ9onOlTeiUAxnyuJKEbxKmmw" autocomplete="off" />
    <input type="hidden" name="item_id" value="6">
    <input type="hidden" name="size_id" value="2">
    <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-6"
      x-cloak
      x-show="$store.menuModals.openId === 6"
      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 === 6 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdTREIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--307c2569020bbbdb37fda70235c96c749686270e/1.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Vegetariana – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_6">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Vegetariana
          </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 tantalizing combination of Mirako&#39;s special sauce, premium cheese with fresh onion, capsicum, mushroom, sweet corn, ripe tomatoes, and zesty jalapenos. 
          </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 </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="y0EYPswrTlM1NIrQHGyZwkS45rOENnhwLyhGxeC8xEa1MJsomGZUkH8CcmHPmZbJ2RDX3ElImya4JK-4zMqKnQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="6">
                    <input type="hidden" name="size_id" value="1">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹405.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="7-vT79FPkt8zXFeCvkJNriICfPYVCgFE2ZvbzNCU69KRmlD5hQKIHHlqrzNtt0Klv6pNmdh04hJOlzKx_OKlCQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="6">
                    <input type="hidden" name="size_id" value="2">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹475.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="DtVw_lTP1SE65FQryQPjALl1IvhO4NlCgg8vVf3VEdJwpPPoAILP4nDSrJoa9uwLJN0Tl4OeOhQVA8Yo0aNfCQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="6">
                    <input type="hidden" name="size_id" value="3">
                    <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_10" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Tuscano – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdlFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--062c985ae2d316ef7513b70924239be2e524d0ef/2.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             mr-[65px] 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-10" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 10 }" 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">
      Tuscano
    </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">
        ₹515
      </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</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_10"
      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="qtz1VXC0T749pdorJLLz9ExtM5PAXODUalcoXqrLtAzUrXZDJPlVfXeTIpr3R_z_0cUC_A0iA4L9W8Ejhr361w" autocomplete="off" />
    <input type="hidden" name="item_id" value="10">
    <input type="hidden" name="size_id" value="2">
    <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-10"
      x-cloak
      x-show="$store.menuModals.openId === 10"
      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 === 10 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdlFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--062c985ae2d316ef7513b70924239be2e524d0ef/2.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Tuscano – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_10">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Tuscano
          </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 tantalizing fusion of Mirako&#39;s special sauce, creamy cheese, savory olives, vibrant bell peppers, succulent Indian spiced flavor chicken, and fresh onions
          </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">Jumbo</span>
                  <span class="font-ruddy font-bold"> — ₹595.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="DIqxfhhx7HWGCPF9NhZpDITHdFD-EYLl3k4qOHfbFfVy-zJoTDz2tsw-Cczl42YHGW9FPzNvYbNJQsNFW61bLg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="10">
                    <input type="hidden" name="size_id" value="3">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹515.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="wIck2s2f0LmIkuL16BKANY1em9CUoy1HQxl9yK8uQCS-9qfMmdLKesKkGkQ7548-EPaqv1ndzhHUFZS1g1gO_w" autocomplete="off" />
                    <input type="hidden" name="item_id" value="10">
                    <input type="hidden" name="size_id" value="2">
                    <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 </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="UIQ3638cwNTIQqSUjF_y2vdYjh-oLlUNA5cC5BXB9Rku9bT9K1HaF4J0XCVfqv3RavC_cGVQtluUm-uZObe7wg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="10">
                    <input type="hidden" name="size_id" value="1">
                    <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_8" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Portuguese – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdllEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b2a6ce60c2664a8ee23f3c7c7d5b313ce04609e0/5.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             ml-[65px] 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-8" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 8 }" 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">
      Portuguese
    </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">
        ₹385
      </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</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_8"
      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="KmiXvC2TQCF-3RXgD8-YQQ09yRIt7ADvBrMpUBYKeFFUGRSqed5a4jTr7VHcOpdKkJX4feCS47mRv8AtOnw2ig" autocomplete="off" />
    <input type="hidden" name="item_id" value="8">
    <input type="hidden" name="size_id" value="2">
    <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-8"
      x-cloak
      x-show="$store.menuModals.openId === 8"
      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 === 8 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdllEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--b2a6ce60c2664a8ee23f3c7c7d5b313ce04609e0/5.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Portuguese – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_8">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Portuguese
          </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 harmony of Mirako special sauce, creamy cheese, boiled egg slices, vibrant bell peppers, fresh tomatoes, and tantalizing onions.
          </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">Jumbo</span>
                  <span class="font-ruddy font-bold"> — ₹445.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="lp67wVs2UmB8bCpqCHejUaWYII65Efn2uT9LKk1Rv-Ho7zjXD3tIozZa0tvbgqxaODAR4XRvGqAuM6JXYSfxOg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="8">
                    <input type="hidden" name="size_id" value="3">
                    <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">Small </span>
                  <span class="font-ruddy font-bold"> — ₹205.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="cyN4X5r8PeBiA5evNpaUAC9dGAmLMnhWvHqWcugVi6gNUvtJzrEnIyg1bx7lY5sLsvUpZkZMmwArdn8PxGPFcw" autocomplete="off" />
                    <input type="hidden" name="item_id" value="8">
                    <input type="hidden" name="size_id" value="1">
                    <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">Regular</span>
                  <span class="font-ruddy font-bold"> — ₹385.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="F64RdQGIFExX_4s6zC2Q0CgvedLmcAc7XGgG-D9NYNdp35JjVcUOjx3Jc4sf2J_btYdIvSsO5G3LZO-FEzsuDA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="8">
                    <input type="hidden" name="size_id" value="2">
                    <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_11" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Tuscano Malai – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdkFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0e55d236d139ab6cf89852cb3a5398c03dcc6db5/3%20(1).png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             mr-[65px] 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-11" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 11 }" 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">
      Tuscano Malai
    </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">
        ₹525
      </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</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_11"
      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="WfsXABV-bLOkvoSgRYDOa4KkrBc5WZE8GQEGZeAzE8gnipQWQTN2cO6IfBGWdcFgHwydePQncmqODe8YzEVdEw" autocomplete="off" />
    <input type="hidden" name="item_id" value="11">
    <input type="hidden" name="size_id" value="2">
    <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-11"
      x-cloak
      x-show="$store.menuModals.openId === 11"
      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 === 11 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdkFEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--0e55d236d139ab6cf89852cb3a5398c03dcc6db5/3%20(1).png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Tuscano Malai – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_11">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Tuscano Malai
          </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  blend of Mirako&#39;s special sauce, creamy cheese, savory olives, vibrant bell peppers, luscious Indian Creamy Malai chicken, and fresh onions.
          </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 </span>
                  <span class="font-ruddy font-bold"> — ₹255.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="fK9xejAWiWXlsRVRwc-GHRCUeheODxuL9_-A4WdIoG4C3vJsZFuTpq-H7eASOokWjTxLeENx-N1g82mcSz7utQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="11">
                    <input type="hidden" name="size_id" value="1">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹525.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="ksJDmmQGsX26La5bVeiAB_jL0LEg0bkLpRHC3Oea9g3ss8CMMEurvvAbVuqGHY8MZWPh3u2vWl0yHSuhy-y41g" autocomplete="off" />
                    <input type="hidden" name="item_id" value="11">
                    <input type="hidden" name="size_id" value="2">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹625.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="U3OBGgLeEKa2nr5nel4UHqcxTf27NaQ5uWKNe2PyY4ctAgIMVpMKZfyoRtapqxsVOpl8knZLR28ubmQGT4QtXA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="11">
                    <input type="hidden" name="size_id" value="3">
                    <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_12" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Tuscano Hyderabadi – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdklEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--87d4356c7ebaffcc8407e73e0a93c021bd36f454/4.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             ml-[65px] 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-12" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 12 }" 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">
      Tuscano Hyderabadi
    </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">Regular</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_12"
      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="O15OPpEQNuZe43a8EcgsKWVyeW-8ns_F8yIvgSXqEvhFL80oxV0sJRTVjg3CPSMi-NpIAHHgLJNkLsb8CZxcIw" autocomplete="off" />
    <input type="hidden" name="item_id" value="12">
    <input type="hidden" name="size_id" value="2">
    <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-12"
      x-cloak
      x-show="$store.menuModals.openId === 12"
      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 === 12 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdklEIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--87d4356c7ebaffcc8407e73e0a93c021bd36f454/4.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Tuscano Hyderabadi – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_12">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Tuscano Hyderabadi
          </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 exquisite combination of Mirako&#39;s special sauce, creamy cheese, vibrant bell peppers, succulent Hyderabadi flavor chicken, and crispy fried onions.
          </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">Jumbo</span>
                  <span class="font-ruddy font-bold"> — ₹625.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="31xrTE-ivhzipMUacvWFA3hVRWguXQPdXmxHAvg_6oGhLehaG--k36iSPauhAIoI5f10B-Mj4IvJYK5_1EmkWg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="12">
                    <input type="hidden" name="size_id" value="3">
                    <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</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="Ra8scLA_oVzohhy5VGlwK-FC5qo10JJOBF4JND0reSg73q9m5HK7n6Kw5AiHnH8gfOrXxfiucRiTUuBJEV038w" autocomplete="off" />
                    <input type="hidden" name="item_id" value="12">
                    <input type="hidden" name="size_id" value="2">
                    <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 </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="ZprpM8-C0gWC7C3bAAwWOd3-w_oJOaoZ-DWflujVxnEY62olm8_Ixsja1WrT-RkyQFbylcRHSU9vOXbrxKOIqg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="12">
                    <input type="hidden" name="size_id" value="1">
                    <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_1" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Margherita – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdjREIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9e29c998652887c5bddb0a527f1d703887200ae1/6.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             mr-[65px] 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-1" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 1 }" 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">
      Margherita
    </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">
        ₹295
      </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</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_1"
      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="2Z1Jz5c-1Y3NkK5Ky4mzvBuleGhYL8KugmTKNEE4XLan7MrZw3PPToemVvsYfLy3hg1JB5VRIfgVaCNJbU4SbQ" autocomplete="off" />
    <input type="hidden" name="item_id" value="1">
    <input type="hidden" name="size_id" value="2">
    <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-1"
      x-cloak
      x-show="$store.menuModals.openId === 1"
      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 === 1 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBdjREIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--9e29c998652887c5bddb0a527f1d703887200ae1/6.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Margherita – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_1">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Margherita
          </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 true classic delight loaded with 100% real mozzarella cheese with Mirako special sauce
          </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">Jumbo</span>
                  <span class="font-ruddy font-bold"> — ₹385.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="XS8Wd5PvLLd8874Dfb3ij5hVKa6RdAMrYYVAwDJGV4UjXpVhx6I2dDbFRrKuSO2EBf0YwVwK4H32iam9HjAZXg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="1">
                    <input type="hidden" name="size_id" value="3">
                    <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">Small </span>
                  <span class="font-ruddy font-bold"> — ₹145.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="fuJQp7d03nVVmHmcncTatts0bl7mUJ4aeCTNDpA6FCUAk9Ox4znEth-ugS1OMdW9RpxfMSsufUzvKCRzvExa_g" autocomplete="off" />
                    <input type="hidden" name="item_id" value="1">
                    <input type="hidden" name="size_id" value="1">
                    <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">Regular</span>
                  <span class="font-ruddy font-bold"> — ₹295.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="mUM-BHnGcdtpNdw6cv08KhILmmaKEzpEfo1MSzvoERPnMr0SLYtrGCMDJIuhCDMhj6OrCUdt2RLpgaU2F55fyA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="1">
                    <input type="hidden" name="size_id" value="2">
                    <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_2" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             left-0"
    >
        <img width="320" height="320" alt="Double Cheese Margherita – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ2dFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e104e0e5eceac59e9c3401f408226d77d972ae3b/6.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             ml-[65px] 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-2" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 2 }" 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">
      Double Cheese Margherita
    </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">
        ₹365
      </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</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_2"
      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="HjXKNlCbKk9eo29s2tntqm5a00SRprdssjpZL2E1Tu1gREkgBNYwjBSVl90JLOKh8_LiK1zYVDolNrBSTUMANg" autocomplete="off" />
    <input type="hidden" name="item_id" value="2">
    <input type="hidden" name="size_id" value="2">
    <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-2"
      x-cloak
      x-show="$store.menuModals.openId === 2"
      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 === 2 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ2dFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--e104e0e5eceac59e9c3401f408226d77d972ae3b/6.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Double Cheese Margherita – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_2">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Double Cheese Margherita
          </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 true classic delight loaded with extra 100% real mozzarella cheese with Mirako special sauce
          </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 </span>
                  <span class="font-ruddy font-bold"> — ₹235.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="s3X491NdeTic1qxYxLEhdhRsUJl3qPEfCMwGLG3No2fNBHvhBxBj-9bgVOkXRC59icRh9rrWEkmfwO9RQbvtvA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="2">
                    <input type="hidden" name="size_id" value="1">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹515.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="jeXMPHMZVN63cf7ZuhZNn092XwImdOeqUPFM4gPD0fbzlE8qJ1ROHf1HBmhp40KU0t5ubesKBPzH_aWfL7WfLQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="2">
                    <input type="hidden" name="size_id" value="3">
                    <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">Regular</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="1maQEgTSo-AIilpk1uwt3m5qnmVyfrT1YsgylymIiWOoFxMEUJ-5I0K8otUFGSLV88KvCr8AV6P1xNvqBf7HuA" autocomplete="off" />
                    <input type="hidden" name="item_id" value="2">
                    <input type="hidden" name="size_id" value="2">
                    <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_3" class="item relative z-0 my-[0.1rem]">

    <div
      class="absolute top-1/2 -translate-y-1/2
             h-[143px] w-[143px]
             overflow-hidden rounded-full
             right-0 md:left-0 md:right-auto"
    >
        <img width="320" height="320" alt="Fusion delight paneer – Menu item at Mirako Pizzerria" class="object-cover w-full h-full pointer-events-none select-none" loading="lazy" decoding="async" src="/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ0FFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--029b86eec2c3e81c54b32d3681920e623b164c13/8.png" />
    </div>

    <div
      class="rounded-[12px] border-[0.3px] border-[#C2C2C2] bg-white
             min-h-[138px] 
             flex flex-col justify-center
             mr-[65px] 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-3" class="shrink-0">
      
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="16" height="14" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
    </div>
  </div>



  <div x-data="{ itemId: 3 }" 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">
      Fusion delight paneer
    </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">
        ₹385
      </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</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_3"
      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="eu7yh-5NdTdF97tSmBZ4-IiAw0g4NRIrdph9OAflz5IEn3GRugBv9A_BQ-NL43fzFSjyJ_VL8X3hlJRFK5OBSQ" autocomplete="off" />
    <input type="hidden" name="item_id" value="3">
    <input type="hidden" name="size_id" value="2">
    <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-3"
      x-cloak
      x-show="$store.menuModals.openId === 3"
      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 === 3 && !srcLoaded) {
                              $el.src = '/rails/active_storage/blobs/proxy/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZ0FFIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--029b86eec2c3e81c54b32d3681920e623b164c13/8.png';
                              srcLoaded = true;
                            }"
                 width="800"
                 height="400"
                 alt="Fusion delight paneer – Menu item at Mirako Pizzerria"
                 class="pointer-events-none select-none h-full w-full object-cover"
                 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_3">
            
  <a data-turbo-frame="_top" class="inline-block" href="/auth/login?login_required=1&amp;return_to=%2Fmenus%3Fcategory_id%3D4">
    <img width="25" height="25" loading="lazy" decoding="async" alt="Log in to add 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" />
</a>
          </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]">
            Fusion delight paneer
          </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 supreme combination of succulent paneer tikka, crispy onions, juicy tomatoes, and vibrant bell peppers with Mirako special sauce
          </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 </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="LIdKmUDXyh6JpD_GwS2csWgxenbpIe_4OCSKCMLMd11S9smPFJrQ3cOSx3cS2JO69ZlLGSRfDK6vKGN17ro5hg" autocomplete="off" />
                    <input type="hidden" name="item_id" value="3">
                    <input type="hidden" name="size_id" value="1">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹385.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="44rcQ9l9QEXIgKSd_tjY3SJNlzVZLuBLE9FR8EgzfQed-19VjTBahoK2XCwtLdfWv-WmWpRQAx2E3biNZEUz3A" autocomplete="off" />
                    <input type="hidden" name="item_id" value="3">
                    <input type="hidden" name="size_id" value="2">
                    <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</span>
                  <span class="font-ruddy font-bold"> — ₹465.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="MlcFdJ66n2xlQQO4nAKgn0i7oYnkoW1Gpo8DmPLQhVpMJoZiyveFry93-wlP96-U1ROQ5infjhAxg-rl3qbLgQ" autocomplete="off" />
                    <input type="hidden" name="item_id" value="3">
                    <input type="hidden" name="size_id" value="3">
                    <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>