{"id":2,"date":"2025-04-09T08:05:24","date_gmt":"2025-04-09T08:05:24","guid":{"rendered":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/?page_id=2"},"modified":"2025-08-07T08:42:16","modified_gmt":"2025-08-07T08:42:16","slug":"menu","status":"publish","type":"page","link":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/","title":{"rendered":"Menu"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>MOGOK HOTPOT<\/title>\n\n  <!-- Fonts & Icons -->\n  <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\" \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Adlam+Display&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    body {\n      margin: 0;\n      font-family: 'Adlam Display', sans-serif;\n      background-color: #f2f2f2;\n\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: 16px;\n      margin-right: 12px;\n      color: #333;\n    }\n\n    .info-text strong {\n      display: block;\n      font-size: 20px;\n      color: #333;\n    }\n\n    .info-subtext {\n      font-size: 14px;\n      color: #999;\n    }\n\n    .info-right i {\n      font-size: 14px;\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   \n.info-card p {\n  display: flex;\n  align-items: center;\n  gap: 8px; \/* spacing between icon and text *\/\n  margin: 8px 0;\n  font-size: 15px;\n  color: #333;\n}\n\n.info-card i {\n  min-width: 20px;\n  text-align: center;\n  color: #333;\n}\n\n.info-card h5 {\n  font-size: 18px;\n  margin-bottom: 12px;\n}\n\n\n    @keyframes fadeSlide {\n      from {\n        opacity: 0;\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .search-box {\n      display: flex;\n      justify-content: center;\n      margin: 20px auto;\n      max-width: 600px;\n      position: relative;\n    }\n\n    .search-box input {\n      width: 100%;\n      padding: 12px 20px;\n      border: 1px solid red;\n      border-radius: 25px;\n      font-size: 16px;\n      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n    }\n\n    .search-box .search-btn {\n      position: absolute;\n      right: 10px;\n      top: 50%;\n      transform: translateY(-50%);\n      background-color: white;\n      border: none;\n      border-radius: 50%;\n      cursor: pointer;\n      padding: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .search-box .search-btn i {\n      font-size: 20px;\n      color: #555;\n    }\n\n    .tab-container {\n      margin-top: 20px;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n      position: relative;\n      max-width: 100%;\n      border-radius: 20px;\n      padding: 5px;\n      overflow: hidden;\n    }\n\n    .tab-scroll-wrapper {\n      overflow-x: auto;\n      white-space: nowrap;\n      scrollbar-width: thin;\n      scrollbar-color: #aaa #f5f5f5;\n      scroll-behavior: smooth;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar {\n      height: 10px;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar-thumb {\n      background: #888;\n      border-radius: 5px;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar-track {\n      background: #f5f5f5;\n    }\n\n    .tab-label {\n      display: inline-block;\n      margin: 5px 10px;\n      padding: 6px 14px;\n      background: #ccc;\n      border-radius: 12px;\n      cursor: pointer;\n      font-size: 14px;\n      transition: background 0.2s;\n      font-weight: bold;\n      margin-right: 10px;\n    }\n\n    .tab-label:hover {\n      background: #bbb;\n    }\n\n    input[type=\"radio\"] {\n      display: none;\n    }\n\n    .scroll-arrow {\n      position: absolute;\n      top: 1%;\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.phone-group {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  margin: 8px 0;\n  font-size: 15px;\n}\n\n.phone-list {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.phone-list a {\n  color: #000;\n  text-decoration: none;\n  font-weight: bold;\n}\n\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n    <h1>MOGOK HOTPOT<\/h1>\n\n    <!-- Info and Dark Mode -->\n    <div class=\"info-bar\">\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, Facebook<\/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    <!-- Info Card -->\n    <div class=\"info-card\" id=\"infoCard\">\n      <h5>Info<\/h5>\n      <div onclick=\"copyWiFiPassword()\" style=\"cursor:pointer; position:relative;\">\n        <p><i class=\"fas fa-wifi\"><\/i> <strong>Wi-Fi Name:<\/strong> <span id=\"wifi-name\">MOGOK HOT POT<\/span><\/p>\n        <p><i class=\"fas fa-lock\"><\/i> <strong>Password:<\/strong> <span id=\"wifi-text\">Mogok2552025<\/span><\/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      <input type=\"text\" id=\"hidden-input\" style=\"position:absolute; left:-9999px;\" readonly \/>\n\n<p class=\"phone-group\">\n  <i class=\"fas fa-phone\"><\/i>\n  <span class=\"phone-list\">\n    \n    <a href=\"tel:09424609809\">09424609809<\/a>\n    <a href=\"tel:09784309278\">09784309278<\/a>\n  <\/span>\n<\/p>\n<p>\n  <i class=\"fas fa-envelope\"><\/i>\n  <a href=\"zawlinnaing101684@gmail.com\">zawlinnaing101684@gmail.com<\/a>\n<\/p>\n\n\n\n      <p><i class=\"fas fa-map-marker-alt\"><\/i> <a href=\"https:\/\/maps.app.goo.gl\/gpQsq7p5kwnEdBWV7\" target=\"_blank\">Internaltional Hotel, No.330 Alone Street, Yangon 11191<\/a><\/p>\n      <p><i class=\"fab fa-facebook\"><\/i> <a href=\"https:\/\/www.facebook.com\/share\/1CpFjkH2z8\/?mibextid=wwXIfr\" target=\"_blank\">Mogok Hotpot<\/a><\/p>\n    <\/div>\n\n    <!-- Tabs -->\n    <div class=\"tab-container\">\n      <div class=\"scroll-arrow left\" onclick=\"scrollTabs(-100)\">\u276e<\/div>\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\">Hot Meal<\/label>\n\n        <input type=\"radio\" id=\"tabToggle03\" name=\"tabs\" value=\"3\">\n        <label for=\"tabToggle03\" class=\"tab-label\">Mogok Hot Pot<\/label>\n\n        <input type=\"radio\" id=\"tabToggle04\" name=\"tabs\" value=\"4\">\n        <label for=\"tabToggle04\" class=\"tab-label\">Maida Myeeshi<\/label>\n\n        <input type=\"radio\" id=\"tabToggle05\" name=\"tabs\" value=\"5\">\n        <label for=\"tabToggle05\" class=\"tab-label\">Coffee<\/label>\n\n        <input type=\"radio\" id=\"tabToggle06\" name=\"tabs\" value=\"6\">\n        <label for=\"tabToggle06\" class=\"tab-label\">Seasonal Fruit Juices<\/label>\n\n        <input type=\"radio\" id=\"tabToggle07\" name=\"tabs\" value=\"7\">\n        <label for=\"tabToggle07\" class=\"tab-label\">Milk Shake<\/label>\n\n        <input type=\"radio\" id=\"tabToggle08\" name=\"tabs\" value=\"8\">\n        <label for=\"tabToggle08\" class=\"tab-label\">Smoothies<\/label>\n\n        <input type=\"radio\" id=\"tabToggle09\" name=\"tabs\" value=\"9\">\n        <label for=\"tabToggle09\" class=\"tab-label\">Soft Drink<\/label>\n\n        <input type=\"radio\" id=\"tabToggle010\" name=\"tabs\" value=\"10\">\n        <label for=\"tabToggle010\" class=\"tab-label\">Beer<\/label>\n\n        <input type=\"radio\" id=\"tabToggle011\" name=\"tabs\" value=\"11\">\n        <label for=\"tabToggle011\" class=\"tab-label\">Location<\/label>\n\n        <input type=\"radio\" id=\"tabToggle012\" name=\"tabs\" value=\"12\">\n        <label for=\"tabToggle012\" class=\"tab-label\">Customer Feedback<\/label>\n      <\/div>\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-2503 status-publish first instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"627\" height=\"468\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1000\u103c\u1000\u103a \u1015\u1031\u102b\u1004\u103a\u1038 - Steam Chicken\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038.jpg 627w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038-300x224.jpg 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/>\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\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8-steam-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8-steam-chicken\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2503\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a \u1015\u1031\u102b\u1004\u103a\u1038 - Steam Chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8-steam-chicken\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2503\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2503\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a \u1015\u1031\u102b\u1004\u103a\u1038 - Steam Chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2503\" 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-2501 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"627\" height=\"468\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 -Steam Chicken Noodles\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032.jpg 627w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032-300x224.jpg 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/>\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\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2-steam-chicken-noodles\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2-steam-chicken-noodles\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2501\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 -Steam Chicken Noodles&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2-steam-chicken-noodles\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2501\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2501\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 -Steam Chicken Noodles&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2501\" 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-2509 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"408\" height=\"261\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1004\u1001\u103b\u102d\u1010\u103a.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1004\u1001\u103b\u102d\u1010\u103a - Black Sticky Rice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1004\u1001\u103b\u102d\u1010\u103a.png 408w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1004\u1001\u103b\u102d\u1010\u103a-300x192.png 300w\" sizes=\"auto, (max-width: 408px) 100vw, 408px\" \/>\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\/mogokhotpot\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%8a%e1%80%be%e1%80%84%e1%80%ba%e1%80%b8%e1%80%84%e1%80%81%e1%80%bb%e1%80%ad%e1%80%90%e1%80%ba-black-sticky-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%8a%e1%80%be%e1%80%84%e1%80%ba%e1%80%b8%e1%80%84%e1%80%81%e1%80%bb%e1%80%ad%e1%80%90%e1%80%ba-black-sticky-rice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2509\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1004\u1001\u103b\u102d\u1010\u103a - Black Sticky Rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%8a%e1%80%be%e1%80%84%e1%80%ba%e1%80%b8%e1%80%84%e1%80%81%e1%80%bb%e1%80%ad%e1%80%90%e1%80%ba-black-sticky-rice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2509\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2509\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1004\u1001\u103b\u102d\u1010\u103a - Black Sticky Rice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2509\" 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-2505 status-publish last instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"627\" height=\"468\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1002\u103b\u102f\u1036\u1006\u102e\u1001\u103b\u1000\u103a.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1002\u103b\u102f\u1036\u1006\u102e\u1001\u103b\u1000\u103a (\u1000\u103c\u1000\u103a\/\u101d\u1000\u103a) - Wheat Noodles (Chicken\/ Pork)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1002\u103b\u102f\u1036\u1006\u102e\u1001\u103b\u1000\u103a.jpg 627w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1002\u103b\u102f\u1036\u1006\u102e\u1001\u103b\u1000\u103a-300x224.jpg 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/>\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\/mogokhotpot\/product\/%e1%80%82%e1%80%bb%e1%80%af%e1%80%b6%e1%80%86%e1%80%ae%e1%80%81%e1%80%bb%e1%80%80%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-wheat-noodles-chicken-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%82%e1%80%bb%e1%80%af%e1%80%b6%e1%80%86%e1%80%ae%e1%80%81%e1%80%bb%e1%80%80%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-wheat-noodles-chicken-pork\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2505\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1002\u103b\u102f\u1036\u1006\u102e\u1001\u103b\u1000\u103a (\u1000\u103c\u1000\u103a\/\u101d\u1000\u103a) - Wheat Noodles (Chicken\/ Pork)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%82%e1%80%bb%e1%80%af%e1%80%b6%e1%80%86%e1%80%ae%e1%80%81%e1%80%bb%e1%80%80%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-wheat-noodles-chicken-pork\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2505\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2505\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1002\u103b\u102f\u1036\u1006\u102e\u1001\u103b\u1000\u103a (\u1000\u103c\u1000\u103a\/\u101d\u1000\u103a) - Wheat Noodles (Chicken\/ Pork)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2505\" 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-2500 status-publish first instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"474\" height=\"275\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1006\u1014\u103a\u1015\u103c\u102f\u1010\u103a-\u1000\u103c\u1000\u103a\u101d\u1000\u103a-\u101e\u1000\u103a\u101e\u1000\u103a\u101c\u103d\u1010\u103a.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1006\u1014\u103a\u1015\u103c\u102f\u1010\u103a (\u1000\u103c\u1000\u103a\/\u101d\u1000\u103a) - Boil rice (Chicken\/ Pork) (\u101e\u1000\u103a\u101e\u1000\u103a\u101c\u103d\u1010\u103a)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1006\u1014\u103a\u1015\u103c\u102f\u1010\u103a-\u1000\u103c\u1000\u103a\u101d\u1000\u103a-\u101e\u1000\u103a\u101e\u1000\u103a\u101c\u103d\u1010\u103a.png 474w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1006\u1014\u103a\u1015\u103c\u102f\u1010\u103a-\u1000\u103c\u1000\u103a\u101d\u1000\u103a-\u101e\u1000\u103a\u101e\u1000\u103a\u101c\u103d\u1010\u103a-300x174.png 300w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/>\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\/mogokhotpot\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%95%e1%80%bc%e1%80%af%e1%80%90%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%9e%e1%80%80%e1%80%ba%e1%80%9e%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%95%e1%80%bc%e1%80%af%e1%80%90%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%9e%e1%80%80%e1%80%ba%e1%80%9e%e1%80%80%e1%80%ba\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2500\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1006\u1014\u103a\u1015\u103c\u102f\u1010\u103a (\u1000\u103c\u1000\u103a\/\u101d\u1000\u103a) - Boil rice (Chicken\/ Pork) (\u101e\u1000\u103a\u101e\u1000\u103a\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%95%e1%80%bc%e1%80%af%e1%80%90%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%9e%e1%80%80%e1%80%ba%e1%80%9e%e1%80%80%e1%80%ba\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2500\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2500\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1006\u1014\u103a\u1015\u103c\u102f\u1010\u103a (\u1000\u103c\u1000\u103a\/\u101d\u1000\u103a) - Boil rice (Chicken\/ Pork) (\u101e\u1000\u103a\u101e\u1000\u103a\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2500\" 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-2508 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"376\" height=\"285\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u200c-\u1000\u103c\u1031\u102c\u103a-Fried-Tofu.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u200c \u1000\u103c\u1031\u102c\u103a - Fried Tofu\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u200c-\u1000\u103c\u1031\u102c\u103a-Fried-Tofu.png 376w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u200c-\u1000\u103c\u1031\u102c\u103a-Fried-Tofu-300x227.png 300w\" sizes=\"auto, (max-width: 376px) 100vw, 376px\" \/>\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\/mogokhotpot\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%b7%e1%80%9f%e1%80%b0%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-fried-tofu\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%b7%e1%80%9f%e1%80%b0%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-fried-tofu\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2508\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u200c \u1000\u103c\u1031\u102c\u103a - Fried Tofu&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%b7%e1%80%9f%e1%80%b0%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-fried-tofu\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2508\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2508\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u200c \u1000\u103c\u1031\u102c\u103a - Fried Tofu&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2508\" 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-2506 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"627\" height=\"468\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u1014\u103d\u1031\u1038.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1010\u102d\u102f\u1037\u101f\u1030\u1038 \u1014\u103d\u1031\u1038 (\u1000\u103c\u1000\u103a\/ \u101d\u1000\u103a) - Tofu Nhwe (Chicken\/ Pork)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u1014\u103d\u1031\u1038.jpg 627w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1010\u102d\u102f\u1037\u101f\u1030\u1038\u1014\u103d\u1031\u1038-300x224.jpg 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/>\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\/mogokhotpot\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%b7%e1%80%9f%e1%80%b0%e1%80%b8-%e1%80%94%e1%80%bd%e1%80%b1%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-tofu-nhwe-chicken-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%b7%e1%80%9f%e1%80%b0%e1%80%b8-%e1%80%94%e1%80%bd%e1%80%b1%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-tofu-nhwe-chicken-pork\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2506\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1010\u102d\u102f\u1037\u101f\u1030\u1038 \u1014\u103d\u1031\u1038 (\u1000\u103c\u1000\u103a\/ \u101d\u1000\u103a) - Tofu Nhwe (Chicken\/ Pork)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%b7%e1%80%9f%e1%80%b0%e1%80%b8-%e1%80%94%e1%80%bd%e1%80%b1%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-tofu-nhwe-chicken-pork\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2506\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2506\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1010\u102d\u102f\u1037\u101f\u1030\u1038 \u1014\u103d\u1031\u1038 (\u1000\u103c\u1000\u103a\/ \u101d\u1000\u103a) - Tofu Nhwe (Chicken\/ Pork)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2506\" 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-2499 status-publish last instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"432\" height=\"258\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1015\u1032\u1015\u103c\u102f\u1010\u103a\u1011\u1019\u1004\u103a\u1038\u1005\u1019\u103a\u1038.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1015\u1032\u1015\u103c\u102f\u1010\u103a\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038 - Rice with Bean and Oil\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1015\u1032\u1015\u103c\u102f\u1010\u103a\u1011\u1019\u1004\u103a\u1038\u1005\u1019\u103a\u1038.png 432w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1015\u1032\u1015\u103c\u102f\u1010\u103a\u1011\u1019\u1004\u103a\u1038\u1005\u1019\u103a\u1038-300x179.png 300w\" sizes=\"auto, (max-width: 432px) 100vw, 432px\" \/>\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\/mogokhotpot\/product\/%e1%80%95%e1%80%b2%e1%80%95%e1%80%bc%e1%80%af%e1%80%90%e1%80%ba%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%85%e1%80%99%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%95%e1%80%b2%e1%80%95%e1%80%bc%e1%80%af%e1%80%90%e1%80%ba%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%85%e1%80%99%e1%80%ba%e1%80%b8\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2499\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1015\u1032\u1015\u103c\u102f\u1010\u103a\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038 - Rice with Bean and Oil&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%95%e1%80%b2%e1%80%95%e1%80%bc%e1%80%af%e1%80%90%e1%80%ba%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%85%e1%80%99%e1%80%ba%e1%80%b8\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2499\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2499\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1015\u1032\u1015\u103c\u102f\u1010\u103a\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038 - Rice with Bean and Oil&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2499\" 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-2507 status-publish first instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"352\" height=\"292\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a (\u1000\u103c\u1000\u103a\/ \u101d\u1000\u103a) - Myeeshi (Chicken\/ Pork)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a.png 352w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a-300x249.png 300w\" sizes=\"auto, (max-width: 352px) 100vw, 352px\" \/>\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\/mogokhotpot\/product\/%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-myeeshi-chicken-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-myeeshi-chicken-pork\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2507\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a (\u1000\u103c\u1000\u103a\/ \u101d\u1000\u103a) - Myeeshi (Chicken\/ Pork)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-myeeshi-chicken-pork\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2507\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2507\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a (\u1000\u103c\u1000\u103a\/ \u101d\u1000\u103a) - Myeeshi (Chicken\/ Pork)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2507\" 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-2502 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"627\" height=\"468\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u101d\u1000\u103a\u1005\u1010\u1030\u1038.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u101d\u1000\u103a\u1005\u1010\u1030\u1038 - Stew Pork\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u101d\u1000\u103a\u1005\u1010\u1030\u1038.jpg 627w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u101d\u1000\u103a\u1005\u1010\u1030\u1038-300x224.jpg 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/>\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\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%90%e1%80%b0%e1%80%b8-stew-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%90%e1%80%b0%e1%80%b8-stew-pork\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2502\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1005\u1010\u1030\u1038 - Stew Pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%90%e1%80%b0%e1%80%b8-stew-pork\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2502\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2502\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1005\u1010\u1030\u1038 - Stew Pork&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2502\" 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-2504 status-publish instock product_cat-breakfast has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"627\" height=\"468\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u101d\u1000\u103a\u1005\u1010\u1030\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u101d\u1000\u103a\u1005\u1010\u1030\u1038 \u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 - Stew Pork Noodles\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u101d\u1000\u103a\u1005\u1010\u1030\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032.jpg 627w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/\u101d\u1000\u103a\u1005\u1010\u1030\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032-300x224.jpg 300w\" sizes=\"auto, (max-width: 627px) 100vw, 627px\" \/>\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\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%90%e1%80%b0%e1%80%b8-%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2-stew-pork-noodles\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%90%e1%80%b0%e1%80%b8-%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2-stew-pork-noodles\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2504\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1005\u1010\u1030\u1038 \u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 - Stew Pork Noodles&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%90%e1%80%b0%e1%80%b8-%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2-stew-pork-noodles\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2504\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2504\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1005\u1010\u1030\u1038 \u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 - Stew Pork Noodles&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2504\" 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\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-2516 status-publish first instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8891-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1000\u100a\u103d\u103e\u1014\u1037\u103a\u101d\u1000\u103a\u101e\u102c\u1038\u101c\u102d\u1015\u103a\u1000\u1004\u103a - Pork Stuffing Asparagus\" \/>\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\/mogokhotpot\/product\/%e1%80%80%e1%80%8a%e1%80%bd%e1%80%be%e1%80%94%e1%80%b7%e1%80%ba%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%ad%e1%80%95%e1%80%ba%e1%80%80%e1%80%84%e1%80%ba-pork-stuffing-asp\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%8a%e1%80%bd%e1%80%be%e1%80%94%e1%80%b7%e1%80%ba%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%ad%e1%80%95%e1%80%ba%e1%80%80%e1%80%84%e1%80%ba-pork-stuffing-asp\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2516\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u100a\u103d\u103e\u1014\u1037\u103a\u101d\u1000\u103a\u101e\u102c\u1038\u101c\u102d\u1015\u103a\u1000\u1004\u103a - Pork Stuffing Asparagus&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%8a%e1%80%bd%e1%80%be%e1%80%94%e1%80%b7%e1%80%ba%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%ad%e1%80%95%e1%80%ba%e1%80%80%e1%80%84%e1%80%ba-pork-stuffing-asp\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2516\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2516\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u100a\u103d\u103e\u1014\u1037\u103a\u101d\u1000\u103a\u101e\u102c\u1038\u101c\u102d\u1015\u103a\u1000\u1004\u103a - Pork Stuffing Asparagus&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2516\" 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-2519 status-publish instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8897-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1000\u103c\u1000\u103a\u1001\u103c\u1031\u102c\u1000\u103a\u1005\u1015\u103a\u1000\u103c\u1031\u102c\u103a -  Deep Fried Spicy Chicken\" \/>\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\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%85%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-spicy-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%85%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-spicy-chicken\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2519\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1001\u103c\u1031\u102c\u1000\u103a\u1005\u1015\u103a\u1000\u103c\u1031\u102c\u103a -  Deep Fried Spicy Chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%85%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-spicy-chicken\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2519\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2519\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1001\u103c\u1031\u102c\u1000\u103a\u1005\u1015\u103a\u1000\u103c\u1031\u102c\u103a -  Deep Fried Spicy Chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2519\" 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-2515 status-publish instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8887-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1006\u102d\u1010\u103a\u1019\u103d\u103e\u1000\u103c\u1031\u102c\u103a -  Deep Fried Mutton\" \/>\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\/mogokhotpot\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%99%e1%80%bd%e1%80%be%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-mutton\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%99%e1%80%bd%e1%80%be%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-mutton\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2515\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1006\u102d\u1010\u103a\u1019\u103d\u103e\u1000\u103c\u1031\u102c\u103a -  Deep Fried Mutton&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%99%e1%80%bd%e1%80%be%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-mutton\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2515\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2515\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1006\u102d\u1010\u103a\u1019\u103d\u103e\u1000\u103c\u1031\u102c\u103a -  Deep Fried Mutton&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2515\" 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-2511 status-publish last instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8950-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1011\u1031\u102c\u1004\u103a\u1038 - Mutton Pound\" \/>\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\/mogokhotpot\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%91%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8-mutton-pound\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%91%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8-mutton-pound\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2511\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1011\u1031\u102c\u1004\u103a\u1038 - Mutton Pound&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%91%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8-mutton-pound\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2511\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2511\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1011\u1031\u102c\u1004\u103a\u1038 - Mutton Pound&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2511\" 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-2510 status-publish first instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8962-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1015\u1014\u103a\u1038\u101e\u102e\u1038\u1000\u103c\u103d\u1015\u103a \u1000\u103c\u1031\u102c\u103a - Deep Fried Apple\" \/>\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\/mogokhotpot\/product\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%80%e1%80%bc%e1%80%bd%e1%80%95%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deep-fried-apple\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%80%e1%80%bc%e1%80%bd%e1%80%95%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deep-fried-apple\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2510\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1015\u1014\u103a\u1038\u101e\u102e\u1038\u1000\u103c\u103d\u1015\u103a \u1000\u103c\u1031\u102c\u103a - Deep Fried Apple&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%80%e1%80%bc%e1%80%bd%e1%80%95%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deep-fried-apple\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2510\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2510\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1015\u1014\u103a\u1038\u101e\u102e\u1038\u1000\u103c\u103d\u1015\u103a \u1000\u103c\u1031\u102c\u103a - Deep Fried Apple&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2510\" 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-2512 status-publish instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8940-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1015\u102f\u1007\u103d\u1014\u103a \u1019\u102c\u101c\u102c\u101f\u1031\u102c\u1037\u1015\u101c\u102d\u1010\u103a  - Prawn Mala Hotplate\" \/>\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\/mogokhotpot\/product\/%e1%80%95%e1%80%af%e1%80%87%e1%80%bd%e1%80%94%e1%80%ba-%e1%80%99%e1%80%ac%e1%80%9c%e1%80%ac%e1%80%9f%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%95%e1%80%9c%e1%80%ad%e1%80%90%e1%80%ba-prawn-mala-hotplate\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%95%e1%80%af%e1%80%87%e1%80%bd%e1%80%94%e1%80%ba-%e1%80%99%e1%80%ac%e1%80%9c%e1%80%ac%e1%80%9f%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%95%e1%80%9c%e1%80%ad%e1%80%90%e1%80%ba-prawn-mala-hotplate\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2512\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1015\u102f\u1007\u103d\u1014\u103a \u1019\u102c\u101c\u102c\u101f\u1031\u102c\u1037\u1015\u101c\u102d\u1010\u103a  - Prawn Mala Hotplate&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%95%e1%80%af%e1%80%87%e1%80%bd%e1%80%94%e1%80%ba-%e1%80%99%e1%80%ac%e1%80%9c%e1%80%ac%e1%80%9f%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%95%e1%80%9c%e1%80%ad%e1%80%90%e1%80%ba-prawn-mala-hotplate\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2512\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2512\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1015\u102f\u1007\u103d\u1014\u103a \u1019\u102c\u101c\u102c\u101f\u1031\u102c\u1037\u1015\u101c\u102d\u1010\u103a  - Prawn Mala Hotplate&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2512\" 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-2517 status-publish instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8918-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u101d\u1000\u103a \u1001\u1031\u102b\u1000\u103a\u1000\u103c\u103d\u1015\u103a\u1000\u103c\u1031\u102c\u103a -  Deep Fried Pork Skin\" \/>\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\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%bd%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-pork-skin\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%bd%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-pork-skin\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2517\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a \u1001\u1031\u102b\u1000\u103a\u1000\u103c\u103d\u1015\u103a\u1000\u103c\u1031\u102c\u103a -  Deep Fried Pork Skin&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%bd%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-pork-skin\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2517\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2517\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a \u1001\u1031\u102b\u1000\u103a\u1000\u103c\u103d\u1015\u103a\u1000\u103c\u1031\u102c\u103a -  Deep Fried Pork Skin&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2517\" 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-2518 status-publish last instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8907-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u101d\u1000\u103a\u1014\u1036 \u101b\u102d\u102f\u1038\u1000\u103c\u1031\u102c\u103a - Deep Fried Pork Ribs\" \/>\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\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%94%e1%80%b6-%e1%80%9b%e1%80%ad%e1%80%af%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-pork-ribs\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%94%e1%80%b6-%e1%80%9b%e1%80%ad%e1%80%af%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-pork-ribs\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2518\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1014\u1036 \u101b\u102d\u102f\u1038\u1000\u103c\u1031\u102c\u103a - Deep Fried Pork Ribs&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%94%e1%80%b6-%e1%80%9b%e1%80%ad%e1%80%af%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-deed-fried-pork-ribs\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2518\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2518\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1014\u1036 \u101b\u102d\u102f\u1038\u1000\u103c\u1031\u102c\u103a - Deep Fried Pork Ribs&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2518\" 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-2513 status-publish first instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8957-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u101d\u1000\u103a\u101e\u102f\u1036\u1038\u1011\u1015\u103a\u101e\u102c\u1038 \u1000\u1004\u103a   -  Grilled Bacon\" \/>\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\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%af%e1%80%b6%e1%80%b8%e1%80%91%e1%80%95%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8-%e1%80%80%e1%80%84%e1%80%ba-grilled-bacon\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%af%e1%80%b6%e1%80%b8%e1%80%91%e1%80%95%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8-%e1%80%80%e1%80%84%e1%80%ba-grilled-bacon\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2513\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u101e\u102f\u1036\u1038\u1011\u1015\u103a\u101e\u102c\u1038 \u1000\u1004\u103a   -  Grilled Bacon&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%af%e1%80%b6%e1%80%b8%e1%80%91%e1%80%95%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8-%e1%80%80%e1%80%84%e1%80%ba-grilled-bacon\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2513\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2513\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u101e\u102f\u1036\u1038\u1011\u1015\u103a\u101e\u102c\u1038 \u1000\u1004\u103a   -  Grilled Bacon&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2513\" 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-2514 status-publish instock product_cat-hot-meal has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/14A8927-copy-scaled-1000x1000.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u101d\u1000\u103a\u1021\u1030 \u1014\u102f\u1000\u103c\u1031\u102c\u103a -  Fried Pork Intestine\" \/>\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\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%a1%e1%80%b0-%e1%80%94%e1%80%af%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-fried-pork-intestine\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%a1%e1%80%b0-%e1%80%94%e1%80%af%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-fried-pork-intestine\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2514\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1021\u1030 \u1014\u102f\u1000\u103c\u1031\u102c\u103a -  Fried Pork Intestine&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%a1%e1%80%b0-%e1%80%94%e1%80%af%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-fried-pork-intestine\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2514\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2514\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1021\u1030 \u1014\u102f\u1000\u103c\u1031\u102c\u103a -  Fried Pork Intestine&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2514\" 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=\"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-2520 status-publish first instock product_cat-mogok-hot-pot has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"802\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/viber_image_2025-08-06_10-10-37-755-1-1000x802.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1019\u102d\u102f\u1038\u1000\u102f\u1010\u103a\u101f\u1031\u102c\u1037\u1015\u1031\u102b\u1037 - Mogok Hot Pot (\u1021\u102d\u102f\u1038\u1000\u103c\u102e\u1038\/ \u1021\u102d\u102f\u1038\u101c\u1010\u103a\/ \u1021\u102d\u102f\u1038\u101e\u1031\u1038) (Large\/Middle\/Small)\" \/>\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\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%b8%e1%80%80%e1%80%af%e1%80%90%e1%80%ba%e1%80%9f%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%95%e1%80%b1%e1%80%ab%e1%80%b7-mogok-hot-pot-%e1%80%a1%e1%80%ad%e1%80%af%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%b8%e1%80%80%e1%80%af%e1%80%90%e1%80%ba%e1%80%9f%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%95%e1%80%b1%e1%80%ab%e1%80%b7-mogok-hot-pot-%e1%80%a1%e1%80%ad%e1%80%af%e1%80%b8\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2520\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u102d\u102f\u1038\u1000\u102f\u1010\u103a\u101f\u1031\u102c\u1037\u1015\u1031\u102b\u1037 - Mogok Hot Pot (\u1021\u102d\u102f\u1038\u1000\u103c\u102e\u1038\/ \u1021\u102d\u102f\u1038\u101c\u1010\u103a\/ \u1021\u102d\u102f\u1038\u101e\u1031\u1038) (Large\/Middle\/Small)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%b8%e1%80%80%e1%80%af%e1%80%90%e1%80%ba%e1%80%9f%e1%80%b1%e1%80%ac%e1%80%b7%e1%80%95%e1%80%b1%e1%80%ab%e1%80%b7-mogok-hot-pot-%e1%80%a1%e1%80%ad%e1%80%af%e1%80%b8\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2520\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2520\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u102d\u102f\u1038\u1000\u102f\u1010\u103a\u101f\u1031\u102c\u1037\u1015\u1031\u102b\u1037 - Mogok Hot Pot (\u1021\u102d\u102f\u1038\u1000\u103c\u102e\u1038\/ \u1021\u102d\u102f\u1038\u101c\u1010\u103a\/ \u1021\u102d\u102f\u1038\u101e\u1031\u1038) (Large\/Middle\/Small)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2520\" 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=\"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-2521 status-publish first instock product_cat-maida-myeeshi has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"349\" height=\"304\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/maida-myeeshi.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1019\u102d\u102f\u1004\u103a\u1038\u101e\u102c\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a - Maida Myeeshi (\u1015\u103d\u1032\u1000\u103c\u102e\u1038 - Large)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/maida-myeeshi.png 349w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/maida-myeeshi-300x261.png 300w\" sizes=\"auto, (max-width: 349px) 100vw, 349px\" \/>\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\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ac%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-maida-myeeshi\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ac%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-maida-myeeshi\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2521\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u102d\u102f\u1004\u103a\u1038\u101e\u102c\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a - Maida Myeeshi (\u1015\u103d\u1032\u1000\u103c\u102e\u1038 - Large)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ac%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-maida-myeeshi\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2521\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2521\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u102d\u102f\u1004\u103a\u1038\u101e\u102c\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a - Maida Myeeshi (\u1015\u103d\u1032\u1000\u103c\u102e\u1038 - Large)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2521\" 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-2784 status-publish instock product_cat-maida-myeeshi has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"664\" height=\"540\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/small.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\u1019\u102d\u102f\u1004\u103a\u1038\u101e\u102c\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a - Maida Myeeshi (\u1015\u103d\u1032\u101e\u1031\u1038 - Small)\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/small.png 664w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/small-300x244.png 300w\" sizes=\"auto, (max-width: 664px) 100vw, 664px\" \/>\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\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ac%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-maida-myeeshi-%e1%80%95%e1%80%bd%e1%80%b2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ac%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-maida-myeeshi-%e1%80%95%e1%80%bd%e1%80%b2\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2784\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u102d\u102f\u1004\u103a\u1038\u101e\u102c\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a - Maida Myeeshi (\u1015\u103d\u1032\u101e\u1031\u1038 - Small)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/%e1%80%99%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ac%e1%80%99%e1%80%bc%e1%80%be%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-maida-myeeshi-%e1%80%95%e1%80%bd%e1%80%b2\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2784\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2784\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u102d\u102f\u1004\u103a\u1038\u101e\u102c\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a - Maida Myeeshi (\u1015\u103d\u1032\u101e\u1031\u1038 - Small)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2784\" 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=\"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-2524 status-publish first instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/americano\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/americano\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2524\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Americano&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/americano\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2524\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2524\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Americano&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2524\" 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-2525 status-publish instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/black-coffee\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/black-coffee\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2525\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Black Coffee&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/black-coffee\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2525\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2525\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Black Coffee&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2525\" 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-2522 status-publish instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/cappuccino\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/cappuccino\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2522\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cappuccino&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/cappuccino\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2522\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2522\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cappuccino&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2522\" 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-2527 status-publish last instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/coffee-latte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/coffee-latte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2527\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Coffee Latte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/coffee-latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2527\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2527\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Coffee Latte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2527\" 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-2526 status-publish first instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/coffee-mocha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/coffee-mocha\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2526\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Coffee Mocha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/coffee-mocha\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2526\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2526\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Coffee Mocha&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2526\" 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-2532 status-publish instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/cow-milk-hot\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/cow-milk-hot\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2532\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cow Milk (hot)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/cow-milk-hot\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2532\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2532\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cow Milk (hot)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2532\" 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-2523 status-publish instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/expresso\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/expresso\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2523\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Expresso&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/expresso\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2523\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2523\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Expresso&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2523\" 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-2529 status-publish last instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/ice-cappuccino\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-cappuccino\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2529\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Cappuccino&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-cappuccino\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2529\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2529\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Cappuccino&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2529\" 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-2528 status-publish first instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/ice-coffee\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-coffee\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2528\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Coffee&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-coffee\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2528\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2528\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Coffee&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2528\" 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-2531 status-publish instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/ice-latte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-latte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2531\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Latte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-latte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2531\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2531\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Latte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2531\" 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-2530 status-publish instock product_cat-coffee shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/ice-mocha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-mocha\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2530\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Mocha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/ice-mocha\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2530\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2530\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Ice Mocha&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2530\" 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=\"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-2536 status-publish first instock product_cat-seasonal-fruirt-juices has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"283\" height=\"241\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/apple-juice.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Apple Juice\" \/>\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\/mogokhotpot\/product\/apple-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/apple-juice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2536\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Apple Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/apple-juice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2536\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2536\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Apple Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2536\" 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-2538 status-publish instock product_cat-seasonal-fruirt-juices has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"303\" height=\"249\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/linesoda.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Line Soda\/ Line Juice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/linesoda.png 303w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/linesoda-300x247.png 300w\" sizes=\"auto, (max-width: 303px) 100vw, 303px\" \/>\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\/mogokhotpot\/product\/line-soda-line-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/line-soda-line-juice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2538\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Line Soda\/ Line Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/line-soda-line-juice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2538\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2538\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Line Soda\/ Line Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2538\" 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-2537 status-publish instock product_cat-seasonal-fruirt-juices has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"300\" height=\"237\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/papaya-juice.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Papaya Juice\" \/>\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\/mogokhotpot\/product\/papaya-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/papaya-juice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2537\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Papaya Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/papaya-juice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2537\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2537\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Papaya Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2537\" 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-2534 status-publish last instock product_cat-seasonal-fruirt-juices has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"304\" height=\"225\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/pinple-juice.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Pineapple Juice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/pinple-juice.png 304w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/pinple-juice-300x222.png 300w\" sizes=\"auto, (max-width: 304px) 100vw, 304px\" \/>\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\/mogokhotpot\/product\/pineapple-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/pineapple-juice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2534\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pineapple Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/pineapple-juice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2534\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2534\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Pineapple Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2534\" 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-2535 status-publish first instock product_cat-seasonal-fruirt-juices has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"303\" height=\"240\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/sunkist-juice.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Sunkist Juice\" srcset=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/sunkist-juice.png 303w, https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/sunkist-juice-300x238.png 300w\" sizes=\"auto, (max-width: 303px) 100vw, 303px\" \/>\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\/mogokhotpot\/product\/sunkist-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/sunkist-juice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2535\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sunkist Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/sunkist-juice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2535\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2535\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sunkist Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2535\" 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-2533 status-publish instock product_cat-seasonal-fruirt-juices has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"244\" height=\"228\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/watermelon-juice.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Watermolon Juice\" \/>\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\/mogokhotpot\/product\/watermolon-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/watermolon-juice\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2533\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Watermolon Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/watermolon-juice\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2533\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2533\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Watermolon Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2533\" 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=\"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-2542 status-publish first instock product_cat-milk-shake has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"229\" height=\"280\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/Banana-Milk-Shake.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Banana Milk Shake\" \/>\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\/mogokhotpot\/product\/banana-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/banana-milk-shake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2542\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Banana Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/banana-milk-shake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2542\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2542\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Banana Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2542\" 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-2540 status-publish instock product_cat-milk-shake has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"254\" height=\"282\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/chocalate-milk-shake.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Chocolate Milk Shake\" \/>\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\/mogokhotpot\/product\/chocolate-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/chocolate-milk-shake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2540\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/chocolate-milk-shake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2540\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2540\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2540\" 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-2543 status-publish instock product_cat-milk-shake has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"226\" height=\"262\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/kiwi-milk-shake.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kiwi Milk Shake\" \/>\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\/mogokhotpot\/product\/kiwi-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/kiwi-milk-shake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2543\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Kiwi Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/kiwi-milk-shake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2543\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2543\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Kiwi Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2543\" 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-2541 status-publish last instock product_cat-milk-shake has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"279\" height=\"228\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/papaya-milk-shake.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Papaya Milk Shake\" \/>\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\/mogokhotpot\/product\/papaya-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/papaya-milk-shake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2541\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Papaya Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/papaya-milk-shake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2541\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2541\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Papaya Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2541\" 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-2539 status-publish first instock product_cat-milk-shake has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"213\" height=\"290\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/milk-shake.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Strawberry Milk Shake\" \/>\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\/mogokhotpot\/product\/strawberry-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/strawberry-milk-shake\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2539\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Strawberry Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/strawberry-milk-shake\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2539\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2539\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Strawberry Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2539\" 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-2546 status-publish first instock product_cat-smoothies has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"296\" height=\"239\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/banana-smoothies.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Banana Smoothies\" \/>\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\/mogokhotpot\/product\/banana-smoothies\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/banana-smoothies\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2546\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Banana Smoothies&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/banana-smoothies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2546\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2546\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Banana Smoothies&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2546\" 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-2544 status-publish instock product_cat-smoothies has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"276\" height=\"267\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/chocalte-smoothies.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Chocolate Smoothies\" \/>\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\/mogokhotpot\/product\/chocolate-smoothies\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/chocolate-smoothies\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2544\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate Smoothies&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/chocolate-smoothies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2544\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2544\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Chocolate Smoothies&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2544\" 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-2548 status-publish instock product_cat-smoothies has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"206\" height=\"256\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/kiwi-smoothieesd.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Kiwi Smoothies\" \/>\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\/mogokhotpot\/product\/kiwi-smoothies\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/kiwi-smoothies\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2548\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Kiwi Smoothies&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/kiwi-smoothies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2548\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2548\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Kiwi Smoothies&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2548\" 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-2547 status-publish last instock product_cat-smoothies has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"269\" height=\"249\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/mango-smoothies.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Mango Smoothies\" \/>\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\/mogokhotpot\/product\/mango-smoothies\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/mango-smoothies\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2547\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Mango Smoothies&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/mango-smoothies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2547\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2547\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Mango Smoothies&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2547\" 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-2545 status-publish first instock product_cat-smoothies has-post-thumbnail shipping-taxable 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\t\t\tline-height:30px;\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=\"270\" height=\"245\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/2025\/08\/straw-berry-smoothies.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Strawberry Smoothies\" \/>\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\/mogokhotpot\/product\/strawberry-smoothies\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/strawberry-smoothies\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2545\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Strawberry Smoothies&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/strawberry-smoothies\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2545\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2545\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Strawberry Smoothies&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2545\" 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 class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories9\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper9\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2549 status-publish first instock product_cat-soft-drink shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/cocala\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/cocala\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2549\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cocala&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/cocala\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2549\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2549\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Cocala&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2549\" 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-2552 status-publish instock product_cat-soft-drink shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/soda\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/soda\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2552\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Soda&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/soda\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2552\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2552\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Soda&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2552\" 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-2550 status-publish instock product_cat-soft-drink shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/spirte\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/spirte\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2550\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Spirte&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/spirte\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2550\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2550\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Spirte&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2550\" 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-2551 status-publish last instock product_cat-soft-drink shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/sunkist\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/sunkist\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2551\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sunkist&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/sunkist\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2551\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2551\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Sunkist&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2551\" 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-2554 status-publish first instock product_cat-soft-drink shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/water\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/water\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2554\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Water&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/water\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2554\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2554\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Water&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2554\" 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-2553 status-publish instock product_cat-soft-drink shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/zero-coke\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/zero-coke\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2553\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Zero Coke&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/zero-coke\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2553\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2553\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Zero Coke&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2553\" 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=\"content10\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories10\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper10\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-left product type-product post-2782 status-publish first instock product_cat-beer shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/carlsberg-beer-bottle\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/carlsberg-beer-bottle\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2782\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Carlsberg beer (bottle)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/carlsberg-beer-bottle\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2782\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2782\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Carlsberg beer (bottle)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2782\" 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-2555 status-publish instock product_cat-beer shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/heniken-beer-draught\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/heniken-beer-draught\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2555\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Heniken Beer (Draught)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/heniken-beer-draught\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2555\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2555\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Heniken Beer (Draught)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2555\" 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-2556 status-publish instock product_cat-beer shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/tiger-bottle\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/tiger-bottle\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2556\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tiger (Bottle)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/tiger-bottle\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2556\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2556\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tiger (Bottle)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2556\" 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-2781 status-publish last instock product_cat-beer shipping-taxable 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\t\t\tline-height:30px;\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=\"1000\" height=\"1000\" src=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-content\/uploads\/sites\/87\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" \/>\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\/mogokhotpot\/product\/tuborg-beer-bottle\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/tuborg-beer-bottle\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"2781\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tuborg Beer (bottle)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Read more <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/product\/tuborg-beer-bottle\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2781\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"2781\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;Tuborg Beer (bottle)&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2781\" 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\n\n\n      <div class=\"tab-content\" id=\"content11\">\n        <h4>Location<\/h4>\n        <p><i class=\"fas fa-map-marker-alt\" style=\"color: red;\"><\/i> <a href=\"https:\/\/maps.app.goo.gl\/8soDE5AJG6r79VXf9\" target=\"_blank\">Internaltional Hotel, No.330 Alone Street, Yangon 11191<\/a><\/p>\n        <p><i class=\"fas fa-envelope\" style=\"color: yellow;\"><\/i> <a href=\"mailto:zawlinnaing101684@gmail.com\">zawlinnaing101684@gmail.com<\/a><\/p>\n        <p><button onclick=\"shareLocation()\"style=\"padding: 8px 16px; border: none; background-color: black;border:1px solid white; color: white; border-radius: 5px; cursor: pointer;\">Share Location<\/button><\/p>\n    <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d199.25080446920148!2d96.14473078535916!3d16.794216845349467!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30c1ebce8b44f4eb%3A0xab8efc3a08265ea8!2sMOGOK%20HOTPOT!5e1!3m2!1sen!2smm!4v1754473031113!5m2!1sen!2smm\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n      <\/div>\n\n      <div class=\"tab-content\" id=\"content12\">\n        <h4>Customer Feedback<\/h4>\n        <div>\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=\"\/mogokhotpot\/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  <\/div>\n\n  <!-- Scripts -->\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 toggleDarkMode() {\n      document.body.classList.toggle(\"dark-mode\");\n    }\n\n    function scrollTabs(amount) {\n      document.getElementById(\"tabScroll\").scrollLeft += amount;\n    }\n\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);\n      const success = document.execCommand('copy');\n\n      if (success) {\n        message.style.display = 'inline-block';\n        setTimeout(() => message.style.display = 'none', 2000);\n      } else {\n        alert('Copy failed.');\n      }\n    }\n\n    function shareLocation() {\n      const locationUrl = 'https:\/\/maps.app.goo.gl\/Aiof1gyhvHXwwy9ZA';\n      if (navigator.share) {\n        navigator.share({ title: 'Our Location', url: locationUrl });\n      } else {\n        navigator.clipboard.writeText(locationUrl).then(() => alert('Location link copied to clipboard!'));\n      }\n    }\n\n    const tabs = document.querySelectorAll('input[name=\"tabs\"]');\n    const contents = document.querySelectorAll('.tab-content');\n    function updateTabContent() {\n      contents.forEach((content, index) => {\n        content.style.display = tabs[index].checked ? 'block' : 'none';\n      });\n    }\n    tabs.forEach(tab => tab.addEventListener('change', updateTabContent));\n    updateTabContent();\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>MOGOK HOTPOT MOGOK HOTPOT Info WiFi, Phone, Address, Facebook Info Wi-Fi Name: MOGOK HOT POT Password: Mogok2552025 Password copied! 09424609809 [&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\/mogokhotpot\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":901,"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2780,"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/pages\/2\/revisions\/2780"}],"wp:attachment":[{"href":"https:\/\/mm1.ezyqrmenu.com\/mogokhotpot\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}