{"id":2,"date":"2025-04-09T08:05:24","date_gmt":"2025-04-09T08:05:24","guid":{"rendered":"https:\/\/mm1.ezyqrmenu.com\/example17\/?page_id=2"},"modified":"2026-01-16T06:51:37","modified_gmt":"2026-01-16T06:51:37","slug":"menu","status":"publish","type":"page","link":"https:\/\/mm1.ezyqrmenu.com\/example17\/","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: 220px;\n      overflow: hidden;\n    }\n\n    .header img {\n      width: 100%;\n      height: 100%;\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[name=\"tabs\"]:checked + label {\n    background: black;\n    color: white;\n    }\n\n\n    input[type=\"radio\"] {\n      display: none;\n    }\n\n    .scroll-arrow {\n      position: absolute;\n      top: 2.5%;\n      transform: translateY(-50%);\n      font-size: 18px;\n      color: #555;\n      width: 28px;\n      height: 30px;\n      text-align: center;\n      line-height: 26px;\n      cursor: pointer;\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> Menu Example<\/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\">MyHomeWiFi<\/span>\n  <\/p>\n  <p>\n    <i class=\"fas fa-lock\" style=\"margin-right: 6px;\"><\/i>\n    <strong>Password:<\/strong> <span id=\"wifi-text\">123456@12<\/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\n\n\n   <p>\n  <a href=\"tel:09770196196\" style=\"text-decoration: none; color: black;\">\n    <i class=\"fas fa-phone\"><\/i>09770196196<\/a><\/p>\n\n\n\n     <p>\n  <i class=\"fas fa-map-marker-alt\" style=\"margin-right: 15px;\"><\/i>\n  <a href=\"https:\/\/maps.app.goo.gl\/fASXcejQqPHNaiMt5\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: inherit; text-decoration: none;\">\n    Building 11, Room 503, MICT Park, Yangon, Myanmar\n  <\/a>\n<\/p>\n\n     <p>\n  <i class=\"fab fa-facebook\"><\/i> \n  <a href=\"https:\/\/www.facebook.com\/share\/15VZWb6cES\/?mibextid=wwXIfr\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: inherit; text-decoration: none;\">\n   Qr Menu Myanmar\n  <\/a>\n<\/p>\n\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\">Breakfast<\/label>\n\n        <input type=\"radio\" id=\"tabToggle02\" name=\"tabs\" value=\"2\" \/>\n        <label for=\"tabToggle02\" class=\"tab-label\">Desserts<\/label>\n\n        <input type=\"radio\" id=\"tabToggle03\" name=\"tabs\" value=\"3\" \/>\n        <label for=\"tabToggle03\" class=\"tab-label\">Hot Meals<\/label>\n\n        <input type=\"radio\" id=\"tabToggle04\" name=\"tabs\" value=\"4\" \/>\n        <label for=\"tabToggle04\" class=\"tab-label\">Salads<\/label>\n\n        <input type=\"radio\" id=\"tabToggle05\" name=\"tabs\" value=\"5\" \/>\n        <label for=\"tabToggle05\" class=\"tab-label\">Beer<\/label>\n\n        <input type=\"radio\" id=\"tabToggle06\" name=\"tabs\" value=\"6\" \/>\n        <label for=\"tabToggle06\" class=\"tab-label\">Cocktails<\/label>\n     \n      <input type=\"radio\" id=\"tabToggle07\" name=\"tabs\" value=\"7\" \/>\n        <label for=\"tabToggle07\" class=\"tab-label\">Non Alcohol<\/label>\n      \n       <input type=\"radio\" id=\"tabToggle08\" name=\"tabs\" value=\"8\" \/>\n        <label for=\"tabToggle08\" class=\"tab-label\">wine<\/label>\n<input type=\"radio\" id=\"tabToggle09\" name=\"tabs\" value=\"9\" \/>\n        <label for=\"tabToggle09\" class=\"tab-label\">Location<\/label>\n<input type=\"radio\" id=\"tabToggle010\" name=\"tabs\" value=\"10\" \/>\n        <label for=\"tabToggle010\" 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-77 status-publish first instock product_cat-breakfast has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/9.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Avocado toast\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/9.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/9-300x200.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/avocado-toast\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=77\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"77\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Avocado toast&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=77\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_77\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"77\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Avocado toast&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Avocado toast&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_77\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Rye toast with avocado and boiled egg<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-78 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"494\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/7.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Catfish on pumpkin puree\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/7.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/7-300x200.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/catfish-on-pumpkin-puree\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=78\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"78\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Catfish on pumpkin puree&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=78\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_78\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"78\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Catfish on pumpkin puree&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Catfish on pumpkin puree&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_78\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Catfish fillet baked with young potatoes. Served with salad and pumpkin puree<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-76 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/6.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Cheese pancakes with strawberry jam\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/6.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/6-300x200.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/cheese-pancakes-with-strawberry-jam\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=76\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"76\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Cheese pancakes with strawberry jam&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=76\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_76\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"76\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Cheese pancakes with strawberry jam&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Cheese pancakes with strawberry jam&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_76\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Fresh cottage cheese pancakes with strawberry jam and sour cream<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-74 status-publish last instock product_cat-breakfast has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"494\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/8.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Full English breakfast\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/8.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/8-300x200.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/full-english-breakfast\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=74\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"74\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Full English breakfast&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=74\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_74\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"74\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Full English breakfast&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Full English breakfast&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_74\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Fried eggs, bacon, toast, cherry tomatoes<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-75 status-publish first instock product_cat-breakfast has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/5.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Oatmeal\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/5.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/5-300x200.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/oatmeal\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=75\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"75\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Oatmeal&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=75\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_75\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"75\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Oatmeal&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Oatmeal&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_75\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Oatmeal with seasonal berries and berry syrup<\/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-91 status-publish first instock product_cat-desserts has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"740\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/10.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Berry ice cream\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/10.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/10-300x300.avif 300w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/10-150x150.avif 150w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/10-100x100.avif 100w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/berry-ice-cream\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=91\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"91\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Berry ice cream&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=91\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_91\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"91\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Berry ice cream&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Berry ice cream&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_91\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Natural ice cream made from berries<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-90 status-publish instock product_cat-desserts has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"492\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Brownie-with-raspberries.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Brownie with raspberries\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Brownie-with-raspberries.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Brownie-with-raspberries-300x199.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/brownie-with-raspberries\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=90\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"90\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Brownie with raspberries&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=90\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_90\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"90\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Brownie with raspberries&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Brownie with raspberries&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_90\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Chocolate brownie with fresh raspberries<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-88 status-publish instock product_cat-desserts has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"416\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Raspberry-mousse.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Raspberry mousse\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Raspberry-mousse.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Raspberry-mousse-300x169.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/raspberry-mousse\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=88\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"88\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Raspberry mousse&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=88\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_88\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"88\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Raspberry mousse&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Raspberry mousse&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_88\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Raspberry mousse with cream and raspberry syrup<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-89 status-publish last instock product_cat-desserts has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"740\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Vanilla-ice-cream.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vanilla ice cream\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Vanilla-ice-cream.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Vanilla-ice-cream-300x300.avif 300w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Vanilla-ice-cream-150x150.avif 150w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Vanilla-ice-cream-100x100.avif 100w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/vanilla-ice-cream\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=89\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"89\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Vanilla ice cream&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=89\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_89\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"89\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Vanilla ice cream&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Vanilla ice cream&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_89\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Vanilla ice cream with chocolate filling<\/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-79 status-publish first instock product_cat-hot-meals has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"423\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/hma.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"&quot;Homemade&quot; dumplings\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/hma.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/hma-300x171.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/homemade-dumplings\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=79\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"79\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;&quot;Homemade&quot; dumplings&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=79\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_79\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"79\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;&quot;Homemade&quot; dumplings&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;&quot;Homemade&quot; dumplings&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_79\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Vareniki with mashed potatoes and fried chanterelles<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-82 status-publish instock product_cat-hot-meals has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Borscht.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Borscht\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Borscht.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Borscht-300x200.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/borscht\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=82\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"82\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Borscht&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=82\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_82\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"82\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Borscht&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Borscht&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_82\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Beetroot borsch with bacon and donuts<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-81 status-publish instock product_cat-hot-meals has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Burger.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Burger\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Burger.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Burger-300x200.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/burger\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=81\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"81\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Burger&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=81\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_81\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"81\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Burger&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Burger&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_81\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Signature burger with a patty of your choice<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-83 status-publish last instock product_cat-hot-meals has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Fish-pancakes.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fish pancakes\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Fish-pancakes.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Fish-pancakes-300x200.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/fish-pancakes\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=83\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"83\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Fish pancakes&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=83\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_83\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"83\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Fish pancakes&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Fish pancakes&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_83\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Pancakes with salmon and salad<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-80 status-publish first instock product_cat-hot-meals has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"518\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Soup.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Soup\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Soup.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Soup-300x210.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/soup\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=80\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"80\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Soup&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=80\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_80\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"80\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Soup&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Soup&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_80\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Potatoes, carrots, onions, green onions<\/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-84 status-publish first instock product_cat-salads has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"559\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Avocado-salad-with-feta.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Avocado salad with feta\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Avocado-salad-with-feta.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Avocado-salad-with-feta-300x227.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/avocado-salad-with-feta\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=84\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"84\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Avocado salad with feta&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=84\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_84\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"84\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Avocado salad with feta&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Avocado salad with feta&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_84\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Ripe avocado, feta cheese, olives and spinach salad<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-85 status-publish instock product_cat-salads has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"465\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Camembert-salad.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Camembert salad\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Camembert-salad.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Camembert-salad-300x189.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/camembert-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=85\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"85\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Camembert salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=85\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_85\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"85\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Camembert salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Camembert salad&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_85\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Baked Camembert cheese with fresh vegetables<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-86 status-publish instock product_cat-salads has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"492\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Greek-salad.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Greek salad\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Greek-salad.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Greek-salad-300x199.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/greek-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=86\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"86\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greek salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=86\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_86\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"86\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Greek salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Greek salad&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_86\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Tomato, cucumber, olives, feta, olive oil<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-87 status-publish last instock product_cat-salads has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"416\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Guacamole.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Guacamole\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Guacamole.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Guacamole-300x169.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/guacamole\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=87\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"87\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Guacamole&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=87\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_87\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"87\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Guacamole&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Guacamole&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_87\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Mexican guacamole with nachos<\/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-408 status-publish first instock product_cat-beer has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"493\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/dark.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Dark beer\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/dark.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/dark-300x200.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/dark-beer\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=408\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"408\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Dark beer&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=408\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_408\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"408\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Dark beer&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Dark beer&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_408\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Note how the beer has 2 variants with different prices<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-409 status-publish instock product_cat-beer has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/beer-Lagers1-740x1000.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Lager\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/lager\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=409\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"409\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lager&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=409\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_409\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"409\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lager&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lager&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_409\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Note how the beer has 2 variants with different prices<\/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-405 status-publish first instock product_cat-cocktails has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"740\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Bloody-Mary.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Bloody Mary\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Bloody-Mary.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Bloody-Mary-300x300.jpg 300w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Bloody-Mary-150x150.jpg 150w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Bloody-Mary-100x100.jpg 100w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/bloody-mary\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=405\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"405\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bloody Mary&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=405\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_405\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"405\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bloody Mary&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bloody Mary&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_405\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Vodka, tomato juice, lemon, tabasco, celery<\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-404 status-publish instock product_cat-cocktails has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"423\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Margarita.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Margarita\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Margarita.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Margarita-300x171.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/margarita\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=404\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"404\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Margarita&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=404\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_404\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"404\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Margarita&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Margarita&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_404\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\">Vodka, tomato juice, lemon, tabasco, celery<\/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-410 status-publish first instock product_cat-non-alcohol has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"523\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/black.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Coffee\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/black.jpg 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/black-300x212.jpg 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/coffee\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=410\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"410\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Coffee&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=410\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_410\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"410\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Coffee&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Coffee&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_410\" 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-411 status-publish instock product_cat-non-alcohol has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"567\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/black1.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Tea\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/black1.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/black1-300x230.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=411\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"411\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=411\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_411\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"411\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Tea&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_411\" 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-406 status-publish first instock product_cat-wine has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"500\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Red-wine.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Red wine\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Red-wine.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/Red-wine-300x203.avif 300w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/red-wine\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=406\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"406\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Red wine&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=406\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_406\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"406\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Red wine&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Red wine&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_406\" 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-407 status-publish instock product_cat-wine has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific 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            gap: 12px;\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        }\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        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\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: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"740\" height=\"740\" src=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/White-Wine1.avif\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"White Wine\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/White-Wine1.avif 740w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/White-Wine1-300x300.avif 300w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/White-Wine1-150x150.avif 150w, https:\/\/mm1.ezyqrmenu.com\/example17\/wp-content\/uploads\/sites\/34\/2025\/04\/White-Wine1-100x100.avif 100w\" sizes=\"auto, (max-width: 740px) 100vw, 740px\" \/>\r\n    <div class=\"product-info\">\r\n        <div class=\"info-top\">\r\n            <!-- Title and Price can be injected here if needed -->\r\n        <\/div>\r\n        <p class=\"product-description\">\r\n                    <\/p>\r\n    <a href=\"https:\/\/mm1.ezyqrmenu.com\/example17\/product\/white-wine\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=407\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"407\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;White Wine&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/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=\"\/example17\/wp-json\/wp\/v2\/pages\/2?add-to-cart=407\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_407\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"407\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;White Wine&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;White Wine&rdquo; has been added to your cart\" role=\"button\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_407\" 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=\"content9\">\n  <div id=\"categoriesWrapper9\">\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\/Aiof1gyhvHXwwy9ZA\" target=\"_blank\" style=\"text-decoration: none; color: black;\">\n     Building 11, Room 503, MICT Park, Yangon, Myanmar\n      <\/a>\n    <\/p>\n\n  <p>\n      <i class=\"fas fa-phone\" style=\"color: #2bc716;\"><\/i>\n      <a href=\"tel:+959770196196\" style=\"text-decoration: none; color: black;\">\n        09770196196\n      <\/a>\n    <\/p>\n\n    <p>\n      <i class=\"fas fa-envelope\" style=\"color: #e0cf0b;\"><\/i>\n      <a href=\"mailto:bsmartmyanmar.com \" style=\"text-decoration: none; color: black;\">\n        bsmartmyanmar.com \n      <\/a>\n    <\/p>\n\n    <!-- Share Location Button -->\n    <p>\n      <button onclick=\"shareLocation()\" style=\"padding: 8px 16px; border: none; background-color: black;border:1px solid white; color: white; border-radius: 5px; cursor: pointer;\">\n        Share Location\n      <\/button>\n    <\/p>\n\n    <!-- Google Map -->\n    <div style=\" padding: 20px; display: inline-block;\">\n  <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m16!1m12!1m3!1d377.2506580716449!2d96.12922505092196!3d16.851261891700688!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1smict%20park%20building%2011!5e1!3m2!1sen!2smm!4v1748924767725!5m2!1sen!2smm\" width=\"400\" height=\"300\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/div>\n\n  <\/div>\n<\/div>\n\n<!-- Share Script -->\n<script>\n  function shareLocation() {\n    const locationUrl = 'https:\/\/maps.app.goo.gl\/Aiof1gyhvHXwwy9ZA';\n    if (navigator.share) {\n      navigator.share({\n        title: 'Our Location',\n        url: locationUrl\n      }).catch((error) => console.log('Error sharing', error));\n    } else {\n      navigator.clipboard.writeText(locationUrl).then(() => {\n        alert('Location link copied to clipboard!');\n      });\n    }\n  }\n<\/script>\n\n<div class=\"tab-content\" id=\"content10\">\n         <h4>Customer Feedback<\/h4>\n        <div id=\"categoriesWrapper10\">\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=\"\/example17\/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 Menu Example Info WiFi, Phone, Address, Instagram Info Wi-Fi Name: MyHomeWiFi Password: 123456@12 Password copied! 09770196196 [&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\/example17\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":725,"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":1849,"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/pages\/2\/revisions\/1849"}],"wp:attachment":[{"href":"https:\/\/mm1.ezyqrmenu.com\/example17\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}