{"id":2,"date":"2025-04-09T08:05:24","date_gmt":"2025-04-09T08:05:24","guid":{"rendered":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/?page_id=2"},"modified":"2026-03-05T02:57:01","modified_gmt":"2026-03-05T02:57:01","slug":"menu","status":"publish","type":"page","link":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/","title":{"rendered":"Menu"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>Info Dropdown Combined Example<\/title>\n  <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\" \/>\n  <style>\n    body {\n      margin: 0;\n      font-family: 'Afacad flux', sans-serif;\n      background-color: #f2f2f2;\nfont-size:16px;\n    }\n\n    .header {\n      position: relative;\n      width: 100%;\n      height: 200px;\n      overflow: hidden;\n    }\n\n    .header img {\n      width: 100%;\n      height: 200%;\n      object-fit: cover;\n    }\n\n    .language-selector {\n      position: absolute;\n      top: 15px;\n      right: 15px;\n    }\n\n    .language-selector button {\n      padding: 6px 12px;\n      font-size: 14px;\n      border: none;\n      background-color: white;\n      border-radius: 5px;\n      cursor: pointer;\n      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);\n    }\n\n    .container {\n      max-width: 600px;\n      margin: 50px auto;\n    }\n\n    .info-bar {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 10px;\n    }\n\n    .selector {\n      flex-shrink: 0;\n    }\n\n    .selector button {\n      padding: 10px;\n      font-size: 16px;\n      border: none;\n      background-color: black;\n      border-radius: 8px;\n      cursor: pointer;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n    }\n\n    .info-wrapper {\n      background-color: #fff;\n      border-radius: 10px;\n      padding: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n      transition: background 0.2s;\n      flex-grow: 1;\nborder:1px solid #96d21a;\n    }\n\n    .info-wrapper:hover {\n      background-color: #f9f9f9;\n    }\n\n    .info-left {\n      display: flex;\n      align-items: center;\n    }\n\n    .info-left i {\n      font-size: 20px;\n      margin-right: 12px;\n      color: #333;\n    }\n\n    .info-text strong {\n      display: block;\n      font-size: 25px;\n      color: #333;\n    }\n\n    .info-subtext {\n      font-size: 16px;\n      color: #999;\n    }\n\n    .info-right i {\n      font-size: 16px;\n      color: #999;\n      transition: transform 0.3s ease;\n    }\n\n    .rotate {\n      transform: rotate(90deg);\n    }\n\n    .info-card {\n      background-color: #fff;\n      border-radius: 0 0 10px 10px;\n      padding: 20px;\n      margin-top: 5px;\n      display: none;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n      animation: fadeSlide 0.3s ease forwards;\n    }\n\n    .info-card h1 {\n      margin: 0 0 15px;\n      font-size: 22px;\n      text-align: center;\n    }\n\n    .info-card p {\n      margin: 10px 0;\n      font-size: 18px;\n      color: #333;\n      display: flex;\n      align-items: center;\n    }\n\n    .info-card i {\n      margin-right: 10px;\n      color: #333;\n      width: 20px;\n    }\n\n    @keyframes fadeSlide {\n      from {\n        opacity: 0;\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .search-box {\n      display: flex;\n      justify-content: center;\n      margin: 20px auto;\n      max-width: 600px;\n      position: relative;\n    }\n\n    .search-box input {\n      width: 100%;\n      padding: 12px 20px;\n      border: 1px solid red;\n      border-radius: 25px;\n      font-size: 16px;\n      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n    }\n\n    .search-box .search-btn {\n      position: absolute;\n      right: 10px;\n      top: 50%;\n      transform: translateY(-50%);\n      background-color: white;\n      border: none;\n      border-radius: 50%;\n      cursor: pointer;\n      padding: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .search-box .search-btn i {\n      font-size: 20px;\n      color: #555;\n    }\n\n    .tab-container {\n      margin-top: 20px;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n      position: relative;\n      max-width: 100%;\n      border-radius: 20px;\n      padding: 5px;\n      overflow: hidden;\n    }\n\n    .tab-scroll-wrapper {\n      overflow-x: auto;\n      white-space: nowrap;\n      scrollbar-width: thin;\n      scrollbar-color: #aaa #f5f5f5;\n      scroll-behavior: smooth;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar {\n      height: 10px;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar-thumb {\n      background: #888;\n      border-radius: 5px;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar-track {\n      background: #f5f5f5;\n    }\n\n    .tab-label {\n      display: inline-block;\n      margin: 5px 10px;\n      padding: 6px 14px;\n      background: #ccc;\n      border-radius: 12px;\n      cursor: pointer;\n      font-size: 14px;\n      transition: background 0.2s;\n      font-weight: bold;\n      margin-right: 10px;\n    }\n\n    .tab-label:hover {\n      background: #bbb;\n    }\n\n    input[type=\"radio\"] {\n      display: none;\n    }\n\n  input[name=\"tabs\"]:checked + label {\n  background: #000;\n  color: #fff;\n\n    .scroll-arrow {\n      position: absolute;\n      top: 2.5%;\n      transform: translateY(-50%);\n      font-size: 18px;\n      color: #555;\n      width: 30px;\n      height: 120px;\n      text-align: center;\n      line-height: 26px;\n      user-select: none;\n    }\n\n    .scroll-arrow.left {\n      left: -10px;\n    }\n\n    .scroll-arrow.right {\n      right: -10px;\n    }\n\n    .tab-content {\n      margin-top: 10px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n<h1>Gastronomy.CAS Menu<\/h1>\n    <!-- Info bar with selector and info-wrapper side by side -->\n    <div class=\"info-bar\">\n      \n\n      <div class=\"info-wrapper\" onclick=\"toggleInfoCard()\">\n        <div class=\"info-left\">\n          <i class=\"fas fa-info-circle\"><\/i>\n          <div class=\"info-text\">\n            <strong>Info<\/strong>\n            <div class=\"info-subtext\">WiFi, Phone, Address, Instagram<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"info-right\">\n          <i class=\"fas fa-chevron-right\" id=\"chevronIcon\"><\/i>\n        <\/div>\n      <\/div>\n<div class=\"selector\">\n        <button onclick=\"toggleDarkMode()\">\n          <i class=\"fa-regular fa-moon\"><\/i>\n        <\/button>\n      <\/div>\n    <\/div>\n\n    <!-- Dropdown Info Card -->\n    <div class=\"info-card\" id=\"infoCard\">\n      <h5>Info<\/h5>\n<!-- Container for clickable Wi-Fi credentials -->\n<div onclick=\"copyWiFiPassword()\" style=\"cursor: pointer; position: relative; display: inline-block;\">\n  <p>\n    <i class=\"fas fa-wifi\" style=\"margin-right: 6px;\"><\/i>\n    <strong>Wi-Fi Name:<\/strong> <span id=\"wifi-name\">Gastronomy<\/span>\n  <\/p>\n  <p>\n    <i class=\"fas fa-lock\" style=\"margin-right: 6px;\"><\/i>\n    <strong>Password:<\/strong> <span id=\"wifi-text\">Happybelly18<\/span>\n  <\/p>\n  <span id=\"copy-msg\" style=\"display:none; position:absolute; left:0; top:100%; background:#4caf50; color:white; padding:4px 8px; border-radius:6px; font-size:12px; margin-top:5px;\">Password copied!<\/span>\n<\/div>\n\n<!-- Hidden input for copying -->\n<input type=\"text\" id=\"hidden-input\" style=\"position: absolute; left: -9999px;\" readonly \/>\n\n<!-- Script to copy password -->\n<script>\n  function copyWiFiPassword() {\n    const text = document.getElementById('wifi-text').innerText;\n    const hiddenInput = document.getElementById('hidden-input');\n    const message = document.getElementById('copy-msg');\n\n    hiddenInput.value = text;\n    hiddenInput.select();\n    hiddenInput.setSelectionRange(0, 99999); \/\/ for iOS\n\n    const success = document.execCommand('copy');\n\n    if (success) {\n      message.style.display = 'inline-block';\n      setTimeout(() => {\n        message.style.display = 'none';\n      }, 2000);\n    } else {\n      alert('Copy failed.');\n    }\n  }\n<\/script>\n\n   <p>\n  <a href=\"tel:09448886158\" style=\"text-decoration: none; color: black;\">\n    <i class=\"fas fa-phone\"><\/i>09448886158<\/a><\/p>\n\n     <p>\n  <i class=\"fas fa-map-marker-alt\"><\/i>\n  <a href=\"https:\/\/maps.app.goo.gl\/fASXcejQqPHNaiMt5\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: inherit; text-decoration: none;\">\n   Room 005, Building A, Hi Way Complex, Narnataw street, Kamaryut Township.\n  <\/a>\n<\/p>\n\n     <p>\n  <i class=\"fab fa-facebook\"><\/i> \n  <a href=\"https:\/\/www.facebook.com\/gastronomy.cas\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: inherit; text-decoration: none;\">\n   Gastronomy.CAS\n  <\/a>\n<\/p>\n    <\/div>\n\n    <!-- Tab Section -->\n    <div class=\"tab-container\">\n      <div class=\"scroll-arrow left\" onclick=\"scrollTabs(-100)\">\u276e<\/div>\n\n      <div class=\"tab-scroll-wrapper\" id=\"tabScroll\">\n        <input type=\"radio\" id=\"tabToggle01\" name=\"tabs\" value=\"1\" checked \/>\n        <label for=\"tabToggle01\" class=\"tab-label\">To Start<\/label>\n\n        <input type=\"radio\" id=\"tabToggle02\" name=\"tabs\" value=\"2\" \/>\n        <label for=\"tabToggle02\" class=\"tab-label\">Sushi and Sashimi<\/label>\n\n        <input type=\"radio\" id=\"tabToggle03\" name=\"tabs\" value=\"3\" \/>\n        <label for=\"tabToggle03\" class=\"tab-label\">Main Dish<\/label>\n\n        <input type=\"radio\" id=\"tabToggle04\" name=\"tabs\" value=\"4\" \/>\n        <label for=\"tabToggle04\" class=\"tab-label\">Fresh Pastas<\/label>\n\n        <input type=\"radio\" id=\"tabToggle05\" name=\"tabs\" value=\"5\" \/>\n        <label for=\"tabToggle05\" class=\"tab-label\">Salad<\/label>\n\n        <input type=\"radio\" id=\"tabToggle06\" name=\"tabs\" value=\"6\" \/>\n        <label for=\"tabToggle06\" class=\"tab-label\">Sandwich<\/label>\n\n        <input type=\"radio\" id=\"tabToggle07\" name=\"tabs\" value=\"7\" \/>\n        <label for=\"tabToggle07\" class=\"tab-label\">Burger<\/label>\n     \n      <input type=\"radio\" id=\"tabToggle08\" name=\"tabs\" value=\"8\" \/>\n        <label for=\"tabToggle08\" class=\"tab-label\">Soup<\/label>\n      \n       <input type=\"radio\" id=\"tabToggle09\" name=\"tabs\" value=\"9\" \/>\n        <label for=\"tabToggle09\" class=\"tab-label\">Dessert<\/label>\n\n      <input type=\"radio\" id=\"tabToggle010\" name=\"tabs\" value=\"10\" \/>\n        <label for=\"tabToggle010\" class=\"tab-label\">Drinks<\/label>\n      \n       <input type=\"radio\" id=\"tabToggle011\" name=\"tabs\" value=\"11\" \/>\n        <label for=\"tabToggle011\" class=\"tab-label\">Coffee<\/label>\n\n        <input type=\"radio\" id=\"tabToggle012\" name=\"tabs\" value=\"12\" \/>\n        <label for=\"tabToggle012\" class=\"tab-label\">Cold Brew<\/label>\n\n         <input type=\"radio\" id=\"tabToggle013\" name=\"tabs\" value=\"13\" \/>\n        <label for=\"tabToggle013\" class=\"tab-label\">Non-Coffee<\/label>\n  \n         <input type=\"radio\" id=\"tabToggle014\" name=\"tabs\" value=\"14\" \/>\n        <label for=\"tabToggle014\" class=\"tab-label\">Hta Naunug Specials<\/label>\n\n     <input type=\"radio\" id=\"tabToggle015\" name=\"tabs\" value=\"15\" \/>\n        <label for=\"tabToggle015\" class=\"tab-label\">Location<\/label>\n\n     <input type=\"radio\" id=\"tabToggle016\" name=\"tabs\" value=\"16\" \/>\n        <label for=\"tabToggle016\" class=\"tab-label\">Customer Feedback<\/label>\n     <\/div>\n\n      <div class=\"scroll-arrow right\" onclick=\"scrollTabs(100)\">\u276f<\/div>\n\n      <!-- Tab Contents -->\n      <div class=\"tab-content\" id=\"content1\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories1\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper1\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2097 status-publish first instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/1-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Slow Cooked Pork Ribs\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/1-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/1-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Slow Cooked Pork Ribs><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/slow-cooked-pork-ribs\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/slow-cooked-pork-ribs\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2097\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Slow Cooked Pork Ribs&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/slow-cooked-pork-ribs\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2097\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2097\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Slow Cooked Pork Ribs&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2097\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n\n     <li>Tender, fall-off-the-bone pork ribs, slow-cooked for hours and glazed with Japanese barbecue mango sauce \u2014 a\nsmooth fusion of Latin warmth and Japanese umami with a gentle spicy kick. Finished with crispy roasted buckwheat\nfor irresistible crunch.<\/li>\n\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2098 status-publish instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/grill-Octopus-and-prawns-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Grilled Octopus &amp; Prawns with Romesco Saue\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/grill-Octopus-and-prawns-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/grill-Octopus-and-prawns-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/grill-Octopus-and-prawns-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Grilled Octopus &amp; Prawns with Romesco Saue><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-octopus-prawns-with-romesco-saue\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-octopus-prawns-with-romesco-saue\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2098\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Octopus &amp; Prawns with Romesco Saue&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-octopus-prawns-with-romesco-saue\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2098\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2098\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Octopus &amp; Prawns with Romesco Saue&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2098\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Tender char-grilled octopus and juicy prawns, kissed by open flame and served with rich romesco sauce made from roasted peppers, almonds, garlic, and olive oil.A Mediterranean-inspired balance of smokiness, sweetness, and nutty depth.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2099 status-publish instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/3-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pan Sealed Ebi Gyoza\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/3-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/3-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/3-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pan Sealed Ebi Gyoza><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pan-sealed-ebi-gyoza\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pan-sealed-ebi-gyoza\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2099\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pan Sealed Ebi Gyoza&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pan-sealed-ebi-gyoza\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2099\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2099\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pan Sealed Ebi Gyoza&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2099\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"> <ul>\n\n     <li>Handcrafted dumplings filled with fragrant fresh prawns, herbs, and spices, pan-seared to golden perfection. Served\nwith flavorful house gyoza sauce for a beautifully balanced bite.<\/li>\n\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2100 status-publish last instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/4-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cochinita Pibil Tacos\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/4-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/4-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/4-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Cochinita Pibil Tacos><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cochinita-pibil-tacos\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cochinita-pibil-tacos\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2100\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cochinita Pibil Tacos&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cochinita-pibil-tacos\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2100\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2100\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cochinita Pibil Tacos&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2100\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n\n     <li>Traditional Mexican slow-baked pork marinated in achiote, citrus, and herbs, wrapped in banana leaves until tender\nand aromatic. Served on handmade corn tortillas with smoky roasted tomato salsa and bright tomatillo verde..<\/li>\n\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2101 status-publish first instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Hokkaido-Scallop-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Hokkaido Scallop Nikkei - Miso Corn &amp; Crispy Pancetta\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Hokkaido-Scallop-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Hokkaido-Scallop-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Hokkaido-Scallop-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Hokkaido Scallop Nikkei - Miso Corn &amp; Crispy Pancetta><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/hokkaido-scallop-nikkei-miso-corn-crispy-pancetta\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/hokkaido-scallop-nikkei-miso-corn-crispy-pancetta\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2101\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Hokkaido Scallop Nikkei - Miso Corn &amp; Crispy Pancetta&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/hokkaido-scallop-nikkei-miso-corn-crispy-pancetta\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2101\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2101\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Hokkaido Scallop Nikkei - Miso Corn &amp; Crispy Pancetta&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2101\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Golden pan-seared Hokkaido scallop with a caramelized crust, served on silky roasted corn and white miso pur\u00e9e.Finished with crispy pancetta and crunchy crispy quinoa for smoky depth and ocean-inspired texture, plus fresh microgreens for brightness.Bold, creamy, and irresistibly addictive.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2102 status-publish instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/5-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sweet Potato Croquette with Pancetta\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/5-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/5-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/5-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Sweet Potato Croquette with Pancetta><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sweet-potato-croquette-with-pancetta\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sweet-potato-croquette-with-pancetta\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2102\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sweet Potato Croquette with Pancetta&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sweet-potato-croquette-with-pancetta\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2102\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2102\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sweet Potato Croquette with Pancetta&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2102\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n\n    <li>Slow-baked Japanese sweet potatoes mixed with crispy pancetta, fried to golden perfection. Topped with rich Swiss\ncheese and cured ham, served with zesty spicy aioli for a creamy kick..<\/li>\n\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2103 status-publish instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-croquette-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Norwegian Salmon Croquettes with Shoyu Aioli\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-croquette-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-croquette-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-croquette-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Norwegian Salmon Croquettes with Shoyu Aioli><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/norwegian-salmon-croquettes-with-shoyu-aioli\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/norwegian-salmon-croquettes-with-shoyu-aioli\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2103\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Norwegian Salmon Croquettes with Shoyu Aioli&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/norwegian-salmon-croquettes-with-shoyu-aioli\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2103\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2103\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Norwegian Salmon Croquettes with Shoyu Aioli&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2103\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Crispy golden croquettes filled with flaky Norwegian salmon, crunchy outside and soft inside. Paired with silky shoyu aioli for an elegant umami finish.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2104 status-publish last instock product_cat-to-start has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Gyusuj-omelette-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Gyusuji Omelette - Chef&#039;s Take on an Izakaya Classic (Beef)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Gyusuj-omelette-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Gyusuj-omelette-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Gyusuj-omelette-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Gyusuji Omelette - Chef&#039;s Take on an Izakaya Classic (Beef)><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/gyusuji-omelette-chefs-take-on-an-izakaya-classic-beef\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/gyusuji-omelette-chefs-take-on-an-izakaya-classic-beef\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2104\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Gyusuji Omelette - Chef&#039;s Take on an Izakaya Classic (Beef)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/gyusuji-omelette-chefs-take-on-an-izakaya-classic-beef\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2104\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2104\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Gyusuji Omelette - Chef&#039;s Take on an Izakaya Classic (Beef)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2104\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Soft, fluffy Japanese omelette wrapped around slow-braised gyusuji beef tendon, simmered until silky and melt-in-your-mouth. Infused with dashi, miso, and soy, then gently folded into delicate eggs.A beloved izakaya classic brought to life with our chef\u2019s personal touch \u2014 soulful, comforting, and deeply satisfying.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n\n      <div class=\"tab-content\" id=\"content2\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories2\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper2\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2105 status-publish first instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/6-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sushi Spheres\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/6-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/6-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/6-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Sushi Spheres><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sushi-spheres\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sushi-spheres\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2105\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sushi Spheres&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sushi-spheres\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2105\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2105\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sushi Spheres&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2105\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n     <li>A stunning collection of hand-shaped sushi spheres, each crafted with perfectly seasoned Japanese rice. Topped with a colorful array of fresh delights-buttery hamachi, delicate cured salmon, vibrant yellowfin tuna, sweet Hokkaido scallop, fresh Norwegian salmon, and tender prawn, Each bite bursts with flavor, making it an exciting experience for both your taste buds and your eyes.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2106 status-publish instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nigiri-sushi-from-sushi-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Nigiri Sushi Set\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nigiri-sushi-from-sushi-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nigiri-sushi-from-sushi-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nigiri-sushi-from-sushi-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Nigiri Sushi Set><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/nigiri-sushi-set\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/nigiri-sushi-set\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2106\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Nigiri Sushi Set&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/nigiri-sushi-set\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2106\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2106\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Nigiri Sushi Set&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2106\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A vibrant selection of six hand-pressed nigiri, each topped with fresh delights like silky cured salmon, tender yellowfin tuna, sweet Hokkaido scallops, plump prawns, and rich Norwegian salmon. Beautifully arranged and served with all the garnishes you need, this set offers a fun and delicious way to experience the essence of traditional Japanese sushi.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2107 status-publish instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/8-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Uramaki Sushi Mosaic\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/8-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/8-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/8-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Uramaki Sushi Mosaic><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/uramaki-sushi-mosaic\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/uramaki-sushi-mosaic\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2107\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Uramaki Sushi Mosaic&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/uramaki-sushi-mosaic\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2107\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2107\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Uramaki Sushi Mosaic&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2107\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>A stunning hand-rolled creation by our chef, featuring homemade sake-cured salmon beautifully arranged into a vibrant mosaic pattern. Perfectly seasoned Japanese rice and crisp cucumbers add refreshing texture to every bite. This roll is as delightful to the eyes as it is to the palate \u2014 colorful, fresh, and bursting with flavor.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2108 status-publish last instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-Ebi-maki-rol-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Salmon Ebi Maki Roll\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-Ebi-maki-rol-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-Ebi-maki-rol-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/salmon-Ebi-maki-rol-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Salmon Ebi Maki Roll><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/salmon-ebi-maki-roll\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/salmon-ebi-maki-roll\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2108\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Salmon Ebi Maki Roll&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/salmon-ebi-maki-roll\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2108\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2108\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Salmon Ebi Maki Roll&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2108\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Silky fresh salmon wrapped in a crisp cucumber sheet with a touch of creamy cheese, creating a light yet luxurious bite. Topped with tender marinated shrimp and premium ikura bursting with ocean flavor, then finished with a gentle drizzle of sriracha for subtle heat. Smooth, crunchy, creamy, and umami-rich \u2014 every bite melts in your mouth and leaves you wanting more.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2109 status-publish first instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Aburi-salmon-salad-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Aburi Salmon Salad with Crispy Sushi Rice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Aburi-salmon-salad-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Aburi-salmon-salad-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Aburi-salmon-salad-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Aburi Salmon Salad with Crispy Sushi Rice><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/aburi-salmon-salad-with-crispy-sushi-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/aburi-salmon-salad-with-crispy-sushi-rice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2109\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Aburi Salmon Salad with Crispy Sushi Rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/aburi-salmon-salad-with-crispy-sushi-rice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2109\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2109\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Aburi Salmon Salad with Crispy Sushi Rice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2109\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Lightly torched premium salmon, delicately seasoned for a smoky, melt-in-your-mouth finish, served over a base of golden crispy sushi rice. Topped with a smooth avocado\u2013wasabi cream and surrounded by vibrant salad garnishes,including premium ikura, two varieties of wakame seaweed, and house-made pickles.Fresh, creamy, crunchy, and umami-rich \u2014 a beautifully balanced dish that delights both the eyes and the palate.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2110 status-publish instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nikkei-salmon-crudo-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Nikkei Salmon Crudo with Passion Fruit,Coconut &amp; Crispy Shiroita Kombu\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nikkei-salmon-crudo-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nikkei-salmon-crudo-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nikkei-salmon-crudo-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Nikkei Salmon Crudo with Passion Fruit,Coconut &amp; Crispy Shiroita Kombu><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/nikkei-salmon-crudo-with-passion-fruitcoconut-crispy-shiroita-kombu\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/nikkei-salmon-crudo-with-passion-fruitcoconut-crispy-shiroita-kombu\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2110\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Nikkei Salmon Crudo with Passion Fruit,Coconut &amp; Crispy Shiroita Kombu&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/nikkei-salmon-crudo-with-passion-fruitcoconut-crispy-shiroita-kombu\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2110\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2110\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Nikkei Salmon Crudo with Passion Fruit,Coconut &amp; Crispy Shiroita Kombu&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2110\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Inspired by Nikkei cuisine, this dish brings together Japanese precision and Latin vibrancy.Silky slices of fresh salmon are brightened with the tropical acidity of passion fruit and softened by delicate coconut notes, creating a clean yet expressive balance.Finished with crispy shiroita kombu for a subtle crunch and layered umami, the result is fresh, elegant, and boldly cross-cultural.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2111 status-publish instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/9-960x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"SASHIMI (Tuna, Salmon)\" \/>\r\n    <h2 SASHIMI (Tuna, Salmon)><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sashimi-tuna-salmon\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sashimi-tuna-salmon\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2111\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;SASHIMI (Tuna, Salmon)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sashimi-tuna-salmon\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2111\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2111\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;SASHIMI (Tuna, Salmon)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2111\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>A humble yet exquisite celebration of Japanese tradition, sashimi highlights the pure, natural beauty of fresh fish. Each slice is carefully crafted to reveal vibrant colors and delicate textures \u2014 from buttery Hamachi to bold Yellowfin Tuna and silky Norwegian Salmon. Whether you savor one or dive into a colorful mixed trio, sashimi offers a simple, elegant, and exciting bite that\u2019s joyful to eat.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2112 status-publish last instock product_cat-sushi-and-sashimi has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/crispy-prawn-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Crispy Prawn &amp; Tamago Maki\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/crispy-prawn-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/crispy-prawn-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/crispy-prawn-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Crispy Prawn &amp; Tamago Maki><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/crispy-prawn-tamago-maki\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/crispy-prawn-tamago-maki\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2112\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Crispy Prawn &amp; Tamago Maki&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/crispy-prawn-tamago-maki\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2112\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2112\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Crispy Prawn &amp; Tamago Maki&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2112\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Our chef\u2019s playful fusion of Myanmar style crunch and Japanese sushi finesse. Inside, golden, crispy Myanmar-style dried prawns bring a bold, savory bite, paired with the soft sweetness of fluffy Japanese Tamago. Tangy pickled daikon and fresh cucumber add a refreshing, zesty kick, making each piece a mix of crunch, creaminess, and zing. It\u2019s colorful, creative, and seriously fun to eat \u2014 a roll that keeps your chopsticks coming back for more.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content3\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories3\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper3\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2113 status-publish first instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Chicken-Roulette-with-Polenta-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pork Rib Fried Rice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Chicken-Roulette-with-Polenta-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Chicken-Roulette-with-Polenta-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Chicken-Roulette-with-Polenta-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pork Rib Fried Rice><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-rib-fried-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-rib-fried-rice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2113\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork Rib Fried Rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-rib-fried-rice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2113\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2113\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork Rib Fried Rice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2113\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n    <li>Fragrant Japanese-style wok-fried rice inspired by the vibrant flavors of Peruvian arroz chaufa, delicately seasoned and full of aroma. Crowned with a tender, slow-cooked pork rib and crispy golden onion ring tempura for the perfect contrast of texture. Served with a rich sake pork demi-glace, a fresh microgreen salad, and zesty spicy salsa criolla. A bold and exciting fusion of cultures, delivering depth, balance, and satisfaction in every bite.<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2114 status-publish instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Teppanyaki-Salmon-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Gomoku Yakisoba\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Teppanyaki-Salmon-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Teppanyaki-Salmon-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Teppanyaki-Salmon-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Gomoku Yakisoba><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/gomoku-yakisoba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/gomoku-yakisoba\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2114\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Gomoku Yakisoba&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/gomoku-yakisoba\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2114\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2114\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Gomoku Yakisoba&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2114\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>A beloved traditional Japanese stir-fried noodle dish, Gomoku Yakisoba means \"five-ingredient yakisoba,\" celebrating a colorful mix of fresh vegetables, tender pork, and perfectly cooked fresh homemade soba noodles. Our version features comforting and full of vibrant flavors-a true taste of Japan's home-cooked classics.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2115 status-publish instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/chicken-roulette-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Chicken Roulette with Roasted Corn Puree\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/chicken-roulette-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/chicken-roulette-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/chicken-roulette-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Chicken Roulette with Roasted Corn Puree><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chicken-roulette-with-roasted-corn-puree\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chicken-roulette-with-roasted-corn-puree\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2115\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chicken Roulette with Roasted Corn Puree&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chicken-roulette-with-roasted-corn-puree\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2115\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2115\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chicken Roulette with Roasted Corn Puree&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2115\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Delicately rolled tender chicken breast filled with silky chicken mousseline and seasoned with our signature nutty house spice blend, creating a beautiful mosaic of flavors and textures. Baked to juicy perfection and served with smooth roasted corn pur\u00e9e and roasted corn kernels for natural sweetness and depth. Accompanied by grilled asparagus and caramelized carrots, then finished with a refined cognac-pepper jus. A vibrant and elegant composition that balances comfort, finesse, and bold flavor in every bite.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2116 status-publish last instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Pork-Rib-Fried-Rice-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Slow-Braised Pork Belly\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Pork-Rib-Fried-Rice-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Pork-Rib-Fried-Rice-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Pork-Rib-Fried-Rice-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Slow-Braised Pork Belly><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/slow-braised-pork-belly\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/slow-braised-pork-belly\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2116\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Slow-Braised Pork Belly&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/slow-braised-pork-belly\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2116\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2116\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Slow-Braised Pork Belly&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2116\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n    <li>Premium five-layer Hokkaido pork belly slowly braised until meltingly tender, then glazed with a rich, comforting sauce. Served with creamy buttery mashed potatoes and crispy sweet potato croquettes for a beautiful contrast of textures. Finished with crunchy quinoa and bright pickled shallots, adding freshness and balance. A soulful, refined dish that delivers warmth, depth, and satisfaction in every bite.<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2117 status-publish first instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tempanyaki-salmon-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Teppanyaki Salmon with Honey Mustard\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tempanyaki-salmon-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tempanyaki-salmon-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tempanyaki-salmon-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Teppanyaki Salmon with Honey Mustard><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/teppanyaki-salmon-with-honey-mustard\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/teppanyaki-salmon-with-honey-mustard\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2117\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Teppanyaki Salmon with Honey Mustard&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/teppanyaki-salmon-with-honey-mustard\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2117\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2117\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Teppanyaki Salmon with Honey Mustard&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2117\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Perfectly grilled salmon with crispy skin, glazed in a spicy homemade Japanese BBQ sauce. Served with buttery potato fondant, tender asparagus, sweet baby carrots, and crispy salmon skin chips. Finished with a zesty microgreen salad and popping ikura salmon eggs for a fresh, flavorful bite.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2118 status-publish instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/wagyu-steak-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Wagyu Steak with Truffle Potato &amp; Black Garlic\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/wagyu-steak-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/wagyu-steak-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/wagyu-steak-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Wagyu Steak with Truffle Potato &amp; Black Garlic><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/wagyu-steak-with-truffle-potato-black-garlic\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/wagyu-steak-with-truffle-potato-black-garlic\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2118\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Wagyu Steak with Truffle Potato &amp; Black Garlic&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/wagyu-steak-with-truffle-potato-black-garlic\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2118\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2118\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Wagyu Steak with Truffle Potato &amp; Black Garlic&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2118\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Beautifully seared Wagyu steak, rich and intensely marbled for buttery tenderness in every bite. Served with caramelized miso onions, truffle-infused potatoes, and silky pumpkin pur\u00e9e, Accompanied by grilled asparagus,saut\u00e9ed spinach, and mixed mushrooms, elevated with bold black garlic pur\u00e9e and a glossy red wine pepper beef jus.A decadent, chef-driven composition layered with depth and indulgence.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2119 status-publish instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grilled-prawn-with-spicy-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Grilled Prawns with Spicy Lemon Achiote\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grilled-prawn-with-spicy-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grilled-prawn-with-spicy-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grilled-prawn-with-spicy-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Grilled Prawns with Spicy Lemon Achiote><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-prawns-with-spicy-lemon-achiote\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-prawns-with-spicy-lemon-achiote\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2119\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Prawns with Spicy Lemon Achiote&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-prawns-with-spicy-lemon-achiote\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2119\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2119\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Prawns with Spicy Lemon Achiote&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2119\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Succulent grilled prawns marinated in vibrant lemon achiote, delivering smoky heat and bright citrus depth. Served over a silky cauliflower\u2013truffle pur\u00e9e and a bed of crispy matchstick potatoes for the perfect contrast of texture.Finished with a fresh microgreen salad for balance and lift. A bold fusion of Latin fire and refined elegance in every bite.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2120 status-publish last instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-tederlion-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pork Tenderioin Roll with Nori\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-tederlion-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-tederlion-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-tederlion-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pork Tenderioin Roll with Nori><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-tenderioin-roll-with-nori\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-tenderioin-roll-with-nori\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2120\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork Tenderioin Roll with Nori&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-tenderioin-roll-with-nori\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2120\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2120\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork Tenderioin Roll with Nori&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2120\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Juicy pork strips wrapped in delicate nori and rolled into a tender, silky pork mousseline, delivering layers of savory richness and subtle umami in every bite. Served with creamy carrot\u2013pumpkin pur\u00e9e and toasted pumpkin seeds for warmth and gentle crunch, alongside grilled asparagus and truffle potatoes. Finished with a glossy red wine pork demi-glace that ties it all together. Bold, comforting, and irresistibly satisfying.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2121 status-publish first instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-or-chicken-katsu-curry-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pork or Chicken Katsu Curry with Japanese Rice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-or-chicken-katsu-curry-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-or-chicken-katsu-curry-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/pork-or-chicken-katsu-curry-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pork or Chicken Katsu Curry with Japanese Rice><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-or-chicken-katsu-curry-with-japanese-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-or-chicken-katsu-curry-with-japanese-rice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2121\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork or Chicken Katsu Curry with Japanese Rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-or-chicken-katsu-curry-with-japanese-rice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2121\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2121\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork or Chicken Katsu Curry with Japanese Rice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2121\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A soulful tribute to Japan\u2019s beloved comfort classic. Crispy golden katsu \u2014 tender pork or juicy chicken \u2014 coated in airy panko and fried to perfect crunch. Served over fluffy Japanese rice and generously finished with our slow-simmered vegetable curry, rich with warm spices and deep umami.Accompanied by house-made Japanese pickles for a bright, refreshing contrast. Nostalgic, hearty, and deeply satisfying.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2122 status-publish instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/vocalno-Rice-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Prawns Volcano Rice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/vocalno-Rice-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/vocalno-Rice-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/vocalno-Rice-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Prawns Volcano Rice><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/prawns-volcano-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/prawns-volcano-rice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2122\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Prawns Volcano Rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/prawns-volcano-rice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2122\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2122\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Prawns Volcano Rice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2122\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Fluffy Japanese rice crowned with perfectly grilled prawns and finished with a rich, oozing prawn head sauce that flows with deep ocean intensity. Served with roasted and confit cherry tomatoes for sweetness and depth, balanced by a fresh crisp salad for contrast.Accompanied by our house-made miso soup to complete the experience. Bold, indulgent, and irresistibly flavorful \u2014a true explosion of umami in every bite.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2123 status-publish instock product_cat-main-dish has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Pan-Seabase-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pan-Seared Sea Bass with White Wine Beurre Blanc\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Pan-Seabase-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Pan-Seabase-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Pan-Seabase-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pan-Seared Sea Bass with White Wine Beurre Blanc><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pan-seared-sea-bass-with-white-wine-beurre-blanc\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pan-seared-sea-bass-with-white-wine-beurre-blanc\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2123\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pan-Seared Sea Bass with White Wine Beurre Blanc&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pan-seared-sea-bass-with-white-wine-beurre-blanc\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2123\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2123\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pan-Seared Sea Bass with White Wine Beurre Blanc&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2123\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Pan-seared sea bass finished with a crispy quinoa furikake crust, adding nutty crunch and subtle umami to its tender, flaky flesh. Served over a silky cauliflower\u2013potato mash and complemented by a delicate white wine beurre blanc for refined richness.Accompanied by crispy straw potatoes, tender bok choy, and a light touch of microgreen salad for freshness and balance. Elegant, textural, and beautifully composed.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content4\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories4\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper4\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2124 status-publish first instock product_cat-fresh-pastas has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Aglio-Olio-Pasta-Pork-sausage-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pasta all&#039;Olio e Salsiccia Piccante\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Aglio-Olio-Pasta-Pork-sausage-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Aglio-Olio-Pasta-Pork-sausage-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Aglio-Olio-Pasta-Pork-sausage-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pasta all&#039;Olio e Salsiccia Piccante><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-allolio-e-salsiccia-piccante\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-allolio-e-salsiccia-piccante\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2124\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta all&#039;Olio e Salsiccia Piccante&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-allolio-e-salsiccia-piccante\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2124\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2124\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta all&#039;Olio e Salsiccia Piccante&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2124\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>Our fresh, homemade pasta meets the Italian classic \u201caglio e olio\u201d \u2014 a simple yet irresistible blend of garlic, chili, and silky olive oil. We give it a tempting twist with salsiccia piccante, a spicy Italian sausage that isn\u2019t part of the traditional recipe but pairs so perfectly, you\u2019ll wonder why it wasn\u2019t there all along.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2125 status-publish instock product_cat-fresh-pastas shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Grilled Seafood><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-seafood\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-seafood\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2125\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Seafood&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-seafood\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2125\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2125\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Seafood&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2125\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n    <li>For seafood lovers, dive into our ocean-kissed version \u2014 the same fragrant pasta crowned with a generous mix of smoky, grilled seafood, bursting with sweetness and briny freshness in every bite.<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2126 status-publish instock product_cat-fresh-pastas has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Bolognese-Pasta-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pasta Carbonara\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Bolognese-Pasta-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Bolognese-Pasta-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Bolognese-Pasta-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pasta Carbonara><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-carbonara\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-carbonara\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2126\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta Carbonara&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-carbonara\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2126\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2126\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta Carbonara&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2126\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>Our fresh, homemade pasta shines in this timeless Italian classic. Silky, creamy sauce made from eggs, Pecorino Romano, and black pepper lovingly coats every strand, while crispy Italian pancetta adds a smoky crunch that\u2019s pure comfort on a plate. This is our personal twist \u2014 simple, soulful, and utterly irresistible.<\/li>\r\n    <li>For those who prefer non-pork delights, we offer a grilled chicken version that\u2019s just as flavorful and satisfying.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2127 status-publish last instock product_cat-fresh-pastas has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Seafood-Marinara-Pasta-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Seafood Marinara\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Seafood-Marinara-Pasta-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Seafood-Marinara-Pasta-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Seafood-Marinara-Pasta-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Seafood Marinara><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/seafood-marinara\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/seafood-marinara\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2127\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Seafood Marinara&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/seafood-marinara\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2127\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2127\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Seafood Marinara&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2127\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Succulent grilled prawns, tender octopus, squid, and mussels meet a slowly simmered tomato sauce, infused with the natural sweetness of seafood juices and a splash of aromatic white wine. A subtle hint of spice adds just the right kick to this elegant, flavorful sauce. Tossed with our fresh homemade pasta, it\u2019s a beautifully balanced dish that brings the essence of the sea straight to your plate \u2014 sophisticated, satisfying, and utterly delicious.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2128 status-publish first instock product_cat-fresh-pastas has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Bolognese-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pasta alla Bolognese\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Bolognese-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Bolognese-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Bolognese-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pasta alla Bolognese><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-alla-bolognese\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-alla-bolognese\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2128\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta alla Bolognese&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-alla-bolognese\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2128\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2128\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta alla Bolognese&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2128\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A hearty, slow-cooked masterpiece \u2014 our rich and flavorful Bolognese sauce is simmered for hours to develop deep, comforting layers of taste. Made with smoked pancetta, Italian sausage, and freshly minced veal, it brings the flavors and warm memories of traditional Nonna\u2019s kitchen right to your plate. Served over fresh homemade pasta and crowned with a generous sprinkle of Parmesan cheese, this dish is pure Italian comfort food at its finest.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2129 status-publish instock product_cat-fresh-pastas shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pasta al Pesto Genovese><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-al-pesto-genovese\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-al-pesto-genovese\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2129\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta al Pesto Genovese&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pasta-al-pesto-genovese\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2129\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2129\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pasta al Pesto Genovese&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2129\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n    <li>A tribute to Liguria\u2019s most iconic sauce, our Pesto Genovese is crafted in the traditional style with fresh basil, toasted pine nuts, aged Parmigiano Reggiano, garlic, and silky extra virgin olive oil. Tossed with our fresh homemade pasta,the sauce clings beautifully to every strand, delivering a vibrant balance of herbal brightness, nutty richness, and delicate creaminess. Simple in ingredients yet bold in character, this timeless Italian classic celebrates purity, freshness, and true Mediterranean soul in every bite.<\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content5\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories5\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper5\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2136 status-publish first instock product_cat-salad has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Grill-Shrimp-Octopus-Pomelo-Salad-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Grilled Octopus and Prawn Pomelo Salad\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Grill-Shrimp-Octopus-Pomelo-Salad-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Grill-Shrimp-Octopus-Pomelo-Salad-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Grill-Shrimp-Octopus-Pomelo-Salad-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Grilled Octopus and Prawn Pomelo Salad><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-octopus-and-prawn-pomelo-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-octopus-and-prawn-pomelo-salad\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2136\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Octopus and Prawn Pomelo Salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-octopus-and-prawn-pomelo-salad\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2136\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2136\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Octopus and Prawn Pomelo Salad&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2136\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>A vibrant fusion where Mediterranean-style grilled octopus and prawns meet the bright, refreshing flavors of a traditional Thai pomelo salad. Traditionally, pomelo salad combines juicy citrus pomelo with spicy chilies, fresh herbs, and a hint of sweetness and sourness to awaken your palate. We blend these elements perfectly with smoky seafood, creating a lively, delicious dish that\u2019s spicy, sweet, and tangy all at once \u2014 a true celebration of bold flavors and fresh textures that\u2019s as fun to eat as it is to savor.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2137 status-publish instock product_cat-salad has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Caesar-Salad-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Caesar Salad with Crispy Quinoa\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Caesar-Salad-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Caesar-Salad-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Caesar-Salad-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Caesar Salad with Crispy Quinoa><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/caesar-salad-with-crispy-quinoa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/caesar-salad-with-crispy-quinoa\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2137\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Caesar Salad with Crispy Quinoa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/caesar-salad-with-crispy-quinoa\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2137\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2137\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Caesar Salad with Crispy Quinoa&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2137\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>This is our take on the classic Caesar salad \u2014 familiar yet totally irresistible. Crisp romaine tossed in our creamy homemade Caesar dressing is layered with smoky grilled chicken, crispy pancetta, and crunchy croutons. To top it all off, we add a surprising crunch of crispy quinoa that brings a nutty, playful twist to every bite. A fresh, smoky, and delicious salad that\u2019s anything but ordinary.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2138 status-publish instock product_cat-salad has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/A5-Wagyu-Tataki-Salad-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"A5 Wagyu Tataki Salad\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/A5-Wagyu-Tataki-Salad-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/A5-Wagyu-Tataki-Salad-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/A5-Wagyu-Tataki-Salad-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 A5 Wagyu Tataki Salad><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/a5-wagyu-tataki-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/a5-wagyu-tataki-salad\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2138\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;A5 Wagyu Tataki Salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/a5-wagyu-tataki-salad\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2138\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2138\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;A5 Wagyu Tataki Salad&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2138\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>A fusion of Japanese technique and premium A5 Wagyu beef meets Myanmar\u2019s iconic mutton tea leaf salad.<\/li>\r\n    <li>We\u2019ve playfully brought these two traditions together to create a fresh, vibrant tataki salad \u2014 tender, lightly seared Wagyu with the bold, spicy, and tangy flavors of fermented tea leaf, topped with crunchy fried onions and fresh chilies. Delicious, fun, and full of character in every bite.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2139 status-publish last instock product_cat-salad has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Countryside-salad-with-Dijon-Honey-Mustard-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Countryside Salad with Dijion Honey Mustard\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Countryside-salad-with-Dijon-Honey-Mustard-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Countryside-salad-with-Dijon-Honey-Mustard-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Countryside-salad-with-Dijon-Honey-Mustard-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Countryside Salad with Dijion Honey Mustard><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/countryside-salad-with-dijion-honey-mustard\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/countryside-salad-with-dijion-honey-mustard\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2139\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Countryside Salad with Dijion Honey Mustard&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/countryside-salad-with-dijion-honey-mustard\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2139\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2139\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Countryside Salad with Dijion Honey Mustard&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2139\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A rustic yet refined blend of roasted potatoes, soft eggs, crispy pancetta, and marinated black olives layered over mixed lettuce and creamy avocado. Enhanced with cheddar cheese, crisp cucumber, and sweet confit cherry tomatoes for added depth and warmth.A harmonious balance of warm and cool elements, brought together with our house-made Dijon honey mustard dressing. Hearty, comforting, and full of layered flavor.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content6\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories6\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper6\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2130 status-publish first instock product_cat-sandwich has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/cheese-choripan-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cheese Choripan\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/cheese-choripan-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/cheese-choripan-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/cheese-choripan-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Cheese Choripan><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cheese-choripan\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cheese-choripan\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2130\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cheese Choripan&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cheese-choripan\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2130\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2130\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cheese Choripan&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2130\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A true Latin American street-food icon, Chorip\u00e1n is a beloved sandwich built around smoky, flame-grilled chorizo served in fresh bread. Born in Argentina\u2019s traditional asados and shared at gatherings and football matches, it\u2019s simple, bold,and full of character.Our version is served in soft, buttery brioche buns and layered with melted cheese for extra richness. Finished with vibrant chimichurri \u2014 a fresh herb sauce of parsley, garlic,olive oil, vinegar, and chili \u2014 adding brightness and a gentle kick. Juicy, comforting, and full of fire and soul.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2131 status-publish instock product_cat-sandwich has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grill-chicken-and-Pancetta-panio-Pesto-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Grilled Chicken &amp; Pancetta Panino al Pesto\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grill-chicken-and-Pancetta-panio-Pesto-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grill-chicken-and-Pancetta-panio-Pesto-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Grill-chicken-and-Pancetta-panio-Pesto-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Grilled Chicken &amp; Pancetta Panino al Pesto><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-chicken-pancetta-panino-al-pesto\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-chicken-pancetta-panino-al-pesto\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2131\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Chicken &amp; Pancetta Panino al Pesto&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/grilled-chicken-pancetta-panino-al-pesto\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2131\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2131\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Grilled Chicken &amp; Pancetta Panino al Pesto&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2131\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Inspired by the traditional Italian panini \u2014 simple grilled sandwiches enjoyed in caf\u00e9s and street corners across Italy \u2014 this classic was born from the idea that great bread and quality ingredients need nothing more than heat and care. In Italy, panini are pressed, toasted, and filled with regional flavors, making them a beloved everyday comfort.Our version features juicy grilled chicken and crispy pancetta layered inside perfectly toasted bread, generously spread with fragrant basil pesto and melted cheese. Fresh tomatoes and crisp salad add brightness and balance. Crunchy on the outside, warm and savory inside \u2014 rustic Italian comfort with Gastronomy flair.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content7\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories7\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper7\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2204 status-publish first instock product_cat-burger has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Beef Burger\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Beef Burger><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/beef-burger\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/beef-burger\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2204\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Beef Burger&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/beef-burger\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2204\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2204\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Beef Burger&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2204\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2203 status-publish instock product_cat-burger has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-1-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pork Burger\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-1-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-1-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Burger-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Pork Burger><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-burger\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-burger\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2203\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork Burger&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/pork-burger\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2203\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2203\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pork Burger&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2203\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content8\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories8\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper8\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2133 status-publish first instock product_cat-soup has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Tan-Tan-Raman-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tan Tan Ramen\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Tan-Tan-Raman-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Tan-Tan-Raman-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2025\/08\/Tan-Tan-Raman-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Tan Tan Ramen><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tan-tan-ramen\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tan-tan-ramen\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2133\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tan Tan Ramen&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tan-tan-ramen\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2133\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2133\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tan Tan Ramen&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2133\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n    <li>Tan Tan Ramen is a flavorful Japanese classic know for its rich, creamy, and spicy broth that perfectly warms the soul. Handcrafted by our chef with care, this bowl features tender noodles swimming in a savory blend of toasted sesame and chili oil, topped generously with slow-roasted pork and fresh garnishes that add vibrant textures and bursts of flavor. Every bite is an inviting journey of bold flavors and comforting textures-truly a delicious experience you won't forget.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2134 status-publish instock product_cat-soup has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Short-ribs-soup-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Short Rib Soup\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Short-ribs-soup-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Short-ribs-soup-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Short-ribs-soup-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Short Rib Soup><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/short-rib-soup\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/short-rib-soup\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2134\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Short Rib Soup&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/short-rib-soup\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2134\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2134\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Short Rib Soup&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2134\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Our take on a beloved Latin American classic, this soul-warming beef short rib soup brings to mind the vibrant hot pot stands found across Southeast Asia. Slow-simmered for hours, the clear broth is packed with deep, rich flavors, fall-off-the-bone tender short ribs, and carefully cooked vegetables. Served with customizable spicy options, crispy toasted corn tortillas, and a side of fluffy Japanese steamed rice and fresh herbs, it\u2019s a comforting and delicious meal made just for you.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2135 status-publish instock product_cat-soup has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nagasaki-Champon-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Japanese Champon Soup\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nagasaki-Champon-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nagasaki-Champon-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Nagasaki-Champon-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Japanese Champon Soup><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/japanese-champon-soup\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/japanese-champon-soup\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2135\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Japanese Champon Soup&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/japanese-champon-soup\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2135\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2135\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Japanese Champon Soup&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2135\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Inspired by the famous Nagasaki Champon, a dish born from cultural exchange between China and Japan, our version celebrates that spirit of fusion. Traditionally created as a hearty meal for hardworking communities,Champon brings together rich broth, noodles, and abundant toppings in one generous bowl.We craft ours with a deeply savory chicken and seafood broth, layered with tender chicken, juicy prawns, delicate squid, and vibrant vegetables. Served with springy noodles that absorb every drop of umami, this dish is warm, nourishing, and full of character \u2014 a soulful fusion of tradition and Gastronomy finesse.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content9\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories9\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper9\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2140 status-publish first instock product_cat-dessert has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tiramisu-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tiramisu\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tiramisu-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tiramisu-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Tiramisu-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Tiramisu><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tiramisu\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tiramisu\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2140\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tiramisu&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tiramisu\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2140\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2140\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tiramisu&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2140\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Tiramisu is one of Italy\u2019s most famous and beloved desserts, known for its irresistible layers of espresso-soaked ladyfingers (savoiardi) and a luscious mascarpone cream, finished with a dusting of cocoa powder. The name tiramisu means \u201cpick me up\u201d in Italian \u2014 a playful nod to its energizing blend of coffee, sugar, and cocoa. This is our take on the classic, crafted with our own signature touch for a flavor that\u2019s familiar yet uniquely ours.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2141 status-publish instock product_cat-dessert has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Double-Formage-cheese-cake-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Double Fromage Cheese Cake\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Double-Formage-cheese-cake-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Double-Formage-cheese-cake-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Double-Formage-cheese-cake-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Double Fromage Cheese Cake><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/double-fromage-cheese-cake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/double-fromage-cheese-cake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2141\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Double Fromage Cheese Cake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/double-fromage-cheese-cake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2141\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2141\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Double Fromage Cheese Cake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2141\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A rich and velvety cheesecake featuring the perfect harmony of two luscious cheeses \u2014 creamy cream cheese and smooth mascarpone. This decadent dessert offers a light yet indulgent texture, with a delicate balance of tangy and sweet flavors, all resting on a buttery, crisp biscuit base. An irresistible treat for cheese lovers seeking a refined finish to any meal.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2142 status-publish instock product_cat-dessert has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Lemon-cream-cheese-cake-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lemon Cream Cheese Cake\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Lemon-cream-cheese-cake-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Lemon-cream-cheese-cake-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/Lemon-cream-cheese-cake-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Lemon Cream Cheese Cake><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lemon-cream-cheese-cake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lemon-cream-cheese-cake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2142\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Lemon Cream Cheese Cake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lemon-cream-cheese-cake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2142\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2142\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Lemon Cream Cheese Cake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2142\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A zesty burst of sunshine in every bite! Our Lemon Cream Cheese Cake blends tangy, fresh lemon with rich, velvety cream cheese to create a perfectly balanced dessert.Light and fluffy with a creamy texture, this cake is brightened by a refreshing citrus twist that awakens your taste buds. Finished with a delicate crumbly base and a hint of sweetness, it\u2019s a delightful treat that\u2019s both refreshing and indulgent \u2014 pure bliss on a plate!<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2143 status-publish last instock product_cat-dessert has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/panna-Cotta-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Panna Cotta Lollipop\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/panna-Cotta-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/panna-Cotta-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/panna-Cotta-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Panna Cotta Lollipop><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/panna-cotta-lollipop\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/panna-cotta-lollipop\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2143\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Panna Cotta Lollipop&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/panna-cotta-lollipop\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2143\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2143\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Panna Cotta Lollipop&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2143\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A playful twist on the classic Italian dessert, our silky panna cotta is shaped into a delicate lollipop for a fun and elegant presentation. Served with vibrant passion fruit and mango coulis, bringing bright tropical sweetness and gentle acidity. Finished with crispy caramel crumble and toasted coconut flakes for texture and warmth. Light,creamy, and irresistibly charming \u2014 a sweet finale with a touch of sunshine.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2144 status-publish first instock product_cat-dessert shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Chocolate Crumble &amp; Cheese Mousse Cake with Mango Glaze><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chocolate-crumble-cheese-mousse-cake-with-mango-glaze\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chocolate-crumble-cheese-mousse-cake-with-mango-glaze\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2144\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate Crumble &amp; Cheese Mousse Cake with Mango Glaze&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chocolate-crumble-cheese-mousse-cake-with-mango-glaze\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2144\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2144\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate Crumble &amp; Cheese Mousse Cake with Mango Glaze&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2144\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\n    <li>A decadent layer of rich chocolate crumble meets a silky mousse crafted with our in-house cream cheese for extra depth and creaminess. Smooth, velvety, and indulgent,each bite melts beautifully on the palate.Glazed with vibrant mango and shaped into elegant, eye- catching cubes for a refined presentation, this dessert delivers bold chocolate richness balanced by bright tropical freshness. Creamy, indulgent, and irresistibly beautiful.<\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content10\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories10\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper10\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2145 status-publish first instock product_cat-drinks shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Fruit Smoothies><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/fruit-smoothies\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/fruit-smoothies\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2145\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Fruit Smoothies&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/fruit-smoothies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2145\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2145\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Fruit Smoothies&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2145\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Sip the vibrant flavors of the season with our refreshing Seasonal Fruit Smoothies! Crafted from the freshest,ripest fruits available, each smoothie bursts with natural sweetness and bright, juicy goodness<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2146 status-publish instock product_cat-drinks has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/De-jamaica-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"de Jamaica\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/De-jamaica-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/De-jamaica-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/De-jamaica-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 de Jamaica><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/de-jamaica\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/de-jamaica\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2146\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;de Jamaica&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/de-jamaica\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2146\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2146\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;de Jamaica&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2146\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A bright and tangy Mexican classic! This refreshing hibiscus flower drink bursts with vibrant ruby-red color and a perfectly balanced tartness, complemented by a hint of natural sweetness and gently infused with warm,aromatic cinnamon.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2147 status-publish instock product_cat-drinks has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"901\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/coconut-smoothie-901x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Coconut Smoothie\" \/>\r\n    <h2 Coconut Smoothie><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/coconut-smoothie\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/coconut-smoothie\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2147\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Coconut Smoothie&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/coconut-smoothie\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2147\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2147\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Coconut Smoothie&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2147\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>Dive into tropical bliss with our creamy Coconut Smoothie! Made from rich, velvety coconut milk and fresh coconut flesh, this smoothie is a luscious, naturally sweet treat that\u2019s both refreshing and satisfying. Smooth, cool,and subtly nutty, it\u2019s the perfect way to escape to paradise in every sip.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2148 status-publish last instock product_cat-drinks has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/ice-tea-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Peach Ice Tea\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/ice-tea-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/ice-tea-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/ice-tea-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Peach Ice Tea><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/peach-ice-tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/peach-ice-tea\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2148\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Peach Ice Tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/peach-ice-tea\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2148\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2148\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Peach Ice Tea&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2148\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A sweet and refreshing classic with a juicy twist! Our Peach Ice Tea combines fragrant black or green tea with the luscious, sun-ripened flavor of fresh peaches. Served ice-cold, it\u2019s a perfectly balanced drink \u2014 lightly sweet,fruity, and utterly thirst-quenching. The ideal companion for any sunny day!<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2149 status-publish first instock product_cat-drinks has-post-thumbnail shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/lemonade-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lemonade\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/lemonade-1000x1000.jpg 1000w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/lemonade-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/2026\/03\/lemonade-100x100.jpg 100w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Lemonade><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lemonade\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lemonade\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2149\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Lemonade&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lemonade\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2149\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2149\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Lemonade&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2149\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><ul>\r\n \t<li>A tropical favorite straight from Brazil, this refreshing drink blends fresh whole limes with creamy condensed milk and ice to create a uniquely smooth, citrusy delight.Bright, tangy, and lightly sweet, it offers a perfect balance of freshness and richness in every sip. Cool, vibrant, and irresistibly refreshing \u2014 a little taste of sunshine in a glass.<\/li>\r\n<\/ul><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content11\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories11\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper11\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2150 status-publish first instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Espresso><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/espresso\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/espresso\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2150\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Espresso&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/espresso\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2150\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2150\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Espresso&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2150\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2151 status-publish instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Iced Shake Espresso><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/iced-shake-espresso\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/iced-shake-espresso\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2151\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Iced Shake Espresso&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/iced-shake-espresso\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2151\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2151\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Iced Shake Espresso&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2151\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2152 status-publish instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Macchiato><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/macchiato\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/macchiato\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2152\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Macchiato&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/macchiato\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2152\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2152\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Macchiato&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2152\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2153 status-publish last instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Piccolo><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/piccolo\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/piccolo\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2153\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Piccolo&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/piccolo\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2153\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2153\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Piccolo&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2153\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2154 status-publish first instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Cortado><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cortado\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cortado\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2154\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cortado&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cortado\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2154\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2154\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cortado&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2154\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2155 status-publish instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Americano><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/americano\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/americano\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2155\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Americano&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/americano\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2155\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2155\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Americano&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2155\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2156 status-publish instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Flat White><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/flat-white\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/flat-white\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2156\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Flat White&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/flat-white\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2156\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2156\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Flat White&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2156\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2157 status-publish last instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Cappuccino><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cappuccino\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cappuccino\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2157\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cappuccino&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cappuccino\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2157\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2157\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cappuccino&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2157\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2158 status-publish first instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Latte><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/latte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/latte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2158\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Latte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2158\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2158\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Latte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2158\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2159 status-publish instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Mocha><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/mocha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/mocha\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2159\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Mocha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/mocha\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2159\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2159\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Mocha&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2159\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2160 status-publish instock product_cat-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Tonpresso><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tonpresso\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tonpresso\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2160\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tonpresso&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tonpresso\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2160\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2160\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tonpresso&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2160\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content12\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories12\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper12\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2161 status-publish first instock product_cat-cold-brew shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Cold Brew><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cold-brew\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cold-brew\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2161\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cold Brew&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/cold-brew\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2161\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2161\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cold Brew&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2161\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2162 status-publish instock product_cat-cold-brew shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Ginger Cold Brew><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/ginger-cold-brew\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/ginger-cold-brew\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2162\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ginger Cold Brew&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/ginger-cold-brew\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2162\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2162\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ginger Cold Brew&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2162\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2163 status-publish instock product_cat-cold-brew shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Tonic Cold Brew><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tonic-cold-brew\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tonic-cold-brew\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2163\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tonic Cold Brew&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/tonic-cold-brew\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2163\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2163\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tonic Cold Brew&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2163\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content13\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories13\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper13\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2164 status-publish first instock product_cat-non-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Milk><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/milk\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/milk\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2164\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Milk&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/milk\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2164\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2164\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Milk&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2164\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2165 status-publish instock product_cat-non-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Chocolate><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chocolate\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chocolate\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2165\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/chocolate\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2165\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2165\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2165\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2166 status-publish instock product_cat-non-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Lime Honey><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lime-honey\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lime-honey\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2166\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Lime Honey&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/lime-honey\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2166\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2166\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Lime Honey&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2166\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2167 status-publish last instock product_cat-non-coffee shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Matcha Latte><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/matcha-latte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/matcha-latte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2167\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Matcha Latte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/matcha-latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2167\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2167\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Matcha Latte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2167\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content14\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories14\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper14\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2168 status-publish first instock product_cat-hta-naunug-specials shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Hta Naung Latte><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/hta-naung-latte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/hta-naung-latte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2168\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Hta Naung Latte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/hta-naung-latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2168\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2168\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Hta Naung Latte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2168\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2169 status-publish instock product_cat-hta-naunug-specials shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Caramel Latte><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/caramel-latte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/caramel-latte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2169\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Caramel Latte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/caramel-latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2169\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2169\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Caramel Latte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2169\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2170 status-publish instock product_cat-hta-naunug-specials shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Santorini Lemonade><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/santorini-lemonade\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/santorini-lemonade\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2170\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Santorini Lemonade&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/santorini-lemonade\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2170\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2170\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Santorini Lemonade&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2170\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2171 status-publish last instock product_cat-hta-naunug-specials shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Sexy Dirty Coffee><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sexy-dirty-coffee\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sexy-dirty-coffee\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2171\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sexy Dirty Coffee&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/sexy-dirty-coffee\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2171\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2171\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sexy Dirty Coffee&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2171\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2172 status-publish first instock product_cat-hta-naunug-specials shipping-taxable product-type-simple\">\n\t\r\n    <!-- Custom Mobile Styling -->\r\n    <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n            text-align: center;\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 4px 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 18px;\r\n            color: #000 !important;\r\n        }\r\n\r\n        @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product img {\r\n                width: 100%;\r\n                height: 200px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Start Product Card -->\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder.webp 1200w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-300x300.webp 300w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-1024x1024.webp 1024w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-150x150.webp 150w, https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-content\/uploads\/sites\/90\/woocommerce-placeholder-768x768.webp 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/>\r\n    <h2 Red Eye><\/h2>\r\n    <span class=\"price\"><\/span>\r\n\r\n    <div class=\"product-info\">\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/red-eye\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/red-eye\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2172\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Red Eye&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/product\/red-eye\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2172\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2172\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Red Eye&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2172\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n<div class=\"tab-content\" id=\"content15\">\n  <div id=\"categoriesWrapper15\">\n    <h4>Location<\/h4>\n    \n    <p>\n     <i class=\"fas fa-map-marker-alt\" style=\"color: red;\"><\/i>\n\n      <a href=\"https:\/\/maps.app.goo.gl\/jKos85bMwEhkFG7L7\" target=\"_blank\" style=\"text-decoration: none; color: black;\">\n     Room 005, Building A, Hi Way Complex, Narnataw street, Kamaryut Township.\n      <\/a>\n    <\/p>\n\n  <p>\n      <i class=\"fas fa-phone\" style=\"color: #2bc716;\"><\/i>\n      <a href=\"tel:+959448886158\" style=\"text-decoration: none; color: black;\">\n        09448886158\n      <\/a>\n    <\/p>\n\n    <p>\n      <i class=\"fas fa-envelope\" style=\"color: #e0cf0b;\"><\/i>\n      <a href=\"mailto:gastronomy.cas@gmail.com \" style=\"text-decoration: none; color: black;\">\n        gastronomy.cas@gmail.com \n      <\/a>\n    <\/p>\n\n<!-- Share Google Maps Link (button-style link) -->\n<p>\n<a href=\"javascript:void(0);\" onclick=\"copyMapLink()\"\n   style=\"padding: 8px 16px; border: none; background-color: black; border: 1px solid white; color: white !important; border-radius: 5px; cursor: pointer;\"\n   onmouseover=\"this.style.background='#444';\"\n   onmouseout=\"this.style.background='#000';\">\n   Share Google Maps Link\n<\/a>\n<\/p>\n\n    <!-- Google Map -->\n    <div style=\" padding: 20px; display: inline-block;\">\n  <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m17!1m12!1m3!1d802.8735183786671!2d96.1228302825057!3d16.81982618849366!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMTbCsDQ5JzExLjYiTiA5NsKwMDcnMjMuMyJF!5e0!3m2!1smy!2smm!4v1754559569390!5m2!1smy!2smm\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/div>\n\n  <\/div>\n<\/div>\n<script>\n  function copyMapLink() {\n    const mapLink = \"https:\/\/maps.app.goo.gl\/jKos85bMwEhkFG7L7\";\n    navigator.clipboard.writeText(mapLink).then(() => {\n      alert(\"\ud83d\udccd Google Maps link copied to clipboard!\");\n    }).catch(err => {\n      console.error(\"Failed to copy: \", err);\n    });\n  }\n<\/script>\n\n<div class=\"tab-content\" id=\"content16\">\n         <h4>Customer Feedback<\/h4>\n        <div id=\"categoriesWrapper16\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f779-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"779\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/gastronomycas\/wp-json\/wp\/v2\/pages\/2#wpcf7-f779-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"779\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.2\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f779-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> \u1021\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1021\u101b\u102c\u200c\u101b\u103d\u1031\u1038\u1001\u103b\u101a\u103a\u1015\u1031\u1038\u1015\u102b <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-feedback\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"your-feedback[]\" value=\"\u1021\u1005\u102c\u1038\u1021\u101e\u1031\u102c\u1000\u103a\" \/><span class=\"wpcf7-list-item-label\">\u1021\u1005\u102c\u1038\u1021\u101e\u1031\u102c\u1000\u103a<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-feedback[]\" value=\"\u101d\u1014\u103a\u1006\u1031\u102c\u1004\u103a\u1019\u103e\u102f\" \/><span class=\"wpcf7-list-item-label\">\u101d\u1014\u103a\u1006\u1031\u102c\u1004\u103a\u1019\u103e\u102f<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"your-feedback[]\" value=\"\u1021\u1001\u103c\u102c\u1038\" \/><span class=\"wpcf7-list-item-label\">\u1021\u1001\u103c\u102c\u1038<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><label> \u1024\u1014\u1031\u101b\u102c\u1010\u103d\u1004\u103a \u1021\u1000\u103c\u1036\u1015\u103c\u102f\u1005\u102c\u101b\u1031\u1038\u1015\u102b<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u1015\u1031\u1038\u1015\u102d\u102f\u1037\u101b\u1014\u103a\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n      <\/div>\n<\/div>\n\n  <script>\n    function toggleInfoCard() {\n      const card = document.getElementById(\"infoCard\");\n      const chevron = document.getElementById(\"chevronIcon\");\n      const isOpen = card.style.display === \"block\";\n      card.style.display = isOpen ? \"none\" : \"block\";\n      chevron.classList.toggle(\"rotate\", !isOpen);\n    }\n\n    function scrollTabs(amount) {\n      document.getElementById('tabScroll').scrollLeft += amount;\n    }\n\n    const tabs = document.querySelectorAll('input[name=\"tabs\"]');\n    const contents = document.querySelectorAll('.tab-content');\n\n    function updateTabContent() {\n      contents.forEach((content, index) => {\n        content.style.display = tabs[index].checked ? 'block' : 'none';\n      });\n    }\n\n    tabs.forEach(tab => tab.addEventListener('change', updateTabContent));\n    updateTabContent(); \/\/ initialize\n\n    function toggleDarkMode() {\n      document.body.classList.toggle(\"dark-mode\");\n    }\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Info Dropdown Combined Example Gastronomy.CAS Menu Info WiFi, Phone, Address, Instagram Info Wi-Fi Name: Gastronomy Password: Happybelly18 Password copied! 09448886158 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":784,"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2211,"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/pages\/2\/revisions\/2211"}],"wp:attachment":[{"href":"https:\/\/mm1.ezyqrmenu.com\/gastronomycas\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}